body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "SourceHanSansCN",  "Helvetica Neue", "Helvetica", " Arial", "sans-serif";
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
 .video-container {
            position: relative;
            cursor: pointer;
        }
 
        .video-cover {
            width: 100%;
            height: 100%;
        }
 
        .modal {
            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: 999999999;
        }
 
        .modal-content {
            position: relative;
            padding: 20px;
            border-radius: 10px;
            max-width: 80%;
            max-height: 80%;
            z-index: 9999999;
        }
 
        .modal-content video {
            width: 100%;
            height: auto;
            max-width: 800px;
        }
 
        .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
 
        .modal-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999999;
        }
.daj{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.da{
	display: flex;
    align-items: center;
}
.w1200{
	width:1200px;
	margin: 0 auto;
	min-width: 1200px;
}
.nav_item_aa{
	    position: relative;
    height: 100px;
    display: block;
    line-height: 100px;
}
.actiii:after{
	content: "";
    border-bottom: 4px solid #173386;
    position: absolute;
    bottom: 20px;
    height: 4px;
    width: 100%;
    left: 0;
}
.actiii{
	color: #173386!important;
}
.actiii:before {
    content: "";
    position: absolute;
    bottom: 17px;
    height: 10px;
    left: 0;
    width: 10px;
    border-radius: 100px;
    background: #173386;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.nav_item_aa:hover{
	color: #173386!important;
}
.nav_item_aa:hover:after{
	content: "";
    border-bottom: 4px solid #173386;
    position: absolute;
    bottom: 20px;
    height: 4px;
    width: 100%;
    left: 0;
}
.nav_item_aa:hover:before {
    content: "";
    position: absolute;
    bottom: 17px;
    height: 10px;
    left: 0;
    width: 10px;
    border-radius: 100px;
    background: #173386;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.head{
	height: 100px;
	display: flex;
	align-items: center;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	right: 0;
	left: 0;
	z-index: 999999999;
}
.logo img{
	display: block;
	width: 180px;
}
.nav{
	width: 700px;
}
.nav_item a{
	    font-size: 18px;
    color: #000;
}
.ss img{
	width: 16px;
	margin-right: 5px;
	margin-top: 3px;
}
.ss span{
	font-size: 18px;
}
.nav_item{
	text-align: center;
	float: left;
	padding-right: 50px;
}
.banner{
	margin-top: 100px;
}
.banner img{
	width: 100%;
	display: block;
	min-width: 1200px;
}
.section_1{
	padding: 100px 0;
}
.section_s{
	font-size: 35px;
	color:#999;
}
.section_t{
	font-size: 25px;
	color:#12336f;
	font-weight: bold;
	margin-bottom: 30px;
}
.section_1_box_p{
	width: 550px;
	line-height: 2;
}
.section_1_box_r{
	    width: 650px;
    display: flex;
    align-items: center;
   justify-content: flex-end;
}
.section_1_box{
	display: flex;
    align-items: center;
}
.section_1_box_r_p{
	padding:20px 15px;
    text-align: center;
    font-size: 13px;
    background: rgb(245 245 245);
        line-height: 23px;
}
.section_1_box_r_p:hover{
	background: rgb(18 51 111);
	color:#fff;
}
.section_1_box_r_p span{
	font-size: 20px;
	font-weight: bold;
}
.section_1_box_r_p p{
	margin: 0;
	padding: 0;
}
.section2{
	background: rgb(244, 244, 244);
	padding: 100px 0;
}
.section2_box_b{
	    width: 238.4px;
    float: left;
    margin-right: 2px;
    position: relative;
}
.section2_box_i img{
	width: 100%;
	display: block;
}
.mr-0{
	margin-right: 0;
}
.clear{
	clear: both;
}
.section2_box_t{
	    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background: rgb(18 51 111);
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.section2_box_y{
	opacity: 0;
	background: rgb(18 51 111 / 80%);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.section2_box_b:hover .section2_box_y{
	opacity: 1;
}
.section2_box_b:hover .section2_box_t{
	display: none;
}
.section2_box_y_t a{

        display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    width: 80px;
    margin: 0 auto;
}
.section2_box_y_t span{
	color: #fff;
    margin-bottom: 45px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.section3{
	padding: 100px 0;
}
.section3_box_l{
	width: 500px;
	border-right: 1px solid #000;
	padding-right: 50px;
}
.section3_box_r{
	width: 600px;
}
.section3_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.section3_box_r_list1 a{
	margin: 30px 0;
	color: #000;
	display: block;
}
.section3_box_r_list1{
	display: none;
}
.section3_box_r_list1 a span{
	float: right;
}
.section_t2 {
    font-size: 25px;
    color: #12336f;
    font-weight: bold;
}
.section_ds{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section_r{
	    border: 3px solid #12336f;
	    border-radius: 50px;
}
.section_r .a1{
	padding: 10px 30px;
	border-radius: 50px;
	display: block;
	float: left;
	color: #000;
}
.acc{
	background: #12336f;
	color: #fff!important;
}
.section3_box_l img{
	width: 500px;
}
.active-content{
	display: block;
}
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
	  min-width:1200px;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
.section4_t{
	position: absolute;
    top: 100px;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
}
.section4_t1{
	    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.section4_t2 a{
	    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 13px;
    padding: 5px 20px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	    width: 20px;
    border-radius: 5px;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: rgb(21 80 182)!important;
}
.foot_l ul{
	width: 900px;
    display: flex;
    justify-content: space-between;
}
.foot_a a{
	    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}
.foot_t{
	text-align: center;
}
.foot{
	padding: 50px 0;
	background: rgb(244, 244, 244);
}
.foot_t a{
	    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #12336f;
    display: block;
}
.posr{
	position: relative;
}
.foot_r_t{
	position: absolute;
    top: 0;
    right: 0;
}
.foot_r_i{
	    bottom: 0;
    position: absolute;
    right: 0;
}
.foot_r_t img{
	width: 150px;
}
.foot_r_i img{
	width: 120px;
}
.w_foot{
	background: #173386;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
}
.w_foot_t span{
	padding: 0 20px;
}
.foot_a a:hover{
	color: #12336f;
}
.nav_item_sub1:after{
	content: '';
    position: absolute;
    left: 51%;
    width: 49%;
    height: 100%;
    background: url(../images/c1.jpg); center center no-repeat;
    background-size: cover;
}
.nav_item_sub2:after{
	content: '';
    position: absolute;
    left: 51%;
    width: 49%;
    height: 100%;
    background: url(../images/c2.jpg); center center no-repeat;
    background-size: cover;
}
.nav_item_sub3:after{
	content: '';
    position: absolute;
    left: 51%;
    width: 49%;
    height: 100%;
    background: url(../images/c3.jpg); center center no-repeat;
    background-size: cover;
}
.nav_item_sub4:after{
	content: '';
    position: absolute;
    left: 51%;
    width: 49%;
    height: 100%;
    background: url(../images/c4.jpg); center center no-repeat;
    background-size: cover;
}
.nav_item_sub{
    display: none;
    position: fixed;
    align-items: center;
    left: 0;
    top: 100px;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 10001;
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.1);
}
.nav_item_sub_l{
	    width: 1200px;
    margin: 0 auto;
}
.w600{
	    width: 600px;
	    text-align: left;
	    display: flex;
	    align-items: center;
}
.nav_item_sub_l_t{
	    font-size: 35px;
	    font-weight: bold;
	    color: #173386;
	    margin-right: 60px;
}
.nav_item_sub_l_t p{
	    color: #000;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 2;
	    margin-top: 30px;
	    margin: 0;
	    margin-top: 30px;
}
.nav_item_sub_l_a a{
	    font-size: 18px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.nav_item_sub_l_a a span{
	    width: 8px;
    height: 8px;
    display: block;
    background: #173386;
    border-radius: 100px;
    margin-right: 15px;
}
.nav_item:hover .nav_item_sub{
display: flex;
}
.ss_s{
	position: absolute;
	left: -60px;
	display: none;
}
.ss_s form{
	display: flex;
	box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 140px;
}
.ss_s form input{
	height: 30px;
	border: none;
	border-radius: 5px;
	width: 90px;
	padding-left: 10px;
}
.ss_s form button{
    background: none;
    border: none;
    height: 30px;
    background: #fff;
}
.ss_s img{

}
.ss{
	position: relative;
}
input:focus {
  outline: none;
}
.banner_lm{
	margin-top: 100px;
	    position: relative;
}
.banner_lm img{
	width: 100%;
	min-width: 1200px;
}
.banner_lm_box{
	    position: absolute;
    width: 1200px;
    margin: 0 auto;
    top: 80px;
    left: 0;
    right: 0;
}
.banner_lm_box_s{
font-size: 20px;
	color: #fff;
}
.banner_lm_box_t{
	font-size: 20px;
	color: #fff;
	height: 38px;
}
.new_list{
	padding: 100px 0;
}
.new_list_box img{
	width: 100%;
}
.new_list_box li{
	    width: 380px;
    float: left;
    background: rgb(244, 244, 244);
    margin-right: 30px;
    margin-bottom: 30px;
}
.cy_list2_box li{
	    width: 380px;
    float: left;
    background: #183487;
    margin-right: 30px;
    margin-bottom: 30px;
}
.cy_list2_box li:nth-child(3n){
	margin-right: 0;
}
.new_list_box li a{
	color: #000;
}
.new_list_box li:hover{
	background:#12336f ;
}
.new_list_box li:nth-child(3n){
	margin-right: 0;
}
.new_list_box_d{
	text-align: right;
}
.new_list_x{
	    padding: 20px;
}
.new_list_box_t{
	margin-bottom: 20px;
}
.new_list_box li:hover .new_list_box_t{
	color: #fff;
}
.new_list_box li:hover .new_list_box_d{
	color: #fff;
}
.cy_list1{
	padding: 100px 0;
	background: rgb(244,244,244);
}
.cy_list1_l_t{
    font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}
.cy_list1_l{
	width: 700px;
	margin-right: 50px;
}
.cy_list1_l_p{
	line-height: 1.8;
}
.cy_list1_r{
	width: 450px;
}
.cy_list1_r img{
	width: 100%;
}
.cy_list1_l_t span{
	font-size: 13px;
}
.cy_list2_box_i img{
	width: 100%;
	display: block;
}
.cy_list2{
	    padding: 100px 0 80px;
    background: url(../images/bjj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cy_list2_box_t{
	    padding: 10px 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
.cy_list2_box li{
	position: relative;
}
.cy_list2_box_x{
	opacity: 0;
    position: absolute;
    background: #183487cc;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cy_list2_box li:hover .cy_list2_box_x{
	opacity: 1;
}
.cy_list2_box li:hover .cy_list2_box_t{
	opacity: 0;
}
.cy_list2_box li:hover {
	background: #183487cc;
}
.cy_list2_box_x_t{
	    text-align: center;
    color: #fff;
    font-size: 18px;
}

.cy_list2_box_x_t span{
	display: block;
    text-align: center;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 80px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 2px 0;
}
.xny_list_1{
	padding: 100px 0;
}
.xny_list_1_t{
	    font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}
.xny_list_1_p{
	line-height: 1.8;
}
.xny_list_2_i img{
	width: 100%;
	min-width: 1200px;
	display: block;
}
.xny_list_2_t{
 font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}
.xny_list_2{
	padding: 100px 0;
	background: url(../images/bjj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.xny_list_r img{
	width: 100%;
	display: block;
}
.xny_list_3_t{
	    font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}
.xny_list_3_p{
	line-height: 1.8;
}
.xny_list_3{
	padding: 100px 0;
	    background: rgb(244, 244, 244);

}
.xny_list_l{
	width: 700px;
	margin-right: 50px;
}
.xny_list_r{
	width: 450px;
}
.xny_list_4_i img{
	width: 100%;
	display: block;
	min-width: 1200px;
}
.xny_list_4{
	padding: 100px 0;
}
.xny_list_4_t{
	    font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}
.xny_list_4_p{
	margin-bottom: 10px;
}
.xny_list_5_t{
	    font-size: 30px;
    color: #173386;
    font-weight: bold;
    margin-bottom: 30px;
}

.xny_list_5{
	padding: 100px 0;
	background: url(../images/bjj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.xny_list_5_l{
	width: 750px;
	margin-right: 50px;
}
.xny_list_5_r{
	width: 450px;
}
.xny_list_5_r img{
	width: 100%;
	display: block;
}
.xny_list_5_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
table {
            width: 100%;
            border-collapse: collapse;
        }
        thead th {
            padding: 12px;
            text-align: center;
            color: #fff;
        }
        .title-cell {
            background-color: rgb(177, 151, 115);
        }
        th, td {
                border: 1px solid black;
    padding: 20px 12px;
    text-align: center;
    font-size: 13px;
        }
.xq{
	margin-top: 200px;
	margin-bottom: 100px;
}
.xq_t{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.xq_d{
	text-align: center;
	margin: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}
.xq_n{
	line-height: 1.8;
}
.xq_n img{
	max-width: 100%;
}
.lc{
	padding: 100px 0;
	background: url(../images/bjj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.lc_box_t_c{
    width: 540px;
}
.lc_box_t_c_t{

font-size: 25px;

font-weight: bold;

color: #173386;
margin-bottom: 10px;
}
.lc_box_t_c_t span{

display: block;

color: #173386;

font-size: 18px;

font-weight: 400;
}
.lc_box_t_c_p{

line-height: 2;
}

.timeline{

}
.right{
	float: right;
}
.lc_box_t{
	position: relative;
	clear: both;
}
.lc_box:before{
	content: "";
	left: 50%;
	top: 100px;
	position: absolute;
	bottom: 100px;
	border-left: 1px  dotted #173386;
}
.lc{
	position: relative;
	min-width: 1200px;
}
.text_r{
	text-align: right;
}
.timeline img{
	position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    overflow: hidden;
    margin-left: -9px;
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color:#173386;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #173386;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #173386;
  border: 1px solid #173386;
}
.pagination a.page-num-current {
  color: #fff;
  background: #173386;
  border: 1px solid #173386;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}