/* 400 常规 */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/noto-sans-sc-5-400-normal.woff2') format('woff2'),
         url('../fonts/noto-sans-sc-5-400-normal.woff') format('woff'),
         url('../fonts/noto-sans-sc-5-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 中等 */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/noto-sans-sc-5-500-normal.woff2') format('woff2'),
         url('../fonts/noto-sans-sc-5-500-normal.woff') format('woff'),
         url('../fonts/noto-sans-sc-5-500-normal.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 700 加粗 */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('../fonts/noto-sans-sc-5-700-normal.woff2') format('woff2'),
         url('../fonts/noto-sans-sc-5-700-normal.woff') format('woff'),
         url('../fonts/noto-sans-sc-5-700-normal.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.imgBox380280 {
	width:380px;
	height:280px;
	overflow:hidden;
}
.imgBox380280 img {
	width:380px;
	height:280px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox380280 img:hover {
	transform:scale(1.2);
}

.your-element:hover {
  box-shadow: 0 0 8px rgba(100, 100, 100, 0.3);
}
.sy-bd {
	background-color: #F4F4F4;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	color: #666666;
	border-radius:4px 4px 4px 4px;
	height:40px;

}



body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font: normal 100%;
    font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1.4285714;
    color: #000000;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* 强制禁止页面横向滚动溢出 */
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
/* ======1600内容容器，上限锁死，永不超宽====== */
.site-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    /* 左右15px安全边距，小屏幕不会贴边 */
    padding: 0 15px;
    box-sizing: border-box;
}
table.layout-table{
    width:100%;
    max-width:1600px;
    border-collapse: collapse;
    table-layout: auto;
}
table.layout-table td{
    width:auto;
}
table.layout-table img{
    max-width: 100%;
    height: auto;
    /*display:block;*/
	display: inline-block;
    vertical-align: middle;
}
/*一级布局表格手机竖排，不穿透嵌套表格*/
@media screen and (max-width:768px){
	.layout-table > tbody > tr > td{
		display:block;
		width:100%;
	}
}
/*五栏服务表格手机竖排*/
@media screen and (max-width:768px){
    .service-table > tbody > tr > td[width="18%"]{
        display:block;
        width:100% !important;
        margin-bottom:35px;
    }
    .service-table > tbody > tr > td[width="3%"],
    .service-table > tbody > tr > td[width="13%"]{
        display:none;
    }
}


.jump-button-14 {
  display: inline-block;
  padding: 5px 5px;
  margin: 25px 0;
  font-size: 12px;
  color: #194ac3;
  border: 1px solid #194ac3;
  background-color: #ffffff;
  background-image: linear-gradient(#e3c803, #e3c803);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;

  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  /* 同时过渡背景尺寸 + 文字颜色 */
  transition: background-size 0.3s ease, color 0.3s ease;
  text-align:center;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.jump-button-14:visited {
  color: #194ac3;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.jump-button-14:link {
  color: #194ac3;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.jump-button-14:hover {
  background-size: 100% 100%;
  /* 这里改成你想要的悬停文字颜色，示例：#222222深黑色 */
  color: #ffffff;
  border: 1px solid #e3c803;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}




.jump-button {
  display: inline-block;
  padding: 15px 15px;
  margin: 25px 0;
  font-size: 14px;
  color: #194ac3;
  border: 1px solid #194ac3;
  background-color: #ffffff;
  background-image: linear-gradient(#e3c803, #e3c803);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
  font-weight:bold;

  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  /* 同时过渡背景尺寸 + 文字颜色 */
  transition: background-size 0.3s ease, color 0.3s ease;
  text-align:center;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.jump-button:visited {
  color: #194ac3;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.jump-button:link {
  color: #194ac3;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.jump-button:hover {
  background-size: 100% 100%;
  /* 这里改成你想要的悬停文字颜色，示例：#222222深黑色 */
  color: #ffffff;
  border: 1px solid #e3c803;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}


.jump-button-bai {
  display: inline-block;
  padding: 15px 15px;
  margin: 25px 0;
  font-size: 14px;
  color: #00184d;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  background-image: linear-gradient(#fee000, #fee000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;

  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  /* 同时过渡背景尺寸 + 文字颜色 */
  transition: background-size 0.3s ease, color 0.3s ease;
  text-align:center;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.jump-button-bai:visited {
  color: #00184d;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.jump-button-bai:link {
  color: #00184d;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.jump-button-bai:hover {
  background-size: 100% 100%;
  /* 这里改成你想要的悬停文字颜色，示例：#222222深黑色 */
  color: #00184d;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}



.jump-button-hui {
  display: inline-block;
  padding: 15px 15px;
  margin: 25px 0;
  font-size: 14px;
  color: #00184d;
  border: 0px solid #194ac3;
  background-color: #194ac3;
  background-image: linear-gradient(#fee000, #fee000);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;

  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  /* 同时过渡背景尺寸 + 文字颜色 */
  transition: background-size 0.3s ease, color 0.3s ease;
  text-align:center;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.jump-button-hui:visited {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.jump-button-hui:link {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.jump-button-hui:hover {
  background-size: 100% 100%;
  /* 这里改成你想要的悬停文字颜色，示例：#222222深黑色 */
  color: #00184d;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}




.imgBox20094 {
	width:200px;
	height:94px;
	overflow:hidden;
}
.imgBox20094 img {
	width:200px;
	height:94px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox20094 img:hover {
	transform:scale(1.2);
}



.shownews14 :visited {
font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.shownews14:link {
font-size: 14px;
  color: #000000;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.shownews14:hover {
font-size: 14px;
  color: #e3c803;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}




.index-news-time {
	font-family: Anton, Arial, Helvetica, sans-serif;
	font-size: 1.55rem;
	color: #000000;
	}	

.index-news-title :visited {
font-size: 1.40rem;
  color: #000000;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.index-news-title:link {
font-size: 1.40rem;
  color: #000000;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.index-news-title:hover {
  font-size: 1.40rem;
  color: #e3c803;
  font-weight:bold;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.index-news-more :visited {
font-size: 0.70rem;
  color: #e3c803;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
.index-news-more:link {
font-size: 0.70rem;
  color: #e3c803;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
} 
 
.index-news-more:hover {
font-size: 0.70rem;
  color: #fee000;
  text-decoration: none;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}





.chinweb-neiye-b1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 2.60rem;
	color: #ffffff;
	line-height:5rem;
	font-weight:900;
	}	
.chinweb-neiye-b2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 1.50rem;
	color: #ffffff;
	line-height:5rem;
	}



.chinweb-2023-40-en {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-weight:bold;
	font-size: 1.55rem;
	color: #000000;
	}
.chinweb-2023-16-en {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #000000;
	}	
	
		
.chinweb-2023-28 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 1.00rem;
	color: #000000;
	}	

.chinweb-2023-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height:2rem;
	}
	
.chinweb-contact-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height:2rem;
	font-weight:900;
	}
.chinweb-contact-16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height:2rem;
	}	
		
	
.chinweb-aboutus-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 1.00rem;
	color: #000000;
	line-height:2rem;
	}	
		
.chinweb-2023-24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.30rem;
	color: #000000;
	font-weight:bold;
	}	
.chinweb-2023bottom-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 0.80rem;
	color: #a6a6a6;
	line-height:2.8rem;
	}
.chinweb-2023bottom-tel {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.30rem;
	color: #a6a6a6;
	line-height:2.2rem;
	}


.chinweb-index-28 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 0.85rem;
	font-weight:bold;
	color: #ff0000;
	}	

.chinweb-index-14 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 0.875rem;
	color: #7e7e7e;
	}	

.chinweb-index-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 1.25rem;
	color: #000000;
	}	
	
	
.chinweb-index-news20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.00rem;
	color: #000000;
	}	
	
	
	
	

a.chinweb-index-20:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-index-20:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-index-20:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
}	


a.chinweb-index-20-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-index-20-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-index-20-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}	


a.chinweb-index-20-hei-huang:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-index-20-hei-huang:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-index-20-hei-huang:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	background-color:#ffe400;
}	






.chinweb-index-55 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 3.43rem;
	color: #000000;
	}	

.chinweb-index-tx-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.56rem;
	color: #666666;
	}	
.chinweb-index-tx-2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.875rem;
	color: #000000;
	}	
