/*aid_search*/
.aid_search .keyword {
    height    : 64px;
    width     : 100%;
    background: #ededed;
}

.aid_search .keyword>div {
    margin: 21px auto 19px;
    width : 90.78%;
}

.aid_search .keyword h4 {
    color      : #272727;
    line-height: 1.11em;
    display    : inline-block;
}

.aid_search .keyword a {
    display    : inline-block;
    margin-left: 11px;
    width      : 62px;
    height     : 24px;
    text-align : center;
    line-height: 24px;
    color      : #fff;
    background : #005bac;
}

.aid_search .keyword a:hover {
    color: #fff !important;
}

.aid_search .keyword>div>div {
    position: relative;
    ;
    display      : inline-block;
    border       : 1px solid #d5dfe8;
    height       : 26px;
    padding-right: 29px;
    padding-left : 8px;
    background   : #fff;
    box-sizing   : border-box;
}

.aid_search .keyword>div>div.active {
    box-shadow: 0 0 3px #999;
    background: #fbf7e6;
}

.aid_search .keyword input {
    border     : none;
    background : transparent;
    width      : 96%;
    line-height: 24px;
}

.aid_search .keyword span {
    display   : inline-block;
    position  : absolute;
    top       : 0;
    width     : 26px;
    height    : 26px;
    background: url(../images/search_icon01.png) no-repeat center;
}

.aid_search>p {
    display: block;
    width  : 90.78%;
    margin : 20px auto 0;
    color  : #1b1b1b;
}

.aid_search em {
    color: #005bac;
}

.aid_search .result {
    margin-top: 21px;
}

.aid_search .result li {
    border-bottom: 1px solid #e5e5e5;
    border-top   : transparent solid 1px;
}

.aid_search .result li:first-child {
    border-top: 1px solid #e5e5e5;
}

.aid_search .result li>div {
    margin    : 5px 0;
    padding   : 28px 0 30px;
    transition: all .5s
}

.aid_search .result li:hover>div {
    background: #e5e5e5;
}

.aid_search .result dl {
    width : 90.78%;
    margin: auto
}

.aid_search .result dt {
    position: relative;
}

.aid_search .result dt:before {
    content   : "";
    position  : absolute;
    width     : 3px;
    height    : 6px;
    background: url(../images/search_icon02.png) no-repeat;
    top       : 50%;
    margin-top: -3px;
}

.aid_search .result dt a {
    color         : #272727;
    line-height   : 1.11em;
    padding-bottom: 2px;
}

.aid_search .result li:hover dt a {
    color        : #005bac;
    border-bottom: 1px solid #0076da;
}

.aid_search .result dd {
    margin-top: 17px;
    color     : #666;
}

/*aid_contact*/
.aid_contact .map {
    width : 57.34%;
    height: 100%;
}

.aid_contact .map>div {
    width : 100%;
    height: 100%;
    border: none;
}

.aid_contact .adress {
    width          : 42.66%;
    height         : 100%;
    background     : url(../images/aid_img01.jpg) no-repeat center;
    background-size: cover;
    box-sizing     : border-box;
}

.aid_contact .adress dl {
    margin    : auto;
    text-align: left;
}

.aid_contact .adress dt {
    color      : #fff;
    line-height: 1.02em;
}

.aid_contact .adress h4 {
    font-weight: normal;
}

.aid_contact .adress dd,
.aid_contact .adress dd a {
    color      : #fff;
    line-height: 2.2em;
    cursor     : default;
}

.aid_contact .adress dd a:hover {
    color : #fff !important;
    cursor: default;
}

.aid_contact .adress li {
    margin-right: 30px;
}

.aid_contact .adress ul img,
.aid_contact .adress ul span {
    display: block;
}

.aid_contact .adress ul span {
    margin-top: 17px;
    color     : #fff;
}

/*aid_sitemap*/
.aid_sitemap {
    margin-bottom: 19px;
}

.aid_sitemap ul {
    width: 100%;
}

.aid_sitemap li:first-child {
    margin-top: 0;
}

.aid_sitemap li:hover dt {
    background: #e60012;
}

.aid_sitemap dt,
.aid_sitemap dd {
    height     : 100%;
    line-height: 1.95em;
    display    : inline-block;
}

.aid_sitemap dt {
    background  : #005bac;
    text-align  : left;
    text-indent : 24px;
    margin-right: 42px;
    transition  : all .5s;
}

.aid_sitemap dt a {
    color  : #fff;
    width  : 100%;
    height : 100%;
    display: block;
}

.aid_sitemap dt a {
    color: #fff !important;
}

.aid_sitemap dd a {
    color: #333
}


/*news_detail*/
.news_detail {
    margin-bottom: 9px;
}

.news_detail .news_tittle {
    margin        : auto;
    border-bottom : 3px solid #9e9e9e;
    width         : 100%;
    text-align    : center;
    padding-bottom: 20px;
    margin-bottom : 40px;
}

.news_detail .news_tittle h2 {
    color        : #2a2a2a;
    line-height  : 1.7em;
    margin-bottom: 13px;
}

.news_detail .news_tittle span {
    color      : #919191;
    line-height: 1.7em;
    /*display  :none;*/
}

.news_detail .bon {
    margin    : 15px auto 44px;
    text-align: center;
}

.news_detail .bon span {
    margin     : 0 31px;
    color      : #010101;
    white-space: nowrap;
}

.news_detail .bon em {
    color: #7e7e7e;
}

.news_detail .news_article {
    color        : #616161;
    line-height  : 1.7em;
    margin-bottom: 58px;
}

.news_detail .news_article p {
    margin-bottom: 30px;
    font-size: 16px;
}

.news_detail .news_article p img {
    width: 100%;
}

.news_detail .news_article video {
    max-width    : 100%;
    margin-bottom: 10px;
}

.news_detail .pdfdown {
    margin-bottom: 10px;
}

.news_detail .pdfdown .iconbox {
    display: inline-block;
    width  : 30px;
    height : 30px;
}

.news_detail .pdfdown .iconbox img {
    width: 100%;
}

.news_detail .pdfdown a.text {
    text-decoration: underline;
    line-height    : 30px;
    padding-left   : 10px;
}

.news_detail .updown {
    margin-top : 20px;
    border-top : #dedede 1px solid;
    padding-top: 27px;
}

.news_detail .updown div {
    display      : block;
    color        : #616161;
    line-height  : 1.5em;
    margin-bottom: 14px;
}

.news_detail .updown span:last-child {
    margin: 0
}

.news_detail .updown a,
.news_detail .updown em {
    padding-left: 6px;
}

.news_detail .updown a {
    color    : #005bac;
    display  : block;
    min-width: 220px;
}

.news_detail .updown em {
    color: #000;
}

.news_detail .related {
    margin-top: 49px;
    position  : relative;
}

.news_detail .related h4 {
    color: #2b2b2b;
}

.news_detail .related ul {
    margin-top   : 28px;
    margin-bottom: 40px;
    overflow     : hidden;
}

.news_detail .related li {
    margin-bottom: 10px;
    width        : 35%;
    float        : left;
    margin-right : 5%;
}

.news_detail .related li a {
    display      : inline-block;
    max-width    : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    color        : #000;
}

.news_detail .related li:last-child {
    margin: 0;
}



/*news_video*/
.news_video {
    padding-top: 31px;
}

.news_video .videolist {
    margin: auto;
}

.news_video .videolist ul {
    margin: 0 -2px;
}

.news_video .videolist li {
    width: 33.33%;
}

.news_video .videolist a {
    display   : block;
    margin    : 0 2px;
    background: #e5e5e5;
    text-align: center;
    color     : #494949;
    position  : relative;
}

.news_video .videolist li.on a {
    background: #005bac;
    color     : #fff !important;
}

.news_video .videolist li.on a:before {
    content    : "";
    display    : block;
    width      : 10px;
    height     : 7px;
    position   : absolute;
    background : url(../images/news_icon01.png);
    bottom     : -7px;
    left       : 50%;
    margin-left: -5px;
}

.news_video .videodet {
    border-bottom: 1px solid #858585;
}

.news_video .videodet ul {
    display: none
}

.news_video .videodet ul.on {
    display: block
}

.news_video .videodet li {
    position: relative;
}

.news_video .videodet a {
    width   : 100%;
    display : block;
    position: relative
}

.news_video .videodet a img {
    width: 100%;
}

.news_video .videodet a:first-child::before {
    content        : "";
    display        : block;
    position       : absolute;
    background     : url(../images/news_icon02.png) no-repeat;
    background-size: 100%;
    z-index        : 2;
    top            : 50%;
    left           : 50%;
}

.news_video .videodet a:last-child {
    text-align : left;
    color      : #2a2a2a;
    line-height: 1.7em;
}



/*news_investor*/
.topcolor {
    background: #f5f5f5;
}

.news_investor .edit_con_original {
    margin: 71px auto 97px;
    ;
    color: #424242;
}

