
	
	
	.CWindow{position:fixed;transform:translate(50%,50%);right:50%;bottom:50%;border-radius:10px;overflow: hidden;display: none; z-index:1250;}
    .CWindow .CWindow_bg{transform:scale(0);transition:transform 0.5s ease;-webkit-transform:transform 0.5s ease;background:rgba(255,255,255,0.85);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border-radius:10px;overflow: hidden;}
    .CWindow .CWindow_bg *{box-sizing: border-box;}
    .CWindow .CWindow_bg .CWindow_content{position:relative;padding:80px 60px;border-radius:10px;overflow: hidden;}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_close{position:absolute;right:22px;top:22px;cursor: pointer;}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_close img{width:20px}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_txt{width:100%;margin-bottom:50px}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dd{font-size:26px;margin-bottom:18px;color: #002571;text-align:center;}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dt{font-size:18px;text-align:center;color: #797979;}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_btn{width:100%;display:flex;justify-content:center;align-items:center;justify-content:center;align-items:center}
    .CWindow .CWindow_bg .CWindow_content .CWindow_content_btn a{}
    
    .CWindow.on{z-index:999999999;-moz-border-radius:10px;border-radius:10px;overflow: hidden;}
    .CWindow.on .CWindow_bg{transform:scale(1)}
    
    
.search-pagination{ text-align:center;width:100%;}
.pagination {
   text-align:center;width:100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline-block;    float: none;}
.pagination > li > a,
.pagination > li > span {
    position: relative;word-break: keep-all;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #00a2e9;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00a2e9;
    border-color: #00a2e9;
    cursor: default; }.factory1 ul li a{ display:block}
    
    .TPWindow{position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; background: rgba(0,0,0,.5); display: none; align-items: center; justify-content: center; z-index: 1250;}
	.TPWindow .TPWindow_bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
	.TPWindow .TPWindow_bg .TPWindow_content{width: 50%;overflow: hidden; background:white;-webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); filter: scale(0); filter: transform; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity: 1;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_box{width: 100%;padding: 50px;box-sizing: border-box;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_title{width: 100%;margin-bottom: 20px;font-size: 30px;color: #002571;text-align: center;font-weight: 500;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt{width: 100%;margin-bottom: 5px;padding-right: 10px;height: 45vh;overflow-y: auto;box-sizing: border-box;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar-track{background-color: #e5e5e5;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar-thumb{background:#c2c2c2;border-radius:100px;} 
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar-button{background-color: #ffffff;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar-corner{background-color: #ffffff;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar{width: 5px;height: 0px;border-radius:100px;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt p{font-size:16px;color: #666;line-height: 1.6;margin-bottom: 10px;}
	.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt p:last-child{margin-bottom: 0;}
	.TPWindow .TPWindow_bg .TPWindow_content_btn{width: 100%;padding: 20px 0;display: flex;align-items: center;justify-content: center;background-color: #f0f0f0;}
	.TPWindow .TPWindow_bg .TPWindow_content_btn .content_btn_txt{padding: 12px 35px;font-size:16px;color: #002571;border-radius: 100px;border: 1px solid #002571;cursor: pointer;display: inline-block;}
	.TPWindow .TPWindow_bg.on .TPWindow_content{-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); filter: scale(1); filter: transform; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; opacity: 1;}
	
			
    
    @media screen and (max-width: 1440px) {
		.CWindow .CWindow_bg .CWindow_content{width: 100%;padding:50px 40px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_close{right:15px;top:15px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_close img{width:22px}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt{margin-bottom:35px}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dd{font-size:24px;margin-bottom:14px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dt{font-size:16px;}
		
		
		.TPWindow .TPWindow_bg .TPWindow_content{width: 90%}
				.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_box{padding: 30px;}
				.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_title{margin-bottom: 20px;font-size: 24px;}
				.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt p{font-size:14px;margin-bottom: 10px;}
				.TPWindow .TPWindow_bg .TPWindow_content_btn{padding: 15px 0;}
				.TPWindow .TPWindow_bg .TPWindow_content_btn .content_btn_txt{padding: 10px 25px;font-size:14px;}
	}
    
    @media screen and (max-width: 766px) {
		.CWindow{max-width: 90%;width: 100%;}
		.CWindow .CWindow_bg{width: 100%;}
		.CWindow .CWindow_bg .CWindow_content{width: 100%;padding:50px 30px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_close{right:15px;top:15px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_close img{width:20px}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt{margin-bottom:30px}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dd{font-size:20px;margin-bottom:12px;}
		.CWindow .CWindow_bg .CWindow_content .CWindow_content_txt .content_txt_dt{font-size:14px;}
		
		
		.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_box{padding: 20px;}
		.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_title{margin-bottom: 20px;font-size: 20px;}
		.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt::-webkit-scrollbar{width: 3px;}
		.TPWindow .TPWindow_bg .TPWindow_content .TPWindow_content_txt p{font-size:14px;margin-bottom: 8px;}
		.TPWindow .TPWindow_bg .TPWindow_content_btn{padding: 15px 0;}
		.TPWindow .TPWindow_bg .TPWindow_content_btn .content_btn_txt{padding: 8px 20px;font-size:12px;}
	}

/*
	--------------------------
	间距清除
	--------------------------
	
*/	
/*@font-face{
		font-family:'SourceHanSansCN Normal';
		src:url('../fonts/SourceHanSansCN-Normal.otf');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN Normal') format('svg');
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype');
		font-weight: normal;
		font-style: normal;
	}

	@font-face{
		font-family:'SourceHanSansCN-Bold';
		src:url('../fonts/SourceHanSansCN-Bold.otf');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN Bold') format('svg');
		url('../fonts/SourceHanSansCN-Bold.otf') format('opentype');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'SourceHanSansCN-Medium';
		src:url('../fonts/SourceHanSansCN-Medium.otf');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN Medium') format('svg');
		url('../fonts/SourceHanSansCN-Medium.otf') format('opentype');
		font-weight: medium;
		font-style: normal;
	}
	@font-face{
		font-family:'SourceHanSansCN-Light';
		src:url('../fonts/SourceHanSansCN-Light.otf');
		src:local('☺'),
		
		url('../fonts/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Light.svg#SourceHanSansCN Light') format('svg');
		url('../fonts/SourceHanSansCN-Light.otf') format('opentype');
		
		font-weight: lighter;
		font-style: normal;
	}
	*/
	@font-face{
		font-family:'SourceHanSansCN-Regular';
		src:url('https://www.microport.com.cn/skin/fonts/SourceHanSansCN-Regular.otf');
		src:local('☺'),
		/*
		url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN Regular') format('svg');
		*/
		url('https://www.microport.com.cn/skin/fonts/SourceHanSansCN-Regular.otf') format('opentype');
		font-style: normal;
	}
	@font-face{
		font-family:'RobotoMedium';
		src:url('../font/Roboto-Medium.eot');
		src:local('☺'),
		url('../font/Roboto-Medium.eot') format('embedded-opentype'),
		url('../font/Roboto-Medium.woff') format('woff'),
		url('../font/Roboto-Medium.ttf') format('truetype'),
		url('https://www.microport.com.cn/skin/fonts/Roboto-Medium.otf') format('opentype'),
		url('../font/Roboto-Medium.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face{
		font-family:'RobotoRegular';
		src:url('../font/Roboto-Regular.eot');
		src:local('☺'),
		url('../font/Roboto-Regular.eot') format('embedded-opentype'),
		url('../font/Roboto-Regular.woff') format('woff'),
		url('../font/Roboto-Regular.ttf') format('truetype'),
		url('https://www.microport.com.cn/skin/fonts/Roboto-Regular.otf') format('opentype'),
		url('../font/Roboto-Regular.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
	ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
	form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
	embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
	blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select

	{ 	margin:0; padding:0;	}
	ol,ul 							{ 	list-style:none;		}

	* 								{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: 0;


	}
/*
	--------------------------
	A标签 配置
	--------------------------
*/
	a  								{
										text-decoration:none;
										outline:none;
										color: #666;
									}

	a:hover 						{	color: #000;			}
	img  							{	border: 0;
										max-width: 100%;
									}
	a:focus 						{	outline: none;			}
/*
	--------------------------
	Body 配置
	--------------------------
*/
	html             				{
										overflow-x:hidden;
										-webkit-text-size-adjust:none;
									}
	body 							{
										-webkit-font-smoothing: antialiased;
										font-family:'SourceHanSansCN-Regular','SourceHanSansCN-Light','微软雅黑';
										background: #fff;
										font-size: 14px;
										color: #666;
  										margin-left: auto;
 	 									margin-right: auto;max-width: 2560px;

									}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

	table 							{	border-collapse: collapse; width: 100%;	 }

	input[type='reset'],
	input[type='button'],
	input[type='submit']		{	cursor: pointer; outline: none;	 -webkit-appearance: none;	     }

	input[type='checkbox']	 		{
										position: relative;
										vertical-align: middle;
										margin-top: -2px;
										margin-bottom:1px;
										margin-left: 5px;
										margin-right: 5px;
										-webkit-appearance: none;
									}
	input[type='radio'] 			{	cursor: pointer; outline: none;	 }

	input[type='radio'] 	 		{
										position: relative;
										vertical-align: middle;
										margin-top: -2px;
										margin-bottom:1px;
										margin-left: 5px;
										margin-right: 5px;
									}

	textarea,
	input[type='email'],
	input[type='date'],
	input[type='password'],
	input[type='text'] 				{
										padding: 0px;
										color: #666;
										font-size: 12px;
										outline: none;
										font-family: "微软雅黑";
										-webkit-appearance: none;
									}


/*

/*
	--------------------------
	快捷方式
	--------------------------
*/
	.f-l 							{	float: left;					}
	.f-r 							{	float: right;					}
	.clearfix 						{
									  clear: both;
									}
	.clearfix:after 				{	clear: both;
										height: 0;
										content: "";
										line-height: 0;
										font-size: 0;
										display: block;
									}
/*
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('../fonts/DINEngschriftStd.eot');
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

	@font-face{
		font-family:'Roboto Regular';
		src:url('../font/Roboto-Regular.eot');
		src:local('☺'),
		url('../font/Roboto-Regular.eot') format('embedded-opentype'),
		url('../font/Roboto-Regular.woff') format('woff'),
		url('../font/Roboto-Regular.ttf') format('truetype'),
		url('https://www.microport.com.cn/skin/fonts/Roboto-Regular.otf') format('opentype'),
		url('../fonts/Roboto-Regular.svg#Roboto Regular') format('svg');
	}
	@font-face{
		font-family:'Roboto Bold';
		src:url('../fonts/Roboto-Bold.eot');
		src:local('☺'),
		url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.otf') format('opentype'),
		url('../fonts/Roboto-Bold.svg#Roboto Bold') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Light';
		src:url('../fonts/Roboto-Light.eot');
		src:local('☺'),
		url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.otf') format('opentype'),
		url('../fonts/Roboto-Light.svg#Roboto Light') format('svg');
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Medium';
		src:url('../font/Roboto-Medium.eot');
		src:local('☺'),
		url('../font/Roboto-Medium.eot') format('embedded-opentype'),
		url('../font/Roboto-Medium.woff') format('woff'),
		url('../font/Roboto-Medium.ttf') format('truetype'),
		url('https://www.microport.com.cn/skin/fonts/Roboto-Medium.otf') format('opentype'),
		url('../fonts/Roboto-Medium.svg#Roboto Medium') format('svg');
		font-style: normal;
	}*/

    .newClass{vertical-align: top;}
	sup{ vertical-align: inherit !important; font-size: inherit !important;font-family:'SourceHanSansCN-Regular','SourceHanSansCN-Light','微软雅黑' !important;}
	.newClass  .sup{ vertical-align: inherit !important; font-size: inherit;font-family:'SourceHanSansCN-Regular','SourceHanSansCN-Light','微软雅黑' !important;}
	.mewsB-e .sup{ vertical-align: inherit !important; font-size: inherit !important;font-family:'SourceHanSansCN-Regular','SourceHanSansCN-Light','微软雅黑' !important;}