@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: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));background: rgba(255,255,255,1);display: flex;justify-content: center;position: fixed;top:0px;z-index: 100;border-bottom: 1px solid rgba(255, 255, 255, .15);}
		.top_con.active{width: 100%;height: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));background: rgba(255,255,255,1);display: flex;justify-content: center;position: fixed;top:0px;z-index: 100;border-bottom: 1px solid rgba(255, 255, 255, .15);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);}

			.top_con .top_b{width: 100%;height: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));font-weight:600;display: flex;flex-wrap: wrap;justify-content: space-between;}
				/*---logo---*/
				.top_con .top_b .top_logo{width: 30%;height: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: calc(180px + (223 - 180) * ((100vw - 300px) / (1180 - 300)));margin-left: 10px;}
				/*---nav---*/
				.top_con .top_b .top_nav{width: 80%;height: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));display: none;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
					.top_con .top_b .top_nav ul a{color:#222;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: #2c6cc3;}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 300px) / (1180 - 300)));transition: border-bottom .4s;border-bottom: 2px solid rgba(255,255,255,0);display: flex;flex-wrap: wrap;align-items: center;}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 300px) / (1180 - 300)));transition: border-bottom .4s;border-bottom: 2px solid rgba(44,108,195,1);display: flex;flex-wrap: wrap;align-items: center;}
					
					.top_con .top_b .top_nav ul li:last-child:hover{height: 77px;text-align: center;padding:0 calc(8px + (16 - 8) * ((100vw - 300px) / (1180 - 300)));transition: border-bottom .4s;border-bottom: 2px solid rgba(44,108,195,0);display: flex;flex-wrap: wrap;align-items: center;}

				.top_con .top_b .top_search{width: 20%;height:calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));background: rgba(112,187,45,0);display: flex;justify-content: flex-end;}
				.top_con .top_b .top_search .m_nav{width: 50%;height: 100%;text-align: center;line-height:calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300)));color: #000;}
				.top_con .top_b .top_search .m_nav i{font-size: 18px;}

		/**/
			#m_nav_list{padding: 0;position: fixed;background: rgba(255,255,255,.95);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 .close i{font-size: 34px;}
			#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: #fff;}

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




		.banner{display: none;}


		.banner_tem{width: 100%;height: auto;position: relative;z-index: 10;margin: calc(90px + (100 - 90) * ((100vw - 300px) / (1180 - 300))) auto 0;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: url(../images/about_bg.jpg) no-repeat;background-size: 100% 100%;padding: 0;}
			.con1 .con_b{width:96%;height:auto;margin:auto;display: flex;flex-direction: column;}
			.con1 .con_b .con_b_l{width: 100%;height:auto;display: flex;flex-wrap: wrap;align-content: flex-start;}
			
				.con1 .con_b .con_b_l .title_b{width: 100%;height: auto;display: flex;flex-direction: column;margin-top:20px;}
					.con1 .con_b .con_b_l .title_b .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 300px) / (1180 - 300)));font-size: calc(32px + (58 - 32) * ((100vw - 300px) / (1180 - 300)));font-weight: 400;color: #000;text-align: left;}
					.con1 .con_b .con_b_l .title_b .en{width: 93%;line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));font-weight: 400;color: #666;text-align: left;font-family: 'Microsoft YaHei';}
    

					
					.con1 .con_b .con_b_l img{width: 100%;height:auto;display: block;margin-top:20px;}

			
			.con1 .con_b .con_b_r{width: 100%;height:auto;display: flex;flex-direction: column;justify-content: center;padding-bottom: 50px;}

			.con1 .con_b .con_b_r .txt_ch{width: 96%;line-height: calc(22px + (36 - 22) * ((100vw - 300px) / (1180 - 300)));color:#222;font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1180 - 300)));text-align: left;margin-top: 60px;}
			.con1 .con_b .con_b_r .txt_en{width: 96%;line-height: calc(18px + (28 - 18) * ((100vw - 300px) / (1180 - 300)));color:#222;font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1180 - 300)));text-align: left;font-weight: 400;margin-top: 20px;}
			.con1 .con_b .con_b_r .txt_line{width: 20%;height: calc(12px + (18 - 12) * ((100vw - 300px) / (1180 - 300)));border-bottom: 1px solid #2c6cc3;}

			.con1 .con_b .con_b_r .txt_summary{width: 100%;color:#717171;line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));text-align: left;font-weight: 400;margin-top: 20px;}

			.con1 .con_b .con_b_r .btn_b{margin-top: 30px;}
			.con1 .con_b .con_b_r .btn_b a{display: flex;flex-wrap: wrap;justify-content: flex-start;}
			.con1 .con_b .con_b_r .btn_b .btn{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #1d47ad;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(30px + (45 - 30) * ((100vw - 300px) / (1180 - 300)));transition: all 0.4s;}
			.con1 .con_b .con_b_r .btn_b .btn:hover{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #00aeff;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(30px + (45 - 30) * ((100vw - 300px) / (1180 - 300)));}




		/*---2---*/
		.con2{width: 100%;height:auto;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;padding: 3rem 0;}
			.con2 .con_b{width: 96%;display: flex;flex-wrap: wrap;flex-direction: column;}
				.con2 .con_b .title_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;flex-direction: column;}
				
					.con2 .con_b .title_b .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 300px) / (1180 - 300)));font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1180 - 300)));font-weight: 900;color: #222;text-align: left;}
					.con2 .con_b .title_b .summary{width: 100%;line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));font-weight: 400;color: #666;text-align: left;font-family: 'Microsoft YaHei';margin-top:20px;}

					.con2 .con_b .title_b .btn_b{margin-top: 30px;}
					.con2 .con_b .title_b .btn_b a{display: flex;flex-wrap: wrap;justify-content: flex-start;}
					.con2 .con_b .title_b .btn_b .btn{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #1d47ad;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(40px + (65 - 40) * ((100vw - 300px) / (1180 - 300)));transition: all 0.4s;}
					.con2 .con_b .title_b .btn_b .btn:hover{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #00aeff;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(40px + (65 - 40) * ((100vw - 300px) / (1180 - 300)));}


			.con2 .con_b .con_list{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
				.con2 .con_b .con_list .list_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 0;}
				.con2 .con_b .con_list .list_b .uul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con2 .con_b .con_list .list_b .uul .lll{width: 33.3%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list{width: 96%;height: auto;display: flex;flex-wrap: wrap;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .pic_b{width: 100%;height: auto;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .pic_b a{width: 100%;display: block;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .pic_b img{width: 100%;display: block;}

				.con2 .con_b .con_list .list_b .uul .lll .pic_list .txt_b{width: 100%;height: auto;border-bottom: 3px solid #34326f;text-align: center;line-height: 20px;transition: all 0.4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .txt_b:hover{width: 100%;height: auto;border-bottom: 3px solid #079aea;text-align: center;line-height: 20px;transition: all 0.4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .txt_b a{width: 100%;display: block;color: #222;font-weight: 600;transition: all 0.4s;}
				.con2 .con_b .con_list .list_b .uul .lll .pic_list .txt_b a:hover{width: 100%;display: block;color: #079aea;font-weight: 600;}
				



		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/bg3.jpg) no-repeat;background-size: 100% 100%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .con{width: 96%;display: flex;flex-wrap: wrap;flex-direction: column;}
			.con3 .con ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-start;}
			.con3 .con ul li{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-items: center;background: rgba(255,255,255,.85);padding-bottom: 60px;}
			.con3 .con ul li .title{width: 100%;line-height: calc(38px + (60 - 38) * ((100vw - 300px) / (1180 - 300)));background: #1d47ad;text-align: center;color: #fff;font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1180 - 300)));font-weight: 800;}
			.con3 .con ul li .txt{width: 92%;line-height:  calc(70px + (100 - 70) * ((100vw - 300px) / (1180 - 300)));text-align: center;color: #000;font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));font-weight: 800;}
			.con3 .con ul li .sumamry{width: 80%;text-align: center;color: #222;line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));font-weight: 400;text-align: left;}

			.con3 .con ul li .btn_b{margin-top: 30px;}
			.con3 .con ul li .btn_b a{display: flex;flex-wrap: wrap;justify-content: flex-start;}
			.con3 .con ul li .btn_b .btn{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #1d47ad;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(40px + (65 - 40) * ((100vw - 300px) / (1180 - 300)));transition: all 0.4s;}
			.con3 .con ul li .btn_b .btn:hover{font-size: 14px;color:#fff;line-height: 24px;display: flex;align-items: center;flex-direction: row;flex-wrap: wrap;background: #00aeff;padding: calc(6px + (8 - 6) * ((100vw - 300px) / (1180 - 300)))  calc(40px + (65 - 40) * ((100vw - 300px) / (1180 - 300)));}



		/*---4---*/
		.con4{width: 100%;height: auto;margin: auto;background: #fff;padding: 2rem 0 0;}
			.con4 .con_b{width: 96%;margin: auto;}
				.con4 .con_b .title_b{width: 100%;height: auto;text-align: center;}
					.con4 .con_b .title_b .ch{width: 100%;line-height: calc(46px + (60 - 46) * ((100vw - 300px) / (1180 - 300)));color:#000;font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1180 - 300)));font-weight: 600;display: flex;flex-direction: row;align-items: center;justify-content: center;}

				.con4 .con_b .con_list{width: 100%;margin: calc(18px + (30 - 18) * ((100vw - 300px) / (1180 - 300))) auto;display: flex;flex-wrap: wrap;justify-content:center;}

				.con4 .con_b .con_list ul{width: 100%;margin:auto;display: flex;flex-wrap: wrap;flex-direction: column;}
				.con4 .con_b .con_list ul li{width: 100%;margin-bottom: 15px;cursor: pointer;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center;background: rgba(255,255,255,1);transition: all 0.4s;padding:20px 0 10px;}
				.con4 .con_b .con_list ul li:hover{width:100%;margin-bottom: 15px;cursor: pointer;display: flex;flex-wrap: wrap;justify-content: center;background: rgba(236,245,255,1);}
				.con4 .con_b .con_list ul li .list{width: 94%;border-top: 1px solid rgba(121,121,121,.2);}
				.con4 .con_b .con_list ul li .list .date{width: 100%;text-align: left;line-height: 36px;font-size: 12px;color: #999;}
				.con4 .con_b .con_list ul li .list .title{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
				.con4 .con_b .con_list ul li .list .title a{width: 100%;text-align: left;line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));color: #222;font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
				.con4 .con_b .con_list ul li .list .pic{width: 100%;padding:10px 0;}
				.con4 .con_b .con_list ul li .list .pic img{width: 100%;height:80px;}
				.con4 .con_b .con_list ul li .list .more{width: 100%;}
				.con4 .con_b .con_list ul li .list .more a{width: 100%;text-align: left;line-height: 36px;font-size: 12px;color: #999;}


		/*----5----*/
		.con5{width: 100%;height: auto;background:rgba(51,51,51,1);overflow: hidden;}
			.con5 .con5_b{width: 96%;height: auto;margin: auto;}
			.con5 .con5_b .nav_btm{width: 100%;text-align: center;border-bottom: 1px solid rgba(255,255,255,0.2);margin: auto;height: calc(53px + (80 - 53) * ((100vw - 300px) / (1180 - 300)));display: none;}
			.con5 .con5_b .nav_btm a{line-height: calc(53px + (80 - 53) * ((100vw - 300px) / (1180 - 300)));font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));color: rgba(255,255,255,0.9);margin:0 20px;display: none;}
			
			.con5 .con5_b .con_b{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;padding:20px 0;}
			.con5 .con5_b .con_b .con_b_l{width: 100%;border-right: 1px solid rgba(255,255,255,0.2);box-sizing: border-box;}
			.con5 .con5_b .con_b .con_b_l .title{width: 100%;color:rgba(255,255,255,0.9);font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));line-height: calc(38px + (50 - 38) * ((100vw - 300px) / (1180 - 300)));text-align: left;font-weight: 600;}
			.con5 .con5_b .con_b .con_b_l .summary{width: 100%;color:rgba(255,255,255,0.4);line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1180 - 300)));text-align: left;}
			.con5 .con5_b .con_b .con_b_r{width: 100%;}
			.con5 .con5_b .con_b .con_b_r .title{width: 100%;color:rgba(255,255,255,0.9);font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));line-height: calc(38px + (50 - 38) * ((100vw - 300px) / (1180 - 300)));text-align: left;font-weight: 600;}
			.con5 .con5_b .con_b .con_b_r .summary{width: 100%;color:rgba(255,255,255,0.4);line-height: calc(26px + (34 - 26) * ((100vw - 300px) / (1180 - 300)));font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1180 - 300)));text-align: left;}

		.icp{width: 100%;height:auto;background: rgba(41,41,41,1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;overflow: hidden;}
			.icp .icp_b{width: 96%;line-height: calc(24px + (30 - 24) * ((100vw - 300px) / (1180 - 300)));text-align: center;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));font-weight: 400;color: rgba(255,255,255,0.4);padding: 20px 0;}
			.icp a{color: rgba(255,255,255,0.4);transition: all 0.4s; cursor: pointer;}
			.icp a:hover{color: rgba(255,255,255,0.8);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(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---*/
		.con_tem{width: 100%;height: auto;margin: auto;background: #fff;}
			.con_tem .con_bread_b{width: 100%;margin: -4px auto 0;background: #ededed;height: 66px;display: none;}
				.con_tem .con_bread_b .braed{width: 96%;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: 96%;margin: 30px auto;display: flex;flex-direction: column;}
				.con_tem .con_tem_b .con_tem_b_l{width: 100%;margin-bottom: 30px;}
				.con_tem .con_tem_b .con_tem_b_l .nav{width: 100%;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title{width: 100%;background: rgba(29,71,173,1);border-radius: 20px 0 0 0;display: flex;flex-wrap: wrap;justify-content: center;padding:30px 0 20px;display: none;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_title .en{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;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%;display: flex;flex-wrap: wrap;justify-content: space-around;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li{width: 48%;background: #fff;border-top:1px solid #dedede;border-left:1px solid #dedede;border-right:1px solid #dedede;border-bottom: 1px solid #dedede;transition: all 0.4s;border-radius: 20px;margin-bottom: 5px;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li:hover{width: 48%;background: #eee;border-left:1px solid #2c6cc3;border-right:1px solid #dedede;border-bottom: 1px solid #dedede;transition: all 0.4s;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a{width: 98%;line-height: calc(38px + (46 - 38) * ((100vw - 300px) / (1180 - 300)));padding-left: 2%;color: #222;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));display: block;text-align: center;}
				.con_tem .con_tem_b .con_tem_b_l .nav .nav_list ul li a:hover{width: 98%;line-height: calc(38px + (46 - 38) * ((100vw - 300px) / (1180 - 300)));padding-left: 2%;color:#2c6cc3;font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1180 - 300)));display: block;text-align: center;}



				.con_tem .con_tem_b .con_tem_b_r{width: 100%;margin: 0px auto 10px;}
				.con_tem .con_tem_b .con_tem_b_r .name{width: 100%;border-bottom: 1px solid #ededed;text-align: left;font-size: calc(24px + (32 - 24) * ((100vw - 300px) / (1180 - 300)));color: #222;font-weight: 600;line-height: calc(35px + (63 - 35) * ((100vw - 300px) / (1180 - 300)));}


				.con_tem .con_tem_b .con_tem_b_r .content{width: 100%;margin-top:30px;}
				.con_tem .con_tem_b .con_tem_b_r .content img{width: 70%;margin:20px 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: 100%;}
				.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: 100%;}
				.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:36px;cursor: pointer;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list{width: 92%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;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: 92%;background: rgba(44,108,195,0.3);display: flex;flex-wrap: wrap;justify-content: center;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 a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .pic{width: 90%;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .pic img{width: 100%;}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .txt{width: 90%;background: #ededed;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: calc(7px + (13 - 7) * ((100vw - 300px) / (1180 - 300)));}

				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .txt .title{width: 78%;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;padding-left: 2%;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list .txt .btn{width: 17%;height:100%;background: transparent;text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;border:1px solid rgba(64, 158, 255, 1);box-sizing: border-box;transition: all 0.4s;color: #1d47ad;font-weight: 600;}
				.con_tem .con_tem_b .con_tem_b_r .content_pro ul li .list:hover .txt .btn{width: 17%;height:100%;background: rgba(44,108,195,1);text-align: center;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;border:1px solid rgba(44,108,195,1);box-sizing: border-box;transition: all 0.4s;color: #fff;font-weight: 600;}






				.con_tem .con_tem_b .con_tem_b_r .content_news{width: 100%;}
				.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: #ededed;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 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_news ul li .list:hover{width: 98%;background: #ededed;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 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_news ul li .list .pic{width: 30%;display: none;}
				.con_tem .con_tem_b .con_tem_b_r .content_news ul li .list .pic img{width: 100%;}

				.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 .title{width: 100%;font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1180 - 300)));color: #222;line-height: calc(30px + (40 - 30) * ((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 .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%;}








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


}