.news_investor .company {
    background: #fff;
}

.news_investor .company h4 {
    text-align : center;
    font-weight: normal;
}

.news_investor .company li {
    overflow: hidden;
}

.news_investor .company .listbox {
    border  : solid 1px #dedede;
    position: relative;
    display : block;
    overflow: hidden
}

.news_investor .company img {
    width: 100%;
}

.news_investor .company dl {
    z-index   : -1;
    transition: all .5s;
    position  : absolute;
    color     : #fff;
    background: rgba(0, 0, 0, 0.6);
    width     : 100%;
    box-sizing: border-box;
}

.news_investor .company li.on dl {
    bottom : 0;
    z-index: 1
}

.news_investor .company dd {
    line-height  : 2em;
    display      : inline-block;
    margin-right : 20px;
    margin-bottom: 6px;
}





/*about_intro*/
.about_intro .top .edit_box {
    color      : #424242;
    line-height: 1.7em;
    width      : 50%;
    box-sizing : border-box;
}

.about_intro .top .bj {
    width   : 50%;
    position: relative;
}

.about_intro .top .bj>img {
    width     : 100%;
    position  : relative;
    top       : 200px;
    opacity   : 0;
    transition: all 1s;
}

.about_intro.on .top .bj>img {
    top    : 0px;
    opacity: 1;
}

.about_intro .top .roundnum {
    position  : relative;
    box-sizing: border-box;
    top       : -100px;
    opacity   : 0;
    transition: all 1s;
}

.about_intro.on .top .roundnum {
    top             : 0;
    opacity         : 1;
    background-color: #0703f6;
}

.about_intro .top .roundnum img {
    display : block;
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : -1;
    width   : 100%;
}

.about_intro .top .roundnum>div:nth-child(2) {
    margin-right: 40px;
}

.about_intro .top .roundnum dl {
    color: #fff;
}

.about_intro .top .roundnum dl:first-child {
    border-bottom : 1px solid #66a2d1;
    padding-bottom: 15px;
    margin-bottom : 17px;
}

.about_intro .top .roundnum dt {
    line-height: 1.02em;
}

.about_intro .top .roundnum dd {
    line-height: 20px;
}

.about_intro .bottom .hope {
    position: relative;
}

.about_intro .bottom .hope img {
    width: 100%;
}

.about_intro .bottom .hope dl {
    position: absolute;
    color   : #fff;
}

.about_intro .bottom .hope dt {
    line-height       : 1.02em;
    transition        : 0.5s all;
    -webkit-transition: 0.5s all;
    opacity           : 0;
    position          : relative;
    top               : -100px;
}

.about_intro .bottom .hope dd {
    line-height       : 1.4em;
    font-weight       : bold;
    transition        : 0.5s all;
    -webkit-transition: 0.5s all;
    opacity           : 0;
    position          : relative;
    top               : -100px;
}

.about_intro .bottom .hope.on dt {
    opacity: 1;
    top    : 0;
}

.about_intro .bottom .hope.on dd {
    opacity: 1;
    top    : 0;
}

.about_intro .bottom .mission {
    position: relative;
}

.about_intro .bottom .mission>img {
    width: 50%;
}

.about_intro .bottom .mission>div {
    width   : 50%;
    position: relative;
    overflow: hidden;
}

.about_intro .bottom .mission>div img {
    z-index: -1;
    width  : 100%;
}

.about_intro .bottom .mission dl {
    color   : #fff;
    position: absolute;
}

.about_intro .bottom .mission dt {
    line-height  : 1.02em;
    margin-bottom: 33px;
}

.about_intro .bottom .mission dd {
    letter-spacing: -0.3px;
}





/*about_party*/
.about_party {
    margin-top: -10px;
}

.about_party .party_job li {
    width: 50%;
}

.about_party .party_job li:nth-child(odd) {
    clear: both
}

.about_party .party_job .listbox {
    border    : 1px solid #ddd;
    box-sizing: border-box;
    position  : relative;
}

.about_party .party_job dt {
    color      : #2b2b2b;
    line-height: 1.02em
}

.about_party .party_job dd.edit_con_original {
    color      : #616161;
    line-height: 1.7em;
}

.about_party .party_job dd.borderbot {
    position: absolute;
    bottom  : 0;
    border  : 3px solid #005bac;
}

.about_party .bottom {
    position: relative;
}

.about_party .bottom>img {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : -1;
    width   : 100%;
}

.about_party .folddown,
.about_party .mail {
    color     : #fff;
    width     : 50%;
    box-sizing: border-box;
}

.about_party .folddown li {
    width        : 50%;
    margin-bottom: 31px;
}

.about_party .folddown li a {
    margin         : 0 20px;
    color          : #fff;
    text-decoration: underline;
    padding-left   : 24px;
    display        : block;
    position       : relative;
}

.about_party .folddown li a:hover {
    color          : #a4d3ff !important;
    text-decoration: underline;
}

.about_party .folddown li a:before {
    content   : "";
    display   : block;
    position  : absolute;
    width     : 19px;
    height    : 16px;
    background: url(../images/intro_icon03.png);
    left      : 0;
    top       : 4px;
}

.about_party .mail {
    position: relative;
}

.about_party .mail dl {
    text-align: center;
    width     : 111px;
}

.about_party .mail dl img {
    width: 100%;
}

.about_party .mail dd {
    margin-top: 6px;
}

.about_party .mail h5 {
    margin-left: 17px;
    margin-top : 41px
}

.about_party .mail h5 a {
    color      : #fff;
    font-weight: normal;
}

.about_party .mail h5 a:hover {
    text-decoration: underline;
    color          : #a4d3ff !important;
}






/*cult_wx*/
.bottomcolor {
    background: #fff;
}

.cult_wx .part_1 .imgbox {
    width: 30.23%;
}

.cult_wx .part_1 .imgbox img {
    width: 100%;
}

.cult_wx .part_1 dl {
    width: 63.59%;
}

.cult_wx .part_1 dt {
    color: #1c1c1c;
}

.cult_wx .part_1 dd {
    color: #424242;
}

.cult_wx .part_2 {
    padding-top: 19px;
    position   : relative;
}

.cult_wx .part_2 img {
    display: block;
    width  : 100%;
}

.cult_wx .part_2 dl {
    position: absolute;
    color   : #fff;
}

.cult_wx .part_2 dt {
    line-height: 1.02em;
}

.cult_wx .part_2 dd {
    position: relative;
}

.cult_wx .part_2 dd::before,
.cult_wx .part_2 dd::after {
    content : "";
    display : block;
    position: absolute;
    width   : 31px;
    height  : 30px;
}

.cult_wx .part_2 dd::before {
    left           : -46px;
    top            : -9px;
    background     : url(../images/cult_icon05.png) no-repeat;
    background-size: 100%;
}

.cult_wx .part_2 dd::after {
    right          : -39px;
    top            : 23px;
    background     : url(../images/cult_icon11.png) no-repeat;
    background-size: 100%;
}

.cult_wx .part_2 dd span {
    display    : block;
    margin-top : 11px;
    text-indent: 86px;
}

.cult_wx .part_2 dd span::before {
    content   : "";
    display   : inline-block;
    position  : absolute;
    width     : 78px;
    height    : 27px;
    background: none;
    bottom    : 0;
    left      : 0
}

.cult_wx .part_2 a,
.cult_wx .part_2 a p,
.cult_wx .part_2 a span,
.cult_wx .part_2 a i {
    color             : #fff;
    transition        : 0.5s all;
    -webkit-transition: 0.5s all;
}

.cult_wx .part_2 a p {
    text-align: justify;
}

.cult_wx .part_2 a:hover,
.cult_wx .part_2 a:hover p,
.cult_wx .part_2 a:hover span,
.cult_wx .part_2 a:hover i {
    color  : #fff !important;
    opacity: 0.7 !important;
}

.cult_wx .part_2 a>i {
    display: inline-block;
    clear  : both;
    float  : left;
    padding: 4px 8px;
    ;
    color    : #fff;
    border   : 1px solid #fff;
    font-size: 14px;
}

.cult_wx .part_3 {
    position: relative;
}

.cult_wx .part_3 .video_det {
    width   : 100%;
    overflow: hidden;
    position: relative;
}

.cult_wx .part_3 .video_det>ul {
    width   : 2000%;
    position: relative;
    height  : 100%;
}

.cult_wx .part_3 .video_det>ul li {
    float     : left;
    position  : relative;
    height    : 100%;
    background: #000;
}

.cult_wx .part_3 .video_det>ul li a {
    position: relative;
    display : block;
    height  : 100%;
}

.cult_wx .part_3 .video_det>ul li a span {
    display        : block;
    position       : absolute;
    left           : 0%;
    top            : 0%;
    width          : 100%;
    height         : 100%;
    background     : url(../images/cult_icon06.png) no-repeat center;
    background-size: 104px 72px;
    z-index        : 200;
}