.chinweb-index-tx-3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.125rem;
	color: #000000;
	line-height:2.4rem;
	}	

.chinweb-index-news {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	color: #7c7c7c;
	}	


a.chinweb-index-news-tit:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #7c7c7c;
	line-height:1.8rem;
}
a.chinweb-index-news-tit:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #7c7c7c;
	line-height:1.8rem;
}
a.chinweb-index-news-tit:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	text-decoration: none;
	color: #000000;
	line-height:1.8rem;
}	


a.chinweb-index-news:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #7c7c7c;
	line-height:1.8rem;
}
a.chinweb-index-news:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #7c7c7c;
	line-height:1.8rem;
}
a.chinweb-index-news:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #000000;
	line-height:1.8rem;
}	



.chinweb-index-pri-bottom30 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.875rem;
	color: #000000;
	}	
.chinweb-index-pri-bottom30-xian {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.875rem;
	color: #000000;
	border-bottom:3px solid #ffe401;margin-bottom:30px;
	}	

.chinweb-index-pri-bottom18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.125rem;
	color: #818181;
	}	
.chinweb-index-pri-bottom22 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.375rem;
	color: #727272;
	}
	
.chinweb-index-pri-bottom22-xian {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.375rem;
	color: #727272;
	border-bottom:3px solid #ffe401;margin-bottom:30px;
	}







a.chinweb-index-bottom:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 2.18rem;
	text-decoration: none;
	color: #ffffff;
	line-height:2.3rem;
}
a.chinweb-index-bottom:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 2.18rem;
	text-decoration: none;
	color: #ffffff;
	line-height:2.3rem;
}
a.chinweb-index-bottom:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 2.18rem;
	text-decoration: none;
	color: #aaaaaa;
	line-height:2.3rem;
}	



.chinweb-pro-14 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	color: #000000;
	}	
a.chinweb-pro-14:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-pro-14:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-pro-14:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #000000;
}	



a.chinweb-pro-14-huang:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-pro-14-huang:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-pro-14-huang:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 0.875rem;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	background-color:#ffe400;
}











a.chinweb-news-16s:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1rem;
	text-decoration: none;
	color: #7e7e7e;
}
a.chinweb-news-16s:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1rem;
	text-decoration: none;
	color: #7e7e7e;
}
a.chinweb-news-16s:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1rem;
	text-decoration: none;
	color: #000000;
}	


.chinweb-cases-shuzi {
	font-family: 'Pano';
	font-size: 1.1rem;
	color: #000000;
	}	
.chinweb-cases-30 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 2rem;
	color: #000000;
	}	

.chinweb-cases-22 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.375rem;
	color: #000000;
	}

.chinweb-cases-16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.125rem;
	color: #666666;
	}


.chinweb-about-20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	color: #ffffff;
	}	

.chinweb-about-55 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 3.43rem;
	color: #bfbfbf;
	}	

.chinweb-about-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.56rem;
	color: #c6c6c6;
	}

.chinweb-about-2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.95rem;
	color: #ffffff;
	}
.chinweb-about-3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.00rem;
	color: #c6c6c6;
	}


.chinweb-news-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.16rem;
	color: #333333;
	}
a.chinweb-news-2:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-news-2:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-news-2:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #666666;
}	



