
.headerbg {
    width: 100%;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 0; */
    z-index: 999;
    transition: all .3s;
}
.header-re {
    height: 90px;
}
/* 
.header_hover {
    background: #fff;
}

.header_drak .nav ul li>a{
    color: #fff;
}

.header_hover .nav ul li>a {
    color: #222;
} */
.header{
    height: 90px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.logo {
    display: inline-block;
}
.tips {
    display: none;
    align-items: center;
    align-self: flex-start;
}
.tips>a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.tips>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #8a1715;
    border-radius: 5px;
    border: 3px solid #5baeda;
}
.isearch {
    display: block;
}
.nav {
    display: flex;
    align-items: center;
}
.nav ul {
    display: flex;
    justify-content: space-between;
    width: 900px;
}
.nav ul li {
    position: relative;
    cursor: pointer;
}
.nav ul li a {
    white-space: nowrap;
}
.nav ul li:last-of-type {
    margin-right: 0;
}
.nav ul li .navbox {
    position: absolute;
    padding-top: 20px;
    bottom: 0px;
    min-width: 100%;
   
    display: none;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,100%);
}
.tran-li::before {
    transform: rotate(180deg);
}
.navbox a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    color: #fff !important;
    white-space: nowrap;
    transition: all .3s;
    text-align: center;
    background: rgba(13, 46, 160, .7);
}
.navbox a:last-of-type {
    border-bottom: none;
}
.navbox a:hover {
    text-decoration: underline;
}
.nav ul li .line {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
}
.nav ul li>a{
    display: inline-block;
    font-size: 18px;
    color: #222;
    transition: all .3s;
    line-height: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
}


.nav ul li>a:hover,
.nav ul .cur>a{
   color: #0d2ea0 !important;
}
.nav ul li:last-of-type>a::before,
.nav ul li:last-of-type>a::after {
    display: none;
}

.wap-link {
    display: none;
}

footer {
    margin-top: 120px;
    border-top: 1px solid #ebebeb;
}
footer .w {
    padding: 80px 0;
    align-items: flex-start;
}
footer .left {
    width: 50%;
}
footer .fot-link {
    width: 20%;
    /* text-align: center; */
}
footer .fot-link a {
    transition: all .3s;
}
footer .fot-link a:hover {
    color: #0d2ea0;
}
footer .fot-link>a {
    font-size: 20px;
    color: #010101;
    margin-bottom: 20px;
}

footer .fot-link ul li a {
    color: #0c0c0c;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .right {
    width: 50%;
    justify-content: flex-end;
}

footer .right .weixin>div{
    text-align: center;
    margin-right: 40px;
}
footer .link {
    align-items: flex-end;
    text-align: right;
}

footer .link h2{
    color: #0d2ea0;
    font-size: 26px;
    text-align: right;
}



footer .copyright {
    background: #0d2ea0;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;

}

.link-show {
    height: auto;
}
.more-link {
    transition: all .3s;
    cursor: pointer;
}
.rote-180{
    transform: rotate(180deg);
}



.bot-left p{
    margin-bottom: 10px;
    font-size: 14px;
}

.memu-btn {
width: 40px;
height: 26px;
display: none;
flex-flow: column;
justify-content: space-between;
cursor: pointer;
overflow: hidden;
}
.memu-btn i {
content: '';
display: inline-block;
width: 100%;
height: 3px;
background: #0d2ea0;
transition: all 0.3s;
}
.memu-btn-active i:nth-child(2) {
transform: translateX(150%);
}
.memu-btn-active i:nth-child(3) {
transform: rotate(-45deg) translate(3px, -12px);
}
.memu-btn-active i:nth-child(1) {
transform: rotate(45deg) translate(3px, 12px);
}
.y45 {
transform: rotate(45deg);
}
.y-45 {
transform: rotate(-45deg);
}

.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex {
    display: flex;
}
.container {
    margin-top: 150px;
    overflow-y: hidden;
}

#search {
    position: relative;
    margin-left: 40px;
}

.search {
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    right: 0;
    bottom: -20px;
    transform: translateY(100%);
    z-index: 3;
    display: none;
    transition: all .3s;
}

.search form {
    height: 30px;
    display: flex;
    justify-content:  space-between;
}

.search input {
    width: 200px;
    font-size: 14px;
    
}
.search input::placeholder {
    color: #999;
}
.search_show {
    z-index: 999 !important;
    opacity: 1 !important;
}

#searchForm  button,
.isearch{
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(../img/search.png) center no-repeat;
}


#searchForm  button {
	background: url(../img/search.png) center no-repeat;
    transition: all .3s;
    filter: grayscale(1);
}

#searchForm  button::after {
	border: none;
}

#searchForm  button,
.isearch {
    transition: all .3s;
    filter: grayscale(1);
}
.isearch:hover,
#searchForm  button:hover{
    filter: grayscale(0);
}