.cult_wx .part_3 .video_det>ul li a img {
    width: 100%;
}

.cult_wx .part_3 .album {
    position: absolute;
    bottom  : 45px;
    z-index : 3;
    width   : 100%;
}

.cult_wx .part_3 .album>div {
    width   : 624px;
    margin  : auto;
    position: relative;
}

.cult_wx .part_3 .albumbox {
    position   : absolute;
    width      : 624px;
    bottom     : 45px;
    left       : 50%;
    margin-left: -312px;
    z-index    : 201;
}

.cult_wx .part_3 .albumbox ul {
    width   : 2000%;
    position: relative;
}

.cult_wx .part_3 .albumbox li {
    cursor : pointer;
    float  : left;
    opacity: 0.4;
}

.cult_wx .part_3 .albumbox li img {
    width : 100%;
    height: auto;
}

.cult_wx .part_3 .albumbox li.active {
    opacity: 1;
}

.cult_wx .part_3 .albumbox a {
    display   : block;
    width     : 38px;
    height    : 73px;
    position  : absolute;
    top       : 50%;
    margin-top: -36px;
}

.cult_wx .part_3 .albumbox .prev {
    background     : url(../images/cult_icon08.png) no-repeat center;
    left           : -63px;
    background-size: 100%;
}

.cult_wx .part_3 .albumbox .next {
    background     : url(../images/cult_icon09.png) no-repeat center;
    right          : -63px;
    background-size: 100%;
}

.cult_wx .part_3 .albumbox .aBx {
    width   : 624px;
    height  : 96px;
    overflow: hidden;
}

.cult_wx .part_4 {
    position: relative
}

.cult_wx .part_4 h4 {
    text-align : center;
    color      : #2b2b2b;
    line-height: 1.02em;
}

.cult_wx .part_4 .album {
    position: relative;
    margin  : 0 -14px;
}

.cult_wx .part_4 .album .listbox {
    border    : 1px solid #dddddd;
    box-sizing: border-box;
}

.cult_wx .part_4 .album li img {
    width: 100%;
}

.cult_wx .part_4 .album dt {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    color        : #2a2a2a;
    line-height  : 1.02em;
}

.cult_wx .part_4 .album dd {
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow          : hidden;
    color             : #616161;
    min-height        : 5.1em;
    line-height       : 1.7em;
}

.cult_wx .part_4 .bx-controls {
    position: absolute;
    top     : 80px;
    z-index : 999;
    width   : 100%;
}

.cult_wx .part_4 .bx-wrapper .bx-controls-direction a {
    display   : block;
    width     : 61px !important;
    height    : 61px !important;
    position  : absolute;
    top       : 0;
    margin-top: 0 !important;
}

.cult_wx .part_4 .bx-wrapper .bx-prev {
    background     : url(../images/cult_icon01.png) no-repeat center;
    left           : 0;
    background-size: 100%;
}

.cult_wx .part_4 .bx-wrapper .bx-next {
    background     : url(../images/cult_icon02.png) no-repeat center;
    right          : 0;
    background-size: 100%;
}

.about_party .folddown li a {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    display      : inline-block;
    max-width    : 70%;
}




/*about_leader*/
.about_leader h2 {
    line-height: 1.02em;
    font-weight: normal;
    text-align : center;
}

.about_leader .chairman {
    margin-top: 49px;
}

.about_leader .chairman>div,
.about_leader .chairman dl {
    width: 50%;
}

.about_leader .chairman>div img {
    width: 100%;
}

.about_leader .chairman dl {
    background: #005bac;
    box-sizing: border-box;
    color     : #fff;
}

.about_leader .chairman dt,
.about_leader .chairman dd:nth-child(2) {
    line-height: 1.02em;
}

.about_leader .chairman dd:nth-child(2) {
    font-weight: bold;
}

.about_leader .chairman dd:nth-child(3) {
    color         : #fff;
    letter-spacing: -0.3px;
    line-height   : 1.7em
}

.about_leader li {
    border-top: 1px solid #dfdfdf;
}

.about_leader li:first-child,
.about_leader li:nth-child(2) {
    border: none;
}

.about_leader .listbox img {
    width: 100%
}

.about_leader .listbox dl {
    box-sizing: border-box;
}

.about_leader .listbox dt,
.about_leader .listbox dd:nth-child(2) {
    line-height: 1.02em;
}

.about_leader .listbox dd:nth-child(2) {
    font-weight: bold;
}

.about_leader .listbox dd:nth-child(3) {
    line-height: 1.7em;
    overflow   : hidden;
}




/*cult_index*/
.morebut {
    display        : block;
    background     : url(../images/cult_icon04.png) no-repeat;
    background-size: 100%;
}

.cult_index .part_1,
.cult_index .part_2 {
    background: #f5f5f5;
    position  : relative;
}

.cult_index .part_1 .img_bd,
.cult_index .part_2 .img_bd {
    width: 100%;
}

.cult_index .part_1 dl,
.cult_index .part_2 dl {
    position  : absolute;
    background: rgba(0, 102, 182, 0.9);
    box-sizing: border-box;
}

.cult_index .part_1 dt,
.cult_index .part_2 dt {
    line-height: 1.02em;
    font-weight: normal;
}

.cult_index .part_1 dt a,
.cult_index .part_2 dt a,
.cult_index .part_3 dt a {
    color: #fff !important;
}

.cult_index .part_1 dd.edit_con_original,
.cult_index .part_2 dd.edit_con_original,
.cult_index .part_3 dd.edit_con_original {
    line-height: 1.7em;
    color      : #fff;
}

.cult_index .part_2 dd a {
    color          : #fff !important;
    text-decoration: underline;
    padding-left   : 26px;
    background     : url(../images/cult_icon03.png) no-repeat left bottom;
    line-height    : 1.02em
}

.cult_index .part_3 dl {
    background: rgba(0, 102, 182, 0.9);
    box-sizing: border-box;
}

.cult_index .part_3 dt {
    line-height: 1.02em;
}

.cult_index .part_3 img {
    width : 100%;
    height: 100%;
}

.cult_index .part_3 .wx img {
    display : block;
    position: absolute;
    z-index : -1;
}

.cult_index .part_4 {
    overflow: hidden;
}

.cult_index .part_4>div {
    overflow: hidden
}

.cult_index .part_4 h4 {
    font-weight: normal;
    line-height: 1.02em;
    color      : #fff;
}

.cult_index .part_4 .album dl {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    color     : #2a2a2a;
}

.cult_index .part_4 .album dt {
    line-height: 1.02em;
}

.cult_index .part_4 .album dd {
    color      : #616161;
    max-height : 5.1em;
    line-height: 1.7em;
}

.cult_index .part_4 .bx-wrapper .bx-viewport {
    background: none
}

.cult_index .part_4 .bx-wrapper .bx-controls-direction a {
    width : 61px !important;
    height: 61px !important;
    top   : 0;
}

.cult_index .part_4 .bx-wrapper .bx-prev {
    background: url(../images/cult_icon01.png);
    left      : 30px;
}

.cult_index .part_4 .bx-wrapper .bx-next {
    background: url(../images/cult_icon02.png);
    right     : 30px;
}


/*about_dev*/
.dev_index_r .year_box h4 {
    display    : inline-block;
    line-height: 40px;
    text-align : center;
    position   : relative;
}

.dev_index_r .year_box span {
    width      : 40px;
    height     : 40px;
    display    : inline-block;
    margin-left: 23px;
}

.dev_index_r .year_box h4:hover em {
    opacity: 1;
}

.dev_index_r .year_box em {
    opacity    : 0;
    height     : 35px;
    line-height: 35px;
    display    : inline-block;
    margin-left: 14px;
    background : #d2d2d2;
    width      : 91px;
    color      : #fff;
    font-size  : 14px;
    position   : absolute;
    top        : 50%;
    transform  : translateY(-50%);
    transition : all .3s;
}

.dev_index_r .year_box em:before {
    content   : "";
    display   : block;
    position  : absolute;
    width     : 8px;
    height    : 12px;
    top       : 50%;
    transform : translateY(-50%);
    background: url(../images/add_icon_10.png);
    left      : -5px;
}


/*å“åº”å€¼*/
.news_detail .bon {
    margin: 15px auto 44px;
}

.aid_contact {
    margin-bottom: 52px;
}

.aid_contact .adress {
    padding: 82px 67px 0;
}

.aid_contact .adress ul {
    margin-top: 84px;
}

.aid_contact .adress dt {
    margin-bottom: 43px;
}

.aid_search .keyword span {
    right: 9px;
}

.aid_search .keyword>div>div {
    width: 214px;
}

.aid_search .result dt:before {
    left: -16px;
}

.aid_sitemap li {
    margin-top: 43px;
    height    : 43px;
}

.aid_sitemap dt {
    width: 186px;
}

.aid_sitemap dd {
    margin-right: 51px;
}