a.chinweb-news-jt:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-news-jt:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #666666;
}
a.chinweb-news-jt:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #ffe401;
}
.chinweb-news-jt {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	color: #666666;
	}


a.chinweb-news-jt2:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-news-jt2:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #000000;
}
a.chinweb-news-jt2:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.666rem;
	text-decoration: none;
	color: #ffe401;
}






.chinweb-news-3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.875rem;
	color: #000000;
	}

.chinweb-contact-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 2.5rem;
	color: #000000;
	line-height:2.8rem;
	}

.chinweb-contact-2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 1.25rem;
	color: #000000;
	line-height:1.5rem;
	}















.yd-2021-tit1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	}	
.yd-2021-tit2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #9b9b9b;
	}	
.yd-2021-tit3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #666666;
	font-weight:bold;
	}	
	
	
	
.yd-2021-tell2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #9b9b9b;
	}	
.yd-2021-tell3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 36px;
	color: #666666;
	font-weight:bold;
	}		
	
	
.yd-2021-name1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffd505;
	font-weight:bold;
	}	
.yd-2021-name2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #9b9b9b;
	line-height:26px;

	}	
.yd-2021-name3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffd505;
	font-weight:bold;
	line-height:26px;
	}		
.yd-2021-name4 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffd505;
	font-weight:bold;
	}	
.yd-2021-name5 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #9b9b9b;
	}	
	
	
.imgBox426370 {
	width:426px;
	height:370px;
	overflow:hidden;
}
.imgBox426370 img {
	width:426px;
	height:370px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox426370 img:hover {
	transform:scale(1.2);
}	
	
	
.imgBox146144 {
	width:146px;
	height:144px;
	overflow:hidden;
}
.imgBox146144 img {
	width:146px;
	height:144px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox146144 img:hover {
	transform:scale(1.2);
}		
		
	
		
	
.yd-2021-tit4 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #232323;
	font-weight:bold;
	line-height:40px;
	
	}	
.yd-2021-tit5 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #666666;
	line-height:30px;
	}	
	
	
	
	
.about-wz-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color:#FFFFFF;
	text-decoration: none;
	filter:glow(color=#888888,strength=3);text-shadow:1px 0 4px #888888, 0 1px 4px #888888, 0 -1px 4px #888888, -1px 0 4px #888888
	}
.about-wz-2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 12px;
	color:#dedede;
	text-decoration: none;
	filter:glow(color=#888888,strength=3);text-shadow:1px 0 4px #888888, 0 1px 4px #888888, 0 -1px 4px #888888, -1px 0 4px #888888
	}		
.about-wz-3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color:#dedede;
	text-decoration: none;
	filter:glow(color=#888888,strength=3);text-shadow:1px 0 4px #888888, 0 1px 4px #888888, 0 -1px 4px #888888, -1px 0 4px #888888
	}			


.ff-index-bs1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 28px;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
	}		
.ff-index-bs2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	text-decoration: none;
	}	


a.ff-index-bs1:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 28px;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
}
a.ff-index-bs1:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 28px;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
}
a.ff-index-bs1:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 28px;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
}	
a.ff-index-bs2:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	text-decoration: none;
}
a.ff-index-bs2:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	text-decoration: none;
}
a.ff-index-bs2:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	text-decoration: none;
}	



.imgBox700570 {
	width:700px;
	height:570px;
	overflow:hidden;
}
.imgBox700570 img {
	width:700px;
	height:570px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox700570 img:hover {
	transform:scale(1.2);
}

.tms1pro {
  animation: dongHua 3s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #ffffff;
	line-height:130px;
	font-weight:bold;
}


.tms1 {
  animation: dongHua 3s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	line-height:130px;
	font-weight:bold;
} 
@keyframes dongHua {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tms2 {
  animation: dongHua2 6s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	line-height:45px;
	font-weight:bold;
} 
@keyframes dongHua2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.tms3 {
  animation: dongHua3 3s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	line-height:80px;
	font-weight:bold;
} 
@keyframes dongHua3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tms4 {
  animation: dongHua4 6s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #000000;
	line-height:35px;
	font-weight:bold;
} 
@keyframes dongHua4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.tms5 {
  animation: dongHua5 3s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 200px;
	color: #ffffff;
	line-height:230px;
	font-weight:bold;
} 
@keyframes dongHua5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tms6 {
  animation: dongHua6 6s 1 ease-in-out;
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #ffffff;
	line-height:75px;
	font-weight:bold;
} 
@keyframes dongHua6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.index-about2020-bai40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	line-height:60px;
	font-weight:bold;
	}
.index-about2020-bai100 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 80px;
	color: #ffffff;
	line-height:120px;
	font-weight:bold;
	}
.index-about2020-bai20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	line-height:34px;
	font-weight:bold;
	}





.index-inc1-bottom-bai16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}
.index-inc1-bottom-hei16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #000000;
	}
	
	
.index-pro-banner-bai100 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	line-height:130px;
	font-weight:bold;
	}	
.index-pro-banner-bai25 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	line-height:45px;
	font-weight:bold;
	}		
	
	
.index-ff-banner-bai200 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 200px;
	color: #ffffff;
	line-height:230px;
	font-weight:bold;
	}	
.index-ff-banner-bai50 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #ffffff;
	line-height:75px;
	font-weight:bold;
	}			
	
	
	
	
.index-wckf-banner-hei100 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	line-height:80px;
	font-weight:bold;
	}	
.index-wckf-banner-hei25 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #000000;
	line-height:35px;
	font-weight:bold;
	}		
	


.index-pro-showpro-hei150_bai {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	line-height:130px;
	font-weight:bold;
	}		
.index-pro-showpro-hei25_bai {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	line-height:45px;
	font-weight:bold;
	}			
	
	
	
	
.index-pro-showpro-hei150 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #000000;
	line-height:130px;
	font-weight:bold;
	}	