.input-change {
    border: 1px solid #0d2ea0;
}


#swiper {
    position: relative;
}
#swiper .img-box-re {
    padding-bottom: 420px;
}
.swiper-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
}

.swiper-text .txt {
    position: relative;
    box-sizing: border-box;
    padding:0 30px;
    width: 70%;
    line-height: 50px;
}
.swiper-text .txt::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: calc(100% + 20px);
    background: #9a000c;
    transform: skewX(30deg);
}
.swiper-text .txt a {
    position: relative;
    color: #fff;
    display: none;
}
.swiper-text .txt a:nth-child(1) {
    display: block;
}
.title {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}
.title h2{
    color: #333;
    font-size: 36px;
}
.title a {
    margin-top: 10px;
    color: #666;
    transition: all .3s ease-in-out;
}
.title a:hover {
    color: #0d2ea0;
}


.con1 ul {
    justify-content: space-between;
}
.con1 li {
    width: 28%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.con1 li img {
    transition: all .5s;
    filter: grayscale(1);
}

.con1 li h3 {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 5px;
    transition: all .5s;
}

.con1 li p {
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 1.8em;
    width: 85%;
}

.con1 li .txt {
    width: 85%;
    border-bottom: 1px solid #ebebeb;
}

.con1 li:hover img{
    filter: grayscale(0);
    transform: rotateY(360deg);
}
.con1 li:hover h3 {
    color: #0d2ea0;
}

.con2 li {
    width: 48%;
    
}
.con2 li a {
    display: block;
}
.con2 li h2 {
    color: #333;
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.col-4  {
    flex-wrap: wrap;
}
.col-4 li {
    color: #333;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .3s;
}
.col-4 li:nth-child(4n) {
    margin-right: 0;
}


.col-4 li a .img-box-re {
    padding-bottom: 108%;
}
.con3 li>h2 {
    font-size: 24px;
}
.con3 .col-4 li{
    margin-bottom: 0;
}
.con3 .col-4 li a {
    display: block;
    margin-top: 20px;
}

.con3 .more {
    font-size: 18px;
    color: #0d2ea0;
    text-align: center;
    margin-top: 20px;
}
.con3 .more:hover{
    text-decoration: underline;
}
.con3 .more i {
    margin-left: 10px;
}

.con4 .txt{
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.con4 .date,
.con4 .left .more{
    color: #666;
    font-size: 18px;
    transition: all .3s;
}

.con4 .txt .left {
    width: 38%;
    transition: all .3s;
    color: #333;
}
.con4 .txt .left img {
    transition: all .3s;
}
.con4 .txt .left .img-box-re {
    padding-bottom: 47.33%;
}

.con4 .txt h2 {
    font-size: 24px;
    transition: all .3s;
    margin-bottom: 5px;
}

.con4 .txt .left .p-over {
    font-size: 18px;
    color: #666;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.con4 .txt .more:hover,
.con4 .txt .left:hover h2 {
    color: #0d2ea0;
}

.con4 .txt .left:hover img {
    transform: scale(1.1);
}
.con4 .txt .right {
    width: 57%;
}
.con4 .txt .right h2 {
    color: #666;
}
.con4 .txt .right li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.con4 .txt .right li a {
    display: block;
}
.con4 .txt .right li:last-of-type{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.more {
    color: #999;
}
.more,
.con4 .txt .right h2 {
    transition: all .3s;
}

.con4 .txt .right .p-over {
    color: #999;
    line-height: 1.8em;
    margin-bottom: 20px;
    height: 56px;
}
.date {
    color: #999;
}
.con4 .txt .right .more {
    color: #999;
}
.more:hover,
.con4 .txt .right li a:hover h2,
.con4 .txt .right li a:hover .more {
    color: #0d2ea0;
}


.con4 .txt .right .date {
    color: #999;
}



.news-list {
    flex-wrap: wrap;
}
.news-list li {
    width: 32%;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 60px;
    transition: all .3s;
}
.news-list li:hover {
    box-shadow: 0 3px 10px #eee;
    transform: translateY(-5px);
}
.news-list li:hover h4 {
    color: #0d2ea0;
}
.news-list li a {
    display: block;
}
.news-list li:nth-child(3n) {
    margin-right: 0;
}

.news-list .type {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    color: #0d2ea0;
    line-height: 40px;
    padding: 0 10px;
    z-index: 1;
    font-size: 14px;
}

.news-list .txt {
    padding: 20px;

}
.news-list .txt h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    margin-bottom: 5px;
}
.news-list .txt p {
    color: #999;
    font-size: 14px;
}

.news-list .txt .flexbw {
    margin-top: 10px;
}
.news-list .txt .date {
    color: #acacac;
}
.news-list .img-box-re {
    padding-bottom: 56.25%;
}
.books-list{
    flex-wrap: wrap;
}

.books-list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
    color: #333;
}
.books-list .book-bor {
    padding: 10px;
    border: 1px solid #dedede;
    position: relative;
}
.books-list li:nth-child(4n) {
    margin-right: 0;
}
.books-list li .img-box-re {
    padding-bottom: 135.66%;
   
}
.books-list li p {
    margin-top: 20px;
}
.book-warp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
}

.book-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: scale(.5);
    font-size: 0;
    flex-direction: column;
}

.book-link a {
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #0d2ea0;
    transition: all .3s;
    border-radius: 10px;
    font-size: 20px;
}
.book-link a:nth-child(1) {
    margin-bottom: 20px;
}
.book-link a i {
    margin-left: 5px;
}
.book-link a:hover {
    background: #0d2ea0;
    color: #fff;
}

.books-list li:hover .book-warp {
    background: rgba(181, 181, 181, .45);
}

.books-list li:hover .book-link {
    opacity: 1;
    transform: scale(1);
}

.subnav-box {
    height: 90px;
    border-bottom: 1px solid #f4f4f4;
}

.subnav {
    position: relative;
    background: #fff;
}

.subnav a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-right: 80px;
    line-height: 90px;
}
.subnav a:last-of-type {
    margin-right: 0;
}
.subnav a:hover,
.subnav .cur  {
    font-weight: 700;
    color: #0d2ea0;
}
.subnav-2-content>div {
    display: none;
}
.subnav-2-content>div:nth-child(1) {
    display: block;
}
.content-item {
    margin-top: 80px;
}



