@charset "utf-8";
/* CSS Document */
/*2023.3.28*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

body {
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1320px;
    width: 90%;
}

.topp{
position: absolute;
left: 0px;
top: 56px;
width: 100%;
z-index: 1;
background: rgba(8,34,93,0.85);
padding: 18px 0;
}
.logo{
	/*padding-top: 22px;
	padding-bottom: 15px;*/
	text-align: left;
}

.banner{
  
}

.wc-menu {
	
}

.wc-menu .cn{
	text-align: right;
	margin-top: 12px;
    display: none;
}
.wc-menu .cn a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	margin-bottom: 0;

margin-top: 10px;
	
}
.wc-menu ul li:first-child{
	text-align:left;
}
.wc-menu ul li {
	line-height: 40px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/
	list-style: none;
	/*margin: 0 20px;*/
	
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	display: inline-block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	padding: 0 5px;
	border-bottom: 3px solid transparent;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
	color: #fff;
	border-bottom:3px solid #fff;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	color: #fff;
	border-bottom:3px solid #fff;
}

.wc-menu ul li a:hover {
	color: #fff;
	border-bottom:3px solid #fff;
}

.wc-menu ul li a.active, 
.wc-menu ul li a:hover {
	color: #fff;
	border-bottom:3px solid #fff;
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: 0%;
	top: 55px;
	background: #123689;
	width: 100%;
	z-index: 111 !important;
	display: none;
	opacity: 0.95;

}

.wc-menu ul li:nth-child(4) .ernav{
	width: 140%;
} 




.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 28px;
	border: none;
	
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 15px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 4px ;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: #207ad6;
	color: #fff;

}

/*menu End*/

img {
    max-width: 100%;
}
.banner .ban-text{
	position: absolute;
	left: 0px;
	bottom: 215px;
	width: 100%;
	text-align: left;
}
.banner .ban-tt h4{
	font-size: 42px;
	color: #fff;	
	line-height: 1.2;
	font-weight: bold;
    width: 85%;
    float: left;
}
.banner .ban-tt h4 img{
	padding-right: 15px;
}
.banner .ban-tt a{
	display: inline-block;
	font-size:18px;
	color: #fff;
	background: #ea501b;
	line-height:60px;
	padding:0 25px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.8s;
	float: right;
	/*margin-top: -70px;*/

}
.banner .ban-tt a:hover{
	background: #d85b17;
	transition: all 0.8s;

}

.b-about{
	min-height: 300px;
	margin-top: -176px;
}

.about-con{
	background: #08225d;
    border-radius: 10px;
    box-shadow: 2px 4px 12px 0px #aeaeae;
}

.ab-top{
	
}
.ab-top h4{
    font-size: 32px;
    color: #fff;
    padding-bottom: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/subbg.png) no-repeat left bottom;
}
.ab-top i.i1{
	width: 61px;
	height: 3px;
	display: none;
	background: #fff;
}
.ab-top i.i2{
	display: none;
	width: 31px;
	height: 3px;
	background: #fff;
	opacity: 0.25;
	margin-top: 18px;
	
}
.ab-top2 h4{
	color: #333;
       background: url(../images/subbg2.png) no-repeat left bottom;
}
.ab-top2 i.i1{
	background: #ae0313;
}
.ab-top2 i.i2{
	background: #ae0313;
	opacity: 0.25;
	
}
.about-pcon{
	background: #08225d;
	border-radius: 10px;
	padding: 25px 35px;
}
.ab-pp{
	margin-top: 21px;

	
}

.ab-pp p{
	font-size: 18px;
	color: #fff;
	line-height: 31px;
	          overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 20;
            -webkit-box-orient: vertical;
text-align: justify;
}
.sub-pp{
	margin-top: 35px;
	
}

.sub-pp p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	
}

.subfor{
	margin-top: 60px;
}

/*banner end*/

.voice{
	margin-top:50px;
}

.teach-conul{
	margin-top: 26px;
	margin-bottom: 30px;
}
.teach-conul ul{
	padding: 0;
	margin: 0;
}

.teach-conul ul li{
	float: left;
	background: #ae0313;
	width: 49%;
	margin-right: 2%;
}

.teach-conul ul li:last-child{
	margin-right: 0;
}