.index-pro-showpro-hei70 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	line-height:45px;
	font-weight:bold;
	}			
.index-pro-showpro-hei25 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #000000;
	line-height:45px;
	font-weight:bold;
	}		


.index-inc1-banner-bai40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	}
.index-inc1-banner-bai26 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #ffffff;
	font-weight:bold;
	}
	
.index-inc1-banner-bai40-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	}
.index-inc1-banner-bai26-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #000000;
	font-weight:bold;
	}	
	
	
	
.index-inc1-title-bai150 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #ffffff;
	font-weight:bold;
	}
	
a.index-inc1-title-bai150:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai150:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai150:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}		
	
	
	
a.index-inc1-title-bai60-new:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai60-new:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai60-new:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}		
	
	
	
	
	
	
.index-inc1-title-bai100 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	font-weight:bold;
	}	
a.index-inc1-title-bai100:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai100:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai100:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 100px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}	
	
	
.index-ff-title-bai150 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #ffffff;
	line-height:200px;
	font-weight:bold;
	}
.index-ff-title-bai70 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 70px;
	color: #ffffff;
	line-height:100px;
	font-weight:bold;
	}
	


.index-inc1-title-bai40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	}
	
a.index-inc1-title-bai40:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}	
	
	
	
.index-inc1-title-bai40hong {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	}
	
a.index-inc1-title-bai40hong:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40hong:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40hong:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}		
	
	
.index-ff-title-bai140-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 140px;
	color: #000000;
	line-height:200px;
	font-weight:bold;
	}	
.index-ff-title-bai50-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	line-height:80px;
	font-weight:bold;
	}	
	
.index-ff-title-bai90-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #000000;
	line-height:120px;
	font-weight:bold;
	}	
a.index-ff-title-bai90-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #000000;

	font-weight:bold;
	text-decoration: none;
}
a.index-ff-title-bai90-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #000000;

	font-weight:bold;
	text-decoration: none;
}
a.index-ff-title-bai90-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #000000;

	font-weight:bold;
	text-decoration: none;
	border-bottom:10px solid #e70012;margin-bottom:35px;
}		
	
	
.index-ff-title-bai25-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #000000;
	line-height:40px;
	font-weight:bold;
	}		
a.index-ff-title-bai25-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #000000;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
}
a.index-ff-title-bai25-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #000000;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
}
a.index-ff-title-bai25-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #000000;
	line-height:40px;
	font-weight:bold;
	text-decoration: none;
	border-bottom:5px solid #e70012;margin-bottom:35px;
}			
	
	
	
	
.index-ffs-title-bai140-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 140px;
	color: #000000;
	line-height:200px;
	font-weight:bold;
	}	
.index-ffs-title-bai50-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	line-height:75px;
	font-weight:bold;
	}		
	
.index-about-title-bai140-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 140px;
	color: #000000;
	line-height:210px;
	font-weight:bold;
	}		
.index-about-title-bai110-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 120px;
	color: #000000;
	line-height:190px;
	font-weight:bold;
	}	
	
.index-about-title-bai110-hei-xi {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 110px;
	color: #555555;
	line-height:160px;
	}	
	
	
	
.index-about-title-bai60-hei-bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	line-height:90px;
	font-weight:bold;
	}		
.index-about-title-bai40-hei-bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	line-height:60px;
	}		
	
.index-about-title-bai60-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	line-height:90px;
	font-weight:bold;
	}	
	
.index-about-title-bai50-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	line-height:70px;
	font-weight:bold;
	}	
	
a.index-about-title-bai50-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	font-weight:bold;
	line-height:70px;
	text-decoration: none;
}
a.index-about-title-bai50-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #000000;
	font-weight:bold;
	line-height:70px;
	text-decoration: none;
}
a.index-about-title-bai50-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #e40011;
	font-weight:bold;
	line-height:70px;
	text-decoration: none;
}			
	
	
	
	
.index-about-title-bai40-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	line-height:60px;
	}		
	
	
.index-about-title-bai20-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #000000;
	line-height:30px;
	font-weight:bold;
	}		
	
.index-about-title-bai20-hei-xi {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #514a4a;
	line-height:30px;
	}			
	
	
	
.index-about-title-bai140-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 140px;
	color: #ffffff;
	line-height:210px;
	font-weight:bold;
	}		
	
.index-about-title-bai120-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 120px;
	color: #ffffff;
	line-height:180px;
	font-weight:bold;
	}			
.index-about-title-bai60-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 55px;
	color: #ffffff;
	line-height:110px;
	font-weight:bold;
	}		
.index-about-title-bai30-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #dddddd;
	line-height:45px;
	}		
	
	
.index-about-title-bai90-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	line-height:135px;
	font-weight:bold;
	}			
.index-about-title-bai25-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	line-height:37px;
	font-weight:bold;
	}			
	
.index-about-title-bai90-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #ffffff;
	line-height:140px;
	font-weight:bold;
	}		


.index2020-about-title-bai70-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	line-height:100px;
	font-weight:bold;
	}
.index2020-about-title-bai25-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	line-height:26px;
	}			
.index2020-about-title-bai25-heiss_hui_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	line-height:26px;
	}	




.index-about-title-bai70-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 70px;
	line-height:100px;
	font-weight:bold;
	}
.index-about-title-bai25-heiss_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	line-height:40px;
	}			
.index-about-title-bai25-heiss_hui_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	line-height:40px;
	}			
	

	
.index-about-title-bai70-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 70px;
	color: #ffffff;
	line-height:100px;
	font-weight:bold;
	}		
.index-about-title-bai50-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #ffffff;
	line-height:75px;
	font-weight:bold;
	}		
	
.index-about-title-bai50-heiss-new {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	line-height:60px;
	font-weight:bold;
	}			
	
	