.nymian {
    background: url(../img/bg/ny-bg.jpg) center center;
    position: relative;
    overflow-y: hidden;
}

.ny-bg .img-box-re{
    padding-bottom: 30%;
} 

.ny-ti {
    position: absolute;
    bottom: 30%;
    width: 100%;
    color: #fff;
}
.black {
    color: #333;
}
.white {
    color: #fff !important;
}
.ny-ti h2 {
    font-size: 48px;
}

.subnav-con>div {
    margin-top:100px;
}
.subnav-con h2{
    color: #333;
    font-size: 36px;
}

.about1 .w2 .left {
    width: 48%;
}
.about1 .w2 .right{
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.about1 .w2 .right .img-box-re {
    padding-bottom: 56.25%;
}
.about1 .w2 .right .img-box-ab {
    display: flex;
    align-items: center;
}
.about1 h2{
    line-height: 1em;
    margin-bottom: 10px;
}
.about1 .right video {
    width: 100%;
    background: #333;
}
.about1  .left  .txt {
    line-height: 2.2em;
    color: #666;
    word-break: break-all;
    text-align: justify;
}
.about1  .left p {
    text-indent: 2em;
    
}
video {
    width: 100%;
}


.about1 ul {
    width: 100%;
    justify-content: space-around;
    text-align: center;
    margin: 100px 0;
}

.about .left p {
    color: #666;
    line-height: 2.2em;
    text-indent: 2em;
}

.count h3 {
    color: #0d2ea0;
    font-size: 36px;
}

.about4 .count p {
    color: #666;
    line-height: 2.2em;
    font-size: 30px;
    font-weight: 700;
}
.about2 .w2 {
    overflow: hidden;
}
.about2 .ti  {
    background: #f8f8f8;
}
.about2 .ti .w2{
    align-items: center;
    height: 130px;
}

.about2 .ti p {
    width: 29%;
    margin-right: 12%;
    color: #666;
}
.about2 .bg {
    background: url(../img/ny/about-bg-1.jpg) center center no-repeat;
    background-size:cover;
    padding: 80px 0;
}

.tab-change {
    margin-bottom:  120px;
    transition: all .3s;
    color: #fff;
    min-height: 230px;
    transition: all .3s;
}
.tab-change>div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #fff;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
}
.tab-change>div:nth-child(1) {
    display: block;
}

.tab-change>div p {
    width: 40%;
    line-height: 1.8em;
}

.tab-change h3 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1em;
}
#year-swiper {
    border-bottom: 3px solid #fff;
    color: #fff;
    overflow: unset !important;
}

#year-swiper .swiper-slide p{
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    transition: all .3s;
    position: relative;
    text-align: center;
}
#year-swiper .swiper-slide p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100%;
    background: #0d2ea0;
    opacity: 0;
    transition: all .3s;
    z-index: 999;
}
#year-swiper .cur p::before{
    opacity: 1;
}

.about3 .left {
    width: 29%;
}
.about3 .left p {
    color: #666;
    line-height: 1.8em;
}
.about3 .right {
    width: 43%;
}
.about3 .right li {
    justify-content: flex-start;
    margin-bottom: 70px;
    color: #666;
  
}