.teach-conul ul li .li-img{
	width: 150px;
	
}
.teach-conul ul li .li-tt{
	width: calc(100% - 185px);
	padding-top: 22px;
	padding-right: 33px;
	
}
.teach-conul ul li .li-tt h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.teach-conul ul li .li-tt h4 em{
	font-style: normal;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
margin-left:10px;
	
}
.teach-conul ul li .li-tt .p1{
	display: block;
	font-size: 16px;
	color: #fff;
        margin-bottom:8px;
}

.teach-conul ul li .li-tt .p2{
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	    
}


/**/
.lianxi{
	margin-top: 55px;
}

.lian-ul{
	padding-bottom: 30px;
        padding-top: 26px;
}

.lian-ul ul{
	padding: 0;
	margin: 0;
	margin: 0px 0 0 20px;
}

.lian-ul ul li{
	padding-left: 20px;	
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
        list-style: disc;
    line-height: 26px;
}

.lian-ul ul.disc li{
   list-style: disc !important;
}

.lian-ul ul.decimal li{
   list-style: decimal !important;
}

.lian-ul>p{
	font-size: 18px;
	color: #333;
	line-height: 31px;
	margin-bottom: 10px;	
}
/*footer*/

.footer {
    background: #08225d;
     border-top:10px solid #a50312;
    padding: 38px 0 28px;
}

.foot-mid{
	
}
.foot-mid p{
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
}
 .foot-mid .p11{
 	margin-top: 45px;
 }
  .foot-mid .p11 img{
 	float: left;
 	width: 28px;
 }
   .foot-mid .p11 span{
 	float: left;
 	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	width: calc(100% - 30px);
 }
 
 
 .foot-mtop{
 	margin-top: 10px;
 	
 } 
 .foot-mtop img{
 	padding-right: 5px;
 	vertical-align: -4px;
 }
  .foot-mtop p{
  	float: left;
  	width: 45%;
  } 
.fer{
	margin-top: 20px;
	margin-bottom: 20px;
}  
  
  
.fot2 p{
  margin-bottom: 0;	
}
  
    .ss2 {
                                            height: 17vh;
                                         
                                        }
                               
									.teach-conul ul li a .li-tt{
		         	  	     					padding-right: 15px;
		         	  	     				}
		         	  	     		
                                        .Scroll2 {
                                            width: 100%;
                                            height: 100%;
                                        }

                                        .mCSB_scrollTools a + .mCSB_draggerContainer {
                                            margin: 0;
                                        }

                                        .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
                                            display: none !important;
                                        }
                                        

.teach-conul ul {
	overflow: hidden;
}

.ab-img1 {
    margin: 0 -15px;
}
.ab-img1 p img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*.wc-copyEnd*/


@media (min-width: 1200px) {
}

@media (max-width: 1500px) {
   .banner .ban-text{
   	top: 220px;
   	
   }
   
   
   
   
   
   

}

@media (max-width: 1440px) {
	
}

@media (max-width: 1400px) {

.banner .ban-tt a{
	line-height: 45px;
	padding: 0 20px;
}
.banner .ban-tt h4{
	font-size: 32px;
	
}
.banner .ban-text {
    top: 260px;
}
.ab-img1 {
    padding-top: 10%;
}
.about-pcon {
    border-right: 1px solid #0b2d78;
}
.b-about {
    margin-top: -90px;
}
.ab-img1 p img {
    border-radius: 0px;
}





}

@media (max-width: 1350px) {
   

 
 

}
@media (max-width: 1300px) {
	.about-pcon {

    padding: 25px 25px;
}
.banner .ban-text {
    top: 210px;
}
	.ab-img1{
 padding-bottom:8%;
}
}




@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
 .banner .ban-tt a{
 	line-height: 35px;
 	padding: 0 10px;
 	font-size: 16px;
 	
 }
 .ab-pp p{
 	font-size: 16px;
 	line-height: 28px;
 	
 }
 .ab-top h4{
 	font-size: 28px;
 	
 }
 
 .banner .ban-tt h4{
 	font-size: 28px;
 	
 }
 .banner .ban-text {
    top: 180px;
}
 .wc-menu ul li a{
font-size:16px;
}
 .topp{
top:40px;
}
 
 .ab-img1 {
    padding-top: 20%;
}
 
 
 
 
 
 
 
 
 
 }  
 



