@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: 1180px) and (min-width: 300px){
	
	.container{width: 100%;height: auto;}
		.top_con{width: 100%;height:auto;background: rgba(255,255,255,1);display: flex;justify-content: center;border-bottom: 1px solid rgba(200, 200, 200, 1);}

			.top_con .top_b{width: 98%;height:auto;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));font-weight:600;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding: 10px 0 10px 1%;}
				/*---logo---*/
				.top_con .top_b .top_logo{width: 45%;height: auto;display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
					.top_con .top_b .top_logo img{width: calc(180px + (190 - 180) * ((100vw - 300px) / (1180 - 300)));}
				/*---nav---*/
				.top_con .top_b .top_txt{width: 40%;height: auto;display: flex;}
				.top_con .top_b .top_txt .top_txt_L{width: 100%;height: auto;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: 13px;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: 13px;font-weight: bold;text-align: center;}
				.top_con .top_b .top_txt .top_txt_R{width: 70%;height: auto;color: #666;font-size: 15px;font-weight: normal;display: none;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:auto;display: block;flex-wrap: wrap;justify-content: space-between;align-content: center;color:#222;}
				.top_con .top_b .m_nav{display: block;}




			/* 导航栏基础样式 */
			.top_nav{width:98%;height: 56px;display: none;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 - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));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:98%;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); }
			}


		/**/
			#m_nav_list{padding: 0;position: fixed;background:#fff;top: 0;left: 100%;height: 100vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 60px 8% 0 8%;z-index:999999;}
			#m_nav_list .close{margin-bottom: 15px;color: #222;}
			#m_nav_list ul{overflow: hidden;}
			#m_nav_list ul li{width: 85%;}

			#m_nav_list .link-con,#m_nav_list .slide-link{display: block;padding: 0;color: #222;font-weight: bold;border-bottom: 1px solid rgba(255,255,255,.15);height:70px;line-height: 70px;background: url(../img/arrow.png) right center no-repeat;background-size:8px auto;font-size: 15px;margin: 0;text-align: center;}
			#m_nav_list .link-con:hover{color: #222;}

			#m_nav_list.active{left: 0;}
		/**/



		.banner{display: none;}


		.banner_tem{width: 100%;height: auto;position: relative;z-index: 10;margin: 0px auto;background: url(../images/banner.jpg) no-repeat top center;background-size: cover;}
			.swiper-slide img{width: 100%;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 60px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}




		/*---1---*/
		.con1{width: 100%;height: auto;margin: auto;background: #fff;padding: 2rem 0;}
			.con1 .con_b{width:98%;min-height:300px; margin: 15px auto;display: flex;flex-wrap: wrap;flex-}
			.con1 .con_b .tszk{width: 30%;min-height:300px;display: none;}
			.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: 100%;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: 100%;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:98%;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: 50%;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:98%;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;background: #1369d6;border-radius: 4px;position: relative;padding: 0.7rem 0 0.2rem;}
			.con3 .con_b .line{width: 96%;margin: auto;position: relative;z-index: 20;padding: 1rem 0;}
			.con3 .con_b .line hr{width: 98%;margin:auto;border:1px solid #fff;}
			.con3 .con_b .big_txt{margin: -43px auto 0;width: 74%;position: relative;z-index: 30;font-size: 15px;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;display: none;}




		/*---4---*/
		.con4{width: 100%;height:auto;background: #fff;display: none;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}

		/*---4---*/
		.con4_mo{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con4_mo .con_b{width:98%;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4_mo .con_b .zjtd{width: 100%;min-height:300px;}
				.con4_mo .con_b .zjtd .title{width: 100%;border-bottom: 1px solid #cdcdcd;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con4_mo .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_mo .con_b .zjtd .title .more{width: auto;line-height: 52px;text-align: left;color: #666;font-size: 13px;font-weight: 400;}
				.con4_mo .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_mo .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_mo .con_b .zjtd .zjtd-list{width: 100%;margin: 30px auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4_mo .con_b .zjtd .zjtd-list .expert-list{width: 100%;margin: auto;display: flex;flex-wrap: wrap;flex-direction: column;}
					.con4_mo .con_b .zjtd .zjtd-list .expert-list .pic_b{width: 100%;text-align: center;}
					.con4_mo .con_b .zjtd .zjtd-list .expert-list .pic_b a{width: 100%;height: 100%;}
					.con4_mo .con_b .zjtd .zjtd-list .expert-list .pic_b a img{width: 90%;}

					.con4_mo .con_b .zjtd .zjtd-list .expert-list .txt_b{width: 100%;display: flex;flex-direction: column;align-items: center;}
					.con4_mo .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_mo .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_mo .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_mo .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;}

		/*---5---*/
		.con5{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con5 .con_b{width:98%;display: flex;flex-wrap: wrap;flex-direction: column;}
				.con5 .con_b .con_b_L{width: 100%;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;flex-direction: column;padding-top: 25px;}
					.con5 .con_b .con_b_L .content-pic{width: 100%;}
					.con5 .con_b .con_b_L .content-pic img{width: 100%;display: block;}
					.con5 .con_b .con_b_L .content-txt{width: 100%;margin-top: 30px;}
					.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: 15px auto;}
					.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: 15px auto;}
					.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:100%;display: flex;justify-content: flex-end;}
				.con5 .con_b .con_b_R ul{width: 100%;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;margin: 5px auto;}
				.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:98%;display: flex;flex-wrap: wrap;flex-direction: column;}
				.con6 .con_b .con_b_L{width: 98%;margin:auto;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;flex-direction: column;}
					.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: 100%;}
					.con6 .con_b .con_b_L .list .istop-pic img{width: 100%;margin:auto;}
					.con6 .con_b .con_b_L .list .istop-txt{width: 100%;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: 0px auto 10px;}
					.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: 98%;margin: 20px auto 0;}
					.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: 100%;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: 98%;margin:auto;display: none;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%;}



		/*---7---*/
		.con7{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0 0;}
			.con7 .con_b{width:98%;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con7 .con_b .pic_team{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;}


			.con7 .con_b .pic_team .pic_team1{width: 100%;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: 100%;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: 100%;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: 100%;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;margin-top: 0;border-top:4px solid  rgba(19,105,214,1);padding-bottom: 30px;}
			.con_btm .con_b{width:98%;display: flex;flex-wrap: wrap;padding-top: 2rem;flex-direction: column;}
				/**/
				.con_btm .con_b .logo-b{width: 100%;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;width: 48%;}
					.con_btm .con_b .logo-b .txt{width: auto;text-align: center;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));line-height: 62px;color: #666;}
				/**/
				.con_btm .con_b .nav-b{width: 100%;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%;display: none;}
						.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 - 300px) / (1180 - 300))); 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 - 300px) / (1180 - 300))); transition: all 0.4s;}

					.con_btm .con_b .nav-b .contact{width: 96%;margin:auto;}
					.con_btm .con_b .nav-b .contact p{width: 100%;line-height: 22px;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1180 - 300)));text-align: center;}
					

				/**/
				.con_btm .con_b .qrcode-b{width: 100%;display: none;}
				.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(0,147,181,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(0,147,181,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(0,147,181,1);}
				#search_pc_list.active{top: 0;}

				#m_nav_list{position: fixed;left: 100%;}


				#m_search_list{position: fixed;background: #fff !important;top: -100%;left: 0;height: 12vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 88%;padding: 6%;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;}



				#m_search_list .close{margin-bottom: 15px;}
				#m_search_list form{width: 100%;}
				#m_search_list .input-box{width: 100%;display: flex;}
				#m_search_list .input-box .input_txt{width: 80%;border:1px solid rgba(112,187,45,1); color: #dedede;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#m_search_list .input-box .input_btn{width: 15%;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);}
				
				#m_search_list.active{top: 0;}
			/**/




		/*---tem---*/









		/*---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:98%;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:98%;margin: 30px auto;display: flex;flex-wrap: wrap; justify-content: space-between;}
				.con_tem .con_tem_b .con_tem_b_l{width: 96%;margin:auto;}
				.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;display: none;}
				.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:21px 0 12px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title .en{width: 80%;line-height: calc(28px + (34 - 28) * ((100vw - 300px) / (1180 - 300)));font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1180 - 300)));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%;margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}

				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li{width: 32%;background: #fff;transition: all 0.4s;margin-bottom: 10px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li:hover{width: 32%;background: #fff;transition: all 0.4s;margin-bottom: 10px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a{width: 100%;margin: auto;line-height: calc(48px + (56 - 48) * ((100vw - 300px) / (1180 - 300)));color: #222;text-align: center;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));display: block;background: #fff;}

				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a:hover{width: 100%;margin: auto;line-height: calc(48px + (56 - 48) * ((100vw - 300px) / (1180 - 300)));color: #222;text-align: center;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));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;display: none;}
				.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: 96%;margin:20px auto;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 img{width: 100%;margin: auto;}
				.con_tem .con_tem_b .con_tem_b_r .content p{font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1180 - 300)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 300px) / (1180 - 300)));}



				.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 - 300px) / (1180 - 300)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 300px) / (1180 - 300)));}

				.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: 50%;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 - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color: #898989;line-height: calc(34px + (46 - 34) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color:#fff;line-height: calc(18px + (24 - 18) * ((100vw - 300px) / (1180 - 300)));display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #1d47ad;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(10px + (25 - 10) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color:#fff;line-height: calc(18px + (24 - 18) * ((100vw - 300px) / (1180 - 300)));display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #00aeff;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(10px + (25 - 10) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 300px) / (1180 - 300)));}

				.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 - 300px) / (1180 - 300)));padding-bottom: calc(10px + (20 - 12) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));padding-bottom: calc(10px + (20 - 12) * ((100vw - 300px) / (1180 - 300)));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;flex-direction: column-reverse;margin:auto;}





				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .list-top .list-top-left{width: 100%;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: 100%;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 - 300px) / (1180 - 300)));color: #666;font-weight: 400;line-height: calc(26px + (36 - 26) * ((100vw - 300px) / (1180 - 300)));}

				.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 - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));}

				.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 - 300px) / (1180 - 300)));color: #222;line-height: calc(42px + (60 - 42) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color: #0031a8;line-height: calc(42px + (60 - 42) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color: #222;line-height: calc(22px + (26 - 22) * ((100vw - 300px) / (1180 - 300)));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 - 300px) / (1180 - 300)));color: #222;line-height: calc(42px + (60 - 42) * ((100vw - 300px) / (1180 - 300)));text-align: left;padding-left: 2%;}





























/*




		.con_tem{width: 100%;height: auto;margin: auto;border-bottom: 10px solid rgb(13,111,179);background: url(../images/con_tem_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 96%;margin: auto;display: flex;flex-direction: column;padding: 0 0 44px 0;}
			
				.con_tem .con_tem_b .title_b{width: 100%;height: auto;flex-wrap: wrap;justify-content: center;}
					.con_tem .con_tem_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)));color:#68b626;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:capitalize;text-align: center;}
					.con_tem .con_tem_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: center;align-items: center;text-align: center;}
					
					.con_tem .con_tem_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;display: none;}
					

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;flex-wrap: wrap;justify-content: space-around;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 8px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 48.5%;background: #0a598f;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #222;color:#fff;}
						.con_tem .con_tem_b .title_b .btn_b .btn a{color:#fff;font-weight: 600;transition: all .4s;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));width: 100%;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover a{color:#fff;}

						.con_tem .con_tem_b .title_b .btn_b .btn.now{background: #222;color:#fff;}



				.con_tem .con_tem_b .txt_b{width: 100%;padding: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));height: auto;border-left: 0px solid #e9e9e9;box-sizing: border-box;font-weight: 600;line-height: 38px;font-size: calc(14px  + (15 - 14) * ((100vw - 375px) / (768 - 375)));margin-top: 3rem;}
				.con_tem .con_tem_b .txt_b img{width: 100%;margin:auto;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 300px) / (1180 - 300))); font-size: calc(32px + (38 - 32) * ((100vw - 300px) / (1180 - 300)));color: #222;font-weight: 800;text-align: center;margin:2rem auto;}

				



				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;margin: 1rem auto;padding:1rem 0;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic{width: 100%;text-align: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic img{width: 90%;margin: 1rem auto;opacity: 1;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .pic img{width: 90%;margin: 1rem auto;opacity: 0.6;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #cdcdcd;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #222;line-height: 16px;margin-top: 1rem;}



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

}
