@charset "UTF-8";

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;}




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

@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;height: auto;margin: auto;}
			.top_con .top_b{width: 100%;height: 80px;background: rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.3);color: #fff;font-size:1rem;font-weight:600;box-sizing:border-box;display: flex;flex-wrap: wrap;position: fixed;z-index: 100;}
			.top_con .top_b.active{background: rgba(0,0,0,.9);border-bottom:1px solid rgba(255,255,255,.3);}
			.cur{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);}

				.top_con .top_b .top_logo{width: 20%;height: 80px;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
				.top_con .top_b .top_logo img{width: 100%;}
		
				.top_con .top_b .top_nav{width: 65%;height: 80px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul{width: 80%;line-height: 80px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color: rgba(255,255,255,1);;line-height: 80px;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: rgba(255,255,255,.65);}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,0);position: relative;}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,1);}
					
					.top_con .top_b .top_nav ul li i{color: #fff;font-size:1.4rem;font-weight:100;cursor:pointer;}
					
					#lang_list {display: none;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background: #fff;border: 1px solid #ddd;z-index: 1000;min-width: 120px;border-radius: 4px;box-shadow: 0 2px 8px rgba(0,0,0,0.1);padding: 0 !important;margin: 0 !important;line-height: normal !important;}
					#lang_list ul {list-style: none;width: 100%;margin: 0 auto;padding: 0;display: block !important;flex-wrap: nowrap !important;justify-content: normal !important;}
					#lang_list li {height: auto !important;text-align: left !important;padding: 0 !important;margin: 0 !important;border-bottom: none !important;transition: none !important;}
					#lang_list li a {display: block;padding: 8px 15px;text-decoration: none;color: #333 !important;line-height: normal !important;transition: none !important;cursor: pointer;white-space: nowrap;display: flex;flex-direction: row;align-items: center;}
					#lang_list li a:hover {background-color: #f5f5f5;color: #333 !important;border-bottom: none !important;}
					#lang_list li .icon {width: 24px;height: 24px;font-size: 1rem;margin-right:10px;}
				
					.top_con .top_b .top_search{width: 15%;height: 79px;background: rgba(10,89,143,1);display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
					.top_con .top_b .top_search .tel{width: 70%;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight:400;line-height: 79px;display:flex;flex-wrap: wrap;align-items: center;justify-content: space-evenly;align-content: center;flex-direction: row;}
					.top_con .top_b .top_search .tel a{color:rgba(255,255,255,1);transition: all .4s;}
					.top_con .top_b .top_search .tel a:hover{color:rgba(255,255,255,.65);}
					.top_con .top_b .top_search .tel i{font-size: calc(20px + (22 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
					.top_con .top_b .top_search .search{width: 30%;text-align: center;line-height: 79px;border-left: 1px solid rgba(255, 255, 255, .3);box-sizing: border-box;}
					.top_con .top_b .top_search .search i{color:rgba(255,255,255,1);font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
					.top_con .top_b .top_search .search i:hover{color:rgba(255,255,255,.65);}
					.top_con .top_b .top_search .m_search{display: none;}
					.top_con .top_b .m_nav{display: none;}


			.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: 0px auto;}
				.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;border-bottom: 10px solid #00b050;background: url(../images/con1_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con1 .con1_b{width: 84%;margin: auto;display: flex;justify-content: space-between;align-items: center;}
			
				.con1 .con1_b .title_b{width: 20%;height: auto;display: flex;flex-wrap: wrap;}
					.con1 .con1_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#0d6fb3;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:uppercase;}
					.con1 .con1_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
					
					.con1 .con1_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;}

					.con1 .con1_b .title_b .btn{color:#222;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;padding:10px calc(22px + (36 - 22) * ((100vw - 1280px) / (1920 - 1280)));border-radius: 40px;border:1px solid #222;text-align: center;margin-top:calc(26px + (40 - 26) * ((100vw - 1280px) / (1920 - 1280)));transition: all .4s;cursor: pointer;}
					.con1 .con1_b .title_b .btn:hover{color:#0a598f;border:1px solid #0a598f;}

				.con1 .con1_b .txt_b{width: 50%;padding: calc(22px + (38 - 22) * ((100vw - 1280px) / (1920 - 1280)));height: auto;display: flex;flex-wrap: wrap;border-left: 1px solid #e9e9e9;box-sizing: border-box;font-weight: 600;line-height: 32px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));}

				.con1 .con1_b .pic_b{width: 30%;height: auto;display: flex;flex-wrap: wrap;}
				.con1 .con1_b .pic_b img{width: 100%;}

			.con1 .list_con{width: 84%;height:auto;margin: 5rem auto 7rem;display: flex;justify-content: space-between;align-items: center;}
			.con1 .list_con ul{width: 100%;display: flex;justify-content: space-evenly;align-items: center;}
			.con1 .list_con ul li{width:25%;display: flex;flex-wrap: wrap;}
			.con1 .list_con ul li .num{width: 100%;text-align: center;color: #0d6fb3;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;}
			.con1 .list_con ul li .num span{text-align: center;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;padding-left: 10px;}
			.con1 .list_con ul li .txt{width: 100%;text-align: center;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;margin-top: 10px;}


		/*---2---*/
		.con2{width: 100%;height: auto;background: #f5f5f5;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .title_b{width: 84%;height: auto;margin: auto;}
			.con2 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)))v;color: #0d6fb3;font-weight: 800;text-align: center;text-transform:uppercase;}
			.con2 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 800;text-align: center;}
			.con2 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto;border-bottom:6px solid #00b050;}
			.con2 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: 32px;color: #222;font-weight: 800;text-align: center;}

			.con2 .list_b{width: 84%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b ul li{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .list_b ul li .pic_b{width: calc(200px + (290 - 200) * ((100vw - 1280px) / (1920 - 1280)));;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);}
			.con2 .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
			.con2 .list_b ul li .pic_b .pic{width: 100%;text-align: center;}
			.con2 .list_b ul li .pic_b .pic img{width: 100%;margin: 1rem auto;opacity: 1;transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .pic img{margin: 1rem auto;opacity: 0.6;}
			.con2 .list_b ul li .pic_b .title{width: 92%;text-align: center;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
			.con2 .list_b ul li .pic_b .subtitle{width: 92%;text-align: center;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .title{width: 92%;text-align: center;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .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;}
			.con2 .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;}
		

		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/con2_bg.jpg) center center no-repeat;background-size: 100%;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .title_b{width: 84%;height: auto;margin: auto;}
			.con3 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)))v;color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto;border-bottom:6px solid #00b050;}
			.con3 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: 32px;color: #fff;font-weight: 800;text-align: center;}

			.con3 .list_b{width: 84%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con3 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
			.con3 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				
				.con3 .list_b ul li .txt_b_l{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/yf.png); background-color:rgba(47,93,153,1);background-position: center center;background-repeat: no-repeat;background-size: 100%;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_l:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_l .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(13,111,179,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_l .icon i{font-size: 42px;color: rgba(13,111,179,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon i{font-size: 42px;color: rgba(255,255,255,1) ;}
				.con3 .list_b ul li .txt_b_l .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;}
				
				
				.con3 .list_b ul li .txt_b_l .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #88c6f1;text-align: center;transition: all 0.4s;text-transform: uppercase;margin: 10px auto 20px;}
				.con3 .list_b ul li .txt_b_l:hover .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;}
				
				
				
				.con3 .list_b ul li .txt_b_l .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: left;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: left;}


				.con3 .list_b ul li .txt_b_r:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/td.png); background-color:rgba(47,93,153,1);background-position: center center;background-repeat: no-repeat;background-size: 100%;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_r{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_r:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_r .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(13,111,179,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .icon i{font-size: 42px;color: rgba(13,111,179,1);}
				.con3 .list_b ul li .txt_b_r .icon i{font-size: 42px;color: rgba(255,255,255,1);transition: all 0.4s;}
				
				
				.con3 .list_b ul li .txt_b_r:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;transition: all 0.4s;}
			
			
				
				.con3 .list_b ul li .txt_b_r:hover .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;transition: all 0.4s;text-transform: uppercase;margin: 10px auto 20px;}
				
				
				
				.con3 .list_b ul li .txt_b_r:hover .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: left;}
				.con3 .list_b ul li .txt_b_r .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: left;transition: all 0.4s;}

		/*---4---*/
		.con4{width: 100%;height: auto;background: url(../images/con3_bg.jpg) center center no-repeat;background-size: 100%;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .title_b{width: 84%;height: auto;margin: auto;}
			.con4 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)))v;color: #0d6fb3;font-weight: 800;text-align: center;text-transform:uppercase;}
			.con4 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 800;text-align: center;}
			.con4 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto;border-bottom:6px solid #00b050;}
			.con4 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: 32px;color: #222;font-weight: 800;text-align: center;}


			.con4 .list_b{width: 84%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con4 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l{width: 94%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l .pic_news{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic{width: 100%;}
					.con4 .list_b ul li .list_b_l .pic_news .pic img{width: 100%;height: 100%;}


					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt{width: 100%;background: #0d6fb3;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title{width: 85%;display: flex;flex-wrap: wrap;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 1280px) / (1920 - 1280))) calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (28 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 1280px) / (1920 - 1280))) calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (28 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.65);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.8);font-weight: 800;text-align: left;line-height: 28px;transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.45);font-weight: 800;text-align: left;line-height: 28px;transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date{width: 15%;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .md{width: 96%;padding: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280))) calc(2px + (15 - 2) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(13px + (18 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: 20px;transition: all 0.4s;cursor: pointer;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .y{width: 96%;padding: 4px calc(2px + (15 - 2) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}

			.con4 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_r{width: 96%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;}
				.con4 .list_b ul li .list_b_r .txt_news_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 1280px) / (1920 - 1280))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #0d6fb3;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 1280px) / (1920 - 1280))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18);}

				.con4 .list_b ul li .list_b_r .txt_news_b .date{width: 90%;height: auto;color: #222;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .title{width: 90%;height: auto;color: #222;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: calc(2px + (6 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .summary{width: 90%;height: auto;color: rgba(0,0,0,.4);font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));margin-top: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280)));}

				.con4 .list_b ul li .list_b_r .txt_news_b:hover .date{width: 90%;height: auto;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .title{width: 90%;height: auto;color: #fff;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-bottom: 1px solid rgba(255,255,255,.35);margin-bottom: calc(2px + (6 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .summary{width: 90%;height: auto;color: rgba(255,255,255,.4);font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));margin-top: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280)));}
		/*----5----*/
		.con5{width: 100%;height: auto;background: #222 url(../images/btm_pic.png) center top no-repeat;background-size: cover;padding-top: 2rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con5 .con5_b{width: 84%;height: auto;margin: auto;padding:0 0 30px 0;}
				.con5 .con5_b .logo{width: 100%;border-bottom: 1px solid rgba(255,255,255,.2);font-size: calc(20px + (32 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 800;line-height: calc(32px + (52 - 32) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
					.con5 .con5_b .logo img{margin-right: calc(5px + (15 - 5) * ((100vw - 1280px) / (1920 - 1280)));}

				.con5 .con5_b .nav_b{width: 100%;height: auto;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con5 .con5_b .nav_b .nav_list{width: 80%;height: auto;}
						.con5 .con5_b .nav_b .nav_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 30px;}
							.con5 .con5_b .nav_b .nav_list ul li{width:20%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;}
								.con5 .con5_b .nav_b .nav_list ul li .title{width:100%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;line-height: calc(24px + (36 - 24) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: 10px;}
								.con5 .con5_b .nav_b .nav_list ul li .title a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con5 .con5_b .nav_b .nav_list ul li .title a:hover{color:rgba(255,255,255,0.5);}

								.con5 .con5_b .nav_b .nav_list ul li .name{width:100%;text-align: left;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
								.con5 .con5_b .nav_b .nav_list ul li .name a{color:rgba(255,255,255,0.5);transition: color 0.4s;cursor: pointer;}
								.con5 .con5_b .nav_b .nav_list ul li .name a:hover{color:rgba(255,255,255,1);}

					.con5 .con5_b .nav_b .qr_code{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;padding-top: 30px;font-size: 14px;color: #fff;line-height: 20px;text-align: center;}
						.con5 .con5_b .nav_b .qr_code img{width: 60%;margin: auto;}

		/*----6----*/
		.con6{width: 100%;height: auto;background: #000;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);}
			.con6 a{color: rgba(255,255,255,1);transition: all 0.4s; cursor: pointer;}
			.con6 a:hover{color: rgba(255,255,255,.51);transition: all 0.4s; cursor: pointer;}





			/**/	
				#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{display: none;}
			/**/











		/*---tem---*/
		.con_tem{width: 100%;height: auto;margin: auto;border-bottom: 10px solid rgb(13,111,179);background: url(../images/con1_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 84%;margin: auto;display: flex;justify-content: space-between;align-items: center;align-items: flex-start;}
			
				.con_tem .con_tem_b .title_b{width: 22%;height: auto;display: flex;flex-wrap: wrap;margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
					.con_tem .con_tem_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#0d6fb3;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:capitalize;}
					.con_tem .con_tem_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
					
					.con_tem .con_tem_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;}

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;justify-content: flex-start;flex-direction: column;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 6px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 49.1%;background: #0a598f;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #00b050;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 - 1280px) / (1920 - 1280)));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: #00b050;color:#fff;}
						


				.con_tem .con_tem_b .txt_b{width: 77%;padding-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-right: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding=bottom: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));height: auto;border-left: 1px solid #e9e9e9;box-sizing: border-box;font-weight: 600;line-height: 32px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				
				.con_tem .con_tem_b .txt_b img{width:50%; margin:25px auto;display: block;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (1920 - 1280))); font-size: calc(32px + (38 - 32) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 800;text-align: left;margin:2rem auto;}
				
				
				
				.con_tem .con_tem_b .txt_b .name{width:100%;padding:10px;margin:10px;border:1px solid rgba(220,220,220,1);border-radius:10px;}
				.con_tem .con_tem_b .txt_b .name .company{width: 100%;line-height: calc(28px + (36 - 28) * ((100vw - 1280px) / (1920 - 1280))); font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));color: #26648d;font-weight: 800;text-align: left;margin:0.5rem auto;}
				
				.con_tem .con_tem_b .txt_b .name .summary{width: 100%;line-height: calc(16px + (32 - 16) * ((100vw - 1280px) / (1920 - 1280))); font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #00b050;font-weight: 400;text-align: left;margin:0.2rem auto;}
				
				
				.con_tem .con_tem_b .txt_b .h1_s{width: 100%;height: auto;font-size: calc(28px + (36 - 28) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (52 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #222;margin: 3rem 0;}
				.con_tem .con_tem_b .txt_b .h3_s{width: 100%;height: auto;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #222;margin: 0.5rem 0;}
				.con_tem .con_tem_b .txt_b p{width: 100%;height: auto;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(22px + (28 - 24) * ((100vw - 1280px) / (1920 - 1280)));color: #222;margin: 0.5rem 0;font-weight: 400;text-indent: 0.1rem;}
				.con_tem .con_tem_b .txt_b p.txt{width: 100%;height: auto;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(22px + (28 - 24) * ((100vw - 1280px) / (1920 - 1280)));color: #222;margin: 0.5rem 0;font-weight: 400;text-indent: 1.5rem;}
					.con_tem .con_tem_b .txt_b p.txt a{color: #222;}
				.con_tem .con_tem_b .txt_b .squer{width: 100%;margin: auto;display: flex;flex-wrap: wrap;}
					.con_tem .con_tem_b .txt_b .squer .block{width: 94%;line-height: calc(22px + (30 - 22) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color: #fff;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;background:  rgb(240,240,240);border-radius: 10px;margin:0.2rem;padding: 15px;position: relative;color:#000;}
					.con_tem .con_tem_b .txt_b .squer .block span{        font-size: calc(18px + (26 - 18) * ((100vw - 1280px) / (1920 - 1280)));display: block;color: #00b050;margin: 10px 0;}
					.con_tem .con_tem_b .txt_b .squer .block i{font-size: calc(25px + (25 - 28) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;position: absolute;z-index: 60;top:1px;right: 1px;}
		
		
		
				
			.con_tem .con_tem_b .txt_b .list_con{width: 100%;height: auto;margin:auto;}
			    .con_tem .con_tem_b .txt_b .list_con ul{width: 100%;display:flex;flex-wrap: wrap;justify-content:space-around;}
			        .con_tem .con_tem_b .txt_b .list_con ul li{width: 50%;display:flex;flex-wrap: wrap;justify-content:center;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt{width: 85%;height: auto;background-color: rgb(255 255 255);display: flex;flex-direction: column;align-items: center;justify-content: flex-start;border-radius: 2px;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #222;line-height: 5rem;text-align: center;border: 0px solid #009aae;box-shadow: 0 3px 9px 0px rgba(0, 0, 0, .15);padding: 30px 0;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt:hover{width: 85%;height: auto;background-color: rgb(255 255 255);display: flex;flex-direction: column;align-items: center;justify-content: flex-start;border-radius: 2px;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #222;line-height: 5rem;text-align: center;border: 0px solid #009aae;box-shadow: 0 3px 9px 0px rgba(0, 0, 0, .05);padding: 30px 0;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .cir{width: 90px;height: 90px;background-color: #26648d;border-radius: 90px;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt:hover .cir{width: 90px;height: 90px;background-color: #00b050;border-radius: 90px;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .cir i{font-size: 50px;font-weight: 100;color: #fff;}
			        			        
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .title{width: 92%;margin-top: 1rem;line-height: 3rem;font-size:1.6rem;font-weight:600;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .txt{width: 92%;margin-top: 1rem;line-height: 28px;}
				

#gsgk{margin-top: 0rem;height:6rem;width:100%;}
#qywh{margin-top: 0rem;height:6rem;width:100%;}
#fzlc{margin-top: 0rem;height:6rem;width:100%;}
#zzjg{margin-top: 0rem;height:6rem;width:100%;}

				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				.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: 25%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li a{width: 100%;}
				.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%;height:180px;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%;height:180px;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 - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));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 - 1280px) / (1920 - 1280)));font-weight: 800;color: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .date{width: 92%;text-align: left;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00b050;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .entxt{width:92%;text-align: left;font-size: 14px;font-weight: 600;color: #0d6fb3;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}
				.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;}




				.con_tem .con_tem_b .txt_b .list_b2{width: 100%;height: auto;margin-top: 0;padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b2 ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b2 ul li{/*width: 100%;*/height: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;}
				.con_tem .con_tem_b .txt_b .list_b2 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_b2 ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
				.con_tem .con_tem_b .txt_b .list_b2 ul li .pic_b .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b2 ul li .pic_b:hover .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b2 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_b2 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;}



.row{display: flex;margin: auto;width: 90%;border: 1px solid #ededed;}
    .col-12{width:100%;}
    .form-group{width:96%;background:rgba(0,0,0,0.05);margin:15px auto;display: flex;justify-content: flex-start;padding: 0.5%;}
    .form-group .contacts{font-size:14px;font-weight:600;color:#222;text-align:left;}
    .form-group .form-control{font-size:12px;color:#222;border:0px solid #ccc;background:transparent;line-height:30px;margin-left:15px;width: calc(350px + (500 - 350) * ((100vw - 1280px) / (1920 - 1280)));}
    .form-group .form-control2{font-size:12px;color:#222;border:0px solid #ccc;background:transparent;line-height:30px;margin-left:15px;width: calc(150px + (200 - 150) * ((100vw - 1280px) / (1920 - 1280)));}
    .codeimg{width:100%;}
    
    
    .btn-info{background: rgba(10,89,143,1);border: none;line-height: 35px;padding: 5px 20px;font-size: 14px;color: #fff;border-radius: 6px;}







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


@media (max-width: 768px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;height: auto;margin: auto;}
			.top_con .top_b{width: 100%;height: 60px;background: rgb(10,89,143);border-bottom:1px solid rgba(255,255,255,.3);color: #fff;font-size:1rem;font-weight:600;box-sizing:border-box;display: flex;flex-wrap: wrap;justify-content: space-between;position: fixed;z-index: 100;top: 0;left: 0;}

			.top_con .top_b.active{background: rgba(0,0,0,.9);border-bottom:1px solid rgba(255,255,255,.3);}
			.cur{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg);}

				.top_con .top_b .top_logo{width: 60%;height: 60px;display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: 100%;margin-left: 2%; filter: brightness(0) invert(1);}
				.top_con .top_b .top_nav{width: 70%;height: 60px;display: none;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul{width: 80%;line-height: 60px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color: rgba(255,255,255,1);;line-height: 60px;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: rgba(255,255,255,.65);}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (768 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,0);}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (768 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,1);}
					.top_con .top_b .top_search{width: 20%;height: 58px;background: rgba(10,89,143,1);display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
						.top_con .top_b .top_search .tel{width: 70%;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight:400;line-height: 58px;display:none;flex-wrap: wrap;align-items: center;justify-content: space-evenly;align-content: center;flex-direction: row;}
						.top_con .top_b .top_search .tel a{color:rgba(255,255,255,1);transition: all .4s;}
						.top_con .top_b .top_search .tel a:hover{color:rgba(255,255,255,.65);}
						.top_con .top_b .top_search .tel i{font-size: calc(20px + (22 - 20) * ((100vw - 375px) / (768 - 375)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 375px) / (768 - 375)));}

					.top_con .top_b .top_search .search{display: none;}
					.top_con .top_b .top_search .m_search{width: 50%;text-align: center;line-height: 59px;border-left: 1px solid rgba(255, 255, 255, .1);border-bottom: 1px solid rgba(255, 255, 255, .3);box-sizing: border-box;}
					.top_con .top_b .top_search .m_search i{color:rgba(255,255,255,1);font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (768 - 375)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
					.top_con .top_b .top_search .m_search i:hover{color:rgba(255,255,255,.65);}


					.top_con .top_b .top_search .m_nav{width: 50%;text-align: center;line-height: 59px;border-left: 1px solid rgba(255, 255, 255, .1);border-bottom: 1px solid rgba(255, 255, 255, .3);box-sizing: border-box;}


		/**/
			#m_nav_list{padding: 0;position: fixed;background: #fff !important;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;}
			#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: rgba(7,150,167,1);font-weight: bold;border-bottom: 1px solid #E2E2E2;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: #096560;}

			#m_nav_list.active{left: 0;}
			
			
			#m_nav_list .yy{width:80%;margin:2rem 0;display:flex;flex-wrap:wrap;}
			#m_nav_list .yy .lan{width:33%;}
			#m_nav_list .yy .lan a{display: block;padding: 8px 15px;text-decoration: none;color: #333 !important;line-height: normal !important;transition: none !important;cursor: pointer;white-space: nowrap;display: flex;flex-direction: row;align-items: center;}
			#m_nav_list .yy .lan .icon {width: 24px;height: 24px;font-size: 1rem;margin-right: 10px;}
			
			
		/**/



			.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: 60px auto 0;}
				.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;border-bottom: 10px solid #00b050;background: url(../images/con1_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con1 .con1_b{width: 96%;margin: auto;display: flex;flex-direction: column;padding: 0 0 44px 0;}
			
				.con1 .con1_b .title_b{width: 100%;height: auto;flex-wrap: wrap;justify-content: center;}
					.con1 .con1_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)));color:#0d6fb3;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:uppercase;text-align: center;}
					.con1 .con1_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;}
					
					.con1 .con1_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;display: none;}

					.con1 .con1_b .title_b .btn{color:#222;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 600;padding:10px calc(22px + (36 - 22) * ((100vw - 375px) / (768 - 375)));border-radius: 40px;border:1px solid #222;text-align: center;margin-top:calc(26px + (40 - 26) * ((100vw - 375px) / (768 - 375)));transition: all .4s;cursor: pointer;}
					.con1 .con1_b .title_b .btn:hover{color:#0a598f;border:1px solid #0a598f;}

				.con1 .con1_b .txt_b{width: 100%;padding: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));height: auto;display: flex;flex-wrap: wrap;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)));}

				.con1 .con1_b .pic_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con1 .con1_b .pic_b img{width: 100%;}

			.con1 .list_con{width: 100%;height:auto;margin: 5rem auto 7rem;display: none;justify-content: space-between;align-items: center;}
			.con1 .list_con ul{width: 100%;display: flex;justify-content: space-evenly;align-items: center;}
			.con1 .list_con ul li{width:25%;display: flex;flex-wrap: wrap;}
			.con1 .list_con ul li .num{width: 100%;text-align: center;color: #0d6fb3;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 800;}
			.con1 .list_con ul li .num span{text-align: center;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;padding-left: 10px;}
			.con1 .list_con ul li .txt{width: 100%;text-align: center;color: #222;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;margin-top: 10px;}


		/*---2---*/
		.con2{width: 100%;height: auto;background: #f5f5f5;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .title_b{width: 96%;height: auto;margin: auto;}
			.con2 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)))v;color: #0d6fb3;font-weight: 800;text-align: center;text-transform:uppercase;}
			.con2 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color: #222;font-weight: 800;text-align: center;}
			.con2 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) auto;border-bottom:6px solid #00b050;}
			.con2 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: 32px;color: #222;font-weight: 800;text-align: center;}

			.con2 .list_b{width: 96%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con2 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .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);}
			.con2 .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
			.con2 .list_b ul li .pic_b .pic{width: 100%;text-align: center;}
			.con2 .list_b ul li .pic_b .pic img{width: 90%;margin: 1rem auto;opacity: 1;transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .pic img{width: 90%;margin: 1rem auto;opacity: 0.6;}
			.con2 .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;}
			.con2 .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: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
            .con2 .list_b ul li .pic_b .subtitle{width: 92%;text-align: left;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 400;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
			.con2 .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;}
			.con2 .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;}
		

		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/con2_bg.jpg) top center no-repeat;background-size: 100% 100%;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .title_b{width: 96%;height: auto;margin: auto;}
			.con3 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)))v;color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) auto;border-bottom:6px solid #00b050;}
			.con3 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: 32px;color: #fff;font-weight: 800;text-align: center;}

			.con3 .list_b{width: 96%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con3 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
			.con3 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;margin: 15px auto;}
				
				.con3 .list_b ul li .txt_b_l{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/yf.png); background-color:rgba(47,93,153,1);background-position: top center;background-repeat: no-repeat;background-size: 100% 100%;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_l:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: top center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_l .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(13,111,179,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_l .icon i{font-size: 42px;color: rgba(13,111,179,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon i{font-size: 42px;color: rgba(255,255,255,1) ;}
				.con3 .list_b ul li .txt_b_l .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;}
				
				
				.con3 .list_b ul li .txt_b_l .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));color: #88c6f1;text-align: center;transition: all 0.4s;text-transform: uppercase;margin: 10px auto 20px;}
				.con3 .list_b ul li .txt_b_l:hover .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;}
				
				
				.con3 .list_b ul li .txt_b_l .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: left;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: #666;text-align: left;}


				.con3 .list_b ul li .txt_b_r:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/td.png); background-color:rgba(47,93,153,1);background-position: top center;background-repeat: no-repeat;background-size: 100% 100%;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_r{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_r:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_r .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(13,111,179,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .icon i{font-size: 42px;color: rgba(13,111,179,1);}
				.con3 .list_b ul li .txt_b_r .icon i{font-size: 42px;color: rgba(255,255,255,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;transition: all 0.4s;}
				
				.con3 .list_b ul li .txt_b_r:hover .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .en{width: 90%;font-weight: 800;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;transition: all 0.4s;text-transform: uppercase;margin: 10px auto 20px;}
				
				.con3 .list_b ul li .txt_b_r:hover .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: left;}
				.con3 .list_b ul li .txt_b_r .summary{width: 90%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size:  calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: #666;text-align: left;transition: all 0.4s;}

		/*---4---*/
		.con4{width: 100%;height: auto;background: url(../images/con3_bg.jpg) top center no-repeat;background-size: 100% 100%;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .title_b{width: 96%;height: auto;margin: auto;}
			.con4 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)))v;color: #0d6fb3;font-weight: 800;text-align: center;}
			.con4 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color: #222;font-weight: 800;text-align: center;}
			.con4 .title_b .line{width: 4%;margin: calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) auto;border-bottom:6px solid #00b050;}
			.con4 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: 32px;color: #222;font-weight: 800;text-align: center;}


			.con4 .list_b{width: 96%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con4 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l .pic_news{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic{width: 100%;}
					.con4 .list_b ul li .list_b_l .pic_news .pic img{width: 100%;height: 100%;}


					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt{width: 100%;background: #0d6fb3;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title{width: 85%;display: flex;flex-wrap: wrap;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 375px) / (768 - 375))) calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 375px) / (768 - 375))) calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.65);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.8);font-weight: 800;text-align: left;line-height: 16px;transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.45);font-weight: 800;text-align: left;line-height: 16px;transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date{width: 15%;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .md{width: 96%;padding: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))) calc(2px + (15 - 2) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(13px + (18 - 13) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: 20px;transition: all 0.4s;cursor: pointer;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .y{width: 96%;padding: 4px calc(2px + (15 - 2) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}

			.con4 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;margin-top: 15px;}
				.con4 .list_b ul li .list_b_r{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;}
				.con4 .list_b ul li .list_b_r .txt_news_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 375px) / (768 - 375))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);margin: 8px auto;}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #0d6fb3;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 375px) / (768 - 375))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18);}

				.con4 .list_b ul li .list_b_r .txt_news_b .date{width: 90%;height: auto;color: #222;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .title{width: 90%;height: auto;color: #222;font-size: calc(18px + (18 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(42px + (42 - 42) * ((100vw - 375px) / (768 - 375)));border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: calc(2px + (6 - 2) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .summary{width: 90%;height: auto;color: rgba(0,0,0,.4);font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 400;text-align: left;line-height: calc(28px + (28 - 17) * ((100vw - 375px) / (768 - 375)));margin-top: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375)));}

				.con4 .list_b ul li .list_b_r .txt_news_b:hover .date{width: 90%;height: auto;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .title{width: 90%;height: auto;color: #fff;font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 375px) / (768 - 375)));border-bottom: 1px solid rgba(255,255,255,.35);margin-bottom: calc(2px + (6 - 2) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .summary{width: 90%;height: auto;color: rgba(255,255,255,.4);font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 375px) / (768 - 375)));margin-top: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375)));}
		/*----5----*/
		.con5{width: 100%;height: auto;background: #222;padding-top: 2rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con5 .con5_b{width: 96%;height: auto;margin: auto;padding:0 0 30px 0;}
				.con5 .con5_b .logo{width: 100%;border-bottom: 1px solid rgba(255,255,255,.2);font-size: calc(20px + (32 - 20) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 800;        line-height: 40px;text-align: left;display: flex;flex-direction: column;padding-bottom: 20px;}
					.con5 .con5_b .logo img{margin-right: calc(5px + (15 - 5) * ((100vw - 375px) / (768 - 375)));width: 30%;}

				.con5 .con5_b .nav_b{width: 100%;height: auto;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con5 .con5_b .nav_b .nav_list{width: 80%;height: auto;display: none;}
						.con5 .con5_b .nav_b .nav_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 30px;}
							.con5 .con5_b .nav_b .nav_list ul li{width:20%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;}
								.con5 .con5_b .nav_b .nav_list ul li .title{width:100%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;line-height: calc(24px + (36 - 24) * ((100vw - 375px) / (768 - 375)));margin-bottom: 10px;}
								.con5 .con5_b .nav_b .nav_list ul li .title a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con5 .con5_b .nav_b .nav_list ul li .title a:hover{color:rgba(255,255,255,0.5);}

								.con5 .con5_b .nav_b .nav_list ul li .name{width:100%;text-align: left;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 800;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
								.con5 .con5_b .nav_b .nav_list ul li .name a{color:rgba(255,255,255,0.5);transition: color 0.4s;cursor: pointer;}
								.con5 .con5_b .nav_b .nav_list ul li .name a:hover{color:rgba(255,255,255,1);}

					.con5 .con5_b .nav_b .qr_code{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;padding-top: 30px;font-size: 14px;color: #fff;line-height: 20px;text-align: center;flex-direction: column;}
						.con5 .con5_b .nav_b .qr_code img{width: 36%;margin: auto;}

		/*----6----*/
		.con6{width: 100%;height: auto;background: #000;line-height: 24px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);padding:15px 0;}
			.con6 a{color: rgba(255,255,255,1);transition: all 0.4s; cursor: pointer;}
			.con6 a:hover{color: rgba(255,255,255,.51);transition: all 0.4s; cursor: pointer;}






			/**/	
				#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(0,147,181,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(0,147,181,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(0,147,181,1);}
				
				#m_search_list.active{top: 0;}
			/**/




		/*---tem---*/


		.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:#0d6fb3;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: #00b050;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: #00b050;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 - 1280px) / (768 - 1280))); font-size: calc(32px + (38 - 32) * ((100vw - 1280px) / (768 - 1280)));color: #222;font-weight: 800;text-align: center;margin:2rem auto;}

				
				.con_tem .con_tem_b .txt_b .squer{width: 100%;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-around;}
					.con_tem .con_tem_b .txt_b .squer .block{width: 100%;line-height: calc(22px + (30 - 22) * ((100vw - 375px) / (768 - 375)));text-align: left;color: #000;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;background: rgb(240,240,240);border-radius: 10px;margin:0.2rem;padding: 25px 10px;position: relative;}
					.con_tem .con_tem_b .txt_b .squer .block span{font-size: calc(24px + (30 - 24) * ((100vw - 375px) / (768 - 375)));display: block;color: #00b050;margin: 10px 0;
					}
					.con_tem .con_tem_b .txt_b .squer .block i{font-size: calc(25px + (25 - 28) * ((100vw - 375px) / (768 - 375)));color: #fff;position: absolute;z-index: 60;top:1px;right: 1px;}


				
				
				.con_tem .con_tem_b .txt_b .name{width: 90%;padding: 5%; margin: 5% auto;border:1px solid rgba(220,220,220,1);border-radius:10px;}
				.con_tem .con_tem_b .txt_b .name .company{width: 100%;line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (768 - 375))); font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (768 - 375)));color: #26648d;font-weight: 800;text-align: left;margin:0.5rem auto;}
				
				.con_tem .con_tem_b .txt_b .name .summary{width: 100%;line-height: calc(16px + (32 - 16) * ((100vw - 375px) / (768 - 375))); font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));color: #00b050;font-weight: 400;text-align: left;margin:0.2rem auto;}
		
		
				
			.con_tem .con_tem_b .txt_b .list_con{width: 100%;height: auto;margin:auto;}
			    .con_tem .con_tem_b .txt_b .list_con ul{width: 100%;display:flex;flex-wrap: wrap;justify-content:space-around;}
			        .con_tem .con_tem_b .txt_b .list_con ul li{width: 100%;display:flex;flex-wrap: wrap;justify-content:center;margin-bottom:20px;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt{width: 100%;height: auto;background-color: rgb(255 255 255);display: flex;flex-direction: column;align-items: center;justify-content: flex-start;border-radius: 2px;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1920 - 375)));font-weight: 400;color: #222;line-height: 5rem;text-align: center;border: 0px solid #009aae;box-shadow: 0 3px 9px 0px rgba(0, 0, 0, .15);padding: 30px 0;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt:hover{width: 85%;height: auto;background-color: rgb(255 255 255);display: flex;flex-direction: column;align-items: center;justify-content: flex-start;border-radius: 2px;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1920 - 375)));font-weight: 400;color: #222;line-height: 5rem;text-align: center;border: 0px solid #009aae;box-shadow: 0 3px 9px 0px rgba(0, 0, 0, .05);padding: 30px 0;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .cir{width: 90px;height: 90px;background-color: #26648d;border-radius: 90px;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt:hover .cir{width: 90px;height: 90px;background-color: #00b050;border-radius: 90px;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;transition:all 0.4s;cursor:pointer;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .cir i{font-size: 50px;font-weight: 100;color: #fff;}
			        			        
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .title{width: 92%;margin-top: 1rem;line-height: 3rem;font-size:1.6rem;font-weight:600;}
			        .con_tem .con_tem_b .txt_b .list_con ul li .content_txt .txt{width: 92%;margin-top: 1rem;line-height: 28px;}
				


				

#gsgk{margin-top: 0rem;height:6rem;width:100%;}
#qywh{margin-top: 0rem;height:6rem;width:100%;}
#fzlc{margin-top: 0rem;height:6rem;width:100%;}
#zzjg{margin-top: 0rem;height:6rem;width:100%;}






				.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: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
				
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .entxt{width:92%;text-align: left;font-size: 13px;font-weight: 400;color: #0d6fb3;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}
				.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;}


				.con_tem .con_tem_b .txt_b .list_b2{width: 100%;height: auto;margin-top: 0;padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b2 ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b2 ul li{/*width: 100%;*/height: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;}
				.con_tem .con_tem_b .txt_b .list_b2 ul li .pic_b{width: 100%;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_b2 ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
				.con_tem .con_tem_b .txt_b .list_b2 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_b2 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: #0d6fb3;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b2 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_b2 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;}






.row{display: flex;margin: auto;width: 100%;border: 1px solid #ededed;}
    .col-12{width:100%;}
    .form-group{width:96%;background:rgba(0,0,0,0.05);margin:15px auto;display: flex;justify-content: flex-start;padding: 0.5%;}
    .form-group .contacts{font-size:14px;font-weight:600;color:#222;text-align:left;}
    .form-group .form-control{font-size:12px;color:#222;border:0px solid #ccc;background:transparent;line-height:30px;margin-left:15px;width: calc(150px + (300 - 150) * ((100vw - 375px) / (768 - 375)));}
    .form-group .form-control2{font-size:12px;color:#222;border:0px solid #ccc;background:transparent;line-height:30px;margin-left:15px;width: calc(80px + (100 - 80) * ((100vw - 375px) / (768 - 375)));}
    .codeimg{width:60%;}
    
    
    .btn-info{background: rgba(10,89,143,1);border: none;line-height: 35px;padding: 5px 20px;font-size: 14px;color: #fff;border-radius: 6px;}








  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    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: 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;
}
