@charset "utf-8";
body {
    width: 100vw;
    background-color: #ffffff;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.hlxks {
    position: absolute;
    width: 90%;
    top: 50%;
  left: 50%;
  z-index: 1;
    transform: translate(-50%, -50%);
}
.bnimg video{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.vip {
    position: relative;
}
.vip::after {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/svip.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -10px;
    right: -10px;
}
.gwh {
    width: 100vw;
    height: 100vh;
}
.colora {
    color: #144290;
}
.md {
    padding: 80px 0;
}
.tcbg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.login {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: rgba(255, 255, 255, .3);
    backdrop-filter: blur(8px);
    padding: 15px;
    border-radius: 10px;
}
.login a {
    cursor: pointer;
}
.fabuts {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 5px;
}
.fabuts img {
    display: block;
    width: 36px;
    margin: auto;
}
.fabuts_btn {
    display: block;
    width: 190px;
    height: 42px;
    border-radius: 40px;
    background-color: #144290;
    color: #ffffff;
    margin: 20px auto 0;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.fabuts_btn:hover {
  box-shadow: 0px 2px 4px rgba(20,66,144,0.76);
}
.lgbox {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 37px 47px 27px;
    width: 400px;
}
.lg_x {
    position: absolute;
    z-index: 101;
    right: 25px;
    top: 25px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ithsi {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #144290;
}
#denglubox {
    
}
#zhucebox {
    display: none;
}
#zhaohuibox {
    display: none;
}
.lg_form_is {
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}
.lg_form_is img {
    display: block;
    margin-right: 8px;
}
.lg_form_is input {
    flex: 1;
    height: 26px;
    color: #333;
}
.lg_form_is span {
    cursor: pointer;
}
.lg_form_id li input{
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
}
.lg_btn {
    width: 100%;
    padding: 14px;
    line-height: 1;
    background-color: #144290;
    cursor: pointer;
}
.lg_xy input {
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
}
.head_pc {
    
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 100px;
    transition: transform 0.3s ease;
}
.head .nava {
    padding: 16px 0 12px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    margin: 0 35px;
    text-align: center;
    color: #fff;
    line-height: 1;
            text-decoration: none;
            transition: border-color 0.3s ease;
}
.head .nava:hover {
    border-bottom: 4px solid #ffffff;
}
.head .nava.active {
    border-bottom: 4px solid #ffffff;
}
.head li {
    position: relative;
    cursor: pointer;
}
.head li .navhide {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 8;
}
.head .ttes .glogin {
    color: #ffffff;
    padding: 5px 12px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
}
.head .ttes .glogin:hover {
    background-color: #144290;
    border: 1px solid #144290;
}
.wapttes .glogin {
    color: #144290;
    padding: 5px 12px;
    border: 1px solid #144290;
    border-radius: 5px;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.yhout {
    position: relative;
    padding: 10px 0;
}
.outbtn {
   position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.16);
  display: none;
}
.outbtn a {
  width: 100%;
  padding: 7px 15px;
}
.yhout:hover .outbtn {
    display: block;
}
.wapoutbtn a {
      padding: 7px;
  text-align: center;
  border: 1px solid #dddddd;
}
.wapoutbtn a span {
     width: auto;
}
@keyframes headerSlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
.head.header-hide {
    transform: translateY(-100%);
}
.gthis {
    height: 67px;
    background-color: rgba(0,0,0,0.37);
}
.gthis .headlogo {
    height: 47px;
}
.gthis .nav {
    font-size: 20px;
}
.gthis .nava {
  padding: 8px 0 6px;
}

/*内页head*/
.pc_height {
    height: 88px;
}
.head_list .head {
    background-color: #ffffff;
    height: auto;
}
.head_list .head .nava {
    color: #333;
    padding: 32px 0 28px;
}
.head_list .head .nava.active {
    border-bottom: 4px solid #144290;
}
.head_list .head .nava:hover {
    border-bottom: 4px solid #144290;
}
.head_list .head .ttes .glogin {
    color: #ffffff;
    padding: 5px 12px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
}
.head_list .head .ttes .glogin:hover {
    background-color: #144290;
    border: 1px solid #144290;
}
/*内页head*/