.news_video .videolist {
    width: 459px;
}

.news_video .videolist a {
    height     : 39px;
    line-height: 39px;
}

.news_video .videodet li {
    margin-bottom: 85px;
    width        : 33.33%;
}

.news_video .videodet ul {
    margin: 0 -24px;
}

.news_video .videodet {
    margin-top: 68px;
}

.news_video .videodet a:last-child {
    margin-top: 16px;
}

.news_video .videodet .listbox {
    margin: 0 24px;
}

.news_video .videodet li:nth-child(3n+1) {
    clear: both;
}

.news_video .videodet a:first-child::before {
    width : 85px;
    height: 58px;
    margin: -29px 0 0 -42.5px;
}

.news_investor .company {
    padding-top: 0px;
}

.news_investor .company ul {
    margin        : 5px -21px 0;
    padding-bottom: 36px;
}

.news_investor .company li {
    width     : 33.33%;
    margin-top: 40px;
}

.news_investor .company .listbox {
    margin: 0 21px;
}

.news_investor .company dl {
    padding: 20px 0 20px 20px;
    bottom : -200px;
}

.news_investor .company dt {
    padding-bottom: 0px;
}

.cult_wx {
    padding-top: 51px;
}

.cult_wx .part_1 {
    padding-bottom: 107px;
}

.cult_wx .part_1 dl {
    margin-top: 76px;
}

.cult_wx .part_1 dt {
    margin-bottom: 50px;
}

.cult_wx .part_1 dd {
    height     : 19.7em;
    line-height: 1.7em;
    overflow   : hidden;
}

.cult_wx .part_2 dl {
    left: 52px;
    top : 124px;
}

.cult_wx .part_2 dd {
    margin-left: 143px;
    width      : 432px;
    text-align : right;
}

.cult_wx .part_3 {
    margin-top: 93px;
}

.cult_wx .part_3 .video_det a::before {
    width      : 102px;
    height     : 70px;
    margin-left: -51px;
    margin-top : -70px;
}

.cult_wx .part_4 {
    padding-top: 70px;
    overflow   : hidden
}

.cult_wx .part_4 .album {
    margin: 43px -15px 0;
}

.cult_wx .part_4 .album dl {
    padding   : 32px 50px 26px 30px;
    display   : block;
    background: #fff;
    z-index   : 20;
    position  : relative;
}

.cult_wx .part_4 .album dt {
    margin-bottom: 26px;
}

.cult_wx .part_4 .album .listbox {
    margin: 0 15px
}

.cult_wx .part_4 .bx-wrapper .bx-prev {
    left: 16px;
}

.cult_wx .part_4 .bx-wrapper .bx-next {
    right: 16px;
}


.about_party .party_job ul {
    margin: 0 -33px;
}

.about_party .party_job li {
    margin-bottom: 35px;
}

.about_party .party_job .listbox {
    margin : 0 33px;
    padding: 45px 58px 42px 44px;
}

.about_party .party_job dt {
    margin-bottom: 33px;
}

.about_party .party_job dd.borderbot {
    width: 222px;
}

.about_party .bottom {
    padding-top  : 47px;
    margin-top   : 6px;
    height       : 250px;
    box-sizing   : border-box;
    margin-bottom: 39px;
}

.about_party .folddown {
    padding-left: 44px;
}

.about_party .folddown ul {
    width : 507px;
    margin: 28px -20px 0;
}

.about_party .mail {
    padding-left: 30px;
    margin-top  : 17px;
}

.about_party .share {
    padding-bottom: 15px;
    border-bottom : 1px solid #dedede;
}

.about_party .close {
    margin-top: 15px;
}



.about_intro {
    padding-top   : 24px;
    padding-bottom: 53px;
}

.about_intro .top .edit_box {
    padding-right: 80px;
}

.about_intro .top .roundnum {
    padding: 37px 0 0 43px;
    width  : 485px;
    height : 274px;
}

.about_intro .top .roundnum dt {
    letter-spacing: -4px;
    text-indent   : -4px;
}

.about_intro .bottom {
    margin-top: 79px;
}

.about_intro .bottom .hope dl {
    top : 186px;
    left: 272px;
}

.about_intro .bottom .hope dt {
    margin-bottom: 15px;
}

.about_intro .bottom .mission dl {
    top : 114px;
    left: 83px;
}

.about_intro .bottom .mission dd {
    margin-bottom: 0;
    width        : 438px;
}


.about_leader .chairman dl {
    height : 483px;
    padding: 89px 104px 0 75px;
}

.about_leader .chairman dd:nth-child(2) {
    margin-top: 18px;
}

.about_leader .chairman dd:nth-child(3) {
    margin-top: 43px;
    max-height: 8.5em;
}

.about_leader ul {
    margin-top   : 15px;
    margin-bottom: 54px
}

.about_leader li {
    width  : 50%;
    padding: 59px 0;
}

.about_leader li:nth-child(odd) .listbox {
    margin-right: 60px
}

.about_leader li:nth-child(even) .listbox {
    margin-left: 60px;
}

.about_leader .listbox div {
    width: 44.63%;
}

.about_leader .listbox dl {
    width  : 55.37%;
    padding: 24px 0 0 41px;
}

.about_leader .listbox dt {
    margin-bottom: 23px;
}

.about_leader .listbox dd:nth-child(2) {
    margin-bottom: 44px;
}

.about_leader .listbox dd:nth-child(3) {
    max-height: 11.9em;
}



.morebut {
    width     : 37px;
    height    : 37px;
    margin-top: 23px;
}

.cult_index {
    margin-top   : -44px;
    margin-bottom: 64px;
}

.cult_index .part_1 dl {
    top        : 85px;
    left       : 50%;
    margin-left: -500px;
    padding    : 45px 72px 0 50px;
    width      : 500px;
    height     : 412px;
}

.cult_index .part_1 dd.edit_con_original,
.cult_index .part_2 dd.edit_con_original {
    margin-top: 32px;
}

.cult_index .part_2 dl {
    top         : 82px;
    right       : 50%;
    margin-right: -500px;
    width       : 500px;
    height      : 439px;
    padding     : 64px 89px 0 49px;
}

.cult_index .part_2 dd:nth-child(3) {
    margin-top: 27px;
}

.cult_index .part_3 .wx {
    width   : 810px;
    height  : 524px;
    position: relative;
}

.cult_index .part_3 .imgbox {
    width : 469px;
    height: 524px;
}

.cult_index .part_3 dl {
    padding: 81px 116px 0 123px;
    width  : 100%;
    height : 100%;
}

.cult_index .part_3 dd.edit_con_original {
    margin-top: 42px;
}

.cult_index .part_4 {
    padding: 137px 68px 159px;
}

.cult_index .part_4 .album {
    margin: 44px -30px 0;
}

.cult_index .part_4 .album dl {
    padding: 46px 70px 48px 66px;
    margin : 0 30px
}

.cult_index .part_4 .album dd {
    margin-top: 23px;
}

.cult_index .part_4 .bx-wrapper .bx-controls-direction a {
    margin-top: 70px !important;
}

.cult_index .part_4 .bx-wrapper .bx-prev {
    left: 30px;
}

.cult_index .part_4 .bx-wrapper .bx-next {
    right: 30px;
}


.video_appbox {
    position: fixed;
    width   : 100%;
    height  : 100%;
    top     : 0;
    left    : 0;
    z-index : 90001;
    display : none;
}

.video_appbox .video_t {
    left      : 10%;
    top       : 15%;
    position  : absolute;
    height    : 70%;
    width     : 80%;
    z-index   : 90001;
    background: #000;
}

.video_appbox .mask {
    position  : absolute;
    z-index   : 1;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index   : 90000
}

.lt9 .video_appbox .mask {
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}

.video_t>a {
    position: absolute;
    right   : -19px;
    top     : -19px;
    z-index : 2;
}