.about3 .right li img {
    margin-right: 20px;
}
.about3 .right li h4 {
    font-weight: 500;
    font-size: 22px;
    transition: all .3s;
}

.about3 .right li:hover h4{
    color: #0d2ea0;
}

.list-col-2 li>div{
    width: 50%;
    background: #f7f8fa;
}
.list-col-2 li:nth-child(2n) {
    flex-direction: row-reverse;
}
.list-col-2 .img-box-re {
    padding-bottom: 48.66%;
}
.list-col-2 .txt {
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 10%;
}
.list-col-2 li:nth-child(2n) .txt {
    padding-left: 9%;
}
.list-col-2 .txt h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}
.list-col-2 .txt p,
.about4 .left p {
    color: #666;
}

.about4 .count h3 {
    font-weight: 700;
}

.about4 .count {
    margin-top: 180px;
}

/* .about4 .count li {
    margin-top: 40px;
} */
.about4 .right {
    width: 70%;
}
/* .about4 .right img {
    margin-bottom: 60px;
} */
.about4 .right ul {
    flex-wrap: wrap;
    padding: 0 80px;
}
.about4 .right li {
    width: 25%;
}
.about4 .right li a {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    color: #666;
    margin-top: 20px;
    transition: all .3s;
}
.about4 .right li a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s;
}

.about4 .right li a:hover {
    color: #0d2ea0;
}
.about4 .right li a:hover::before {
    background: #0d2ea0;
}
.about4 .bg {
    margin-top: 80px;
    background: url(../img/ny/about-bg-3.jpg) center center no-repeat;
    background-size:cover;
    padding: 80px 0;
}
.about4 .bg h2,
.about4 .bg h3,
.about4 .bg p{   
    color: #fff;
}
.about4 .bg h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about4 .bg .right {
    width: 50%;
}
.about4 .bg .right ul {
    flex-wrap: nowrap;
    padding: 0;
}
.about4 .bg .right li {
    width: 50%;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(255, 255, 255, .24);
    border-radius: 10px;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex: 1;
}

.about4 .bg .right .txt {
    flex: 1;
    margin-left: 20px;
    height: 100%;
}

.about4 .bg .right .txt>p {
    margin-top: 50px;
    text-align: right;
}
.about4 .bg .right .txt>p span {
    font-size: 36px;
}

.roll {
    margin-top: 80px;
    overflow-x: hidden;
}

.roll a {
    display: block;
    text-align: center;
    transition: all .3s;
    font-size: 14px;
    color: #666;
}
.roll a:hover {
    color: #0d2ea0;
}
.roll p {
    margin-top: 40px;
}

.roll li {
    width: 25%;
    margin-right: 20px;
}

.nymain {
    margin-top: 40px;
    margin-bottom: 100px;
}
.content .left {
    flex: 1;
}
.content .left h1 {
    font-size: 48px;
    color: #333;
}

.content .left .date {
    margin-top: 10px;
}
.content .left article {
    margin-top: 60px;
}
.content .right{
    width: 30%;
    margin-left: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    border-left: 1px solid #f8f6f6;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    align-self: flex-start;
}

.content .right ul {
    margin-bottom: 40px;
}
.content .right h2{
    color: #333;
    font-size: 30px;
    line-height: 1em;
}

.content .right li {
    margin-top: 40px;
}

.content .right li a {
    display: block;
    color: #666;
    transition: all .3s;
}
.content .right li a:hover {
    color: #0d2ea0;
}
.content .right li a  .flexbw {
    align-items: center;
    margin-top: 5px;
}
.content .right li a .date {
    color: #999;
}

.content .right li a .more {
    font-size: 14px;
}

.bro-new {
    margin-top: 60px;
    padding-top: 40px;
    border-top:1px solid #f8f6f6;
    color: #666;
}
.bro-new a,
.bro-new p {
    color: #666;
}

.bro-new p {
    margin-bottom: 10px;
}

.position {
    background: #fff;
    margin-bottom: 80px;
    border-bottom: 1px solid #f4f4f4;
}
.position .w {
    align-items: center;
    height: 80px;
}
.position,
.position a {
    color: #666;
}
.position .left a {
    padding: 0 10px;
    transition: all .3s;
}
.position a:nth-child(1) {
    padding-left: 0;
}
.position .cur,
.position a:hover {
    color: #0d2ea0;
}

.product {
    margin-top: 0;
}
.product .con-item {
    margin-top: 80px;
}
.product .w {
    justify-content: space-between;
}
.product .left .no{
    font-size: 300px;
    line-height: 1em;
}
.product .left {
    width: 16%;
    background-size: contain !important;
    transform: translateY(20px);
}

.product .left {
    padding-top: 60px;
    color: #333;
}
.product .left h2 {
    font-size: 36px;
    margin-bottom: 10px;
    
}
.product .left ul {
    flex-wrap: wrap;
}
.product .left li {
    margin-right: 30px;
}