@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .logo1 img {
        max-width: 46%;
    }

    /*.mnmd-offcanvas__title{
	background: #b81c22;
}*/
    .mnmd-offcanvas-close {
        color: #fff;
    }
    .mnmd-offcanvas-close:hover {
        color: #fff;
    }

    .navigation--offcanvas li > a:after {
        border-right: 3px solid #08225d;
    }

    .mnmd-offcanvas__title {
        background: #08225d;
        padding: 15px 50px 15px 15px;
    }
    /*另一种方法，宽度百分百*/
    /*.navigation--offcanvas .submenu-toggle{
	width: 100%;
	
}
.navigation--offcanvas .submenu-toggle i{
	right: 0px;
	left: auto;
}*/
    .mobile-header-btn {
        color: #fff;
        top: 1px;
    }

        .mobile-header-btn:hover {
            color: #fff;
        }

    .mnmd-offcanvas__title .site-logo img {
        max-width: 260px;
    }

    .navigation--offcanvas li > a {
        font-size: 14px;
    }
.banner .b-about{
	margin-top: -100px;
}
.ab-top h4{
	font-size: 24px;
	padding-bottom:35px;
	margin-bottom: 5px;
	
}
.ab-top i.i2{
	margin-top: 10px;
}
.voice{
	margin-top: 20px;
	
}
.sub-pp{
	margin-top: 20px;
	
}
.sub-pp p{
	font-size: 16px;
	
}
.lian-ul ul li{
	font-size: 16px;
	margin-bottom: 20px;
padding-left:6px;
}
.banner .ban-tt h4{
	font-size: 26px;
}
.teach-conul ul li .li-tt{
	width:calc(100% - 165px);
}
.teach-conul ul li .li-tt h4{
 font-size: 20px;
}
 .ab-img1 {
    padding-top: 0%;
}
 }
@media (max-width: 900px) {

	.banner .ban-text {
    top: 80px;
}
	.banner .ban-tt h4{
	font-size: 20px;
}
	
	
	
	
	
	
	
	
	
	
}


@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 90%;
        text-align: left;
        float: left;
    }

        .logo1 img {
            padding-top: 6px;
        }

    .mobile-header-btn i {
    }

    .mnmd-offcanvas__title .site-logo img {
        max-width: 140px;
    }

    .navigation--offcanvas li > a {
        font-size: 14px;
    }

    #img {
        /*height: 72px;*/
    }

    .logo1 img {
        /*height: 60px;*/
    }

    .container {
        width: 100%;
    }

    .mobile-header-btn i {
        color: #fff !important;
    }
    
.banner .b-about {
    margin-top: -40px;
}
.banner .ban-text {
    top: 40px;
}
.banner .ban-tt a{
	margin-top: 5px;
	float: none;
	
}
.banner .ban-tt h4{
	font-size: 18px;
	/*height: 50px;*/
	margin: 0;
	background: none;
}
.banner .ban-tt h4 img{
	display: none;
}
.banner .ban-tt a{
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
}
.ab-top h4{
	font-size: 20px;

padding-bottom:35px;
}
.subfor{
	margin-top: 30px;
}
.about-pcon{
	padding: 15px;
}
.banner .b-about{
	margin-top: -20px;
	
}
.sub-pp{
	margin-top: 10px;
}
.teach-conul ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom:20px;
	
}
.teach-conul{
	margin-top: 20px;
	margin-bottom: 0px;
}
.voice{
	margin-top: 10px;
	
}
.lianxi{
	margin-top:30px;
}


.ab-top i.i2{
	margin-top: 10px;
	
}

.foot-mtop p{
	float: none;
	width: 100%;
	margin-bottom: 10px;
	
}
.foot-mid .p11{
	margin-top: 3px;
	
}
.footer{
	padding-top: 30px;
	
}
.fot2 p{
	text-align: center;
}
.footer{
	padding: 10px 0 ;
}
.foot-mtop{
	margin-top: 30px;
	
}
.fer{
	text-align: center;
}
.ss2{
 height:19vh;
}
.b-about {
    margin-top: 15px;
}

}




@media (max-width: 660px) {

    .logo1 img {
        max-width: 80%;
    }
.mobile-header-btn {
    color: #fff;
    top: -1px;
}
    
    
    
    
}