@media only screen and (max-width: 1520px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 37px;
    }

    .dev_index_r .year_box span {
        width      : 37px;
        height     : 37px;
        margin-left: 21px;
    }

    .dev_index_r .year_box em {
        height     : 33px;
        line-height: 33px;
        width      : 85px;
    }

    /*cult_index*/
    .cult_index {
        margin-top   : -35px;
        margin-bottom: 56px;
    }

    .cult_index .part_1 dl {
        width      : 450px;
        height     : 371px;
        margin-left: -450px;
        padding    : 43px 65px 0 43px;
        top        : 76px;
    }

    .cult_index .part_1 dd.edit_con_original,
    .cult_index .part_2 dd.edit_con_original {
        margin-top: 27px;
    }

    .cult_index .part_1 dd {
        max-height: 13.6em;
    }

    .cult_index .part_2 dl {
        top         : 73px;
        right       : 50%;
        margin-right: -450px;
        width       : 450px;
        height      : 396px;
        padding     : 60px 80px 0 43px;
    }

    .cult_index .part_2 dd {
        max-height: 118px;
    }

    .cult_index .part_2 dd:nth-child(3) {
        margin-top: 22px;
    }

    .cult_index .part_3 .wx {
        width : 728px;
        height: 468px;
    }

    .cult_index .part_3 .imgbox {
        width : 421px;
        height: 468px;
    }

    .cult_index .part_3 dl {
        padding: 74px 98px 0 112px;
    }

    .cult_index .part_3 dd.edit_con_original {
        margin-top: 39px;
        max-height: 149px;
    }

    .cult_index .part_4 {
        padding: 126px 59px 141px;
        margin : 44px -25px 0
    }

    .cult_index .part_4 .album dl {
        padding: 44px 64px 43px 61px;
        margin : 0 25px
    }

    .cult_index .part_4 .bx-wrapper .bx-controls-direction a {
        margin-top: 63px !important;
    }

    .cult_index .part_4 .bx-wrapper .bx-prev {
        left: 25px;
    }

    .cult_index .part_4 .bx-wrapper .bx-next {
        right: 25px;
    }

    /*about_leader*/
    .about_leader .chairman {
        margin-top: 43px;
    }

    .about_leader .chairman dl {
        height : 434px;
        padding: 80px 93px 0 67px;
    }

    .about_leader .chairman dd:nth-child(3) {
        margin-top: 38px;
    }

    .about_leader ul {
        margin-top   : 13px;
        margin-bottom: 45px
    }

    .about_leader li {
        padding: 52px 0;
    }

    .about_leader li:nth-child(even) .listbox {
        margin-left: 50px;
    }

    .about_leader li:nth-child(odd) .listbox {
        margin-right: 50px;
    }

    .about_leader .listbox dl {
        padding: 22px 0 0 35px;
    }

    .about_leader .listbox dt {
        margin-bottom: 21px;
    }

    .about_leader .listbox dd:nth-child(2) {
        margin-bottom: 35px;
    }

    /*.aid_contact*/
    .aid_contact .adress ul {
        margin-top: 60px;
    }

    .aid_contact .adress {
        padding: 65px 67px 0;
    }

    /*news_video*/
    .news_video .videodet {
        margin-top: 55px;
    }

    .news_video .videodet li {
        margin-bottom: 65px;
    }

    .news_video .videodet a:last-child {
        margin-top: 10px;
    }

    /*about_intro*/
    .about_intro .top .edit_con_original {
        padding-right: 60px;
    }

    .about_intro .top .roundnum {
        width : 430px;
        height: 244px;
    }

    .about_intro .top .roundnum>div:nth-child(2) {
        margin-right: 60px;
    }

    /*about_party*/
    .about_party .party_job .listbox {
        padding: 41px 52px 39px 43px;
    }

    .about_party .party_job li {
        margin-bottom: 25px;
    }

    .about_party .folddown ul {
        margin: 23px -20px 0;
    }

    .about_party .mail {
        margin-top: 13px;
    }

    .about_party .mail dd {
        margin-top: 3px;
    }

    .about_party .mail h5 {
        margin-top: 43px;
    }

    .about_party .bottom {
        padding-top: 42px;
        height     : 224px;
    }

    /*cult_wx*/
    .cult_wx .part_1 {
        padding-bottom: 93px;
    }

    .cult_wx .part_1 dl {
        margin-top: 67px;
    }

    .cult_wx .part_1 dt {
        margin-bottom: 44px;
    }

    .cult_wx .part_1 dd {
        height: 18em;
    }

    .cult_wx .part_2 {
        padding-top: 15px;
    }

    .cult_wx .part_2 dl {
        top : 116px;
        left: 47px;
    }

    .cult_wx .part_2 dd {
        margin-left: 129px;
    }

    .cult_wx .part_2 dd::before {
        left: -42px;
    }

    .cult_wx .part_2 dd::after {
        right: -29px;
    }

    .cult_wx .part_2 dd span::before {
        height: 22px;
    }

    .cult_wx .part_4 {
        padding-top: 63px;
    }

    .cult_wx .part_4 .album {
        margin: 37px -12px 0;
    }

    .cult_wx .part_4 .album dl {
        padding: 29px 44px 24px 26px;
    }

    .cult_wx .part_4 .album dt {
        margin-bottom: 21px;
    }

    .cult_wx .part_4 .album .listbox {
        margin: 0 12px
    }

    .cult_wx .part_4 .bx-wrapper .bx-prev {
        left: 12px;
    }

    .cult_wx .part_4 .bx-wrapper .bx-next {
        right: 12px;
    }

    .news_detail .news_tittle {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 1300px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 35px;
    }

    .dev_index_r .year_box span {
        width      : 35px;
        height     : 35px;
        margin-left: 20px;
    }

    .dev_index_r .year_box em {
        height     : 30px;
        line-height: 30px;
        width      : 75px;
    }

    /*cult_index*/
    .morebut {
        width     : 29px;
        height    : 29px;
        margin-top: 19px;
    }

    .cult_index {
        margin-top   : -30px;
        margin-bottom: 50px;
    }

    .cult_index .part_1 dl {
        width      : 420px;
        height     : 349px;
        margin-left: -420px;
        padding    : 42px 62px 0 42px;
        top        : 70px;
    }

    .cult_index .part_1 dd.edit_con_original,
    .cult_index .part_2 dd.edit_con_original {
        margin-top: 25px;
    }

    .cult_index .part_1 dd {
        max-height: 11.9em;
    }

    .cult_index .part_2 dl {
        top         : 65px;
        right       : 50%;
        margin-right: -422px;
        width       : 422px;
        height      : 369px;
        padding     : 57px 76px 0 41px;
    }

    .cult_index .part_2 dd {
        max-height: 109px;
    }

    .cult_index .part_2 dd:nth-child(3) {
        margin-top: 22px;
    }

    .cult_index .part_3 .wx {
        width : 680px;
        height: 435px;
    }

    .cult_index .part_3 .imgbox {
        width : 390px;
        height: 435px;
    }

    .cult_index .part_3 dl {
        padding: 68px 94px 0 102px;
    }

    .cult_index .part_3 dd.edit_con_original {
        margin-top: 36px;
        max-height: 149px;
    }

    .cult_index .part_4 {
        padding: 117px 54px 133px;
    }

    .cult_index .part_4 .album {
        margin: 44px -4px 0;
        margin: 42px -24px 0
    }

    .cult_index .part_4 .album dl {
        padding: 42px 60px 43px 57px;
        margin : 0 24px;
    }

    .cult_index .part_4 .bx-wrapper .bx-controls-direction a {
        margin-top: 59px !important;
        width     : 54px !important;
        height    : 54px !important;
    }

    .cult_index .part_4 .bx-wrapper .bx-prev {
        left: 24px;
    }

    .cult_index .part_4 .bx-wrapper .bx-next {
        right: 24px;
    }


    /*about_leader*/
    .about_leader .chairman {
        margin-top: 37px;
    }

    .about_leader .chairman dl {
        height : 404px;
        padding: 75px 87px 0 64px;
    }

    .about_leader .chairman dd:nth-child(3) {
        margin-top: 35px;
    }

    .about_leader ul {
        margin-bottom: 42px
    }

    .about_leader li {
        padding: 45px 0;
    }

    .about_leader li:nth-child(even) .listbox {
        margin-left: 46px;
    }

    .about_leader li:nth-child(odd) .listbox {
        margin-right: 46px;
    }

    .about_leader .listbox dl {
        padding: 22px 0 0 32px;
    }

    .about_leader .listbox dt {
        margin-bottom: 18px;
    }

    .about_leader .listbox dd:nth-child(2) {
        margin-bottom: 33px;
    }

    .about_leader .listbox dd:nth-child(3) {
        max-height: 13.6em;
    }


    /*.aid_contact*/
    .aid_contact .adress ul {
        margin-top: 50px;
    }

    .aid_contact .adress {
        padding: 50px 50px 0;
    }

    /*about_intro*/
    .about_intro {
        padding-top   : 20px;
        padding-bottom: 35px;
    }

    .about_intro .top .edit_con_original {
        padding-right: 45px;
    }

    .about_intro .top .roundnum {
        width : 415px;
        height: 235px;
    }

    .about_intro .top .roundnum dt {
        letter-spacing: -2px;
        text-indent   : -2px;
    }

    .about_intro .bottom {
        margin-top: 60px;
    }

    .about_intro .bottom .hope dl {
        top : 155px;
        left: 245px;
    }

    .about_intro .bottom .mission dl {
        top : 85px;
        left: 60px;
    }

    /*about_party*/
    .about_party {
        margin-top: 0
    }

    .about_party .party_job .listbox {
        padding: 36px 48px 35px 39px;
    }

    .about_party .party_job li {
        margin-bottom: 24px;
    }

    .about_party .folddown ul {
        margin: 20px -20px 0;
    }

    .about_party .bottom {
        height: 209px;
    }

    /*cult_wx*/
    .cult_wx .part_1 {
        padding-bottom: 88px;
    }

    .cult_wx .part_1 dl {
        margin-top: 62px;
    }

    .cult_wx .part_1 dt {
        margin-bottom: 40px;
    }

    .cult_wx .part_1 dd {
        height: 16.3em;
    }

    .cult_wx .part_2 {
        padding-top: 14px;
    }

    .cult_wx .part_2 dl {
        top : 102px;
        left: 44px;
    }

    .cult_wx .part_2 dd {
        margin-left: 117px;
    }

    .cult_wx .part_2 dd::before {
        left: -39px;
    }

    .cult_wx .part_2 dd::after {
        right: -24px;
    }

    .cult_wx .part_2 dd span::before {
        height: 21px;
    }

    .cult_wx .part_3 {
        margin-top: 70px;
    }

    .cult_wx .part_4 {
        padding-top: 57px;
    }

    .cult_wx .part_4 .album {
        margin: 33px -10px 0;
    }

    .cult_wx .part_4 .album dl {
        padding: 25px 42px 21px 25px;
    }

    .cult_wx .part_4 .album dt {
        margin-bottom: 17px;
    }

    .cult_wx .part_4 .album .listbox {
        margin: 0 10px
    }

    .cult_wx .part_4 .bx-wrapper .bx-prev {
        left: 10px;
    }

    .cult_wx .part_4 .bx-wrapper .bx-next {
        right: 10px;
    }

}