.product .right {
    width: 77%;
    text-align: center;
}

.product-list ul {
    flex-wrap: wrap;
}
.product-list {
    transition: all .3s;
    max-height: 670px;
    overflow: hidden;
    padding: 20px;
}
.product-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.product-list li:nth-child(3n) {
    margin-right: 0;
}
.product-list li a {
    display: block;
     border: 1px solid #f7f8fa; 
    transition: all .3s;
}

.product-list li a .txt {
    padding: 10px 20px;
}
.product-list li a .txt span {
    font-size: 14px;
}
.product-list li .img-box-re {
    background: #f7f8fa;
    padding-bottom: 94%;
    transition: all .3s;
}
.product-list li .img-box-ab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list li a:hover {
    border-color: #ebeff5;
    color: #0d2ea0;
    box-shadow: 0 0 20px #eee;
}

.show-more {
    line-height: 60px;
    padding: 0 30px;
    color: #666;
    font-size: 14px;
    border-radius: 10px;
    background: #ebeff5;
    margin-top: 40px;
    transition: all .3s;
    display: none;
}

.show-more i {
    margin-left: 10px;
    color: #333;
    transition: all .3s;
}

.show-more:hover {
    background: #0d2ea0 !important;
    color: #fff !important;
}

.show-more:hover i {
    color: #fff;
}
.product-banner {
    border: 1px solid #f4f4f4;
    border-left: 0;
    border-right: 0;
    color: #333;
}
.product-banner .w{
    padding: 80px 0;
    justify-content: space-between;
    align-items: center;
}

.product-banner h1 {
    font-size: 48px;
}
.product-banner h3 {
    font-size: 24px;
    margin-top: 10px;
}
.product-more {
    display: inline-block;
    margin-top: 30px;
    width: 50%;
    line-height: 50px;
    border-radius: 10px;   
    color: #fff;
    background: #0d2ea0;
    text-align: center;
    transition: all .3s;
}

.new>div {
    margin-top: 80px;
}
.new h1 {
    font-size: 60px;
    color: #333;
}
.new1 h1{ 
    text-align: center;
    margin-bottom: 80px;
}
.new2 {
    padding: 80px 0;
    padding-bottom: 0;
}
.new2 .left {
    width: 20%;
}
.new2 .left h1 {
    margin-bottom: 40px;
}
.new2 .left p {
    color: #666;
    font-size: 24px;
    margin-bottom: 80px;
}

.new2 .rote p {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
} 
.new2 .rote span {
    font-size: 12px;
    color: #999;

}
.new3 ul li{
    width: 48%;
}
.new3 ul li:nth-child(1) {
    margin-top: 120px;
}
.new3 ul li:nth-child(1) .box2 {
    margin-bottom: 0;
}
.new3 ul li>div {
    border-radius: 30px;
    background: #f7f8fa;
    overflow: hidden;
    margin-bottom: 60px;
    transition: all .3s;
}
.new3 ul li>div img  {
    transition: all .3s;
}
.new3 ul li>div:hover img {
    transform: scale(1.1);
}

.new3 ul li .box2 {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new3 ul li .txt {
    padding: 40px;
}

.new3 ul li .img-right{
    text-align: right;
}
.new3 ul li .last-img {
    margin-right: 40px;
    margin-bottom: 40px;
}
.new3 ul li .txt {
    color: #333;
}
.new3 ul li .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.f-box {
    height: 170vh;
    position: relative;
}
.sticky_box {
    position: -webkit-sticky;
    position: sticky;
    /* transition: all .3s; */
    top: 0;
    height: 100vh;
    width: 100%;
}

.new4 .left {
    width: 40%;
    position: relative;
}
.new4 .right  {
    flex: 1;
    text-align: right;
    
}
.new4 .item-1>.right {
    margin-left: 100px;
}
/* .new4 .right img {
    margin-top: 80px;
} */
#pro-swiper{
    overflow: hidden;
    position: relative;
    height: 250px;
}
.roll-box{
    width: 100%;
}

.new4  {
    margin-top: 0 !important;  
    
}

.roll2 {
    /* position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%; */
    
}
.roll-box {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.roll-box::before,
.roll-box::after{
    content: "";
    position: absolute;
    height: 120px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
    z-index: 5;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.roll-box::after {
    top: 0;
    bottom: unset;
    background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
}
.has-bot::before, 
.has-top::after {
    opacity: 1;
}

.roll2 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    transition: all .3s;
}

.roll2 .txt {
   width: 100%;
   border-bottom: 1px solid #999;
   padding: 13px 0;
   /* opacity: 0;
   transform: translateY(100%); */
   transition: all .3s;
}



.roll2 .txt .txt {
    justify-content: space-between;
}
.roll2 .txt div{
    width: 48%;
    text-align: left;
}

.roll2 .txt h3 {
    font-size: 24px;
    color: #333;
}

.roll2 .txt p {
    font-size: 14px;
    color: #999;
}
.new4-2 h1 {
    text-align: center;
    margin-bottom: 80px;
}

.new4-2 ul {
    flex-wrap: wrap;
}

.new4-2 ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.new4-2 ul li:nth-child(4n) {
    margin-right: 0;
}
.new4-2 ul li a {
    display: block;
}
.new4-2 ul li p {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
}

.new4-2 ul li p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 10%;
    transform: translateX(-50%);
    background: #0d2ea0;
    transition: all .3s;
}

