.banner_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.7s ease-out 0s;
}
.banner_box.fixed .header_con {
    position: fixed;
    top: 0;
    transition: all .3s;
    background: rgba(0,74,152,.8);
    padding: .5rem 0;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.banner_box.fixed .navbox li.navli h3{
    font-size: 1.25rem;
}
.banner_box.fixed .header_con .logo img{
    max-height: 4rem;
}
.banner_box.fixed .header_con .top_link1 a{
    display: none;
}
.banner_box.fixed .header_con .top_link1 .search{
    display: none;
}
.banner_box.fixed .header_con .top_link1 .jgx{
    display: none;
}
.banner_box.fixed .header_box{
    align-items: center;
}
.banner_box.fixed .header_con .top_link1{
    margin-bottom: 0;
}
.shodw {
    content: "";
    display: block;
    width: 100%;
    z-index: 1;
    background: url(../images/head-bg.png) left repeat-x;
    height: 140px;
    transition: all .8s;
    position: fixed;
}
.navcon{
  margin-top: 0;
}
.banner-item a{
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.banner-item img {
    width: 100%;
    animation: imagescale 3s linear 1 0s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-item .slick-son img {
    -webkit-transform: scale(1.1); 
    transition: 5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-item .slick-active img{
    -webkit-transform: scale(1);
}
@keyframes imagescale
{
 from {transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1)}
to {transform: scale(1.0);-moz-transform: scale(1.0);-webkit-transform: scale(1.0); -o-transform: scale(1.0); -ms-transform: scale(1.0)}
}
.banner-item .slick-dots{
        bottom: 20px;
}
.banner-item .slick-dots li button:before{
    width:20px; 
    height:20px;
    background: rgba(255,255,255,0); 
    border:2px #fff solid; 
    border-radius: 25px;
    opacity: 1;
}
.banner-item .slick-dots li.slick-active button:before{
    width:20px; 
    height:20px;
    background: #fff; 
    border:2px #fff solid; 
    border-radius: 25px;
}
.banner-item .slick-prev{
    left: 7%;
    background: url(../images/banner_left.png) no-repeat;
    width: 70px;
    height: 70px;
    z-index: 3;
}
.banner-item .slick-next{
    right: 7%;
    background: url(../images/banner_right.png) no-repeat;
    width: 70px;
    height: 70px;
}
.banner_box .slick-dotted.slick-slider{
    margin-bottom: 0;
  overflow:hidden;
}
.aline_w {
    position: relative;
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}
.aline_w:hover {
    background-size: 100% 1px;
}




/*板块1*/
.homea {
    background: url(../images/abg.jpg) no-repeat center;
    background-size: cover;
    padding: 4.375rem 0 6.25rem;
    min-height: 2rem;
}
.intit {
    position: relative;
    margin-bottom: 2.5rem;
}
.intit h4 {
    color: #004a98;
    position: relative;
    border-left: 2px solid #004a98;
    padding-left: 1rem;
    padding-top: 1.6rem;
}
.intit h4 em {
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    left: 1rem;
}
.bel{
    font-family: '宋体';
}
.intit h4 span {
    font-size: 2.25rem;
    font-weight: bold;
    display: block;
    line-height: 1em;
}
.intit .inmor{
    line-height: 1.93rem;
    color: #004a98;
    position: absolute;
    right: 0;
    top: 0.9375rem;
    font-size:1rem;
}
.intit .inmor:hover{
     color: #ff9900;
}
.homea .aleft {
    width: 66%;
}
.homea .aright {
    width: 31%;
}
.homea .aleft .xyywhdp{
    position: relative;
}
.homea .aleft .xyywhdp .pic
{
    height: 35.625rem;
    overflow: hidden;
}
.homea .aleft a.bg-mask {
    display: block;
    position: relative;
}
.bg-mask .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.bg-mask:hover .pic .a{
    transform: scale(1.1);
    transition: all .8s;
}
.homea .aleft .xyywhdp .slick-dots{
    bottom: 142px;
    text-align: right;
    right: 15px;
}
.homea .aleft .xyywhdp .slick-dots li button:before{
    width:15px; 
    height:15px;
    background: #fff; 
    border:1px #fff solid; 
    border-radius: 25px;
    opacity: 1;
}
.homea .aleft .xyywhdp .slick-dots li.slick-active button:before{
    width:15px; 
    height:15px;
    background: #d20b17; 
    border:1px #d20b17 solid; 
    border-radius: 25px;
}
.homea .aleft .slick-dotted.slick-slider { 
    margin-bottom:0
}
.homea .aleft .xyywhdp .pic img {
    width:100%; 
    height:33.625rem;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s; 
    -ms-transition: transform 0.8s;
}
.homea .aleft .xyywhdp .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.homea .aleft .xyywhdp .txt{
    border-bottom: 3px solid #004a98
}
.homea .aleft .xyywhdp .txt{
    background: rgba(255,255,255,.9);
    padding: 1.5625rem 1.875rem
}
.homea .aleft .xyywhdp .txt span { 
    color:#333 
}
.homea .aleft .xyywhdp .txt h4{
    font-size: 1.375rem;
    line-height: 1.5em;
    margin-bottom: .5rem;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homea .aleft .xyywhdp .txt .din{
    color: #222;
    font-size: 1.125rem; 
    font-family: "Georgia"
}
.homea .aleft .xyywhdp:hover span.aline_w {
    color: #004a98;
    background-image: linear-gradient(#004a98,#004a98);
    background-size: 100% 1px;
}
.homea .aright ul {
    border-top: 3px solid #004a98;
    background: rgba(255,255,255,.9);
    padding:0 1.5625rem 1.5625rem;
}
.homea .aright ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1.5625rem;
    margin-top: 1.5rem;
}
.homea .aright ul li h4 { 
    font-size:1.04rem; 
    width: calc(100% - 5rem);
    line-height: 1.6875em;
    max-height: 3.66rem; 
}
.homea .aleft .xyywhdp .txt .din{
	font-size:1rem; 
}
.homea .aright ul .time {
    text-align: right;
}
.homea .aright ul .time .day {
    font-family: "Georgia";
    font-size: 1.625rem;
    font-weight: bold;
    display: block;
    color: #333;
}
.homea .aright ul .time .year{
    font-family: "Georgia";
    font-size: 0.875rem;
    color: #666666;
    display: block;
}
.homea .aright ul li:hover span.aline_w {
    color: #004a98;
    background-image: linear-gradient(#004a98,#004a98);
    background-size: 100% 1px;
}
.homea .aright ul li:hover .day,.homea .aright ul li:hover .year { 
    color: #004a98;
}
/*板块2*/

.homeb{ 
    margin-top:4.375rem;
}
.homeb ul li { 
    width:31.3333%; 
    background:#f4f4f4; 
    margin-bottom: 2.5rem;
    transition: .8s;
}
.homeb ul li:hover {
    box-shadow: 2.837px 2.837px 10px 0px rgb(0 0 0 / 50%);
}

.homeb ul li a { 
    padding:1.875rem;
}
.homeb ul li .time {
    display: block;
    width: 4.25rem;
    height: 4.25rem;
    border: 1px solid #004a98;
    background: #fff;
    text-align: center;
    color: #004a98;
}
.homeb ul li .time span {
    display: block;
    background: #004a98;
    color: #fff;
    height: 2.5rem;
    line-height: 2.125rem;
    font-size: 1.625rem;
    font-family: "Georgia";
}
.homeb ul li .time em {
    display: block;
    height: 1.75rem;
    line-height: 1.625rem;
    font-size: 0.875rem;
    font-family: "Georgia";
}
.homeb ul li .txt {
    width: calc(100% - 6rem);
}
.homeb ul li .txt h4 {
    font-size: 1.04rem;
    line-height: 1.5rem;
    max-height: 4.5rem;
}
.homeb ul li:hover span.aline_w {
    color: #004a98;
    background-image: linear-gradient(#004a98,#004a98);
    background-size: 100% 1px;
}
/*板块3*/
.homec { 
    margin-top: 1.875rem; 
    overflow:hidden 
}
.homec .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.homec .slick-prev:before{
    content: '\F284';
}
.homec .slick-next:before{
    content: '\F285';
}
.homec .slick-prev:before, .homec .slick-next:before { 
    color:#b3b3b3;
    font-family: "bootstrap-icons" !important;
    font-size: 28px;
}
.homec .slick-prev {
    left: -25px;
}
.homec .slick-son:hover img{
    transform: rotateY(360deg);
    transition: 2s;
}
.homec img { 
    transition: 2s;
    object-fit: cover;
}
.homec_box .slick-son {
    margin: 0 10px;
}
.homec_box{
    margin: 0 -10px;
}


/*板块4*/
.homed { margin-top: 4.375rem;}
.homed {background: url(../images/ebg.jpg) no-repeat center;
    background-size: cover;
    padding: 4.375rem 0 4.375rem;
    min-height: 2rem;}
.homed_news .title{    border-left: 2px solid #004a98; position:relative; margin-bottom:1.5625rem}
.homed_news { width:31.3333%;}
.homed_news .title h4{border-left: 2px solid #fff;padding-left: 1rem;color: #fff; position:relative}
.homed_news .title h4 span {
    font-size: 2.25rem;
    font-weight: bold;
    display: block;
    line-height: 1em;
}
.homed_news .title h4 em {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 11rem;
}
.homed_news .txt .pic .a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    
}
.homed_news .txt:hover .pic .a{
    transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);
} 
.homed_news .title .inmor { right:0; font-size:1rem; color:#fff; position:absolute; top: 0.5rem;-webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;}
.homed_news .title .inmor:hover {margin-right: -5px;}
.homed_news .txt img { max-height:12.5rem; width:100%;margin-bottom:1.5625rem;transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s; }
.homed_news .txt .pic {height:12.5rem; overflow:hidden;transition: transform 0.8s;-webkit-transition: transform 0.8s;-moz-transition: transform 0.8s;-o-transition: transform 0.8s; -ms-transition: transform 0.8s;}
.homed_news .txt ul li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.homed_news .txt ul li h4 {
    font-size: 1.04rem;
    line-height: 1.5rem;
    width: calc(100% - 7rem);
    height: 3.25rem;
}
.homed_news .txt ul li h4 a,.homed a { color:#fff}
.homed_news .txt ul li .din {
    font-size: 0.875rem;
    color:#fff;
    font-family: "Georgia";
}
.aline_w {
    position: relative;
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}
.aline_w:hover {
    background-size: 100% 1px;
}
.homed_news .txt ul li:hover span.aline_w {
    color: #ff9900;
    background-image: linear-gradient(#ff9900,#ff9900);
    background-size: 100% 1px;
}

/*板块5*/
.homee { margin-top:4.375rem;}
.homee ul li { width:31.3333%; background:#F7F7F7}
.homee ul li .pic { max-height: 15rem; overflow:hidden}
.homee ul li .pic img { 
    width:100%;
    max-height: 15rem;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s; 
    -ms-transition: transform 0.8s;
    object-fit: cover; 
}
.homee ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.homee ul li .txt{ 
    padding:1.875rem;
}
.homee ul li .txt h4 {
    font-size: 1.04rem;
    line-height: 1.5rem;
    height:1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.homee ul li:hover span.aline_w {
    color: #004a98;
    background-image: linear-gradient(#004a98,#004a98);
    background-size: 100% 1px;
}
.homee ul li:hover .des{color: #004a98;}
.homee ul li .des {
    line-height: 1.75rem;
    color: #999999;
    font-size: 0.875rem;
    text-indent: 2em;
    margin: 1.56rem 0;
    max-height:5.25rem;
}
.homee ul li .time {font-size: 1rem;
    color:#004a98;
    font-family: "Georgia";}

/*板块6*/
.homef{
    margin-top:4.375rem;
    padding-bottom: 2.5rem;
}
.homef_box .slick-son .pic {
    margin: 0 20px;
    overflow:hidden;
}
.homef_box {
    margin: 0 -20px;
}
.homef_box .slick-son img {
    width:100%;
    max-height: 36.25rem;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s; 
    -ms-transition: transform 0.8s;
    object-fit: cover;
    
}
.homef_box .slick-son:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*侧边栏*/
.rightFix1 {
    position: fixed;
    right: 1.75rem;
    top: 50%;
    z-index: 20;
    padding: 1rem 1rem;
    background-size: cover;
    border-radius: 3.125rem;
    transform: translateY(-50%);
    transition: .5s;
    background: #fff;
    box-shadow: 2.837px 0.977px 29px 0px rgb(5 57 127 / 30%);
}
.rightFix1 .ico {
    cursor: pointer;
}
.rightFix1 .ico img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    animation: hw_rotate 10s infinite linear;
}
@keyframes hw_rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.rightFix1 .ic_tit {
    padding: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: .5s;
    opacity: 0;
    height: 0;
}
.rightFix1 ul li:first-child {
    border-top: 0;
}
.rightFix1 ul li {
    text-align: center;
    padding: .325rem 0;
    border-top: 1px dashed rgba(255, 255, 255, .3);
}
.rightFix1 ul li p {
    font-size: 0.875rem;
    margin-top: .3125rem;
    color: #000;
}
.rightFix1 ul li a {
    color: #fff;
    text-align: center;
}
.rightFix1 ul li i {
    font-size: 1.75rem;
    display: inline-block;
    color: #004a98;
}
.rightFix1 ul li:hover i {
    transform: rotateY(360deg);
    transition: .8s;
}
@media (max-width: 1024px) {
    .rightFix1 {
        display: none
    }
}

/*自适应屏幕*/
@media (max-width: 900px){
    .homea .aleft {
        width: 100%;
        margin-bottom: 1.875rem;
    }
    .homea .aleft .xyywhdp .txt{
        border-bottom: none;
    }
   .homea .aleft .xyywhdp .txt h4{
		 	font-size:1.04rem; 
	}
    .homea .aright {
        width: 100%;
    }
    .homeb ul li{
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .homeb ul li:last-child{
        margin-bottom: 0;
    }
    .homed_news { 
        width:100%; 
        margin-bottom:1.875rem
    }
    .homed_news:last-child{
        margin-bottom:0
    }
    .homee ul li{ 
        width:100%;
        margin-bottom:1.875rem
    }
    .homee ul li:last-child{
        margin-bottom:0
    }
    .homec .slick-prev,.homec .slick-next{ 
        display:none !important;
    }
    .homea{
        padding: 2.375rem 0 2.25rem;
    }
    .homeb,.homee,.homef {
        margin-top: 2.375rem;
    }
    .homed{
        padding: 2.375rem 0 2.375rem;
    }
    .homed {
        margin-top: 1.875rem;
    }
    .banner-item .slick-dots {
        bottom: 10px;
    }
    .banner-item .slick-dots li button:before{
        width: 10px;
        height: 10px;
    }
    .banner-item .slick-dots li.slick-active button:before{
        width:10px; 
        height:10px;
    }
    .slick-dots li,.slick-dots li button{
        width:10px; 
        height:10px;
    }
    .homea .aleft .xyywhdp .slick-dots li.slick-active button:before{
        width:10px; 
        height:10px;
    }
    .homea .aleft .xyywhdp .slick-dots li button:before{
        width:10px; 
        height:10px;
    }
    .homea .aleft .xyywhdp .pic{
        height: 56vw;
    }
    .homea .aleft .xyywhdp .slick-dots{
       bottom: 124px;
    }
  .intit h4 span,.homed_news .title h4 span{
       font-size: 1.875rem;
    }
  .intit h4 em{
    font-size: 1.1rem;
  }
  .homed_news .title h4 em{
	left: 9.5rem;
	}
  .homeb ul li .time span{
	 font-size: 1.625rem; 
	}
  .nav_btn_box a{
  font-size: .875rem;
  }
  .search_a i{
    font-size: 1.1rem;
  }
  .intit .inmor{
  font-size: .875rem;
  }
}
@media (max-width: 1000px){
    .banner-item a{
        height:auto;
    }
  #moveAdv img { width:10rem}
}