@media only screen and (max-width: 1140px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 30px;
    }

    .dev_index_r .year_box span {
        width      : 30px;
        height     : 30px;
        margin-left: 17px;
    }

    .dev_index_r .year_box em {
        height     : 27px;
        line-height: 27px;
        width      : 65px;
    }

    /*cult_index*/
    .morebut {
        width     : 29px;
        height    : 29px;
        margin-top: 19px;
    }

    .cult_index {
        margin-top   : -25px;
        margin-bottom: 53px;
    }

    .cult_index .part_1 dl {
        width      : 392px;
        height     : 328px;
        margin-left: -392px;
        padding    : 38px 58px 0 41px;
        top        : 66px;
    }

    .cult_index .part_1 dd.edit_con_original,
    .cult_index .part_2 dd.edit_con_original {
        margin-top: 21px;
    }

    .cult_index .part_1 dd {
        max-height: 10.2em;
    }

    .cult_index .part_2 dl {
        top         : 60px;
        right       : 50%;
        margin-right: -395px;
        width       : 395px;
        height      : 350px;
        padding     : 50px 72px 0 41px;
    }

    .cult_index .part_2 dd {
        max-height: 94px;
    }

    .cult_index .part_2 dd:nth-child(3) {
        margin-top: 20px;
    }

    .cult_index .part_3 .wx {
        width : 638px;
        height: 407px;
    }

    .cult_index .part_3 .imgbox {
        width : 366px;
        height: 407px;
    }

    .cult_index .part_3 dl {
        padding: 62px 88px 0 98px;
    }

    .cult_index .part_3 dd.edit_con_original {
        margin-top: 34px;
        max-height: 117px;
    }

    .cult_index .part_4 {
        padding: 117px 54px 133px;
        margin : 40px -22px 0;
    }

    .cult_index .part_4 .album dl {
        padding: 39px 57px 43px 54px;
        margin : 0 22px;
    }

    .cult_index .part_4 .album dd {
        margin-top: 14px;
    }

    .cult_index .part_4 .bx-wrapper .bx-controls-direction a {
        margin-top: 55px !important;
    }

    .cult_index .part_4 .bx-wrapper .bx-controls-direction a {
        width : 53px !important;
        height: 53px !important;
    }

    .cult_index .part_4 .bx-wrapper .bx-prev {
        left: 22px;
    }

    .cult_index .part_4 .bx-wrapper .bx-next {
        right: 22px;
    }


    /*about_leader*/
    .about_leader .chairman {
        margin-top: 34px;
    }

    .about_leader .chairman dl {
        height : 379px;
        padding: 68px 80px 0 60px;
    }

    .about_leader .chairman dd:nth-child(3) {
        margin-top: 33px;
    }

    .about_leader ul {
        margin-bottom: 45px
    }

    .about_leader li {
        padding: 41px 0;
    }

    .about_leader li:nth-child(even) .listbox {
        margin-left: 43px;
    }

    .about_leader li:nth-child(odd) .listbox {
        margin-right: 43px;
    }

    .about_leader .listbox dl {
        padding: 16px 0 0 30px;
    }

    .about_leader .listbox dt {
        margin-bottom: 12px;
    }

    .about_leader .listbox dd:nth-child(2) {
        margin-bottom: 16px;
    }

    .about_leader .listbox dd:nth-child(3) {
        max-height: 15.3em;
    }


    /*.aid_contact*/
    .aid_contact .adress dt {
        margin-bottom: 25px;
    }

    .aid_contact .adress ul {
        margin-top: 45px;
    }

    .aid_contact .adress {
        padding: 35px 40px 0;
    }

    .aid_contact .adress li img {
        width : 80%;
        margin: auto;
    }

    /*aid_sitemap*/
    .aid_sitemap {
        margin: 0 20px 19px;
    }

    .aid_sitemap dt {
        width: 175px;
    }

    /*news_video*/
    .news_video .videodet {
        margin-top: 45px;
    }

    .news_video .videodet li {
        margin-bottom: 35px;
    }

    .news_video .videodet a:last-child {
        margin-top: 5px;
    }

    .news_video .videodet ul {
        margin: 0 -15px;
    }

    .news_video .videodet .listbox {
        margin: auto 15px;
    }

    /*news_investor*/
    .news_investor .company {
        padding-top: 40px;
    }

    .news_investor .company ul {
        margin: 5px -15px 0;
    }

    .news_investor .company li {
        margin-top: 27px;
    }

    .news_investor .company .listbox {
        margin: 0 15px;
    }

    .news_investor .company dl {
        padding: 20px 0 20px 26px;
    }

    .news_investor .company dt {
        padding-bottom: 13px;
    }

    /*about_intro*/
    .about_intro {
        padding-bottom: 20px;
    }

    .about_intro .top .edit_con_original {
        padding-right: 30px;
    }

    .about_intro .top .roundnum {
        width  : 370px;
        height : 209px;
        padding: 29px 0 0 35px;
    }

    .about_intro .top .roundnum>div:nth-child(2) {
        margin-right: 70px;
    }

    .about_intro .bottom {
        margin-top: 45px;
    }

    .about_intro .bottom .hope dl {
        top : 135px;
        left: 230px;
    }

    .about_intro .bottom .mission dl {
        top : 59px;
        left: 55px;
    }

    .about_intro .bottom .mission dd {
        width: 383px;
    }

    /*about_party*/
    .about_party .party_job .listbox {
        padding: 33px 45px 32px 36px;
    }

    .about_party .party_job li {
        margin-bottom: 23px;
    }

    .about_party .bottom {
        padding-top: 38px;
    }

    .about_party .folddown ul {
        margin: 20px -14px 0;
    }

    .about_party .folddown li a {
        margin: 0 14px;
    }

    .about_party .bottom {
        height: 196px;
    }

    .about_party .mail {
        margin-top: 11px;
    }

    .about_party .mail dl {
        width: 94px;
    }

    .about_party .mail h5 {
        margin-top: 36px;
    }

    /*cult_wx*/
    .cult_wx .part_1 {
        padding-bottom: 82px;
    }

    .cult_wx .part_1 dl {
        margin-top: 60px;
    }

    .cult_wx .part_1 dt {
        margin-bottom: 39px;
    }

    .cult_wx .part_1 dd {
        height: 14.6em;
    }

    .cult_wx .part_2 dl {
        top : 101px;
        left: 41px;
    }

    .cult_wx .part_2 dd {
        margin-left: 103px;
    }

    .cult_wx .part_2 dd::before {
        left: -39px;
    }

    .cult_wx .part_2 dd::after {
        right: -22px;
    }

    .cult_wx .part_3 {
        margin-top: 67px;
    }

    .cult_wx .part_4 {
        padding-top: 53px;
    }

    .cult_wx .part_4 .album dl {
        padding: 24px 40px 22px 22px;
    }

    .cult_wx .part_4 .album dt {
        margin-bottom: 15px;
    }

    .news_detail .news_tittle {
        margin-bottom: 20px;
    }

}