.new4-2 ul li:hover p::before  {
    width: 20%;
}

.new5 h1 {
    text-align: center;
    margin-bottom: 40px;
}

.new5 .txt a {
    width: 20%;
    margin-top: 0;
}
.new5 .txt a i {
    margin-right:10px;
}
.new5 .txt a:last-of-type {
    margin-left: 40px;
}

.new5 .txt a:hover {
    background: #0A2585;
}

.join h1,
.case h1{
    color: #333;
    font-size: 36px;
    text-align: center;
}

.case h2 {
    font-size: 30px;
    color: #666;
    text-align: center;
}

.case .no {
    text-align: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.case .no::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 80px;
    height: 4px;
    background: #0d2ea0;
    transform: translateX(-50%);
}

.case .no span {
    color: #f0f2f5;
    font-size: 100px;
    font-style: italic;
    font-weight: 700;
    line-height: 1em;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.case .no-white {
    margin-top: 0;
}
.case .no-white h2 {
    color: #fff;
}

.case .no-white::before {
    background: #fff;
}

.case1 .left {
    width: 33.33%;
    text-indent: 2em;
    line-height: 2.2em;
    color: #333;
    text-align: justify;
}
.case1 .right {
    width: 58%;
}

.case1 .right .img-box-re {
    padding-bottom: 0;
    height: 100%;
}
.case2 .txt-1 {
    justify-content: space-between;
}
.case2 .txt-1 li{
    width: 23%;
    box-sizing: border-box;
    padding: 40px 20px;
    border: 1px solid #edeeee;
    transition: all .3s;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.case2 .txt-1 li:hover {
    border-color: #0d2ea0;

}

.case2 .txt-1 li .img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #f8fafd;
    border-radius: 50%;
    margin-bottom: 20px;
}

.case2 .txt-1 li .img img {
    max-width: 40%;
}

.case2 .txt-1 li h3 {
    font-size: 16px;
    color: #0d2ea0;
    margin-bottom: 10px;
}

.case2 .txt-1 li h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
}

.case2 .bg {
    padding: 100px 0;
}
.case2 .bg {
    margin-top: 100px;
}
.case2 .txt-2 {
    background: #fff;
}
.case2 .txt-2>li{
    padding: 20px;
    border-bottom: 1px solid #f4f4f4;
    transition: all .3s;
}
.case2 .txt-2>li:last-of-type {
    border-bottom: none;
}
.case2 .txt-2>li:hover {
    background: #f8fafd;
}
.case2 .txt-2>li .left {
    text-align: center;
    color: #666;
    width: 10%;
}
.case2 .txt-2>li .left p {
    margin-top: 10px;
}
.case2 .txt-2>li .right {
    flex: 1;
}
.case2 .txt-2 .right {
    line-height: 1.8em;
}
.case2 .txt-2 h3 {
    font-size: 16px;
    color: #102d8e;
    margin-bottom: 10px;
} 
.case2 .txt-2 ol {
    font-size: 14px;
    color: #666;
}

.case3 h1 {
    margin-bottom: 120px;
}

.case3 .left {
    width: 50%;
}
.case3 .right {
    flex: 1;
    position: relative;
}
.case3 .right img {
   
}

.case3  .img {
    width: 1200px;
    height: 700px;
    position: absolute;
    top: -70px;
    right: -350px;
    z-index: -1;
}
.case3 .txt {
    background-size: contain;
}
.case3 li h3{
   color: #0d2ea0;
   margin-bottom: 20px;
   font-size: 24px;
}
.case3 li {
    color: #666;
    font-size: 14px;
    margin-bottom: 60px;
}

.join .ti{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 70px;
}




.address {
    overflow: hidden;
    height: 400px;
    position: relative;
}
.address  .w {
    height: 100%;
}
.address .txt {
    width: 30%;
    box-sizing: border-box;
    padding: 40px;
    color: #fff;
    z-index: 2;
    background: rgba(35,65,168,.9);
    height: 100%;

}
.address .txt  {
    font-size: 16px;
}
.address .txt .t {
    font-size: 14px;
    margin-top: 5px;
}
.tel2 {
    margin-left: 15px;
}
.address .txt .flex {
    align-items: flex-start;
}

