*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
ol,ul {
    list-style: none
}
blockquote,q {
    quotes: none
}
blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    font-family: "微软雅黑","Microsoft Yahei";
    padding-top: 149px;
}
a {
    color: inherit;
    text-decoration: none
}
a:hover {
    color: inherit
}
img {
    max-width: 100%;
    border: none;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}
em,i {
    font-style: normal
}
input,select,textarea {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑","Microsoft Yahei";
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
input[type=button],input[type=reset],input[type=submit],select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}
::-webkit-input-placeholder {
    color: #c3cde2
}
::-moz-placeholder {
    color: #c3cde2
}
::-ms-input-placeholder {
    color: #c3cde2
}
select::-ms-expand {
    display: none
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}
.fix {
    *zoom:1}
.fix:after,.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}
.c {
    clear: both
}
.ani {
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}
.wp {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto
}
@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../fonts/SourceHanSerifCN-Heavy.otf)
}
@font-face {
    font-family: GoudyOldStyleT-Bold;
    src: url(../fonts/GoudyOldStyleT-Bold.TTF)
}
@font-face {
    font-family: FuturaBT-Book;
    src: url(../fonts/FuturaBT-Book.TTF)
}
@font-face {
    font-family: FuturaBT-BookItalic;
    src: url(../fonts/FuturaBT-BookItalic.TTF)
}
@keyframes ani_scale1 {
    0% {
        transform: scale(.67)
    }
    100% {
        transform: scale(1)
    }
}
.menuBtn {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}
.menuBtn b {
    display: block;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}
.menuBtn.open b {
    display: none;
    margin: -5px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px
}
.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 149px;
    background: linear-gradient(97deg,#0e2384,#0e5aa5);
    z-index: 100;
    display: -webkit-flex;
    display: flex
}
.header .logo {
    width: 20.16%;
    background-color: #fff;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.header .logo a {
    padding: 30px;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}
