@charset "UTF-8";

@font-face {
  font-family: 'impact';
  src: url('font/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



html{font-size: 16px;font-family: 'MicroSoft YaHei', Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;color:#444;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

#myVideo{position: absolute;right: 0;bottom: 0;top:0;width: 100%;height: 100%;background-size: 100% 100%;background-color: black; /* in case the video doesn't fit the whole page*/background-image: /* our video */;background-position: center center;background-size: contain;object-fit: cover; /*cover video background */z-index:3;}
video::-webkit-media-controls {display:none !important;}

@keyframes deepBlueFlow {
	0%, 100% {
		background-position: 0% 50%;
		opacity: 0.9;
	}
	25% {
		opacity: 1;
	}
	50% {
		background-position: 100% 50%;
		opacity: 0.9;
	}
	75% {
		opacity: 1;
	}
}
@keyframes flash {
    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes brightnessFlash {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

@keyframes gentleFlash {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/* Centered texts in each section
* --------------------------------------- */

@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;}
		.top_con{width: 100%;height: calc(114px + (124 - 114) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(255,255,255,1);display: flex;justify-content: center;border-bottom: 1px solid rgba(200, 200, 200, 1);}
/*		.top_con.active{width: 100%;height: calc(114px + (124 - 114) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(255,255,255,1);display: flex;justify-content: center;position: fixed;top:0px;z-index: 100;border-bottom: 1px solid rgba(255, 255, 255, .15);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);}*/

			.top_con .top_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));height: calc(114px + (124 - 114) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;display: flex;flex-wrap: wrap;align-items: center;}
				/*---logo---*/
				.top_con .top_b .top_logo{width: 29%;height: calc(87px + (104 - 87) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
					.top_con .top_b .top_logo img{width: calc(265px + (315 - 265) * ((100vw - 1280px) / (1920 - 1280)));}
				/*---nav---*/
				.top_con .top_b .top_txt{width: 71%;height: calc(87px + (104 - 87) * ((100vw - 1280px) / (1920 - 1280)));display: flex;}
				.top_con .top_b .top_txt .top_txt_L{width: 30%;height: calc(87px + (104 - 87) * ((100vw - 1280px) / (1920 - 1280)));display: flex;justify-content: flex-start;align-items: center;}
				.top_con .top_b .top_txt .top_txt_L .top_txt_L_L{width: auto;color: #d91a1c;font-size: 18px;font-weight: normal;text-align: center;padding-right: 10px;}
				.top_con .top_b .top_txt .top_txt_L .top_txt_L_R{width: auto;color: #d91a1c;font-size: 28px;font-weight: bold;text-align: center;}
				.top_con .top_b .top_txt .top_txt_R{width: 70%;height: calc(87px + (104 - 87) * ((100vw - 1280px) / (1920 - 1280)));color: #666;font-size: 15px;font-weight: normal;display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;align-content: center;}
				.top_con .top_b .top_txt .top_txt_R .top_txt_R_T{width: auto;text-align: right;margin-bottom: 8px;}
				.top_con .top_b .top_txt .top_txt_R .top_txt_R_B{width: auto;text-align: right;display: flex;}
				.top_con .top_b .top_txt .top_txt_R .top_txt_R_B img{margin:0 5px;}


				/*---search---*/
				.top_con .top_b .top_search{width: 8%;height: calc(114px + (124 - 114) * ((100vw - 1280px) / (1920 - 1280)));display: none;flex-wrap: wrap;justify-content: space-between;align-content: center;}
				.top_con .top_b .m_nav{display: none;}


/*			.top_nav{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));height: 56px;display: flex;flex-wrap: wrap;justify-content: flex-end;margin:auto;}
				.top_nav ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
				.top_nav ul a{color:#222;transition: color .4s;cursor: pointer;}
				.top_nav ul a:hover{color: #2c6cc3;}
				.top_nav ul li{height: 56px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 4px solid rgba(255,255,255,0);display: flex;flex-wrap: wrap;align-items: center;}
				.top_nav ul li:hover{height: 56px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 4px solid rgba(44,108,195,1);display: flex;flex-wrap: wrap;align-items: center;}
				.top_nav ul li:last-child:hover{height: 56px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 4px solid rgba(44,108,195,1);display: flex;flex-wrap: wrap;align-items: center;}*/


			/* 导航栏基础样式 */
			.top_nav{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));height: 56px;display: flex;flex-wrap: wrap;justify-content: flex-end;margin: auto;position: relative; /* 恢复相对定位，确保导航栏在banner上方 */z-index: 500; /* 导航栏自身层级 */}
			.top_nav ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin: 0;padding: 0;list-style: none;}
			.top_nav ul a{color: #222;text-decoration: none;transition: color .4s;cursor: pointer;}
			.top_nav ul a:hover{color: #2c6cc3;}
			.top_nav ul li{height: 56px;text-align: center;padding: 0 calc(8px + (16 - 8) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 4px solid rgba(255,255,255,0);display: flex;flex-wrap: wrap;align-items: center;position: relative; /* 为衔接区域提供定位 */}
			.top_nav ul li:hover{border-bottom: 4px solid rgba(44,108,195,1);}
			/* 下拉菜单样式 - 关键层级调整 */
			.dropdown-menu {position: fixed;top: calc(170px + (180 - 170) * ((100vw - 1280px) / (1920 - 1280)));left: 0;right: 0;width: 100%;background-color: white;box-shadow: 0 4px 12px rgba(0,0,0,0.1);z-index: 1000; /* 重要：设置足够高的层级覆盖banner */display: none;animation: fadeIn 0.3s ease;}
			/* 下拉菜单内容容器 */
			.dropdown-content {width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));margin: 0 auto;padding: 30px 0;display: flex;align-items: center;gap: 30px;}
			/* 左侧图片样式 */
			.dropdown-image {flex: 1;min-width: 300px;}
			.dropdown-image img {width: 275px;height: auto;display: block;border-radius: 4px;}
			/* 右侧文本区域样式 */
			.dropdown-text {flex: 2;min-width: 300px;}
			.dropdown-text h3 {margin: 0 0 20px 0;color: #1369d6;font-size: 22px;text-align: left;}
			/* 按钮样式 */
			.dropdown-buttons {display: flex;gap: 15px;flex-wrap: wrap;}
			.dropdown-btn {padding: 10px 40px;background-color: transparent;color: #222;text-decoration: none;border-radius: 4px;border: 1px solid #cecece;transition: all 0.4s;}
			.dropdown-btn:hover {background-color: transparent;color:#2c6cc3;border: 1px solid #2c6cc3;transition: all 0.4s;}
			/* 衔接区域样式 */
			.dropdown-connector {position: absolute;bottom: -10px;left: 0;right: 0;height: 20px;z-index: 1001; /* 确保衔接区域在下拉菜单上方 */}
			/* 淡入动画 */
			@keyframes fadeIn {
			    from { opacity: 0; transform: translateY(-10px); }
			    to { opacity: 1; transform: translateY(0); }
			}




		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: 4px auto 0;background: #fff;}
			.swiper-slide img{width: 100%;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 0px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}

		.banner_tem{display: none;}





		/*---1---*/
		.con1{width: 100%;height: auto;margin: auto;background: #fff;padding: 2rem 0;}
			.con1 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));min-height:300px; margin: 15px auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con1 .con_b .tszk{width: 30%;min-height:300px;}
			.con1 .con_b .tszk .list{width: 100%;}
			.con1 .con_b .tszk .list .pic_list{width: 100%;position: relative;}
			.con1 .con_b .tszk .list .pic_list .pic_b{width: 100%;}
			.con1 .con_b .tszk .list .pic_list .txt_b{width: 100%;line-height: 42px;position: absolute;background: rgba(0,0,0,.5);z-index: 1000;bottom: 4px;left: 0;color: #fff;font-size: 16px;font-weight: 600;text-align: center;}
			.con1 .con_b .tszk .list .pic_list .txt_b a{width: 100%;line-height: 42px;color: #fff;transition:color 0.4s;}
			.con1 .con_b .tszk .list .pic_list .txt_b a:hover{width: 100%;line-height: 36px;color: #6a8de1;}

			.con1 .con_b .xwgg{width: 50%;min-height:300px;}
				.con1 .con_b .xwgg .title{width: 96%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con1 .con_b .xwgg .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}
				.con1 .con_b .xwgg .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
				.con1 .con_b .xwgg .title .more a{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;transition: color 0.4s;}
				.con1 .con_b .xwgg .title .more a:hover{width: auto;line-height: 52px;text-align: left;color: #0031a8;font-size: 13px;font-weight: 400;transition: color 0.4s;}

				.con1 .con_b .xwgg .istop{width: 96%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: center;padding:20px 0;}
					.con1 .con_b .xwgg .istop .news-title{width: 100%;margin: auto;text-align: left;font-size: 18px;line-height:36px;color: #e4181a;transition: color 0.4s;}
					.con1 .con_b .xwgg .istop:hover .news-title{width: 100%;margin: auto;text-align: left;font-size: 18px;line-height:36px;color: #243766;transition: color 0.4s;}
					.con1 .con_b .xwgg .istop .news-summary{width: 100%;margin: auto;text-align: left;font-size: 14px;line-height:26px;color: #666;}

				.con1 .con_b .xwgg .list{width: 96%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: center;padding:10px 0;}
				.con1 .con_b .xwgg .list ul{width: 100%;display: flex;flex-direction: column;}
				.con1 .con_b .xwgg .list ul li{width: 100%;display: flex;}
				.con1 .con_b .xwgg .list ul li .news-list-title{width: 80%;color: #222;font-size: 16px;text-align: left;line-height: 34px;transition: all 0.4s;}
				.con1 .con_b .xwgg .list ul li:hover .news-list-title{width: 80%;color: #243766;font-size: 16px;text-align: left;line-height: 34px;transition: all 0.4s;padding-left: 5px;}
				.con1 .con_b .xwgg .list ul li .news-list-title i{color: #f00;font-size:14px;margin-right: 5px;}
				.con1 .con_b .xwgg .list ul li .news-list-date{width: 20%;color: #999;font-size: 14px;text-align: right;line-height: 34px;}


			.con1 .con_b .kjjy{width: 20%;min-height:300px;}
			.con1 .con_b .kjjy ul{width: 100%;height: 100%;display: flex;flex-wrap: wrap;}
			.con1 .con_b .kjjy ul li{width: 50%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
			.con1 .con_b .kjjy ul li a{width: 100%;height:100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
			.con1 .con_b .kjjy ul li .icon-list{width: 90%;height: 90%;background: rgba(237,242,248,1);border:1px solid rgba(231,229,229,1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;transition: all 0.4s;}

			.con1 .con_b .kjjy ul li .icon-list:hover{width: 90%;height: 90%;background: rgba(19,105,214,1);border:1px solid rgba(19,105,214,1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;transition: all 0.4s;}
		
			.con1 .con_b .kjjy ul li .icon-list .icon{height: 60%;display: flex;transition: filter 0.3s ease;justify-content: center;align-items: center;flex-wrap: wrap;align-content: center;}
			.con1 .con_b .kjjy ul li .icon-list .icon img{width: 96%;margin:auto;}
			.con1 .con_b .kjjy ul li .icon-list:hover .icon{filter: grayscale(100%) brightness(300%);}
			.con1 .con_b .kjjy ul li .icon-list .icon-txt{width: 96%;height: 40%;line-height: 24px;font-size: 14px;color: #222;text-align: center;margin:auto;transition: all 0.4s;}
			.con1 .con_b .kjjy ul li .icon-list:hover .icon-txt{width: 96%;height: 40%;line-height: 24px;font-size: 14px;color: #fff;text-align: center;margin:auto;transition: all 0.4s;}




		/*---2---*/
		.con2{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con2 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}

			.con2 .con_b .ksdh{width: 100%;min-height:300px;}
				.con2 .con_b .ksdh .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con2 .con_b .ksdh .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}
				.con2 .con_b .ksdh .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
				.con2 .con_b .ksdh .title .more a{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;transition: color 0.4s;}
				.con2 .con_b .ksdh .title .more a:hover{width: auto;line-height: 52px;text-align: left;color: #0031a8;font-size: 13px;font-weight: 400;transition: color 0.4s;}

				.con2 .con_b .ksdh .ksdh-list{width: 100%;}
				.con2 .con_b .ksdh .ksdh-list ul{width: 100%;display: flex;flex-wrap: wrap;margin-top: 30px;}
				.con2 .con_b .ksdh .ksdh-list ul li{width: 16.5%;display: flex;flex-wrap: wrap; justify-content: center;align-items: center;}
				.con2 .con_b .ksdh .ksdh-list ul li .btn_b{width: 96%;display: flex;flex-wrap: wrap; justify-content: center;align-items: center;margin:5px 0;}
				.con2 .con_b .ksdh .ksdh-list ul li .btn_b a{width: 100%;background: transparent;border:1px solid #ccc;border-radius: 4px;color: #222;font-size: 16px;line-height: 46px;text-align: center;transition: all 0.4s;cursor: pointer;}
				.con2 .con_b .ksdh .ksdh-list ul li:hover .btn_b a{width: 100%;background: #1369d6;border:1px solid #1369d6;border-radius: 4px;color: #fff;font-size: 16px;line-height: 46px;text-align: center;transition: all 0.4s;cursor: pointer;}
				


		/*---3---*/
		.con3{width: 100%;height: auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 1rem 0 0;}
			.con3 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;background: #1369d6;border-radius: 4px;position: relative;padding: 1.6rem 0 1rem;}
			.con3 .con_b .line{width: 70%;margin: auto;position: relative;z-index: 20;padding: 1rem 0;}
			.con3 .con_b .line hr{width: 80%;margin:auto;border:1px solid #fff;}
			.con3 .con_b .big_txt{margin: -43px auto 0;width: 42%;position: relative;z-index: 30;font-size: 24px;font-weight: 400;text-align: center;color: #fff;line-height: 52px;background: #1369d6;}
			.con3 .con_b .small_txt{width: 50%;margin: auto;position: relative;z-index: 30;font-size: 16px;font-weight: 200;text-align: center;color: #fff;line-height: 34px;}




		/*---4---*/
		.con4{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con4 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .con_b .zjtd{width: 100%;min-height:300px;}
				.con4 .con_b .zjtd .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con4 .con_b .zjtd .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}
				.con4 .con_b .zjtd .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
				.con4 .con_b .zjtd .title .more a{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;transition: color 0.4s;}
				.con4 .con_b .zjtd .title .more a:hover{width: auto;line-height: 52px;text-align: left;color: #0031a8;font-size: 13px;font-weight: 400;transition: color 0.4s;}

				.con4 .con_b .zjtd .zjtd-list{width: 100%;margin: 30px auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .con_b .zjtd .zjtd-list .expert-list{width: 100%;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .pic_b{width: 40%;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .pic_b a{width: 100%;height: 100%;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .pic_b a img{width: 100%;}

					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b{width: 60%;display: flex;flex-direction: column;align-items: center;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b .name{width: 92%;text-align: left;font-size: 16px;color: #222;font-weight: 600;line-height: 30px;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b .name a{width: 92%;text-align: left;font-size: 16px;color: #222;font-weight: 600;line-height: 30px;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b .zc{width: 92%;text-align: left;font-size: 14px;color: #222;font-weight: 400;line-height: 26px;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b .ks{width: 92%;text-align: left;font-size: 14px;color: #222;font-weight: 400;line-height: 26px;margin-bottom: 2px;}
					.con4 .con_b .zjtd .zjtd-list .expert-list .txt_b .summary{width: 92%;text-align: left;font-size: 14px;color: #666;font-weight: 200;line-height: 22px;border-top:1px solid #cdcdcd;padding-top:14px;}
		/*---4---*/
		.con4_mo{width: 100%;height:auto;background: #fff;display: none;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}


		/*---5---*/
		.con5{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con5 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con5 .con_b .con_b_L{width: 65%;min-height:300px;}
					.con5 .con_b .con_b_L .yygk{width: 100%;}
						.con5 .con_b .con_b_L .yygk .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
						.con5 .con_b .con_b_L .yygk .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}
						.con5 .con_b .con_b_L .yygk .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
						.con5 .con_b .con_b_L .yygk .title .more a{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;transition: color 0.4s;}
						.con5 .con_b .con_b_L .yygk .title .more a:hover{width: auto;line-height: 52px;text-align: left;color: #0031a8;font-size: 13px;font-weight: 400;transition: color 0.4s;}
					


					.con5 .con_b .con_b_L .content{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 25px;}
					.con5 .con_b .con_b_L .content-pic{width: 47%;}
					.con5 .con_b .con_b_L .content-txt{width: 53%;}
					.con5 .con_b .con_b_L .content-txt .summary{width: 92%;margin: auto;font-size: 16px;color: #222;line-height: 28px;text-align: left;margin-bottom: 20px;}
					.con5 .con_b .con_b_L .content-txt .btn{width: 120px;font-size: 14px;line-height: 34px;text-align: center;border: 1px solid #ccc;transition: all 0.3s;margin-left: auto;margin-right: 2%;}
					.con5 .con_b .con_b_L .content-txt .btn:hover{width: 120px;font-size: 14px;line-height: 34px;text-align: center;border: 1px solid #0031a8;color:#0031a8;transition: all 0.3s;margin-left: auto;margin-right: 2%;}
					.con5 .con_b .con_b_L .content-txt .btn a{width: 100%;font-size: 14px;color: #ccc;line-height: 34px;text-align: center;transition: all 0.3s;display: block;}
					.con5 .con_b .con_b_L .content-txt .btn a:hover{color:#0031a8;}



				.con5 .con_b .con_b_R{width: 35%;display: flex;justify-content: flex-end;}
				.con5 .con_b .con_b_R ul{width: 92%;height: 100%;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: space-evenly;}
				.con5 .con_b .con_b_R ul li{width: 100%;display: flex;}
				.con5 .con_b .con_b_R ul li a{width: 100%;}
				.con5 .con_b .con_b_R ul li .icon_b{width: 96%;height:94px;margin:auto;border-radius: 4px;background: #10a0e4;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
				.con5 .con_b .con_b_R ul li:nth-child(2) .icon_b{width: 96%;height:94px;margin:auto;display: flex;border-radius: 4px;background: #02b2b5;}
				.con5 .con_b .con_b_R ul li:last-child .icon_b{width: 96%;height:94px;margin:auto;display: flex;border-radius: 4px;background: #ebb64c;}

				.con5 .con_b .con_b_R ul li .icon_b .icon{width: 30%;text-align: right;}
				.con5 .con_b .con_b_R ul li .icon_b .txt{width: 66%;text-align: left;color: #fff;}
				.con5 .con_b .con_b_R ul li .icon_b .txt .number{width: 100%;font-size: 24px;font-weight: 600;line-height: 32px;}
				.con5 .con_b .con_b_R ul li .icon_b .txt .name{width: 100%;font-size: 14px;font-weight: 400;line-height: 22px;}





		/*---6---*/
		.con6{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con6 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con6 .con_b .con_b_L{width: 65%;min-height:300px;}
					.con6 .con_b .con_b_L .jkjt{width: 100%;}
						.con6 .con_b .con_b_L .jkjt .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
						.con6 .con_b .con_b_L .jkjt .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}
						.con6 .con_b .con_b_L .jkjt .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
						.con6 .con_b .con_b_L .jkjt .title .more a{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;transition: color 0.4s;}
						.con6 .con_b .con_b_L .jkjt .title .more a:hover{width: auto;line-height: 52px;text-align: left;color: #0031a8;font-size: 13px;font-weight: 400;transition: color 0.4s;}
					


					.con6 .con_b .con_b_L .list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 25px;}
					.con6 .con_b .con_b_L .list .istop{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con6 .con_b .con_b_L .list .istop a{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con6 .con_b .con_b_L .list .istop-pic{width: 26%;}
					.con6 .con_b .con_b_L .list .istop-pic img{width: 100%;margin:auto;}
					.con6 .con_b .con_b_L .list .istop-txt{width: 72%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.con6 .con_b .con_b_L .list .istop-txt-title{width: 96%;font-weight: 600;font-size: 18px;color: #222;text-align: left;line-height: 36px;transition: all 0.4s;margin-top: 0px;}
					.con6 .con_b .con_b_L .list .istop-txt-summary{width: 96%;font-weight: 400;font-size: 14px;color: #999;text-align: left;line-height: 26px;transition: all 0.4s;}

					.con6 .con_b .con_b_L .list:hover .istop-txt-title{width: 96%;font-weight: 600;font-size: 18px;color: #0031a8;text-align: left;line-height: 36px;transition: all 0.4s;margin-top: 5px;}
					.con6 .con_b .con_b_L .list:hover .istop-txt-summary{width: 96%;font-weight: 400;font-size: 14px;color: #999;text-align: left;line-height: 26px;transition: all 0.4s;}



					.con6 .con_b .con_b_L .no-istop{width: 100%;}
					.con6 .con_b .con_b_L .no-istop ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con6 .con_b .con_b_L .no-istop ul li{width: 50%;display: flex;flex-wrap: wrap;}
					.con6 .con_b .con_b_L .no-istop ul li a{width: 100%;display: flex;flex-wrap: wrap;color: #222;transition: all 0.4s;margin-top:0px;}
					.con6 .con_b .con_b_L .no-istop ul li a:hover{width: 100%;display: flex;flex-wrap: wrap;color: #0031a8;transition: all 0.4s;margin-top:-5px;}
					.con6 .con_b .con_b_L .no-istop ul li .no-istop-txt{width: 96%;display: flex;flex-wrap: wrap;justify-content: space-between;margin:auto;}
					.con6 .con_b .con_b_L .no-istop ul li .no-istop-txt .istop-txt-title{width: 80%;line-height:36px;}
					.con6 .con_b .con_b_L .no-istop ul li .no-istop-txt .istop-txt-title i{color: #f00;font-size:14px;margin-right: 5px;}
					.con6 .con_b .con_b_L .no-istop ul li .no-istop-txt .istop-txt-date{width: 20%;line-height:36px;color: #ccc;font-size: 13px;}



				.con6 .con_b .con_b_R{width: 31%;display: flex;flex-direction: column;}
					.con6 .con_b .con_b_R .yywz{width: 100%;}
						.con6 .con_b .con_b_R .yywz .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
						.con6 .con_b .con_b_R .yywz .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #222;font-size: 24px;font-weight: 600;}

					.con6 .con_b .con_b_R .content{width: 100%;}
					.con6 .con_b .con_b_R .content-map{width: 100%;padding-top: 20px;}
					.con6 .con_b .con_b_R .content-map img{width: 100%;}



		/*---7---*/
		.con7{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;margin-bottom: 2rem;}
			.con7 .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con7 .con_b .pic_team{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}


			.con7 .con_b .pic_team .pic_team1{width: 22%;display: flex;flex-direction: column;}
				.con7 .con_b .pic_team .pic_team1 .pic_team1-title{width: 100%;background: rgba(19,105,214,1);height: 165px;color:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
				.con7 .con_b .pic_team .pic_team1 .pic_team1-title .big_txt{width: 100%;line-height: 36px;text-align: center;font-size: 24px;}
				.con7 .con_b .pic_team .pic_team1 .pic_team1-title .small_txt{width: 100%;height: 26px;text-align: center;font-size: 16px;}
				.con7 .con_b .pic_team .pic_team1 .pic_team1-pic{width: 100%;}
				.con7 .con_b .pic_team .pic_team1 .pic_team1-pic img{width: 100%;}


			.con7 .con_b .pic_team .pic_team2{width: 28%;display: flex;flex-direction: column;}
				.con7 .con_b .pic_team .pic_team2 .pic_team2-pic1{width: 100%;}
				.con7 .con_b .pic_team .pic_team2 .pic_team2-pic1 img{width: 100%;}

				.con7 .con_b .pic_team .pic_team2 .pic_team2-pic2{width: 100%;}
				.con7 .con_b .pic_team .pic_team2 .pic_team2-pic2 img{width: 100%;}





			.con7 .con_b .pic_team .pic_team3{width: 30%;display: flex;flex-direction: column;}
				.con7 .con_b .pic_team .pic_team3 .pic_team3-pic{width: 100%;}
				.con7 .con_b .pic_team .pic_team3 .pic_team3-pic img{width: 100%;}
				.con7 .con_b .pic_team .pic_team3 .pic_team3-title{width: 100%;background: rgba(14,186,189,1);height: 107px;color:#fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
				.con7 .con_b .pic_team .pic_team3 .pic_team3-title .big_txt{width: 100%;line-height: 36px;text-align: center;font-size: 24px;}
				.con7 .con_b .pic_team .pic_team3 .pic_team3-title .small_txt{width: 100%;height: 26px;text-align: center;font-size: 16px;}


			.con7 .con_b .pic_team .pic_team4{width: 18%;display: flex;flex-direction: column;}
				.con7 .con_b .pic_team .pic_team4 .pic_team4-pic1{width: 100%;}
				.con7 .con_b .pic_team .pic_team4 .pic_team4-pic1 img{width: 100%;}

				.con7 .con_b .pic_team .pic_team4 .pic_team4-pic2{width: 100%;}
				.con7 .con_b .pic_team .pic_team4 .pic_team4-pic2 img{width: 100%;}






		/*---btm---*/
		.con_btm{width: 100%;height:auto;background: #f3f3f3;display: flex;flex-wrap: wrap;justify-content: center;border-top:4px solid  rgba(19,105,214,1);}
			.con_btm .con_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 2rem;}
				/**/
				.con_btm .con_b .logo-b{width: 28%;display: flex;flex-direction: column;}
					.con_btm .con_b .logo-b .logo{width: auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
						.con_btm .con_b .logo-b .logo img{display: block;}
					.con_btm .con_b .logo-b .txt{width: auto;text-align: center;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));line-height: 62px;color: #666;}
				/**/
				.con_btm .con_b .nav-b{width: 46%;display: flex;flex-direction: column;align-items: center;position: relative; /* 新增：为伪元素提供定位参考 */padding-left:5px; /* 给左侧竖线留出空间 */}
				.con_btm .con_b .nav-b:before{content: '';display: block; /* 改为块级元素 */border-left: 1px solid #dedede;position: absolute; /* 绝对定位到左侧 */left: 0; /* 靠左侧对齐 */top: 0; /* 从顶部开始 */height: 100%; /* 高度与父元素一致 */}
					.con_btm .con_b .nav-b .nav{width: 92%;}
						.con_btm .con_b .nav-b .nav ul{width: 100%;display: flex;}
						.con_btm .con_b .nav-b .nav ul li{width: 14.5%;display: flex;}
							.con_btm .con_b .nav-b .nav ul li:before{content: '';display: inline-block;border-right: none;margin: 1px;height: 16px;align-self: center;}
							.con_btm .con_b .nav-b .nav ul li:after{content: '';display: inline-block;border-right: 1px solid #666;margin: 4px;height: 16px;align-self: center;}
							.con_btm .con_b .nav-b .nav ul li:last-child:after{content: '';display: inline-block;border-right: none;margin: 4px;height: 16px;align-self: center;}
						.con_btm .con_b .nav-b .nav ul li a{width: 100%;line-height: 36px;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280))); transition: all 0.4s;}
						.con_btm .con_b .nav-b .nav ul li a:hover{width: 100%;line-height: 36px;color: #0031a8;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280))); transition: all 0.4s;}

					.con_btm .con_b .nav-b .contact{width: 92%;}
					.con_btm .con_b .nav-b .contact p{width: 100%;line-height: 36px;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));margin: 0 4px 0 4px;}
					

				/**/
				.con_btm .con_b .qrcode-b{width: 22%;display: flex;}
				.con_btm .con_b .qrcode-b .qrcode_mo{display: flex;flex-wrap: wrap;justify-content: center;line-height: 46px;align-content: flex-start;}
				.con_btm .con_b .qrcode-b .qrcode_mo img{width: 129px;height: 129px;}
				.con_btm .con_b .qrcode-b .qrcode_weichat{display: flex;flex-wrap: wrap;justify-content: center;line-height: 46px;align-content: flex-start;}
				.con_btm .con_b .qrcode-b .qrcode_weichat img{width: 129px;height: 129px;}




			/**/	
				#search_pc_list{padding: 0;position: fixed;background: #fff !important;top: -100%;left: 0;height: 20vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 0;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
				#search_pc_list .close{margin-bottom: 15px;margin-right: 17%;}
				#search_pc_list .close i{color: #222;}
				#search_pc_list form{width: 100%;}
				#search_pc_list .input-box{width: 100%;display: flex;justify-content: center;}
				#search_pc_list .input-box .input_txt{width: 60%;border:1px solid rgba(112,187,45,1); color: #222;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#search_pc_list .input-box .input_btn{width: 5%;border:1px solid rgba(112,187,45,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(112,187,45,1);}
				#search_pc_list.active{top: 0;}

				#m_nav_list{position: fixed;left: 100%;}
				#m_search_list{display: none;}
			/**/






		/*---tem---*/



		.banner-tem{width: 100%;height: auto;margin-top:4px;background: #fff;}
		.banner-tem img{width: 100%;}

		.banner-tem-mo{display: none;}
		.banner-tem-mo img{width: 100%;}



		.con_tem{width: 100%;height: auto;margin: auto;background: #edf2f8;padding-bottom: 20px;}
			.con_tem .con_bread_b{width: 100%;margin: -4px auto 0;background: #ededed;height: 66px;}
				.con_tem .con_bread_b .braed{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;height: 66px;line-height: 66px;text-align: left;font-size: 14px;color:#333;font-weight: 600;}
				.con_tem .con_bread_b .braed i{margin-right: 6px;}
				.con_tem .con_bread_b .braed a{line-height: 66px;text-align: left;font-size: 14px;color:#2c6cc3;transition: color 0.4s;font-weight: 600;}
				.con_tem .con_bread_b .braed a:hover{line-height: 66px;text-align: left;font-size: 14px;color:#333;transition: color 0.4s;font-weight: 600;}





			.con_tem .con_tem_b{width: calc(1140px + (1200 - 1140) * ((100vw - 1280px) / (1920 - 1280)));margin: 30px auto;display: flex;flex-wrap: wrap; justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_l{width: 26%;}
				.con_tem .con_tem_b .con_tem_b_l .nav{width: 100%;}
				.con_tem .con_tem_b .con_tem_b_l .nav:last-child{width: 100%;margin-top: 20px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title{width: 100%;background: rgba(19,105,214,1);border-radius: 6px 6px 0 0;display: flex;flex-wrap: wrap;justify-content: center;padding:35px 0;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title .en{width: 80%;line-height: calc(28px + (34 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color: #fff;font-weight: 400;text-transform: uppercase;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title .ch{width: 80%;line-height: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color: #fff;font-weight: 400;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title .ch .line{width: 10%;border-bottom: 2px solid #fff;margin-top: 20px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list{width: 100%;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul{width: 100%;display: flex;flex-wrap: wrap;}

				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li{width: 100%;background: #fff;border-left:1px solid #dedede;border-right:1px solid #dedede;border-bottom: 1px solid #dedede;transition: all 0.4s;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li:hover{width: 100%;background: #fff;border-left:1px solid #2c6cc3;border-right:1px solid #dedede;border-bottom: 1px solid #dedede;transition: all 0.4s;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a{width: 84%;margin: 5px auto;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (1920 - 1280)));padding-left: 30px;color:#222;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));display: block;background: #fff;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a:hover{width: 84%;margin: 5px auto;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (1920 - 1280)));padding-left: 30px;color:#fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));display: block;background: #7bb1f5;}




				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy{width: 100%;margin:0px auto 10px;background: #fff;overflow: hidden;padding-bottom: 40px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul{width: 100%;height: 100%;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li{width: 50%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li a{width: 100%;height:100%;padding: 20px 0;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list{width: 90%;height: 90%;background: rgba(237,242,248,1);border:1px solid rgba(231,229,229,1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;transition: all 0.4s;}

				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list:hover{width: 90%;height: 90%;background: rgba(19,105,214,1);border:1px solid rgba(19,105,214,1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;transition: all 0.4s;}
			
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list .icon{height: 60%;display: flex;transition: filter 0.3s ease;justify-content: center;align-items: center;flex-wrap: wrap;align-content: center;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list .icon img{width: 96%;margin:auto;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list:hover .icon{filter: grayscale(100%) brightness(300%);}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list .icon-txt{width: 96%;height: 40%;line-height: 24px;font-size: 14px;color: #222;text-align: center;margin:auto;transition: all 0.4s;}
				.con_tem .con_tem_b .con_tem_b_l .nav .kjjy ul li .icon-list:hover .icon-txt{width: 96%;height: 40%;line-height: 24px;font-size: 14px;color: #fff;text-align: center;margin:auto;transition: all 0.4s;}





				.con_tem .con_tem_b .con_tem_b_r{width: 73%;background: #fff;border-radius: 6px;padding-top: 18px;}
				.con_tem .con_tem_b .con_tem_b_r .title{width: 96%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_r .title .txt{width: auto;border-bottom: 2px solid #0031a8;line-height: 52px;text-align: left;color: #0031a8;font-size: 20px;font-weight: 600;}



				.con_tem .con_tem_b .con_tem_b_r .content{width: 96%;margin: 30px auto;}
				.con_tem .con_tem_b .con_tem_b_r .content p{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));}



				.con_tem .con_tem_b .con_tem_b_r .content_case{width:96%;margin: 30px auto 0;}
				.con_tem .con_tem_b .con_tem_b_r .content_case p{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));}

				.con_tem .con_tem_b .con_tem_b_r .content_case ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li{width: 33%;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom:36px;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list{width: 92%;background: #eee;display: flex;flex-wrap: wrap;justify-content: center;padding-top: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border:1px solid #eee;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list:hover{width: 92%;background: #eee;display: flex;flex-wrap: wrap;justify-content: center;padding-top: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border:1px solid #1d47ad;}
				
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .pic{width: 90%;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .pic img{width: 100%;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .title{width: 90%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #898989;line-height: calc(34px + (46 - 34) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .btn_b{margin: 10px auto 20px;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .btn_b a{display: flex;flex-wrap: wrap;justify-content: flex-start;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .btn_b .btn{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;line-height: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #1d47ad;padding: calc(6px + (8 - 6) * ((100vw - 1280px) / (1920 - 1280)))  calc(10px + (25 - 10) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border-radius: 6px;}
				.con_tem .con_tem_b .con_tem_b_r .content_case ul li .list .btn_b .btn:hover{font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;line-height: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #00aeff;padding: calc(6px + (8 - 6) * ((100vw - 1280px) / (1920 - 1280)))  calc(10px + (25 - 10) * ((100vw - 1280px) / (1920 - 1280)));border-radius: 6px;}







				.con_tem .con_tem_b .con_tem_b_r .content_pro{width:96%;margin:30px auto 0;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro p{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li{width: 50%;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom:12px;cursor: pointer;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list{width: 97%;background: rgb(235, 247, 253);display: flex;flex-direction: column;padding-top: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border:1px solid #eee;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list:hover{width: 97%;background: rgb(235, 247, 253);display: flex;flex-direction: column;padding-top: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border:1px solid rgba(44,108,195,0.3);}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top{width: 96%;display: flex;flex-wrap: wrap;justify-content: space-between;margin:auto;}





				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left{width: 60%;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .name{width: 98%;text-align: left;color:#007bff;line-height: 36px;font-size: 20px;font-weight: 600;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .ks{width: 98%;text-align: left;color:#222;line-height: 36px;font-size: 14px;font-weight: 400;border-bottom: 1px solid #ccc;display:flex;align-items: center;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .ks span{font-weight: 600;}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .zw{width: 98%;text-align: left;color:#222;line-height: 36px;font-size: 14px;font-weight: 400;border-bottom: 1px solid #ccc;display:flex;align-items: center;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .zw span{font-weight: 600;}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .zc{width: 98%;text-align: left;color:#222;line-height: 36px;font-size: 14px;font-weight: 400;border-bottom: 1px solid #ccc;display:flex;align-items: center;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left .zc span{font-weight: 600;}


				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-right{width: 38%;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-right img{width: 100%;}


				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-btm{width: 96%;display: flex;flex-wrap: wrap;justify-content: space-between;margin:auto;padding: 16px 2% 6px;font-size: 14px;line-height: 24px;color: #666;}



				.con_tem .con_tem_b .con_tem_b_r .content_news{width:96%;margin:10px auto 0;}
				.con_tem .con_tem_b .con_tem_b_r .content_news p{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 1280px) / (1920 - 1280)));}

				.con_tem .con_tem_b .con_tem_b_r .content_news ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom:36px;cursor: pointer;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list{width: 98%;background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;padding: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border-bottom: 1px solid #ddd;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list:hover{width: 98%;background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;padding: calc(10px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;border-bottom: 1px solid #ddd;}

				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt{width: 100%;display: flex;flex-direction: column;margin-top: calc(7px + (13 - 7) * ((100vw - 1280px) / (1920 - 1280)));}

				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt a{width: 100%;display: flex;flex-wrap: wrap;}

				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt .news-title{width: 100%;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));color: #222;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;padding-left: 2%;font-weight: 600;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt:hover .news-title{width: 100%;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));color: #0031a8;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;padding-left: 2%;font-weight: 600;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt .summary{width: 100%;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #222;line-height: calc(22px + (26 - 22) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;padding-left: 2%;font-weight: 400;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .txt .date{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #222;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;padding-left: 2%;}




/*  #tszk > .swiper-pagination-fraction,
  #tszk > .swiper-pagination-custom,
  #tszk > .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 15px;
    left: 140px;
    width: 100%;
  }




  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
  }*/
}



.text-secondary{width: 96%;display: flex;justify-content: space-between;margin: 2rem auto;}
.text-secondary a {color: #0a598f;}
.lh-2 {line-height: 2;}
.text-secondary .prov{padding:5px 15px; color: #0a598f;background-color: #fff;border: 1px solid #0a598f;}
.text-secondary .next{padding:5px 15px; color: #0a598f;background-color: #fff;border: 1px solid #0a598f;}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0a598f;
	background-color: #fff;
	border: 1px solid #0a598f;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0a598f;
	border-color: #0a598f;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0a598f;
  background-color: #fff;
  border: 1px solid #0a598f;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0a598f;
  border-color: #0a598f;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