.address .txt img {
    margin-right: 20px;
    margin-top: 10px;
}

#baidu {
    width: 100%;
    height: 500px;
    position: absolute;
    top: -50px;
    left: 0;
}

.join2 .left {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    width: 30%;
}

.join2 .left span {
    writing-mode:vertical-lr;
    padding: 8px 5px;
    background: #0d2ea0;
    color: #fff;
}

.join2 .left p {
    color: #0d2ea0;
    transform: translateY(13px);
}

.join2 .left em {
    font-size: 100px;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    min-width: 160px;
    position: relative;
    text-align: right;
    margin: 0 10px;
}

.join2 .left em::after {
    content: "+";
    position: absolute;
    top: -35%;
    right: -10px;
    font-size: 18px;
    font-weight: 700;
}



.join2 .left li {
    align-items: flex-end;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
.join2 .left li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.join2 .right img{
    transform: translateX(50px);
    max-width: none;
}

.join3 {
    padding: 80px 0 40px;
    text-align: center;
}

.join3 h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.join3 .more {
    width: 140px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all .3s;
}

.join3 .more:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}
.job>div{
    margin-top: 80px;
}

.job1 {
    text-align: center;
    font-size: 14px;
    color: #666;
}
.job1 p {
    line-height: 2em;
}
.job1 h4 {
    color: #0d2ea0;
    margin-bottom: 20px;
}
.job1 img {
    filter: opacity(.5);
}

.job2 .list-col-2 .txt2{
    flex-direction: column;
    box-sizing: border-box;
    padding: 60px;
    align-items: flex-start;
}
.job2 .list-col-2 li>div {
    background: #f7f8fa;
}
.job2 .list-col-2 .txt2 h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1em;
}

.job2 .list-col-2 .txt2 h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 3px;
    background: #0d2ea0;
}

.job2 .list-col-2 .txt2 p {
    width: 60%;
    line-height: 1.8em;
    font-size: 12px;
    color: #666;
}
.border-btn {
    text-align: center;
    margin-bottom: 60px;
}
.border-btn a{
    width: 20%;
    line-height: 60px;
    border: 1px solid #dedfdf;
    border-radius: 40px;
    margin-right: 40px;
    color: #999;
    font-size: 24px;
    transition: all .3s;
}
.border-btn a:hover ,
.border-btn .cur{
    background: #0d2ea0;
    border-color: #0d2ea0;
    color: #fff;
}
.border-btn a:last-of-type {
    margin-right: 0;
}

.card {
    color: #999;
    padding: 40px;
    border: 1px solid #dcdddd;
    margin-bottom: 40px;
}
.job-list li{
    width: 48.5%;
}
.card-msg {
    align-items: center;
}
.card-msg .left {
    width: 80%;
}

.card-msg .right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #222;
    border: 2px solid #222;
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card-msg h2 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.card-msg p {
    color: #666;
}
.card-body {
    display: none;
}
.card-txt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}



.card-txt>div {
    width: 40%;
}

.card-txt h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;

}

.card-txt {
    font-size: 14px;
}

.ewm-link {
    margin-top: 40px;
    padding: 40px;
    background: #f7f8fa;
    color: #666;
    align-items: center;
}

.ewm-link h4 {
   font-size: 24px;

}

.ewm-link h4 em {
    font-weight: 500;
}

.ewm-link p {
    margin-top: 20px;
}

.dowload h1{
    text-align: left;
    margin-top: 80px;
    margin-bottom: 40px;
}
.dowload-w {
    max-width: 1240px;
}
.dow-box {
    text-align: center;
}

.dow-list {
    padding: 20px;
    max-height: 720px;
    transition: all .3s;
}

.dow-list li {
    border: 1px solid #e6e6e6;
    color: #333;
    box-sizing: border-box;
    padding: 40px;
}

.dow-list li:hover {
    box-shadow: 0 0 20px #eee;
}

.dow-list .msg {
    margin-bottom: 30px;
    line-height: 1.8em;
}

.dow-list li a {
    line-height: 40px;
    margin-bottom: 10px;
    display: block;
    background: #f7f8fa;
    color: #0d2ea0;
    transition: all .3s;
    font-size: 14px;
}
.dow-list li a .i2 {
    display: none;
}
.dow-list li a:hover {
    color: #fff;
    background: #0d2ea0;
}
.dow-list li a:hover  .i1 {
    display: none;
}
.dow-list li a:hover  .i2 {
    display: inline-block;
}
.dow-list a img {
    margin-right: 15px;
}

.show-box {
    overflow: hidden;
    transition: all .3s;
}

.dow-more {
    font-size: 120px;
    color: #eee !important;
    transition: all .3s;
    cursor: pointer;
}
.dow-more .i2 {
    display: none;
}
.dow-more:hover .i2 {
    display: inline-block;
}
.dow-more:hover .i1 {
    display: none;
}
.form1 {
    margin-top: 80px;
}

