@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
overflow-x:hidden

}
.cl{ clear:both}



::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}
img{ border:none}
div,ul,li
{
color:#000;
font-size:16px;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #003399;
transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder{
color: #999;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #999;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #999;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #999;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #999;
}

.warp{ width:1400px;}
.h_p{ padding-top:50px}

.v_news_content{ font-size:18px; line-height:1.8; font-family:font-family: 宋体, 'Noto Serif SC';}

.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:15px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; 
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px;} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; 
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; 
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 
/*基础部分结束*/
.swiper-wrapper {
  will-change: transform; /* 优化性能 */
}

/* 搜索按钮样式 */
.search-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.search-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* 黑色背景遮罩 */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}


.srarch{width:100%;height:60px;}
.searchl{ width:500px; border:none; background:#fff; padding-left:15px; height:54px; line-height:54px; font-size:14px; color:#666; float:left}
.searchr{ width:110px; border:none; background:#003399; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}


/* 关闭按钮样式 */
.close-button {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	top:10%;
	right:20px;
    font-size: 24px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
	display:none
}

.close-button:hover {
    background-color: #ff1a1a;
    transform: rotate(90deg);
	color:#fff
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.menufixed{ background:#003399;width:100%; padding:25px 4% 20px 4%;top:0; z-index:9;transition: 0.3s ease-in-out;}
.menufixed .h1{ display:none}
.menufixed .r{ float:right; margin-top:15px}
.menufixed .logo{float:left; height:50px;transition: 0.3s ease-in-out;}


.menuw{ width:100%; background:#06417e; height:55px}
.menu{ width:1400px}
nav{height:44px;z-index:2;transition: 0.3s ease-in-out;}

.nav li{
position: relative;
float: left;
width:calc(100% / 12);
}

.nav li .on{ background:#05396f}

.nav li a{
width:100% !important;
text-align:center;
float:left;
height:55px;
line-height:55px;
color:#fff;
font-size:16px;
}

.nav li a:hover{ color:#fff; background:#05396f}

.nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:55px;
left:0;
width:100%;
}



.nav li .section-nav1{height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#fff;
width:100%;
float:left;
}
.nav li .section-nav1 ul li a {
background:#fff;
text-align:center;
padding:0px 5px;
margin:0;
box-sizing:border-box;
height:40px;
overflow:hidden;
line-height:40px;
width:auto;
display:block;
float:none;
color:#333;
font-size:14px;
cursor:pointer;
font-weight:normal;

}
.nav li .section-nav1 ul li a:hover {
color: #fff;
background:#05396f
}
/*首页大图切换*/
.mySwiper {
width: 100%;
height: 490px;
cursor: pointer
}
.mySwiper .swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover
}


.mySwiper .swiper-pagination{ bottom: 20px !important}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ width:10px; height:10px;background:#d0d0d0;border-radius: 50px;}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{background:#fff;border-radius: 50px;width:10px; height:10px;}

.h_l_img{ width:420px; height:315px; float:left; overflow:hidden}
.mySwipera {
width:420px;
height:315px;
cursor: pointer;
position:relative
}
.mySwipera .swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover
}
.mySwipera .tit{ width:100%; height:40px; line-height:40px; background:rgba(0,0,0,.6); position:absolute; z-index:1; bottom:0; left:0; font-size:14px; overflow:hidden; padding:0 100px 0 10px; color:#fff}

.mySwipera .swiper-pagination{ bottom: 16px !important;z-index:9; text-align:right; margin-right:5px; right:5px}
.mySwipera .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px;background:#666869;border-radius: 50px;}
.mySwipera .swiper-pagination .swiper-pagination-bullet-active{background:#fff;border-radius: 50px;width:8px; height:8px;}



.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:24px; line-height:1.8; float:left;text-align:center;}
.disptit p{ padding:0 !important; margin:0 !important}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; border-bottom:1px solid #ddd; padding:15px 0; margin-top:10px;margin-bottom:15px; color:#808080}
.dispdes .ziti{ float:right }
.dispdes .ziti a{ margin:0 5px; cursor:pointer}

.infoarea{ width:100%; float:left;line-height:1.8; background:#fff !important; min-width:600px; font-size:18px; font-family:宋体,'Noto Serif SC' !important;text-align: justify}
.infoarea table,.infoarea video{ max-width:100%}
.infoarea img{ max-width:100% !important; height:auto !important; overflow:hidden !important}
.printico{ background:url(../images/print.gif) left center no-repeat; padding-left:20px; margin-right:20px}
.closeico{ background:url(../images/close1.gif) left center no-repeat; padding-left:20px}
.tools{ text-align:right; width:100%; font-size:14px; line-height:30px}
#share-3{float:left; width:50%; text-align:left}
.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:15px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; text-indent: 32px;
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 


.pb_sys_style1 .p_no_d {
    border: 1px solid #003399 !important;
    color: #fff;
    background-color: #003399 !important;
}

header{ width:1400px; padding:30px 0; height:150px; margin:0 auto;}
header .logo{ margin-top:10px}

.search{ width:190px; height:40px; background:#eaeaea; border-radius:50px; float:right; margin-top:25px;transition: 0.3s ease-in-out; }
.search .a{ width:155px; background:none; border:none; font-size:14px; color:#666; line-height:40px; height:40px; padding-left:10px; box-sizing:border-box; float:left}
.search .b{ width:35px; background:url(../images/wl_jd_09.png) left center no-repeat; border:none;  height:40px;float:right; cursor:pointer}
.by{ float:right; padding-right:25px; margin-top:30px;}
.h_l{ width:980px; float:left}
.h_r{ width:400px; float:right}

.ban{ width:100%; float:left; position:relative; border-bottom:1px solid #d9d9d9; height:42px; margin-bottom:20px}
.ban:before{ position:absolute; bottom:0; left:0; height:2px; width:130px; content:''; background:#003399; z-index:1}
.ban span{ float:right; margin-top:4px}
.ban span a{ color:#666; font-size:14px;}
.ban span a:hover{ color:#003399;}
.ban .name{ float:left; font-size:20px; color:#06417e; font-weight:bold}
.ban .name img{ float:left; margin-right:8px; margin-top:2px}
.ban .enname{ float:left; font-size:14px; color:#06417e; text-transform:uppercase; margin-top:4px; font-family:Microsoft yahei}

.xw_r{ width:530px; float:right}
.xw_list{ width:100%; float:left}
.xw_list li{ width:100%; float:left; height:40px; line-height:40px; overflow:hidden; padding-left:15px; position:relative}
.xw_list li span{ float:right; padding-left:25px; color:#b1b1b1;}
.xw_list li:before{ position:absolute; top:18px; width:4px; height:4px; background:#003399; content:''; left:0}
.xw_list li:hover span{ color:#003399}


.notice{ width:100%; float:left}
.notice li:last-child{ margin-bottom:0}
.notice li{ width:100%; float:left; height:70px; margin-bottom:10px}
.notice li .l{ width:70px; height:70px; background:#f0f0f0; float:left}
.notice li .l b{ width:100%; text-align:center; font-size:20px; color:#06417e; height:35px; line-height:35px; overflow:hidden; text-align:center; float:left;font-family:Microsoft yahei}
.notice li .l small{ width:100%; text-align:center; font-size:16px; color:#fff; background:#06417e; height:35px; line-height:35px; overflow:hidden; text-align:center; float:left;font-family:Microsoft yahei}
.notice li .r{ width:314px;float:right; line-height:28px; margin-top:7px; overflow:hidden; height:52px}

.h_50{ width:100%; float:left; height:50px}
.q_list{ width:100%; float:left; margin-bottom:50px;}
.q_list ul{ display:inline}
.q_list ul li{ width:222px; float:left; margin-right:13px; height:86px; overflow:hidden}
.q_list ul li:last-child{ margin-right:0}
.q_list ul li img{transition: 0.3s ease-in-out;}
.q_list ul li:hover img{
    transform: scale(1.1);
	}
.h_left{ width:690px; float:left}
.h_right{ width:690px; float:right}	
.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 210px;
    background: #fff;
    padding: 20px;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-track {
    display: flex;
    height: 100%;
    will-change: transform;
    gap: 24px;
}

.carousel-item {
    width: 220px;
    height: 210px;
    flex-shrink: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}



.carousel-item .img {
    width: 100%;
    height: 165px;
	float:left;
    overflow: hidden;
    position: relative;
}

.carousel-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.carousel-item:hover .img img {
    transform: scale(1.05);
}

.carousel-item .item-info {
    width: 100%;
    height: 35px;
	float:left;
    line-height: 35px;
    text-align: center;
    color: #333;
    overflow: hidden;
}

/* 控制按钮 */
.carousel-controls {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    gap: 10px;
    z-index: 10;
}





/* 滚动动画 */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.carousel-track.scrolling-left {
    animation: scrollLeft 30s linear infinite;
}

.carousel-track.scrolling-right {
    animation: scrollRight 30s linear infinite;
}

.carousel-track.paused {
    animation-play-state: paused;
}
#prevBtn{ float:right; margin-top:10px; cursor:pointer}

#nextBtn{ float:right; margin-top:10px; margin-left:10px; cursor:pointer}

footer{ width:100%; margin-top:45px; background:#06417e; padding:40px 0 30px 0; overflow:hidden}
footer .f_1{ float:left;}
footer .f_r{ float:right; width:calc(100% - 260px)}
footer .f_r p{ line-height:34px; color:rgba(255,255,255,.5); margin-top:2px}
.nyimg{ width:100%; height:500px; background:url(../images/ny.jpg) center no-repeat}
.nyimg .tit{ width:250px; height:85px; line-height:85px; color:#fff; font-weight:bold; background:#06417e; padding-left:40px;font-size: 24px; float:left; margin-top:415px}

.ny_left{ width:250px; background:#f2f2f2; padding-bottom:30px; float:left}
.ny_right{float:right; width:1120px; padding-top:30px}
.ny_left a{ width:100%; float:left; padding-left:40px; font-size:18px; position:relative; height:60px; line-height:60px}
.ny_left a:after{ height:1px; background:#d9d9d9; width:190px; left:30px; position:absolute; z-index:1; content:''; bottom:0}
.ny_left a:hover{ background:#06417e; color:#fff}
.ny_left a:hover:after{background:none;}

.ny_left .on{ width:100%; float:left; padding-left:40px; font-size:18px;background:#06417e; color:#fff; position:relative; height:60px; line-height:60px}
.ny_left .on:after{background:none;}
.n_ban{
    height: 55px;
	width:100%;
	float:left;
    border-bottom: 1px solid #d9d9d9;
	margin-bottom:30px
}
.n_ban strong {
    font-size: 24px;
    padding-left: 10px;
    border-left: 3px solid #06417e;
}
.n_ban span{ float:right; font-size:14px; color:#333; margin-top:10px}
.n_ban span a{color:#333}

.infolist{ width:100%; float:left}
.infolist li{ width:100%; float:left; margin-bottom:26px; padding-bottom:30px; border-bottom:1px solid #ddd; height:110px}
.infolist li .time{
height: 80px;
width:75px;
border-right: 1px solid #e5e5e5;
padding-right: 20px;
float:left;
}

.infolist li .time .time1{
width:100%;
float:left;
font-size: 30px;
font-weight: bold;
height:40px;
line-height:40px;
text-align:center;
}

.infolist li .time .time2{
width:100%;
float:left;
text-align:center;
font-size:14px;

}
	
.infolist li .area{
width:1010px;
float:right;
}

.infolist li .area .area1{
width:100%;
float:left;
height:30px;
line-height:30px;
overflow:hidden;
margin-bottom:10px;
margin-top:-5px
}

.infolist li .area .area2{
width:100%;
float:left;
height:50px;
font-size:14px;
color:#ababab;
line-height:25px;
overflow:hidden;
}
.s_lm{ width:100%; float:left; font-weight:bold; font-size:18px; margin-bottom:30px}

.teach{ width:100%; float:left}
.teach ul{ display:inline}
.teach li{ width:170px;float:left; margin-right:20px; margin-bottom:20px}
.teach li:nth-child(6n){ margin-right:0}
.teach li .img{ width:100%; height:225px; float:left}
.teach li .img img{ width:100%; height:100%; float:left;object-fit: cover}
.teach li .tit{ width:100%; height:45px; line-height:45px; text-align:center; float:left; overflow:hidden}


.pic{ width:100%; float:left}
.pic ul{ display:inline}
.pic li{ width:260px;float:left; margin-right:25px; margin-bottom:20px}
.pic li:nth-child(4n){ margin-right:0}
.pic li .img{ width:100%; height:195px; float:left}
.pic li .img img{ width:100%; height:100%; float:left;object-fit: cover}
.pic li .tit{ width:100%; height:45px; line-height:45px; text-align:center; float:left; overflow:hidden}