﻿@charset "UTF-8";
.label1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.label1 .label2 {
    display: inline-block;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .main-wrap {
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .main-wrap {
        width: 96vw;
    }
}

.header {
    width: 100%;
}

.header .pc .header-top {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
}

.header .pc .header-top .left {
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #aa020b;
    font-weight: bold;
    margin-left: 20px;
}

.header .pc .header-top a {
    display: block;
    float: right;
    margin: 0 20px;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.header .pc .header-top a:hover,
.header .pc .header-top a.cur {
    color: #aa020b;
    font-weight: bold;
}

.header .pc .header-top span {
    width: 1px;
    height: 10px;
    margin-top: 1px;
    background: #c4c4c4;
    display: block;
    float: right;
}

.header .pc .header-mid {
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #970008;
}

.header .pc .header-mid .logo {
    width: 265px;
    height: 100%;
    float: left;
    height: 120px;
    display: table;
}

.header .pc .header-mid .logo a {
    display: table-cell;
    vertical-align: middle;
}

.header .pc .header-mid .right {
    float: right;
}

.header .pc .header-mid .right .tel {
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.header .pc .header-mid .right .tel font {
    font-size: 24px;
    color: #aa020b;
}

.header .pc .header-mid .right .reasch {
    margin-top: 10px;
    height: 33px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    padding: 0 15px;
}

.header .pc .header-mid .right .reasch input[type=text] {
    width: 200px;
    float: left;
    border-width: 0;
    background: none;
    font-size: 14px;
    line-height: 33px;
    color: #333;
    height: 33px;
}

.header .pc .header-mid .right .reasch input[type=submit] {
    width: 14px;
    height: 33px;
    border-width: 0;
    background: none;
    background-image: url(../img/index/icon1_06.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.header .pc .pc-nav {
    width: 100%;
    height: 45px;
    border-bottom: 4px solid #970008;
    background: #aa020b;
    background-image: url(../img/index/pic4_02.jpg);
    background-size: 1920px 45px;
    background-repeat: no-repeat;
    background-position: left center;
}

.header .pc .pc-nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 119px;
    height: 45px;
    float: left;
}

.header .pc .pc-nav li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    color: #f5f5f5;
    text-align: center;
    background: none;
    background: rgba(151, 0, 8, 0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.header .pc .pc-nav li:hover a,
.header .pc .pc-nav li.cur a {
    background: #970008;
    background: #970008;
}

.header .phone {
    width: 100%;
    height: 60px;
    background: #fff;
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header .phone .logo {
    width: 100px;
    height: 60px;
    display: table;
    float: left;
    margin-left: 2vw;
}

.header .phone .logo img {
    max-height: 60px;
    max-width: 150px;
}

.header .phone .nav-btn {
    float: right;
    display: table;
    width: 50px;
    height: 60px;
    margin-right: 2vw;
    background-image: url(../img/m/icon3_03.png);
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.header .phone .nav-btn img {
    max-width: 50px;
    height: 60px;
}

.header .phone .nav-btn.cur {
    background-image: url(../img/index/close.png);
}

.header .phone .nav {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    background: rgba(46, 60, 70, 0.95);
    height: calc(100vh - 60px);
    display: none;
    z-index: 100;
    background: rgba(46, 60, 70, 0.95);
}

.header .phone .nav .nav-ul {
    position: relative;
    width: 40vw;
    height: calc(100vh - 60px);
    background: rgba(46, 60, 70, 0.99);
}

.header .phone .nav .nav-list {
    width: 30vw;
    padding: 0 5vw;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1);
    background: rgba(46, 60, 70, 0.99);
    margin-top: 1px;
    border-right: 1vw solid rgba(46, 60, 70, 0.95);
    position: relative;
}

.header .phone .nav .nav-list > a,
.header .phone .nav .nav-list > span {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #f0f0f0;
    color: #c3c5c6;
    color: #cccccc;
    background-image: url(../img/index/icon24_06.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    background-position: right center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.header .phone .nav .nav-list ul {
    width: 60vw;
    position: absolute;
    top: 0;
    left: 41vw;
    width: 59vw;
    display: none;
}

.header .phone .nav .nav-list ul li {
    width: 55vw;
    float: left;
    position: relative;
    height: 50px;
}

.header .phone .nav .nav-list ul li a {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #cccccc;
}

.header .phone .nav .nav-list ul li span {
    width: 5vw;
    height: 2px;
    background: rgba(121, 121, 121, 0.9);
    display: block;
    position: absolute;
    left: 25vw;
    bottom: 0;
}

.header .phone .nav .nav-list.cur,
.header .phone .nav .nav-list.on {
    border-right-color: #5c9ed0;
}

.header .phone .nav .nav-list.cur > a,
.header .phone .nav .nav-list.cur > span,
.header .phone .nav .nav-list.on > a,
.header .phone .nav .nav-list.on > span {
    color: #5c9ed0;
    background-image: url(../img/index/icon24_03.png);
}

.header .phone .nav .nav-list.cur ul {
    display: block;
}

.header .phone .nav .tel {
    border-top: 1px solid #f2f2f2;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #444;
    background: #fdfdfd;
}

@media screen and (max-width: 1280px) {
    .header .pc .pc-nav li {
        width: 99px;
    }
}

@media screen and (max-width: 1000px) {
    .header .pc {
        display: none;
    }
    .header .phone {
        display: block;
    }
}

.footer {
    width: 100%;
}

.footer .pc .pc-top {
    border-top: 1px solid #eaeaea;
    height: 40px;
}

.footer .pc .pc-top li {
    display: block;
    width: 110px;
    height: 40px;
    float: left;
    background: #fff;
    border-left: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}

.footer .pc .pc-top li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}

.footer .pc .pc-top li:nth-child(3) {
    border-right: 1px solid #eaeaea;
}

.footer .pc .pc-top li.cur {
    background-color: #333333;
}

.footer .pc .pc-top li.cur a {
    background-position: right center;
    background-image: url(../img/index/icon21_03.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.footer .pc .pc-top li.on a {
    background-image: url(../img/index/icon23_03.png);
}

.footer .pc .pc-mid {
    padding: 40px 0;
    background: #e5e5e5;
    border-bottom: 1px solid #cecece;
    display: none;
}

.footer .pc .pc-mid li {
    width: 100px;
    padding-left: 30px;
    float: left;
}

.footer .pc .pc-mid li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.footer .pc .pc-mid li .tit {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: bold;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.footer .pc .pc-mid li a:hover {
    color: #aa020b;
}

.footer .pc .pc-bot {
    width: 100%;
    padding: 40px 0;
    background: #e5e5e5;
}

.footer .pc .pc-bot .left {
    width: 840px;
    float: left;
}

.footer .pc .pc-bot .left .logo {
    width: 100%;
    float: left;
    height: 41px;
}

.footer .pc .pc-bot .left .pblleft {
    float: left;
    width: 420px;
    /*padding-left: 40px;*/
}

.footer .pc .pc-bot .left .pblleft .p1 {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding: 15px 0;
}

.footer .pc .pc-bot .left .pblleft .p2 {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    font-family: Arial;
    margin-top: 10px;
}

.footer .pc .pc-bot .left .pblleft .p2 a {
    color: #aa020b;
}

.footer .pc .pc-bot .left .pblleft .p2 font {
    color: #aa020b;
}

.footer .pc .pc-bot .left .pblright {
    float: left;
    padding-left: 30px;
    width: 290px;
    margin-left: 40px;
    border-left: 1px solid #cccccc;
}

.footer .pc .pc-bot .left .pblright .p1 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 10px;
}

.footer .pc .pc-bot .left .pblright p {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    color: #999;
}

.footer .pc .pc-bot .right {
    float: right;
}

.footer .pc .pc-bot .right .link {
    width: 198px;
    height: 38px;
    background: #fcfcfc;
    position: relative;
    border: 1px solid #c1c1c1;
    padding: 0 15px;
}

.footer .pc .pc-bot .right span {
    display: block;
    font-size: 12px;
    line-height: 38px;
    color: #999999;
    background-image: url(../img/index/icon2_06.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right center;
}

.footer .pc .pc-bot .right ul {
    position: absolute;
    left: -1px;
    bottom: 38px;
    width: 228px;
    border: 1px solid #c1c1c1;
    border-bottom: 0px solid #fff;
    display: none;
}

.footer .pc .pc-bot .right ul li {
    width: 198px;
    padding: 0 15px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
}

.footer .pc .pc-bot .right ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.footer .pc .pc-bot .right p {
    height: 40px;
    padding-left: 60px;
    width: 170px;
    font-size: 12px;
    line-height: 40px;
    color: #666666;
    border-bottom: 1px solid #cccccc;
}

.footer .pc .pc-bot .right .weixin {
    background-image: url(../img/index/icon2_11.png);
    background-size: 27px 23px;
    background-repeat: no-repeat;
    background-position: left 29px center;
}

.footer .pc .pc-bot .right .weibo {
    background-image: url(../img/index/icon2_15.png);
    background-size: 25px 21px;
    background-repeat: no-repeat;
    background-position: left 30px center;
}

.footer .phone {
    width: 100%;
    display: none;
}

.footer .phone .main-wrap {
    width: 100vw;
}

.footer .phone .ftop {
    width: 100vw;
}

.footer .phone .ftop ul {
    border-top: 2px solid #ccc;
}

.footer .phone .ftop .nav-list {
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
}

.footer .phone .ftop .nav-list span {
    display: block;
    width: 90vw;
    height: 50px;
    padding: 0 5vw;
    font-size: 13px;
    line-height: 50px;
    color: #464d53;
    background-image: url(../img/culture/posi.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.footer .phone .ftop .nav-list ul {
    display: none;
}

.footer .phone .ftop .nav-list a {
    display: block;
    width: 80vw;
    padding: 0 10vw;
    height: 50px;
    background: #fff;
    font-size: 12px;
    line-height: 50px;
    color: #a2a5aa;
    border-top: 1px solid #f0f0f0;
}

.footer .phone .fbot {
    width: 100%;
    padding: 15px 0;
}

.footer .phone .fbot .t1 {
    font-size: 12px;
    line-height: 12px;
    color: #464d53;
    margin-bottom: 10px;
    text-align: center;
}

.footer .phone .fbot a {
    font-size: 12px;
    line-height: 12px;
    color: #3991ca;
}

.footer .phone .fbot span {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #cfd1d3;
    margin: 0 15px;
}

.footer .phone .fbot .c1 {
    font-size: 12px;
    line-height: 12px;
    color: #a2a5aa;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .footer .pc .pc-mid li {
        padding-left: 10px;
    }
    .footer .pc .pc-bot .left {
        width: 770px;
    }
    .footer .pc .pc-bot .left .pblleft {
        width: 400px;
    }
    .footer .pc .pc-bot .left .pblright {
        margin-left: 20px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .footer .pc {
        display: none;
    }
    .footer .phone {
        display: block;
    }
}

.index-wrap {
    width: 100%;
}

.index-wrap .banner {
    width: 100%;
    height: 500px;
    height: calc(100vw * 500 / 1920);
}

.index-wrap .banner .pc {
    width: 100%;
    height: 100%;
}

.index-wrap .banner li {
    height: 500px;
    height: calc(100vw * 500 / 1920);
    position: relative;
    float: left;
    overflow: hidden;
}

.index-wrap .banner li .label2 {
    width: 1200px;
}

.index-wrap .banner li .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-wrap .banner li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index-wrap .banner li .font {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
}

.index-wrap .banner li .font .main-wrap {
    display: table-cell;
    vertical-align: middle;
}

.index-wrap .banner li .font .t1 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
}

.index-wrap .banner li .font .t1 span {
    font-weight: normal;
    margin-left: 15px;
    padding: 0 15px;
    background: #d1020e;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-top: -3px;
}

.index-wrap .banner li .font .t2 {
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top: 15px;
}

.index-wrap .banner li .font .t3 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    color: rgba(51, 51, 51, 0.25);
    margin-top: 30px;
    font-family: Arial;
}

.index-wrap .banner li .font .t3 span {
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.index-wrap .banner li .font .t6 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.25);
    margin-top: 30px;
    font-family: Arial;
}

.index-wrap .banner li .font .t6 span {
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.index-wrap .banner li .font .t7 {
    font-size: 30px;
    line-height: 36px;
    color: #666;
    margin-top: 30px;
    font-family: Arial;
}

.index-wrap .banner li .font .t7 span {
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.index-wrap .banner li .font .t4 {
    margin-top: 30px;
    height: 70px;
    padding: 0 35px;
    font-size: 28px;
    line-height: 70px;
    color: #ffffff;
    font-weight: bold;
    background: #a10c1c;
    float: left;
    letter-spacing: 2px;
}

.index-wrap .banner li .font .t5 {
    font-size: 30px;
    line-height: 36px;
    color: #ccc;
    margin-top: 10px;
    font-family: Arial;
    background: #fff;
    padding: 20px 35px;
    float: left;
}

.index-wrap .banner li .font .t5 span {
    font-size: 16px;
    line-height: 28px;
    display: block;
}
.index-wrap .banner .swiper-pagination{
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.index-wrap .banner .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-wrap .list1 .left .list1LeftBot .con  .swiper-container .swiper-slide{
    float: left;
}
.index-wrap .list1 .left .list1LeftBot .con li .t1 .swiper-slide{
    float: left;
}

.index-wrap .banner .l1 p {
    text-align: left;
}

.index-wrap .banner .l2 p {
    text-align: left;
}

.index-wrap .banner .l2 .font .t1 {
    color: #333333;
}

.index-wrap .banner .l2 .font .t1 span {
    color: #fff;
}

.index-wrap .banner .l2 .font .t2 {
    color: #666666;
}

.index-wrap .banner .l3 p {
    text-align: left;
}

.index-wrap .banner .l3 .font .t1 {
    color: #fff;
}

.index-wrap .banner .l3 .font .t2 {
    color: #fff;
}

.index-wrap .banner .l4 p {
    text-align: left;
}

.index-wrap .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border-radius: 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background width;
    -webkit-transition-property: background width;
    -ms-transition-property: background width;
    -o-transition-property: background width;
}

.index-wrap .banner .swiper-pagination-bullet-active {
    background: #d1020e;
    width: 30px;
}

.index-wrap .list1 {
    width: 100%;
    background: #ffffff;
    padding: 35px 0;
    padding-bottom: 40px;
}

.index-wrap .list1 .left {
    width: 722px;
    float: left;
}

.index-wrap .list1 .left .list1LeftTop {
    width: 100%;
    background: #aa020b;
    height: 50px;
}

.index-wrap .list1 .left .list1LeftTop p {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    padding-left: 25px;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.index-wrap .list1 .left .list1LeftTop p:hover {
    color: #aa020b;
}

.index-wrap .list1 .left .list1LeftTop a {
    display: block;
    float: right;
    width: 90px;
    height: 50px;
    text-align: center;
    background: #333333;
    font-size: 12px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-family: Arial;
}

.index-wrap .list1 .left .list1LeftBot {
    width: 720px;
    height: 460px;
    border: 1px solid #e6e5e5;
    background: #f1f1f1;
    position: relative;
    border-radius: 5px;
}

.index-wrap .list1 .left .list1LeftBot .map {
    width: 90%;
    height: 460px;
    float: right;
}

.index-wrap .list1 .left .list1LeftBot .con {
    width: 240px;
    padding: 20px;
    background-image: #fff;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e0dfe0;
    position: absolute;
    left: 30px;
    bottom: 35px;
    border-radius: 5px;
    /*height: 123px;*/
    /*overflow: hidden;*/
}
.index-wrap .list1 .left .list1LeftBot .con  .swiper-container{
    height: 76px;
    overflow: hidden;
}

.index-wrap .list1 .left .list1LeftBot .con .tit {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
}

.index-wrap .list1 .left .list1LeftBot .con li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 4px 0;
}

.index-wrap .list1 .left .list1LeftBot .con li .t1 {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    float: left;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon4_03.png);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: left center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.index-wrap .list1 .left .list1LeftBot .con li .time {
    float: right;
    width: 35px;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

/*.index-wrap .list1 .left .list1LeftBot .con li a {
    cursor: default;
}*/

.index-wrap .list1 .left .list1LeftBot .con li a:hover p{
    /*cursor: default;*/
    color: #aa020b
}

/*.index-wrap .list1 .left .list1LeftBot .con li:hover .t1 {
    color: #aa020b;
}*/

.index-wrap .list1 .right {
    width: 465px;
    float: right;
}

.index-wrap .list1 .right .list1RightTop {
    width: 100%;
    background: #aa020b;
    height: 50px;
}

.index-wrap .list1 .right .list1RightTop span {
    display: block;
    float: left;
    width: 154px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: #aa020b;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    border-right: 1px solid #c1474e;
}

.index-wrap .list1 .right .list1RightTop span.cur,
.index-wrap .list1 .right .list1RightTop span:hover {
    background: #740006;
}

.index-wrap .list1 .right .list1RightBot {
    width: 463px;
    border: 1px solid #e6e5e5;
}

.index-wrap .list1 .right .list1RightBot .video {
    width: 100%;
    height: auto !important;
    background: #000;
}

.index-wrap .list1 .right .list1RightBot .video video {
    width: 100%;
    height: 100%;
}

.index-wrap .list1 .right .list1RightBot .t1 {
    width: 430px;
    margin: 0 auto;
    padding-top: 18px;
    margin-bottom: 10px;
}

.index-wrap .list1 .right .list1RightBot .t1 .img {
    width: 170px;
    height: 120px;
    float: left;
}

.index-wrap .list1 .right .list1RightBot .t1 .img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    /*height: 100%;*/
}

.index-wrap .list1 .right .list1RightBot .t1 .font {
    float: right;
    width: 225px;
}

.index-wrap .list1 .right .list1RightBot .t1 .font .tit1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.index-wrap .list1 .right .list1RightBot .t1 .font .time {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
}

.index-wrap .list1 .right .list1RightBot .con {
    margin-top: 5px;
}

.index-wrap .list1 .right .list1RightBot .con li {
    padding: 12px 0;
    width: 430px;
    margin: 0 auto;
    border-bottom: 1px dotted #e8e8e8;
}

.index-wrap .list1 .right .list1RightBot .con li .p1 {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    float: left;
    padding-left: 25px;
    width: 300px;
    background-position: left center;
    background-image: url(../img/index/pic3_03.jpg);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-wrap .list1 .right .list1RightBot .con li .p1 span{
    color: #aa020b;
    /*color: rgb(102,102,102);*/
}
.index-wrap .list1 .right .list1RightBot .con li .time {
    font-size: 14px;
    line-height: 14px;
    color: #bcbcbc;
    float: right;
}

.index-wrap .list1 .right .list1RightBot .con li:hover .p1 {
    color: #aa020b;
}

@media screen and (max-width: 1280px) {
    .index-wrap .list1 .left {
        width: 622px;
    }
    .index-wrap .list1 .left .list1LeftBot {
        width: 620px;
    }
    .index-wrap .list1 .right {
        width: 360px;
    }
    .index-wrap .list1 .right .list1RightTop span {
        width: 119px;
    }
    .index-wrap .list1 .right .list1RightBot {
        width: 358px;
    }
    .index-wrap .list1 .right .list1RightBot .t1 {
        width: 330px;
    }
    .index-wrap .list1 .right .list1RightBot .t1 .font {
        width: 145px;
    }
    .index-wrap .list1 .right .list1RightBot .con li {
        width: 330px;
    }
    .index-wrap .list1 .right .list1RightBot .con li .p1 {
        width: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .index-wrap .banner {
        height: 250px;
    }
    .index-wrap .banner .pc {
        height: 250px;
    }
    .index-wrap .banner .pc .img {
        position: relative;
    }
    .index-wrap .banner .pc .img img {
        position: absolute;
        left: calc(50vw - 480px);
        width: 960px;
    }
    .index-wrap .banner .pc .font .t1,
    .index-wrap .banner .pc .font .t4 {
        font-size: 24px;
    }
    .index-wrap .banner .pc .font .t2 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .index-wrap .list1 .right{
        width: 100%;
    }
    .index-wrap .list1 .right .list1RightTop span{
        width: 33%;
    }
    .index-wrap .list1 .right .list1RightBot{
        width: 100%;
    }
    .index-wrap .list1 .right .list1RightBot .con li{
        width: 90%;
    }
    .index-wrap .list1 .right .list1RightBot .con li .p1{
        width: 60%;
    }
    .index-wrap .list1 .right .list1RightBot .t1{
        width: 90%;
    }
    .index-wrap .list1 .right .list1RightBot .t1 .font{
        width: 40%;
    }
    .index-wrap .list1 .left .list1LeftBot .con .swiper-container{
        width: 100%;
    }
    .index-wrap .list1 .left .list1LeftBot .con li{
        width: 100%;
        clear: both;
    }
    .index-wrap .list1 .left .list1LeftBot .con li .t1{
        width: 70%;
    }
    .index-wrap .banner .pc .font .t6,
    .index-wrap .banner .pc .font .t7,
    .index-wrap .banner .pc .font .t3,
    .index-wrap .banner .pc .font .t5 {
        font-size: 20px;
        margin-top: 20px;
        line-height: 30px;
    }
    .index-wrap .banner .pc .font .t6 span,
    .index-wrap .banner .pc .font .t7 span,
    .index-wrap .banner .pc .font .t3 span,
    .index-wrap .banner .pc .font .t5 span {
        font-size: 12px;
        line-height: 20px;
    }
    .index-wrap .banner li {
        height: 250px;
    }
    .index-wrap .banner li .label2 {
        width: 96vw;
    }
    .index-wrap .list1 .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .index-wrap .list1 .left .list1LeftBot {
        height: auto;
        width: 100%;
    }
    .index-wrap .list1 .left .list1LeftBot .map {
        width: 100%;
        height: 100vw;
        float: none;
        display: none;
    }
    .index-wrap .list1 .left .list1LeftBot .con {
        position: static;
        float: left;
        margin-left: 5vw;
        margin: 0 auto;
        width: calc(96vw - 40px);
        border-width: 0;
        float: none;
    }
}

.about-wrap {
    width: 100%;
}

.about-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.about-wrap .banner img {
    width: 100%;
    height: 100%;
}

.about-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.about-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.about-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.about-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.about-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.about-wrap .page-nav li:hover p,
.about-wrap .page-nav li.cur p {
    color: #cd2720;
}

.about-wrap .page-nav li:hover span,
.about-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.about-wrap .intro-main {
    margin-top: 35px;
    width: 100%;
    padding-bottom: 100px;
}

.about-wrap .intro-main .intro-main-tit {
    height: 55px;
    padding-left: 25px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.about-wrap .intro-main .intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.about-wrap .intro-main .intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.about-wrap .intro-main .intro-main-con {
    padding: 0 30px;
}

.about-wrap .intro-main .intro-main-con .left {
    float: left;
    width: 530px;
}

.about-wrap .intro-main .intro-main-con .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
}

.about-wrap .intro-main .intro-main-con p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.about-wrap .intro-main .intro-main-con img {
    float: right;
}

.about-wrap .intro-main .intro-main-con .bot {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.about-wrap .intro-main .intro-main-con ul {
    margin-top: 40px;
    float: left;
}

.about-wrap .intro-main .intro-main-con li {
    float: left;
    margin-right: 95px;
    width: 190px;
    height: 140px;
    border-radius: 10px;
    background: #333333;
    padding-top: 25px;
    opacity: 0;
    -webkit-opacity: 0;
    position: relative;
    left: 50px;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background opacity left;
    -webkit-transition-property: background opacity left;
    -ms-transition-property: background opacity left;
    -o-transition-property: background opacity left;
}

.about-wrap .intro-main .intro-main-con li .img {
    width: 100%;
    height: 52px;
    display: table;
}

.about-wrap .intro-main .intro-main-con li .img img {
    max-height: 52px;
    float: none;
}

.about-wrap .intro-main .intro-main-con li .font {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 23px;
}

.about-wrap .intro-main .intro-main-con li:hover {
    background: #aa020b;
}

.about-wrap .intro-main .intro-cul {
    margin-top: 45px;
    padding: 0 30px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.about-wrap .intro-main .intro-cul .cul-tit .left {
    width: 115px;
    float: left;
}

.about-wrap .intro-main .intro-cul .cul-tit .left .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.about-wrap .intro-main .intro-cul .cul-tit .left .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.about-wrap .intro-main .intro-cul .cul-tit .line1 {
    width: 6px;
    height: 55px;
    float: left;
    background: #cd2720;
}

.about-wrap .intro-main .intro-cul .cul-tit .line2 {
    width: 980px;
    float: left;
    height: 1px;
    background: #d6d6d6;
    margin-top: 27px;
    margin-left: 30px;
}

.about-wrap .intro-main .intro-cul .cul-con {
    margin-left: 30px;
    height: 641px;
}

.about-wrap .intro-main .intro-cul .cul-con .line1 {
    width: 100%;
    float: left;
    margin-top: 320px;
    height: 1px;
    background: #d6d6d6;
}

.about-wrap .intro-main .intro-cul .cul-con .year {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #aa020b;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    font-family: Arial;
    margin-top: -30px;
    float: left;
    opacity: 1;
    -webkit-opacity:1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.about-wrap .intro-main .intro-cul .cul-con .year.none{
    opacity: 0;
    -webkit-opacity:0;
}

.about-wrap .intro-main .intro-cul .cul-con .con {
    width: 1000px;
    height: 600px;
}

.about-wrap .intro-main .intro-cul .cul-con ul {
    position: relative;
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.about-wrap .intro-main .intro-cul .cul-con .mid {
    width: 1015px;
    height: 645px;
    padding-left: 110px;
    position: relative;
}

.about-wrap .intro-main .intro-cul .cul-con .mid .mid-con {
    width: 1000px;
    left: 110px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li {
    position: absolute;
    top: 322px;
    height: 285px;
    padding-left: 24px;
    border-left: 1px solid #d5d5d5;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li .d1 {
    width: 205px;
    position: absolute;
    left: 24px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li .img {
    width: 205px;
    height: 145px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li .img img {
    width: 100%;
    height: 100%;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 10px;
    width: 205px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li .c1 {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    width: 205px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li span {
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: -3px;
    background-image: url(../img/index/icon4_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.about-wrap .intro-main .intro-cul .cul-con .mid .next {
    width: 14px;
    height: 26px;
    position: absolute;
    background-image: url(../img/index/icon18_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    right: 12px;
    cursor: pointer;
    top: 307px;
}


.about-wrap .intro-main .intro-cul .cul-con .mid .prev {
    width: 14px;
    height: 26px;
    position: absolute;
    background-image: url(../img/index/icon18_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0px;
    cursor: pointer;
    top: 307px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-opacity:0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.about-wrap .intro-main .intro-cul .cul-con .mid .prev.show{
    opacity: 1;
    -webkit-opacity:1;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.up {
    top: 37px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.up .d1 {
    top: 0;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.up .img {
    margin-bottom: 20px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.up span {
    bottom: -3px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.down .d1 {
    bottom: 0;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.down .img {
    margin-top: 20px;
}

.about-wrap .intro-main .intro-cul .cul-con .mid li.down span {
    top: -3px;
}

.about-wrap .intro-main .intro-cul .phone {
    display: none;
}

.about-wrap .intro-main .intro-cul .phone .more .p1 {
    width: 100%;
    height: 50px;
    background: #ccc;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.about-wrap .intro-main .intro-cul .phone li {
    margin-top: 10px;
    width: 100%;
}

.about-wrap .intro-main .intro-cul .phone li .d1 {
    width: 100%;
}

.about-wrap .intro-main .intro-cul .phone li .d1 .img {
    width: 100%;
}

.about-wrap .intro-main .intro-cul .phone li .d1 .img img {
    width: 100%;
}

.about-wrap .intro-main .intro-cul .phone li .d1 .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 205px;
}

.about-wrap .intro-main .intro-cul .phone li .d1 .c1 {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    width: 205px;
}

.about-wrap .mess {
    margin-top: 35px;
    width: 100%;
    padding-bottom: 100px;
}

.about-wrap .mess {

}

.about-wrap .mess .intro-main-tit {
    height: 55px;
    padding-left: 25px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.about-wrap .mess .intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.about-wrap .mess .intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.about-wrap .mess .cul-main {
    padding: 0 30px;
}

.about-wrap .mess .cul-main .left {
    width: 840px;
    float: left;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.about-wrap .mess .cul-main .right {
    width: 260px;
    float: right;
    margin-top: 60px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.about-wrap .mess .cul-main .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
}

.about-wrap .mess .cul-main .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.about-wrap .mess .cul-main .c1 img {
    float: right;
}

.about-wrap .mess .cul-main .name {
    float: left;
    width: 90%;
    text-align: right;
    margin-top: 50px;
}

.about-wrap .culture {
    margin-top: 35px;
    width: 100%;
}

.about-wrap .culture .intro-main-tit {
    height: 55px;
    padding-left: 25px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.about-wrap .culture .intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.about-wrap .culture .intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.about-wrap .culture .cul-main {
    padding: 0 30px;
    padding-bottom: 325px;
    background-image: url(../img/index/pic11_03.jpg);
    background-size: 100% 658px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about-wrap .culture .cul-main .d1 {
    margin-top: 30px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: opacity bottom;
    -webkit-transition-property: opacity bottom;
    -ms-transition-property: opacity bottom;
    -o-transition-property: opacity bottom;
    position: relative;
    bottom: -50px;
}

.about-wrap .culture .cul-main .d1 .ch {
    font-size: 24px;
    line-height: 44px;
    color: #333333;
}

.about-wrap .culture .cul-main .d1 .en {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-family: Arial;
}

.about-wrap .culture .cul-main .d2 {
    margin-top: 70px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: opacity bottom;
    -webkit-transition-property: opacity bottom;
    -ms-transition-property: opacity bottom;
    -o-transition-property: opacity bottom;
    position: relative;
    bottom: -50px;
}

.about-wrap .culture .cul-main .d2 .ch {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.about-wrap .culture .cul-main .d2 li {
    width: 360px;
    height: 155px;
    background: #fff;
    border: 1px solid #e6e5e5;
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 23px;
    margin-top: 18px;
    float: left;
}

.about-wrap .culture .cul-main .d2 li .t1 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: 200px;
    padding-left: 40px;
    padding-top: 40px;
}

.about-wrap .culture .cul-main .d2 li .t1 font {
    margin-left: 18px;
}

.about-wrap .culture .cul-main .d2 li .c1 {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    width: 200px;
    padding-left: 40px;
    margin-top: 10px;
}

.about-wrap .organ {
    margin-top: 35px;
    width: 100%;
}

.about-wrap .organ .intro-main-tit {
    height: 55px;
    padding-left: 25px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.about-wrap .organ .intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.about-wrap .organ .intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.about-wrap .organ-main {
    margin-top: 30px;
    padding: 23px 0;
    background: #f8f8f8;
}

@media screen and (max-width: 800px) {
    .about-wrap .organ-main li:nth-child(2) {
        margin-left: 6vw;
    }
}





.about-wrap .organ-main li {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}

.about-wrap .organ-main .se {
    float: left;
    margin-right: 17px;
    cursor: pointer;
    position: relative;
}

.about-wrap .organ-main .se .top {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    background: #fff;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    cursor: pointer;
    width: 120px;
    position: relative;
    z-index: 1;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #ffffff;
    text-align: center;
}

.about-wrap .organ-main .se .top.active {
    background-color: #CB281F;
    color: #ffffff
}

.about-wrap .organ-main .se .xiala {
    width: 141px;
    position: absolute;
    top: 18px;
    left: 0px;
    background: #fff;
    border: 1px solid #e6e5e5;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.about-wrap .organ-main .se .xiala .left {
    float: left;
    width: 140px;
}

.about-wrap .organ-main .se .xiala .left p {
    border-bottom: 1px solid #e6e5e5;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.about-wrap .organ-main .se .xiala span {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    background: #e6e5e5;
    margin: 0 10px;
}

.about-wrap .organ-main li:hover,
.about-wrap .organ-main li.cur {
    background: #cb281f;
    border-color: #cb281f;
    color: #fff;
}

.about-wrap .organ-con {
    padding-top: 40px;
    padding-bottom: 200px;
}

.about-wrap .organ-con li {
    width: 220px;
    float: left;
    margin: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: box-shadow left opacity;
    -webkit-transition-property: box-shadow left opacity;
    -ms-transition-property: box-shadow left opacity;
    -o-transition-property: box-shadow left opacity;
    position: relative;
    left: 50px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.about-wrap .organ-con li .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.about-wrap .organ-con li .name {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.about-wrap .organ-con li .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.about-wrap .organ-con li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.about-wrap .organ-con li.list {
    left: 0px;
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.about-wrap .intro-main-con.list .left,
.about-wrap .intro-main-con.list .bot {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Left 2s ease-in-out;
    -moz-animation: aboutList1Left 2s ease-in-out;
    -ms-animation: aboutList1Left 2s ease-in-out;
    -o-animation: aboutList1Left 2s ease-in-out;
    animation: aboutList1Left 2s ease-in-out;
}

.about-wrap .intro-main-con.list .img1 {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Right 2s ease-in-out;
    -moz-animation: aboutList1Right 2s ease-in-out;
    -ms-animation: aboutList1Right 2s ease-in-out;
    -o-animation: aboutList1Right 2s ease-in-out;
    animation: aboutList1Right 2s ease-in-out;
}

.about-wrap .intro-main-con.list li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

.about-wrap .intro-cul.a1 {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.about-wrap .cul-main.list .left {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Left 2s ease-in-out;
    -moz-animation: aboutList1Left 2s ease-in-out;
    -ms-animation: aboutList1Left 2s ease-in-out;
    -o-animation: aboutList1Left 2s ease-in-out;
    animation: aboutList1Left 2s ease-in-out;
}

.about-wrap .cul-main.list .right,
.about-wrap .cul-main.list .name {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Right 2s ease-in-out;
    -moz-animation: aboutList1Right 2s ease-in-out;
    -ms-animation: aboutList1Right 2s ease-in-out;
    -o-animation: aboutList1Right 2s ease-in-out;
    animation: aboutList1Right 2s ease-in-out;
}

.about-wrap .culture .cul-main .d1.list,
.about-wrap .culture .cul-main .d2.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

@media screen and (max-width: 1280px) {
    .about-wrap .intro-main .intro-main-con .left {
        width: 430px;
    }
    .about-wrap .intro-main .intro-main-con .img {
        width: 470px;
    }
    .about-wrap .intro-main .intro-main-con li {
        margin-right: 45px;
    }
    .about-wrap .intro-main .intro-cul .cul-con .mid {
        width: 815px;
    }
    .about-wrap .intro-main .intro-cul .cul-con .mid .mid-con {
        width: 800px;
    }
    .about-wrap .mess .cul-main .left {
        width: 640px;
    }
}
@media screen and (max-width: 1000px){
    .about-wrap .organ-main li {
        width: 80px;
        margin-left: 10px;
        padding: 0 5px;
        text-align: center;
    }
    .about-wrap .organ-main select {
        width:100px;
    }
    .about-wrap .organ-main .se .top {
        width: 80px;
    }
    .about-wrap .organ-main .se{
        width: 100px;
        margin-top: 5px;
        margin-left: 3px;
    }
}
@media screen and (max-width: 800px){
    .about-wrap .organ-main li {
        width: 120px;
        margin: 5px 10px 5px 0;
        width: 35vw;
        margin: 5px 3vw 5px 3vw;
        padding: 0 2vw;

    }
    .about-wrap .organ-main select {
        width: 162px;
    }
    .about-wrap .organ-main .se .top {
        width: 30vw;
    }
    .about-wrap .organ-main .se{
        width: 35vw;
        margin-top: 5px;
        margin-left: 3vw;
    }
}
@media screen and (max-width: 1000px) {
    /*.about-wrap .organ-main .se{
        width: 100px;
    }*/
    .about-wrap .intro-main .intro-main-con img{
        /*width: 100%;*/
    }
    .about-wrap .page-nav {
        display: none;
        height: auto;
        border-bottom: 1px solid #eaeaea;
    }
    .about-wrap .page-nav ul {
        float: left;
    }
    .about-wrap .page-nav li {
        margin: 0;
        width: 24vw;
    }
    .about-wrap .organ .intro-main-tit .tit-t1 {
        font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    }
    .about-wrap .banner {
        height: 160px;
        position: relative;
    }
    .about-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .about-wrap .intro-main .intro-main-con .left {
        width: 100%;
    }
    .about-wrap .intro-main .intro-main-con .img {
        width: 100%;
    }
    .about-wrap .intro-main .intro-main-con li {
        width: calc(48vw - 50px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .about-wrap .intro-main .intro-cul .cul-tit .line2 {
        display: none;
    }
    .about-wrap .intro-main .intro-cul .cul-con .mid {
        width: 100%;
        padding: 0;
    }
    .about-wrap .intro-main .intro-cul .cul-con .year {
        display: none;
    }
    .about-wrap .intro-main .intro-cul .cul-tit {
        margin-bottom: 20px;
    }
    .about-wrap .intro-main .intro-cul .phone {
        display: block;
    }
    .about-wrap .intro-main .intro-cul .pc {
        display: none;
    }
    .about-wrap .mess .cul-main .left {
        width: 100%;
        float: none;
    }
    .about-wrap .mess .cul-main .right {
        float: none;
        margin: 20px auto;
    }
    .about-wrap .mess .cul-main .name {
        width: 100%;
        margin-top: 0px;
    }
    .about-wrap .mess .cul-main .name img {
        width: 100%;
    }
    .about-wrap .culture .cul-main{
        background-size: 100vw calc(100vw * 658 / 1200);
        padding-bottom: 125px;
    }
    .about-wrap .culture .cul-main .d2 li {
        width: 100%;
    }
    
    /*.about-wrap .organ-main .se{
        width: 35vw;
        margin-top: 5px;
        margin-left: 3px;
    }*/
    .about-wrap .organ-con li {
        width: calc(47vw - 22px);
        border: 1px solid #ccc;
    }
    .about-wrap .organ-con li .img {
        height: 180px;
    }
    .about-wrap .organ-con li .img img {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .about-wrap .organ-main .se .top {
        width: 26vw;
        background-position: right 9px center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .about-wrap .organ-main li:nth-child(2) {
        margin-left: 8vw;
    }
    .about-wrap .organ-main .se .top {
        width: 34vw;
    }
    .about-wrap .organ-main .se .xiala {
        width: 36.5vw;
    }
}

@media screen and (max-width: 414px){
    .about-wrap .organ-main .se .top {
        width: 29vw;
    }
}

@media screen and (max-width: 375px){
    .about-wrap .organ-main .se .top {
        width: 28vw;
    }
    .about-wrap .organ-main .se .xiala {
        width: 125px;
    }

    .about-wrap .organ-main .se .xiala .left {
        width: 125px;
    }
}

@media screen and (max-width: 320px){
    .about-wrap .organ-main .se .top {
        width: 27vw;
    }
    .about-wrap .organ-main .se .xiala {
        width: 106px;
    }
}

.goven-wrap {
    width: 100%;
}

.goven-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.goven-wrap .banner img {
    width: 100%;
    height: 100%;
}

.goven-wrap .organ {
    display: none;
}

.goven-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.goven-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.goven-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.goven-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.goven-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.goven-wrap .page-nav li:hover p,
.goven-wrap .page-nav li.cur p {
    color: #cd2720;
}

.goven-wrap .page-nav li:hover span,
.goven-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.goven-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
    margin-right: 300px;
}

.goven-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.goven-wrap .report-wrap {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 30px;
}

.goven-wrap .report-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.goven-wrap .report-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.goven-wrap .report-wrap li {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    height: 130px;
    position: relative;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    bottom: -50px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: bottom opacity;
    -webkit-transition-property: bottom opacity;
    -ms-transition-property: bottom opacity;
    -o-transition-property: bottom opacity;
}

.goven-wrap .report-wrap li .left {
    width: 200px;
    height: 130px;
    overflow: hidden;
    float: left;
}

.goven-wrap .report-wrap li .left img {
    width: 100%;
    height: 100%;
}

.goven-wrap .report-wrap li .mid {
    width: 830px;
    margin-left: 25px;
    float: left;
}

.goven-wrap .report-wrap li .mid .t1 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goven-wrap .report-wrap li .mid .t1 span {
	color: #aa020b;
}

.goven-wrap .report-wrap li .mid .c1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.goven-wrap .report-wrap li .mid a {
    margin-top: 10px;
    padding-left: 30px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    display: block;
    background-image: url(../img/index/pic15_08.jpg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: left center;
}

.goven-wrap .report-wrap li .time {
    width: 90px;
    float: left;
    height: 88px;
    margin-top: 21px;
    border-left: 1px solid #eaeaea;
    margin-left: 50px;
}

.goven-wrap .report-wrap li .time .day {
    font-size: 30px;
    line-height: 50px;
    color: #666666;
    text-align: center;
}

.goven-wrap .report-wrap li .time .year {
    font-size: 14px;
    line-height: 34px;
    color: #999999;
    text-align: center;
}

.goven-wrap .report-wrap li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0px;
}

.goven-wrap .feature-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.goven-wrap .feature-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.goven-wrap .feature-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.goven-wrap .feature-wrap .con {
    padding-left: 30px;
    padding-top: 20px;
}

.goven-wrap .feature-wrap .con li {
    width: 510px;
    height: 50px;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.goven-wrap .feature-wrap .con li a {
    display: block;
    width: 480px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon9_03.png);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
}

.goven-wrap .feature-wrap .con li:hover {
    background: #fff;
    border-color: #f5d4d2;
}

.goven-wrap .feature-wrap .con li:hover a {
    color: #cd2720;
    background-image: url(../img/index/icon9_06.png);
}

.goven-wrap .feature-wrap .con .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}

.goven-wrap .feature-wrap .con .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.goven-wrap .feature-wrap .con .c1 span {
    color: #333333;
}


.goven-wrap .goven-nav {
    padding: 23px 0;
    background: #f8f8f8;
}

.goven-wrap .goven-nav li {
    padding: 0 20px;
    margin: 5px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}

.goven-wrap .goven-nav select {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    float: left;
    margin-right: 17px;
    background: #fff;
    cursor: pointer;
    width: 200px;
}

.goven-wrap .goven-nav li:hover,
.goven-wrap .goven-nav li.cur {
    background: #cb281f;
    border-color: #cb281f;
    color: #fff;
}

.goven-wrap .goven-main {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.goven-wrap .goven-main .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.goven-wrap .goven-main .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.goven-wrap .goven-main .tit p font {
    color: #cd2720;
}

.goven-wrap .goven-main .con {
    padding-left: 30px;
    padding-top: 20px;
}
@media (max-width: 745px){

.goven-wrap .goven-main .con table{
	width: 95% !important;

}

.fin-wrap .feature-wrap .con table, .goven-wrap .feature-wrap .con table{
	width: 95% !important;

}

	}



.goven-wrap .goven-main .con .info-con {
    margin-top: 30px;
}

.goven-wrap .goven-main .info-con .t1 {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #323232;
    text-align: center;
    margin-top: 30px;
}

.goven-wrap .goven-main .info-con .time {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}

.goven-wrap .goven-main .info-con .con {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.goven-wrap .goven-main .info-con .con p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-align: left;
}

.goven-wrap .goven-main .info-con .con p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 80px;
}

.goven-wrap .goven-main .info-con .bot {
    margin-top: 100px;
}

.goven-wrap .goven-main .info-con .bot .right {
    width: 100%;
    /*float: right;*/
    /*margin-right: 2.5%;*/
}

.goven-wrap .goven-main .info-con .bot .right a {
    width: 98px;
    height: 33px;
    display: block;
    /*float: right;*/
    margin: 0 auto;
    border: 1px solid #999999;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color border;
    -webkit-transition-property: background color border;
    -ms-transition-property: background color border;
    -o-transition-property: background color border;
}

.goven-wrap .goven-main .info-con .bot .right a:hover {
    background: #cd2720;
    color: #fff;
    border-color: #cd2720;
}

.goven-wrap .goven-main .con li {
    width: 510px;
    height: 50px;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.goven-wrap .goven-main .con li a {
    display: block;
    width: 480px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon9_03.png);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
}

.goven-wrap .goven-main .con li:hover {
    background: #fff;
    border-color: #f5d4d2;
}

.goven-wrap .goven-main .con li:hover a {
    color: #cd2720;
    background-image: url(../img/index/icon9_06.png);
}

.goven-wrap .goven-main .con .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}

.goven-wrap .goven-main .con .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.goven-wrap .goven-main .con .c1 span {
    color: #333333;
}

.goven-wrap .list-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.goven-wrap .list-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.goven-wrap .list-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.goven-wrap .list-wrap .tit p font {
    color: #cd2720;
}

.goven-wrap .list-wrap .con {
    width: 100%;
    height: 475px;
    margin-top: 25px;
    border: 1px solid #e6e5e5;
    background: #f1f1f1;
}

.goven-wrap .list-wrap .con .left {
    width: 420px;
    float: left;
    padding-left: 50px;
    padding-top: 50px;
}

.goven-wrap .list-wrap .con .left .t1 {
    width: 150px;
    height: 33px;
    background: #cd2720;
    border-radius: 15px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 33px;
    color: #ffffff;
}

.goven-wrap .list-wrap .con .left .c1 {
    padding-left: 30px;
    padding-top: 15px;
}

.goven-wrap .list-wrap .con .left .c1 a {
    display: block;
    width: 95px;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.goven-wrap .list-wrap .con .left .c1 a:hover,
.goven-wrap .list-wrap .con .left .c1 a.cur {
    color: #cd2720;
}

.goven-wrap .list-wrap .con .left .c1 a.cur {
    font-weight: bold;
}

.goven-wrap .list-wrap .con .map {
    width: 700px;
    height: 475px;
    float: right;
}

.goven-wrap .list-wrap .list-nav {
    margin-top: 35px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.goven-wrap .list-wrap .list-nav .se {
    position: relative;
    width: 233px;
    float: left;
    padding-top: 8px;
}

.goven-wrap .list-wrap .list-nav .se select {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.goven-wrap .list-wrap .list-nav .se .top {
    padding: 0 15px;
    border-radius: 13px;
    height: 24px;
    border: 1px solid #e6e5e5;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

.goven-wrap .list-wrap .list-nav .se .top p {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}



.goven-wrap .list-wrap .list-nav .se .top span {
    display: block;
    width: 1px;
    height: 11px;
    position: relative;
    top: 7px;
    float: left;
    background: #d0d0d0;
    margin: 0 10px;
}

.goven-wrap .list-wrap .list-nav .se .xiala {
    width: 211px;
    position: absolute;
    top: 18px;
    left: 0px;
    background: #fff;
    border: 1px solid #e6e5e5;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.goven-wrap .list-wrap .list-nav .se .xiala .left,
.goven-wrap .list-wrap .list-nav .se .xiala .right {
    float: left;
    width: 95px;
}

.goven-wrap .list-wrap .list-nav .se .xiala .left p,
.goven-wrap .list-wrap .list-nav .se .xiala .right p {
    border-bottom: 1px solid #e6e5e5;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.goven-wrap .list-wrap .list-nav .se .xiala .left {
    padding-right: 10px;
    border-right: 1px solid #e6e5e5;
}

.goven-wrap .list-wrap .list-nav .se .xiala .right {
    padding-left: 10px;
    border-left: 1px solid #e6e5e5;
    margin-left: -1px;
}

.goven-wrap .list-wrap .list-nav .se .xiala span {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    background: #e6e5e5;
    margin: 0 10px;
}

.goven-wrap .list-wrap .list-nav .dan {
    width: 120px;
}

.goven-wrap .list-wrap .list-nav .dan .top {
    width: 90px;
}

.goven-wrap .list-wrap .list-nav .dan .xiala {
    width: 100px;
    height: 300px;
    overflow: scroll;;
}

.goven-wrap .list-wrap .list-nav .dan .xiala .left {
    border-width: 0;
}

.goven-wrap .list-wrap .list-nav .se.red select {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.goven-wrap .list-wrap .list-nav .se.red .top {
    background: #cd2720;
    border-color: #cd2720;
}

p.img-title {
    font-size: 14px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    transition: color .5s ease-out;
    /*padding-bottom: 10px;*/
    height: 39px;
    line-height: 39px;
}

p.img-title:hover {
    color: #aa020b;
}

.goven-wrap .list-wrap .list-nav .se.red .top p {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.goven-wrap .list-wrap .list-nav .se.red span {
    background: rgba(255, 255, 255, 0.5);
}



.goven-wrap .list-wrap .list-nav .reasch {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    background: #333333;
    border-radius: 5px;
    float: right;
}

.goven-wrap .list-wrap .list-nav .reasch input[type=text] {
    width: 180px;
    height: 40px;
    background: none;
    border-width: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

.goven-wrap .list-wrap .list-nav .reasch input[type=submit] {
    width: 20px;
    height: 40px;
    background: none;
    border-width: 0;
    background-image: url(../img/index/icon10_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.goven-wrap .list-wrap .list1 {
    margin-top: 20px;
}

.goven-wrap .list-wrap .list1 li {
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
}

.goven-wrap .list-wrap .list1 li .p1 {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #aa020b;
}

.goven-wrap .list-wrap .list1 li .p2 {
    float: left;
    margin-left: 20px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

.goven-wrap .list-wrap .list1 li .time {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    padding-right: 25px;
}

.goven-wrap .goven-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.goven-wrap .goven-pop .con {
    width: 480px;
    height: 530px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.goven-wrap .goven-pop .con .name {
    font-size: 20px;
    line-height: 20px;
    color: #cc0000;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.goven-wrap .goven-pop .con .name .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    display: block;
    top: 4px;
    cursor: pointer;
    background-image: url(../img/index/icon12_03.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.goven-wrap .goven-pop .con input[type=text] {
    width: 438px;
    height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
}
.goven-wrap .goven-pop .con textarea {
    width: 438px;
    height: 120px;
    border: 1px solid #cdcccc;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    margin-top: 15px;
}

.goven-wrap .goven-pop .con .code input{
	width:280px;
	 height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
	float:left;
}
.goven-wrap .goven-pop .con .code img{
	float:left;
	 height: 43px;
    border: 1px solid #cdcccc;
	margin-left:20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
	float:right;
}
.goven-wrap .goven-pop .con input[type=button] {
    width: 145px;
    height: 40px;
    background: #474747;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.goven-wrap .goven-pop .con input[type=submit] {
    width: 145px;
    height: 40px;
    background: #e63250;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.goven-wrap .goven-pop .con .btn {
    margin: 0 auto;
    margin-top: 15px;
    width: 310px;
}

.goven-wrap .goven-main .con li.list,
.goven-wrap .feature-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

@media screen and (max-width: 1280px) {
    .goven-wrap .page-nav .sign{
        margin-right: 100px;
    }
    .goven-wrap .goven-nav li {
        margin: 10px 17px 10px 0;
    }
    .goven-wrap .goven-main .con li {
        width: 395px;
    }
    .goven-wrap .goven-main .con li a {
        width: 365px;
    }
    .goven-wrap .feature-wrap .con li {
        width: 395px;
    }
    .goven-wrap .feature-wrap .con li a {
        width: 365px;
    }
    .goven-wrap .report-wrap li .mid {
        width: 630px;
    }
    .goven-wrap .list-wrap .con .left {
        width: 320px;
    }
    .goven-wrap .list-wrap .con .map{
        width: 600px;
    }
}

@media screen and (max-width: 1000px) {
    .goven-wrap .banner {
        height: 160px;
        position: relative;
        overflow: hidden;
    }
    .goven-wrap .banner img {
        position: absolute;
        left: calc(50vw - 250px);
        width: 1100px;
    }
    .goven-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
    .goven-wrap .page-nav ul {
        float: left;
        clear: both;
        display: none;
    }
    .goven-wrap .page-nav li {
        margin: 0;
        width: 24vw;
    }
    .goven-wrap .page-nav .tit {
        display: none;
    }
    .goven-wrap .page-nav .sign {
        position: absolute;
        right: 5vw;
        top: 16px;
        margin: 0;
    }
    .goven-wrap .organ {
        margin-top: 35px;
        width: 100%;
        display: block;
    }
    .goven-wrap .organ .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
    }
    .goven-wrap .list-wrap .list1 li .time{
        display: none;
    }
    .goven-wrap .organ .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .goven-wrap .organ .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
    .goven-wrap .list-wrap .tit {
        display: none;
    }
    .goven-wrap .list-wrap .list-nav {
        width: 90vw;
        margin: 0 auto;
    }
    .goven-wrap .list-wrap .list-nav .se {
        margin-right: 2px;
        width: 90vw;
    }
    .goven-wrap .list-wrap .list-nav .se .top p {
        width: calc(45vw - 30px);
    }
    .goven-wrap .list-wrap .list-nav .se .xiala {
        width: calc(90vw - 22px);
    }
    .goven-wrap .list-wrap .list-nav .se .xiala .left {
        width: calc(45vw - 20px);
    }
    .goven-wrap .list-wrap .list-nav .se .xiala .right {
        width: calc(45vw - 30px);
    }
    .goven-wrap .list-wrap .list-nav .dan {
        width: 90vw;
    }
    .goven-wrap .list-wrap .list-nav .dan .top {
        width: calc(90vw - 30px);
    }
    .goven-wrap .list-wrap .list-nav .dan .top p {
        width: calc(90vw - 38px);
    }
    .goven-wrap .list-wrap .list-nav .dan .xiala .left {
        width: 100%;
    }
    .goven-wrap .list-wrap .list-nav .reasch {
        float: left;
        margin-top: 8px;
        width: calc(90vw - 30px);
    }
    .goven-wrap .list-wrap .list-nav .reasch input[type=text] {
        width: calc(90vw - 75px);
    }
    .goven-wrap .list-wrap .list-nav .reasch input[type=submit] {
        width: 40px;
    }
    .goven-wrap .list-wrap .list1 li .p1 {
        width: 90px;
        padding-left: 0;
    }
    .goven-wrap .list-wrap .list1 li .p3 {
        width: 178px;
        margin-right: 0;
    }
    .goven-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 175px);
    }
    .goven-wrap .list-wrap .con .left {
        width: 100%;
        padding: 0;
    }
    .goven-wrap .list-wrap .con .map {
        width: 100%;
    }
    .goven-wrap .goven-nav li {
        width: 30vw;
        padding: 0 5vw;
        margin:10px 3vw 10px 3vw;
        text-align: center;
    }
    .goven-wrap .list-wrap .con {
        display: none;
    }
    .goven-wrap .goven-nav {
        margin-top: 30px;
    }
    .goven-wrap .goven-main .tit {
        display: none;
    }
    .goven-wrap .goven-main .con {
        padding: 0 30px;
    }
    .goven-wrap .goven-main .con li {
        width: calc(96vw - 80px);
        margin-right: 0;
        margin-top: 10px;
    }
    .goven-wrap .goven-main .con li a {
        width: calc(96vw - 100px);
    }
    .goven-wrap .feature-wrap .tit {
        display: none;
    }
    .goven-wrap .feature-wrap .con {
        padding: 0 ;
    }
    .goven-wrap .feature-wrap .con li {
        width: calc(90vw - 36px);
        margin-left: 3vw;
        margin-top: 10px;
        margin-right: 0;
    }
    .goven-wrap .feature-wrap .con li a {
        width: calc(90vw - 36px);
    }
    .goven-wrap .report-wrap .tit {
        display: none;
    }
    .goven-wrap .report-wrap .main-wrap {
        width: 90vw;
    }
    .goven-wrap .report-wrap li {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .goven-wrap .report-wrap li .left {
        width: 100%;
        height: 200px;
    }
    .goven-wrap .report-wrap li .mid {
        width: 100%;
        margin-left: 0;
    }
    .goven-wrap .report-wrap li .time {
        display: none;
    }
    .goven-wrap .goven-pop .con {
        padding: 3vw;
        width: 90vw;
    }
    .goven-wrap .goven-pop .con input[type=text] {
        width: calc(90vw - 40px);
    }
}

.senior-wrap {
    width: 100%;
}

.senior-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.senior-wrap .banner img {
    width: 100%;
    height: 100%;
}

.senior-wrap .organ {
    display: none;
}

.senior-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.senior-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.senior-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.senior-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.senior-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.senior-wrap .page-nav li:hover p,
.senior-wrap .page-nav li.cur p {
    color: #cd2720;
}

.senior-wrap .page-nav li:hover span,
.senior-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.senior-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
    margin-right: 300px;
}

.senior-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.senior-wrap .feature-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.senior-wrap .feature-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.senior-wrap .feature-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.senior-wrap .feature-wrap .con {
    padding-left: 30px;
    padding-top: 20px;
}

.senior-wrap .feature-wrap .con li {
    width: 510px;
    height: 50px;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.senior-wrap .feature-wrap .con li a {
    display: block;
    width: 480px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon9_03.png);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: right center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
}

.senior-wrap .feature-wrap .con li:hover {
    background: #fff;
    border-color: #f5d4d2;
}

.senior-wrap .feature-wrap .con li:hover a {
    color: #cd2720;
    background-image: url(../img/index/icon9_06.png);
}
.senior-wrap .feature-wrap .con .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}

.senior-wrap .feature-wrap .con .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.senior-wrap .feature-wrap .con .c1 span {
    color: #333333;
}

.senior-wrap .trailer-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.senior-wrap .trailer-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.senior-wrap .trailer-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.senior-wrap .trailer-wrap .list-nav {
    margin-top: 35px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.senior-wrap .trailer-wrap .list-nav .se {
    position: relative;
    width: 233px;
    float: left;
    padding-top: 8px;
}

.senior-wrap .trailer-wrap .list-nav .se select {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.senior-wrap .trailer-wrap .list-nav .se .top {
    padding: 0 15px;
    border-radius: 13px;
    height: 24px;
    border: 1px solid #e6e5e5;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

.senior-wrap .trailer-wrap .list-nav .se .top p {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    position: relative;
}

.senior-wrap .trailer-wrap .con{
  margin-top: 30px;
}
.senior-wrap .trailer-wrap .con p{
  font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.senior-wrap .trailer-wrap .list-nav .se .top span {
    display: block;
    width: 1px;
    height: 11px;
    position: relative;
    top: 7px;
    float: left;
    background: #d0d0d0;
    margin: 0 10px;
}

.senior-wrap .trailer-wrap .list-nav .se .xiala {
    width: 211px;
    position: absolute;
    top: 18px;
    left: 0px;
    background: #fff;
    border: 1px solid #e6e5e5;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.senior-wrap .trailer-wrap .list-nav .se .xiala .left,
.senior-wrap .trailer-wrap .list-nav .se .xiala .right {
    float: left;
    width: 95px;
}

.senior-wrap .trailer-wrap .list-nav .se .xiala .left p,
.senior-wrap .trailer-wrap .list-nav .se .xiala .right p {
    border-bottom: 1px solid #e6e5e5;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.senior-wrap .trailer-wrap .list-nav .se .xiala .left {
    padding-right: 10px;
    /*border-right: 1px solid #e6e5e5;*/
}

.senior-wrap .trailer-wrap .list-nav .se .xiala .right {
    padding-left: 10px;
    border-left: 1px solid #e6e5e5;
    margin-left: -1px;
}

.senior-wrap .trailer-wrap .list-nav .se .xiala span {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    background: #e6e5e5;
    margin: 0 10px;
}

.senior-wrap .trailer-wrap .list-nav .dan {
    width: 120px;
}

.senior-wrap .trailer-wrap .list-nav .dan .top {
    width: 90px;
}

.senior-wrap .trailer-wrap .list-nav .dan .xiala {
    width: 100px;
}

.senior-wrap .trailer-wrap .list-nav .dan .xiala .left {
    border-width: 0;
}

.senior-wrap .trailer-wrap .list-nav .se.red select {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.senior-wrap .trailer-wrap .list-nav .se.red .top {
    background: #cd2720;
    border-color: #cd2720;
}

.senior-wrap .trailer-wrap .list-nav .se.red .top p {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.senior-wrap .trailer-wrap .list-nav .se.red span {
    background: rgba(255, 255, 255, 0.5);
}

.senior-wrap .trailer-wrap .list-nav .reasch {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    background: #333333;
    border-radius: 5px;
    float: right;
}

.senior-wrap .trailer-wrap .list-nav .reasch input[type=text] {
    width: 180px;
    height: 40px;
    background: none;
    border-width: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

.senior-wrap .trailer-wrap .list-nav .reasch input[type=submit] {
    width: 20px;
    height: 40px;
    background: none;
    border-width: 0;
    background-image: url(../img/index/icon10_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.senior-wrap .trailer-wrap li {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    height: 130px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background bottom opacity;
    -webkit-transition-property: color background bottom opacity;
    -ms-transition-property: color background bottom opacity;
    -o-transition-property: color background bottom opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    bottom: -50px;
    position: relative;
}

.senior-wrap .trailer-wrap li .left {
    width: 200px;
    height: 130px;
    overflow: hidden;
    float: left;
}

.senior-wrap .trailer-wrap li .left img {
    width: 100%;
    height: 100%;
}

.senior-wrap .trailer-wrap li .mid {
    width: 830px;
    margin-left: 25px;
    float: left;
}

.senior-wrap .trailer-wrap li .mid .t1 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.senior-wrap .trailer-wrap li .mid .c1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.senior-wrap .trailer-wrap li .mid a {
    margin-top: 10px;
    padding-left: 30px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    display: block;
    background-image: url(../img/index/pic15_08.jpg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: left center;
}

.senior-wrap .trailer-wrap li .time {
    width: 90px;
    float: left;
    height: 88px;
    margin-top: 21px;
    border-left: 1px solid #eaeaea;
    margin-left: 50px;
}

.senior-wrap .trailer-wrap li .time .day {
    font-size: 30px;
    line-height: 50px;
    color: #666666;
    text-align: center;
}

.senior-wrap .trailer-wrap li .time .year {
    font-size: 14px;
    line-height: 34px;
    color: #999999;
    text-align: center;
}

.senior-wrap .senior-main {
    margin-top: 35px;
    width: 100%;
    padding-bottom: 100px;
}

.senior-wrap .senior-main .intro-main-tit {
    height: 55px;
    padding-left: 30px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.senior-wrap .senior-main .intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.senior-wrap .senior-main .intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
}

.senior-wrap .senior-main .list1 {
    margin-top: 35px;
    padding: 0 30px;
}

.senior-wrap .senior-main .list1 .left {
    width: 500px;
    float: left;
    border-top: 1px solid #d6d6d6;
}
.senior-wrap .senior-main .list1 .left p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.senior-wrap .senior-main .list1 .left span {
    /*display: none;*/
    width: 80px;
    height: 5px;
    margin-top: -2px;
    /*background: #999999;*/
}

.senior-wrap .senior-main .list1 .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 25px;
}

.senior-wrap .senior-main .list1 .left .c1 {
    margin-top: 15px;
}

.senior-wrap .senior-main .list1 .left .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.senior-wrap .senior-main .list1 .right {
    width: 570px;
    float: right;
    height: 380px;
    position: relative;
}

.senior-wrap .senior-main .list1 .right .video {
    width: 100%;
    height: 100%;
    background: #000;
}

.senior-wrap .senior-main .list1 .right .video video {
    width: 100%;
    height: 100%;
}

.senior-wrap .senior-main .list1 .right .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.senior-wrap .senior-main .list1 .right .img img {
    width: 100%;
    height: 100%;
}

.senior-wrap .senior-main .list2 {
    padding: 0 30px;
    background: #f8f8f8;
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-family: "微软雅黑" !important;
}

.senior-wrap .senior-main .list2 .senior-nav {
    padding-top: 30px;
}

.senior-wrap .senior-main .list2 .senior-nav li {
    width: 113px;
    height: 33px;
    border: 1px solid #dfdfdf;
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color border-color;
    -webkit-transition-property: background color border-color;
    -ms-transition-property: background color border-color;
    -o-transition-property: background color border-color;
    margin-right: 5px;
    border-radius: 16px;
    cursor: pointer;
}

.senior-wrap .senior-main .list2 .senior-nav li:hover,
.senior-wrap .senior-main .list2 .senior-nav li.cur {
    background: #cd2720;
    border-color: #cd2720;
    color: #fff;
}

.senior-wrap .senior-main .list2 .adv {
    padding-top: 35px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #d1d1d1;*/
}

.senior-wrap .senior-main .list2 .adv .left {
    width: 420px;
    /*height: 520px;*/
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    float: left;
}

.senior-wrap .senior-main .list2 .adv img{
    max-width: 100%;
}

.senior-wrap .senior-main .list2 .adv p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-family: "微软雅黑";
}

.senior-wrap .senior-main .list2 .adv .left img {
    width: 100%;
    height: 100%;
}

.senior-wrap .senior-main .list2 .adv .right {
    width: 675px;
    float: right;
    /*height: 520px;*/
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.senior-wrap .senior-main .list2 .adv .right .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 15px;
}

.senior-wrap .senior-main .list2 .adv .right .c1 {
    margin-top: 15px;
}

.senior-wrap .senior-main .list2 .adv .right .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.senior-wrap .senior-main .list2 .pic {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.senior-wrap .senior-main .list2 .pic .left {
    width: 440px;
    padding-right: 34px;
    border-right: 1px solid #ccc;
    float: left;
}

.senior-wrap .senior-main .list2 .pic .right {
    width: 610px;
    padding-left: 35px;
    float: left;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

.senior-wrap .senior-main .list2 .pic .list {
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.senior-wrap .senior-main .list2 .pic .l1,
.senior-wrap .senior-main .list2 .pic .l3 {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.senior-wrap .senior-main .list2 .pic .l2,
.senior-wrap .senior-main .list2 .pic .l4 {
    padding-top: 20px;
}

.senior-wrap .senior-main .list2 .pic .t1 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.senior-wrap .senior-main .list2 .pic .c1 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.senior-wrap .senior-main .list2 .pic .img {
    width: 100%;
    margin-top: 15px;
}

.senior-wrap .senior-main .list2 .pic .img img {
    width: 100%;
}

.senior-wrap .senior-main .process {
    padding: 0 10px;
}

.senior-wrap .senior-main .process .tit {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}

.senior-wrap .senior-main .process .l1 {
    float: left;
    width: 208px;
    height: 268px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity border;
    -webkit-transition-property: opacity border;
    -ms-transition-property: opacity border;
    -o-transition-property: opacity border;
}

.senior-wrap .senior-main .process .l1 .top {
    width: 209px;
    height: 60px;
    display: table;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    background: #767676;
}

.senior-wrap .senior-main .process .l1 .top p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.senior-wrap .senior-main .process .l1 .top p font {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: Arial;
}

.senior-wrap .senior-main .process .l1 .bot {
    width: 100%;
    border: 1px solid #cccccc;
    width: 206px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 206px;
}

.senior-wrap .senior-main .process .l1 .bot .font {
    width: 100%;
    height: 130px;
    display: table;
}

.senior-wrap .senior-main .process .l1 .bot .font p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.senior-wrap .senior-main .process .l1 .bot .img {
    width: 100%;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;
}

.senior-wrap .senior-main .process .l1:hover {
    border-color: #cd2720;
}

.senior-wrap .senior-main .process .l1:hover .top {
    background-image: url(../img/index/icon22_03.png);
}

.senior-wrap .senior-main .process .squ {
    width: 20px;
    height: 268px;
    position: relative;
    float: left;
}

.senior-wrap .senior-main .process .squ span {
    width: 50px;
    height: 7px;
    background-image: url(../img/index/icon13_15.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -15px;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: width;
    -webkit-transition-property: width;
    -ms-transition-property: width;
    -o-transition-property: width;
}

.senior-wrap .senior-main .process .squ .s1 {
    top: 34px;
}

.senior-wrap .senior-main .process .squ .s2 {
    bottom: 34px;
}

.senior-wrap .senior-main .process .l2 {
    float: left;
    border: 1px solid #cccccc;
    width: 208px;
    height: 268px;
    display: table;
    overflow: hidden;
    border-radius: 10px;
    background: #cd2720;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
}

.senior-wrap .senior-main .process .l2 .label2 {
    width: 80%;
}

.senior-wrap .senior-main .process .l2 .t1 {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.senior-wrap .senior-main .process .l2 .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 5px;
    text-align: left;
}

.senior-wrap .senior-main .process1 {
    padding: 0 30px;
    margin-top: 65px;
}

.senior-wrap .senior-main .process1 .tit {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 25px;
    float: left;
    width: 100%;
}

.senior-wrap .senior-main .process1 .left {
    width: 105px;
    height: 105px;
    float: left;
}

.senior-wrap .senior-main .process1 .left img {
    width: 100%;
    height: 100%;
}

.senior-wrap .senior-main .process1 .right {
    float: left;
    margin-left: 40px;
}

.senior-wrap .senior-main .process1 .right p {
    font-size: 14px;
    line-height: 35px;
    color: #666666;
}

.senior-wrap .senior-main .list1.list .left {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Left 2s ease-in-out;
    -moz-animation: aboutList1Left 2s ease-in-out;
    -ms-animation: aboutList1Left 2s ease-in-out;
    -o-animation: aboutList1Left 2s ease-in-out;
    animation: aboutList1Left 2s ease-in-out;
}

.senior-wrap .senior-main .list1.list .right {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Right 2s ease-in-out;
    -moz-animation: aboutList1Right 2s ease-in-out;
    -ms-animation: aboutList1Right 2s ease-in-out;
    -o-animation: aboutList1Right 2s ease-in-out;
    animation: aboutList1Right 2s ease-in-out;
}

.senior-wrap .senior-main .list2 .adv.list .left {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Left 2s ease-in-out;
    -moz-animation: aboutList1Left 2s ease-in-out;
    -ms-animation: aboutList1Left 2s ease-in-out;
    -o-animation: aboutList1Left 2s ease-in-out;
    animation: aboutList1Left 2s ease-in-out;
}

.senior-wrap .senior-main .list2 .adv.list .right {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: aboutList1Right 2s ease-in-out;
    -moz-animation: aboutList1Right 2s ease-in-out;
    -ms-animation: aboutList1Right 2s ease-in-out;
    -o-animation: aboutList1Right 2s ease-in-out;
    animation: aboutList1Right 2s ease-in-out;
}

.senior-wrap .senior-main .list2 .list.ll {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.senior-wrap .senior-main .list2 .list.ll .t1 {
    position: relative;
    -webkit-animation: aboutList2Tit 2s ease-in-out;
    -moz-animation: aboutList2Tit 2s ease-in-out;
    -ms-animation: aboutList2Tit 2s ease-in-out;
    -o-animation: aboutList2Tit 2s ease-in-out;
    animation: aboutList2Tit 2s ease-in-out;
}

.senior-wrap .senior-main .list2 .list.ll .c1 {
    position: relative;
    -webkit-animation: aboutList2C1 2s ease-in-out;
    -moz-animation: aboutList2C1 2s ease-in-out;
    -ms-animation: aboutList2C1 2s ease-in-out;
    -o-animation: aboutList2C1 2s ease-in-out;
    animation: aboutList2C1 2s ease-in-out;
}

.senior-wrap .senior-main .list2 .list.ll .img {
    position: relative;
    -webkit-animation: aboutList2Con 2s ease-in-out;
    -moz-animation: aboutList2Con 2s ease-in-out;
    -ms-animation: aboutList2Con 2s ease-in-out;
    -o-animation: aboutList2Con 2s ease-in-out;
    animation: aboutList2Con 2s ease-in-out;
}

.senior-wrap .senior-main .process .l1.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
    position: relative;
}

.senior-wrap .senior-main .process .l2.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.senior-wrap .senior-main .process .squ.list {
    position: relative;
    z-index: 1;
}

.senior-wrap .senior-main .process .squ.list span {
    width: 50px;
}

.senior-wrap .goven-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.senior-wrap .goven-pop .con {
    width: 480px;
    height: 530px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.senior-wrap .goven-pop .con .name {
    font-size: 20px;
    line-height: 20px;
    color: #cc0000;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.senior-wrap .goven-pop .con .name .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    display: block;
    top: 4px;
    cursor: pointer;
    background-image: url(../img/index/icon12_03.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.senior-wrap .goven-pop .con input[type=text] {
    width: 438px;
    height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
}

.senior-wrap .goven-pop .con textarea {
    width: 438px;
    height: 120px;
    border: 1px solid #cdcccc;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    margin-top: 15px;
}

.goven-pop .con .code input {
    width: 280px !important;
    height: 43px !important;
    border: 1px solid #cdcccc !important;
    padding: 0 20px !important;
    margin-top: 15px !important;
    font-size: 16px !important;
    line-height: 43px !important;
    color: #333 !important;
    float: left !important;
}
.goven-pop .con .code img {
    float: left !important;
    height: 43px !important;
    border: 1px solid #cdcccc !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
    font-size: 16px !important;
    line-height: 43px !important;
    color: #333 !important;
    float: right !important;
}

.senior-wrap .goven-pop .con input[type=button] {
    width: 145px;
    height: 40px;
    background: #474747;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.senior-wrap .goven-pop .con input[type=submit] {
    width: 145px;
    height: 40px;
    background: #e63250;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.senior-wrap .goven-pop .con .btn {
    margin: 0 auto;
    margin-top: 15px;
    width: 310px;
}

.senior-wrap .video-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.senior-wrap .video-pop .con {
    width: 70vw;
    height: 40vw;
    background: #000;
    position: relative;
}

.senior-wrap .video-pop .con .close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/index/close1.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: left center;
}

.senior-wrap .video-pop .con video {
    width: 100%;
    height: 100%;
}

.senior-wrap .feature-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

.senior-wrap .trailer-wrap li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

@media screen and (max-width: 1280px) {
    .senior-wrap .page-nav .sign{
        margin-right: 100px;
    }
    .senior-wrap .page-nav .sign{
        margin-right: 100px;
    }
    .senior-wrap .senior-main .list1 .left {
        width: 450px;
    }
    .senior-wrap .senior-main .list1 .right {
        width: 470px;
        height: 320px;
    }
    .senior-wrap .senior-main .list2 .senior-nav li {
        margin: 5px 5px 5px 0;
    }
    .senior-wrap .senior-main .list2 .adv .right {
        width: 475px;
    }
    .senior-wrap .senior-main .list2 .pic .left {
        width: 390px;
        padding-right: 14px;
    }
    .senior-wrap .senior-main .list2 .pic .right {
        width: 520px;
        padding-left: 15px;
    }
    .senior-wrap .senior-main .process .squ {
        width: 10px;
    }
    .senior-wrap .senior-main .process .squ span {
        left: -20px;
    }
    .senior-wrap .senior-main .process .l1 {
        width: 178px;
    }
    .senior-wrap .senior-main .process .l1 .top {
        width: 179px;
    }
    .senior-wrap .senior-main .process .l1 .bot {
        width: 176px;
    }
    .senior-wrap .feature-wrap .con li {
        width: 395px;
    }
    .senior-wrap .feature-wrap .con li a {
        width: 365px;
    }
    .senior-wrap .trailer-wrap li .mid {
        width: 630px;
    }
    .senior-wrap .report-wrap li .mid {
        width: 630px;
    }
}

@media screen and (max-width: 1000px) {

    .senior-wrap .feature-wrap .tit p{
        height: 76px;
    }
    .index-wrap .list1 .right .list1RightBot .t1 .img{
        width: 50%;
    }
    .senior-wrap .banner {
        height: 160px;
        position: relative;
    }
    .senior-wrap .banner img {
        position: absolute;
        left: calc(50vw - 400px);
        width: 1100px;
    }
    .senior-wrap .organ {
        margin-top: 35px;
        width: 100%;
        display: block;
    }
    .senior-wrap .organ .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
    }
    .senior-wrap .organ .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .senior-wrap .organ .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
    .senior-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
    .senior-wrap .page-nav .tit {
        display: none;
    }
    .senior-wrap .page-nav ul {
        float: left;
        clear: both;
        display: none;
    }
    .senior-wrap .page-nav li {
        margin: 0;
        width: 19vw;
    }
    .senior-wrap .page-nav .sign {
        position: absolute;
        right: 5vw;
        top: 66px;
        margin: 0;
    }
    .senior-wrap .senior-main .list1 .left {
        width: 100%;
    }
    .senior-wrap .senior-main .list1 .right {
        width: 100%;
        height: 60vw;
    }
    .senior-wrap .senior-main .list1 .right img {
        width: 100%;
        height: 100%;
    }
    .senior-wrap .senior-main .list2 .senior-nav li {
        width: calc(48vw - 35px - 5px);
    }
    .senior-wrap .senior-main .list2 .adv .left {
        width: 100%;
        height: auto;
    }
    .senior-wrap .senior-main .list2 .adv .right {
        width: 100%;
        height: auto;
    }
    .senior-wrap .senior-main .list2 .pic .left {
        width: 100%;
        border-width: 0;
    }
    .senior-wrap .senior-main .list2 .pic .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .senior-wrap .senior-main .list2 .pic .list {
        width: 100%;
    }
    .senior-wrap .senior-main .process .squ {
        display: none;
    }
    .senior-wrap .senior-main .process li,
    .senior-wrap .senior-main .process .l1,
    .senior-wrap .senior-main .process .l2 {
        float: none;
        width: 208px;
        margin: 20px auto;
    }
    .senior-wrap .senior-main .process li .top,
    .senior-wrap .senior-main .process .l1 .top,
    .senior-wrap .senior-main .process .l2 .top {
        width: 209px;
    }
    .senior-wrap .senior-main .process li .bot,
    .senior-wrap .senior-main .process .l1 .bot,
    .senior-wrap .senior-main .process .l2 .bot {
        width: 206px;
    }
    .senior-wrap .senior-main .process1 .tit {
        float: none;
    }
    .senior-wrap .senior-main .process1 .left {
        float: none;
    }
    .senior-wrap .senior-main .process1 .right {
        float: none;
        margin-left: 0;
    }
    .senior-wrap .feature-wrap .con {
        padding: 0 ;
        margin-top: 20px;
    }
    .senior-wrap .feature-wrap .con li {
        width: calc(90vw - 36px);
        margin-top: 10px;
        margin-left: 3vw;
    }
    .senior-wrap .feature-wrap .con li a {
        width: calc(96vw - 50px);
    }
    .senior-wrap .trailer-wrap .list-nav {
        width: 90vw;
        margin: 0 auto;
    }
    .senior-wrap .trailer-wrap .list-nav .se {
        margin-right: 2px;
        width: 90vw;
    }
    .senior-wrap .trailer-wrap .list-nav .se .top p {
        width: calc(45vw - 30px);
    }

    /*.senior-wrap .feature-wrap .con li{
        width: calc(96vw - 80px);
        margin-right: 0;
    }
    .senior-wrap .feature-wrap .con li a{
        width: calc(96vw - 100px);
        padding-right: 20px;
    }*/
    .senior-wrap .trailer-wrap .list-nav .se .xiala {
        width: calc(90vw - 22px);
    }
    .senior-wrap .trailer-wrap .list-nav .se .xiala .left {
        width: calc(45vw - 20px);
    }
    .senior-wrap .trailer-wrap .list-nav .se .xiala .right {
        width: calc(45vw - 30px);
    }
    .senior-wrap .trailer-wrap .list-nav .dan {
        width: 90vw;
    }
    .senior-wrap .trailer-wrap .list-nav .dan .top {
        width: calc(90vw - 30px);
    }
    .senior-wrap .trailer-wrap .list-nav .dan .top p {
        width: calc(90vw - 38px);
    }
    .senior-wrap .trailer-wrap .list-nav .dan .xiala .left {
        width: 100%;
    }
    .senior-wrap .trailer-wrap .list-nav .reasch {
        float: left;
        margin-top: 8px;
        width: calc(90vw - 30px);
    }
    .senior-wrap .trailer-wrap .list-nav .reasch input[type=text] {
        width: calc(90vw - 75px);
    }
    .senior-wrap .trailer-wrap .list-nav .reasch input[type=submit] {
        width: 40px;
    }
    .senior-wrap .trailer-wrap .con {
        width: 90vw;
        margin: 0 auto;
    }
    .senior-wrap .trailer-wrap li {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .senior-wrap .trailer-wrap li .left {
        width: 100%;
        height: 200px;
    }
    .senior-wrap .trailer-wrap li .mid {
        width: 100%;
        margin-left: 0;
    }
    .senior-wrap .trailer-wrap li .time {
        display: none;
    }
    .senior-wrap .goven-pop .con {
        padding: 3vw;
        width: 90vw;
    }
    .senior-wrap .goven-pop .con input[type=text] {
        width: calc(90vw - 40px);
    }
}

.inside-wrap {
    width: 100%;
}

.inside-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.inside-wrap .banner img {
    width: 100%;
    height: 100%;
}

.inside-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.inside-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.inside-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.inside-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.inside-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.inside-wrap .page-nav li:hover p,
.inside-wrap .page-nav li.cur p {
    color: #cd2720;
}

.inside-wrap .page-nav li:hover span,
.inside-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.inside-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
    margin-right: 300px;
}

.inside-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.inside-wrap .feature-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.inside-wrap .feature-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.inside-wrap .feature-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.inside-wrap .feature-wrap .con {
    padding-left: 30px;
    padding-top: 20px;
}

.inside-wrap .feature-wrap .con li {
    width: 510px;
    height: 50px;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.inside-wrap .feature-wrap .con li a {
    display: block;
    width: 480px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon9_03.png);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
}

.inside-wrap .feature-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}



.inside-wrap .feature-wrap .con li:hover {
    background: #fff;
    border-color: #f5d4d2;
}

.inside-wrap .feature-wrap .con li:hover a {
    color: #cd2720;
    background-image: url(../img/index/icon9_06.png);
}

.inside-wrap .feature-wrap .con .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}

.inside-wrap .feature-wrap .con .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.inside-wrap .feature-wrap .con .c1 span {
    color: #333333;
}


.inside-wrap .organ-main {
    padding: 23px 0;
    background: #f8f8f8;
}

.inside-wrap .organ-main li {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}

.inside-wrap .organ-main select {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    background: #fff;
    cursor: pointer;
    width: 200px;
}

.inside-wrap .organ-main li:hover,
.inside-wrap .organ-main li.cur {
    background: #cb281f;
    border-color: 1px solid #cb281f;
    color: #fff;
}

.inside-wrap .goven-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.inside-wrap .goven-pop .con {
    width: 480px;
    height: 530px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.inside-wrap .goven-pop .con .name {
    font-size: 20px;
    line-height: 20px;
    color: #cc0000;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.inside-wrap .goven-pop .con .name .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    display: block;
    top: 4px;
    cursor: pointer;
    background-image: url(../img/index/icon12_03.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.inside-wrap .goven-pop .con input[type=text] {
    width: 438px;
    height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
}

.inside-wrap .goven-pop .con .code input {
    width: 280px;
    height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
    float: left;
}
.inside-wrap .goven-pop .con .code img {
    float: left;
    height: 43px;
    border: 1px solid #cdcccc;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
    float: right;
}


.inside-wrap .goven-pop .con textarea {
    width: 438px;
    height: 120px;
    border: 1px solid #cdcccc;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    margin-top: 15px;
}

.inside-wrap .goven-pop .con input[type=button] {
    width: 145px;
    height: 40px;
    background: #474747;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.inside-wrap .goven-pop .con input[type=submit] {
    width: 145px;
    height: 40px;
    background: #e63250;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.inside-wrap .goven-pop .con .btn {
    margin: 0 auto;
    margin-top: 15px;
    width: 320px;
}

.inside-wrap .list-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.inside-wrap .list-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.inside-wrap .list-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.inside-wrap .list-wrap .tit p font {
    color: #cd2720;
}

.inside-wrap .list-wrap .list-nav {
    margin-top: 35px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.inside-wrap .list-wrap .list-nav .se {
    position: relative;
    width: 233px;
    float: left;
    padding-top: 8px;
}

.inside-wrap .list-wrap .list-nav .se select {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.inside-wrap .list-wrap .list-nav .se .top {
    padding: 0 15px;
    border-radius: 13px;
    height: 24px;
    border: 1px solid #e6e5e5;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

.inside-wrap .list-wrap .list-nav .se .top p {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.inside-wrap .list-wrap .list-nav .se .top span {
    display: block;
    width: 1px;
    height: 11px;
    position: relative;
    top: 7px;
    float: left;
    background: #d0d0d0;
    margin: 0 10px;
}

.inside-wrap .list-wrap .list-nav .se .xiala {
    width: 211px;
    position: absolute;
    top: 18px;
    left: 0px;
    background: #fff;
    border: 1px solid #e6e5e5;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.inside-wrap .list-wrap .list-nav .se .xiala .left,
.inside-wrap .list-wrap .list-nav .se .xiala .right {
    float: left;
    width: 95px;
}

.inside-wrap .list-wrap .list-nav .se .xiala .left p,
.inside-wrap .list-wrap .list-nav .se .xiala .right p {
    border-bottom: 1px solid #e6e5e5;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.inside-wrap .list-wrap .list-nav .se .xiala .left {
    padding-right: 10px;
    border-right: 1px solid #e6e5e5;
}

.inside-wrap .list-wrap .list-nav .se .xiala .right {
    padding-left: 10px;
    border-left: 1px solid #e6e5e5;
    margin-left: -1px;
}

.inside-wrap .list-wrap .list-nav .se .xiala span {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    background: #e6e5e5;
    margin: 0 10px;
}

.inside-wrap .list-wrap .list-nav .dan {
    width: 120px;
}

.inside-wrap .list-wrap .list-nav .dan .top {
    width: 90px;
}

.inside-wrap .list-wrap .list-nav .dan .xiala {
    width: 100px;
}

.inside-wrap .list-wrap .list-nav .dan .xiala .left {
    border-width: 0;
}

.inside-wrap .list-wrap .list-nav .se.red select {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.inside-wrap .list-wrap .list-nav .se.red .top {
    background: #cd2720;
    border-color: #cd2720;
}

.inside-wrap .list-wrap .list-nav .se.red .top p {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.inside-wrap .list-wrap .list-nav .se.red span {
    background: rgba(255, 255, 255, 0.5);
}

.inside-wrap .list-wrap .list-nav .reasch {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    background: #333333;
    border-radius: 5px;
    float: right;
}

.inside-wrap .list-wrap .list-nav .reasch input[type=text] {
    width: 180px;
    height: 40px;
    background: none;
    border-width: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

.inside-wrap .list-wrap .list-nav .reasch input[type=submit] {
    width: 20px;
    height: 40px;
    background: none;
    border-width: 0;
    background-image: url(../img/index/icon10_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.inside-wrap .list-wrap .list1 {
    margin-top: 20px;
}

.inside-wrap .list-wrap .list1 li {
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
}

.inside-wrap .list-wrap .list1 li .p1 {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #aa020b;
}

.inside-wrap .list-wrap .list1 li .p2 {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inside-wrap .list-wrap .list1 li .time {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    padding-right: 25px;
}

.inside-wrap .teacher-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.inside-wrap .teacher-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.inside-wrap .teacher-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.inside-wrap .teacher-wrap .tit p font {
    color: #cd2720;
}

.inside-wrap .teacher-wrap .con {
    width: 100%;
    margin-top: 5px;
}

.inside-wrap .teacher-wrap .con li {
    width: 595px;
    margin-right: 5px;
    float: left;
    height: 200px;
    margin-top: 20px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    left: 50px;
    position: relative;
}

.inside-wrap .teacher-wrap .con li .left {
    width: 155px;
    height: 200px;
    overflow: hidden;
    float: left;
    background: #d6d6d6;
}

.inside-wrap .teacher-wrap .con li .left img {
    width: 100%;
    height: 100%;
}

.inside-wrap .teacher-wrap .con li .right {
    width: 420px;
    float: left;
    height: 199px;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 20px;
}

.inside-wrap .teacher-wrap .con li .right .t1 {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.inside-wrap .teacher-wrap .con li .right .c1 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}

.inside-wrap .teacher-wrap .con li .right .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.inside-wrap .teacher-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0px;
}

@media screen and (max-width: 1280px) {
    .inside-wrap .feature-wrap .con li {
        width: 395px;
    }
    .inside-wrap .feature-wrap .con li a {
        width: 365px;
    }
    .inside-wrap .teacher-wrap .con li{
        width: 495px;
    }
    .inside-wrap .teacher-wrap .con li .right{
        width: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .inside-wrap .banner {
        height: 160px;
        position: relative;
    }
    .inside-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .inside-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
    .inside-wrap .page-nav .tit {
        display: none;
    }
    .inside-wrap .page-nav ul {
        float: left;
        clear: both;
        display: none;
    }
    .inside-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .inside-wrap .page-nav .sign {
        position: absolute;
        right: 5vw;
        top: 50px;
        margin: 0;
    }
    .inside-wrap .feature-wrap .con {
        padding: 0 ;
        margin-top: 20px;
    }
    .inside-wrap .feature-wrap .tit{
        height: 76px;
    }
    .inside-wrap .feature-wrap .con li {
        width: calc(90vw - 36px);
        margin-top: 10px;
        margin-right: 0;
        margin-left: 3vw;
    }
    .inside-wrap .feature-wrap .tit p{

        height: 81px;
    }
    .inside-wrap .feature-wrap .con li a {
        width: calc(90vw - 50px);
    }
    .inside-wrap .list-wrap .list-nav {
        width: 90vw;
        margin: 0 auto;
    }
    .inside-wrap .list-wrap .list-nav .se {
        margin-right: 2px;
        width: 90vw;
    }
    .inside-wrap .list-wrap .list-nav .se .top p {
        width: calc(45vw - 30px);
    }
    .inside-wrap .list-wrap .list-nav .se .xiala {
        width: calc(90vw - 22px);
    }
    .inside-wrap .list-wrap .list-nav .se .xiala .left {
        width: calc(45vw - 20px);
    }
    .inside-wrap .list-wrap .list-nav .se .xiala .right {
        width: calc(45vw - 30px);
    }
    .inside-wrap .list-wrap .list-nav .dan {
        width: 90vw;
    }
    .inside-wrap .list-wrap .list-nav .dan .top {
        width: calc(90vw - 30px);
    }
    .inside-wrap .list-wrap .list-nav .dan .top p {
        width: calc(90vw - 38px);
    }
    .inside-wrap .list-wrap .list-nav .dan .xiala .left {
        width: 100%;
    }
    .inside-wrap .list-wrap .list-nav .reasch {
        float: left;
        margin-top: 8px;
        width: calc(90vw - 30px);
    }
    .inside-wrap .list-wrap .list-nav .reasch input[type=text] {
        width: calc(90vw - 75px);
    }
    .inside-wrap .list-wrap .list-nav .reasch input[type=submit] {
        width: 40px;
    }
    .inside-wrap .list-wrap .list1 li .p1 {
        width: 90px;
        padding-left: 0;
    }
    .inside-wrap .list-wrap .list1 li .p3 {
        width: 178px;
        margin-right: 0;
    }
    .inside-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 285px);
    }

    .inside-wrap .teacher-wrap .con li {
        width: 45vw;
        /*margin: 20px auto;*/
        /*float: none;*/
    }
    .inside-wrap .teacher-wrap .con li .right {
        width: calc(45vw - 180px);
    }


    .inside-wrap .page-nav .sign{
        top:69px;
    }
    .fin-wrap .feature-wrap .con{
        margin-top: 40px;
    }
    .fin-wrap .feature-wrap .tit p{
        height: 80px;
    }
    .fin-wrap .page-nav .sign{
        top:70px;
    }
}
@media screen and (max-width: 800px){

    .inside-wrap .teacher-wrap .con li {
        width: 90vw;
        margin: 20px auto;
        float: none;
    }
    .inside-wrap .teacher-wrap .con li .right {
        width: calc(90vw - 180px);
    }
}

.fin-wrap {
    width: 100%;
}

.fin-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.fin-wrap .banner img {
    width: 100%;
    height: 100%;
}

.fin-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.fin-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.fin-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.fin-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.fin-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.fin-wrap .page-nav li:hover p,
.fin-wrap .page-nav li.cur p {
    color: #cd2720;
}

.fin-wrap .page-nav li:hover span,
.fin-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.fin-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    margin-right: 300px;
    cursor: pointer;
}

.fin-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.fin-wrap .organ {
    display: none;
}

.fin-wrap .feature-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.fin-wrap .feature-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.fin-wrap .feature-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.fin-wrap .feature-wrap .con {
    padding-left: 30px;
    padding-top: 20px;
}

.fin-wrap .feature-wrap .con li {
    width: 510px;
    height: 50px;
    padding: 0 18px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.fin-wrap .feature-wrap .con li a {
    display: block;
    width: 480px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: url(../img/index/icon9_03.png);
    background-size: 18px 17px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
}

.fin-wrap .feature-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

.fin-wrap .feature-wrap .con li:hover {
    background: #fff;
    border-color: #f5d4d2;
}

.fin-wrap .feature-wrap .con li:hover a {
    color: #cd2720;
    background-image: url(../img/index/icon9_06.png);
}

.fin-wrap .feature-wrap .con .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
}

.fin-wrap .feature-wrap .con .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.fin-wrap .feature-wrap .con .c1 span {
    color: #333333;
}


.fin-wrap .goven-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

.fin-wrap .goven-pop .con {
    width: 480px;
    height: 470px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.fin-wrap .goven-pop .con .name {
    font-size: 20px;
    line-height: 20px;
    color: #cc0000;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.fin-wrap .goven-pop .con .name .close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    display: block;
    top: 4px;
    cursor: pointer;
    background-image: url(../img/index/icon12_03.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.fin-wrap .goven-pop .con input[type=text] {
    width: 438px;
    height: 43px;
    border: 1px solid #cdcccc;
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 43px;
    color: #333;
}

.fin-wrap .goven-pop .con textarea {
    width: 438px;
    height: 120px;
    border: 1px solid #cdcccc;
    padding: 3px 20px;
    font-size: 16px;
    line-height: 37px;
    color: #333;
    margin-top: 15px;
}

.fin-wrap .goven-pop .con input[type=button] {
    width: 145px;
    height: 40px;
    background: #474747;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.fin-wrap .goven-pop .con input[type=submit] {
    width: 145px;
    height: 40px;
    background: #e63250;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
}

.fin-wrap .goven-pop .con .btn {
    margin: 0 auto;
    margin-top: 15px;
    width: 320px;
}

.fin-wrap .organ-main {
    padding: 23px 0;
    background: #f8f8f8;
}

.fin-wrap .organ-main li {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}

.fin-wrap .organ-main select {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    background: #fff;
    cursor: pointer;
    width: 200px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
}

.fin-wrap .organ-main li:hover,
.fin-wrap .organ-main li.cur {
    background: #cb281f;
    border-color: #cb281f;
    color: #fff;
}

.fin-wrap .teacher-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.fin-wrap .teacher-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.fin-wrap .teacher-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.fin-wrap .teacher-wrap .tit p font {
    color: #cd2720;
}

.fin-wrap .teacher-wrap .con {
    width: 100%;
    margin-top: 5px;
}

.fin-wrap .teacher-wrap .con li {
    width: 595px;
    margin-right: 5px;
    float: left;
    height: 200px;
    margin-top: 20px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: color background left opacity;
    -webkit-transition-property: color background left opacity;
    -ms-transition-property: color background left opacity;
    -o-transition-property: color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.fin-wrap .teacher-wrap .con li .left {
    width: 155px;
    height: 200px;
    overflow: hidden;
    float: left;
    background: #d6d6d6;
}

.fin-wrap .teacher-wrap .con li .left img {
    width: 100%;
    height: 100%;
}

.fin-wrap .teacher-wrap .con li .right {
    width: 420px;
    float: left;
    height: 199px;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 20px;
}

.fin-wrap .teacher-wrap .con li .right .t1 {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.fin-wrap .teacher-wrap .con li .right .c1 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}

.fin-wrap .teacher-wrap .con li .right .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.fin-wrap .teacher-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

.fin-wrap .list-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.fin-wrap .list-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.fin-wrap .list-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.fin-wrap .list-wrap .tit p font {
    color: #cd2720;
}

.fin-wrap .list-wrap .list-nav {
    margin-top: 35px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.fin-wrap .list-wrap .list-nav .se {
    position: relative;
    width: 233px;
    float: left;
    padding-top: 8px;
}

.fin-wrap .list-wrap .list-nav .se select {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.fin-wrap .list-wrap .list-nav .se .top {
    padding: 0 15px;
    border-radius: 13px;
    height: 24px;
    border: 1px solid #e6e5e5;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}

.fin-wrap .list-wrap .list-nav .se .top p {
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    float: left;
    border-width: 0;
    background: none;
    background-position: right center;
    background-image: url(../img/index/icon20_05.png);
    background-size: 11px 6px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.fin-wrap .list-wrap .list-nav .se .top span {
    display: block;
    width: 1px;
    height: 11px;
    position: relative;
    top: 7px;
    float: left;
    background: #d0d0d0;
    margin: 0 10px;
}

.fin-wrap .list-wrap .list-nav .se .xiala {
    width: 211px;
    position: absolute;
    top: 18px;
    left: 0px;
    background: #fff;
    border: 1px solid #e6e5e5;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.fin-wrap .list-wrap .list-nav .se .xiala .left,
.fin-wrap .list-wrap .list-nav .se .xiala .right {
    float: left;
    width: 95px;
}

.fin-wrap .list-wrap .list-nav .se .xiala .left p,
.fin-wrap .list-wrap .list-nav .se .xiala .right p {
    border-bottom: 1px solid #e6e5e5;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.fin-wrap .list-wrap .list-nav .se .xiala .left {
    padding-right: 10px;
    border-right: 1px solid #e6e5e5;
}

.fin-wrap .list-wrap .list-nav .se .xiala .right {
    padding-left: 10px;
    border-left: 1px solid #e6e5e5;
    margin-left: -1px;
}

.fin-wrap .list-wrap .list-nav .se .xiala span {
    display: block;
    width: 1px;
    height: 100%;
    float: left;
    background: #e6e5e5;
    margin: 0 10px;
}

.fin-wrap .list-wrap .list-nav .dan {
    width: 120px;
}

.fin-wrap .list-wrap .list-nav .dan .top {
    width: 90px;
}

.fin-wrap .list-wrap .list-nav .dan .xiala {
    width: 100px;
    height: 200px;
    overflow-y:scroll; 
    overflow-x: hidden;
}

.fin-wrap .list-wrap .list-nav .dan .xiala .left {
    border-width: 0;
}

.fin-wrap .list-wrap .list-nav .se.red select {
    color: #fff;
    background-image: url(../img/index/icon21_03.png);
}

.fin-wrap .list-wrap .list-nav .se.red .top {
    background: #F4F4F4;
    border-color: #e6e5e5;
}

.fin-wrap .list-wrap .list-nav .se.red .top p {
    color: #333;
    background-image: url(../img/index/icon20_05.png);
}

.fin-wrap .list-wrap .list-nav .se.red.pcity .top p {
    background-image: none;
}

.fin-wrap .list-wrap .list-nav .se.red.pcity .top p.sq {
    background-image: url(../img/index/icon20_05.png);
}

.fin-wrap .list-wrap .list-nav .se.red .xiala span {
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.fin-wrap .list-wrap .list-nav .reasch {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    background: #333333;
    border-radius: 5px;
    float: right;
}

.fin-wrap .list-wrap .list-nav .reasch input[type=text] {
    width: 180px;
    height: 40px;
    background: none;
    border-width: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

.fin-wrap .list-wrap .list-nav .reasch input[type=submit] {
    width: 20px;
    height: 40px;
    background: none;
    border-width: 0;
    background-image: url(../img/index/icon10_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.fin-wrap .list-wrap .list1 {
    margin-top: 20px;
}

.fin-wrap .list-wrap .list1 li {
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
}

.fin-wrap .list-wrap .list1 li .p1 {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #aa020b;
}

.fin-wrap .list-wrap .list1 li .p2 {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fin-wrap .list-wrap .list1 li .time {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    padding-right: 25px;
}

@media screen and (max-width: 1280px) {
    .fin-wrap .feature-wrap .con li {
        width: 395px;
    }
    .fin-wrap .feature-wrap .con li a {
        width: 365px;
    }
    .fin-wrap .teacher-wrap .con li {
        width: 495px;
    }
    .fin-wrap .teacher-wrap .con li .right {
        width: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .fin-wrap .banner {
        height: 160px;
        position: relative;
    }
    .inside-wrap .teacher-wrap .con li.list,.fin-wrap .teacher-wrap .con li{
        height: auto;
        min-height: 200px;
    }
    .inside-wrap .teacher-wrap .con li .right,.fin-wrap .teacher-wrap .con li .right{
        height: auto;
        min-height: 199px;
    }
    .fin-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .fin-wrap .organ {
        margin-top: 35px;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .fin-wrap .organ .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
        
    }

    .fin-wrap .teacher-wrap .intro-main-tit {
        display: none;
    }
    .fin-wrap .organ .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .fin-wrap .organ .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
    .fin-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
    .fin-wrap .page-nav ul {
        float: left;
        clear: both;
        display: none;
    }
    .fin-wrap .page-nav .tit {
        display: none;
    }
    .fin-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .fin-wrap .page-nav .sign {
        position: absolute;
        right: 5vw;
        top: 50px;
        margin: 0;
    }
    .fin-wrap .feature-wrap .con {
        padding: 0 30px;
    }
    .fin-wrap .feature-wrap .con li {
        width: calc(96vw - 100px);
        margin-top: 10px;
    }
    .fin-wrap .feature-wrap .con li a {
        width: calc(96vw - 100px);
    }
    .fin-wrap .teacher-wrap .con li {
        width: 90vw;
        margin: 20px auto;
        float: none;
    }
    .fin-wrap .teacher-wrap .con li .right {
        width: calc(90vw - 180px);
    }
    .fin-wrap .list-wrap .list-nav {
        width: 90vw;
        margin: 0 auto;
    }
    .fin-wrap .list-wrap .list-nav .se {
        margin-right: 2px;
        width: 90vw;
    }
    .fin-wrap .list-wrap .list-nav .se .top p {
        width: calc(45vw - 30px);
    }
    .fin-wrap .list-wrap .list-nav .se .xiala {
        width: calc(90vw - 22px);
    }
    .fin-wrap .list-wrap .list-nav .se .xiala .left {
        width: calc(45vw - 20px);
    }
    .fin-wrap .list-wrap .list-nav .se .xiala .right {
        width: calc(45vw - 30px);
    }
    .fin-wrap .list-wrap .list-nav .dan {
        width: 90vw;
    }
    .fin-wrap .list-wrap .list-nav .dan.zhqsheng{
    		z-index: 200 !important;
    }


    .fin-wrap .list-wrap .list-nav .dan.pcity{
    
    	z-index: 100 !important;
    }
    .fin-wrap .list-wrap .list-nav .dan .top {
        width: calc(90vw - 30px);
    }
    .fin-wrap .list-wrap .list-nav .dan .top p {
        width: calc(90vw - 38px);
    }
    .fin-wrap .list-wrap .list-nav .dan .xiala .left {
        width: 100%;
    }
    .fin-wrap .list-wrap .list-nav .reasch {
        float: left;
        margin-top: 8px;
        width: calc(90vw - 30px);
    }
    .fin-wrap .list-wrap .list-nav .reasch input[type=text] {
        width: calc(90vw - 75px);
    }
    .fin-wrap .list-wrap .list-nav .reasch input[type=submit] {
        width: 40px;
    }
    .fin-wrap .list-wrap .list1 li .p1 {
        width: 90px;
        padding-left: 0;
    }
    .fin-wrap .list-wrap .list1 li .p3 {
        width: 178px;
        margin-right: 0;
    }
    .fin-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 285px);
    }
    .fin-wrap .feature-wrap .con{
        padding: 0;
    }
    .fin-wrap .feature-wrap .con li{
        width: calc(90vw - 36px);
        margin-right: 0;
        margin-left: 3vw;
    }
    .fin-wrap .feature-wrap .con li a{
        width: calc(90vw - 50px);
    }
}

.news-wrap {
    width: 100%;
}

.news-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.news-wrap .banner img {
    width: 100%;
    height: 100%;
}

.news-wrap .organ {
    display: none;
}

.news-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.news-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.news-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.news-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.news-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.news-wrap .page-nav li:hover p,
.news-wrap .page-nav li.cur p {
    color: #cd2720;
}

.news-wrap .page-nav li:hover span,
.news-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.news-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
    margin-right: 300px;
}

.news-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.news-wrap .report-wrap {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 30px;
}

.news-wrap .report-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
    display: none;
}

.news-wrap .report-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.news-wrap .report-wrap li {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
    height: 130px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    bottom: -50px;
    position: relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: bottom opacity;
    -webkit-transition-property: bottom opacity;
    -ms-transition-property: bottom opacity;
    -o-transition-property: bottom opacity;
}

.news-wrap .report-wrap li .left {
    width: 200px;
    height: 130px;
    overflow: hidden;
    float: left;
}

.news-wrap .report-wrap li .left img {
    width: 100%;
    height: 100%;
}

.news-wrap .report-wrap li .mid {
    width: 830px;
    margin-left: 25px;
    float: left;
}

.news-wrap .report-wrap li .mid .t1 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-wrap .report-wrap li .mid .t1 span {
    color: #cd2720;
    margin-right: 10px;
    padding-left: 10px;
}

.news-wrap .report-wrap li .mid .c1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
}

.news-wrap .report-wrap li .mid font {
    margin-top: 10px;
    padding-left: 30px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    display: block;
    background-image: url(../img/index/pic15_08.jpg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: left center;
}

.news-wrap .report-wrap li .time {
    width: 90px;
    float: left;
    height: 88px;
    margin-top: 21px;
    border-left: 1px solid #eaeaea;
    margin-left: 50px;
}

.news-wrap .report-wrap li .time .day {
    font-size: 30px;
    line-height: 50px;
    color: #666666;
    text-align: center;
}

.news-wrap .report-wrap li .time .year {
    font-size: 14px;
    line-height: 34px;
    color: #999999;
    text-align: center;
}

.news-wrap .report-wrap li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.news-wrap .report-wrap .info-con .t1 {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #323232;
    text-align: center;
    margin-top: 30px;
}

.news-wrap .report-wrap .info-con .time {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}

.news-wrap .report-wrap .info-con .con {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.news-wrap .report-wrap .info-con .con p {
    /*margin-top: 20px;*/
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.news-wrap .report-wrap .info-con .con p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0px;
}

.news-wrap .report-wrap .info-con .bot {
    margin-top: 100px;
}

.news-wrap .report-wrap .info-con .bot .left {
    width: 80%;
    float: left;
    margin-left: 2.5%;
}

.news-wrap .report-wrap .info-con .bot .left a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.news-wrap .report-wrap .info-con .bot .left a:hover {
    color: #cd2720;
}

.news-wrap .report-wrap .info-con .bot .right {
    width: 15%;
    float: right;
    margin-right: 2.5%;
}

.news-wrap .report-wrap .info-con .bot .right a {
    width: 98px;
    height: 33px;
    display: block;
    float: right;
    border: 1px solid #999999;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    color: #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color border;
    -webkit-transition-property: background color border;
    -ms-transition-property: background color border;
    -o-transition-property: background color border;
}

.news-wrap .report-wrap .info-con .bot .right a:hover {
    background: #cd2720;
    color: #fff;
    border-color: #cd2720;
}

@media screen and (max-width: 1280px) {
    .news-wrap .report-wrap li .mid {
        width: 630px;
    }
    .news-wrap .page-nav li{
        margin-left: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .news-wrap .banner {
        height: 160px;
        position: relative;
    }
    .news-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .news-wrap .organ {
        margin-top: 35px;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .news-wrap .organ .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
    }
    .news-wrap .organ .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .news-wrap .organ .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
    .news-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        display: none;
    }
    .news-wrap .page-nav ul {
        float: left;
        clear: both;
    }
    .news-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .news-wrap .page-nav .sign {
        position: absolute;
        right: 0;
        top: 15px;
        margin: 0;
    }
    .news-wrap .report-wrap .tit {
        display: block;
    }
    .news-wrap .report-wrap .main-wrap {
        width: 90vw;
    }
    .info-con{
        padding-top: 30px;
    }
    .news-wrap .report-wrap .info-con .bot .right {
        display: none;
    }
    .news-wrap .report-wrap .info-con .t1 {
        font-size: 18px;
    }
    .news-wrap .report-wrap .info-con .con {
        font-size: 14px;
    }
    .news-wrap .report-wrap li {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .news-wrap .report-wrap li .left {
        width: 100%;
        height: 200px;
    }
    .news-wrap .report-wrap li .mid {
        width: 100%;
        margin-left: 0;
    }
    .news-wrap .report-wrap li .time {
        display: none;
    }
}

.student-wrap {
    width: 100%;
}

.student-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.student-wrap .banner img {
    width: 100%;
    height: 100%;
}

.student-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.student-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.student-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.student-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.student-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.student-wrap .page-nav li:hover p,
.student-wrap .page-nav li.cur p {
    color: #cd2720;
}

.student-wrap .page-nav li:hover span,
.student-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.student-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    margin-right: 300px;
    cursor: pointer;
}

.student-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.student-wrap .titp {
    border-left: 6px solid #cd2720;
    padding-left: 25px;
    margin-top: 30px;
    height: 55px;
    display: none;
    margin-bottom: 30px;
}

.student-wrap .titp p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.student-wrap .stu-wrap {
    margin-top: 50px;
}

.student-wrap .stu-wrap .con {
    padding-bottom: 80px;
}

.student-wrap .stu-wrap ul {
    left: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left;
    -webkit-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
}

.student-wrap .stu-wrap li .img-list {
    width: 380px;
    float: left;
    height: 260px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.student-wrap .stu-wrap li .img-list .img {
    width: 100%;
    height: 100%;
}

.student-wrap .stu-wrap li .img-list .img img {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.student-wrap .stu-wrap li .img-list .font {
    width: 90%;
    padding: 0 5%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/index/icon14_03.png);
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.student-wrap .stu-wrap li .img-list:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.student-wrap .stu-wrap li .img-list:hover .font {
    color: #3e88f3;
}

.student-wrap .stu-wrap .swiper-bot {
    position: absolute;
    width: 100%;
    height: 26px;
    display: table;
    bottom: 20px;
}

.student-wrap .stu-wrap .swiper-pagination {
    position: relative;
    float: left;
    margin-top: 4px;
    z-index: 0;
}

.student-wrap .stu-wrap .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: none;
    background-image: url(../img/index/icon15_08.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
    opacity: 1;
    margin: 0 10px;
    border-width: 0;
    cursor: pointer;
}

.student-wrap .stu-wrap .swiper-pagination-bullet-active {
    background-image: url(../img/index/icon15_10.png);
}

.student-wrap .stu-wrap .swiper-button-prev {
    float: left;
    width: 12px;
    height: 26px;
    position: relative;
    background-image: url(../img/index/icon15_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    margin-top: 0;
    margin-right: 20px;
}

.student-wrap .stu-wrap .swiper-button-next {
    float: left;
    width: 12px;
    height: 26px;
    position: relative;
    background-image: url(../img/index/icon15_05.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    margin-top: 0;
    margin-left: 20px;
}

.student-wrap .stu-wrap .more {
    display: none;
}

.student-wrap .stu-wrap .more .p1 {
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #666;
}

.student-wrap .organ {
    display: none;
}

.student-wrap .list1 {
    width: 100%;
    height: 30px;
    /*background: #f5f5f5;*/
    border-bottom: 1px solid #e1e1e1;
    margin-top: -40px;
}

.student-wrap .list2 {
    margin-top: 20px;
}

.student-wrap .list2 li {
    padding: 14px 0;
    border-bottom: 1px solid #e0e0e0;
}

.student-wrap .list2 li .p1 {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #aa020b;
}

.student-wrap .list2 li .p2 {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 800px;
}

.student-wrap .list2 li .time {
    float: right;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    padding-right: 25px;
}

@media screen and (max-width: 1280px) {
    .student-wrap .stu-wrap li .img-list {
        width: 305px;
        height: 220px;
    }
}

@media screen and (max-width: 1000px) {
    .student-wrap .banner {
        height: 160px;
        position: relative;
    }
    .student-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .student-wrap .organ {
        margin-top: 35px;
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .student-wrap .organ .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
    }
    .student-wrap .organ .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .student-wrap .organ .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
    .student-wrap .main-wrap {
        width: 90vw;
    }
    .student-wrap .page-nav {
        height: auto;
        display: none;
        border-bottom: 1px solid #eaeaea;
        position: relative;
    }
    .student-wrap .page-nav ul {
        float: left;
        clear: both;
    }
    .student-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .student-wrap .page-nav .sign {
        position: absolute;
        right: 0;
        top: 15px;
        margin: 0;
    }
    .student-wrap .titp {
        display: block;
    }
    .student-wrap .stu-wrap li .img-list {
        width: 100%;
    }
    .student-wrap .stu-wrap .swiper-bot {
        display: none;
    }
    .student-wrap .stu-wrap .more {
        display: block;
    }
    .student-wrap .list2 li .p2 {
        width: calc(90vw - 110px);
        margin-left: 0;
    }
    .student-wrap .list2 li .p3 {
        padding-right: 0;
    }
}

.teach-wrap {
    width: 100%;
}

.teach-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.teach-wrap .banner img {
    width: 100%;
    height: 100%;
}

.teach-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.teach-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.teach-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.teach-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.teach-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.teach-wrap .page-nav li:hover p,
.teach-wrap .page-nav li.cur p {
    color: #cd2720;
}

.teach-wrap .page-nav li:hover span,
.teach-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.teach-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    margin-right: 300px;
    cursor: pointer;
}

.teach-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.teach-wrap .teacher-wrap {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 35px;
}

.teach-wrap .teacher-wrap .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.teach-wrap .teacher-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.teach-wrap .teacher-wrap .tit p font {
    color: #cd2720;
}

.teach-wrap .teacher-wrap .con {
    width: 100%;
    margin-top: 5px;
}

.teach-wrap .teacher-wrap .con li {
    padding: 10px;
    width: 573px;
    margin-right: 5px;
    float: left;
    height: 200px;
    margin-top: 20px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: box-shadow border-color color background left opacity;
    -webkit-transition-property: box-shadow border-color color background left opacity;
    -ms-transition-property: box-shadow border-color color background left opacity;
    -o-transition-property: box-shadow border-color color background left opacity;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=100);
    left: 50px;
    position: relative;
}

.teach-wrap .teacher-wrap .con li .left {
    width: 155px;
    height: 200px;
    overflow: hidden;
    float: left;
    background: #d6d6d6;
}

.teach-wrap .teacher-wrap .con li .left img {
    width: 100%;
    height: 100%;
}

.teach-wrap .teacher-wrap .con li .right {
    width: 398px;
    float: left;
    height: 199px;
    margin-left: 20px;
    overflow: hidden;
}

.teach-wrap .teacher-wrap .con li .right .t1 {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

.teach-wrap .teacher-wrap .con li .right .c1 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}

.teach-wrap .teacher-wrap .con li .right .c1 p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.teach-wrap .teacher-wrap .con li.list {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
}

.teach-wrap .teacher-wrap .con li:hover {
    border-color: #cd2720;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1280px) {
    .teach-wrap .teacher-wrap .con li {
        width: 473px;
    }
    .teach-wrap .teacher-wrap .con li .right {
        width: 298px;
    }
}

@media screen and (max-width: 1000px) {
    .teach-wrap .banner {
        height: 160px;
        position: relative;
    }
    .teach-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .teach-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        display: none;
    }
    .teach-wrap .page-nav ul {
        float: left;
        clear: both;
    }
    .teach-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .teach-wrap .page-nav .sign {
        position: absolute;
        right: 0;
        top: 15px;
        margin: 0;
    }
    .teach-wrap .teacher-wrap .con li {
        width: calc(93vw - 12px);
        height: auto;
    }
    .teach-wrap .teacher-wrap .con li .right {
        width: calc(96vw - 200px);
        /*height: auto;*/
    }
}

.contact-wrap {
    width: 100%;
    padding-bottom: 100px;
}

.contact-wrap .banner {
    width: 100%;
    height: 400px;
    height: calc(100vw * 400 / 1920);
}

.contact-wrap .banner img {
    width: 100%;
    height: 100%;
}

.contact-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.contact-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.contact-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.contact-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.contact-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.contact-wrap .page-nav li:hover p,
.contact-wrap .page-nav li.cur p {
    color: #cd2720;
}

.contact-wrap .page-nav li:hover span,
.contact-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.contact-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
}

.contact-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-wrap .contact-main .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
    display: none;
}

.contact-wrap .contact-main .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.contact-wrap .contact-main .tit p font {
    color: #cd2720;
}

.contact-wrap .contact-main .top .tit-ch {
    font-size: 24px;
    line-height: 24px;
    color: #cd2720;
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact-wrap .contact-main .top .tit-en {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-family: Arial;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.contact-wrap .contact-main .top .left {
    float: left;
    margin-top: 10px;
}

.contact-wrap .contact-main .top li {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 520px;
    margin-right: 40px;
}

.contact-wrap .contact-main .top li.l1 {
    width: 200px;
}

.contact-wrap .contact-main .top ul {
    float: left;
    width: 800px;
}

.contact-wrap .contact-main .top .right {
    float: right;
}

.contact-wrap .contact-main .top .right .img {
    width: 110px;
    height: 110px;
    float: left;
}

.contact-wrap .contact-main .top .right .img img {
    width: 100%;
    height: 100%;
}

.contact-wrap .contact-main .top .right div {
    float: right;
    margin-left: 15px;
    padding: 10px 20px;
    width: 190px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.contact-wrap .contact-main .top .right div p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.contact-wrap .contact-main .top .right div p font {
    font-size: 14px;
    display: block;
}

.contact-wrap .contact-main .map {
    width: 100%;
    height: 410px;
    margin-top: 40px;
}

@media screen and (max-width: 1280px) {
    .contact-wrap .contact-main .top ul {
        width: 700px;
    }
    .contact-wrap .contact-main .top li {
        width: 420px;
    }
    .contact-wrap .contact-main .top .right div {
        width: 120px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-wrap .banner {
        height: 160px;
        position: relative;
    }
    .contact-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .contact-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        display: none;
    }
    .contact-wrap .page-nav ul {
        float: left;
        clear: both;
    }
    .contact-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .contact-wrap .page-nav .sign {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .contact-wrap .main-wrap {
        width: 90vw;
    }
    .contact-wrap .contact-main .tit {
        display: block;
        margin-top: 30px;
    }
    .contact-wrap .contact-main .top .left {
        margin-top: 20px;
    }
    .contact-wrap .contact-main .top .right {
        float: left;
        margin-top: 20px;
    }
}

.other-wrap {
    width: 100%;
    padding-bottom: 100px;
}

.other-wrap .banner {
    width: 100%;
    height: 280px;
    height: calc(100vw * 280 / 1920);
}

.other-wrap .banner img {
    width: 100%;
    height: 100%;
}

.other-wrap .page-nav {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #eaeaea;
}

.other-wrap .page-nav .tit {
    float: left;
    font-size: 30px;
    line-height: 70px;
    color: #333333;
}

.other-wrap .page-nav li {
    float: left;
    margin-left: 50px;
    height: 70px;
    position: relative;
}

.other-wrap .page-nav li p {
    font-size: 16px;
    line-height: 70px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.other-wrap .page-nav li span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 14px;
    display: block;
    bottom: -7px;
    background-image: url(../img/index/icon5_05.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.other-wrap .page-nav li:hover p,
.other-wrap .page-nav li.cur p {
    color: #cd2720;
}

.other-wrap .page-nav li:hover span,
.other-wrap .page-nav li.cur span {
    background-image: url(../img/index/icon5_03.png);
}

.other-wrap .page-nav .sign {
    padding: 10px 25px;
    background: #aa020b;
    border-radius: 3px;
    float: right;
    margin-top: -55px;
    cursor: pointer;
}

.other-wrap .page-nav .sign p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    width: auto;
    background-image: url(../img/index/icon11_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.other-wrap .contact-main {
    padding-top: 30px;
}

.other-wrap .contact-main .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.other-wrap .contact-main .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.other-wrap .contact-main .tit p font {
    color: #cd2720;
}

.other-wrap .contact-main .con {
    padding: 0 30px;
    padding-top: 30px;
    padding-bottom: 150px;
}

.other-wrap .contact-main .con p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-indent: 28px;
}

.other-wrap .mess--main {
    padding-top: 30px;
}

.other-wrap .mess--main .tit {
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    height: 55px;
}

.other-wrap .mess--main .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}

.other-wrap .mess--main .tit p font {
    color: #cd2720;
}

@media screen and (max-width: 1280px) {
    .other-wrap .contact-main .top ul {
        width: 700px;
    }
    .other-wrap .contact-main .top li {
        width: 420px;
    }
    .other-wrap .contact-main .top .right div {
        width: 120px;
    }
}

@media screen and (max-width: 1000px) {
    .other-wrap .banner {
        height: 160px;
        position: relative;
    }
    .other-wrap .banner img {
        position: absolute;
        left: calc(50vw - 550px);
        width: 1100px;
    }
    .other-wrap .page-nav {
        height: auto;
        border-bottom: 1px solid #eaeaea;
        position: relative;
        display: none;
    }
    .other-wrap .page-nav ul {
        float: left;
        clear: both;
    }
    .other-wrap .page-nav li {
        margin: 0;
        width: 32vw;
    }
    .other-wrap .page-nav .sign {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .other-wrap .main-wrap {
        width: 90vw;
    }
    .other-wrap .contact-main .tit {
        border-left: 6px solid #cd2720;
        padding-left: 30px;
        height: 55px;
    }
    .other-wrap .contact-main .tit p {
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        height: 54px;
        border-bottom: 1px solid #eaeaea;
    }
    .other-wrap .contact-main .tit p font {
        color: #cd2720;
    }
    .other-wrap .contact-main .top .left {
        margin-top: 20px;
    }
    .other-wrap .contact-main .top .right {
        float: left;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .page-nav li p {
        text-align: center;
    }
    .main {
        margin-top: 60px;
    }
    .contact-main .top .left {
        width: 100%;
    }
    .contact-main .top .left ul {
        width: 100%;
    }
    .contact-main .top .left ul li {
        width: 100%;
    }
}

.paging {
    padding: 30px 0;
    width: 100%;
    display: table;
    height: 40px;
}

.paging .label1 {
    text-align: center;
}

.paging a {
    padding: 0 10px;
    height: 30px;
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #4b4b4b;
    font-size: 14px;
    line-height: 30px;
    color: #4b4b4b;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-color color;
    -webkit-transition-property: background border-color color;
    -ms-transition-property: background border-color color;
    -o-transition-property: background border-color color;
}

.paging a:hover,
.paging a.active {
    background: #4b4b4b;
    border-color: #4b4b4b;
    color: #fff;
}

.intro-main-tit .en {
    text-transform: capitalize;
}

.main {
    overflow: hidden;
}

.main .se {
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    .main .se {
        margin-right: 2px;
    }

    .main .goven-pop .con {
        width: 80vw;
        padding: 5vw;
		height:auto;
    }
	
	.senior-wrap .goven-pop .con .code input{
		width:40% !important;
	}
	.goven-wrap .goven-pop .con .code{
		width: calc(77vw - 2px) !important;
		margin:0 auto;
	}
	.goven-pop .con .code{
		width: calc(77vw - 2px) !important;
		margin:0 auto;
	}
    .main .goven-pop .con input[type=text] {
        width: calc(70vw - 2px);
    }
	.goven-wrap .goven-pop .con .code input{
		width:40% !important;
	}
	.goven-wrap .goven-pop .con .code img{
		float:left !important;
	}


	
	.goven-pop .con .code input{
		width:45% !important;
	}
	.goven-pop .con .code img{
		float:left !important;
	}
    .main .goven-pop .con textarea{
        width: calc(70vw - 2px);
    }
    .main .goven-pop .con .btn {
        width: calc(80vw - 10px);
		overflow:hidden;
    }
    .main .goven-pop .con .btn input[type=submit],
    .main .goven-pop .con .btn input[type=button] {
        width: calc(40vw - 22px);
    }
}

@media(max-width:450px){
	/*.goven-wrap .goven-pop .con .code img{
		margin-left:10px;
	}
	.senior-wrap .goven-pop .con .code img{
		margin-left:10px;
	}*/
	.goven-pop .con .code img{
		margin-left:10px !important;
	}
}
/*# sourceMappingURL=style.css.map */
.intro-main-tit {
    height: 55px;
    padding-left: 25px;
    border-left: 6px solid #cd2720;
    margin-bottom: 10px;
}

.intro-main-tit .ch {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding-top: 5px;
}

.intro-main-tit .en {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    padding-top: 13px;
    font-family: Arial;
   /* height: 20px;
    border-bottom: 1px solid #eaeaea;*/
}

@media screen and (max-width: 1000px){
    .intro-main-tit {
        height: 55px;
        padding-left: 25px;
        border-left: 6px solid #cd2720;
        margin-bottom: 10px;
    }
    .intro-main-tit .ch {
        font-size: 20px;
        line-height: 20px;
        color: #333333;
        padding-top: 5px;
    }
    .intro-main-tit .en {
        font-size: 20px;
        line-height: 20px;
        color: #666666;
        padding-top: 13px;
        font-family: Arial;
    }
}
    .fuck{
        width: 140px;
        height: 40px;
        background: #aa020b;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        color: #fff;
    }
.scroll{
    width: 50px;
    height: 50px;
    background: rgb(204,204,204);
    position: fixed;
    right: 50px;
    text-align: center;
    bottom: 50px;
    z-index: 20;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-color color;
    -webkit-transition-property: background border-color color;
    -ms-transition-property: background border-color color;
    -o-transition-property: background border-color color;
}
.scroll.show{
    display: block;
}
.scroll img{
    margin-top: 8px;
}
.scroll:hover{
    background: #aa020b;
}


/*20170815   添加弹窗以及视频列表页*/
.footer .pop-btn{
    width: 150px;
    height: 135px;
    position: fixed;
    left: 15px;
    top: 40%;
    z-index: 101;
    cursor: pointer;
}
.footer .pop-btn .close{
    width: 19px;
    height: 19px;
    position: absolute;
    right: 10px;
    top: 6px;
    background: url(../img/icon8_03.png);
    cursor: pointer;
}
.footer .pop-btn img{
    width: 100%;
    height: 100%;
}

.foot-pop{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    display: table;
    display: none;
}

.fp-con{
    width: 730px;
    height: 750px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.fp-tit{
    width: 100%;
    height: 60px;
    background: #aa020b;
    position: relative;
}
.fp-tit p{
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}
.fp-tit .close{
    width: 13px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 22px;
    background-image: url(../img/20170815/icon2_03.png);
}
.fpc-con{
    width: 640px;
    padding: 0 45px;
    background: #fff;
}
.fpc-con .tit{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: bold;
    padding: 30px 0 20px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.fpc-con li{
    width: 100%;
    /*height: 43px;*/
    margin-top: 20px;
    position: relative;
}
.fpc-con li p{
    width: 100px;
    font-size: 16px;
    line-height: 43px;
    color: #666666;
    float: left;
    padding-left: 5px;
}
.fpc-con li input[type=text]{
    width: 503px;
    height: 41px;
    padding: 0 15px;
    border:1px solid #dddddd;
    float: left;
    background:#f7f7f7;
}

.fpc-con li input[type=text].code{
    width: 250px;
    height: 41px;
    padding: 0 15px;
    border:1px solid #dddddd;
    float: left;
    background:#f7f7f7;
}

.fpc-con li img{
	float:left;
	height:41px;
	width:auto;
	margin-left:10px;
	border:1px solid #dddddd;
}

.fp-con li span{
    position: absolute;
    right: 15px;
    color: #aa020b;
    font-size: 16px;
    line-height: 43px;
    top: 0;
}
.fp-con li textarea{
    width: 503px;
    height: 110px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    border:1px solid #dddddd;
    float: left;
    background:#f7f7f7;
}
.fp-con li input[type=submit]{
    width: 180px;
    height: 50px;
    /*margin-left:230px;*/
    background:#aa020b; 
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    border-width: 0;
}
.news-wrap .video-wrap{
    margin-top: 50px;
}
.news-wrap .video-wrap li{
    width: 370px;
    height: 320px;
    margin: 15px;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #dddddd;
}
.news-wrap .video-wrap li .img{
    width: 370px;
    height: 260px;
    overflow: hidden;
}
.news-wrap .video-wrap li .img img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.0);
       -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
         -o-transform: scale(1.0);
            transform: scale(1.0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}
.news-wrap .video-wrap li:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.news-wrap .video-wrap li .font{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}
.news-wrap .video-wrap li:hover .font{
    color: #cd2720;
}
.video-wrap .tit{
    display: none;
    border-left: 6px solid #cd2720;
    padding-left: 30px;
    margin-bottom: 30px;
    height: 55px;
    display: none;
}
.video-wrap .tit p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 54px;
    border-bottom: 1px solid #eaeaea;
}
/* */
.goven-wrap .goven-nav a {
    padding: 0 20px;
    margin: 5px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}
.goven-wrap .goven-nav a:hover,
.goven-wrap .goven-nav a.cur {
    background: #cb281f;
    border-color: #cb281f;
    color: #fff;
}



@media screen and (max-width: 1280px){
    .news-wrap .video-wrap li{
        width: 300px;
        height: 270px;
    }
    .news-wrap .video-wrap li .img{
        width: 300px;
        height: 210px;
    }
}
@media screen and (max-width: 790px){
    .news-wrap .video-wrap li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: calc(90vw * 320 / 360);
    }
    .footer .pop-btn .close{
        right: 5px;
        top: 3px;
        width: 9px;
        height: 9px;
        background-size: 100% 100%;
    }
    .news-wrap .video-wrap li .img{
        width: 100%;
        height: calc(90vw * 260 / 360);
    }
    .news-wrap .video-wrap li .font{
        line-height: height: calc(90vw * 60 / 360);
    }
    .video-wrap .tit{
        display: block;
    }
    .report-wrap .main-wrap{
        padding: 0;
    }
    .footer .pop-btn{
        width: 50px;
        height: 50px;
        bottom: 50px;
        right: 10px;
top:70%;
    }
    .fp-con{
        width:100vw;
        height: 100vh; 
    }
    .fpc-con .tit{
        padding: 10px 0;
    }
    .fpc-con{
        width: 90vw;
        padding: 0 5vw;
        height: calc(100vh - 60px);
        overflow: scroll;
    }
    .fpc-con input[type=text]{
        width: calc(calc(90vw - 145px))
    }
    .fp-con li textarea{
        width: calc(90vw - 145px);
    }
    .fp-con li input[type=submit]{
        margin-bottom: 20vw;
    }
    .scroll{
        right: 10px;
    }
}


.news-wrap .reasch {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    background: #333333;
    border-radius: 5px;
    float: right;
    margin-top: -55px;
}

.news-wrap .reasch input[type=text] {
    width: 180px;
    height: 40px;
    background: none;
    border-width: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    float: left;
}

.news-wrap .reasch input[type=submit] {
    width: 20px;
    height: 40px;
    background: none;
    border-width: 0;
    background-image: url(../img/index/icon10_03.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}
.news-wrap .goven-nav {
    padding: 23px 0;
    background: #f8f8f8;
}

.news-wrap .goven-nav li {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    float: left;
    margin-right: 17px;
    font-size: 14px;
    line-height: 34px;
    margin-top: 10px;
    color: #666666;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border color;
    -webkit-transition-property: background border color;
    -ms-transition-property: background border color;
    -o-transition-property: background border color;
    cursor: pointer;
}

.news-wrap .goven-nav select {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    float: left;
    margin-right: 17px;
    background: #fff;
    cursor: pointer;
    width: 200px;
}

.news-wrap .goven-nav li:hover,
.news-wrap .goven-nav li.cur {
    background: #cb281f;
    border-color: #cb281f;
    color: #fff;
}
@media screen and (max-width: 1280px) {
    .goven-wrap .goven-nav li {
        margin: 10px 17px 10px 0;
    }
}

@media screen and (max-width: 1000px) {
    .goven-wrap .goven-nav li {
        width: 30vw;
        padding: 0 5vw;
        margin:10px 3vw 10px 3vw;
        text-align: center;
    }
    .goven-wrap .goven-nav {
        margin-top: 30px;
    }

    .goven-wrap .list-wrap .list-nav .se:first-child .top:nth-child(3) {
        margin-top: 8px;
    }

    .goven-wrap .list-wrap .list-nav .se:first-child .xiala:nth-child(4) {
        top: 51px;
    }
}

@media screen and (min-width: 1001px) {
    .goven-wrap .list-wrap .list-nav .se.dan.shengfen {
        display: none;
    }
}

.goven-wrap .list-wrap .list-nav .se:first-child {
    z-index: 1000;
}

.main-wrap div:nth-child(2):after {
    content: '';
    display: block;
    clear: both;
}

.main-wrap div img {
    max-width: 100%;
}

ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
}

.flex-control-nav li a {
    color: transparent;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
}

.flex-control-nav li a.flex-active {
    background-color: #CD2720;
}

.goven-wrap .list-wrap .list-nav .se.prov .top p {
    background-image: none;
}

.goven-wrap .list-wrap .list1 li .p1 {
    width: 104px;
}

.refresh a {
    display: inline-block;
    width: 100px;
    height: 35px;
    color: #999999;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999;
    transition: all .5s ease-out;
}

.refresh a:hover {
    color: #ffffff;
    background-color: #CD2720;
    border-color: #CD2720;
}

.index-wrap .banner .pc .phone-img {
    display: none;
}




@media screen and (max-width: 768px) {
    .index-wrap .banner .pc .img {
        display: none;
    }

    .index-wrap .banner .pc .phone-img {
        display: block
    }

    .index-wrap .banner .pc .phone-img img {
        width: 768px;
        /*height: 250px;*/
    }
}

@media screen and (max-width: 787px) {
    .index-wrap .banner .pc .phone-img img {
        width: 100%;
        height: 250px;
    }
}

.about-wrap .banner img.phone-img {
    display: none;
}

@media screen and(max-width: 767px) {
	.index-wrap .banner .pc .phone-img img {
		height: auto !important;
	}

	.index-wrap .banner li {
		height: auto !important;
		/*background-color: red*/
	}

	.index-wrap .banner .pc {
		height: auto !important;
	}

	.index-wrap .banner {
		height: auto !important;
	}

	.index-wrap .banner {
		height: auto !important;
	}

	.index-wrap .banner .pc {
		height: auto !important;
	}

}

@media screen and (max-width: 1000px) {
    .about-wrap .banner {
        height: 300px;
    }

    .about-wrap .banner img {
        display: none;
    }

    .about-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.goven-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .goven-wrap .banner {
        height: 300px;
    }

    .goven-wrap .banner img {
        display: none;
    }

    .goven-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.senior-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .senior-wrap .banner {
        height: 300px;
    }

    .senior-wrap .banner img {
        display: none;
    }

    .senior-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.inside-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .inside-wrap .banner {
        height: 300px;
    }

    .inside-wrap .banner img {
        display: none;
    }

    .inside-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.fin-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .fin-wrap .banner {
        height: 300px;
    }

    .fin-wrap .banner img {
        display: none;
    }

    .fin-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.news-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .news-wrap .banner {
        height: 300px;
    }

    .news-wrap .banner img {
        display: none;
    }

    .news-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.student-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .student-wrap .banner {
        height: 300px;
    }

    .student-wrap .banner img {
        display: none;
    }

    .student-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

.teach-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .teach-wrap .banner {
        height: 300px;
    }

    .teach-wrap .banner img {
        display: none;
    }

    .teach-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }

    .goven-wrap .page-nav .tit {
        display: block;
    }
}

.contact-wrap .banner img.phone-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    .contact-wrap .banner {
        height: 300px;
    }

    .contact-wrap .banner img {
        display: none;
    }

    .contact-wrap .banner img.phone-img {
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media screen and (max-width: 414px) {
    .fin-wrap .list-wrap .list1 li .time {
        display: none;
    }

    .fin-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 175px);
    }

    .inside-wrap .list-wrap .list1 li .time {
        display: none;
    }

    .inside-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 175px);
    }

    .goven-wrap .list-wrap .list1 li .p2 {
        width: calc(96vw - 175px);

    }

    .paging a {
        margin-bottom: 10px;
    }

    .main-wrap div:nth-child(2) {
        text-indent:inherit !important;
    }

    .content-left {
        float: none !important;
        width: 100% !important;
    }

    .content-right {
        float: none !important;
        width: 100% !important;
    }
}
.goven-wrap .list-wrap .list-nav .se{
        padding-top: 0;
    }
@media screen and (max-width: 1000px) {
.fin-wrap .page-nav .sign{
    top:66px;
}
.goven-wrap .list-wrap .list-nav .yuezhq{
    height: 36px !important;
}
.fin-wrap .feature-wrap .tit p{
    height: 80px;
}
.goven-wrap .list-wrap .list-nav .se{
        padding-top: 10px;
    }



    .goven-wrap .list-wrap .list-nav .yuezhq .xiala{
        display: none;
        border: none;
    }



    .goven-wrap .list-wrap .list-nav .se.yuezhq .xiala .left p{
        font-size: 0;
    }



    }


@media screen and (max-width: 1000px) {
    .goven-wrap .list-wrap .list-nav .se.dan.prov {
        display: none;
    }
}


@media screen and (max-width: 767px) {
	.index-wrap .banner .pc .phone-img img {
		height: auto;
	}

	.index-wrap .banner li {
		height: auto;
	}

	.index-wrap .banner .pc {
		height: auto;
	}

	.index-wrap .banner {
		height: auto;
	}



}

@media screen and (max-width: 1000px) {
	.about-wrap .banner {
		height: auto;
	}

	.about-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.goven-wrap .banner {
		height: auto;
	}

	.goven-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.senior-wrap .banner {
		height: auto;
	}

	.senior-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.inside-wrap .banner {
		height: auto;
	}

	.inside-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.fin-wrap .banner {
		height: auto;
	}

	.fin-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.news-wrap .banner {
		height: auto;
	}

	.news-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.student-wrap .banner {
		height: auto;
	}

	.student-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.teach-wrap .banner {
		height: auto;
	}

	.teach-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}

	.contact-wrap .banner {
		height: auto;
	}

	.contact-wrap .banner img.phone-img {
		height: auto;
		position: initial;
	}
}

.phone .tel{
    width: auto;
    float: right;
    height: 100%;
    line-height:100%;
    box-sizing: border-box;
    padding-top: 25px;
    font-size: 14px;
    color: #666666;
}
.header .phone .tel font {
    font-size: 20px;
    color: #aa020b;
}
@media screen and (max-width: 523px) {
    .phone .tel{
        width: 105px;
        padding-top: 15px;
    }
    .header .phone .tel font {
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

}

@media screen and (max-width: 350px) {
    .phone .tel{
        width: 90px;
       font-size: 12px;
    }
    .header .phone .tel font {
        font-size: 12px;
        display: block;
        margin-top: 5px;
    }
}

.img .aa{
	display: block;
    	z-index: 3;
	position: absolute;
	left: 233px;
	top: 150px; 
	width: 100px;
	height: 100px;
	border:1px solid transparent;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-position: top left;
	background-image: url(../img/anv.png);
		}






