@font-face {
    font-family: 'D-DIN-PRO-400-Regular';
    src: url('./fonts/D-DIN-PRO-400-Regular.otf') format('opentype');
}

.top_c{ width: 88%;display: flex;justify-content: space-between; margin: 0 auto;}
.top{ border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.top_c2{ width: 820px;}
.top_c2 ul{ display: flex; justify-content: space-between; }
.top_c2 ul li a{ font-size: 18px;color: #FFFFFF; }
.top_c2 ul li span {
    width: 40px;
    height: 2px;
    display: none;
    margin: 26px auto -2px auto;
    background: #43227E;
}
.top_c2 ul li.active span,.top_c2 ul li:hover span{ display: block; }
.top_c3 {
    font-weight: bold;
    display: flex;
    justify-content: start;
    width: 167px;
    font-size: 20px;
    color: #FFFFFF;
}
.top_c3 p img {
    margin-right: 6px;
    margin-top: -6px;
}
#header {position: absolute; z-index: 999;top: 34px;left: 50%!important;width: 100%;transform: translateX(-50%);}
.fixnav {position: absolute!important;top: 0;left: 50%!important;width: 100%;transform: translateX(-50%);}
/*banner*/
.banner .swiper-pagination-bullet,.mbanner .swiper-pagination-bullet{ width: 12px;height: 12px;background:#fff;border-radius: 11px;}
.banner .swiper-pagination-bullet-active,.mbanner .swiper-pagination-bullet-active{ width: 12px;height: 12px; opacity: 1;background: linear-gradient(0deg, #43227E 0%, #E33E7F 100%);border-radius: 11px;}
.banner .swiper-button-next{right:0; top: 40%; opacity: 0;}
.banner .swiper-button-prev{left:0; top: 40%;opacity: 0;}
.banner .swiper-button-next img,.banner .swiper-button-prev img{ width:50%;}
.banner:hover .swiper-button-next{right: 5%;opacity: 0.8;text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);-webkit-transition: all .3s ease;-moz-transition: all .3s ease;transition: all .3s ease;}
.banner:hover .swiper-button-prev{left: 5%;opacity: 0.8;text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;}
.banner:hover .swiper-button-next:hover,.banner:hover .swiper-button-prev:hover{opacity:1;}
/*tit*/
.tit{position: relative; text-align: justify;}
.tit h2{position: relative;color: #333;font-size:46px; text-align: justify; line-height: 64px;}
.tit h2 br{ display: none;}
.tit p{ font-size: 28px; margin-bottom: 10px;color: #666;line-height: 25px; margin-top: 15px; text-transform: Uppercase; font-weight:normal;}
.tit p .t1{ margin-right: 15px;}
.tit p .t2{ margin-left: 15px;}
.tit_line{width: 26px;margin: 15px auto 0 auto;height: 8px;background: #1A569D;}
.tl .tit_line{ margin: 15px auto 0 0;}
.tr .tit_line{ margin: 15px 0 0 auto;}
.tl{ text-align: left;}
.tr{ text-align: right;}
.dpt{padding-top:4%;}
.dpb{padding-bottom:4%;}
.smt{ margin-top:2%;}
.mmt{ margin-top:5%;}
.bh{ color: #D62A03!important;}
.qmb{ margin-bottom: 0!important;}
.jmb{margin-bottom: 5%;}
/*part1*/
.part1{background: url(../images/p1_bg.jpg) no-repeat top center #F8F9FD; padding-top: 125px;}
.tit h2{ font-size: 50px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 48px;
    background: linear-gradient(0deg, #43227E 0%, #E33E7F 100%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.p1_cp{
    font-size: 18px;
    width: 1002px;
    color: #333;
    margin-top: 50px;
    text-align: justify;
    line-height: 32px;
}
.part1_con{
    margin-top: 80px;
    position: relative;
}
.part1_con ul{
    display: flex;
    justify-content: space-between;
}
.part1_con ul li{
     width: 16%;
     margin-bottom: 5%;
}
.p1_li{
    position: relative;
}

.p1_li img.p1_jt {
    width: 10%;
}

.p1_li h2 {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    border-left: 4px solid #E63E89;
}
.p1_li p {
    font-size: 20px;
    color: #555555;
    margin-top: 12px;
    margin-bottom: 15px;
}
.p1_jt {
    position: absolute;
    top: 41%;
    left: 0;
}
.p1_btn .swiper-button-next,.p1_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
.p1_btn {
    width: 120px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: -65%;
}
/*part2*/
.pt2_3{
background: url(../images/p2_bg.jpg) no-repeat top center; background-size: 100% 100%;
}
/* 横向滚动容器 */
.p2_cn {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 20px;
}



/* Firefox滚动条样式 */
.p2_cn ul {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: start;
}

.p2_cn li {
    flex: 0 0 auto;
    transition: transform 0.3s ease;
    margin-right: 20px;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #43227E;
}
.p2_cn li.active,.p2_cn li:hover{
    border-bottom: 3px solid #43227E;
    color: #43227E;
}
.p2_cn li.active a,.p2_cn li:hover a{ color: #43227E; }

.p2_cn::-webkit-scrollbar {
    height: 4px;
}

.p2_cn::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #43227E, #E33E7F);
    border-radius: 2px;
}
.p2_cn::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 2px;
}


.p2_cnc ul{ display: flex; justify-content: space-between;}
.p2_cnc{
    margin-top: 60px;
}
.p2_cnc ul li{ position: relative; width: 450px;}
.p2_cnc ul li dl{ width: 84%; padding: 0 8%; position: absolute; bottom: 40px; left: 0;}
.p2_cnc ul li dl dt{ font-weight: bold;
    font-size: 20px;
    color: #333333; }
.p2_d1{
    font-size: 18px;
    color: #666666;
    margin-top: 15px;
}
.p2_d2{
    margin-top: 20px;
    display: flex; justify-content: space-between;
}
.p2_d2 span {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
}
.p2_d2 a{
   // display: block;
    font-size: 16px;
    width: 110px;
    height: 48px;
    background: linear-gradient(90deg, #43227E, #E33E7F);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
}
.p2_d2 a:nth-child(3){
	display: none;
}

.p2_cpa{ display: none;}
.p2_cnc ul li.active .p2_cpa{ display: block;}
.p2_cnc ul li.active .p2_cp{ display: none;}
.p2_cnc ul li.active .p2_d1{ color: #fff;}
.p2_cnc ul li.active .p2_d2 span{ color: #fff; }
.p2_cnc ul li.active .p2_d2 a{ background: #fff;color: #43227E;}
.p2_cnc ul li.active dl dt {
    color: #fff;
    position: absolute;
    top: -353px;
}

.p2_c>a{
    width: 262px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin: 60px auto 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #43227E, #E33E7F);
    border-radius: 10px;
}
.p2_c>a.pcycbtn{
	display: none;
}
.cpsy{position:relative;margin-top:40px; background: url(../images/pcbgt.png) no-repeat top center;
background-size: 100% 100%;display: flex; justify-content: space-between; flex-flow:wrap;padding:30px 50px 30px 60px}
.cpsm{width:650px;display: flex; justify-content: space-between; flex-flow:wrap;}
.cpsy h3{font-size:46px; font-weight:bold;padding:20px 0;color:#43227E;}
.cptt span{
    width: 86px;
    height: 5px;
    display: block;
    margin-top: 10px;
background: linear-gradient(90deg, #E33E7F, #fff);margin-top:20px;
    border-radius: 3px;
}
.cpsm dl{display: flex; justify-content: left;}
.cpsm dl dt{ display:inline-block;margin-right:15px;}
.cpsm dl dd{ display:inline-block;color:#43227E; font-size:20px;}
.cptt a.dla{    width: 260px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    margin: 40px auto 0 0;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #43227E, #E33E7F);
    border-radius: 10px;}
.ewm{ vertical-align: middle;}
.ewm img{vertical-align: middle; display:block}
.cptt>a.dla img {
  margin-left: 85px; margin-top: -6px;
}
.p2_c>a img{ margin-left: 85px; margin-top: -6px;}

/*part3*/
.p3_cn ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p3_cn{ margin-top: 60px;}
.p3_cn ul li{
    width: 254px;
    padding: 35px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 1px rgba(247,178,0,0.15);
    border: 1px solid #F7B200;
}
.p3_cn ul li h2{
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}
.p3_cn ul li p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}
.p3_ia{
    display: none;
}
.p2_lib{
    display: flex;
    justify-content: space-between;
}
.p2_lib i {
    font-weight: 400;
    font-size: 14px;
    color: #F7B200;
    display: block;
    margin-top: 21px;
}
.p3_cn ul li:nth-child(2){
    box-shadow: 0px 1px 10px 1px rgba(1,193,161,0.15);
    border: 1px solid #01C1A1;
}
.p3_cn ul li:nth-child(2) .p2_lib i{ color: #01C1A1;}

.p3_cn ul li:nth-child(3){
    box-shadow: 0px 1px 10px 1px RGBA(76, 43, 135, 0.15);
    border: 1px solid #593a92;
}
.p3_cn ul li:nth-child(3) .p2_lib i{ color: #593a92;}

.p3_cn ul li:nth-child(4){
    box-shadow: 0px 1px 10px 1px rgba(255,112,10,0.15);
    border: 1px solid #FF700A;
}
.p3_cn ul li:nth-child(4) .p2_lib i{ color: #FF7210;}

.p3_cn ul li:nth-child(5){
    box-shadow: 0px 1px 10px 1px rgba(230,62,137,0.15);
    border: 1px solid #E63E89;
}
.p3_cn ul li:nth-child(5) .p2_lib i{ color: #E63E89;}

.p3_cn ul li:nth-child(6){
    box-shadow: 0px 1px 10px 1px rgba(10,126,245,0.15);
    border: 1px solid #0A7EF5;
}
.p3_cn ul li:nth-child(6) .p2_lib i{ color: #0A7EF5;}

.p3_cn ul li:nth-child(7){
    box-shadow: 0px 1px 10px 1px rgba(43,177,26,0.15);
    border: 1px solid #2BB11A;
}
.p3_cn ul li:nth-child(7) .p2_lib i{ color: #2BB11A;}

.p3_cn ul li:nth-child(8){
    box-shadow: 0px 1px 10px 1px rgba(205,10,37,0.15);
    border: 1px solid #CD0A25;
}
.p3_cn ul li:nth-child(8) .p2_lib i{ color: #CD0A25;}


.p3_cn ul li:hover h2,.p3_cn ul li:hover p{ color: #fff;}
.p3_cn ul li:hover .p2_lib i{ color: #fff !important; }
.p3_cn ul li:hover .p3_ia{ display: block;}
.p3_cn ul li:hover .p3_i{ display: none;}
.p3_cn ul li:hover{
    border: 0 !important;
    box-shadow:unset;
    background: url(../images/p3_libg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 53px 42px;
}
.pub_btn{
    width: 262px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    margin: 60px auto 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #43227E, #E33E7F);
    border-radius: 10px;
}
.pub_btn img {
    margin-left: 85px;
    margin-top: -6px;
}
/*part4*/
.p4_c{
    display: flex;
    justify-content: space-between;
}
.p4_c1{
     width: 648px;
}
.p4_c1 h3{
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    margin-top: 30px;
}
.p4_c2{
    padding-top: 70px;
    width: 571px;
}
.p4_c2 p{
    font-weight: 700;
    font-size: 16px;
    color: #43227E;
    margin-top: 60px;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 130px;
}
.p4_p1{
    padding-top: 90px;
    margin-bottom: 50px;
}
.p4_c1 p{
    font-size: 18px;
    color: #666666;
    line-height: 38px;
}
.part4 .pub_btn{
    margin-left: 0;
    margin-right: auto;
}
.p4_cb{
    margin-top: 30px;
}
.p4_cb ul li{
    position: relative;
}
.p4_cb ul li h2{
    font-size: 18px;
    color: #666666;
}
.p4_cb ul li h2 span{
    font-weight: 400;
    font-size: 60px;
    font-family: 'D-DIN-PRO-400-Regular';
    color: #333333;
    display: inline-block;
    margin-right: 8px;
}
.tsz{
    font-size: 51px!important;
}
.p4_cb ul li>span{
    width: 36px;
    height: 5px;
    display: block;
    margin-top: 10px;
    background: #43227E;
    border-radius: 3px;
}
.p4_cb ul li p{
    font-size: 18px;
    color: #666666;
    margin-top: 30px;
}
.p4_cb ul{
    display: flex;
    justify-content: space-between;
}
.p4_linex {
    width: 1px;
    height: 152px;
    background: #E6E6E6;
    position: absolute;
    right: -59px;
    top: 10px;
}
/*part5*/
.p5_c{
    display: flex;
    justify-content: space-between;
}
.p5_c1{ width: 421px;}
.p5_c1t{
    margin-top: 80px;
    border-bottom: 1px solid rgba(158, 161, 166, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.p5_c1t p{ font-weight: 400;
    font-size: 18px;
    color: #666666;

}
.p5_c1t p span{
    font-weight: 400;
    font-size: 60px;
    color: #333333;
    display: inline-block;
    margin-right: 8px;
}
.p5_c1t2 ul  li{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.p5_c1t2 ul  li span{
    font-weight: bold;
    color: #43227D;
    display: inline-block;
    margin-right: 20px;
}
.p5_c1t3{
    margin-top: 50px;
    display: flex;
    justify-content: start;
}
.p5_c1t3 dl dt{
    font-size: 20px;
    color: #666;
    font-weight: bold;
}
.p5_c1t3 dl dd{
    font-size: 18px;
    color: #666;
    text-align: justify;
}
.p5_c1t3 dl{
    margin-left: 20px;
}
.p5_c1t3>img{
    width: 42px;
    margin-top: 5px;
    height: 42px;
}





.p5_c1t3 h2{
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.p5_c1t3 p{
    font-size: 20px;
    color: #666666;
}
.part5 .pub_btn{
    margin-left: 0;
    margin-right: auto;
}
.p5_c2{
    position: relative;
}
.p5_c2 ul  li dl dd{
    width: 82px;
    height: 82px;

    text-align: center;
    line-height: 82px;
    background: #43227E;
    box-shadow: 0px 1px 5px 0px rgba(70,37,128,0.1);
    border-radius: 50%;
    opacity: 0.98;
    border: 20px solid RGBA(217, 211, 229, 1);
}
.p5_c2 ul li dl{
    transform: scale(0);transition: all .36s ease;
}
.p5_c2 ul li{
    position: absolute;
    width: 82px;
    height: 82px;
}
.p5_c2 ul li:nth-child(1) {
    right: 56px;
    top: 55px;
}
.p5_c2 ul li:hover dl{
    transform: scale(1);
    transition: all .36s ease;
}
.p5_c2 ul li:nth-child(2) {
    right: 70px;
    top: 115px;
}
.p5_c2 ul li:nth-child(3) {
    right: 104px;
    top: 159px;
}
.p5_c2 ul li:nth-child(4) {
    right: 174px;
    top: 193px;
}

.p5_c2 ul li:nth-child(5) {
    right: 199px;
    top: 181px;
}

.p5_c2 ul li:nth-child(6) {
    right: 205px;
    top: 217px;
}
.p5_c2 ul li:nth-child(7) {
    right: 246px;
    top: 224px;
}

.p5_c2 ul li:nth-child(8) {
    right: 283px;
    top: 178px;
}

.p5_c2 ul li:nth-child(9) {
    right: 328px;
    top: 227px;
}

.p5_c2 ul li:nth-child(10) {
    right: 328px;
    top: 227px;
}
.p5_c2 ul li:nth-child(11) {
    right: 364px;
    top: 273px;
}
.p5_c2 ul li:nth-child(12) {
    right: 396px;
    top: 355px;
}
.p5_c2 ul li:nth-child(13) {
    right: 419px;
    top: 462px;
}
.p5_c2 ul li:nth-child(14) {
    right: 299px;
    top: 540px;
}
.p5_c2 ul li:nth-child(15) {
    right: 302px;
    top: 480px;
}
.p5_c2 ul li:nth-child(16) {
    right: 245px;
    top: 486px;
}
.p5_c2 ul li:nth-child(17) {
    right: 205px;
    top: 483px;
}
.p5_c2 ul li:nth-child(18) {
    right: 178px;
    top: 450px;
}
.p5_c2 ul li:nth-child(19) {
    right: 211px;
    top: 413px;
}
.p5_c2 ul li:nth-child(20) {
    right: 256px;
    top: 419px;
}
.p5_c2 ul li:nth-child(21) {
    right: 325px;
    top: 428px;
}
.p5_c2 ul li:nth-child(22) {
    right: 319px;
    top: 378px;
}
.p5_c2 ul li:nth-child(23) {
    right: 253px;
    top: 350px;
}
.p5_c2 ul li:nth-child(24) {
    right: 215px;
    top: 318px;
}
.p5_c2 ul li:nth-child(25) {
    right: 170px;
    top: 312px;
}
.p5_c2 ul li:nth-child(26) {
    right: 167px;
    top: 263px;
}
.p5_c2 ul li:nth-child(27) {
    right: 240px;
    top: 292px;
}
.p5_c2 ul li:nth-child(28) {
    right: 313px;
    top: 306px;
}
/*part6*/
.tit_nc ul{ justify-content: start!important;}
.tit_nc ul li{ font-size: 28px; color: #666; margin-right: 20px; margin-bottom: 0!important;}

.p6_c ul{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p6_c ul li{
    margin-bottom: 29px;
}
.p6_c p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
/*part7*/
.part7{ background: url(../images/p7_bg.jpg) no-repeat top center; padding-top: 68px; position: relative; }
.p7_c h3{ font-size: 30px;color: #333333; margin: 50px 0; font-weight: 400;}
.p7_c a{ margin-left: 0; margin-right: auto;}
.p7_cn{ margin-right: auto; text-align: center; margin-left: auto;margin-top: 60px;}
.part7_con{ position: relative; margin-top: 60px;}
.swiperp7 .swiper-slide{ width: 683px;background: #FFFFFF; border-right: 1px solid #eee; margin-top: 18px;}
.p7_li{ padding: 50px;}
.p7_li>span i{font-size: 14px; display: inline-block; margin-right: 15px;color: #43227E; }
.p7_li h2{ font-size: 20px; margin: 10px 0;color: #333333;}
.p7_li p{ font-size: 16px; width: 323px;
    color: #666666;
    line-height: 24px; }
.newsbtn{ margin-top: 40px;font-size: 16px;color: #666;}
.newsbtn img{ margin-right: 10px; margin-top: -6px;}
.swiperp7 .swiper-slide-active{ background: url(../images/p7_libg.jpg) no-repeat top center; background-size: 100% 100%; padding: 18px 0; margin-top: 0; }
.swiperp7 .swiper-slide-active .p7_li>span i{ color: #A073F1; }
.swiperp7 .swiper-slide-active .p7_li h2,.swiperp7 .swiper-slide-active .p7_li p,.swiperp7 .swiper-slide-active .newsbtn{  color: #fff; }
.p7_jta{ display: none;}
.swiperp7 .swiper-slide-active .p7_jta{  display: inline-block; }
.swiperp7 .swiper-slide-active .p7_jt{  display: none; }
.p7_btn .swiper-button-prev {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #A182D8;
    left: -2%;
    top: 42%;
    border-radius: 50%;
}
.p7_btn .swiper-button-next {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background: #A182D8;
    right: 16%;
    top: 42%;
    border-radius: 50%;
}
.p7_btn .swiper-button-next img{
    transform: rotate(180deg);
}
/*part8*/
.p8_c h3 {
    font-size: 30px;
    color: #333333;
    margin: 50px 0;
    font-weight: 400;
}
.p8_c a {
    margin-left: 0;
    margin-right: auto;
}

.part8{
    background: #F8F9FD;
}
.p8_cn{ margin-top: 60px;}
.p8_cn dl{
    margin-bottom: 40px;
}
.p8_cn dl dt{
    width: 90%;
    padding:30px 5%;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;justify-content: space-between;
}
.p8_cn dl.active dt{
    background: #43227E;
    border-radius: 10px 10px 0px 0px;
}
.p8_cn dl.active dt .zw{ color: #fff;}
.p8_cn dl.active dt .zp_jj ul li{ color: #fff;}
.p8_cn dl.active dt .fasj{ color: #fff;}
.p8_sjta{ display: none;}
.p8_cn dl.active dt .p8_sjta{ display: inline-block;}
.p8_cn dl.active dt .p8_sjt{ display: none;}
.p8_cn dl dd{
    width: 90%;
    display: none;
    padding: 44px 5% 60px 5%;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
}
.p8_cn dl dd p{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 32px;
}
.p8_cn dl.active dd{
    display: block;
}
.p8_cn dl.active dt .zp_jj ul li span{
    background: #fff;
}

.p8_cn dl dt .zw{font-size: 18px; margin-right: 180px;
    color: #666666;}
.zp_jj{ width: 540px; margin-right: 26%; }
.zp_jj ul{ display: flex; justify-content: space-between;}
.zp_jj ul li{font-size: 16px; position: relative;
    color: #999999;}
.zp_jj ul li span {
    width: 1px;
    height: 20px;
    position: absolute;
    right: -36px;
    top: 1px;
    background: #333333;
    border-radius: 0px 1px 1px 1px;
}
.fasj{
    font-size: 16px;
    color: #999999;
}
.fasj img{ margin-left: 8px; margin-top: -6px;}
    /*part9*/
.p9_c{ width: 1640px; margin-right: 20px; margin-left: auto;}
.p9_c ul{ display: flex; justify-content: space-between; }
.p9_c ul li{ width: 534px;}
.p9_c ul li p{
    background: url(../images/p9_libg.jpg) no-repeat top center; background-size: 100% 100%;
    padding: 35px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.p9_c ul li:hover p{
    background: url(../images/p9_libga.jpg) no-repeat top center; background-size: 100% 100%;
}


/*part10*/
.p10_c{ width: 1400px;}
.p10_c ul{
    display: flex; justify-content: center;
    flex-wrap: wrap;
}
.p10_c ul li{ position: relative;}
.p10_ta{ display: none; position: absolute; left: 0; top: 0;}
.p10_c ul li:hover .p10_ta{ display: block; width: 100%; height: 100%;}
.p10_c ul li dl{ display: none; color: #fff;}
.p10_c ul li:hover dl{ display: block; position: absolute; left: 27px; top: 52px; text-align: justify;}
.p10_c ul li:hover dl dt{
    font-size: 24px;
    color: #FFFFFF;
}
.p10_c ul li:hover dl dd{
    font-size: 16px;
    color: #FFFFFF;
    text-transform: Uppercase;
}
/*.p10_c ul li:nth-child(1),.p10_c ul li:nth-child(2){ width: 397px;}*/
/*.p10_c ul li:nth-child(3){ width: 606px;}*/
/*part11*/
.p11_c{ width: 1400px; position: relative;}
.p11_c .swiper-container{ overflow: hidden;}
.p11_c .tabs-container{ width: 430px;display: flex;justify-content: space-between; margin: 48px auto 0 auto;}
.p11_c .tabs-container .tab-item{ text-align: center; padding-top: 40px;}
.p11_c .tabs-container .tab-item.active{ text-align: center; padding-top: 0;}
.p11_c .tabs-container .tab-item p{ font-size: 24px; margin-top: 20px; display: none;
    color: #333333; }
.p11_c .tabs-container .tab-item.active p{ display: block;}
.swiper-button-next_p11 {
    position: absolute;
    right: -5%;
    top: 30%;
}
.swiper-button-prev_p11{
    position: absolute;
    left: -5%;
    top: 30%;
}
.p11_xta{ display: none;}
.p11_c .tabs-container .tab-item.active .p11_xta{
    display: inline-block;
}
.p11_c .tabs-container .tab-item.active .p11_xt{
    display: none;
}
/*part12*/
.p12_c {
    background: url(../images/p12_c.jpg) no-repeat bottom center;
    padding-bottom: 4%;
}
.part12_con{ width: 1344px;}
.p12_btn .swiper-button-next,.p12_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
.p12_btn{ width: 100px; display: flex;justify-content: space-between; margin: 135px auto 0 auto;}
.part12_con .swiper-slide{ width: 220px;}
/*part13*/
.part13{background: url(../images/p13_bg.jpg) no-repeat top center; padding: 174px 0 3.8% 0;}
.p13_cn{ width: 770px;}
.p13_t1{ margin-bottom: 25px;}
.p13_tspan{ width: 501px; text-align: center;
    height: 50px; line-height: 50px;font-size: 33px;
    font-weight: bold;
    color: #FFFFFF; display: block; margin-top: 25px;
    font-style: italic;
    background: #FF9F00;
    border-radius: 25px; }
.p13_p1{ font-size: 26px;
    color: #FFFFFF; margin-top: 10px;
    line-height: 56px; margin-bottom: 40px;
    font-style: italic; }
.p13_cn dl dd{  font-size: 22px; margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 33px;
    font-style: italic;}
.p13_cn dl dd span{
    font-weight: bold; }
/*synews*/
.synews_cn{ position: relative;}
.synews_c{ width: 1650px; margin-right: 0; margin-left: auto;}
.synews_cn .swiper-slide{ width: 485px;}
.news_li>img{ border-radius: 15px; }
.news_li dl{ padding: 30px 30px; margin-top: -20px;}
.news_li dl dt span{ font-size: 18px; display: block;
    color: #1743B5; }
.news_li dl dt h2{font-size: 24px; margin-top: 0;
    color: #333333;}
.news_li dl dd{
    font-size: 18px;
    display: none;
    color: #666666;
    margin-top: 5px;
    line-height: 30px;
}
.synews_cn .swiper-slide-active .news_li dl dd{
    display: block;
}
.synews_cn .swiper-slide-active .news_li dl{
    background: #FAFBFF;
}
.synews_cn .swiper-pagination-bullet{ background: rgba(18, 73, 153, 1);opacity: 0.4; }
.synews_cn .swiper-pagination-bullet-active{opacity: 1;}

.pnews_btn .swiper-button-next,.pnews_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
.pnews_btn{ width: 100px; display: flex;justify-content: space-between; position: absolute; left:32%; bottom: 0;}

/*xform*/
.xform{background: url(../images/xform_bg.jpg) no-repeat center center #f2f2f2; margin: 0 auto 4% auto; background-size: 100% auto;}
.xform_c{ margin: 0 auto 0 12%; width: 1190px;   flex-flow: nowrap; }
.xform_c1{ width: 725px;margin-top: 3%;}
.xform_c1_p1{ font-size: 22px;font-weight: 500; color:#fff;margin-top:45px;
     text-align: center;
     padding: 5px 0;
    background: #FF500B;
    border-radius: 34px;

}
.xform_c1_p2{width: 332px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    background: rgba(255,255,255,0.5);
    border-radius: 39px;
    opacity: 1;}
.xform_c1_p3{font-size: 70px;font-weight:bold;color: #333;line-height:90px; margin-top: 23px;}
.xform_c1_p3 span{ font-size:48px;}
.xform_c1_p4{ width: 295px;font-size:18px;color:#fff;margin-top: 16px;}
.xform_c1_p4 ul{display: flex; justify-content: space-between; flex-flow:wrap;}
.xform_c1_p4 ul li{font-size: 22px;font-weight: 500;margin-bottom: 10px;
    color: #FFFFFF;
    line-height: 34px;}

.xform_c2{ width: 386px;height: 403px; padding:30px;   background:#fff;}
.xform_c2 h2{ font-size:24px; color:#333; text-align:center;margin-bottom: 25px;}
.xform_c2 h2 img{ margin-right: 10px;}
.xform_c2 p{ font-size: 22px; margin-top: 1%; color: #fff; text-align:left;}
.xform_c2_input{ font-size: 16px; margin-bottom: 4%;}
.xform_c2_input input{ width:172px; font-size: 16px;  color: #A5A5A5;
    background: #F4F4F4; border-radius: 4px; padding: 10px 0 10px 10px;}
.xform_c2_input input::placeholder{ color: #A5A5A5;}
.xform_c2_textarea{ width: 100%;}
.xform_c2_input textarea{width: 97%; font-size:16px; color: #fff; height: 133px;padding: 10px 0 10px 3%;background: #F4F4F4; border-radius: 4px;}
.xform_c2_input textarea::placeholder{ color: #A5A5A5;}
.xform_c2_p2{ margin-bottom: 25px;}
.xform_c2_button{ width: 100%;}
.xform_c2_button button{   border: 0;
    font-size: 18px;
    color:#fff;
    width: 100%;
    height: 41px;
    display: block;
    background: #FF500B;
    border-radius: 4px;
}
.xform_form{display: flex; justify-content: space-between; flex-flow:wrap;}
.xform_c2_input_email{ width: 100%;}
.xform_c2_input_email .email{width: 98%;}
/*part14*/
.part14{
    background: #F2F2F2;
}
.p14_c{ width: 1520px;display: flex; justify-content: space-between;}
.p14_c1{ width: 640px; position: relative;}
.p14_c1 ul li{ position: relative; margin-bottom: 90px;}
.p14_c1 ul li h2{
    font-size: 25px;
    color: #333333;
    margin-bottom: 5px;
}
.p14_c1 ul li p{
    font-size: 18px;
    color: #939393;
    line-height: 27px;
}
.p14_c1 ul li span {
    width: 9px;
    position: absolute;
    left: -30px;
    top: 12px;
    height: 9px;
    display: block;
    z-index: 2;
    background: #F2F2F2;
    border-radius: 50%;
    border: 3px solid #939393;
}
.p14_line {
    width: 1px;
    height: 428px;
    background: #939393;
    position: absolute;
    left: -23px;
    top: 24px;
}
.p14_c1 ul li:hover span {
    border: 3px solid #133EAE;
}
/*part15*/
.part15{
    background: url(../images/p15_bg.jpg) no-repeat top center;
    padding-top: 114px;
}
.p15_c{ width: 1400px;}
.p15_t2{ margin-top: 20px;}
.p15_c ul{
    margin-top: 30px;
}
.p15_c ul li{ font-size: 26px; margin-bottom: 15px;
    color: #FFFFFF; }
.p15_c ul li span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
    background: #F2F2F2;
    border-radius: 50%;
}
.p15_c h2{
    margin-top: 48px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 43px;
}
.p15_c p{
    font-size: 18px;
    margin-top: 30px;
    color: #FFFFFF;
}
/*syform*/
.syform{background: url(../images/syform.jpg) no-repeat top center; background-size: 100% 100%;}
.syform_c{background:rgba(255, 255, 255, 0.7); padding: 90px 100px; width: 1000px;
    box-shadow: 6px 10px 49px 0px rgba(0,37,122,0.08);
    border-radius: 31px;
}
.syform_c h2{ text-align: center;font-size: 40px;color:#124999;}
.syform_c h2 br{display: none;}
.syform_line {
    width: 32px;
    margin: 26px auto;
    height: 4px;
    background:#124999;
}
.syform_c p{font-size: 29px;
    color: #4B4B4B;text-align: center;}
.syform_cn{display: flex; justify-content: space-between; flex-wrap: wrap;}


.syform_cn input{ width: 47%; font-size: 18px; background: #FFFFFF; padding: 23px 0 23px 2%; margin-bottom: 22px;
    border-radius: 12px;}
.syform_cn textarea{ width: 98%;background: #FFFFFF; font-size: 18px; height: 150px; padding-left: 2%; padding-top:2%;margin-bottom: 22px;
    border-radius: 12px;}
.syform_cn button{height: 62px;line-height: 62px;font-size: 20px;
    color: #FEFEFE; width: 100%; border: 0;background: #124999;
    box-shadow: 6px 10px 18px 0px rgba(19,62,174,0.21);
    border-radius: 12px;}

/*part18*/
.xwsbg14{  background-repeat: no-repeat; background-position: center top; margin-left: auto; margin-right: auto;}
.xws_con14_l_t dl{display: flex; justify-content: left; margin-bottom: 5%;}
.xws_con14_l_t dl dt{margin-right: 20px;}
.xws_con14_l_t dl dd{border-left: 1px solid #fff; padding-left: 20px; color: #fff;}
.xws_con14_l_t dl dd p{font-size: 18px;}
.xws_con14_l_t dl dd h2{font-size: 50px;font-weight: bold;}
.xws_con14_l{width: 593px;}
.xws_con14_l_n dl dd{background: #fff; padding: 5%;border-bottom: 3px solid #009B4D;}
.xws_con14_l_n dl dt img{vertical-align: bottom;}
.xws_con14_l_n dd h2{font-size: 20px; color: #017ECC; font-weight: bold; border-bottom: 1px solid #009B4D; padding-bottom: 3%; margin-bottom: 3%;}
.xws_con14_l_n dd p{font-size: 18px; line-height: 25px; color: #666666; margin-bottom: 3%;}
.xws_con14_l_n dd h3{font-size: 18px; color: #333333;}
.xws_con14_l_n dd span{float: right; color: #126656;}
.xws_con14_r{width: 550px;}
.xws_con14{display: flex; justify-content: space-between;}
.xws_con14_r dl{display: flex; justify-content: space-between; padding:0 0 5% 0; margin-bottom: 5%; border-bottom: 1px solid #E3E2E8;}
.xws_con14_r dl h5{width: 20px; margin-top: 5px;}
.xws_con14_r dl dt{width: 420px;}
.xws_con14_r dl dd{width: 200px;text-align: center;}
.xws_con14_r dl h5 img:nth-child(2){display: none;}
.xws_con14_r dl:hover h5 img:nth-child(1){display: none;}
.xws_con14_r dl:hover h5 img:nth-child(2){display: inline-block;}
.xws_con14_r dl:hover  dd h2{color:#009B4D;}
.xws_con14_r dl:hover  dd p{color: #009B4D;}
.xws_con14_r dl dt h2{font-size: 20px;-webkit-line-clamp:1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;font-weight: bold; margin-bottom: 3%;}
.xws_con14_r dl dt p{font-size: 16px;-webkit-line-clamp:2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; color: #666666;}
.xws_con14_r dl dd h2{font-size: 52px; color: #A1A1A1; font-weight: bold; line-height: 52px;}
.xws_con14_r dl dd p{font-size: 18px; color: #666666; text-align: center; }
.xws_con14_r_d {width: 50%;}
.xws_con14_r_d ul{display: flex; justify-content: space-between;}
.xws_con14_r_d ul li{width: 45%;border-radius: 22px; line-height: 45px; text-align: center; font-size: 20px; border: 1px solid #FBAE3C;}
.xws_con14_r_d ul li:hover{background: #FBAE3C;color: #fff;}


/*part19*/
.part19{background: url(../images/n_bg.png) no-repeat top center; background-size: 100% 100%;}
.p19_c ul{ display: flex; justify-content: space-between;}
.p19_c ul li{width: 370px; padding: 10px;background: #FFFFFF; position: relative;}
.p19_c ul li h2{ margin: 10px 0;
    color: #2C2C2C;
    font-size: 24px;}
.p19_c ul li p{
    line-height: 29px;
    color: #6A6A6A; text-align: justify;
    font-size: 18px;}
.p19_c ul li p span{background: #D1D1D1; padding: 3px 15px;
    border-radius: 14px; color: #fff;
    display: inline-block;  margin-right: 0; margin-left: auto;
    font-size: 14px;}
.nbtn{ margin-top: 10px; text-align: right !important; margin-bottom:10px;}
.ndate{ width:75px;  text-align: center;height: 95px;background: url(../images/ndate.png) no-repeat top center; background-size: 100% 100%; position: absolute; left: 9%; top: 0; }
.ndate dt{font-size: 26px; margin-top: 3px;
    color: #3C3C3C; font-weight: bold;}
.ndate dd{
    color: #3C3C3C; margin-top: 4px;
    font-size: 13px;}
.n_line{width: 22px; margin: 0 auto;
    height: 2px;
    background: #404040;}

.p19_c ul li:hover{ background: #0083E8;}
.p19_c ul li:hover h2,.p19_c ul li:hover p{color: #fff;}
.p19_c ul li:hover p span{ background: #fff; color: #0083E8;}

.p19_c ul li:hover .ndate dt,.p19_c ul li:hover .ndate dd{ color: #fff;}
.p19_c ul li:hover .n_line{ background: #fff;}
/*gywm*/
.gywm{ background:url(../images/g1_bg.jpg) no-repeat center;}
.gywm .tit h2{ color: #fff;background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.gywm_cn{
    margin-top: 80px;
}
.gywm_cn ul{   display: flex; justify-content: space-between;}
.gywm_cn ul li{
     width: 385px;
    background:url(../images/gywm_libg.png) no-repeat center;
    padding: 40px 30px 10% 30px;

}
.gywm_cn ul li span{
    font-size: 18px;
    color: #999999;
}
.gywm_cn ul li p{
    font-size: 26px;
    color: #333333;
    height: 120px;
    margin-top: 10px;
    text-align: justify;
    line-height: 40px;
    margin-bottom: 70px;
}
.g2{
    background:url(../images/g2_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 120px;
    padding-bottom: 4%;
}
.g2_cn{
    display: flex; justify-content: space-between;
    margin-top: 60px;
}
.g2_cn1{
    width: 300px;
    padding-top:50px;
}
.g2_cn1 ul li{ margin-bottom: 80px;}
.g2_cn1 h2{
    font-size: 26px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400;
}
.g2_cn1 p{
    font-size: 16px;
    color: #666666;
}



    /*qyry*/
.qyry{ width: 1270px;}
.qyry ul{ display: flex; justify-content: space-between; flex-flow: wrap;}
.qyry ul li{ margin-bottom: 4%;}
/*footer*/
.footer {
    background-color: #25183b;
    border-top: 5px solid #E63E89;
}
.footer_t{ text-align: center;}
.footer_b{
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #35274e;
    padding-top: 20px;
    display: flex;
    justify-content:start;
}
.footer_b1{ width: 25%; }
.footer_b1 h2{ width: 380px;}
.footer_b1 h2,.footer_b2 h2{
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 10px;
}
.footer_b1 ul li a{
    font-size: 14px;
    color: #ccc;
    background-color: transparent;
    font-weight: 100;
}
.footer_b1 ul li {
    line-height: 24px;
}
.footer_b2{  width: 380px;}
.footer_b2 ul li{ color: #ccc;line-height: 24px;
    margin-bottom: 4px;}
.footer_b2 ul li a{
    font-size: 14px;
    color: #ccc;
    font-weight: 100;
}
.footer_c{ position: relative;  margin-top: 1%;}
.footer_c span {
    color: #ccc;
    font-size: 12px;
    display: block;
    background-color: #25183b;
    width: 542px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.footer_c_line {
    width: 100%;
    height: 1px;
    background: #35274e;
    margin-top: -7px;
}
.footer_cn{ text-align: center; margin-top: 20px; padding-bottom: 30px;}
/*cpzx*/

.cpzx{
    width: 1185px;
}
.cpzx ul{
    display: flex;justify-content: space-between; flex-wrap: wrap;
}
.cpzx ul li{
    margin-bottom: 20px;
    width: 582px;
}
.cpzx ul li p{
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    display: flex;justify-content: space-between;
}
.cpzx ul li p span{
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.cpzx ul li p i{
    font-size: 18px;
    color: #E0E0E0;
    margin-top: 1px;
}
.cp_line {
    width: 5px;
    height: 29px;
    background: #333333;
    position: absolute;
    left: 0;
    margin-top: 0 !important;
    top: 20px;
}
.cpzx ul li:hover p span{
    color: #004295;
}
.cpzx ul li:hover p .cp_line{
    background: #004295;
}
/*case*/
.case ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.case ul li{ margin-bottom: 30px; width: 290px; text-align: center;padding: 37px 37px 50px 37px;}
.case ul li p{ margin-top:15px;}
/*pcnews*/
.news_c ul:after{ content:' ';display: block;width: 390px;visibility: hidden;}
.news_c ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.news_c ul li{width: 390px; padding: 37px 37px 50px 37px;border-right: 1px solid #E4E4E4; margin-bottom: 60px;}
.news_c ul li span{ font-weight: bold;
    font-size: 16px; display: block; margin-top: 30px;
    margin-bottom: 10px;
    color: #43227E; }
.news_c ul li h2{
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    text-align: justify;
    line-height: 36px;
}
.news_c ul li i{
    margin-top: 50px;
    display: block;
}
.jta7{
    display: none;
}
.news_c ul li:hover{
    background: #43227E;
    border-radius: 10px;
}
.news_c ul li:hover h2,.news_c ul li:hover span{
    color: #fff;
}
.news_c ul li:hover .jta7{
 display: block;
}
.news_c ul li:hover .jt7{
    display: none;
}
/*lxwm*/
.lxwm{ display: flex; justify-content: space-between;background: #F8F9FD;}
.lxwm1{ width: 525px; padding-top: 60px;}
.lxwm1 h3{
    font-size: 32px;
    color: #333;
    font-weight: 400;
    margin-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DDE3;
    margin-bottom: 40px;
}
.lxwm1 h3 span{
    width: 70px;
    font-weight: 400;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFFFFF;
    background: #43227E;
    border-radius: 5px;
}
.lxwm1 ul li{ margin-bottom: 35px; color: #333;}
.lxwm1 ul li span{
    font-size: 16px;
    color: #666;
    display: block;
}
.lxwm1 ul li:nth-child(1){
    font-weight: 500;
    font-size: 28px;
    color: #43227E;
}
.lxwm2_c {
    margin-top: 60px;
    background: url(../images/lxwm2_bg.png) no-repeat top center;
    padding-top: 103px;
    padding-bottom: 3%;
}
.lxwm2_c_form {
    width: 640px;
    margin-left: 10%;
}
.lxwm2_c_form ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lxwm2_c_form ul li{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.lxwm2_c_form ul li span {
    font-size: 22px;
    color: #FF0000;
    position: absolute;
    left: 8px;
    top: 8px;
}
.lxwm2_c_form input{
    background: #FFFFFF;
    font-size: 16px;
    color: #666666;
    border-radius: 10px;
    height: 55px;
    width: 97%;
    padding-left:3%;
    line-height: 55px;
    border: 1px solid #ECECEC;
}
.lxwm2_c_form ul li:nth-child(1),.lxwm2_c_form ul li:nth-child(2){
    width: 49%;
}
.lxwm2_c_form ul li:nth-child(1) input,.lxwm2_c_form ul li:nth-child(2) input{
    width: 93%;
    padding-left:7%;
}

.lxwm2_c_form ul li .pub_btn {
    border: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
}
.lxwm2_c_form input{
    font-size: 14px;
}

/*zsjm*/
@media screen and (max-width: 1450px) {
.main{ width: 96%;}
    .p1_btn {
        right: 110px;
    }
    .p7_cn{  width: 96%; }
    .p7_btn .swiper-button-next{ right: 10%;}
    .news_c ul li{ width: 380px; }

}
@media screen and (max-width: 1366px) {
.top_c2 ul li a {
    font-size: 15px;
    color: #FFFFFF;
}
.top_c2 {
    width: 64%
}
.top_c3 {
    font-weight: bold;
    display: flex;
    justify-content: start;
    width: 18%;
    font-size: 15px;
    color: #FFFFFF;
}
.top_c1{ width:15%}
}
/*移动*/
@media screen and (max-width: 767px) {
    .tit h2 br,.tit p br {
        display: block;
    }
    .jmb{ margin-bottom: 10%;}
    .swiper-pagination_banner {
        width: 44px !important;
        padding: 0 5px;
        height: 21px;
        line-height: 12px;
        background:rgba(19, 44, 101, 0.8);
        position: absolute;
        left: 42% !important;
        bottom: 4% !important;
        z-index: 22;
        border-radius: 18px;
    }

    .tit h2 img {
        margin-bottom: 6px;
        width: 10px;
    }
    .pchidden {display: block;}
    .mtf {
        margin-top: 0;
    }
    .main{ width:94%;}
    .btit {width: 98% !important;padding-bottom: 20px;height: 44px;}
    .xnav{ padding-top: 20px;}
    .dpt{padding-top: 8%;}
    .dpb{padding-bottom: 8%;}
    .smt{ margin-top: 6%;}
    .t_t2{ width: 4%; margin-left: 5px;}
    .t_t1{ width: 4%;margin-right: 5px;}
    .banner{ margin-top: 0;}
    .banner_tie{ padding: 0; margin-top: 0;}
    .fixnav {position: fixed!important;top: 0;left: 50%!important;width: 100%;background: #f8f8f8;box-shadow: 0 0 10px #dddddd;transform: translateX(-50%);}
    .tit{ text-align: center;}
    .tit h2 {
        font-size: 25px;
        text-align: justify;
        margin: 0 auto;
        line-height: 29px;
        font-weight: bold;
    }
    .tit p {
        font-size: 14px;
        width: 100%;
        margin: 5px auto 5px auto;
        line-height: 24px;
    }
    .tit p .t2{ display: block!important; margin: 10px auto 0 auto;}

    .tit h3{ font-size:24px;}
    .tit p span{margin: 0 auto;}
    .tit>img{ margin: 0 auto 1% auto;}
    .tit h2 i {
        border-bottom: 6px solid #FF952B;
        line-height: 18px;
        display: inline-block;
    }
    .tit_l {margin-right:5px; width: 5%;}
    .tit_r {margin-left: 5px; width: 5%;}
    .wnews_con h1{ font-size:20px;}
    .wnews_con p{ font-size:14px; line-height:25px;}
     .yyllx {
        box-shadow: unset;
        border-radius:0;
        width: 100%!important;
    }
    .yy_con9_bd p input{ margin:6% auto}
    .yy_jyxm dl{flex-wrap: wrap;}
    .yy_jyxm dl dt{width: 100%;}
    .yy_jyxm dl dd{width: 90%; padding: 5%;}
    .yy_jyxm dl dd h2{font-size: 80px; line-height: 100px;}
    .yy_jyxm dl dd h2 span{font-size: 20px;top:10%}
    .yy_ry dl{width: 100%;}
    .yy_news_n{flex-wrap: wrap;}
    .yy_news3 h2{font-size: 15px; margin-top: 5%;}
    .yy_news3 p{font-size: 14px; line-height: 22px;}
    .yy_news3 a{font-size: 14px;margin-top: 0%;}
    .yy_lx{flex-wrap: wrap;}
    .yy_lx dl{width: 100%;}
    .yyllx .yy_con9_bd{width: 88%; }
    .yyllx .yy_con9_bd h3 img{margin-top: 3%;}
    .yy_lx dl dt span{font-size: 40px;}
    .yy_lx dl dd{font-size: 20px;}
    .yybg9{background: #fff; padding:0; margin: 8% 0;}
    .yyllx{box-shadow: unset; margin: 0; border-radius:0; border: 0; width: 100%!important;}
    .yy_con9_bd{width: 85%; margin: 0 auto;}
    .yy_con9{width: 100%;}
    .yy_con9_bd h2{font-size: 22px;}
    .yy_con9_bd h2 span{font-size: 14px;}
    .yy_con9_bd{border-radius: 15px;}
    .yy_con9_bd ul{flex-wrap: wrap;}
    .yy_con9_bd ul li{width: 100%; margin-top: 3%; font-size: 14px; line-height: 50px;}
    .yy_con9_bd ul li input{line-height: 50px;}
    .yy_con9_bd h3{font-size: 14px; line-height: 40px;height: 100px;}
    .yy_con9_bd h3 textarea{width: 55%; height: 80px;}
    .yy_con9_bd h3 img{margin-top: 5.5%;}
    .yy_con9_bd p input{ font-size: 16px; padding: 1% 9%;}
    .p23{ background: none; padding: 0;}
    .hc_mbdt{ width: 88%; margin-left: auto; margin-right: auto;}
    .hc_mbdt img{ width: 50%;}
    .ntit h2{ font-size: 20px;}
    .ntit p{ font-size: 14px;}
    /*mzsjm*/

        /*form*/
    .yyllx {
        background: #ffffff;
        padding: 0;
    }
    /*yzjd*/
    .xf{ width: 100%; background: #f9f9f9; position: fixed; left: 0; bottom:0; z-index: 999;display: flex;justify-content: space-between;flex-wrap: nowrap;}
    .xf a{ width: 50%; color: #666666; padding: 15px 0; text-align: center; font-size: 16px;}
    .xf a:nth-child(2){ color: #666; }
    .xf span { display: block;font-size: 20px;}
    .mdt { padding-bottom: 20%;}
    .p12_form{ margin-bottom: 20%;}
    /*mlxwm*/
    .lxwm{ flex-wrap: wrap;}
    .lxwm1 {
        width: 100%;
        padding-top:0;
        margin-bottom: 20px;
    }
    .lxwm1 h3 {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        margin-top: 16px;
        padding-bottom: 13px;
        border-bottom: 1px solid #D9DDE3;
        margin-bottom: 15px;
    }
    .lxwm1 h3 span {
        width: 70px;
        font-weight: 400;
        height: 30px;
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        color: #FFFFFF;
        background: #43227E;
        border-radius: 5px;
    }
    .lxwm1 ul li:nth-child(1) {
        font-size: 22px;
    }
    .lxwm1 ul li{
        margin-bottom: 12px;
    }
    .lxwm2_c {
        margin-top: 0;
        background: none;
        padding-top: 0;
    }
    .lxwm2_c_form {
        width: 100%;
        margin-left: 0;
        margin-top: 6%;
    }
    .lxwm2_c_form ul li span {
        font-size: 22px;
        color: #FF0000;
        position: absolute;
        left: 4px;
        top: 5px;
    }


    /*mpart1*/
    .p1_cp {
        font-size: 14px;
        width: 100%;
        color: #333;
        margin-top: 13px;
        text-align: justify;
        line-height: 26px;
    }
    .part1 {
        background: url(../images/mp1_bg.jpg) no-repeat top center #F8F9FD;
        padding-top: 12%;
        background-size: 100% auto;
    }
    .p1_btn .swiper-button-next img,.p1_btn .swiper-button-prev img{  width:80%; }
    .p1_btn{ width: 107px; display: flex;justify-content: space-between;top: -72%;}
    .part1_con .swiper-slide{ width: 220px; }
    .part1_con ul{
        flex-wrap: wrap;
    }
    .part1_con ul li {
        width: 33%;
        margin-bottom: 5%;
    }
    .p1_li img {
        width: 80%;
    }
    .p1_jt {
        position: absolute;
        top: 53%;
        left: -1%;
    }
    .p1_li h2 {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        height: 18px;
        line-height: 18px;
        padding-left: 8px;
        border-left: 3px solid #E63E89;
    }
    .p1_li p {
        font-size: 14px;
        color: #555555;
        margin-top: 7px;
        margin-bottom: 0;
    }
    .part1_con {
        margin-top: 20px;
        margin-right: 0;
        margin-left: auto;
        position: relative;
    }
    .p1_btn {
        width: 107px;
        display: flex;
        justify-content: space-between;
        top: -79%;
        right: 0;
    }
   /*mpart2*/
   .p2_d2 a:nth-child(3) {
    display: block;
}
   .p2_c>a.pcycbtn{
	display: block !important;
}
    .p2_cnc {
        margin-top: 10px;
    }
    .p2_cnc ul{
        flex-wrap: wrap;
    }
    .p2_cn{ margin-top: 15px; padding-bottom: 15px;}
    .p2_cn li {
        flex: 0 0 auto;
        transition: transform 0.3s ease;
        margin-right: 14px;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 10px;
        color: #43227E;
    }
    .p2_cn li.active, .p2_cn li:hover{ padding-bottom: 10px;}
    .p2_cnc ul li dl dt{ font-size: 16px;}
    .p2_d1 {
        font-size: 14px;
        color: #666666;
        margin-top: 10px;
    }
    .p2_d2 span {
        display: block;
        font-size: 14px;
        color: #333333;
        margin-top: 13px;
    }
    .p2_cnc ul li dl {
        width: 90%;
        padding: 0 5%;
        position: absolute;
        bottom: 40px;
        left: 0;
    }
    .p2_d2 a {
        display: block;
        font-size: 14px;
        width: 104px;
        height: 36px;
        background: linear-gradient(90deg, #43227E, #E33E7F);
        border-radius: 24px;
        text-align: center;
        line-height: 36px;
        color: #FFFFFF;
    }
    .p2_cnc ul li {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
    .p2_cnc ul li.active dl dt {
        top: -308%;
    }
    .p2_c>a {
        width: 209px;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 45px;
        margin: 33px auto 0 auto;
        font-size: 16px;
        color: #FFFFFF;
        background: linear-gradient(90deg, #43227E, #E33E7F);
        border-radius: 10px;
    }
	.cpsy{position:relative;margin-top:15px; background: url(../images/ydbtj.png) no-repeat top center;
background-size: 100% 100%;padding:20px 5px 0px 20px}
.cpsm{width:100%;display: flex; justify-content: space-between; flex-flow:wrap;}
.cpsy h3{font-size:26px; font-weight:bold;padding:20px 0;color:#43227E;}
.cptt span{
    width: 56px;
    height: 5px;
    display: block;
    margin-top: 10px;
background: linear-gradient(90deg, #E33E7F, #fff);margin-top:20px;
    border-radius: 3px;
}
.cpsm dl{display: flex; justify-content: left; width:48%;margin-bottom:16px;}
.cpsm dl dt{ display:inline-block;margin-right:2px;}
.cpsm dl dt img{ width:80%}
.cpsm dl dd{ display:inline-block;color:#43227E; font-size:16px;}
.ewm a.dla{   width: 40%;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        color: #FFFFFF;
        background: linear-gradient(90deg, #43227E, #E33E7F);
        border-radius: 10px;margin-top: 18%;}
.ewm{ vertical-align: middle;display: flex; justify-content: space-between; flex-flow:wrap;width: 100%;}
.ewm > img{vertical-align: middle; display:block;width: 55%;}
.ewm > a.dla > img { display:inline-block;
  margin-left: 25px; margin-top: -6px;
}
    .p2_c>a img {
        margin-left: 46px;
        margin-top: -6px;
    }
/*mpart3*/
    .part3{
        padding-top: 8%;
    }
    .p3_cn {
        margin-top: 20px;
    }
    .p3_cn ul li{ width: 41%;  padding: 6% 3.5%;
        margin-bottom: 30px;}


    .p3_cn ul li:hover{
        border: 0 !important;
        box-shadow:unset;
        background: url(../images/p3_libg.png) no-repeat top center;
        background-size: 100% 100%;
        padding: 12% 4.5%;
    }
    .p3_cn ul li h2{ font-size: 16px; }
    .p3_cn ul li p {
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        text-align: justify;
    }
    .p2_lib{
        margin-top: 0;
    }
    .p2_lib span{ width: 25px;}
    .p2_lib i {
        font-weight: 400;
        font-size: 14px;
        color: #F7B200;
        display: block;
        margin-top: 6px;
    }
    .pt2_3 {
        background: url(../images/mp2_bg.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .pub_btn {
        width: 209px;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 45px;
        margin: 20px auto 0 auto;
        font-size: 16px;
        color: #FFFFFF;
        background: linear-gradient(90deg, #43227E, #E33E7F);
        border-radius: 10px;
    }
    .pub_btn img {
        margin-left: 46px;
        margin-top: -6px;
    }
/*mpart4*/
    .p4_c1 h3 {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    .tsz {
        font-size: 21px !important;
    }
    .p4_c1 p {
        font-size: 14px;
        color: #666666;
        line-height: 27px;
    }
    .p4_p1 {
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .p4_cb ul{
        flex-wrap: wrap;
    }
    .p4_cb ul li{
        width: 29%;
        margin-bottom: 3%;
    }
    .p4_cb ul li h2 span{
        font-size: 25px;
    }
    .p4_cb ul li h2 {
        font-size: 14px;
    }
    .p4_cb ul li p {
        font-size: 14px;
        color: #666666;
        margin-top: 13px;
    }
    .p4_linex {
        width: 1px;
        height: 70px;
        background: #E6E6E6;
        position: absolute;
        right: 1px;
        top: 15px;
    }
    .p4_cb ul li:nth-child(3) .p4_linex{ display: none;}

    .p4_cb ul li:nth-child(4) {
        width: 33%;
        margin-left: 7%;
    }
    .p4_cb ul li:nth-child(5) {
        width: 45%;
    }
    .p4_cb ul li:nth-child(4) .p4_linex {
        right: -25px;
    }
/*mpart5*/
/*mpart6*/

.p6_c ul{ margin-top: 20px;}
    .p6_c ul li {
        width: 32%;
        margin-bottom: 2%;
    }
    .p6_c p {
        font-size: 14px;
        color: #666666;
        text-align: center;
        margin-top: 8px;
    }
    .tit_nc ul li {
        font-size: 18px;
        color: #666;
        width: auto !important;
        margin-right: 10px;
        margin-bottom: 0 !important;
    }
/*mpart7*/
    .part7 {
        background: url(../images/mp7_bg.jpg) no-repeat top center;
        background-size: 100% 100%;
        padding-top: 8%;
        position: relative;
    }
    .p7_c h3 {
        font-size: 16px;
        color: #333333;
        margin: 23px 0;
        font-weight: 400;
    }
    .p7_cn {
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
    }
    .swiperp7 .swiper-slide-active {
        background: url(../images/p7_libg.jpg) no-repeat top center;
        background-size: 100% 100%;
        padding:5% 0;
        margin-top: 0;
    }
    .p7_li {
        padding: 15px;
    }
    .p7_li h2 {
        font-size: 16px;
        margin: 8px 0;
    }
    .p7_li p {
        font-size: 14px;
        width: 100%;
        color: #666;
        line-height: 23px;
    }
    .newsbtn {
        margin-top: 25px;
        font-size: 14px;
        color: #666;
    }
    .p7_btn .swiper-button-next,.p7_btn  .swiper-button-prev{ position: relative; left: unset; right: unset; bottom: unset; top: unset;}
    .p7_btn{ width: 120px; margin: 20px auto 0 auto;display: flex;justify-content: space-between;}
    .p7_btn .swiper-button-prev {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background: #A182D8;
        left: -2%;
        top: 42%;
        border-radius: 50%;
    }
    .p7_btn .swiper-button-next {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background: #A182D8;
        right: 16%;
        top: 42%;
        border-radius: 50%;
    }
    .part7_con {
        position: relative;
        margin-top: 30px;
    }
/*mpart8*/
    .p8_c h3 {
        font-size: 16px;
        color: #333333;
        margin: 23px 0;
        font-weight: 400;
    }
    .zp_jj {
        display:none;
    }
    .p8_cn dl dt .zw {
        font-size: 14px;
        margin-right: 0;
        color: #666666;
    }
    .fasj{
        font-size: 14px;
    }
    .p8_cn dl dd p {
        font-size: 14px;
        color: #333333;
        text-align: justify;
        line-height: 26px;
    }
    .p8_cn dl dd {
        padding: 20px 5% 30px 5%;
    }
    .p8_cn{
        margin-top: 30px;
    }



/*mpart9*/
    .p9_c ul{
        flex-wrap: wrap;
    }
    .p9_c ul li {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
    }
    .p9_c {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .p9_c ul li img{
        width: 50%;
    }
    .p9_c ul li p {
        background: #162C67;
        width: 40%;
        padding: 9% 5% 0 5%;
        color: #fff;
        font-size: 13px;
        line-height: 23px;
    }


    /*mpart10*/
    .p10_c ul{
        justify-content: space-between;
    }
    .p10_c ul li{ width: 49.5%; margin-bottom: 1%;}
    .p10_c ul li:nth-child(5){ width: 100%;}
    .p10_c ul li:hover dl {
        display: block;
        position: absolute;
        left: 0;
        width: 94%;
        padding: 10px 3%;
        top: unset;
        bottom: 0;
        background: #124999;
        text-align: justify;
    }
    .p10_c ul li:hover dl dt{
        font-size: 11px;
    }
    .p10_c ul li:hover dl dd{
        font-size: 9px;
    }
    /*mpart11*/
.mp11_c img{ margin-bottom: 15px;}
    /*msynews*/
    .synews_c {
        width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
    .news_li dl {
        padding: 33px 15px 15px 15px;
        margin-top: -20px;
    }
    .news_li dl dt span{
        font-size: 14px;
    }
    .news_li dl dt h2 {
        font-size: 16px;
        margin-top: 3px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pnews_btn{ display: none;}
    .news_li dl dd {
        font-size: 14px;
        display: none;
        color: #666666;
        margin-top: 5px;
        line-height: 22px;
    }
    /*mpart14*/
    .p14_c{
        flex-wrap: wrap;
    }
    .p14_c1 {
        width: 92%;
        margin-right: 0;
        margin-left: auto;
    }
    .p14_c1 ul li h2 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .p14_c1 ul li p {
        font-size: 12px;
        color: #939393;
        line-height: 16px;
        margin-top: 5px;
    }
    .p14_c1 ul li {
        position: relative;
        margin-bottom: 20px;
    }
    .p14_line {
        width: 1px;
        height: 176px;
        background: #939393;
        position: absolute;
        left: -23px;
        top: 20px;
    }
    .p14_c1 ul li span{
        top: 5px;
    }
    /*mpart15*/
    .part15 {
        background: url(../images/mp15_bg.jpg) no-repeat top center;
        background-size: 100% 100%;
        padding-bottom: 0;
        padding-top: 12%;
    }
    .p15_t1,.p15_t2{
         width: 90%;
    }
    .p15_c ul {
        margin-top: 20px;
    }
    .p15_c ul li {
        font-size: 14px;
        margin-bottom: 15px;
        color: #FFFFFF;
    }
    .p15_c ul li span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 6px;
        margin-bottom: 1px;
        background: #F2F2F2;
        border-radius: 50%;
    }
    .p15_c h2 {
        margin-top: 0;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 26px;
    }
    .p15_c p {
        font-size: 12px;
        margin-top: 7px;
        color: #FFFFFF;
        text-align: justify;
        margin-bottom: 5%;
    }

/*mpart12*/
    .part12_con{ width: 100%;}
    .p12_c {
        background: url(../images/p12_c.jpg) no-repeat bottom center;
        background-size: 100% 44%;
    }
    .p12_btn {
        margin: 40px auto 0 auto;
    }

    /*mpart13*/
    .part13 {
        background: url(../images/mp13_bg.jpg) no-repeat top center;
        background-size: 100% 95%;
        padding-top: 12%;
        padding-bottom: 0;
    }
    .p13_cn {
        width: 100%;
    }
    .p13_t1 {
        margin-bottom: 10px;
        width: 47%;
    }
    .p13_tspan {
        width: 74%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        display: block;
        margin-top: 15px;
        font-style: italic;
        background: #FF9F00;
        border-radius: 25px;
    }
    .p13_p1 {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 15px;
        line-height: 25px;
        margin-bottom: 15px;
        font-style: italic;
    }
    .p13_cn dl dd {
        font-size: 14px;
        margin-bottom: 8px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: justify;
        font-style: italic;
    }
    .part13>dl{ position: relative;}
    .part13>dl dt {
        font-size: 14px;
        color: #132C65;
        position: absolute;
        right: 5%;
        bottom: 8%;
        font-style: italic;
    }



    /*mpart16*/
	.zsts{ text-align:right; margin-top:10px;}
    .part16{background: url(../images/mp16_bg.jpg) no-repeat top center; background-size: 100% 100%; margin-top: -30px; padding-top: 13%;}
    .p16_cn{ width: 100%;}
    .p16_cn>img{ width: 90%;}
    .p16_cn>span {
        width: 88%;
        text-align: center;
        line-height: 38px;
        height: 38px;
        display: block;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 15px;
        color:#132C65;
        background: #FFFFFF;
        border-radius: 21px;
    }
    .p16_cn p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 21px;
        color: #FFFFFF;
    }
    .p16_cn i {
        font-weight: bold;
        background: #E58B4A;
        padding: 8px 6px;
        display: inline-block;
        margin-bottom: 9px;
        font-size: 13px;
        color: #FFFFFF;
    }



    /*mpart17*/
    .part17 .tit h3 br,.part17 .tit p br{ display:block;}
    .part17 .p4_tit1 {
        left: -15%;
        top: 52%;
    }
    .part17 .p4_tit2 {
        right: -26%;
        top: 66%;
    }
        .part17 {
        background: none;

    }
    .p17_cn{ width: 100%; text-align: justify;margin-top: 6%;}
    .p17_cn>img:nth-child(1){ width:9%;}
    .p17_cn p {
		 width:100%;
        font-size: 14px;
        margin: 13px 0;
        color: #333333;
        text-align: justify;
        line-height: 24px;
    }
    .p17_cn a {
        width: 123px;
        display: block;
        font-size: 14px;
        margin-right:auto;
        margin-left: 0;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        height: 40px;
		margin-bottom:20px;
        background: #204397;
    }
    /*msyform*/
    .syform{background: url(../images/msyform.jpg) no-repeat top center; background-size: 100% 100%;}
    .syform_c{ width: 90%; margin: 0 auto;padding: 8% 3%;}
    .syform_c h2{ font-size: 24px;}
    .syform_c h2 br{ display: block;}
    .syform_c p{ font-size: 20px; line-height: 26px;border-radius: 17px;}
    .syform_cn input{ width: 100%; padding:20px 0 20px 2%; font-size:14px;}
    .syform_cn button{ height: 50px; line-height: 50px; font-size: 16px;}
    .syform_cn textarea{ height: 105px; font-size:14px;}
    .syform_line {
        width: 32px;
        margin: 20px auto;
        height: 4px;
    }

    /*mpart18*/
    .xws_con14{flex-wrap: wrap;}
    .xws_con14_r{width: 100%; margin-top: 10px;}
    .xws_con14_r dl dt h2{font-size: 16px;}
    .xws_con14_r dl dt p{font-size: 14px;}
    .xws_con14_r dl h5{margin-top: 0;}
    .xws_con14_r dl dd h2{ font-size: 35px;line-height: 44px;}
    /*mpart19*/
    .part19{ background: none;}
    .p19_c ul li{ width: 100%; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);}
    .p19_c ul li h2{ font-size: 20px; margin: 4% 0 0 0;}
    .p19_c ul li p{ font-size: 14px; line-height: 22px;}
    /*mpart20*/
    /*mpart22*/
    /*mnews*/
    .news_c ul li {
        width: 90%;
        padding:8%  5%;
        border-right: 1px solid #E4E4E4;
        margin-bottom: 0;
    }
    .news_c ul li span {
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #43227E;
    }
    .news_c ul li h2 {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        text-align: justify;
        line-height: 26px;
    }
    .news_c ul li i {
        margin-top: 20px;
        display: block;
    }


    /*mgywm*/
    .gywm {
        background: #6A549F;
    }
    .gywm_cn ul {
        flex-wrap: wrap;
    }
    .gywm_cn {
        margin-top: 26px;
    }
    .gywm_cn ul li {
        width: 90%;
        background: url(../images/gywm_libg.png) no-repeat center;
        background-size: 100% auto;
        padding: 8% 5% 10% 5%;
        margin-bottom: 5%;
    }
    .gywm_cn ul li span{
        font-size: 16px;
    }
    .gywm_cn ul li p {
        font-size: 14px;
        color: #333333;
        height: auto;
        margin-top: 10px;
        text-align: justify;
        line-height: 27px;
        margin-bottom: 25px;
    }
    .g2_cn {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .g2_cn1 {
        width: 100%;
        padding-top: 0;
    }
    .g2_cn1 h2 {
        font-size: 16px;
        color: #333333;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .g2_cn1 p {
        font-size: 14px;
        color: #666666;
    }
    .g2_cn1 ul li {
        margin-bottom: 15px;
    }
    .g2 { padding-bottom: 20%;}

    /*mqyry*/

    .qyry_tcn ul li.active .p8_sjx{ display: none!important;}
    .qyry_t{ width: 96%; margin-left: auto; margin-right: auto;}
    .qyry_tcn ul li i{ top: 20%;}
    /*mcpzx*/
    .cpzx ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .cpzx ul li p span{
        font-size: 14px;
    }
    .cpzx ul li p {
        background: #FFFFFF;
        padding: 15px 15px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .cpzx ul li p i {
        font-size: 12px;
        color: #E0E0E0;
        margin-top: 0px;
    }
    .cp_line {
        width: 4px;
        height: 21px;
        background: #333333;
        position: absolute;
        left: 0;
        margin-top: 0 !important;
        top: 16px;
    }
/*mjjfa*/
    .jjfa_p2 {
        background-image: linear-gradient(to bottom,#2F82FF 64%, #fff 0);
    }
    .jjfa_p1{ background:#132C65; padding: 12% 0;}
    .jjfa_p1>img{ width: 94%; margin-right: auto; margin-left: auto;}
    .jjfa_p1_p1 {
        font-size: 16px;
        text-align: center;
        margin-top: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .jjfa_p1>ul li {
        width: 298px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 23px;
        font-size: 15px;
        margin-bottom: 20px;
        color: #FFFFFF;
        position: relative;
        border: 1px solid #FFFFFF;
    }
    .jjfa_p1>ul {
        margin-top: 19px;
    }
    .jjfa_btn .swiper-button-next,.jjfa_btn .swiper-button-prev{ position: relative; left: unset; right: unset; top: unset;}
    .jjfa_btn .swiper-button-next img,.jjfa_btn .swiper-button-prev img{  width:80%; }
    .jjfa_btn{ width: 100px; margin: 20px auto 0 auto; display: flex;justify-content: space-between;}
    .jjp3_c ul li{ width: 94%; padding: 5% 3%; margin-bottom: 15px;}
    .jj_ai,.jj_i{ width: 19%;}
    .jjp3_c ul li dl dd h2 {
        font-size: 20px;
        margin-top: 9px;
        margin-bottom: 6px;
        color: #333333;
    }
    .jjp3_c ul li dl dd p {
        font-size: 16px;
        color: #333333;
        text-align: justify;
        line-height: 26px;
    }
    .jjp4_c ul li {
        position: relative;
        margin-bottom: 20px;
    }
    .jjp4_c ul li span {
        font-size: 16px;
        padding: 12px;
    }
    #certify .swiper-container{ padding-bottom: 0;}
    .yyfoot_t_l{ border: 0;}
    .yyfoot_t_l h2{ font-size: 20px;}
    .iftel{ font-size: 22px;}
    .yyfoot_t_l p{ font-size: 14px;}
    .yyfoot_t_r ul li p{ font-size: 12px;}
    .yyfoot_b span{ display: block;}
    #mbanner{ position: relative;}
    #header{ padding: 0;background:#fff; position: relative;}
    .mhidden{ display:none!important;}
    /*mtop*/
    #header{ background: #fff;top:0;}
    .mtop{display: flex;justify-content: space-between;}
    .mtop2 {
        padding: 0 15px 0 3px;
        width: 40px;
    }
    .mtop2 span {
        display: block;
        color: #fff;
        margin: 12px auto 12px 5px;
        font-size: 20px;
    }
    .mtop1 {
        display: flex;
        justify-content: right;
        /* margin-left: 11px; */

        margin-bottom: 13px;
        position: relative;
        width: 84%;
    }
    .mtop1>img {
        width: 51%;
        position: absolute;
        left: 5%;
        top: 20px;
    }
    .mtop1 p {
        color: #66636B;
        margin-left: 10px;
        text-align: right;
        font-size: 12px;
        margin-top: 19px;
    }
    .mtop1 p>img {
        width: 22px;
        margin-right: 3px;
        margin-top: -1px;
        margin-bottom: 6px;
    }
    .mtop1 p span {
        display: block;
        font-weight: bold;
        font-size: 12px;
        color: #132C65;
        margin-bottom: 2px;
    }
    .mtop1 p i img {
        width: 24px;
        margin-right: 6px;
        margin-top: -6px;
    }
    .subNavBox{display: none;}
    .subNavShow{z-index: 889; position: relative;}
    .subNavBox{position: fixed;z-index: 888;width: 100%; top:0; display: none;}
    .subNav{border-bottom: 1px #eee solid;cursor:pointer;font-size:16px;color:#333;line-height:55px;padding-left:10px;}
    .currentDd{color:#fff}
    .navContent{display: none;border-bottom:solid 1px #fff;}
    .navContent li a{display:block;height:45px;font-size:16px;line-height:45px;color:#fff; text-indent: 2em;}
    .subNavBox_l{width: 38%;min-height: 100vh;height: 100%;float: left;}
    .subNavBox_r {
        width: 26%;
        background: #fff;
        color: #333;
        height: 100%;
        float: right;
        position: relative;
        text-align: center;
        padding: 0 2%;
        margin-top: 14%;
    }
    .subNavHide{font-size: 40px; color: #333; text-align: right;  padding:8% 8% 0 8%;}
    .jt{ font-size: 40px;position: absolute;top: -24px;left: 69px; color:#fff}
    /*mcase*/
    /*mfooter*/
    .bs_foot {
        background:#124999;
        color: #fff;
        font-size: 18px;
        padding-top: 12%;
    }
    .mflogo{ text-align: center; margin-bottom: 20px;}
    .mflogo img{ width:28%;}

    .bs_foot_t{flex-wrap: wrap; margin-top: 0;}
    .bs_foot_t_logo{text-align: center;margin-bottom: 8%; padding-top: 9%; padding-bottom:9%; border-bottom: 1px solid rgba(255, 255, 255, 0.4); width: 100%;}
    .bs_foot_t_logo img{ width: 47%;}
    .bs_foot dl dt{display: none;}
    .bs_foot dl dd h2{display: none;}
    .bs_foot_t_n2 p{ text-align: center; display: flex; flex-wrap: wrap; padding: 0 10%; justify-content: center; margin-bottom: 5%;}
    .bs_foot_t_n2 p span{display: block; margin: 5% auto;width: 100%; }
    .bs_foot_t_n3 ul{width: 75%; margin: 5% auto 15%;}
    .bs_foot_t_n3{width: 100%;}
    .bs_foot_t_n2{width: 100%;}
    .bs_foot dl { display: flex; justify-content: left;width: 100%;}
    .bs_foot dl dd{width: 100%;}
    .bs_foot_t_n3 ul{ display: flex; justify-content: space-between;  margin-top: 10%;}
    .bs_foot_t_n3 ul li p{font-size: 14px; text-align: center; margin-top: 5%;}
    .bs_foot_t_n3 ul li{width: 45%; text-align: center;}
    .bs_foot_t_n3 dl dd {width: 100%;}
    .xf{ width: 100%; position: fixed; left: 0; bottom:0; z-index: 999;display: flex;justify-content: space-between;flex-wrap: nowrap;}
    .xf a{ width: 50%;background:#333333; color:#fff; padding: 10px 0; text-align: center; font-size: 20px;font-weight: bold;}
    .xf a:nth-child(2){ background:#fff; color:#124999; }
    .mxtel{ font-size: 35px!important; display: none !important;}
    .foot_logo{ text-align: center;}
.mlogot{ text-align: center;}
.mlogot dl{ display: flex; justify-content: center;}
    .mlogot dl dt {
        display: block;
        width: 60px;
        margin-right: 16px;
        height: auto;
    }
    .mlogot  dl dd{
        width: auto;
    }
    .mlogot  dl dd h2{
        display: block;
        text-align:justify;
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .mlogot  dl dd p{
        text-align: justify;
        justify-content: unset;
        padding: 0;
        margin-bottom: 0;
    }
    }
@media screen and (max-width: 400px) {
    .p1_btn {
        top: -86%;
    }
}