.bnimg {
    width: 100vw;
    height: 100vh;
}
.swiper-pagination-bn .swiper-pagination-bullet {
    width: 20px;
    height: 14px;
    border-radius: 6px;
}
.swiper-pagination-bn .swiper-pagination-bullet-active {
    width: 30px;
}
.i1 {
    background-image: url('../images/i1bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.i1l {
    width: 43%;
    margin-right: 9%;
}
.i1r {
    width: 48%;
}

.ferrari-grid-modules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.grid-module {
  position: relative;
  height: 80vh;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.grid-module:nth-child(2n) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.gray-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  transform: translateX(-100%);
  transition: transform 1.17s cubic-bezier(0.8, 0, 0.2, 0.8);
}
.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.module-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.76s ease 1.37s;
}
.text-overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.76s ease 1.37s;
}
.text-overlay h3 {
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.text-overlay p {
  text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.grid-module.active .gray-overlay {
  transform: translateX(0);
}
.grid-module.active .module-image {
  opacity: 1;
}
.grid-module.active .text-overlay {
  opacity: 1;
  transform: translateY(0);
}
.newbtn {
    width: 128px;
    height: 42px;
    border: 1px solid #ffffff;
    margin: 20px auto 0;
}
.newbtn img {
    transition: all 0.3s;
}
.newbtn:hover img {
    transform: translateX(10px);
}
.i3 {
    padding: 50px 15px;
    background-color: #292929;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.i3 span {
    line-height: 1;
}
.i3 a {
    margin: 30px auto 0;
    width: 198px;
    background-color: #144290;
    padding: 15px 0;
}
.i3 a img {
    transition: all 0.3s;
}
.i3 a:hover img {
    transform: translateX(10px);
}
.foot {
    padding: 40px 0 30px;
    background-color: #000000;
}
.footc {
    padding: 0 10%;
}
.footc ul {
    padding: 0 12px;
}
.footc a {
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.footc li {
    margin-top: 15px;
}
.fontba {
    background-color: #000000;
    padding: 11px 15px 12px;
    border-top: 1px solid #545454;
}

.ititle_50 {
    font-size: 50px;
}

.ab1 {
    background-image: url('../images/ab1bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.ab1 .abtext {
    max-width: 1200px;
    margin: 30px auto;
}
.ab2 {
    background-image: url('../images/ab2bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ab2 li {
    border-right: 1px solid #ffffff;
}

.ab2 li:last-child {
    border: none;
}

.ab3 {
    padding-left: 30px;
    padding-right: 30px;
}
.ab3list a {
    width: calc(33.3333% - 20px);
    margin: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.ab3list a i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    background-image: url('../images/videoplay.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
.ab3list a span {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.newslist {
    width: 100%;
    max-width: 1530px;
    margin: auto;
}
.newslist a {
    width: calc(33.3333% - 30px);
    margin: 15px;
}
.newslist a li {
    height: 280px;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.37s ease;
}
.newslist a:hover li {
    box-shadow: 0px 0px 10px  #001E6B;
}
.newslist a span div {
    padding: 7px 10px;
    border: 1px solid #144290;
    border-radius: 3px;
    color: #144290;
}
.newslist a:hover span div {
    background-color: #144290;
    color: #ffffff;
}

.page {
    padding: 40px 15px 0;
}
.page a,.page select{
    border: 1px solid #EBEBEB;
	border-radius: 1px;
	color: #888;
	padding: 7px 12px;
	line-height: 1;
	text-align: center;
	margin: 5px;
}
.page a:hover,.page a.active{
	background: #144290;
    border: 1px solid #144290;
	color: #fff;
}

.listtop{
	padding: 25px 0;
}
.listtop a:hover{
	color: #114290;
}
.nes1 {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 50px;
    border-radius: 5px;
    background-color: #ffffff;
}
.nesinfo {
    padding: 30px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.nesinfo video {
    display: block;
    margin: 15px auto;
    width: 100%;
}
.nibot a:hover {
    color: #144290;
}

.jytop {
    border-bottom: 1px solid #ebebeb;
}
.jytopl a {
    position: relative;
    display: block;
    padding: 25px 0;
    margin-right: 40px;
}
.jytopl a:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 6px;
    bottom: 0;
    background-color: #144290;
    transition: all 0.25s;
    opacity: 0;
}
.jytopl .active:after {
    opacity: 1;
}
.jytopl .active {
    color: #144290;
}
.jytopl a:hover {
    color: #144290;
}
.jytopl a:hover:after {
    opacity: 1;
}

.jytopr {
    cursor: pointer;
    width: 160px;
    height: 60px;
    border-radius: 6px;
    background-color: #144290;
}
.jyct a {
    background-color: #EBEBEB;
    color: #333333;
    border-radius: 6px;
    padding: 8px 15px;
    margin-top: 20px;
    margin-left: 20px;
}
.jyct a:nth-child(1) {
    margin-left: 0;
}
.jyct a:hover {
    background-color: #144290;
    color: #ffffff;
}
.jyct .active {
    background-color: #144290;
    color: #ffffff;
}
.jylistl {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
      width: 366px;
  height: 236px;
}
.jylistl i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 8px 10px;
    border-bottom-right-radius: 5px;
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
}
.jylistl .gf {
    background-color: rgba(20, 66, 144, 0.7);
}
.jylistl .hy {
    background-color: rgba(171, 136, 55, 0.7);
}
.jylnr {
    padding: 10px;
    border: 1px solid #144290;
    border-radius: 2px;
    color: #144290;
}
.jylist a {
    position: relative;
}
.jylist a:hover h2 {
    color: #144290;
}
.jylist a .jylnr img {
    transition: all 0.37s;
}
.jylist a:hover .jylnr img {
    transform: translateX(5px);
}
.jylistr:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 406px);
    height: 1px;
    background-color: #EBEBEB;
}
.swlistbn {
    padding: 50px;
}
.swlistbn .posrabsolute {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: auto;
}
.swiper-pagination-zhibiao {
    bottom: 15px;
  left: 0;
  width: 100%;
}
.swlistbn .swiper-slide img {
    cursor: pointer;
}
.swiper-pagination-zhibiao .swiper-pagination-bullet {
    width: 20px;
    height: 14px;
    border-radius: 6px;
    background-color: rgba(20, 66, 144, 0.4);
    margin: 0 7px;
}
.swiper-pagination-zhibiao .swiper-pagination-bullet-active {
    width: 30px;
    background-color: rgba(20, 66, 144, 1);
}
.myid {
    padding: 40px 0;
}
.myidl {
    width: 300px;
    margin-right: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    min-height: 580px;
}
.muiis div {
    width: 86px;
    height: 86px;
    border-radius: 86px;
    margin: auto;
    cursor: pointer;
}
.muiis .vip::after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(../images/vipbig.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -15px;
    right: -15px;
}
.myidlb a {
    border-radius: 5px;
    padding: 10px 0;
    background-color: #F0F5FF;
}
.myidlb a:hover {
  box-shadow: 0px 2px 4px rgba(20,66,144,0.76);
}
.myidlb .active {
    color: #ffffff;
    background-color: #144290;
}
.myidr {
    width: calc(100% - 340px);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 40px;
    min-height: 660px;
}
.myidr .myidrt {
    padding-bottom: 14px;
    border-bottom: 1px solid #EBEBEB;
}
.myidrb {
    
}
.myidrba {
    width: 100%;
}
.myidrba .div {
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.xiangji {
    position: absolute;
    right: 0;
    bottom: 0;
}
.myhhs span {
    width: 76px;
}
.myhhs input {
    width: 400px;
}
.myhhs .lg_btn {
    margin-left: 76px;
    width: 400px;
}
.myjyct a {
    background-color: #F0F4FC;
    color: #144290;
    border-radius: 6px;
    padding: 4px 11px;
    margin-left: 20px;
}
.myjyct a:nth-child(1) {
    margin-left: 0;
}
.myjyct a:hover {
    background-color: #144290;
    color: #ffffff;
}
.myjyct .active {
    background-color: #144290;
    color: #ffffff;
}
.mylist {
    margin: 10px -15px 0;
}
.mylist .mya {
    width: calc(33.3333% - 30px);
    margin: 15px;
}
.mylist .mya li {
    height: 220px;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.37s ease;
}
.mylist .mya:hover li {
    box-shadow: 0px 0px 10px  #001E6B;
}
.mylist .mya span div {
    padding: 7px 10px;
    border: 1px solid #144290;
    border-radius: 3px;
    color: #144290;
}
.mya .del {
    cursor: pointer;
}
.mya .del:hover i {
    color: #FF1C1C!important;
}
.shanchu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 5px;
}
.shanchu li a {
    width: 138px;
    height: 40px;
    border: 1px solid #144290;
    border-radius: 40px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.scquxiao {
    color: #144290;
}
.scyes {
    color: #ffffff;
    background-color: #144290;
}
.shanchu li a:hover {
    box-shadow: 0px 0px 10px  #001E6B;
}
.fuwenben {
    padding-bottom: 40px;
}
.fwbl {
    width: 284px;
    margin-right: 21px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 15px;
    max-height: 600px;
}
.fwbl li {
    padding-bottom: 24px;
}
.fwbr {
    width: calc(100% - 305px);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 30px 30px;
    max-height: 600px;
}
#writeB {
    padding: 10px !important;
}
.bjisbtn {
    width: 114px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #144290;
    border-radius: 5px;
    cursor: pointer;
}
.bjisbtn:hover {
    box-shadow: 0px 0px 10px  #001E6B;
}
.fwbwb {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 9px 12px;
    color: #333333;
}
.fwbsc {
    margin-top: 12px;
    cursor: pointer;
    position: relative;
    width: 90px;
    overflow: hidden;
}
.fwbsc .previewBox {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.fwbsc .previewBox1 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.fileInput{
	display: block;
	height: 90px;
	width: 90px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.previewBox {
    top: 0;
    left: 0;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.previewBox img {
    width: 90px!important;
    height: 90px!important;
}
.previewBox1 {
    top: 0;
    left: 0;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.previewBox1 video {
    width: auto!important;
    height: 90px!important;
}
.scvideo .previewBox1 {
    background-image: url('../images/uploadvideo.png');
}
.scimages .previewBox {
    background-image: url('../images/uploadImg.png');
}
@media only screen and (max-width:1500px) {
    .mylist .mya li {
        height: 162px;
    }
    .ititle_50 {
        font-size: 36px;
    }
    .newslist a li {
        height: 220px;
    }
    .swlistbn {
        padding: 30px;
    }
    .swiper-pagination-zhibiao {
        bottom: 0;
    }
}
@media only screen and (max-width:1280px) {
    .footc {
        padding: 0 5%;
    }
    .newslist a li {
        height: 180px;
    }
}

@media only screen and (max-width:950px) {
    .fwbr {
      width: 100%;
      padding: 15px;
      min-height: auto;
      margin-top: 15px;
    }
    .fwbl {
      width: 100%;
      margin-right: 0;
      padding: 25px 15px;
      min-height: auto;
    }
    .mylist {
      margin: 0;
    }
    .mylist .mya {
      width: 100%;
      margin: 15px 0;
    }
    .myhhs span {
      width: 60px;
    }
    .myhhs input {
      width: 200px;
    }
    .myhhs .lg_btn {
      margin-left: 60px;
      width: 200px;
    }
    .myidl {
      width: 100%;
      margin-right: 0;
      min-height: auto;
    }
    .myidr {
      width: 100%;
      min-height: auto;
      padding: 15px 15px 30px;
      margin-top: 15px;
    }
    .jyct a {
      padding: 5px 12px;
      margin-top: 10px;
      margin-left: 15px;
    }
    .jytopr {
      width: 120px;
      height: 42px;
    }
    .jytopr img {
      width: 20px;
    }
    .jytopl a {
      padding: 15px 0;
      margin-right: 15px;
    }
    .jylnr {
        padding: 5px 10px;
    }
    .jylistr {
      margin: 15px 0;
    }
    .jylistl {
      width: 100%;
      height: auto;
      margin: 0;
    }
    .nes1 {
        padding: 15px;
    }
      .swlistbn img {
        height: 160px !important;
      }
    .swlistbn {
        padding: 30px 5px;
    }
    .md {
      padding: 50px 0;
    }
    .listbn img {
       height: 200px;
      width: auto;
      max-width: max-content;
    }
    .ititle_50 {
        font-size: 24px;
    }
    .listbn .text20 {
        font-size: 12px;
        line-height: 1.37;
        margin-top: 5px;
    }
    .login {
      width: 90%;
      padding: 12px;
    }
    .lgbox {
      padding: 27px 15px 17px;
      width: 100%;
    }
    .lg_x {
      right: 7px;
      top: 7px;
      width: 22px;
      height: 22px;
    }
    .lg_form_id li input {
      width: 15px;
      height: 15px;
    }
    .lg_xy input {
      width: 15px;
      height: 15px;
    }
    .bnimg {
      height: 65vh;
    }
    .gwh {
        width: auto;
        height: auto;
    }
    .i1 {
      padding: 15px 0;
    }
    .i1l {
      width: 100%;
      margin-right: 0;
    }
    .i1r {
       width: 100%;
       margin-top: 15px;
    }
    .ferrari-grid-modules {
      display: block;
    }
    .grid-module {
      height: 50vh;
    }
    .footl {
        text-align: center;
    }
    .footc {
        flex-wrap: wrap;
    }
    .footc ul {
      padding: 12px;
    }
    .footc li {
      margin-top: 10px;
    }
    .footc li a {
      font-size: 14px;
    }
    .ab2a {
        flex-wrap: wrap;
    }
    .ab2a .w25 {
        width: 50%;
        margin: 15px 0;
    }
    .ab2a .w25:nth-child(2n) {
        border: none;
    }
    .ab3list a {
        width: calc(100% - 20px);
    }
    .ab3list a i {
      background-size: 60px;
    }
    .newslist a {
      width: calc(100% - 30px);
    }
}

@media only screen and (max-width:768px) {
    
}