.index-about-title-bai40-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	line-height:60px;
	font-weight:bold;
	}
	
.index-about-title-bai20-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	line-height:30px;
	}		
			
	
.index-about-title-bai25-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	line-height:40px;
	}		
.index-about-title-bai25-heiss_hui {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #bbbbbb;
	line-height:40px;
	}			
	
	
.index-jobs-title-bai25-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	line-height:38px;
	}			
.index-jobs-title-bai110-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 110px;
	color: #ffffff;
	line-height:170px;
	}	
.index-jobs-title-bai50-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 50px;
	color: #ffffff;
	line-height:75px;
	}		
.index-jobs-title-bai30-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #ffffff;
	line-height:45px;
	}		
	
	
	
.index-news-title-bai22-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 22px;
	color: #ffffff;
	line-height:33px;
	}		
.index-news-title-bai90-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	color: #ffffff;
	line-height:133px;
	}		
	
	
.index-news-title-bai30-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	line-height:43px;
	}			
	
	
	
	
	
	
.index-news-title-bai25-heiss {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	line-height:38px;
	}	
	
a.index-news-title-bai25-heiss:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
}
a.index-news-title-bai25-heiss:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
}
a.index-news-title-bai25-heiss:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	color: #ffffff;
	text-decoration: underline;
}			
		

		
	
.index-inc1-title-bai40-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	font-weight:bold;
	}
	
a.index-inc1-title-bai40-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-bai40-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}		
	
.index-inc1-title-hei150 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 150px;
	color: #000000;
	font-weight:bold;
	}		
.index-inc1-title-hei40s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	}		
	
.index-inc1-title-hei40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #000000;
	font-weight:bold;
	}	
.index-inc1-title-hei30 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #000000;
	font-weight:bold;
	}		
	
.index-inc1-title-bai90 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	line-height:180px;
	color: #ffffff;
	font-weight:bold;
	}		
.index-inc1-title-bai30 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	line-height:40px;
	color: #ffffff;
	font-weight:bold;
	}		
	
.index-inc1-title-bai90_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 90px;
	line-height:180px;
	font-weight:bold;
	}		
.index-inc1-title-bai30_bs {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	line-height:40px;
	font-weight:bold;
	}		
	
	
	
	
	
.index-inc1-title-bai30hui {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #dddddd;
	line-height:60px;
	}	
	
	
	
	
	
	
	
	
	
.index-inc1-title-bai34 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	}	
.index-inc1-title-bai34-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	}		
	
.index-inc1-title-bai32-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 32px;
	color: #000000;
	font-weight:bold;
	}	
	
	
a.index-inc1-title-hong60:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #e40011;
	line-height:120px;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-hong60:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #e40011;
	line-height:120px;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-hong60:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 60px;
	color: #ffffff;
	line-height:120px;
	font-weight:bold;
	text-decoration: none;
}	
	
	
	
	
	
a.index-inc1-title-hong24:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-hong24:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-hong24:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}


.index-inc1-title-bai24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	}	
.index-inc1-title-bai24-40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	line-height:40px;
	color: #ffffff;
	font-weight:bold;
	}		
	
	
	
.index-inc1-title-bai35 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 35px;
	line-height:60px;
	color: #ffffff;
	}		
.index-inc1-title-bai25 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 25px;
	line-height:40px;
	color: #cccccc;
	}		
	
	
	
	
	
	
	
	
	
.index-inc1-title-bai24s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffffff;
	}		
	
.index-inc1-title-bai24s-40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	}	
	
	
.index-inc1-title-bai24-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #000000;
	}		
	
.index-inc1-title-bai24-hei-40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 30px;
	line-height:40px;
	color: #000000;
	font-weight:bold;
	}			

	
.index-inc1-title-bai16s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}	
	
.index-inc1-title-bai22s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #ffffff;
	}		
	
.index-inc1-title-hei22s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #000000;
	}			
	
	
	
.index-inc1-title-bai14s {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #bdbdbd;
	}		
		
	
.index-inc1-title-bai16s-hei {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #000000;
	}			
	
	
	
	
	
.index-inc1-title-bai26 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 32px;
	color: #ffffff;
	font-weight:bold;
	}		
	
.index-inc1-title-bai55 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 55px;
	line-height:110px;
	color: #ffffff;
	font-weight:bold;
	}			
	
	
	
	
	
	
	
	
.index-inc1-title-bai16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #a5a5a5;
	}		
	
	
.index-inc1-title-cases40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	}	
.index-inc1-title-cases18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	}	
	
	
.index-inc1-title-cases70 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 70px;
	color: #000000;
	font-weight:bold;
	}	
.index-inc1-title-cases35 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 35px;
	color: #000000;
	font-weight:bold;
	}	
	
	
a.index-inc1-title-cases35:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases35:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases35:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	border-bottom:10px solid #e40011;margin-bottom:35px;
}	
	
	
	
	
		
	
	
	
	
a.index-inc1-title-cases18:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
	border-bottom:4px solid #e40011;margin-bottom:35px;
}
	
	
	
	
a.index-inc1-title-cases18-bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18-bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18-bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
	border-bottom:4px solid #e40011;margin-bottom:35px;
}	
	
	
	
	
a.index-inc1-title-cases40-bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	border-bottom:10px solid #e40011;margin-bottom:35px;
}		
	

a.index-inc1-title-cases40-hong:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-hong:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-hong:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	border-bottom:10px solid #ffffff;margin-bottom:35px;
}	
	
	
	
a.index-inc1-title-cases40-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases40-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 40px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	border-bottom:10px solid #e40011;margin-bottom:35px;
}		
	
	


a.index-inc1-title-cases18-bai-hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18-bai-hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #0000000;
	font-weight:bold;
	text-decoration: none;
}
a.index-inc1-title-cases18-bai-hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #e40011;
	font-weight:bold;
	text-decoration: none;
	border-bottom:4px solid #e40011;margin-bottom:35px;
}		
	
	


