html{-webkit-text-size-adjust:100%;font-size:100px}
@media (min-width:1025px) and (max-width:1600px) {
html{font-size:6.25vw}
}
@media (max-width:640px) {
html{font-size:20vw}
}

/*Foor1*/
.w1600 {
    max-width: 1600px;
    margin: 0 auto;
}
.Foor1{position: relative;}
.Foor1 .Leftbox{width: 46%;padding:.8rem 0 0;}
.Foor1 .Leftbox .table-nav{border-top: .02rem solid #e3e4eb;}
.Foor1 .Leftbox .table-nav ul{display: inline-block;position: relative;}
.Foor1 .Leftbox .table-nav ul .load{display: block;height: .02rem;background:#1c2a73;position: absolute;top: -.02rem;left: .1rem;width: 0;transition:1.5s;}
.Foor1 .Leftbox .table-nav li{display: inline-block;vertical-align: middle;padding-top:.25rem;margin-right:.2rem;position: relative;font-size:.18rem;color:#888888;transition:.3s;}
.Foor1 .Leftbox .table-nav li:before{width: .24rem;height: .2rem;content: '';background:url(../images/i1_b.png) no-repeat;background-size: contain;position: absolute;left: 0;transform: translateY(-50%);top: 0;transition:.3s;z-index: 8;}
.Foor1 .Leftbox .table-nav li.loaded:before{background:url(../images/i1.png) no-repeat;background-size: contain;}
.Foor1 .Leftbox .table-nav li.loaded{color:#1c2a73;}
.Foor1 .Leftbox .table-box{padding: .8rem 0;}
// .Foor1 .Leftbox .table-box .item{display: none;}
// .Foor1 .Leftbox .table-box .item.on{display: block;}
.Foor1 .Leftbox .table-box h5{font-size:.30rem;color:#0c0c0c;margin-bottom: .15rem;}
.Foor1 .Leftbox .table-box .des{font-size:.18rem;line-height:.32rem;min-height: 1.8rem;}
.Foor1 .imgBox{position: absolute;bottom: 0;right: 0;width: 42.565%;}
.Foor1 .imgBox .moreBtn{position: absolute;top: 20%;left: 10%;}
.idxcount-box{background:#0e357d;overflow: hidden;}
.idxcount-box .item{width: 25%;float: left;border-left: 1px solid #e3e4eb;padding:.5rem .5rem .4rem;position: relative;}
.idxcount-box .item:first-child{border-left:none;}
.idxcount-box .item .numBox{font-size:.46rem;color:#fff;line-height:1;}
.idxcount-box .item .numBox span{display: inline-block;line-height:1;vertical-align: baseline;margin-right:.05rem;}
.idxcount-box .item .numBox sub{font-size:.16rem;vertical-align: baseline;}
.idxcount-box .item .numBox sup{font-size:.16rem;display: inline-block;}
.idxcount-box .item .numBox i{font-size:.16rem;font-style: normal;}
.idxcount-box .item p{font-size:.16rem;color:#fff;margin-top: .12rem;}
.idxcount-box .item .iconB{width: .25rem;position: absolute;top: .55rem;right: .5rem;}

.floor3{width: 100%;padding-top: 30px;}
.floor2{width: 100%; padding: 50px 0;overflow:hidden;}
.floor4{background: url(/skin/images/newbg.jpg) center center no-repeat;overflow: hidden;height: 650px;background-size: cover;}

.mc_a1s1_wrap {
    background: #fff;
}

.mc_a1_hd {
    padding: 60px 100px;
    border-bottom: 1px solid #e5e5e5;
}

.mc_a1_more .mc_h1_morebtn {
    font-size: 14px;
}

.mc_h1_morebtn {
    font-size: 14px;
}

.mc_a1_bd {
    /* padding: 0 100px; */
}

.mc_a1s1_li {
    float: left;
    width: 33.333333%;
}

.mc_a1s1_a {
    display: block;
    padding: 55px 40px 65px;
}

.mc_a1s1_li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.mc_a1s1_date {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 25px;
}

.mc_a1s1_date i,
.mc_a1s1_date em {
    font-size: 18px;
    line-height: 20px;
}

.mc_a1s1_txt {
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 60px;
}

.mc_a1s1_morebtn {
    font-size: 16px;
	border: solid 1px #0e357d;
	color: #0e357d;
	width: 155px;
	padding: 10px 0px;
	text-align: center;
	border-radius: 5px;
	margin-top: 40px;
}

.mc_a1s1_morebtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #0028aa;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_a1s1_morebtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #0028aa;
    opacity: 0;
    transform: scale(1);
    transition: all .36s;
}

.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}

.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    height: 1px;
    /* background: #e5e5e5; */
}

.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #0028aa;
    transition: all .5s;
}

.newsdes{
	font-size: 16px;
	line-height: 200%;
	margin-top: 60px;
	60em;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.newstitle{
	float: left;
	width: 25%;
	min-width: 400px;
	height: 600px;
}
.mc_cont100{
	width: 75%;
	float: left;
}

.pronavi{
	width: 100%;
	height: 130px;
}
.subtitle{
	width: 50%;
	float: left;
}
.promenu{
	width: 50%;
	float: left;
	height: 25px;
	margin-top: 80px;
}
.subtitle h3{
	font-size: 48px;
	color: #000;
	font-weight: 300;
}
.subtitle h4{
	font-size: 30px;
	color: #000;
	/* width: 290px; */
	float: left;
}
.subtitle h4 i{
	color:#024898;
	position: relative;
}
.subtitle h4 i::before{
	position: absolute;
	content: "";
	height: 2px;
	width: 80px;
	background-color: #be1818;
	float: right;
	left: -100px;
	margin-top: 22px;
}
.promenu li{
	float: left;
	/* border-right: solid 1px #333; */
	margin: 5px 20px ;
	position: relative;
}
.promenu li::after{
	position: absolute;
	content: "";
	display: block;
	height: 15px;
	width: 1px;
	right: -20px;
	top:6px;
	background-color: #666;
}
.proon{
	border-bottom: solid 1px #0e357d;
	padding-bottom:10px!important;
}
.promenu li:nth-last-child(){
	border-right: 0;
}
.promenu li a{
	font-size: 18px;
	font-weight:550;
	color: #000;
}

.lingyudingwei{
	position: absolute;
	left: 155px;
	top: 50px;
}

.lingyudingwei h4{
	width: 390px;!important
}

.pdleft170{
	padding-left: 155px;
	padding-top: 150px;
	width: 800px!important;
}

.pdleft170 .hide15{
	color: #000;
}

.pdleft170 .hide15 strong{
	font-size: 24px;
}
.proindro{
	overflow: hidden;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: stretch; /* 让子元素撑满高度 */
}
/* .proindro:nth-child(1){
	display: block;
} */
.protxt{
	background-color: #0e357d;
	color: #fff;
	width: 50%;
	float: left;
	padding: 80px 180px 50px 180px;
	line-height: 250%;
	flex: 1; /* 占据父容器的剩余空间 */
	height: auto; /* 高度自动调整 */
	
}
.protxt p{
	font-size: 20px;
}
.propic{
	width: 50%;
	float: left;
	/* height: 658px; */
	overflow: hidden;
	/* margin-bottom: 40px; */
}
.propic img{
	width: 100%;
	display: block;
}
.protxt h3{
	font-size: 36px;
}
.pmore{
	font-size: 14px;
	display: block;
	float: left;
	padding: 0px 30px;
	border: solid 1px #fff;
	border-radius: 5px;
	margin-top: 30px;
}

@media (min-width:1260px) and (max-width:1600px) {
	
.head {
    max-width: 95%;
    margin: auto;
}
	
.subtitle h3 {
    font-size: 28px;
    color: #000;
}

.subtitle h4 {
    font-size: 20px;
    color: #000;
    width: 320px;
    float: left;
}

.subtitle h4 i::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background-color: #be1818;
    float: right;
    left: -70px;
    margin-top: 15px;
}

.promenu {
    width: 50%;
    float: left;
    height: 25px;
    margin-top: 40px;
}

.promenu li::after {
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 1px;
    right: -20px;
    top: 5px;
    background-color: #666;
}

.proindro {
    margin-top: 0px;
	padding-top: 0px;
}

.promenu li a {
    font-size: 14px;
    color: #000;
}
.floor5{
	width: 1600px;
}
.pdleft170{
	padding-left: 500px;
	padding-top: 110px;
	width: 1000px!important;
}
.newstitle {
    float: left;
    width: 25%;
    min-width: 300px;
    height: 600px;
}
.lingyudingwei {
    position: absolute;
    left: 95px;
    top: 50px;
}
.i_pro_scroll .t_r p {
    margin-bottom: 25px;
    line-height: 160%;
}
.lingyudingwei {
    position: absolute;
    left: 45px;
    top: 50px;
}
.subtitle {
    width: 50%;
    float: left;
}
.Foor1 .Leftbox{width:48%;padding:.8rem 0 0 0.5rem;}
.Foor1 .imgBox{position: absolute;bottom: 0;right: 0;width: 50%;}
.w45{padding-left:45px;}
.banner{height: 730px;overflow: hidden;}
.footer_box{width: 100%;}
.mc_a1s1_txt {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    height: 58px;
    overflow: hidden;
    margin-bottom: 60px;
}
}
.mc_a1s1_list li{
	float: left;
	padding:50px 20px;
	width: 33.333%;
	border-left:solid 1px #999;
	height: 650px;
}

.mc_a1s1_list li h4{
	color:#0e357d;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 50px;
	border-left:solid 3px #0e357d;
	padding-left: 30px;
}
.mc_a1s1_list li dl{
	margin-bottom: 50px;
}
.mc_a1s1_list li dl dt{
	color:#000;
	font-size: 18x;
	font-weight: 600;
	height: 55px;
	line-height:200%;
	border-bottom:dotted 1px #1d1d1d;
}
.mc_a1s1_list li dl dd{
	color:#1d1d1d;
	font-size: 14x;
	line-height:200%;
}



.hero-section {
    background-image: url('/skin/images/about.jpg'); /* Replace with actual image */
    background-size: cover;
    background-position: center;
    color: #333;
    padding: 130px 0px 0px 0px;
	min-height: 755px;
}

.container {
    text-align: center;
}

.logoab {
    max-width: 200px;
    margin: 0 auto 50px auto;
	position: relative;
	padding-bottom: 30px;
}

.logoab::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 3px;
	width: 60%;
	background-color: #d41a19;
	transform: translateX(-50%);
}

.description {
    font-size: 16px;
    line-height: 2.2;
    /* margin-bottom: 20px; */
    color: #333;
    text-align: left;
}

.shuxing{
	position: relative;
}
.shuxing span{
	position: absolute;
}
.shuxing i{
	position: absolute;
}
.stat:nth-child(1) .shuxing span{
	top:0px;
	right:5px;
}
.stat:nth-child(1) .shuxing i{
	bottom: 10px;
	right: -15px;
	font-size: 1rem;
}

.stat:nth-child(2) .shuxing span{
	top:0px;
	right:5px;
}
.stat:nth-child(2) .shuxing i{
	bottom: 10px;
	right: -28px;
	font-size: 1rem;
}

.stat:nth-child(3) .shuxing span{
	top:0px;
	right:95px;
}
.stat:nth-child(3) .shuxing i{
	bottom: 10px;
	right: 90px;
	font-size: 1rem;
}

.stat:nth-child(4) .shuxing span{
	top:0px;
	right:30px;
}
.stat:nth-child(4) .shuxing i{
	bottom: 10px;
	right: 25px;
	font-size: 1rem;
}

.stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15%;
    color: #fff;
    border-radius: 10px;
	margin-top: 200px;
}

.stat {
    text-align: center;
}

.stat img {
    max-width: 75px;
	float: left;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
	padding-left: 90px;
	text-align: left;
    margin-bottom: 5px;
}

.stat-number i{
    font-size: 12px;
}

.stat-number span{
    font-weight: normal;
	font-size: 14px;
	vertical-align: top;
}

.stat-label {
    font-size: 12px;
	padding-left: 90px;
	text-align: left;
	height: 35px;
	line-height: 35px;
}

@media (max-width: 768px) {
    .description {
        font-size: 14px;
    }

    .stat-number {
        font-size: 20px;
    }
    .subtitle {
    width: 100%;
    }
    .promenu{
    width: 100%;
    height:auto;
    margin-top:20px;
    }
    .promenu li{
    width:100%;
    text-align: left;
    margin: 5px 0px;
    }
    .promenu li a{
    font-size: 18px;
    }
    
}