@media only screen and (max-width: 1023px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 25px;
    }

    .dev_index_r .year_box span {
        width      : 25px;
        height     : 25px;
        margin-left: 15px;
    }

    .dev_index_r .year_box em {
        height     : 21px;
        line-height: 21px;
    }

    /*cult_index*/
    .cult_index {
        margin-top: -20px;
    }

    .cult_index .part_1 dl,
    .cult_index .part_2 dl,
    .cult_index .part_3 dl {
        position   : static;
        margin-left: 0;
        width      : 100%;
        height     : auto;
        padding    : 35px 55px 20px;
    }

    .cult_index .part_3 .wx,
    .cult_index .part_3 .imgbox {
        float : none;
        width : 100%;
        height: auto;
    }

    .cult_index .part_3 .wx img {
        display: none;
    }

    .cult_index .part_4 {
        padding: 50px 30px 80px;
    }

    .cult_index .part_4>div {
        width : 80%;
        margin: auto;
    }

    .cult_index .part_4 .album {
        margin: 42px 0 0
    }

    .cult_index .part_4 .album dl {
        margin: 0;
    }

    .cult_index .part_4 .album dd {
        max-height: none
    }

    .cult_index .part_4 .bx-wrapper .bx-prev {
        left: 0;
    }

    .cult_index .part_4 .bx-wrapper .bx-next {
        right: 0;
    }





    /*about_leader*/
    .about_leader .chairman>div,
    .about_leader .chairman dl {
        float: none;
        width: 100%;
    }

    .about_leader .chairman dl {
        height : auto;
        padding: 40px 80px 40px 60px;
    }

    .about_leader .chairman dd:nth-child(2) {
        font-weight: normal;
    }

    .about_leader .chairman dd:nth-child(3) {
        max-height: none;
    }

    .about_leader ul {
        margin-bottom: 35px;
    }

    .about_leader li,
    .about_leader li:nth-child(2) {
        width     : 100%;
        float     : none;
        border-top: 1px solid #dfdfdf;
    }

    .about_leader li {
        padding   : 41px 10%;
        box-sizing: border-box;
    }

    .about_leader li:first-child {
        border: none;
    }

    .about_leader li:last-child {
        padding-bottom: 0;
    }

    .about_leader .listbox div {
        width: 28.63%;
    }

    .about_leader .listbox dl {
        width  : 71.37%;
        padding: 20px 0 0 50px
    }

    .about_leader li .listbox {
        margin: 0 !important;
    }

    .about_leader .listbox dd:nth-child(2) {
        font-weight: normal;
    }

    .about_leader .listbox dd:nth-child(3) {
        max-height: 10.2em;
    }

    /*news_detail*/
    .news_detail .bon {
        margin: 15px auto 40px;
    }

    /*.aid_contact*/
    .aid_contact {
        margin-bottom: 40px;
    }

    .aid_contact .adress {
        padding: 30px 30px 0;
    }

    .aid_contact .adress dt {
        margin-bottom: 20px;
    }

    .aid_contact .adress ul {
        margin-top: 5px;
    }

    .aid_contact .adress li {
        margin-right: 13px;
    }

    .aid_contact .adress li:last-child {
        margin-right: 0;
    }

    .aid_contact .adress li img {
        width: 62%;
    }

    /*aid_search*/
    .aid_search .result li>div {
        padding: 15px 0 20px;
    }

    /*aid_sitemap*/
    .aid_sitemap li {
        margin-top: 35px;
    }

    .aid_sitemap dt {
        width: 160px;
    }

    .aid_sitemap dd {
        margin-right: 20px;
    }

    /*news_video*/
    .news_video .videodet {
        margin-top: 30px;
    }

    .news_video .videodet ul {
        margin: 0 -9px;
    }

    .news_video .videodet li {
        margin-bottom: 25px;
    }

    .news_video .videodet .listbox {
        margin: 0 9px;
    }

    .news_video .videodet a:first-child::before {
        width : 70px;
        height: 55px;
    }

    .news_video .videolist {
        width: 350px;
    }

    /*news_investor*/
    .news_investor .edit_con_original {
        margin: 55px auto 55px;
    }

    .news_investor .company {
        padding-top: 40px;
    }

    .news_investor .company ul {
        margin: 0 -15px 0
    }

    .news_investor .company li {
        width     : 50%;
        margin-top: 25px;
    }

    .news_investor .company li dl {
        bottom : 0;
        z-index: 1;
    }

    /*about_intro*/
    .about_intro .top .bj,
    .about_intro .top .edit_con_original {
        float: none;
        width: 100%;
    }

    .about_intro .top .edit_con_original {
        padding   : 0;
        margin-top: 30px;
    }

    .about_intro .top .roundnum {
        width  : 100%;
        height : auto;
        padding: 38px 0 38px 106px;
    }

    .about_intro .top .roundnum>div {
        /*width :50%;*/
        position: relative;
    }

    .about_intro .top .roundnum>div:nth-child(2) {
        margin-right: 0;
        left        : 0
    }

    .about_intro .top .roundnum>div:nth-child(3) {
        left       : 50%;
        margin-left: -50px;
    }

    .about_intro .top .roundnum>img {
        display: none;
    }

    .about_intro .bottom {
        margin-top: 30px;
    }

    .about_intro .bottom .hope dl {
        top : 32%;
        left: 23%;
    }

    .about_intro .bottom .mission dl {
        top : 10%;
        left: 10%;
    }

    .about_intro .bottom .mission dt {
        margin-bottom: 20px;
    }

    .about_intro .bottom .mission dd {
        width        : 78%;
        margin-bottom: 15px;
    }

    /*about_party*/
    .about_party .party_job ul {
        margin: 0 -15px;
    }

    .about_party .party_job .listbox {
        margin: 0 15px;
    }

    .about_party .bottom {
        height : auto;
        padding: 38px 0;
    }

    .about_party .folddown,
    .about_party .mail {
        float       : none;
        padding-left: 44px;
        width       : 100%;
    }

    .about_party .folddown ul {
        width: auto;
    }

    .about_party .bottom>img {
        display: none
    }


    /*cult_wx*/
    .cult_wx {
        padding-top: 35px;
    }

    .cult_wx .part_1 {
        padding-bottom: 45px;
    }

    .cult_wx .part_1 .imgbox img,
    .cult_wx .part_1 dl {
        float: none;
    }

    .cult_wx .part_1 .imgbox {
        width : 35%;
        margin: auto;
    }

    .cult_wx .part_1 dl {
        width     : 100%;
        margin-top: 35px;
    }

    .cult_wx .part_1 dt {
        margin-bottom: 20px;
    }

    .cult_wx .part_2 {
        padding-top: 35px;
    }

    .cult_wx .part_2 img {
        display: none;
    }

    .cult_wx .part_2 dl {
        position  : static;
        padding   : 30px;
        background: #B58B63;
    }

    .cult_wx .part_2 dd::before,
    .cult_wx .part_2 dd::after {
        width : 21px;
        height: 21px;
    }

    .cult_wx .part_2 dd::before {
        top : -4px;
        left: -32px;
    }

    .cult_wx .part_2 dd::after {
        top  : 28px;
        right: -19px;
    }

    .cult_wx .part_2 dd span {
        text-align: right;
    }

    .cult_wx .part_2 dd span::before {
        left : auto;
        right: 32px;
        width: 49px;
    }

    .cult_wx .part_3 {
        margin-top: 35px;
    }

    .cult_wx .part_4 {
        padding: 53px 0 0;
        margin : 0 40px;
    }

    .cult_wx .part_4 .bx-controls {
        display: none
    }

    .news_index_r_b_cover {
        background: rgba(0, 0, 0, 0.2);
    }
}

@media only screen and (max-width: 768px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 20px;
    }

    .dev_index_r .year_box span {
        width      : 20px;
        height     : 20px;
        margin-left: 10px;
    }

    .dev_index_r .year_box em {
        height     : 17px;
        line-height: 17px;
    }

    /*cult_wx*/
    .cult_wx .part_3 .bx-wrapper .bx-controls-direction a {
        width : 38px !important;
        height: 73px !important;
    }

    .cult_wx .part_3 .bx-wrapper .bx-prev {
        left      : 0;
        background: url(../images/cult_icon08.png)
    }

    .cult_wx .part_3 .bx-wrapper .bx-next {
        right     : 0;
        background: url(../images/cult_icon09.png)
    }

    .news_detail .related li {
        margin-bottom: 10px;
        width        : 100%;
        float        : none;
        margin-right : 0%;
    }

    .news_detail .related ul {
        margin-top: 10px;
    }

    .news_detail .news_article {
        margin-bottom: 20px;
    }

    .detail_main .main {
        padding-top: 10px;
    }

    .news_video {
        padding-top: 10px;
    }

    .about_intro .top .bj>img,
    .about_intro .top .roundnum {
        opacity: 1;
        top    : 0;
    }

    .about_intro .top .edit_box {
        width  : 100%;
        padding: 0;
    }

    .gsjs_con {
        width: 100%;
    }

    .video_det ul {
        height: 100%;
    }

    .video_det ul li video,
    .video_det ul li {
        width : 100%;
        height: 100%;
    }

    .part_3 ul li span {
        display        : block;
        position       : absolute;
        left           : 50%;
        top            : 50%;
        background     : url(../images/cult_icon06.png) no-repeat;
        background-size: 100% 100%;
        width          : 50px;
        height         : 32px;
        margin-left    : -25px;
        margin-top     : -16px;
        display        : block;
    }
}