.banner540{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}	
.ban-img540{
	min-width:100%;
	height:540px;
	overflow:hidden;
	position:relative;
	}
.ban-img540 img{
	width:1920px;
	height:540px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-270px;
	}	
		


td {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	text-decoration: none;
}

.banner574{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}	
.ban-img574{
	min-width:100%;
	height:574px;
	overflow:hidden;
	position:relative;
	}
.ban-img574 img{
	width:1920px;
	height:574px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-280px;
	}	


a.t2118_pro24:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #343434;
	font-weight:bold;
	text-decoration: none;
}
a.t2118_pro24:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #343434;
	font-weight:bold;
	text-decoration: none;
}
a.t2118_pro24:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #0d62a5;
	font-weight:bold;
	text-decoration: none;
}

a.t2118_pro24_14s:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #343434;
	text-decoration: none;
}
a.t2118_pro24_14s:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #343434;
	text-decoration: none;
}
a.t2118_pro24_14s:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #0d62a5;
	text-decoration: none;
}







.title_24index_hei24_18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	}

.imgBox15090 {
	width:150px;
	height:90px;
	overflow:hidden;
}
.imgBox15090 img {
	width:150px;
	height:90px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox15090 img:hover {
	transform:scale(1.2);
}



.imgBox340 {
	width:340px;
	height:229px;
	overflow:hidden;
}
.imgBox340 img {
	width:340px;
	height:229px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox340 img:hover {
	transform:scale(1.2);
}


.imgBox200343 {
	width:200px;
	height:343px;
	overflow:hidden;
}
.imgBox200343 img {
	width:200px;
	height:343px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox200343 img:hover {
	transform:scale(1.2);
}


.imgBox325325 {
	width:325px;
	height:325px;
	overflow:hidden;
}
.imgBox325325 img {
	width:325px;
	height:325px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox325325 img:hover {
	transform:scale(1.2);
}


.imgBox580391 {
	width:580px;
	height:391px;
	overflow:hidden;
}
.imgBox580391 img {
	width:580px;
	height:391px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox580391 img:hover {
	transform:scale(1.2);
}




.imgBox263135 {
	width:263px;
	height:135px;
	overflow:hidden;
}
.imgBox263135 img {
	width:263px;
	height:135px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox263135 img:hover {
	transform:scale(1.2);
}


.news-time1 {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #d8d8d8;
	font-weight:bold;
	}
.news-time2 {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	}
	
.news-time2-bai {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}	
	
.news-time3 {
	font-family: Century Gothic,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	}
.news-time8 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 12px;
	color: #999999;
	}	
	

.t_about_bai_24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffffff;
	}
.t_about_hei_24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #333333;
	}	

.banner{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}
.ban-img{
	min-width:100%;
	height:660px;
	overflow:hidden;
	position:relative;
	}
.ban-img img{
	width:1920px;
	height:660px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-330px;
	}

.title_24index_hei24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #333333;
	}
.title_18index_hei26 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #333333;
	}
	
.title_18index_hei26_20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #333333;
	}	
	
.title_24index_hei24_lan {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #0077ff;
	font-weight:bold;
	}	
a.title_24index_hei24_lan:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #0077ff;
	text-decoration: none;
}
a.title_24index_hei24_lan:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #0077ff;
	text-decoration: none;
}
a.title_24index_hei24_lan:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 26px;
	color: #ff6600;
	text-decoration: none;
}	
	
	
.title_18index_hei26_cu {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #333333;
	font-weight:bold;
	line-height:35px;
	}	
a.title_18index_hei26_cu:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
a.title_18index_hei26_cu:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
a.title_18index_hei26_cu:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #0077ff;
	text-decoration: none;
}		
	


a.t2118_bai24:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #36404b;
	text-decoration: none;
}
a.t2118_bai24:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #36404b;
	text-decoration: none;
}
a.t2118_bai24:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}
.t2118_bai24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #676767;
	}



a.t2118_bai18:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #36404b;
	text-decoration: none;
}
a.t2118_bai18:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #36404b;
	text-decoration: none;
}
a.t2118_bai18:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #c81524;
	text-decoration: none;
}



a.int_t2118_bai18:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ff6600;
	text-decoration: none;
}
a.int_t2118_bai18:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ff6600;
	text-decoration: none;
}
a.int_t2118_bai18:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ff0000;
	text-decoration: none;
}



a.title_top_12:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.title_top_12:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.title_top_12:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #005bac;
	text-decoration: none;
}	


a.bottom_bai_12:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.bottom_bai_12:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.bottom_bai_12:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #005bac;
	text-decoration: none;
}


.title_18index_baibai18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}
.top_12_12 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #999999;
	}
	
.index_18index_baibai18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ff6600;
	line-height:40px;
	}


.index_title_17abc_18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}


a.title_top_12:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.title_top_12:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.title_top_12:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}	


a.bottom_bai_12:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.bottom_bai_12:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.bottom_bai_12:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}


.title_18index_baibai18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}

	
	
.title_36index_bai24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #ffffff;
	}	
	
.title_16index_bai24_16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #333333;
	}		
	
	
a.t118_bai18:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.t118_bai18:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.t118_bai18:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #e9f10c;
	text-decoration: none;
}	
	
.int_title_18index_hei16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	}	



.title_18index_hei24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	}	
.title_18index_hei24_lan {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #00a2ec;
	}		

	
.in_cnws_hei16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #333333;
	}	

.title_2018_hei_20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #444444;
	}
.title_2018_hei_14 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	}
	.title_2018_hei_14_en {
	font-family: Candara, Arial, sans-serif;
	font-size: 18px;
	color: #444444;
	}