.header .logo img {
    max-width: 100%;
    max-height: 100%
}
.header .header-con {
    padding: 0 100px 0 80px;
    width: 79.84%
}
.header .header-1 {
    height: 59px;
    line-height: 58px;
    border-bottom: 1px solid rgba(116,149,210,.2);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.header .header-link {
    margin: 0 -20px;
    font-size: 18px;
    color: #7495d2;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.header .header-link a {
    padding: 0 20px;
    display: block;
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .header-link a:hover {
    color: #fff
}
.header .header-type {
    padding: 0 20px;
    position: relative;
    cursor: pointer
}
.header .header-type dt {
    padding-right: 16px;
    background: url(../images/d-down1.png) right center no-repeat;
    -webkit-background-size: 8px auto;
    background-size: 8px auto
}
.header .header-type dd {
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    font-size: 14px;
    color: #7495d2;
    line-height: 1.5;
    max-height: 201px;
    overflow-y: auto;
    z-index: 10;
    display: none
}
.header .header-type dd::-webkit-scrollbar {
    width: 4px
}
.header .header-type dd::-webkit-scrollbar-track {
    background: 0 0
}
.header .header-type dd::-webkit-scrollbar-thumb {
    background: #2e5099
}
.header .header-type dd::-webkit-scrollbar-thumb:window-inactive {
    background: #2e5099
}
.header .header-type dd a {
    padding: 8px 20px;
    font-size: inherit;
    color: inherit;
    display: block;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .header-type dd a:hover {
    color: #c43745
}
.header .header-so {
    position: relative;
    width: 228px;
    border-left: 1px solid rgba(255,255,255,.2);
    overflow: hidden
}
.header .header-so input {
    outline: 0;
    border: none;
    background-color: transparent
}
.header .header-so .inp {
    padding: 0 60px 0 20px;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 18px;
    color: #fff
}
.header .header-so .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    background: url(../images/d-so1.png) center center no-repeat;
    -webkit-background-size: 19px auto;
    background-size: 19px auto
}
.header .header-2 {
    height: 90px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.header .nav {
    margin: 0 -25px;
    display: -webkit-flex;
    display: flex
}
.header .nav>li {
    height: 100%;
    position: relative
}
.header .nav>li>a {
    padding: 0 25px;
    display: block;
    height: 100%;
    font-size: 22px;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.header .nav>li>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 55px;
    height: 26px;
    background: url(../images/d-nav-bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .nav .sub {
    padding: 10px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    z-index: 10;
    display: none
}
.header .nav .sub a {
    padding: 6px 15px;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .nav .sub a:hover {
    color: #c43745
}
.header .nav>li.on>a:after,.header .nav>li:hover>a:after {
    opacity: 1
}
.header .header2-set {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.header .header-lang {
    position: relative;
    cursor: pointer
}
.header .header-lang dt {
    padding: 0 39px 0 44px;
    line-height: 34px;
    min-width: 160px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,.5);
    font-size: 14px;
    color: #fff;
    position: relative
}
.header .header-lang dt:after,.header .header-lang dt:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat
}
.header .header-lang dt:before {
    left: 17px;
    width: 19px;
    height: 19px;
    background-image: url(../images/d-lang.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.header .header-lang dt:after {
    right: 17px;
    width: 8px;
    height: 5px;
    background-image: url(../images/d-down1.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.header .header-lang dd {
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    max-height: 161px;
    overflow-y: auto;
    z-index: 10;
    display: none
}
.header .header-lang dd::-webkit-scrollbar {
    width: 4px
}
.header .header-lang dd::-webkit-scrollbar-track {
    background: 0 0
}
.header .header-lang dd::-webkit-scrollbar-thumb {
    background: #2e5099
}
.header .header-lang dd::-webkit-scrollbar-thumb:window-inactive {
    background: #2e5099
}
.header .header-lang dd a {
    padding: 4px 20px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.header .header-lang dd a:hover {
    color: #c43745
}
.footer {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}
.footer .footer-1 {
    padding: 72px 0 53px;
    border-bottom: 1px solid rgba(255,255,255,.22)
}
.footer .footer-1 .wp {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.footer .footer-1 .footer1-col {
    width: 32.88%
}
.footer .footer-1 .footer1-com {
    width: 36.71%
}
.footer .footer-1 .footer1-cor {
    width: 15.75%
}
.footer .footer-logo {
    height: 135px;
    line-height: 135px;
    font-size: 0
}
.footer .footer-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.footer .footer-info {
    margin-top: 25px;
    font-size: 20px;
    color: #fff;
    line-height: 2
}
.footer .footer-addr {
    margin-bottom: -19px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5
}
.footer .footer-addr .item {
    margin-bottom: 19px;
    border: 1px solid rgba(255,255,255,.21);
    display: -webkit-flex;
    display: flex
}
.footer .footer-addr .tit {
    padding: 13.5px 0;
    margin: -1px;
    width: 115px;
    text-align: center;
    border: 1px dashed rgba(255,255,255,.3);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0
}
.footer .footer-addr .txt {
    padding: 1.35px 20px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.footer .footer-codes .pic {
    padding: 12px;
    background-color: rgba(255,255,255,.1);
    border-radius: 8px
}
.footer .footer-codes .pic img {
    display: block;
    width: 100%
}
.footer .footer-2 {
    padding: 28px 0
}
.footer .footer-copy {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: center
}
.footer .footer-copy a {
    color: inherit
}
.footer .footer-copy a:hover {
    text-decoration: underline
}
.d-topH1 {
    margin-bottom: 35px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.d-topH1 .d-btns1 {
    margin-top: 12px
}
.d-topH1.tac {
    position: relative;
    justify-content: center
}
.d-topH1.tac .d-btns1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}
.d-title1 {
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-title1 .icon {
    width: 47px;
    height: 59px;
    background: url(../images/d-tit-bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}
.d-title1 .title {
    padding-left: 18px;
    border-left: 1px solid rgba(14,48,140,.5);
    min-height: 64px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.d-title1 .title .en {
    font-size: 16px;
    color: #666;
    line-height: 1.2;
    text-transform: uppercase
}
.d-title1 .title .cn {
    font-size: 36px;
    color: #333;
    line-height: 1.1;
    font-family: SourceHanSerifCN-Heavy;
    display: -webkit-flex;
    display: flex
}
.d-title1 .title .cn span {
    display: block;
    position: relative;
    z-index: 1
}
.d-title1 .title .cn span:after {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -5px;
    width: 16px;
    height: 16px;
    border: 2px solid #c43745;
    border-radius: 50%;
    z-index: -1
}
.d-title1.white .icon {
    background-image: url(../images/d-tit-bg2.png)
}
.d-title1.white .title {
    border-color: #fff
}
.d-title1.white .title .cn,.d-title1.white .title .en {
    color: #fff
}
.d-topH2 {
    margin-bottom: 46px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.d-title2 .title {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    /*font-family: "微软雅黑","Microsoft Yahei"*/
    font-family: SourceHanSerifCN-Heavy;
}
.d-btns1 a {
    padding: 0 2px;
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    text-align: center;
    font-family: SourceHanSerifCN-Heavy;
    border-top: 1px solid rgba(102,102,102,.3);
    border-bottom: 1px solid rgba(102,102,102,.3);
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-btns1 em {
    margin: 0 4px;
    color: #cbcbcb
}
.d-btns1 i {
    margin-left: 10px;
    width: 16px;
    height: 12px;
    background: url(../images/d-next1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-btns1.white a {
    color: #fff;
    border-color: rgba(255,255,255,.3)
}
.d-btns1.white em {
    color: #fff
}
.d-btns1.white i {
    background-image: url(../images/d-next2.png)
}
.d-btns1 a:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -moz-transform: translateX(5px);
}
.banner {
    
    height: 42.1875vw;
    position: relative;
    overflow: hidden
}
.banner .swiper-slide {
    overflow: hidden
}
.banner img,.banner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.banner img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out
}
.banner .swiper-slide-active img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01)
}
.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 87px!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px!important;
    width: 34px;
    height: 33px;
    background: url(../images/d-dot1.png) center bottom no-repeat;
    -webkit-background-size: 27px auto;
    background-size: 27px auto;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot2.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}
.indexBgc1 {
    background-color: #f7f7f7
}
.row-ind1 {
    position: relative
}
.ind1-bgC {
    position: absolute;
    left: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -10
}
.ind1-bgCircle {
    position: absolute;
    left: 0;
    top: -52px;
    width: calc((100vw - 1460px)/ 2 + 432px);
    height: 515px;
    background: linear-gradient(97deg,#0e2384,#0e5aa5);
    z-index: 1
}
.ind1-bgCircle:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    width: 594px;
    max-width: 90.15%;
    height: 115.53%;
    border: 100px solid rgba(255,255,255,.02);
    border-radius: 50%
}
.ind1-bgZ {
    position: absolute;
    right: 0;
    top: -5px;
    width: 12.08%;
    overflow: hidden;
    z-index: -8
}
.ind1-bgZ img {
    display: block;
    width: 100%
}
.d-tN-1 {
    padding-top: 10px;
    position: relative;
    overflow: hidden
}
.d-tN-1 .tN1-bgJ {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25.89%;
    overflow: hidden;
    z-index: -9
}
.d-tN-1 .tN1-bgJ img {
    display: block;
    width: 100%
}
.d-tN-1 .d-btns1 {
    margin-top: 54px
}
.d-tN-1 .wp {
    position: relative;
    z-index: 10
}
.d-tN-1 .tN1-bd {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.d-tN-1 .tN1-bd .tN1-col,.d-tN-1 .tN1-bd .tN1-cor {
    flex-shrink: 0
}
.d-tN-1 .tN1-bd .tN1-col {
    width: 47.6%
}
.d-tN-1 .tN1-bd .tN1-cor {
    width: 48.22%
}
.d-tN-swiper1 {
    padding-bottom: 57px;
    position: relative;
    overflow: hidden
}
.d-tN-swiper1 .inner {
    display: block;
    padding-top: 62.45%;
    position: relative;
    overflow: hidden
}
.d-tN-swiper1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.d-tN-swiper1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-tN-swiper1 .mask-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 130px;
    background: url(../images/d-bg7.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}
.d-tN-swiper1 .text {
    padding: 26px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    overflow: hidden;
    z-index: 10
}
.d-tN-swiper1 .time {
    margin-left: 15px;
    float: right;
    font-size: 18px;
    color: #fff;
    font-family: GoudyOldStyleT-Bold
}
.d-tN-swiper1 .title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-tN-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-tN-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-tN-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7.5px!important;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../images/d-dot3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-tN-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot4.png);
    opacity: 1
}
.d-tNUl-1 .inner {
    padding: 26px 0;
    display: block;
    display: -webkit-flex;
    display: flex
}
.d-tNUl-1 .time {
    width: 126px;
    height: 83px;
    color: #0e2a88;
    text-align: center;
    line-height: 1;
    font-family: GoudyOldStyleT-Bold;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-tNUl-1 .time .t1 {
    font-size: 48px
}
.d-tNUl-1 .time .t2 {
    font-size: 20px
}
.d-tNUl-1 .text {
    padding-left: 8px;
    width: calc(100% - 126px);
    flex-shrink: 0
}
.d-tNUl-1 .title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-tNUl-1 .title span {
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-tNUl-1 .txt {
    margin-top: 12px;
    font-size: 16px;
    color: rgba(51,51,51,.55);
    line-height: 1.56;
    height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-tNUl-1 li:nth-child(1) .time {
    background-image: url(../images/d-flower-p1.png)
}
.d-tNUl-1 li:nth-child(2) .time {
    background-image: url(../images/d-flower-p2.png)
}
.d-tNUl-1 li:nth-child(3) .time {
    background-image: url(../images/d-flower-p3.png)
}
.d-tNUl-1 .inner:hover .time,.d-tNUl-1 .inner:hover .title {
    color: #c43745
}
.d-tNUl-1 .inner:hover .title span {
    background-image: linear-gradient(#c43745,#c43745);
    background-size: 100% 2px
}
.d-tN-2 {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.d-tN-2 .wp {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.ind1-bgB {
    position: absolute;
    right: calc((1460px - 100vw)/ 2);
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}
.d-tN-2 .tN2-col,.d-tN-2 .tN2-cor {
    padding: 62px 0 74px;
    position: relative;
    z-index: 1
}
.d-tN-2 .tN2-col {
    width: 62.4%
}
.d-tN-2 .tN2-col .d-cNTabs-tit {
    margin-bottom: 16px
}
.d-tN-2 .tN2-cor {
    padding-left: 60px;
    width: 32.12%
}
.d-tN-2 .tN2-cor .d-topH1 {
    margin-bottom: 26px;
    margin-right: -130px
}
.d-tN-2 .tN2-cor .d-title1 .title .cn span:after {
    border-color: #f9bd63
}
.d-cNTabs-tit {
    margin-bottom: 60px;
    position: relative;
    display: -webkit-flex;
    display: flex
}
.d-tN-2 .tN2-cor .d-nUl-1 {
    margin-right: -130px
}
.d-cNTabs-tit li {
    margin-right: 40px;
    cursor: pointer
}
.d-cNTabs-tit .d-title1 .icon {
    display: none
}
.d-cNTabs-tit .d-title1 .title {
    padding: 0;
    border: none
}
.d-cNTabs-tit .d-title1 .title .en {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-cNTabs-tit .d-title1 .title .cn {
    color: rgba(102,102,102,.63);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-cNTabs-tit .d-title1 .title .cn span:after {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-cNTabs-tit .d-btns1 {
    position: absolute;
    right: 0;
    top: 25px;
    display: none
}
.d-cNTabs-tit .on .d-title1 .icon {
    display: block
}
.d-cNTabs-tit .on .d-title1 .title {
    padding-left: 18px;
    border-left: 1px solid rgba(14,48,140,.5)
}
.d-cNTabs-tit .on .d-title1 .title .en {
    opacity: 1
}
.d-cNTabs-tit .on .d-title1 .title .cn {
    color: #333
}
.d-cNTabs-tit .on .d-title1 .title .cn span:after {
    opacity: 1
}
.d-cNTabs-tit .on .d-btns1 {
    display: block
}
.d-cNDesc-cont .tab-item {
    display: none
}
.d-cNDesc-cont .tab-item.on {
    display: block
}
.d-cNUl-1 .inner {
    padding-left: 40px;
    display: block;
    line-height: 48px;
    background: url(../images/d-ls-bg1.png) left center no-repeat;
    -webkit-background-size: 28px auto;
    background-size: 28px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}
.d-cNUl-1 .img {
    width: 29.86%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: none
}
.d-cNUl-1 .img:after {
    content: '';
    display: block;
    padding-top: 62.5%
}
.d-cNUl-1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.d-cNUl-1 .text {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.d-cNUl-1 .title {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    font-weight: 400;
    width: calc(100% - 90px);
    flex-shrink: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}
.d-cNUl-1 .title span {
    max-width: 100%;
    line-height: 1.3;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-cNUl-1 .txt {
    margin-top: 15px;
    font-size: 16px;
    color: rgba(51,51,51,.55);
    line-height: 1.56;
    height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none
}
.d-cNUl-1 .time {
    font-size: 16px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold;
    flex-shrink: 0
}
.d-cNUl-1 .on {
    margin-bottom: 20px
}
.d-cNUl-1 .on .inner {
    padding: 30px 0;
    background: 0 0;
    border-bottom: 1px solid rgba(102,102,102,.2);
    align-items: flex-start
}
.d-cNUl-1 .on .img {
    display: block
}
.d-cNUl-1 .on .text {
    padding: 16px 0 16px 30px;
    display: block;
    width: 70.14%
}
.d-cNUl-1 .on .title {
    width: 100%;
    line-height: 1.3
}
.d-cNUl-1 .on .txt {
    display: block
}
.d-cNUl-1 .on .time {
    margin-top: 20px;
    line-height: 1.39
}
.d-cNUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-cNUl-1 .inner:hover .title {
    color: #c43745
}
.d-cNUl-1 .inner:hover .title span {
    background-image: linear-gradient(#c43745,#c43745);
    background-size: 100% 2px
}
.d-nUl-1 .inner {
    padding: 22px 0;
    display: block;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-nUl-1 .time {
    width: 67px;
    color: #ffc062;
    text-align: center;
    line-height: 1.1;
    font-family: GoudyOldStyleT-Bold;
    flex-shrink: 0
}
.d-nUl-1 .time .t1 {
    font-size: 36px
}
.d-nUl-1 .time .t2 {
    font-size: 14px;
    line-height: 1.93;
    position: relative
}
.d-nUl-1 .time .t2:after,.d-nUl-1 .time .t2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-image: url(../images/d-line1.png)
}
.d-nUl-1 .time .t2:before {
    top: 0
}
.d-nUl-1 .time .t2:after {
    bottom: 0
}
.d-nUl-1 .text {
    padding: 0 34px 0 30px;
    width: calc(100% - 136px);
    flex-shrink: 0
}
.d-nUl-1 .title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-nUl-1 .title span {
    background-image: linear-gradient(transparent,transparent);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-nUl-1 .arrow {
    width: 69px;
    height: 39px;
    background: url(../images/d-next3.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-nUl-1 .inner:hover .title {
    color: #ffc062
}
.d-nUl-1 .inner:hover .title span {
    background-image: linear-gradient(#ffc062,#ffc062);
    background-size: 100% 2px
}
.d-nUl-1 .inner:hover .arrow {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}
.row-ind2 {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1
}
.ind2-bgZ {
    position: absolute;
    left: 0;
    top: -130px;
    width: 12.08%;
    overflow: hidden
}
.ind2-bgZ img {
    display: block;
    width: 100%
}
.d-aR-1 {
    padding: 118px 0 20px;
    overflow: hidden
}
.d-aR-1 .wp {
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.d-aR-1 .aR1-bgCircle {
    position: absolute;
    right: 11.98%;
    top: 8.7%;
    width: 521px;
    height: 521px;
    background: url(../images/d-circle1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1
}
.d-aR-1 .d-title1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 318px;
    z-index: 10
}
.d-aR-1 .d-btns1 {
    position: absolute;
    right: 0;
    bottom: 0
}
.d-aR-1 .aR1-col,.d-aR-1 .aR1-cor {
    flex-shrink: 0
}
.d-aR-1 .aR1-col {
    width: 43.42%
}
.d-aR-1 .aR1-cor {
    width: 52.67%
}
.d-aR-swiper1 {
    margin: -10px;
    padding: 10px;
    position: relative;
    overflow: hidden
}
.d-aRUl-1 {
    padding-top: 104px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
.d-aRUl-1 li {
    width: 50%;
    flex-shrink: 0;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}
.d-aRUl-1 li:nth-child(1) {
    transition-delay: .3s
}
.d-aRUl-1 li:nth-child(2) {
    transition-delay: .5s
}
.d-aRUl-1 li:nth-child(3) {
    transition-delay: .7s
}
.d-aRUl-1 li:nth-child(4) {
    transition-delay: .9s
}
.d-aRUl-1 .inner {
    padding: 30px 38px;
    display: block;
    height: 238px;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-aRUl-1 .aRUl1-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56.15%;
    height: 60.08%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1
}
.d-aRUl-1 .title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    font-family: SourceHanSerifCN-Heavy
}
.d-aRUl-1 li:nth-child(even) {
    margin-top: -104px
}
.d-aRUl-1 .inner:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.47);
    z-index: 10
}
.d-aR-swiper1 .aR-btns {
    position: absolute;
    left: 60.57%;
    bottom: 32px;
    font-size: 0;
    z-index: 10
}
.d-aR-swiper1 .aR-btns .swiper-next,.d-aR-swiper1 .aR-btns .swiper-prev {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 10
}
.d-aR-swiper1 .aR-btns .swiper-prev {
    margin-right: 12px;
    background-image: url(../images/d-prev2.png)
}
.d-aR-swiper1 .aR-btns .swiper-prev.swiper-button-disabled {
    background-image: url(../images/d-prev1.png)
}
.d-aR-swiper1 .aR-btns .swiper-next {
    background-image: url(../images/d-next5.png)
}
.d-aR-swiper1 .aR-btns .swiper-next.swiper-button-disabled {
    background-image: url(../images/d-next4.png)
}
.d-aR-swiper1 .swiper-slide-active .d-aRUl-1 li {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}
.d-aR-swiper2 {
    margin-bottom: 18px;
    position: relative;
    display: -webkit-flex;
    display: flex
}
.d-aR-swiper2 .aR-for {
    width: 66.32%;
    position: relative;
    overflow: hidden
}
.d-aR-swiper2 .aR-for .inner {
    display: block;
    height: 320px;
    padding-top: 62.94%;
    position: relative;
    overflow: hidden
}
.d-aR-swiper2 .aR-for .inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-aR-swiper2 .aR-nav {
    padding: 40px 42px;
    position: absolute;
    right: -130px;
    top: 50%;
    width: 59.56%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 10
}
.d-aR-swiper2 .aR-nav .slider {
    position: relative;
    overflow: hidden
}
.d-aR-swiper2 .aR-nav .inner {
    display: block
}
.d-aR-swiper2 .aR-nav .title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-aR-swiper2 .aR-nav .txt {
    margin-top: 16px;
    font-size: 16px;
    color: rgba(51,51,51,.55);
    line-height: 1.56;
    height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-aR-swiper2 .aR-nav .time {
    margin-top: 26px;
    font-size: 18px;
    color: #c43745;
    line-height: 1.39;
    font-family: GoudyOldStyleT-Bold
}
.d-aR-swiper2 .aR-nav .swiper-pagination {
    position: absolute;
    right: 38px;
    bottom: 42px!important;
    z-index: 10
}
.d-aR-swiper2 .aR-nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px!important;
    width: 14px;
    height: 13px;
    background: url(../images/d-dot3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-aR-swiper2 .aR-nav .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot4.png);
    opacity: 1
}
.d-aR-swiper2:hover .aR-for .inner img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-aR-swiper2:hover .aR-nav .title {
    color: #c43745
}
.d-aRUl-2 li {
    border-bottom: 1px solid rgba(102,102,102,.2)
}
.d-aRUl-2 li:nth-child(2){border-bottom: 0;}
.d-aRUl-2 .inner {
    padding: 24px 0;
    display: block
}
.d-aRUl-2 .title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-aRUl-2 .title span {
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-aRUl-2 .time {
    margin-top: 12px;
    font-size: 18px;
    color: #c43745;
    line-height: 1.39;
    font-family: GoudyOldStyleT-Bold
}
.d-aRUl-2 li:last-child {
    border: none
}
.d-aRUl-2 .inner:hover .title {
    color: #c43745
}
.d-aRUl-2 .inner:hover .title span {
    background-image: linear-gradient(#c43745,#c43745);
    background-size: 100% 2px
}
.d-aR-2 {
    padding: 192px 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden
}
.d-aR-2 .wp {
    padding-right: 3.5%
}
.d-aR-2 .aR-bgJz {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 869px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    width: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
.d-aR-2 .aR-bgCamel {
    position: absolute;
    right: 9.53%;
    top: 5%;
    width: 7.66%;
    z-index: -2
}
.d-aR-2 .aR-bgCamel img {
    display: block
}
.d-aR-2 .d-topH1 {
    margin-bottom: 48px
}
.d-aR-2.active .aR-bgJz {
    width: 100%
}
.d-aR-2.active .d-topH1,.d-aR-2.active .d-vK-swiper1 {
    opacity: 1
}
.d-vK-swiper1 {
    padding-bottom: 257px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s linear 1s;
    -o-transition: all 1s linear 1s;
    transition: all 1s linear 1s
}
.d-vK-swiper1 .inner {
    display: block;
    padding-top: 61.99%;
    position: relative;
    overflow: hidden
}
.d-vK-swiper1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.d-vK-swiper1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-vK-swiper1 .mask-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 105px;
    background: url(../images/d-bg7.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}
.d-vK-swiper1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    background: url(../images/d-play1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10
}
.d-vK-swiper1 .text {
    padding: 16px 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
.d-vK-swiper1 .title {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-vK-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-vK-swiper1 .vK-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 210px;
    height: 196px;
    z-index: 10
}
.d-vK-swiper1 .vK-btns .circle {
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 100%;
    height: 90%;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    -webkit-transition: width .3s ease,height .3s ease;
    -o-transition: width .3s ease,height .3s ease;
    transition: width .3s ease,height .3s ease
}
.d-vK-swiper1 .vK-btns .swiper-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-flex;
    display: flex
}
.d-vK-swiper1 .vK-btns .swiper-next,.d-vK-swiper1 .vK-btns .swiper-prev {
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
.d-vK-swiper1 .vK-btns .swiper-prev {
    background-image: url(../images/d-prev4.png)
}
.d-vK-swiper1 .vK-btns .swiper-prev.swiper-button-disabled,.d-vK-swiper1 .vK-btns .swiper-prev:hover {
    background-image: url(../images/d-prev3.png)
}
.d-vK-swiper1 .vK-btns .swiper-next {
    background-image: url(../images/d-next7.png)
}
.d-vK-swiper1 .vK-btns .swiper-next.swiper-button-disabled,.d-vK-swiper1 .vK-btns .swiper-next:hover {
    background-image: url(../images/d-next6.png)
}
.d-vK-swiper1 .vK-btns.is-hover .circle {
    width: 62px;
    height: 62px
}
.row-ind3 {
    margin-top: -112px;
    padding: 15px 0 148px;
    position: relative;
    overflow: hidden
}
.row-ind3 .wp {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.row-ind3 .ind3-col {
    padding-top: 104px;
    width: 29.25%
}
.row-ind3 .ind3-cor {
    width: 64.04%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.row-ind3 .ind3-cor .d-btns1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10
}
.row-ind3 .ind3-cor .ind3-cor-left {
    padding-top: 112px;
    width: 45.67%;
    position: relative;
    z-index: 2
}
.row-ind3 .ind3-cor .ind3-cor-right {
    width: 45.67%;
    position: relative;
    z-index: 1
}
.ind3-bgC1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.ind3-bgB1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58.49%;
    overflow: hidden;
    z-index: -1
}
.ind3-bgB1 img {
    display: block;
    width: 100%
}
.ind3-bgZ1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12.08%;
    overflow: hidden;
    z-index: 10
}
.ind3-bgZ1 img {
    display: block;
    width: 100%
}
.d-view-swiper1 {
    position: relative;
    box-shadow: 0 0 64px 1px rgba(14,60,147,.15);
    overflow: hidden
}
.d-view-swiper1 .inner {
    display: block;
    position: relative;
    background-color: #fff
}
.d-view-swiper1 .inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #0e2a88
}
.d-view-swiper1 .img {
    padding-top: 62.53%;
    position: relative;
    overflow: hidden
}
.d-view-swiper1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-view-swiper1 .text {
    padding: 56px 36px;
    height: 254px;
    position: relative
}
.d-view-swiper1 .time {
    padding: 10px;
    position: absolute;
    min-width: 95px;
    left: 36px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0e2a88;
    color: #ffc062;
    text-align: center;
    line-height: 1;
    font-family: GoudyOldStyleT-Bold;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.d-view-swiper1 .time .t1 {
    font-size: 48px
}
.d-view-swiper1 .time .t2 {
    font-size: 20px
}
.d-view-swiper1 .title {
    font-size: 20px;
    color: #333;
    /*font-weight: 400;*/
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-view-swiper1 .txt {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(51,51,51,.55);
    line-height: 1.56;
    height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-view-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-view-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 30px!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-view-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px!important;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../images/d-dot3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-view-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot5.png);
    opacity: 1
}
.d-mUl-1 {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}
.d-mUl-1 li {
    position: relative
}
.d-mUl-1 .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}
.d-mUl-1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}
.d-mUl-1 .pop-codes {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,10px);
    -ms-transform: translate(-50%,10px);
    -o-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-mUl-1 .pop-codes .pop-codes-in {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background-color: #fff
}
.d-mUl-1 .pop-codes .pic {
    padding: 10px;
    width: 160px;
    height: 160px;
    line-height: 140px;
    font-size: 0;
    text-align: center
}
.d-mUl-1 .pop-codes .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.d-mUl-1 .inner:hover .pop-codes {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible
}
.d-media-swiper1 {
    padding: 12px;
    position: relative;
    background: linear-gradient(97deg,#0e2384,#0e5aa5);
    overflow: hidden
}
.d-media-swiper1 .slider {
    position: relative;
    overflow: hidden
}
.d-media-swiper1 .inner {
    display: block
}
.d-media-swiper1 .img {
    padding-top: 62.44%;
    position: relative;
    overflow: hidden
}
.d-media-swiper1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-media-swiper1 .text {
    padding: 16px;
    height: 214px
}
.d-media-swiper1 .hd {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.d-media-swiper1 .hd .hd-l {
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.d-media-swiper1 .hd .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: center;
    flex-shrink: 0
}
.d-media-swiper1 .hd .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.d-media-swiper1 .hd .hd-title {
    padding: 0 10px;
    width: calc(100% - 45px);
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-shrink: 0
}
.d-media-swiper1 .hd .hd-r {
    flex-shrink: 0
}
.d-media-swiper1 .hd .time {
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
    font-family: GoudyOldStyleT-Bold
}
.d-media-swiper1 .title {
    margin-top: 14px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    height: 3em;font-weight: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}
.d-media-swiper1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-media-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 30px!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-media-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px!important;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../images/d-dot1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-media-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot1.png);
    opacity: 1
}
.d-media2 {
    margin-bottom: -248px;
    position: relative;
    left: 50%;
    width: 1034px;
    height: 1034px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-47%);
    -o-transform: translateX(-47%);
    transform: translateX(-47%);
    display: -webkit-flex;
    display: flex;
    justify-content: center
}
.d-media2 .media2-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-background-size: cover;
    background-size: cover
}
.d-mediaUl-2 {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex
}
.d-mediaUl-2 li {
    margin: 0 25px;
    padding-bottom: 152px;
    width: 85px;
    position: relative;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-mediaUl-2 li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px solid rgba(102,102,102,.2);
    z-index: -1
}
.d-mediaUl-2 .inner {
    padding: 60px 0;
    display: block;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    transition: .5s;
    top: 0;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}
.d-mediaUl-2 .inner:after,.d-mediaUl-2 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.d-mediaUl-2 .inner:hover {
    top: -10px
}
.d-mediaUl-2 .inner:before {
    top: 0;
    background-image: url(../images/d-bg10.png)
}
.d-mediaUl-2 .inner:after {
    bottom: 0;
    background-image: url(../images/d-bg11.png)
}
.d-mediaUl-2 .inner-con {
    background-color: #29706c;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.d-mediaUl-2 .icon {
    margin: 0 auto 12px;
    width: 28px;
    height: 28px;
    overflow: hidden
}
.d-mediaUl-2 .icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.d-mediaUl-2 .title {
    font-size: 20px;
    color: #fff;
    width: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1
}
.d-mediaUl-2 .i1 .inner:before {
    background-image: url(../images/d-bg10.png)
}
.d-mediaUl-2 .i1 .inner:after {
    background-image: url(../images/d-bg11.png)
}
.d-mediaUl-2 .i1 .inner-con {
    background-color: #29706c
}
.d-mediaUl-2 .i2 .inner:before {
    background-image: url(../images/d-bg12.png)
}
.d-mediaUl-2 .i2 .inner:after {
    background-image: url(../images/d-bg13.png)
}
.d-mediaUl-2 .i2 .inner-con {
    background-color: #3f569c
}
.d-mediaUl-2 .i3 .inner:before {
    background-image: url(../images/d-bg14.png)
}
.d-mediaUl-2 .i3 .inner:after {
    background-image: url(../images/d-bg15.png)
}
.d-mediaUl-2 .i3 .inner-con {
    background-color: #d6a489
}
.d-mediaUl-2 .i4 .inner:before {
    background-image: url(../images/d-bg16.png)
}
.d-mediaUl-2 .i4 .inner:after {
    background-image: url(../images/d-bg17.png)
}
.d-mediaUl-2 .i4 .inner-con {
    background-color: #b82c2b
}
.row-ind4 {
    height: 743px;
    position: relative;
    overflow: hidden
}
.row-ind4 .d-title1 {
    position: absolute;
    left: 50%;
    top: 15.85%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}
.d-kD-swiper1 {
    height: 100%;
    position: relative;
    overflow: hidden
}
.d-kD-swiper1 .inner {
    display: block;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}
.d-kD-swiper1 .circle {
    position: absolute;
    left: -10%;
    top: 105%;
    width: 1146px;
    height: 1146px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/d-circle2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1
}
.d-kD-swiper1 .house {
    position: absolute;
    left: 54%;
    bottom: -21px;
    width: 1108px;
    height: 483px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}
.d-kD-swiper1 .numData .item {
    padding: 20px;
    position: absolute;
    text-align: center;
    line-height: 1.1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
.d-kD-swiper1 .numData .num {
    font-size: 39px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold;
    word-break: break-all
}
.d-kD-swiper1 .numData .txt {
    margin-top: 4px;
    font-size: 15px;
    color: #666
}
.d-kD-swiper1 .numData .item.i2 {
    animation: 5s ease-out 225ms infinite ripple;
    left: 29.79%;
    top: 21.28%;
    width: 155px;
    height: 155px;
    z-index: 2;
    transition-delay: .3s
}
.d-kD-swiper1 .numData .item.i2 .num {
    font-size: 39px
}
.d-kD-swiper1 .numData .item.i2 .txt {
    font-size: 15px
}
.d-kD-swiper1 .numData .item.i3 {
    animation: 5s ease-out .9s infinite ripple;
    left: 45.47%;
    top: 33.42%;
    width: 268px;
    height: 268px;
    z-index: 6;
    transition-delay: .5s
}
.d-kD-swiper1 .numData .item.i3 .num {
    font-size: 72px
}
.d-kD-swiper1 .numData .item.i3 .txt {
    margin-top: 0;
    font-size: 18px
}
.d-kD-swiper1 .numData .item.i1 {
    animation: 5s ease-out 1.8s infinite ripple;
    padding-bottom: 60px;
    left: 12.34%;
    top: 62.8%;
    width: 332px;
    height: 332px;
    z-index: 3;
    transition-delay: .7s
}
.d-kD-swiper1 .numData .item.i1 .num {
    font-size: 78px
}
.d-kD-swiper1 .numData .item.i1 .txt {
    margin-top: 0;
    font-size: 19px
}
.d-kD-swiper1 .numData .item.i4 {
    animation: 5s ease-out 1.5s infinite ripple;
    padding-top: 90px;
    left: 69.43%;
    top: 7.78%;
    width: 414px;
    height: 414px;
    z-index: 4;
    justify-content: flex-start;
    transition-delay: .9s
}
.d-kD-swiper1 .numData .item.i4 .num {
    font-size: 88px
}
.d-kD-swiper1 .numData .item.i4 .txt {
    margin-top: 0;
    font-size: 20px
}
@keyframes ripple {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    75% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px)
    }
}
@-webkit-keyframes ripple {
    0%,10%,50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}
.d-kD-swiper1 .swiper-slide-active .numData .item {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}
.d-kD-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 62px!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px!important;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../images/d-dot1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot1.png);
    opacity: 1
}
.row-ind5 {
    padding: 94px 0 78px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}
.row-ind5 .d-topH1 {
    margin-bottom: 56px
}
.d-sT-swiper1 {
    margin: -40px -30px;
    padding: 40px 30px 54px;
    position: relative;
    overflow: hidden
}
.d-sT-swiper1 .inner {
    display: block;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-sT-swiper1 .inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #c43745;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-sT-swiper1 .img {
    padding-top: 56.39%;
    position: relative;
    overflow: hidden
}
.d-sT-swiper1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-sT-swiper1 .text {
    padding: 0 30px;
    height: 68px;
    line-height: 68px;
    background-color: #fff;
    font-size: 0
}
.d-sT-swiper1 .icon {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 0;
    text-align: center
}
.d-sT-swiper1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.d-sT-swiper1 .title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 42px);
    font-size: 20px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-sT-swiper1 .title span {
    background-image: linear-gradient(transparent,transparent);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-sT-swiper1 .inner:hover {
    box-shadow: 3px 8px 31px 1px rgba(0,0,0,.2)
}
.d-sT-swiper1 .inner:hover:after {
    opacity: 1
}
.d-sT-swiper1 .inner:hover .title {
    color: #c43745
}
.d-sT-swiper1 .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0!important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10
}
.d-sT-swiper1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px!important;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/d-dot3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-sT-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../images/d-dot4.png);
    opacity: 1
}
.d-sTUl-1 {
    margin: 100px -40px 0;
    display: -webkit-flex;
    display: flex
}
.d-sTUl-1 li {
    width: 14.28%;
    flex-shrink: 0
}
.d-sTUl-1 .inner {
    display: block;
    overflow: hidden
}
.d-sTUl-1 .img {
    margin: 0 auto;
    padding: 12px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 1px dashed rgba(102,102,102,.2);
    position: relative
}
.d-sTUl-1 .img:after,.d-sTUl-1 .img:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 1000px;
    height: 1px;
    border-top: 1px dashed rgba(102,102,102,.2)
}
.d-sTUl-1 .img:before {
    right: 100%
}
.d-sTUl-1 .img:after {
    left: 100%
}
.d-sTUl-1 .img .img-in {
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-sTUl-1 .img .img-in:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(196,55,69,.1);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0
}
.d-sTUl-1 .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.d-sTUl-1 .img img:nth-child(2) {
    display: none
}
.d-sTUl-1 .title {
    margin-top: 22px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.15;
    text-align: center
}
.d-sTUl-1 li:first-child .img:before {
    display: none
}
.d-sTUl-1 li:last-child .img:after {
    display: none
}
.d-sTUl-1 .inner:hover .img .img-in {
    background-color: rgba(196,55,69,.1)
}
.d-sTUl-1 .inner:hover .img .img-in:after {
    width: 81.36%;
    height: 81.36%;
    opacity: 1;
    animation: 4.5s ease-out 225ms infinite ripple2
}
.d-sTUl-1 .inner:hover .img img {
    display: none
}
.d-sTUl-1 .inner:hover .img img:nth-child(2) {
    display: block
}
@keyframes ripple2 {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.8)
    }
}
@-moz-keyframes ripple2 {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.8)
    }
}
@-ms-keyframes ripple2 {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.8)
    }
}
@-webkit-keyframes ripple2 {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.8)
    }
}
@-o-keyframes ripple2 {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%,-50%) scale(1.8)
    }
}
.ban {
    height: 700px;
    position: relative;
    overflow: hidden
}
.ban .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.ban .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-ban-bg1.png) center center no-repeat;
    background-size: cover;
    z-index: 1
}
.ban .ban-text {
    position: absolute;
    left: 0;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10
}
.ban .ban-text .title {
    font-size: 48px;
    color: #fff;
    line-height: 1.1;
    display: -webkit-flex;
    display: flex
}
.ban .ban-text .title .title-in {
    margin: 0 -24px;
    padding: 10px 24px 0;
    background: url(../images/d-ban-bg2.png) left top no-repeat;
    background-size: contain
}
.ban .ban-text .title .cn {
    font-weight: 700;
    text-shadow: 0 3px 7px rgba(5,28,63,.49)
}
.ban .ban-text .title .en {
    margin-top: 8px;
    font-family: FuturaBT-BookItalic;
    text-transform: uppercase;
    background: linear-gradient(180deg,#fff,rgba(255,255,255,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.ban .ban-inNav {
    padding-left: 85px;
    position: absolute;
    left: calc((100% - 1460px)/ 2);
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 11
}
.ban .ban-inNav:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2000px;
    height: 100%;
    background-color: #fff;
    border-radius: 50px 0 0;
    z-index: -1
}
.ban .ban-inNav ul {
    padding-top: 26px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    display: -webkit-flex;
    display: flex
}
.ban .ban-inNav li {
    margin-right: 80px
}
.ban .ban-inNav a {
    display: block;
    line-height: 72px;
    font-size: 20px;
    color: #333;
    position: relative
}
.ban .ban-inNav a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 2px;
    background-color: #c43745;
    opacity: 0
}
.ban .ban-inNav li.on a {
    color: #c43745
}
.ban .ban-inNav li.on a:after {
    opacity: 1
}
.ban .cur {
    position: absolute;
    right: 0;
    bottom: 120px;
    left: 0;
    font-size: 14px;
    color: #fff;
    z-index: 12
}
.ban .cur .wp {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.ban .cur i {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/d-home1.png) center center no-repeat;
    background-size: cover
}
.ban .cur a,.ban .cur span {
    margin: 0 5px;
    color: #fff;
    font-size: 14px
}
.ban .cur a:hover {
    opacity: .8
}
.ban .cur.cur_2 {
    bottom: 20px
}
.section-a1 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1
}
.section-a1 .sA-r-bg1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    z-index: -1
}
.section-a1 .sA-r-bg1 img {
    display: block;
    width: 100%
}
.section-a1 .sA-l-bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12%;
    z-index: -1
}
.section-a1 .sA-l-bg2 img {
    display: block;
    width: 100%
}
.row-a1 {
    padding: 102px 0 115px;
    overflow: hidden
}
.pages {
    padding-top: 80px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.pages ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.pages ul li {
    padding: 0 2px
}
.pages ul li a,.pages ul li span {
    padding: 0 5px;
    display: block;
    font-size: 16px;
    color: #959595;
    min-width: 34px;
    line-height: 32px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    border-radius: 4px
}
.pages ul li span {
    border: none
}
.pages ul .next a,.pages ul .prev a {
    min-width: 0;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px auto
}
.pages ul .prev a {
    background-image: url(../images/d-page1.png)
}
.pages ul .next a {
    background-image: url(../images/d-page2.png)
}
.pages ul .active a {
    border-color: #c43745;
    background-color: #c43745;
    color: #fff
}
.pages .go {
    margin-left: 12px;
    font-size: 16px;
    color: #666;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.pages .go .inp {
    margin: 0 10px;
    width: 34px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #959595;
    text-align: center
}
.pages .go .sur {
    margin-left: 8px;
    width: 60px;
    height: 34px;
    line-height: 34px;
    background-color: #0e2a88;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-align: center
}
.pages ul li a:hover {
    background-color: #c43745;
    border-color: #c43745;
    color: #fff
}
.d-noticeUl-1 {
    margin: 0 -20px -40px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}
.d-noticeUl-1 li {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 25%;
    flex-shrink: 0
}
.d-noticeUl-1 .inner {
    display: block;
    height: 100%;
    padding: 20px 40px 56px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1
}
.d-noticeUl-1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-noticeUl-1 .time {
    margin: 0 auto;
    padding: 8px 10px;
    width: 170px;
    height: 112px;
    line-height: 1;
    color: #0e2a88;
    text-align: center;
    font-family: GoudyOldStyleT-Bold;
    background: url(../images/d-flower-p4.png) center center no-repeat;
    background-size: contain;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-noticeUl-1 .time .t1 {
    font-size: 58px
}
.d-noticeUl-1 .time .t2 {
    font-size: 18px
}
.d-noticeUl-1 .title {
    margin-top: 24px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    max-height: 128px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-noticeUl-1 .txt {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    max-height: 84px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-noticeUl-1 .inner:hover .bg {
    opacity: 1
}
.d-noticeUl-1 .inner:hover .time {
    background-image: url(../images/d-flower-p5.png);
    color: #fff
}
.d-noticeUl-1 .inner:hover .title,.d-noticeUl-1 .inner:hover .txt {
    color: #fff
}
.d-leader1 {
    padding: 66px 82px 104px;
    background-color: #fff;
    box-shadow: 0 0 26px 0 rgba(59,77,112,.16)
}
.d-leader1 .cont {
    position: relative
}
.d-leader1 .cont:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    background-color: #ffc062;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}
.d-leader1 .cont:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(14,42,136,.11)
}
.d-leader1 .item {
    padding: 10px 0;
    border-bottom: 1px dashed #0e2a88;
    min-height: 76px;
    display: -webkit-flex;
    display: flex
}
.d-leader1 .item:last-child {
    border: none
}
.d-leader1 .item:nth-child(even) {
    background-color: rgba(224,235,255,.2)
}
.d-leader1 .item .title {
    padding: 0 30px;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    width: 50%;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.d-leader1 .item .txt {
    padding: 0 30px 0 97px;
    font-size: 22px;
    color: #333;
    width: 50%;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.d-leader1 a:hover {
    color: #0e2a88
}
.d-view1 {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.d-view1 .view1-col,.d-view1 .view1-cor {
    flex-shrink: 0
}
.d-view1 .view1-col {
    width: 65.07%
}
.d-view1 .view1-cor {
    width: 32.6%
}
.d-view-swiper2 {
    padding-right: 50px;
    position: relative;
    overflow: hidden
}
.d-view-swiper2:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 166px;
    height: 56.49%;
    background: url(../images/d-bg23.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}
.d-view-swiper2 .slider {
    position: relative;
    overflow: hidden
}
.d-view-swiper2 .inner {
    display: block;
    padding-top: 62.51%;
    position: relative;
    overflow: hidden
}
.d-view-swiper2 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.d-view-swiper2 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.d-view-swiper2 .mask-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 105px;
    background: url(../images/d-bg22.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1
}
.d-view-swiper2 .text {
    padding: 20px 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
.d-view-swiper2 .title {
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-view-swiper2 .swiper-btns {
    padding-left: 166px
}
.d-view-swiper2 .swiper-btns .in {
    padding-left: 40px;
    height: 106px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.d-view-swiper2 .swiper-btns .left,.d-view-swiper2 .swiper-btns .right {
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-view-swiper2 .swiper-btns .swiper-current {
    font-size: 30px;
    color: #fff
}
.d-view-swiper2 .swiper-btns .swiper-pro {
    margin: 0 10px 0 16px;
    width: 160px;
    height: 1px;
    position: relative;
    background-color: rgba(255,255,255,.3)
}
.d-view-swiper2 .swiper-btns .swiper-pro .swiper-pagination-progressbar-fill {
    background-color: #fff
}
.d-view-swiper2 .swiper-btns .swiper-total {
    font-size: 18px;
    color: #fff
}
.d-view-swiper2 .swiper-btns .swiper-next,.d-view-swiper2 .swiper-btns .swiper-prev {
    margin-left: 12px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer
}
.d-view-swiper2 .swiper-btns .swiper-prev {
    background-image: url(../images/d-prev5.png)
}
.d-view-swiper2 .swiper-btns .swiper-next {
    background-image: url(../images/d-next8.png)
}
.d-view-swiper2 .swiper-btns .swiper-next:hover,.d-view-swiper2 .swiper-btns .swiper-prev:hover {
    opacity: .3
}
.d-viewUl-1 {
    margin: 0 -8px -16px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}
.d-viewUl-1 li {
    padding: 0 8px;
    margin-bottom: 16px;
    width: 50%;
    flex-shrink: 0
}
.d-viewUl-1 .inner {
    display: block;
    padding-top: 62.61%;
    position: relative;
    overflow: hidden
}
.d-viewUl-1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.d-viewUl-1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-viewUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.43);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-viewUl-1 .mask-eye {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 28px;
    background: url(../images/d-eye1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-viewUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-viewUl-1 .inner:hover .mask-bg,.d-viewUl-1 .inner:hover .mask-eye {
    opacity: 1
}
.d-video-swiper1 {
    margin-bottom: 60px;
    padding-bottom: 54px;
    position: relative;
    z-index: 1
}
.d-video-swiper1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70.53%;
    background: url(../images/d-bg25.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1
}
.d-video-swiper1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -27px;
    right: 0;
    height: 27px;
    background: url(../images/d-bg26.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -2
}
.d-video-swiper1 .slider {
    position: relative
}
.d-video-swiper1 .slider .slider-in {
    margin: 0 auto;
    width: 57.4%;
    position: relative;
    overflow: hidden
}
.d-video-swiper1 .inner {
    display: block;
    padding-top: 56.32%;
    position: relative;
    overflow: hidden
}
.d-video-swiper1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.d-video-swiper1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.d-video-swiper1 .mask-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 126px;
    background: url(../images/d-bg24.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1
}
.d-video-swiper1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    z-index: 11;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.d-video-swiper1 .play-btn:before {
    margin: -40px 0 0 -40px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url(../images/d-play2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}
.d-video-swiper1 .play-btn:after {
    margin: -60px 0 0 -60px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    background-color: rgba(196,55,69,.4);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.5s linear infinite ani_scale1;
    animation: 1.5s linear infinite ani_scale1
}
.d-video-swiper1 .text {
    padding: 24px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}
.d-video-swiper1 .title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-video-swiper1 .swiper-next,.d-video-swiper1 .swiper-prev {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}
.d-video-swiper1 .swiper-prev {
    left: 8.7%;
    background-image: url(../images/d-prev2.png)
}
.d-video-swiper1 .swiper-next {
    right: 8.7%;
    background-image: url(../images/d-next5.png)
}
.d-video-swiper1 .swiper-prev.swiper-button-disabled {
    background-image: url(../images/d-prev1.png)
}
.d-video-swiper1 .swiper-next.swiper-button-disabled {
    background-image: url(../images/d-next4.png)
}
.d-videoSwp-btns {
    margin-bottom: 96px;
    padding: 0 80px;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-videoSwp-btns .swiper-pro {
    position: relative;
    width: calc(100% - 106px);
    height: 1px;
    background-color: #ebebeb;
    flex-shrink: 0
}
.d-videoSwp-btns .swiper-pro .swiper-pagination-progressbar-fill {
    background-color: #0c3c90
}
.d-videoSwp-btns .swiper-pag {
    width: 106px;
    line-height: 1;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}
.d-videoSwp-btns .swiper-pag .current {
    font-size: 50px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold
}
.d-videoSwp-btns .swiper-pag .total {
    padding-bottom: 6px;
    font-size: 22px;
    color: #666;
    font-family: GoudyOldStyleT-Bold
}
.d-videoUl-1 {
    margin: 0 -23px -42px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}
.d-videoUl-1 li {
    padding: 0 23px;
    margin-bottom: 42px;
    width: 33.33%;
    flex-shrink: 0
}
.d-videoUl-1 .inner {
    display: block;
    height: 100%;
    background-color: #f7f7f7;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-videoUl-1 .img {
    padding-top: 62.5%;
    position: relative;
    overflow: hidden
}
.d-videoUl-1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-videoUl-1 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    background: url(../images/d-play1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}
.d-videoUl-1 .text {
    padding: 22px 30px 34px
}
.d-videoUl-1 .time {
    font-size: 18px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-videoUl-1 .title {
    margin-top: 6px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-videoUl-1 .inner:hover {
    background: linear-gradient(97deg,#0e2384,#0e5aa5);
    box-shadow: 0 0 18px 0 rgba(0,28,63,.33)
}
.d-videoUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-videoUl-1 .inner:hover .time,.d-videoUl-1 .inner:hover .title {
    color: #fff
}
.d-newsUl-1 li {
    border-bottom: 1px solid rgba(152,152,152,.33)
}
.d-newsUl-1 li:last-child {
    border: none
}
.d-newsUl-1 .inner {
    display: block;
    padding: 36px 0;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-newsUl-1 .img {
    width: 364px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    order: 2
}
.d-newsUl-1 .img:after {
    content: '';
    display: block;
    padding-top: 60.44%
}
.d-newsUl-1 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-newsUl-1 .text {
    width: calc(100% - 364px);
    flex-shrink: 0;
    order: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center
}
.d-newsUl-1 .time {
    width: 130px;
    border-right: 1px solid #e3e3e3;
    line-height: 1;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start
}
.d-newsUl-1 .time .time-in {
    text-align: center
}
.d-newsUl-1 .time .t1 {
    font-size: 66px;
    color: #989898;
    font-family: GoudyOldStyleT-Bold
}
.d-newsUl-1 .time .t2 {
    font-size: 24px;
    color: #a5a2b4;
    font-family: GoudyOldStyleT-Bold
}
.d-newsUl-1 .text-in {
    padding: 0 103px 0 49px;
    width: calc(100% - 130px);
    flex-shrink: 0
}
.d-newsUl-1 .title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1.55;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}
.d-newsUl-1 .title span {
    background-image: linear-gradient(#fff,#fff);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s ease-in-out
}
.d-newsUl-1 .txt {
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden
}
.d-newsUl-1 .inner:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}
.d-newsUl-1 .inner:hover .title {
    color: #c43745
}
.d-newsUl-1 .inner:hover .title span {
    background-image: linear-gradient(#c43745,#c43745);
    background-size: 100% 2px
}
.d-typeN1 .typeN1-item+.typeN1-item {
    margin-top: 70px
}
.d-typeN1 .d-title2 {
    padding-bottom: 24px;
    margin: 0;
    border-bottom: 1px solid rgba(102,102,102,.2)
}
.d-typeNUl-1 {
    margin: 0 -30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}
.d-typeNUl-1 li {
    padding: 0 30px;
    width: 50%;
    flex-shrink: 0
}
.d-typeNUl-1 .inner {
    padding: 0 70px;
    border-bottom: 1px solid rgba(102,102,102,.2);
    display: block;
    line-height: 65px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-typeNUl-1 .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 28px;
    height: 22px;
    line-height: 22px;
    font-size: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.d-typeNUl-1 .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.d-typeNUl-1 .icon img:nth-child(2) {
    display: none
}
.d-typeNUl-1 .title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-typeNUl-1 .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 35px;
    height: 21px;
    background: url(../images/d-next9.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-typeNUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bg27.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-typeNUl-1 .inner:hover .mask-bg {
    opacity: 1
}
.d-typeNUl-1 .inner:hover .icon img {
    display: none
}
.d-typeNUl-1 .inner:hover .icon img:nth-child(2) {
    display: inline-block
}
.d-typeNUl-1 .inner:hover .title {
    color: #fff
}
.d-typeNUl-1 .inner:hover .arrow {
    background-image: url(../images/d-next10.png);
    -webkit-transform: translate(5px,-50%);
    -ms-transform: translate(5px,-50%);
    -o-transform: translate(5px,-50%);
    transform: translate(5px,-50%)
}
.d-org1 .org1-item+.org1-item {
    margin-top: 60px
}
.d-org1 .d-title2 {
    margin-bottom: 40px
}
.d-org1 .d-title2 .title img {
    margin: -4px 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 42px
}
.d-orgUl-1 {
    margin: 0 -23px -44px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}
.d-orgUl-1 li {
    padding: 0 23px;
    margin-bottom: 44px;
    width: 33.33%;
    flex-shrink: 0
}
.d-orgUl-1 .inner {
    padding: 0 32px;
    display: block;
    line-height: 76px;
    background-color: #fff;
    box-shadow: 0 0 13px 0 rgba(18,41,82,.18);
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-orgUl-1 .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #3f569c;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-orgUl-1 .mask-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/d-bg27.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-orgUl-1 .title {
    font-size: 22px;
    color: #2e2e2e;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-orgUl-1 .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 35px;
    height: 21px;
    background: url(../images/d-next9.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.d-orgUl-1 .inner:hover {
    box-shadow: 0 0 10px 0 rgba(0,65,147,.45)
}
.d-orgUl-1 .inner:hover:before {
    display: none
}
.d-orgUl-1 .inner:hover .mask-bg {
    width: 100%;
    opacity: 1
}
.d-orgUl-1 .inner:hover .title {
    color: #fff
}
.d-orgUl-1 .inner:hover .arrow {
    background-image: url(../images/d-next10.png);
    -webkit-transform: translate(5px,-50%);
    -ms-transform: translate(5px,-50%);
    -o-transform: translate(5px,-50%);
    transform: translate(5px,-50%)
}
@media only screen and (min-width: 960px) and (max-width:1799px) {
    .header .nav>li>a {
        padding:0 20px
    }
    .ind1-bgC {
        left: 50px
    }
    .d-tN-2 .tN2-cor .d-nUl-1,.d-tN-2 .tN2-cor .d-topH1 {
        margin-right: -20px
    }
    .d-aR-swiper2 .aR-nav {
        right: -20px;
        width: 47%
    }
}
@media only screen and (min-width: 960px) and (max-width:1599px) {
    .wp {
        width:90%
    }
    body {
        padding-top: 7.76vw
    }
    .header {
        height: 7.76vw
    }
    .header .logo a {
        padding: 1.562vw
    }
    .header .header-con {
        padding: 0 5.208vw 0 4.166vw
    }
    .header .header-1 {
        height: 3.072vw;
        line-height: 3.020vw
    }
    .header .header-link {
        margin: 0 -1.041vw;
        font-size: 14px
    }
    .header .header-link a,.header .header-type {
        padding: 0 1.041vw
    }
    .header .header-type dt {
        padding-right: 1.4vw;
        -webkit-background-size: .8vw auto;
        background-size: .8vw auto
    }
    .header .header-type dd {
        padding: .416vw 0
    }
    .header .header-type dd::-webkit-scrollbar {
        width: .208vw
    }
    .header .header-type dd a {
        padding: .416vw 1.041vw
    }
    .header .header-so .inp {
        padding: 0 1.041vw;
        padding-right: 3.125vw;
        height: 3.020vw;
        font-size: 14px
    }
    .header .header-so .submit {
        width: 3.020vw;
        height: 3.020vw;
        -webkit-background-size: .989vw auto;
        background-size: .989vw auto
    }
    .header .header-2 {
        height: 4.687vw
    }
    .header .nav {
        margin: 0 -1.302vw
    }
    .header .nav>li>a {
        padding: 0 1.302vw;
        font-size: 16px
    }
    .header .nav>li>a:after {
        width: 2.864vw;
        height: 1.354vw
    }
    .header .nav .sub {
        padding: .52vw 0
    }
    .header .nav .sub a {
        padding: .312vw .781vw;
        font-size: 14px
    }
    .header .header-lang dt {
        line-height: 2.6vw;
        min-width: 8.333vw;
        font-size: 14px
    }
    .header .header-lang dd {
        padding: .416vw 0
    }
    .header .header-lang dd::-webkit-scrollbar {
        width: .208vw
    }
    .header .header-lang dd a {
        padding: .3vw 1.041vw;
        font-size: 12px
    }
    .footer .footer-1 {
        padding: 3.75vw 0 2.76vw
    }
    .footer .footer-logo {
        height: 7.031vw;
        line-height: 7.031vw
    }
    .footer .footer-info {
        margin-top: 1.302vw;
        font-size: 14px
    }
    .footer .footer-addr {
        margin-bottom: -.989vw;
        font-size: 14px
    }
    .footer .footer-addr .item {
        margin-bottom: .989vw
    }
    .footer .footer-addr .tit {
        padding: .703vw 0;
        width: 5.989vw
    }
    .footer .footer-addr .txt {
        padding: .070vw 1.041vw
    }
    .footer .footer-codes .pic {
        padding: .625vw
    }
    .footer .footer-2 {
        padding: 1.458vw 0
    }
    .footer .footer-copy {
        font-size: 14px
    }
    .d-topH1 {
        margin-bottom: 1.822vw
    }
    .d-topH1 .d-btns1 {
        margin-top: .625vw
    }
    .d-title1 .icon {
        width: 2.447vw;
        height: 3.072vw
    }
    .d-title1 .title {
        padding-left: .937vw;
        min-height: 3.333vw
    }
    .d-title1 .title .en {
        font-size: 14px
    }
    .d-title1 .title .cn {
        font-size: 32px
    }
    .d-title1 .title .cn span:after {
        right: -.416vw;
        bottom: -.26vw;
        width: .833vw;
        height: .833vw
    }
    .d-topH2 {
        margin-bottom: 2.395vw
    }
    .d-title2 .title {
        font-size: 24px
    }
    .d-btns1 a {
        padding: 0 .104vw;
        font-size: 14px
    }
    .d-btns1 em {
        margin: 0 .208vw
    }
    .d-btns1 i {
        margin-left: .52vw;
        width: .833vw;
        height: .625vw
    }
    .d-btns1 a:hover i {
        -webkit-transform: translateX(.26vw);
        -ms-transform: translateX(.26vw);
        -o-transform: translateX(.26vw);
        transform: translateX(.26vw)
    }
    .banner .swiper-pagination {
        bottom: 4.531vw!important
    }
    .banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .416vw!important;
        width: 1.77vw;
        height: 1.718vw;
        -webkit-background-size: 1.406vw auto;
        background-size: 1.406vw auto
    }
    .ind1-bgC {
        left: 20px
    }
    .ind1-bgCircle {
        top: -2.708vw;
        width: 34.37vw;
        height: 26.82vw
    }
    .ind1-bgCircle:after {
        top: 2.083vw;
        border: solid rgba(255,255,255,.02)
    }
    .ind1-bgZ {
        top: -.26vw
    }
    .d-tN-1 {
        padding-top: .52vw
    }
    .d-tN-1 .d-btns1 {
        margin-top: 2.812vw
    }
    .d-tN-swiper1 {
        padding-bottom: 2.968vw
    }
    .d-tN-swiper1 .mask-bg {
        height: 6.77vw
    }
    .d-tN-swiper1 .text {
        padding: 1.354vw 1.562vw;
        line-height: 1.5
    }
    .d-tN-swiper1 .time {
        margin-left: .781vw;
        font-size: 14px
    }
    .d-tN-swiper1 .title {
        font-size: 18px
    }
    .d-tN-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .39vw!important;
        width: 1.302vw;
        height: 1.302vw
    }
    .d-tNUl-1 .inner {
        padding: 1.354vw 0
    }
    .d-tNUl-1 .time {
        width: 6.562vw;
        height: 4.322vw
    }
    .d-tNUl-1 .time .t1 {
        font-size: 36px
    }
    .d-tNUl-1 .time .t2 {
        font-size: 14px
    }
    .d-tNUl-1 .text {
        padding-left: .416vw;
        width: calc(100% - 6.562vw)
    }
    .d-tNUl-1 .title {
        font-size: 18px
    }
    .d-tNUl-1 .title span {
        background-size: 0 .104vw
    }
    .d-tNUl-1 .txt {
        margin-top: .625vw;
        font-size: 14px
    }
    .d-tNUl-1 .inner:hover .title span {
        background-size: 100% .104vw
    }
    .ind1-bgB {
        right: calc((76.04vw - 100vw)/ 2)
    }
    .d-tN-2 .tN2-col,.d-tN-2 .tN2-cor {
        padding: 3.229vw 0 3.854vw
    }
    .d-tN-2 .tN2-col .d-cNTabs-tit {
        margin-bottom: .833vw
    }
    .d-tN-2 .tN2-cor {
        padding-left: 3.125vw
    }
    .d-tN-2 .tN2-cor .d-topH1 {
        margin-bottom: 1.354vw;
        margin-right: -20px
    }
    .d-cNTabs-tit {
        margin-bottom: 3.125vw
    }
    .d-tN-2 .tN2-cor .d-nUl-1 {
        margin-right: -20px
    }
    .d-cNTabs-tit li {
        margin-right: 2.083vw
    }
    .d-cNTabs-tit .d-btns1 {
        top: 1.302vw
    }
    .d-cNTabs-tit .on .d-title1 .title {
        padding-left: .937vw
    }
    .d-cNUl-1 .inner {
        padding-left: 2.083vw;
        line-height: 46px;
        -webkit-background-size: 1.458vw auto;
        background-size: 1.458vw auto
    }
    .d-cNUl-1 .title {
        font-size: 16px
    }
    .d-cNUl-1 .title span {
        background-size: 0 .104vw
    }
    .d-cNUl-1 .txt {
        margin-top: .781vw;
        font-size: 14px
    }
    .d-cNUl-1 .time {
        font-size: 12px
    }
    .d-cNUl-1 .on {
        margin-bottom: 1.041vw
    }
    .d-cNUl-1 .on .inner {
        padding: 1.562vw 0
    }
    .d-cNUl-1 .on .text {
        padding: .833vw 0;
        padding-left: 1.562vw
    }
    .d-cNUl-1 .on .time {
        margin-top: 1.041vw
    }
    .d-cNUl-1 .inner:hover .title span {
        background-size: 100% .104vw
    }
    .d-nUl-1 .inner {
        padding: 1.145vw 0
    }
    .d-nUl-1 .time {
        width: 3.489vw
    }
    .d-nUl-1 .time .t1 {
        font-size: 32px
    }
    .d-nUl-1 .time .t2 {
        font-size: 12px
    }
    .d-nUl-1 .time .t2:after,.d-nUl-1 .time .t2:before {
        height: .26vw
    }
    .d-nUl-1 .text {
        padding: 0 1.77vw 0 1.562vw;
        width: calc(100% - 7.083vw)
    }
    .d-nUl-1 .title {
        font-size: 18px
    }
    .d-nUl-1 .title span {
        background-size: 0 .104vw
    }
    .d-nUl-1 .arrow {
        width: 3.593vw;
        height: 2.031vw
    }
    .d-nUl-1 .inner:hover .title span {
        background-size: 100% .104vw
    }
    .d-nUl-1 .inner:hover .arrow {
        -webkit-transform: translateX(.26vw);
        -ms-transform: translateX(.26vw);
        -o-transform: translateX(.26vw);
        transform: translateX(.26vw)
    }
    .ind2-bgZ {
        top: -6.77vw
    }
    .d-aR-1 {
        padding: 6.145vw 0 1.5vw
    }
    .d-aR-1 .d-btns1 {
        bottom: -1vw
    }
    .d-aR-1 .aR1-bgCircle {
        width: 27.13vw;
        height: 27.13vw
    }
    .d-aR-1 .d-title1 {
        width: 24vw
    }
    .d-aR-swiper1 {
        margin: -.52vw;
        padding: .52vw
    }
    .d-aRUl-1 {
        padding-top: 5.416vw
    }
    .d-aRUl-1 li {
        -webkit-transform: translateY(1.562vw);
        -ms-transform: translateY(1.562vw);
        -o-transform: translateY(1.562vw);
        transform: translateY(1.562vw)
    }
    .d-aRUl-1 .inner {
        padding: 1.562vw 1.979vw;
        height: 12.39vw
    }
    .d-aRUl-1 .title {
        font-size: 18px
    }
    .d-aRUl-1 li:nth-child(even) {
        margin-top: -5.416vw
    }
    .d-aRUl-1 .inner:hover {
        box-shadow: 0 0 .52vw 0 rgba(0,0,0,.47)
    }
    .d-aR-swiper1 .aR-btns {
        bottom: 1.666vw
    }
    .d-aR-swiper1 .aR-btns .swiper-next,.d-aR-swiper1 .aR-btns .swiper-prev {
        width: 2.187vw;
        height: 2.187vw
    }
    .d-aR-swiper1 .aR-btns .swiper-prev {
        margin-right: .625vw
    }
    .d-aR-swiper2 {
        margin-bottom: .937vw
    }
    .d-aR-swiper2 .aR-for {
        width: 66.32%
    }
    .d-aR-swiper2 .aR-for .inner {
        height: 16.66vw
    }
    .d-aR-swiper2 .aR-nav {
        padding: 2.083vw 2.187vw;
        right: -20px
    }
    .d-aR-swiper2 .aR-nav .title {
        font-size: 18px
    }
    .d-aR-swiper2 .aR-nav .txt {
        margin-top: .833vw;
        font-size: 14px
    }
    .d-aR-swiper2 .aR-nav .time {
        margin-top: 1.354vw;
        font-size: 14px
    }
    .d-aR-swiper2 .aR-nav .swiper-pagination {
        right: 1.979vw;
        bottom: 2.187vw!important
    }
    .d-aR-swiper2 .aR-nav .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .208vw!important;
        width: .729vw;
        height: .677vw
    }
    .d-aRUl-2 .inner {
        padding: 1.25vw 0
    }
    .d-aRUl-2 .title {
        font-size: 18px
    }
    .d-aRUl-2 .title span {
        background-size: 0 .104vw
    }
    .d-aRUl-2 .time {
        margin-top: .625vw;
        font-size: 14px
    }
    .d-aRUl-2 .inner:hover .title span {
        background-size: 100% .104vw
    }
    .d-aR-2 {
        padding: 10vw 0 2.083vw
    }
    .d-aR-2 .aR-bgJz {
        min-height: 45.26vw
    }
    .d-aR-2 .d-topH1 {
        margin-bottom: 2.5vw
    }
    .d-vK-swiper1 {
        padding-bottom: 13.38vw
    }
    .d-vK-swiper1 .mask-bg {
        height: 5.468vw
    }
    .d-vK-swiper1 .play-btn {
        width: 3.020vw;
        height: 3.020vw
    }
    .d-vK-swiper1 .text {
        padding: .833vw 1.666vw
    }
    .d-vK-swiper1 .title {
        font-size: 18px
    }
    .d-vK-swiper1 .vK-btns {
        width: 10.93vw;
        height: 10.2vw
    }
    .d-vK-swiper1 .vK-btns .circle {
        top: .208vw
    }
    .d-vK-swiper1 .vK-btns .swiper-next,.d-vK-swiper1 .vK-btns .swiper-prev {
        width: 3.229vw;
        height: 3.229vw;
        background-repeat: no-repeat;
        -webkit-background-size: 1.2vw auto;
        background-size: 1.2vw auto
    }
    .d-vK-swiper1 .vK-btns.is-hover .circle {
        width: 3.229vw;
        height: 3.229vw
    }
    .row-ind3 {
        margin-top: -5.833vw;
        padding: .781vw 0 7.708vw
    }
    .row-ind3 .ind3-col {
        padding-top: 5.416vw
    }
    .row-ind3 .ind3-cor .ind3-cor-left {
        padding-top: 5.833vw
    }
    .d-view-swiper1 {
        box-shadow: 0 0 3.333vw 1px rgba(14,60,147,.15)
    }
    .d-view-swiper1 .inner:after {
        right: 0;
        height: .104vw
    }
    .d-view-swiper1 .text {
        padding: 2.916vw 1.875vw;
        height: 16vw
    }
    .d-view-swiper1 .time {
        padding: .52vw;
        min-width: 4.947vw;
        left: 1.875vw
    }
    .d-view-swiper1 .time .t1 {
        font-size: 2.5vw
    }
    .d-view-swiper1 .time .t2,.d-view-swiper1 .title {
        font-size: 18px
    }
    .d-view-swiper1 .txt {
        margin-top: .52vw;
        font-size: 14px
    }
    .d-view-swiper1 .swiper-pagination {
        bottom: 1.562vw!important
    }
    .d-view-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .364vw!important;
        width: 1.197vw;
        height: 1.197vw
    }
    .d-mUl-1 {
        margin-bottom: 1.562vw
    }
    .d-mUl-1 .icon {
        width: 3.125vw;
        height: 3.125vw;
        line-height: 3.125vw
    }
    .d-mUl-1 .pop-codes {
        -webkit-transform: translate(-50%,.52vw);
        -ms-transform: translate(-50%,.52vw);
        -o-transform: translate(-50%,.52vw);
        transform: translate(-50%,.52vw)
    }
    .d-mUl-1 .pop-codes .pop-codes-in {
        box-shadow: 0 0 .52vw rgba(0,0,0,.15)
    }
    .d-mUl-1 .pop-codes .pic {
        padding: .52vw;
        width: 8.333vw;
        height: 8.333vw;
        line-height: 7.291vw
    }
    .d-media-swiper1 {
        padding: .625vw
    }
    .d-media-swiper1 .text {
        padding: .833vw;
        height: 11.14vw
    }
    .d-media-swiper1 .hd .icon {
        width: 2.343vw;
        height: 2.343vw;
        line-height: 2.343vw
    }
    .d-media-swiper1 .hd .hd-title {
        padding: 0 .52vw;
        width: calc(100% - 2.343vw);
        font-size: 18px
    }
    .d-media-swiper1 .hd .time {
        margin-left: .781vw;
        font-size: 14px
    }
    .d-media-swiper1 .title {
        margin-top: .729vw;
        font-size: 18px
    }
    .d-media-swiper1 .swiper-pagination {
        bottom: 1.562vw!important
    }
    .d-media-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .364vw!important;
        width: 1.197vw;
        height: 1.197vw
    }
    .d-media2 {
        margin-bottom: -12.91vw;
        width: 53.85vw;
        height: 53.85vw
    }
    .d-mediaUl-2 li {
        margin: 0 .651vw;
        padding-bottom: 7.916vw;
        width: 4.427vw
    }
    .d-mediaUl-2 .inner {
        padding: 3.125vw 0
    }
    .d-mediaUl-2 .inner:after,.d-mediaUl-2 .inner:before {
        height: 3.125vw
    }
    .d-mediaUl-2 .icon {
        margin: 0 auto .625vw;
        width: 1.458vw;
        height: 1.458vw
    }
    .d-mediaUl-2 .title {
        font-size: 16px
    }
    .row-ind4 {
        height: 38.69vw
    }
    .d-kD-swiper1 .circle {
        width: 59.68vw;
        height: 59.68vw
    }
    .d-kD-swiper1 .house {
        bottom: -1.093vw;
        width: 57.7vw;
        height: 25.15vw
    }
    .d-kD-swiper1 .numData .item {
        padding: 1.041vw;
        -webkit-transform: translateY(1.562vw);
        -ms-transform: translateY(1.562vw);
        -o-transform: translateY(1.562vw);
        transform: translateY(1.562vw)
    }
    .d-kD-swiper1 .numData .num {
        font-size: 2.031vw
    }
    .d-kD-swiper1 .numData .txt {
        margin-top: .208vw;
        font-size: .781vw
    }
    .d-kD-swiper1 .numData .item.i2 {
        width: 8.072vw;
        height: 8.072vw
    }
    .d-kD-swiper1 .numData .item.i2 .num {
        font-size: 2.031vw
    }
    .d-kD-swiper1 .numData .item.i2 .txt {
        font-size: .781vw
    }
    .d-kD-swiper1 .numData .item.i3 {
        width: 13.95vw;
        height: 13.95vw
    }
    .d-kD-swiper1 .numData .item.i3 .num {
        font-size: 3.762vw
    }
    .d-kD-swiper1 .numData .item.i3 .txt {
        font-size: 14px
    }
    .d-kD-swiper1 .numData .item.i1 {
        padding-bottom: 3.125vw;
        width: 17.29vw;
        height: 17.29vw
    }
    .d-kD-swiper1 .numData .item.i1 .num {
        font-size: 4.062vw
    }
    .d-kD-swiper1 .numData .item.i1 .txt {
        font-size: .989vw
    }
    .d-kD-swiper1 .numData .item.i4 {
        padding-top: 4.687vw;
        width: 21.56vw;
        height: 21.56vw
    }
    .d-kD-swiper1 .numData .item.i4 .num {
        font-size: 4.583vw
    }
    .d-kD-swiper1 .numData .item.i4 .txt {
        font-size: 18px
    }
    .d-kD-swiper1 .swiper-pagination {
        bottom: 3.229vw!important
    }
    .d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .364vw!important;
        width: 1.197vw;
        height: 1.197vw
    }
    .row-ind5 {
        padding: 4.895vw 0 4.062vw
    }
    .row-ind5 .d-topH1 {
        margin-bottom: 2.916vw
    }
    .d-sT-swiper1 {
        margin: -2.083vw -1.562vw;
        padding: 2.083vw 1.562vw 2.812vw
    }
    .d-sT-swiper1 .inner:after {
        height: .104vw
    }
    .d-sT-swiper1 .text {
        padding: 0 1.562vw;
        height: 4.6vw;
        line-height: 4.6vw
    }
    .d-sT-swiper1 .icon {
        margin-right: .729vw;
        width: 1.458vw;
        height: 1.458vw;
        line-height: 1.458vw
    }
    .d-sT-swiper1 .title {
        width: calc(100% - 2.187vw);
        font-size: 18px
    }
    .d-sT-swiper1 .inner:hover {
        box-shadow: .156vw .416vw 1.614vw 1px rgba(0,0,0,.2)
    }
    .d-sT-swiper1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .208vw!important;
        width: .729vw;
        height: .729vw
    }
    .d-sTUl-1 {
        margin: 5.208vw -2.083vw 0
    }
    .d-sTUl-1 .img {
        padding: .625vw;
        width: 7.5vw;
        height: 7.5vw
    }
    .d-sTUl-1 .img:after,.d-sTUl-1 .img:before {
        width: 52.08vw
    }
    .d-sTUl-1 .title {
        margin-top: 1.145vw;
        font-size: 18px
    }
    .ban {
        height: 36.45vw
    }
    .ban .ban-text .title {
        font-size: 32px
    }
    .ban .ban-text .title .title-in {
        margin: 0 -1.25vw;
        padding: .52vw 1.25vw 0
    }
    .ban .ban-text .title .cn {
        text-shadow: 0 .156vw .364vw rgba(5,28,63,.49)
    }
    .ban .ban-text .title .en {
        margin-top: .416vw
    }
    .ban .ban-inNav {
        padding-left: 4.427vw;
        left: 5%
    }
    .ban .ban-inNav:after {
        width: 104.1vw;
        border-radius: 3vw 0 0
    }
    .ban .ban-inNav ul {
        padding-top: 1.354vw
    }
    .ban .ban-inNav li {
        margin-right: 4.166vw
    }
    .ban .ban-inNav a {
        line-height: 3.75vw;
        font-size: 16px
    }
    .ban .ban-inNav a:after {
        height: .104vw
    }
    .ban .cur {
        bottom: 6.25vw;
        font-size: .729vw
    }
    .ban .cur a,.ban .cur span {
        margin: 0 .26vw
    }
    .ban .cur.cur_2 {
        bottom: 1.041vw
    }
    .row-a1 {
        padding: 5.312vw 0 5.989vw
    }
    .pages {
        padding-top: 4.166vw
    }
    .pages ul li {
        padding: 0 .104vw
    }
    .pages ul li a,.pages ul li span {
        padding: 0 .26vw;
        font-size: 12px
    }
    .pages .go {
        margin-left: .625vw;
        font-size: .833vw
    }
    .pages .go .inp {
        margin: 0 .52vw;
        border-radius: .208vw;
        font-size: 12px
    }
    .pages .go .sur {
        margin-left: .416vw
    }
    .d-noticeUl-1 {
        margin: 0 -1.041vw -2.083vw
    }
    .d-noticeUl-1 li {
        padding: 0 1.041vw;
        margin-bottom: 2.083vw
    }
    .d-noticeUl-1 .inner {
        padding: 1.041vw 2.083vw 2.916vw
    }
    .d-noticeUl-1 .time {
        padding: .416vw .52vw;
        width: 8.854vw;
        height: 5.833vw
    }
    .d-noticeUl-1 .time .t1 {
        font-size: 3.8vw
    }
    .d-noticeUl-1 .time .t2 {
        font-size: 14px
    }
    .d-noticeUl-1 .title {
        margin-top: 1.25vw;
        font-size: 18px
    }
    .d-noticeUl-1 .txt {
        margin-top: 1.041vw;
        font-size: 14px
    }
    .d-leader1 {
        padding: 3.437vw 4.27vw 5.416vw
    }
    .d-leader1 .cont:before {
        width: .625vw;
        height: .625vw
    }
    .d-leader1 .cont:after {
        width: .104vw
    }
    .d-leader1 .item {
        padding: .52vw 0;
        min-height: 4.3vw
    }
    .d-leader1 .item .title {
        padding: 0 1.562vw;
        font-size: 16px
    }
    .d-leader1 .item .txt {
        padding: 0 1.562vw 0 5.052vw;
        font-size: 16px
    }
    .d-view-swiper2 {
        padding-right: 2.604vw
    }
    .d-view-swiper2:after {
        left: 8.645vw;
        height: 56.49%
    }
    .d-view-swiper2 .mask-bg {
        height: 5.468vw
    }
    .d-view-swiper2 .text {
        padding: 2vw 2.604vw
    }
    .d-view-swiper2 .title {
        font-size: 18px
    }
    .d-view-swiper2 .swiper-btns {
        padding-left: 8.645vw
    }
    .d-view-swiper2 .swiper-btns .in {
        padding-left: 2.083vw;
        height: 5.52vw
    }
    .d-view-swiper2 .swiper-btns .swiper-current {
        font-size: 24px
    }
    .d-view-swiper2 .swiper-btns .swiper-pro {
        margin: 0 .52vw 0 .833vw;
        width: 8.333vw
    }
    .d-view-swiper2 .swiper-btns .swiper-total {
        font-size: 16px
    }
    .d-view-swiper2 .swiper-btns .swiper-next,.d-view-swiper2 .swiper-btns .swiper-prev {
        margin-left: .625vw;
        width: 30px;
        height: 30px
    }
    .d-viewUl-1 {
        margin: 0 -.416vw -.833vw
    }
    .d-viewUl-1 li {
        padding: 0 .416vw;
        margin-bottom: .833vw
    }
    .d-viewUl-1 .mask-eye {
        width: 30px;
        height: 24px
    }
    .d-video-swiper1 {
        margin-bottom: 3.125vw;
        padding-bottom: 2.812vw
    }
    .d-video-swiper1:before {
        bottom: -1.406vw;
        height: 1.406vw
    }
    .d-video-swiper1 .mask-bg {
        height: 6.562vw
    }
    .d-video-swiper1 .play-btn {
        width: 5vw;
        height: 5vw
    }
    .d-video-swiper1 .play-btn:before {
        margin: -2.5vw 0 0 -2.5vw
    }
    .d-video-swiper1 .play-btn:after {
        margin: -3.125vw 0 0 -3.125vw;
        width: 6.25vw;
        height: 6.25vw
    }
    .d-video-swiper1 .text {
        padding: 2vw 2.083vw
    }
    .d-video-swiper1 .title {
        font-size: 18px
    }
    .d-video-swiper1 .swiper-next,.d-video-swiper1 .swiper-prev {
        width: 4vw;
        height: 4vw
    }
    .d-videoSwp-btns {
        margin-bottom: 5vw;
        padding: 0 4.166vw
    }
    .d-videoSwp-btns .swiper-pro {
        width: calc(100% - 5.52vw)
    }
    .d-videoSwp-btns .swiper-pag {
        width: 5.52vw
    }
    .d-videoSwp-btns .swiper-pag .current {
        font-size: 3vw
    }
    .d-videoSwp-btns .swiper-pag .total {
        padding-bottom: .312vw;
        font-size: 16px
    }
    .d-videoUl-1 {
        margin: 0 -1.197vw -2.187vw
    }
    .d-videoUl-1 li {
        padding: 0 1.197vw;
        margin-bottom: 2.187vw
    }
    .d-videoUl-1 .play-btn {
        width: 4vw;
        height: 4vw
    }
    .d-videoUl-1 .text {
        padding: 1.145vw 1.562vw 1.77vw
    }
    .d-videoUl-1 .time {
        font-size: 14px
    }
    .d-videoUl-1 .title {
        margin-top: .312vw;
        font-size: 16px
    }
    .d-videoUl-1 .inner:hover {
        box-shadow: 0 0 .937vw 0 rgba(0,28,63,.33)
    }
    .d-newsUl-1 .inner {
        padding: 1.875vw 0
    }
    .d-newsUl-1 .img {
        width: 18.95vw
    }
    .d-newsUl-1 .text {
        width: calc(100% - 18.95vw)
    }
    .d-newsUl-1 .time {
        width: 6.77vw
    }
    .d-newsUl-1 .time .t1 {
        font-size: 3.437vw
    }
    .d-newsUl-1 .time .t2 {
        font-size: 1.25vw
    }
    .d-newsUl-1 .text-in {
        padding: 0 5.364vw 0 2.552vw;
        width: calc(100% - 6.77vw)
    }
    .d-newsUl-1 .title {
        font-size: 18px
    }
    .d-newsUl-1 .title span {
        background-size: 0 .104vw
    }
    .d-newsUl-1 .txt {
        margin-top: .625vw;
        font-size: 14px
    }
    .d-newsUl-1 .inner:hover .title span {
        background-size: 100% .104vw
    }
    .d-typeN1 .typeN1-item+.typeN1-item {
        margin-top: 3.645vw
    }
    .d-typeN1 .d-title2 {
        padding-bottom: 1.25vw
    }
    .d-typeNUl-1 {
        margin: 0 -1.562vw
    }
    .d-typeNUl-1 li {
        padding: 0 1.562vw
    }
    .d-typeNUl-1 .inner {
        padding: 0 3.645vw;
        line-height: 5vw
    }
    .d-typeNUl-1 .icon {
        left: 1.562vw;
        width: 1.6vw;
        height: 1.6vw;
        line-height: 1.6vw
    }
    .d-typeNUl-1 .title {
        font-size: 16px
    }
    .d-typeNUl-1 .arrow {
        right: 1.562vw;
        width: 1.822vw;
        height: 1.093vw
    }
    .d-typeNUl-1 .inner:hover .arrow {
        -webkit-transform: translate(.26vw,-50%);
        -ms-transform: translate(.26vw,-50%);
        -o-transform: translate(.26vw,-50%);
        transform: translate(.26vw,-50%)
    }
    .d-org1 .org1-item+.org1-item {
        margin-top: 3.125vw
    }
    .d-org1 .d-title2 {
        margin-bottom: 2.083vw
    }
    .d-org1 .d-title2 .title img {
        margin: -.208vw .729vw 0 0;
        max-width: 2.187vw
    }
    .d-orgUl-1 {
        margin: 0 -1.197vw -2.291vw
    }
    .d-orgUl-1 li {
        padding: 0 1.197vw;
        margin-bottom: 2.291vw
    }
    .d-orgUl-1 .inner {
        padding: 0 1.666vw;
        line-height: 4.2vw
    }
    .d-orgUl-1 .inner:before {
        width: .26vw
    }
    .d-orgUl-1 .title {
        font-size: 16px
    }
    .d-orgUl-1 .arrow {
        right: 1.562vw;
        width: 1.822vw;
        height: 1.093vw
    }
    .d-orgUl-1 .inner:hover {
        box-shadow: 0 0 .52vw 0 rgba(0,65,147,.45)
    }
    .d-orgUl-1 .inner:hover .arrow {
        -webkit-transform: translate(.26vw,-50%);
        -ms-transform: translate(.26vw,-50%);
        -o-transform: translate(.26vw,-50%);
        transform: translate(.26vw,-50%)
    }
}
@media only screen and (min-width: 960px) and (max-width:1199px) {
    .header .header-link {
        font-size:12px
    }
    .header .nav>li>a {
        padding: 0 5px;
        font-size: 14px
    }
    .header .header-lang dt {
        padding: 0 30px;
        font-size: 14px
    }
    .header .header-lang dt:before {
        width: 14px;
        height: 14px;
        left: 10px
    }
    .header .header-lang dt:after {
        right: 10px
    }
    .header .header-so .inp {
        font-size: 12px
    }
    .d-aR-swiper1 .aR-btns {
        bottom: 1.2vw
    }
    .d-aR-swiper1 .aR-btns .swiper-next,.d-aR-swiper1 .aR-btns .swiper-prev {
        width: 30px;
        height: 30px
    }
    .d-mediaUl-2 li {
        padding-bottom: 2vw
    }
    .row-ind3 .ind3-cor .d-btns1 {
        bottom: -3vw
    }
    .d-view-swiper1 .text {
        height: 18vw
    }
}
@media only screen and (max-width: 959px) {
    body {
        padding-top:60px
    }
    .wp {
        width: 100%;
        padding: 0 20px
    }
    .header {
        height: 60px;
        line-height: 60px
    }
    .menuBtn {
        display: block
    }
    .header .logo {
        width: 200px
    }
    .header .logo a {
        padding: 10px
    }
    .header .header-con {
        padding: 60px 0 0;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 300px;
        background-color: #0e2a88;
        z-index: 9;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        box-shadow: 0 0 10px rgba(0,0,0,.15);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .header .header-con .scroll {
        padding: 0 0 30px;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        overflow-y: auto
    }
    .header .header-con.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    .header .header-1 {
        display: block;
        height: auto;
        order: 2
    }
    .header .header-so {
        border-left: none;
        width: 100%
    }
    .header .header-link {
        padding: 20px 0 20px 10px;
        margin: 0;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        align-items: flex-start
    }
    .header .header-link a {
        padding: 0 10px
    }
    .header .header-type dt {
        padding: 0;
        position: relative;
        background: 0 0
    }
    .header .header-type dt:after {
        margin-left: 12px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 5px;
        background: url(../images/d-down1.png) center center no-repeat;
        -webkit-background-size: 8px auto;
        background-size: 8px auto
    }
    .header .header-type dd {
        position: static
    }
    .header .header-2 {
        display: block;
        height: auto;
        width: 100%;
        order: 1
    }
    .header .nav {
        display: block;
        margin: 0
    }
    .header .nav>li>a {
        padding: 0 30px
    }
    .header .nav>li>a:after {
        left: 30px
    }
    .header .nav>li>a i {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 30px;
        height: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .header .nav>li>a i:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/d-down1.png) center center no-repeat;
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .header .nav>li.on>a i:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .header .nav .sub {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    .header .nav .sub a {
        padding: 10px 40px;
        text-align: left
    }
    .header .header-lang {
        padding: 0 30px;
        line-height: 1.1;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }
    .header .header-lang dt {
        display: none
    }
    .header .header-lang dd {
        position: static;
        display: block;
        max-height: none;
        font-size: 0;
        background: 0 0;
        box-shadow: none
    }
    .header .header-lang dd a {
        padding: 8px 0;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        color: #fff
    }
    .footer .footer-1 {
        padding: 20px 0
    }
    .footer .footer-1 .wp {
        display: block
    }
    .footer .footer-1 .footer1-col,.footer .footer-1 .footer1-com,.footer .footer-1 .footer1-cor {
        width: 100%
    }
    .footer .footer-1 .footer1-col {
        margin-bottom: 20px
    }
    .footer .footer-1 .footer1-com {
        margin-bottom: 30px
    }
    .footer .footer-logo {
        height: 80px;
        line-height: 80px;
        text-align: center
    }
    .footer .footer-info {
        margin-top: 20px;
        font-size: 14px
    }
    .footer .footer-addr {
        margin-bottom: -10px;
        font-size: 14px
    }
    .footer .footer-addr .item {
        margin-bottom: 10px
    }
    .footer .footer-codes .pic {
        width: 120px;
        margin: 0 auto
    }
    .footer .footer-2 {
        padding: 15px 0
    }
    .footer .footer-copy {
        font-size: 12px
    }
    .d-topH1 {
        margin-bottom: 20px
    }
    .d-title1 .icon {
        width: 30px;
        height: 38px
    }
    .d-title1 .title {
        padding-left: 15px;
        min-height: 0
    }
    .d-title1 .title .en {
        font-size: 12px
    }
    .d-title1 .title .cn {
        font-size: 24px
    }
    .d-btns1 a {
        font-size: 14px;
        line-height: 32px
    }
    .d-btns1 em {
        margin: 0 2px
    }
    .d-topH2 {
        margin-bottom: 20px
    }
    .d-title2 .title {
        font-size: 24px
    }
    .banner,.banner img,.banner video {
        height: auto
    }
    .banner .swiper-pagination {
        bottom: 15px!important
    }
    .banner .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px
    }
    .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 18px;
        height: 18px
    }
    .ind1-bgC {
        left: 0
    }
    .ind1-bgCircle {
        display: none
    }
    .d-tN-1 {
        padding: 40px 0 20px
    }
    .d-tN-1 .d-title1 .title {
        border-color: rgba(14,48,140,.5)
    }
    .d-tN-1 .d-title1 .icon {
        background-image: url(../images/d-tit-bg1.png)
    }
    .d-tN-1 .d-title1 .title .en {
        color: #666
    }
    .d-tN-1 .d-title1 .title .cn {
        color: #333
    }
    .d-tN-1 .d-btns1 {
        margin-top: 0
    }
    .d-tN-1 .tN1-bd {
        display: block
    }
    .d-tN-1 .tN1-bd .tN1-col,.d-tN-1 .tN1-bd .tN1-cor {
        width: 100%
    }
    .d-tN-1 .tN1-bd .tN1-col {
        margin-bottom: 20px
    }
    .d-tN-swiper1 {
        padding-bottom: 40px
    }
    .d-tN-swiper1 .text {
        padding: 10px 20px
    }
    .d-tN-swiper1 .time {
        font-size: 12px
    }
    .d-tN-swiper1 .title {
        font-size: 16px
    }
    .d-tN-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px
    }
    .d-tNUl-1 .inner {
        padding: 15px 0
    }
    .d-tNUl-1 .time {
        width: 80px;
        height: 52px
    }
    .d-tNUl-1 .time .t1 {
        font-size: 36px
    }
    .d-tNUl-1 .time .t2 {
        font-size: 14px
    }
    .d-tNUl-1 .text {
        width: calc(100% - 80px)
    }
    .d-tN-2 .wp {
        display: block
    }
    .d-tN-2 .tN2-col,.d-tN-2 .tN2-cor {
        width: 100%;
        padding: 40px 0
    }
    .d-tN-2 .tN2-col .d-cNTabs-tit {
        padding-bottom: 50px;
        margin-bottom: 20px
    }
    .d-cNTabs-tit li {
        margin-right: 20px
    }
    .d-cNTabs-tit .d-btns1 {
        top: auto;
        bottom: 0
    }
    .d-cNUl-1 .inner {
        padding-left: 30px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto
    }
    .d-cNUl-1 .title {
        font-size: 16px
    }
    .d-cNUl-1 .time,.d-cNUl-1 .txt {
        font-size: 14px
    }
    .d-cNUl-1 .on .inner {
        padding: 0;
        display: block
    }
    .d-cNUl-1 .on .img {
        width: 100%
    }
    .d-cNUl-1 .on .text {
        padding: 15px;
        width: 100%
    }
    .d-cNUl-1 .on .time {
        margin-top: 10px
    }
    .ind1-bgB {
        right: -20px;
        left: -20px
    }
    .d-tN-2 .tN2-cor .d-topH1 {
        margin: 0 0 20px
    }
    .d-tN-2 .tN2-cor .d-nUl-1 {
        margin: 0
    }
    .d-nUl-1 .inner {
        padding: 15px 0
    }
    .d-nUl-1 .time .t1 {
        font-size: 32px
    }
    .d-nUl-1 .time .t2 {
        font-size: 12px
    }
    .d-nUl-1 .title {
        font-size: 16px
    }
    .d-nUl-1 .arrow {
        width: 30px;
        height: 16px
    }
    .d-nUl-1 .text {
        padding: 0 20px;
        width: calc(100% - 97px)
    }
    .d-aR-1 {
        padding: 40px 0
    }
    .d-aR-1 .d-title1 {
        position: static;
        width: 100%;
        margin-bottom: 20px
    }
    .d-aR-1 .wp {
        display: block
    }
    .d-aR-1 .aR1-col,.d-aR-1 .aR1-cor {
        width: 100%
    }
    .d-aR-1 .aR1-col {
        margin-bottom: 30px
    }
    .d-aRUl-1 .inner {
        padding: 20px;
        height: 150px
    }
    .d-aRUl-1 .title {
        font-size: 18px
    }
    .d-aRUl-1 {
        padding-top: 60px
    }
    .d-aRUl-1 li:nth-child(even) {
        margin-top: -60px
    }
    .d-aR-swiper1 .aR-btns {
        bottom: 10px
    }
    .d-aR-swiper2 {
        display: block
    }
    .d-aR-swiper2 .aR-for {
        width: 100%
    }
    .d-aR-swiper2 .aR-for .inner {
        height: auto
    }
    .d-aR-swiper2 .aR-nav {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        width: 100%;
        padding: 20px
    }
    .d-aR-swiper2 .aR-nav .title {
        font-size: 16px
    }
    .d-aR-swiper2 .aR-nav .time,.d-aR-swiper2 .aR-nav .txt {
        margin-top: 10px;
        font-size: 14px
    }
    .d-aR-swiper2 .aR-nav .swiper-pagination {
        bottom: 20px!important;
        right: 20px
    }
    .d-aRUl-2 .inner {
        padding: 15px 0
    }
    .d-aRUl-2 .title {
        font-size: 16px
    }
    .d-aRUl-2 .time {
        margin-top: 10px;
        font-size: 14px
    }
    .d-aR-1 .d-btns1 {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .d-aR-2 {
        margin-top: -100px
    }
    .d-aR-2 .d-topH1 {
        padding-bottom: 50px;
        margin-bottom: 20px;
        opacity: 1!important
    }
    .d-topH1.tac .d-btns1 {
        bottom: 0;
        top: auto;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    .d-aR-2 .aR-bgJz {
        width: 1900px!important;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .d-vK-swiper1 {
        padding-bottom: 0;
        opacity: 1!important
    }
    .d-vK-swiper1 .vK-btns {
        bottom: auto;
        top: 35%;
        width: 100%;
        height: auto
    }
    .d-vK-swiper1 .vK-btns .circle {
        display: none
    }
    .d-vK-swiper1 .title {
        font-size: 18px
    }
    .d-vK-swiper1 .vK-btns .swiper-arrow {
        position: static;
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    .d-vK-swiper1 .vK-btns .swiper-next,.d-vK-swiper1 .vK-btns .swiper-prev {
        position: absolute
    }
    .d-vK-swiper1 .vK-btns .swiper-prev {
        left: 0
    }
    .d-vK-swiper1 .vK-btns .swiper-next {
        right: 0
    }
    .row-ind3 {
        padding: 40px 0
    }
    .row-ind3 .wp {
        display: block
    }
    .row-ind3 .ind3-col,.row-ind3 .ind3-cor {
        width: 100%
    }
    .row-ind3 .ind3-col {
        margin-bottom: 40px
    }
    .row-ind3 .ind3-cor {
        display: block
    }
    .row-ind3 .ind3-cor .ind3-cor-left,.row-ind3 .ind3-cor .ind3-cor-right {
        width: 100%;
        padding: 0
    }
    .d-view-swiper1 .time {
        min-width: 0;
        left: 30px
    }
    .d-view-swiper1 .time .t1 {
        font-size: 32px
    }
    .d-view-swiper1 .time .t2 {
        font-size: 12px
    }
    .d-view-swiper1 .text {
        height: 220px;
        padding: 50px 30px
    }
    .d-view-swiper1 .title {
        font-size: 16px
    }
    .d-view-swiper1 .txt {
        font-size: 14px
    }
    .d-view-swiper1 .swiper-pagination {
        bottom: 15px!important
    }
    .d-view-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px
    }
    .d-mUl-1 {
        justify-content: center;
        margin-bottom: 20px
    }
    .d-media-swiper1 .text {
        height: 140px
    }
    .d-media-swiper1 .hd .icon {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .d-media-swiper1 .hd .hd-title {
        font-size: 16px;
        width: calc(100% - 30px)
    }
    .d-media-swiper1 .hd .time {
        font-size: 14px
    }
    .d-media-swiper1 .title {
        margin-top: 10px;
        font-size: 16px
    }
    .d-media-swiper1 .swiper-pagination {
        bottom: 15px!important
    }
    .d-media-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px
    }
    .d-mediaUl-2 li {
        width: 50px;
        margin: 0 12px
    }
    .d-mediaUl-2 .title {
        font-size: 13px;
        width: 16px
    }
    .d-media2 {
        width: 700px;
        height: 700px;
        margin-bottom: -180px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .row-ind3 .ind3-cor .d-btns1 {
        margin-top: 20px;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: center
    }
    .row-ind4 .d-title1 {
        top: 40px
    }
    .d-kD-swiper1 .circle {
        display: none
    }
    .d-kD-swiper1 .house {
        height: auto
    }
    .d-kD-swiper1 .numData {
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .d-kD-swiper1 .numData .num {
        line-height: 1
    }
    .d-kD-swiper1 .numData .item {
        margin-right: 10px;
        padding: 15px 20px!important;
        display: inline-block;
        vertical-align: top;
        position: static;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center!important
    }
    .d-kD-swiper1 .numData .item.i2 {
        width: 120px;
        height: 120px
    }
    .d-kD-swiper1 .numData .item.i2 .num {
        font-size: 28px
    }
    .d-kD-swiper1 .numData .item.i2 .txt {
        font-size: 14px
    }
    .d-kD-swiper1 .numData .item.i3 {
        width: 120px;
        height: 120px
    }
    .d-kD-swiper1 .numData .item.i3 .num {
        font-size: 28px
    }
    .d-kD-swiper1 .numData .item.i3 .txt {
        font-size: 14px
    }
    .d-kD-swiper1 .numData .item.i1 {
        width: 120px;
        height: 120px
    }
    .d-kD-swiper1 .numData .item.i1 .num {
        font-size: 28px
    }
    .d-kD-swiper1 .numData .item.i1 .txt {
        font-size: 14px
    }
    .d-kD-swiper1 .numData .item.i4 {
        width: 120px;
        height: 120px
    }
    .d-kD-swiper1 .numData .item.i4 .num {
        font-size: 28px
    }
    .d-kD-swiper1 .numData .item.i4 .txt {
        font-size: 14px
    }
    .d-kD-swiper1 .swiper-pagination {
        bottom: 15px!important
    }
    .d-kD-swiper1 .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px
    }
    .row-ind5 {
        padding: 40px 0
    }
    .row-ind5 .d-topH1 {
        padding-bottom: 50px;
        margin-bottom: 30px
    }
    .d-sT-swiper1 {
        padding-bottom: 40px
    }
    .d-sT-swiper1 .text {
        height: 58px;
        line-height: 58px;
        padding: 0 20px
    }
    .d-sT-swiper1 .title {
        font-size: 16px
    }
    .d-sTUl-1 {
        flex-wrap: wrap;
        margin: 80px 0 -15px
    }
    .d-sTUl-1 li {
        margin-bottom: 15px;
        width: 33.33%
    }
    .d-sTUl-1 .img {
        width: 80px;
        height: 80px
    }
    .d-sTUl-1 .title {
        margin-top: 10px;
        font-size: 14px
    }
    .ban {
        height: 350px
    }
    .ban .ban-text {
        top: 50%
    }
    .ban .ban-text .title {
        font-size: 24px
    }
    .ban .ban-inNav {
        display: none
    }
    .ban .cur {
        bottom: 10px!important
    }
    .row-a1 {
        padding: 40px 0
    }
    .pages {
        padding-top: 20px
    }
    .pages ul {
        width: 100%
    }
    .pages ul li {
        display: none
    }
    .pages ul li.active,.pages ul li.next,.pages ul li.prev {
        display: block
    }
    .pages .go {
        width: 100%;
        margin: 10px 0 0;
        justify-content: center
    }
    .d-view1 {
        display: block
    }
    .d-view1 .view1-col,.d-view1 .view1-cor {
        width: 100%
    }
    .d-view1 .view1-col {
        margin-bottom: 30px
    }
    .d-view-swiper2 {
        padding-right: 20px
    }
    .d-view-swiper2:after {
        left: 20px
    }
    .d-view-swiper2 .text {
        padding: 15px
    }
    .d-view-swiper2 .title {
        font-size: 16px
    }
    .d-view-swiper2 .swiper-btns {
        padding-left: 20px
    }
    .d-view-swiper2 .swiper-btns .in {
        padding-left: 20px;
        height: 60px
    }
    .d-view-swiper2 .swiper-btns .swiper-current {
        font-size: 20px
    }
    .d-view-swiper2 .swiper-btns .swiper-pro {
        width: 70px
    }
    .d-view-swiper2 .swiper-btns .swiper-total {
        font-size: 14px
    }
    .d-viewUl-1 {
        margin: 0 -5px -10px
    }
    .d-viewUl-1 li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .d-newsUl-1 {
        overflow: hidden
    }
    .d-newsUl-1 li {
        width: 50%;
        float: left
    }
    .d-newsUl-1 .inner {
        display: block;
        padding: 20px 10px
    }
    .d-newsUl-1 .img {
        margin-bottom: 15px;
        width: 100%
    }
    .d-newsUl-1 .text {
        width: 100%
    }
    .d-newsUl-1 .time {
        width: 60px
    }
    .d-newsUl-1 .time .t1 {
        font-size: 32px
    }
    .d-newsUl-1 .time .t2 {
        font-size: 14px
    }
    .d-newsUl-1 .text-in {
        width: calc(100% - 60px);
        padding: 0 0 0 15px
    }
    .d-newsUl-1 .title {
        font-size: 16px
    }
    .d-newsUl-1 .txt {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.5;
        height: 3em
    }
    .d-video-swiper1 {
        padding-bottom: 0;
        margin-bottom: 20px
    }
    .d-video-swiper1 .swiper-next,.d-video-swiper1 .swiper-prev,.d-video-swiper1:before {
        display: none
    }
    .d-video-swiper1 .slider .slider-in {
        width: 100%
    }
    .d-video-swiper1 .play-btn {
        width: 40px;
        height: 40px
    }
    .d-video-swiper1 .play-btn:before {
        margin: -20px 0 0 -20px
    }
    .d-video-swiper1 .play-btn:after {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }
    .d-video-swiper1 .text {
        padding: 10px 15px
    }
    .d-video-swiper1 .title {
        font-size: 16px
    }
    .d-videoSwp-btns {
        padding: 0 10px;
        margin-bottom: 40px
    }
    .d-videoSwp-btns .swiper-pag .current {
        font-size: 36px
    }
    .d-videoSwp-btns .swiper-pag .total {
        font-size: 18px
    }
    .d-videoUl-1 {
        margin-bottom: -20px
    }
    .d-videoUl-1 li {
        width: 100%;
        margin-bottom: 20px
    }
    .d-videoUl-1 .text {
        padding: 20px 15px
    }
    .d-videoUl-1 .time {
        font-size: 14px
    }
    .d-videoUl-1 .title {
        font-size: 16px
    }
    .d-leader1 {
        padding: 20px
    }
    .d-leader1 .item {
        min-height: 60px
    }
    .d-leader1 .item .title,.d-leader1 .item .txt {
        font-size: 14px;
        padding: 10px 15px
    }
    .d-typeN1 .typeN1-item+.typeN1-item {
        margin-top: 40px
    }
    .d-typeN1 .d-title2 {
        padding-bottom: 20px
    }
    .d-typeNUl-1 li {
        width: 100%
    }
    .d-typeNUl-1 .inner {
        padding: 0 50px
    }
    .d-typeNUl-1 .icon {
        left: 10px
    }
    .d-typeNUl-1 .title {
        font-size: 16px
    }
    .d-typeNUl-1 .arrow {
        right: 10px
    }
    .d-org1 .org1-item+.org1-item {
        margin-top: 40px
    }
    .d-org1 .d-title2 {
        margin-bottom: 20px
    }
    .d-org1 .d-title2 .title img {
        max-width: 28px
    }
    .d-orgUl-1 {
        margin-bottom: -20px
    }
    .d-orgUl-1 li {
        width: 100%;
        margin-bottom: 20px
    }
    .d-orgUl-1 .inner {
        line-height: 60px
    }
    .d-orgUl-1 .title {
        font-size: 16px
    }
    .d-orgUl-1 .arrow {
        right: 10px
    }
    .d-noticeUl-1 {
        margin-bottom: -20px
    }
    .d-noticeUl-1 li {
        width: 100%;
        margin-bottom: 20px
    }
    .d-noticeUl-1 .inner {
        padding: 20px 20px 40px
    }
    .d-noticeUl-1 .time {
        width: 140px;
        height: 92px
    }
    .d-noticeUl-1 .time .t1 {
        font-size: 46px
    }
    .d-noticeUl-1 .time .t2 {
        font-size: 14px
    }
    .d-noticeUl-1 .title {
        margin-top: 20px;
        font-size: 16px
    }
    .d-noticeUl-1 .txt {
        margin-top: 15px;
        font-size: 14px
    }
    .d-tNUl-1 .txt {
        font-size: 14px;
        margin-top: 8px
    }
    .d-tNUl-1 .title {
        font-size: 16px
    }
    .d-cNUl-1 li:nth-child(4),.d-cNUl-1 li:nth-child(5) {
        display: none
    }
    .ind2-bgZ {
        display: none
    }
    .d-nUl-1 li:last-child {
        display: none
    }
    .row-ind3 .ind3-cor .d-topH2 {
        float: left
    }
    .d-mUl-1 .icon {
        width: 32px;
        height: 32px;
        line-height: 32px
    }
    .d-mUl-1 li {
        margin-right: 10px
    }
    .row-ind3 .ind3-cor .d-mUl-1 {
        float: right
    }
    .d-media-swiper1 {
        clear: both
    }
    .header .nav>li.on>a:after,.header .nav>li:hover>a:after {
        display: none
    }
    .d-kD-swiper1 .numData .item {
        margin-bottom: 30px;
        width: 120px!important;
        height: 120px!important
    }
    .d-kD-swiper1 .numData .txt {
        font-size: 10px!important
    }
    .d-kD-swiper1 .house {
        width: 60%
    }
    .d-kD-swiper1 .numData {
        top: 50%;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .row-ind4 {
        height: 400px
    }
}
@media only screen and (max-width: 640px) {
    .d-newsUl-1 li {
        width:auto;
        float: none
    }
    .d-newsUl-1 .inner {
        padding: 20px 0
    }
    .ban {
        height: 200px
    }
    .row-ind4 {
        height: auto
    }
    .d-kD-swiper1 .numData {
        top: 50%;
        position: static;
        padding-top: 130px;
        padding-bottom: 70px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .d-kD-swiper1 .numData .txt {
        font-size: 8px!important
    }
}
@media only screen and (max-width: 330px) {
    .d-title1 .title .cn {
        font-size:20px
    }
    .d-kD-swiper1 .numData {
        padding-top: 105px
    }
}
.bl-row {
    overflow: hidden;
    position: relative;
    background: url(../images/r-bg3.png) bottom center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto
}
.bl-row::after,.bl-row::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 232px;
    height: 170px;
    position: absolute;
    -o-background-size: contain;
    background-size: contain
}
.bl-row::before {
    top: 0;
    right: 0;
    background-image: url(../images/d-bg1.png)
}
.bl-row::after {
    bottom: 0;
    left: 0;
    background-image: url(../images/d-bg2.png)
}
.row-d1 {
    overflow: hidden;
    padding: 96px 0
}
.row-d1 .col-l {
    width: 65%;
    float: left
}
.row-d1 .col-r {
    float: right;
    width: 30.8%
}
.m-detailsb1 .top {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb
}
.m-detailsb1 .top h1 {
    font-size: 32px;
    color: #0e2d8a;
    font-weight: 400;
    margin-bottom: 40px
}
.m-detailsb1 .top .info {
    font-size: 14px;
    color: #666
}
.m-detailsb1 .top .info .num,.m-detailsb1 .top .info .time {
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    background-repeat: no-repeat;
    -o-background-size: 18px;
    background-size: 18px;
    background-position: left center;
    margin-right: 40px
}
.m-detailsb1 .top .info .time {
    background-image: url(../images/c-i1.png)
}
.m-detailsb1 .top .info .num {
    background-image: url(../images/c-i2.png)
}
.m-detailsb1 .txt {
    font-size: 18px;
    color: #333;
    padding: 40px 0;
    line-height: 1.8
}
.m-detailsb1 .txt img,.m-detailsb1 .txt video {
    max-width: 80%!important;
    width: auto!important;
    height: auto!important;
    display: block;
    margin: 20px auto
}
.m-cardb1 {
    background-color: #f7f7f7;
    padding: 35px;
    margin-bottom: 30px;
    overflow: hidden
}
.m-titb1 {
    font-size: 24px;
    color: #333;
    font-family: SourceHanSerifCN-Heavy;
    margin-bottom: 10px
}
.ul-listb1 .link {
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    line-height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.ul-listb1 .link:hover {
    color: #0e2d8a
}
.ul-listb1 li:last-child .link {
    border-bottom: none
}
.ul-listb2 li:last-child .con {
    border-bottom: none
}
.ul-listb2 .con {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0
}
.ul-listb2 .con:hover .tit {
    color: #0e2d8a
}
.ul-listb2 .left {
    float: left;
    width: 27.5%;
    margin-right: 25px
}
.ul-listb2 .pic {
    position: relative;
    overflow: hidden
}
.ul-listb2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.ul-listb2 .right {
    overflow: hidden
}
.ul-listb2 .date {
    font-size: 14px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold
}
.ul-listb2 .tit {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    height: 3.4em;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 7px 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.m-shareb1 .pop-codes {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,10px);
    -ms-transform: translate(-50%,10px);
    -o-transform: translate(-50%,10px);
    transform: translate(-50%,10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.m-shareb1 .pop-codes .pop-codes-in {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    background-color: #fff
}
.m-shareb1 .pop-codes .pic {
    padding: 10px;
    width: 160px;
    height: 160px;
    line-height: 140px;
    font-size: 0;
    text-align: center
}
.m-shareb1 .pop-codes .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.m-shareb1 .gp:hover .pop-codes {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
    visibility: visible
}
.m-shareb1 .s {
    font-size: 20px;
    line-height: 50px;
    padding-right: 10px;
    color: #333;
    float: left
}
.m-shareb1 #share {
    float: left
}
.m-shareb1 .gp {
    position: relative;
    float: left
}
.m-shareb1 .item {
    border-radius: 50%;
    border: 1px solid #aaa;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-size: 0;
    text-align: center;
    margin: 0 8px
}
.m-shareb1 .item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40px
}
.m-shareb1 .item img:nth-child(2) {
    display: none
}
.m-shareb1 .item:hover {
    background-color: #4fc471;
    border-color: #4fc471;
    box-shadow: 0 0 8px rgba(79,196,113,.8)
}
.m-shareb1 .item:nth-child(2):hover {
    background-color: #f56467;
    border-color: #f56467;
    box-shadow: 0 0 8px rgba(245,100,103,.8)
}
.m-shareb1 .item:nth-child(3):hover {
    background-color: #f70;
    border-color: #f70;
    box-shadow: 0 0 8px rgba(255,119,0,.8)
}
.m-shareb1 .item:nth-child(4):hover {
    background-color: #170b1a;
    border-color: #170b1a;
    box-shadow: 0 0 8px rgba(23,11,26,.8)
}
.m-shareb1 .item:hover img {
    display: none
}
.m-shareb1 .item:hover img:nth-child(2) {
    display: inline-block
}
.m-shareb1 .more {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/c-i3.png) center no-repeat;
    -o-background-size: 17px auto;
    background-size: 17px auto;
    margin-top: 10px
}
.m-infob1 {
    overflow: hidden;
    margin-bottom: 80px
}
.m-infob1 .txt {
    float: left;
    width: 50.7%;
    font-size: 18px;
    color: #333;
    line-height: 2
}
.m-infob1 .pic {
    float: right;
    width: 47.3%
}
.m-infob1 .pic img {
    display: block;
    width: 100%
}
.row-x1 {
    background: url(../images/r-bg1.png) right bottom no-repeat;
    -o-background-size: 50%;
    background-size: 50%;
    overflow: hidden;
    padding: 90px 0 70px
}
.m-hisb1 .swiper-slide-active .year {
    background: -webkit-linear-gradient(left,#2b4395,#0e52a0);
    background: oldlinear-gradient(left,#2b4395,#0e52a0) -moz-;
    background: -o-linear-gradient(left,#2b4395,#0e52a0);
    background: linear-gradient(90deg,#2b4395,#0e52a0);
    color: #fff
}
.m-hisb1 .year {
    text-align: center;
    font-size: 56px;
    color: #c43745;
    font-family: GoudyOldStyleT-Bold;
    width: 170px;
    height: 170px;
    border: 14px solid #f7f7f7;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    line-height: 142px;
    border-radius: 50%;
    margin: 0 auto 14px
}
.m-hisb1 .txt {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    text-align: center;
    width: 75%;
    margin: 0 auto
}
.m-hisb1 .swiper-container {
    padding: 0 30px
}
.m-hisb1 .swiper-button-next,.m-hisb1 .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2a4296;
    -o-background-size: 19px auto;
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -22px
}
.m-hisb1 .swiper-button-next::after,.m-hisb1 .swiper-button-prev::after {
    display: none
}
.m-hisb1 .swiper-button-prev {
    left: 0;
    background-image: url(../images/c-prev.png)
}
.m-hisb1 .swiper-button-prev.swiper-button-disabled {
    border-color: #c9c9c9;
    background-image: url(../images/c-prev1.png)
}
.m-hisb1 .swiper-button-next {
    right: 0;
    background-image: url(../images/c-next.png)
}
.m-hisb1 .swiper-button-next.swiper-button-disabled {
    border-color: #c9c9c9;
    background-image: url(../images/c-next1.png)
}
.m-hisb1 .swiper-pagination {
    display: none
}
.m-hisb1 .swiper-pagination-bullet {
    background-color: #2a4296
}
.m-txtb1 {
    font-size: 18px;
    color: #333;
    padding: 0 35px;
    line-height: 2;
    border-left: 2px solid #0e2a88;
    margin-bottom: 45px
}
.row-x2 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/r-bg2.png);
    background-color: #f7f7f7;
    padding-top: 70px
}
.m-txtinfo1 {
    background-repeat: no-repeat;
    background-position: center bottom;
    -o-background-size: cover;
    background-size: cover
}
.m-txtinfo1 .wp {
    position: relative;
    height: 613px
}
.m-txtinfo1 .txt {
    position: absolute;
    bottom: 103px;
    right: -2px;
    width: 55.7%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 18px;
    color: #333;
    line-height: 2;
    padding: 40px;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 0 15px rgba(14,60,147,.4)
}
.m-txtinfo1 .fang {
    position: absolute;
    bottom: 0;
    right: 55.5%;
    width: 103px;
    height: 103px;
    background-color: #c43745
}
.row-x3 {
    padding: 80px 0 100px;
    overflow: hidden
}
.m-detailsb2 {
    font-size: 18px;
    color: #333;
    line-height: 2
}
.m-hisb1 .item {
    position: relative
}
.m-hisb1 .item:after {
    content: '';
    position: absolute;
    top: 33px;
    right: -29%;
    width: 168px;
    height: 108px;
    background: url(../images/i-01.png) center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}
.m-hisb1 .year {
    position: relative;
    z-index: 2;
    background-color: #fff
}
.m-hisb1 .swiper-slide-prev .item:after {
    display: none
}
@media only screen and (min-width: 960px) and (max-width:1599px) {
    .bl-row {
        background:url(../images/r-bg3.png) bottom center no-repeat;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }
    .bl-row::after,.bl-row::before {
        content: "";
        width: 14.5vw;
        height: 10.63vw
    }
    .bl-row::before {
        top: 0;
        right: 0;
        background-image: url(../images/d-bg1.png)
    }
    .bl-row::after {
        bottom: 0;
        left: 0;
        background-image: url(../images/d-bg2.png)
    }
    .row-d1 {
        padding: 6.003vw 0
    }
    .row-d1 .col-l {
        width: 65%
    }
    .row-d1 .col-r {
        width: 30.8%
    }
    .m-detailsb1 .top {
        padding-bottom: .5vw;
        border-bottom: 1px solid #ebebeb
    }
    .m-detailsb1 .top h1 {
        font-size: 2.001vw;
        font-weight: 400;
        margin-bottom: 2.501vw
    }
    .m-detailsb1 .top .info {
        font-size: .875vw
    }
    .m-detailsb1 .top .info .num,.m-detailsb1 .top .info .time {
        padding-left: 1.751vw;
        -o-background-size: 1.125vw;
        background-size: 1.125vw;
        margin-right: 2.501vw
    }
    .m-detailsb1 .top .info .time {
        background-image: url(../images/c-i1.png)
    }
    .m-detailsb1 .top .info .num {
        background-image: url(../images/c-i2.png)
    }
    .m-detailsb1 .txt {
        font-size: 1.125vw;
        padding: 2.501vw 0;
        line-height: 1.8
    }
    .m-cardb1 {
        padding: 2.188vw;
        margin-bottom: 1.876vw
    }
    .m-titb1 {
        font-size: 1.5vw;
        margin-bottom: .625vw
    }
    .ul-listb1 .link {
        font-size: 1vw;
        border-bottom: 1px solid #eaeaea;
        line-height: 3.752vw
    }
    .ul-listb2 .con {
        border-bottom: 1px solid #eaeaea;
        padding: 1.25vw 0
    }
    .ul-listb2 .left {
        width: 27.5%;
        margin-right: 1.563vw
    }
    .ul-listb2 .date {
        font-size: .875vw
    }
    .ul-listb2 .tit {
        font-size: 1vw;
        line-height: 1.7;
        height: 3.4em;
        display: -webkit-box;
        box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: .437vw 0 .625vw
    }
    .m-shareb1 {
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .m-shareb1 .s {
        font-size: 1.25vw
    }
    .m-shareb1 #share {
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .m-shareb1 .item {
        border-radius: 50%;
        border: 1px solid #aaa;
        width: 3.126vw;
        height: 3.126vw;
        line-height: 3.126vw;
        font-size: 0;
        margin: 0 .625vw
    }
    .m-shareb1 .item img {
        max-width: 2.501vw
    }
    .m-shareb1 .item:hover {
        box-shadow: 0 0 .5vw rgba(79,196,113,.8)
    }
    .m-shareb1 .more {
        width: 1.876vw;
        height: 1.876vw;
        background: url(../images/c-i3.png) center no-repeat;
        -o-background-size: 1.063vw auto;
        background-size: 1.063vw auto
    }
    .m-infob1 {
        margin-bottom: 5.003vw
    }
    .m-infob1 .txt {
        width: 50.7%;
        font-size: 1.125vw;
        line-height: 2
    }
    .m-infob1 .pic {
        width: 47.3%
    }
    .m-infob1 .pic img {
        width: 100%
    }
    .row-x1 {
        background: url(../images/r-bg1.png) right bottom no-repeat;
        -o-background-size: 50%;
        background-size: 50%;
        padding: 5.628vw 0 4.377vw
    }
    .m-hisb1 .swiper-slide-active .year {
        background: -webkit-linear-gradient(left,#2b4395,#0e52a0);
        background: oldlinear-gradient(left,#2b4395,#0e52a0) -moz-;
        background: -o-linear-gradient(left,#2b4395,#0e52a0);
        background: linear-gradient(90deg,#2b4395,#0e52a0)
    }
    .m-hisb1 .year {
        font-size: 3.502vw;
        width: 10.63vw;
        height: 10.63vw;
        border: solid #f7f7f7;
        line-height: 8.88vw;
        border-radius: 50%;
        margin: 0 auto .875vw
    }
    .m-hisb1 .txt {
        font-size: 1vw;
        line-height: 1.7;
        width: 75%;
        margin: 0 auto
    }
    .m-hisb1 .swiper-container {
        padding: 0 1.876vw
    }
    .m-hisb1 .swiper-button-next,.m-hisb1 .swiper-button-prev {
        width: 2.751vw;
        height: 2.751vw;
        border-radius: 50%;
        border: 1px solid #2a4296;
        -o-background-size: 1.188vw auto;
        background-size: 1.188vw auto;
        margin-top: -1.375vw
    }
    .m-hisb1 .swiper-button-prev {
        left: 0;
        background-image: url(../images/c-prev.png)
    }
    .m-hisb1 .swiper-button-prev.swiper-button-disabled {
        background-image: url(../images/c-prev1.png)
    }
    .m-hisb1 .swiper-button-next {
        right: 0;
        background-image: url(../images/c-next.png)
    }
    .m-hisb1 .swiper-button-next.swiper-button-disabled {
        background-image: url(../images/c-next1.png)
    }
    .m-txtb1 {
        font-size: 1.125vw;
        padding: 0 2.188vw;
        line-height: 2;
        border-left: solid #0e2a88;
        margin-bottom: 2.814vw
    }
    .row-x2 {
        background-repeat: no-repeat;
        background-position: center center;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../images/r-bg2.png);
        padding-top: 4.377vw
    }
    .m-txtinfo1 .wp {
        height: 38.33vw
    }
    .m-txtinfo1 .txt {
        bottom: 5.364vw;
        right: -.104vw;
        font-size: 1.125vw;
        padding: 2.501vw;
        box-shadow: 0 0 .938vw rgba(14,60,147,.4)
    }
    .row-x3 {
        padding: 5.003vw 0 6.253vw
    }
    .m-detailsb2 {
        font-size: 1.125vw;
        line-height: 2
    }
    .m-txtinfo1 .fang {
        width: 5.364vw;
        height: 5.364vw
    }
    .m-shareb1 .s {
        font-size: 1.041vw;
        line-height: 2.604vw;
        padding-right: .52vw
    }
    .m-shareb1 .item {
        width: 2.604vw;
        height: 2.604vw;
        line-height: 2.604vw;
        margin: 0 .416vw
    }
}
@media screen and (max-width: 959px) {
    .m-hisb1 .item:after,.m-txtinfo1 .fang {
        display:none
    }
    .row-d1 .col-l,.row-d1 .col-r {
        float: none;
        width: auto;
        margin: 0 0 20px
    }
    .row-d1 {
        padding: 40px 0
    }
    .bl-row::after,.bl-row::before {
        width: 9.58vw;
        height: 7vw
    }
    .m-detailsb1 .top .info .num,.m-detailsb1 .top .info .time {
        margin-right: 10px
    }
    .m-detailsb1 .top h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 12px
    }
    .m-detailsb1 .top .info {
        text-align: center
    }
    .m-detailsb1 .txt {
        font-size: 14px;
        line-height: 1.7;
        padding: 20px 0
    }
    .m-shareb1 .s {
        font-size: 16px;
        line-height: 40px
    }
    .m-shareb1 .item {
        margin: 0 4px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .m-cardb1 {
        padding: 12px
    }
    .m-titb1 {
        font-size: 18px
    }
    .ul-listb1 .link {
        line-height: 40px;
        font-size: 14px
    }
    .ul-listb2 .left {
        margin-right: 4%
    }
    .ul-listb2 .tit {
        margin: 0
    }
    .row-x1 {
        padding: 40px 0
    }
    .m-infob1 {
        margin-bottom: 30px
    }
    .m-infob1 .txt {
        float: none;
        width: auto;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 30px
    }
    .m-infob1 .pic {
        float: none;
        width: auto
    }
    .m-detailsb2 {
        font-size: 14px;
        line-height: 1.7
    }
    .m-txtb1 {
        font-size: 14px;
        line-height: 1.7;
        padding: 0 20px
    }
    .row-x3 {
        padding: 40px 0
    }
    .row-x2 {
        padding-top: 40px
    }
    .m-txtinfo1 .wp {
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px
    }
    .m-txtinfo1 .txt {
        position: static;
        width: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        font-size: 14px;
        line-height: 1.7;
        padding: 12px
    }
    .m-hisb1 .txt {
        font-size: 14px
    }
}
@media screen and (max-width: 767px) {
    .m-hisb1 .swiper-container {
        padding:0 0 40px
    }
    .m-hisb1 .year {
        font-size: 30px;
        border-width: 6px;
        width: 100px;
        height: 100px;
        line-height: 88px
    }
    .m-hisb1 .txt {
        width: auto
    }
    .m-hisb1 .swiper-button-next,.m-hisb1 .swiper-button-prev {
        display: none
    }
    .m-hisb1 .swiper-pagination {
        display: block
    }
}