.form1 .input-box {
    width: 49%;
    line-height: 40px;
    background: #f7f8fa;
}

.form1 .input-box select {
    width: 100%;
    height: 40px;
    border: none;
    background: #f7f8fa;
    padding-left: 20px;
    position: relative;
    color: #999;
    appearance: none;
    -webkit-appearance: none;
    background: url(../img/icon/down.png) 98% center no-repeat;
}

.form1 .input-box option {
    color: #666;
}
.form1 .input-box input {
    background: #f7f8fa;
    width: 80%;
    box-sizing: border-box;
    padding-left: 20px;
}
.form1 .input-box input::placeholder {
    color: #999;
}
.form1 .input-box button {
    width: 20%;
    background: #0d2ea0;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.person {
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.person-item {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%,100%);
    white-space: nowrap;
    text-align: center;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 10px;
    line-height: 35px;
    display: none;
}
.person-item a {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}
.person-item a:last-of-type {
    border-bottom: none;
}
.person-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
.person img {
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.btns {
    text-align: center;
}
.btns a {
    display: inline-block;
    margin-top: 30px;
    width: 220px;
    line-height: 50px;
    text-align: center;
    transition: all .3s;
}

.btns a:hover {
    transform: translateY(-3px);
    font-weight: 700;
    box-shadow: 0 3px 10px #ddd;
}

.btns .blue {
    color: #fff;
    background: #0d2ea0;
}

.btns .lgray {
    background: #f7f8fa;
}

.btns a:nth-child(1) {
    margin-right: 20px;
}

.bor-ti {
    position: relative;
}
.bor-ti::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 1px;
    background: #ddd;
    transform: translateX(-50%);
}

.form2 {
    max-width: 600px;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    color: #666;
}
.form2 .input em {
    color: red;
    margin-right: 5px;
}
.form2 .input {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s;
    cursor: text;
    margin-bottom: 20px;
}

.form2 .input input {
    flex: 1;
}

.form2 .active {
    border-color: #0d2ea0;
}
.form-tips {
    width: 100%;
    font-size: 14px;
}
.form-tips a {
    color: #666;
}
.form-tips .blue{
    color: #0d2ea0;
}

.form-tips a:hover {
    color: #0d2ea0;
    text-decoration: underline;
}
.form2 .btns ,
.form2 .btns a {
    width: 100%;

}

.form2 .btns a:hover {
    transform: none;

}

.reg .form2 .input {
    width: 49%;
}

.form2 .input label {
    white-space: nowrap;
    width: 100px;
}

.input100 {
    width: 100% !important;
    justify-content: space-between;
}

.input100 .left {
    width: 50%;
}

.product-video {
    border-bottom: 3px solid #dedfdf;
    justify-content: space-around;
    margin: 60px 0;
}

.product-video a {
    border-bottom: 3px solid rgba(0,0,0,0);
    transition: all .3s;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    height: 60px;
    margin-bottom: -3px;
}

.product-video .cur {
    color: #0d2ea0;
    border-color: #0d2ea0;
    font-weight: 700;
}

.procduct-content h1{
    margin: 80px 0;
}

.procduct-content .list-col-2 li {
    margin-bottom: 70px;
    box-shadow: 0 0 40px #f5f5f5;
    background: #fff;
}
.procduct-content .list-col-2 li:last-of-type {
    margin-bottom: 0;
}
.procduct-content .list-col-2 li>div {
    background: none;
}

.procduct-content .list-col-2 .img-box-re {
    padding-bottom: 66.66%;
}

.new2 .right {
    width: 70%;
    position: relative;
    transform: translateY(-10%);
}
.new2 .box-box {
    position: relative;
    padding-bottom: 90%;
}
.new2 .box-box>div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.box-3d {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.ti-tips {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 40px;
}
.card-msg .show-msg img {
    width: 16px;
}
.card-msg .show-msg .i2,
.card-msg .show-msg .i3 {
    display: none;
}

.card-msg .show {
    border-color: #0d2ea0;
}

.card-msg .show .i2 {
    display: block;
}

.card-msg .show .i1{
    display: none;
}

#year-swiper {
    border-bottom: 3px solid #fff;
}

#year-swiper p {
    color: #fff;

}

#BackTop {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    font-size: 50px;
    transition: all .5s;
    transform: translateX(100%) rotate(180deg);
    opacity: 0;
    z-index: 999;
}
.show {
    transform: translateX(0%) rotate(0deg) !important;
    opacity: 1 !important;
}
#BackTop i {
    color: #0d2ea0;
    transition: all .5s;
    cursor: pointer;
    opacity: .7;
}
#BackTop i:hover {
    opacity: 1;
}

.content-2 .list-col-2 .txt h3{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}