.title_2018_hei_20_33 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	line-height:33px;
	}	
.title_2018_hei_14_77 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffffff;
	}





.title_2018_bai_20 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	}
.title_2018_bai_14 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffffff;
	}
	.title_2018_bai_14_en {
	font-family: Candara, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	}


.title_gengduo {
	font-family: Candara, Arial, sans-serif;
	font-size: 24px;
	color: #c01639;
	border: solid 1px #c01639;
	}
a.top-en:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
a.top-en:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #777777;
	text-decoration: none;
}
a.top-en:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #1d4882;
	text-decoration: none;
}	
a.top-cn:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #777777;
	text-decoration: none;
}
a.top-cn:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #777777;
	text-decoration: none;
}
a.top-cn:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #1d4882;
	text-decoration: none;
}	
.top_line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	}


a.gengduo:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #c01639;
	text-decoration: none;
}
a.gengduo:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #c01639;
	text-decoration: none;
}
a.gengduo:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #c70f1f;
	text-decoration: none;
}	

.bottom_12_bai {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #8d8988;
	}

.bottom_12_bai2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffffff;
	}



.title_17abc_40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 22px;
	color: #444444;
	}
.title_17abc_18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #222222;
	}	


a.cnwsp_30_bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
a.cnwsp_30_bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
a.cnwsp_30_bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}






a.cnwsp_30:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
a.cnwsp_30:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
a.cnwsp_30:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}



a.cnwsp_30s:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
a.cnwsp_30s:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
a.cnwsp_30s:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #c81524;
	text-decoration: none;
}




a.cnwsp_16:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.cnwsp_16:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a.cnwsp_16:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}


.title_abc_40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #434341;
	}
	.title_abc_14 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #434341;
	}

a.cnwsp:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #454545;
	text-decoration: none;
}
a.cnwsp:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #454545;
	text-decoration: none;
}
a.cnwsp:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ff6600;
	text-decoration: underline; 
}	
.title_left288 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #15458f;
	line-height:40px;
	}
.title_left18 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #666666;
	}

.title_left40 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #333333;
	}
.title_left30 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #898989;
	}
a.index-cnwsp:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}
a.index-cnwsp:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}
a.index-cnwsp:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #ff6600;
	text-decoration: none;
}	

.in_cnws_bai16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ffffff;
	}	
a.in_cnws_bai16:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.in_cnws_bai16:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a.in_cnws_bai16:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}		




a.title_left_hei20:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #c70f1f;
	text-decoration: none;
}
a.title_left_hei20:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #c70f1f;
	text-decoration: none;
}
a.title_left_hei20:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ff6600;
	text-decoration: none;
}

	
.banner775{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}	
.ban-img775{
	min-width:100%;
	height:775px;
	overflow:hidden;
	position:relative;
	}
.ban-img775 img{
	width:1920px;
	height:775px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-400px;
	}	
	
	
.banner912{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}	
.ban-img912{
	min-width:100%;
	height:912px;
	overflow:hidden;
	position:relative;
	}
.ban-img912 img{
	width:1920px;
	height:912px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-500px;
	}	
	
	
.banner637{
	min-width:100%;
	height:auto;
	overflow:hidden;
	}	
.ban-img637{
	min-width:100%;
	height:637px;
	overflow:hidden;
	position:relative;
	}
.ban-img637 img{
	width:1920px;
	height:637px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-300px;
	}		
	
	
	
	
.imgBox483322 {
	width:438px;
	height:308px;
	overflow:hidden;
}
.imgBox483322 img {
	width:438px;
	height:308px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox483322 img:hover {
	transform:scale(1.2);
}


.imgBox380196 {
	width:380px;
	height:196px;
	overflow:hidden;
}
.imgBox380196 img {
	width:380px;
	height:196px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox380196 img:hover {
	transform:scale(1.2);
}




.imgBox234234 {
	width:234px;
	height:234px;
	overflow:hidden;
}
.imgBox234234 img {
	width:234px;
	height:234px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox234234 img:hover {
	transform:scale(1.2);
}


.imgBox282190 {
	width:282px;
	height:190px;
	overflow:hidden;
}
.imgBox282190 img {
	width:282px;
	height:190px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox282190 img:hover {
	transform:scale(1.2);
}




	
.imgBox300222 {
	width:300px;
	height:222px;
	overflow:hidden;
}
.imgBox300222 img {
	width:300px;
	height:222px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox300222 img:hover {
	transform:scale(1.2);
}	

.imgBox200267 {
	width:200px;
	height:267px;
	overflow:hidden;
}
.imgBox200267 img {
	width:200px;
	height:267px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox200267 img:hover {
	transform:scale(1.2);
}



.imgBox370277 {
	width:370px;
	height:277px;
	overflow:hidden;
}
.imgBox370277 img {
	width:370px;
	height:277px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox370277 img:hover {
	transform:scale(1.2);
}
	

.imgBox372225 {
	width:372px;
	height:225px;
	overflow:hidden;
}
.imgBox372225 img {
	width:372px;
	height:225px;
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.imgBox372225 img:hover {
	transform:scale(1.2);
}	


.a1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
	text-decoration: none;
	height: 21px;
	border: 1px solid #8da4bb;
	background-color: f2f2f2;
}
.title {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-weight:bold;
	font-size: 20px;
	color: #000000;
	}
	
.lan_67 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #034BC1;
	}
.title_left_lan {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #062E47;
	font-weight:bold;
	}	
	
.title_left_lan16 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #062E47;
	font-weight:bold;
	line-height:34px;
	}	
	
a.title_left_lan:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #062E47;
	text-decoration: none;
	font-weight:bold;
}
a.title_left_lan:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #062E47;
	text-decoration: none;
	font-weight:bold;
}
a.title_left_lan:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
	font-weight:bold;
}	
	
	
	
a.menu_en:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.menu_en:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.menu_en:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}		
	
	
		
	
.title201612 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #0A5E52;
	}	
	