@media only screen and (max-width: 767px) {

    /*about_dev*/
    .dev_index_r .year_box h4 {
        line-height: 18px;
    }

    .dev_index_r .year_box span {
        width      : 18px;
        height     : 18px;
        margin-left: 7px;
    }

    .news_video {
        padding-top: 0;
    }

    .news_video .videodet li {
        margin-bottom: 10px;
    }

    .news_detail .news_tittle {
        margin-bottom: 10px;
    }

    /*cult_index*/
    .cult_index {
        margin-top   : -15px;
        margin-bottom: 30px;
    }

    .cult_index .part_1 dl,
    .cult_index .part_2 dl,
    .cult_index .part_3 dl {
        padding: 20px 25px;
    }

    .cult_index .part_1 dd {
        max-height: 8.5em;
    }

    .cult_index .part_3 dd.edit_con_original {
        margin-top: 20px;
    }

    .cult_index .part_4 {
        padding: 30px 30px 50px
    }

    .cult_index .part_4>div {
        width: 100%;
    }

    .cult_index .part_4 .album {
        margin-top: 30px;
    }

    .cult_index .part_4 .album dl {
        padding: 10px;
    }

    .cult_index .part_4 .album dd {
        max-height: none;
    }

    .albumbox {
        display: none;
    }

    .part_3 ul li {
        height: 100%;
    }

    .part_3 ul li a {
        display: block;
        width  : 100%;
        height : 100%;
    }

    .news_investor .company li {
        margin-top: 10px;
    }

    /*about_leader*/
    .about_leader .chairman dl {
        padding: 20px;
    }

    .about_leader .chairman dd:nth-child(3) {
        margin-top: 24px;
    }

    .about_leader ul {
        margin-bottom: 12px;
    }

    .about_leader li {
        padding: 20px 0;
    }

    .about_leader .listbox div,
    .about_leader .listbox dl {
        float : none;
        margin: auto;
    }

    .about_leader .listbox div {
        width: 80%;
    }

    .about_leader .listbox dl {
        width  : 100%;
        padding: 15px 0 0;
    }


    /*news_detail*/
    .news_detail .bon {
        margin: 15px auto 30px;
    }

    .news_detail .updown a {
        max-width: 220px;
    }

    .news_detail .related li {
        max-width: 280px;
    }

    /*.aid_contact*/
    .aid_contact {
        margin-bottom: 30px;
    }

    .aid_contact .map,
    .aid_contact .adress {
        float: none;
        width: 100%;
    }

    .aid_contact .map {
        height: 300px;
    }

    .aid_contact .adress {
        padding: 20px 20px;
    }

    .aid_contact {
        height: auto !important;
    }

    /*aid_search*/
    .aid_search .keyword {
        display: none
    }

    .aid_search .result dd {
        height  : 3em;
        overflow: hidden
    }

    /*aid_sitemap*/
    .aid_sitemap li {
        height    : auto;
        margin-top: 15px;
    }

    .aid_sitemap dt {
        width      : 90px;
        display    : block;
        text-indent: 14px;
        font-size  : 14px;
    }

    .aid_sitemap dd {
        margin-right: 15px;
    }

    /*news_video*/
    .news_video .videolist {
        width: 270px;
    }

    .news_video .videolist a {
        height     : 30px;
        line-height: 30px
    }

    .news_video .videodet li {
        width: 50%;
    }

    .news_video .videodet li:nth-child(3n+1) {
        clear: none;
    }

    .news_video .videodet li:nth-child(odd) {
        clear: both;
    }

    .news_video .videodet a:first-child::before {
        width : 50px;
        height: 36px;
        margin: -18px 0 0 -25px;
        ;
    }

    /*news_investor*/
    .news_investor .edit_con_original {
        margin: 20px auto 20px;
    }

    .news_investor .company {
        padding-top: 10px;
    }

    .news_investor .company li {
        width: 100%;
    }

    .news_investor .company dd {
        display     : block;
        margin-right: 0;
    }

    /*about_intro*/
    .about_intro .top .edit_con_original {
        margin-top: 20px;
    }

    .about_intro .top .roundnum {
        padding: 20px 0 20px 70px
    }

    .about_intro .bottom .hope dl {
        top : 18%;
        left: 14%;
    }

    .about_intro .bottom .hope dt {
        margin-bottom: 10px;
    }

    .about_intro .bottom .mission>img,
    .about_intro .bottom .mission>div {
        float: none;
        width: 100%;
    }

    .about_intro .bottom .mission>div {
        padding   : 20px;
        box-sizing: border-box
    }

    .about_intro .bottom .mission>div img {
        display: none;
    }

    .about_intro .bottom .mission>div dl {
        position: relative;
        left    : 0;
        top     : 0;
    }

    .about_intro .bottom .mission dd {
        width: auto;
    }

    .about_party .party_job li {
        float: none;
        width: 100%;
    }

    .about_party .party_job li:nth-child(odd) {
        clear: none
    }

    .about_party .party_job .listbox {
        padding: 20px 10px;
    }

    .about_party .party_job dt {
        margin-bottom: 10px;
    }

    .about_party .folddown,
    .about_party .mail {
        padding-left: 10px;
    }

    .about_party .folddown li {
        width: 100%;
    }

    .about_party .mail dl,
    .about_party .mail h5 {
        float: none;
    }

    .about_party .mail h5 {
        margin-left: 0;
    }

    /*cult_wx*/
    .cult_wx {
        padding-top: 15px;
    }

    .cult_wx .part_1 dl {
        margin-top: 20px;
    }

    .cult_wx .part_1 dt {
        margin-top: 15px;
    }

    .cult_wx .part_1 {
        padding-bottom: 35px;
    }

    .cult_wx .part_2 {
        padding-top: 25px;
    }

    .cult_wx .part_3 {
        margin-top: 25px;
    }

    .cult_wx .part_2 dl {
        padding: 15px;
    }

    .cult_wx .part_2 dt,
    .cult_wx .part_2 dd {
        float: none;
    }

    .cult_wx .part_2 dt {
        text-align: center;
    }

    .cult_wx .part_2 dd {
        margin: 10px 23px;
        width : auto;
    }

    .cult_wx .part_2 dd::before,
    .cult_wx .part_2 dd::after {
        display: none;
    }

    .cult_wx .part_4 {
        padding: 20px 0 0;
        margin : 0 0px;
    }

    .cult_wx .part_4 .album {
        margin-top: 20px;
    }

    .news_detail .news_tittle {
        padding-bottom: 10px;
        border-bottom : 1px solid #9e9e9e;
    }

    .cult_wx .part_1 .imgbox {
        width: 80%;
    }

    .about_leader .chairman {
        margin-top: 20px;
    }

    .about_party .folddown ul {
        width: auto;
    }

    .about_party .bottom {
        padding: 20px 0;
    }

    .about_party .folddown ul li:last-child {
        margin-bottom: 10px;
    }

    .cult_index .part_1 dl,
    .cult_index .part_2 dl,
    .cult_index .part_3 dl {
        padding: 10px;
    }

    .aid_search .result li>div {
        padding: 10px 0;
    }

    .news_investor .company ul {
        padding-bottom: 0;
    }

    .cult_index .part_4 .album dd {
        font-size: 14px;
        height   : 8.5em;
        overflow : hidden;
    }

    .cult_index .part_4 .album dt {
        height: 1.02em;
    }
}




@media only screen and (max-width: 424px) {

    /*about_intro*/
    .about_intro .top .roundnum {
        padding: 20px 0 20px 40px;
    }

    .about_intro .top .roundnum dl:first-child {
        padding-bottom: 10px;
        margin-bottom : 10px;
    }
}

/* 媒体关注 */
.list {
    padding      : 25px 0;
    border-bottom: 1px dotted #dcdddd;
}

.fn-clear {
    zoom: 1;
}

.list p.p1 {
    font-size: 20px;
}

.list p {
    padding: 2px 0;
}

.list a {
    color: #373636;
}

.list div.p2 {
    color      : #999;
    padding    : 2px 0;
    position   : relative;
    line-height: 2;
}

.list div.p2 span {
    position : absolute;
    right    : 0;
    bottom   : 0;
    font-size: 12px;
}

.fn-clear:after {
    visibility: hidden;
    display   : block;
    font-size : 0;
    content   : " ";
    clear     : both;
    height    : 0;
}
/* 中标公告 */
.an-er-list li {
    padding: 8px 0 8px 20px;
    background: url(../images/list.gif) left no-repeat;
    border-bottom: 1px dashed #bcbcbc;
}
.an-er-list li:before, .an-er-list li:after {
    display: table;
    content: " ";
}
.an-er-list li>a {
    color: #000000;
    width: 75%;
    text-decoration: none;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.an-list-time {
    float: right;
    color: #979797;
}
.an-er-list li:after {
    clear: both;
}