.title_en {
	font-family: Candara, Arial, sans-serif;
	font-size: 14px;
	color: #C4C4C4;
	}	
	
	
.title24 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 24px;
	color: #D13D3D;
	}	
	
.top126 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #999999;
	}
	
.bottom12hui {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #a7a7a7;
	}	
	
.kkline {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	color: #d2d2d2;
	}
	
	
.bottom-14-bai {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B5B5B7;
	}	
a.bottom-14-bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B5B5B7;
	text-decoration: none;
}
a.bottom-14-bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B5B5B7;
	text-decoration: none;
}
a.bottom-14-bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B5B5B7;
	text-decoration:underline;
}

a.title20-top:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.title20-top:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #565656;
	text-decoration: none;
}
a.title20-top:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}

		
	
a.title20-bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #565656;
	text-decoration: none;
}
a.title20-bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #565656;
	text-decoration: none;
}
a.title20-bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #565656;
	text-decoration: none;
}	
	
		
	
	
a.top126:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a.top126:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a.top126:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #c70f1f;
	text-decoration: none;
}	
	
	
	
	
a.top126huise:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #a7a7a7;
	text-decoration: none;
}
a.top126huise:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #a7a7a7;
	text-decoration: none;
}
a.top126huise:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #c70f1f;
	text-decoration: none;
}	
	
	
	
	
.entime {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #bbbbbb;
	}
	
	
.title_left {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #ffffff;
	}	
.title_left_en {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	}	
	
.title_right {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 18px;
	color: #00a4e8;
	}		
	
	
.t9 {
	font-family:"Microsoft YaHei", Tahoma, Arial, "    ";
	font-size: 14px;
	color: #666666;
	}		
	
	
INPUT 
{ 
	border-top-width: 1px; 
	padding-right: 1px; 
	padding-left: 1px; 
	border-left-width: 1px; 
	font-size: 14px; 
	border-left-color: #cccccc; 
	border-bottom-width: 1px; 
	border-bottom-color: #cccccc; 
	padding-bottom: 1px; 
	border-top-color: #cccccc; 
	padding-top: 1px; 
	height: 18px; 
	border-right-width: 1px; 
	border-right-color: #cccccc; 
}	
	
a.bai:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.bai:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.bai:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}

a.bai_12:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.bai_12:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.bai_12:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: none;
}
	
	
	
a:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
}
a:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #ff6600;
	text-decoration: underline;
}	
	
a.cnw:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
	line-height:20px;
}
a.cnw:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #444444;
	text-decoration: none;
	line-height:20px;
}
a.cnw:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #e3c803;
	text-decoration: none;
	line-height:20px;
}	
a.cnws:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #343434;
	text-decoration: none;
}
a.cnws:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #343434;
	text-decoration: none;
}
a.cnws:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #c70f1f;
	text-decoration: none;
}	

	
.index_tel {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 20px;
	color: #ff6600;
	font-weight: 600;
	}
	.index_tel222 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #676767;
	}


a.menu:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #b0b0b0;
	text-decoration: none;
}
a.menu:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #b0b0b0;
	text-decoration: none;
}
a.menu:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #b0b0b0;
	text-decoration: none;
	border-bottom:8px solid #e70012;margin-bottom:30px;
}	


a.menu_hei:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a.menu_hei:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
a.menu_hei:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #000000;
	text-decoration: none;
	border-bottom:8px solid #e70012;margin-bottom:30px;
}	



a.menu_bottom:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #444444;
	text-decoration: none;
}
a.menu_bottom:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #444444;
	text-decoration: none;
}
a.menu_bottom:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 16px;
	color: #444444;
	text-decoration: none;
}	



a.left:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.left:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.left:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #990000;
	text-decoration: none;
}		

a.left15:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
a.left15:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
a.left15:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 15px;
	color: #990000;
	text-decoration: none;
}	
	
	
a.lefth:visited {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B75200;
	text-decoration: none;
}
a.lefth:link {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #B75200;
	text-decoration: none;
}
a.lefth:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #990000;
	text-decoration: none;
}		
	


.t1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #333333;
}
.t2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
.t5 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.t8 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.t9 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}


.t3 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #aaaaaa;
	text-decoration: none;
}
A.c1:link {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 13px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	letter-spacing: 2px;
	word-spacing: normal;
}
A.c1:visited {
	FONT-WEIGHT: bold;
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 13px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	letter-spacing: 2px;
}

A.c1:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 13px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
	letter-spacing: 2px;
}
.title1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: bold;
	color: 08356c;
}
.en11-1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
}
.en11-2 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
}

A.c2:link {
	FONT-WEIGHT: bold;
	COLOR: #006699;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
A.c2:visited {
	FONT-WEIGHT: bold;
	COLOR: #006699;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

A.c2:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
A.c3:link {
	FONT-WEIGHT: normal;
	COLOR: #4B70A7;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
A.c3:visited {
	FONT-WEIGHT: normal;
	COLOR: #136098;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

A.c3:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}


A.c4:link {
	FONT-WEIGHT: normal;
	COLOR: #006599;
	TEXT-DECORATION: none;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
A.c4:visited {
	FONT-WEIGHT: normal;
	COLOR: #006697;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
}

A.c4:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 11px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}
A.c5:link {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
}
A.c5:visited {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-decoration: none;
}

A.c5:hover {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}
.en10 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.t22 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.title1 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 14px;
	color: #0B7DB9;
	text-decoration: none;
}
.0e {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	font-size: 9px;
	font-weight: bold;
	color: #01AEC7;
	text-decoration: none;
}
.o9 {
	font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;

	line-height: 20px;
	color: #252D5F;
	text-decoration: none;
	font-size: 14px;
}
