<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é‡ç½®æ&nbsp;‡ç­¾*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;outline:none;}
.clear{ clear: both;}
img{display: block;margin: 0;padding: 0;}
input.hidefocus::-moz-focus-inner {border:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#5A5A5A;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}
i,em{font-style:normal}
small{font-size:12px;display: block;}
body{ color:#222;font: 14px/1.5 tahoma,arial,"Microsoft YaHei";line-height: 0;}
a{ color:#222; text-decoration:none; taregt:_blank;}

input[type='number']::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
input[type='number']::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
.totalpage{
	width: 100%;
	margin: 0 auto;
}
/* å¼•å¯¼é¡µ */
.pageone{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pageoneimg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* é¦–é¡µä»£ç&nbsp; */
.pagetwo{
	/* display: none; */
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	
}
.pagetwoimg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* é¡¶éƒ¨å¯¼èˆªæ&nbsp;æ&nbsp;·å¼æ¨¡å— */
.topmenu{
	position: absolute;	
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px 0;
	box-sizing: border-box;	
	z-index: 9;
	
}
.topmenuinner{
	width: 1130px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.showtopmenu{
	position: fixed;	
	width: 100%;
	left: 0;
	top: 0;
	padding: 55px 0;
	box-sizing: border-box;	
	z-index: 9;
	display: none;
	background: #0071BB;
}
.showtopmenuinner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.topmeuleft{
	width: 225px;
	height: 62px;
	overflow: hidden;
}
.topmeuleftimg{
	width: 100%;
	/* height: 100%; */
	/* overflow: hidden; */
}
.topmeuleftimg_01{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.topmeuright{
	width: 780px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
	z-index: 9;
	font-family: "Microsoft Yahei", "SimSun" !important;
	font-weight: bold;
}
.topmeuright_l{
	width: 780px!important;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items:center;
	z-index: 9;
	height: 24px;
	line-height: 24px;
}
.topmeuright_l_head{
	width: 877px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items:center;
	z-index: 9;
	height: 24px;
	line-height: 24px;
}
.menuitem{	
	position: relative;
	font-size: 20px;
	font-family: "å¾®è½¯é›…é»‘" ;
	font-weight: 400;
	color: #FFFFFF;
	height: 30px;
	min-width: 110px;
	text-align: center;
	padding: 10px 0;
}
.menuchose{
	background: #2465a9;
}
.menuitemchose{
	 border-bottom: solid #fff 2px; 
}
.menuitem a{
	font-size: 20px;
	color: #FFFFFF;
	font-family: "å¾®è½¯é›…é»‘" !important;
	font-weight: bold;
}
.secondmenu{
	/* min-width: 70px; */
	/* position: absolute; */
	display: none;	
	/* padding: 20px 0 0 0; */
	text-align: left;
	/* background: #fff; */
	/* left: -25%; */
	/* top:0px; */
	margin-top: 16px;
	padding: 20px;
	background: rgba(0,0,0,0.4);
	/*transition: all 0.4s;*/
	border-radius: 0px 0px 9px 9px;
}
.secondmenu a{	
	display: block;
	font-size: 18px;
	text-align:  center;
	line-height: 35px;
	font-family: PingFang;
	font-weight: 500;
	color: #fff;
	
}
.secondmenu a:hover{
	  /* color:#007AFF !important; */
}
.topmenuhover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background: rgba(255,255,255,0.6);
	z-index: 8;
}
.ischose{
	display: block;
	opacity: 0;
	animation: showpage 1.5s linear;
}
@keyframes showpage{
	from{opacity: 0;}
	to{opacity: 1;}
	/* from{height: 0;}
	to{height: 100%;} */
}
.topmeuright_r{
	height: 30px;
	line-height: 24px;
}
/* è”ç³»æˆ‘ä»¬ */
.contactpage{
	
}
/* bannerç»Ÿä¸€æ&nbsp;·å¼ */
.bannerpart{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.bannerpart img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bannerpartinner{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
	z-index: 9;
}
.bannerpartinner img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.contactmain{
	width: 1200px;
	margin: 0 auto;
}
/*å†…å®¹ä¹Ÿbanner**/
.bannerpartinner_article{
	/* position: fixed; */
	left:0;
	top:0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
	z-index: 9;
}
.bannerpartinner_article img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* è”ç³»æˆ‘ä»¬æ&nbsp;‡é¢˜ */
.contactsign{
	margin: 100px 0;
	text-align: center;
}
.sign_1{
	font-size: 63px;
	line-height: 63px;
	font-family: PingFang;
	font-weight: 400;
	color: #00A89C;
}
.sign_2{
	width: 93px;
	height: 3px;
	margin: 52px auto 0;
	background-color: #b2b2b2;
}
.sign_3{
	margin: 41px auto;
	font-size: 32px;
	line-height: 32px;
	font-family: PingFang;
	font-weight: 400;
	color: #00A89C;
}
.contactinfo{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.contactinfo_1{	
	font-size: 32px;
	line-height: 32px;
	font-family: PingFang;
	font-weight: 800;
	color: #000000;
	text-align: left;
	margin-bottom: 30px;
}
.contactinfo_2{	
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 37px;
}
.contactinfo_r{
	width: 615px;
	height: 233px;
	background: url(../img/contact_01.png) center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.mapinfo{
	width: 700px;
	height: 360px;
	box-shadow: 0px 2px 5px #9f9f9f;
}
.mapline{
	width: 100%;
	height: 2px;
	background: #d5d5d5;
	margin-top: 132px;
}
.pagebottom{
	width: 100%;
	margin-top: 30px;	
}
.pagebottomtop{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bottomleft{
	width: 766px;
	margin-top: 4PX;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.bottomleftitem p{	
	min-width: 94px;
	font-size: 16px;
	/* line-height: 22px; */
	font-family: PingFang;
	font-weight: 800;
	color: #4D4D4D;
}
.bottomleftinfo{
	width: 72px;
	margin-top: 14px;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 34px;
}
.bottomleftinfo a{
	color: #666666;
}
.bottomleftinfo a:hover{
	color: #368fc0;
}
.bottomright{
	margin-bottom: 10px;
	height: 150px;
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bottomimg_01{
	width: 280px;
	height: 31px;	
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0071BB;
	overflow: hidden;
}
.bottomimg_02{
	width: 133px;
	height: 133px;
	overflow: hidden;
}
.pagebottominfo{
	margin: 10px auto 0;
	width: 100%;
	height: 60px;
	background: #368fc0;
	line-height: 80px;
}
.bottominner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	/* padding-top: 20px;` */
	/* 
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; */
}
.bottominner_1{
	/* width: 538px; */
	height: 100%;
	text-align: center;
	/* display: flex;
	flex-wrap: nowrap; */
	align-items: center;
	/* justify-content: space-between;	 */
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	/* padding-top: 15px; */
}
/* äººæ‰é£Žé‡‡ */
.talentpage{
	
}
.navigationblock{
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #f1f1f1;
	margin: 0 auto;
}
.navigationlist{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
}
.navigationitem{
	width: 90px;
	height: 100%;
	margin-right: 55px;
	font-size: 20px;
	font-family: PingFang;
	font-weight: 800;
	color: #4D4D4D;
	cursor: pointer;
}
.navchose{
	border-bottom: #5ea3d0 solid 4px;
}
.talentmain{
	width: 1200px;
	margin: 0 auto;
}
/* è”ç³»æˆ‘ä»¬æ&nbsp;‡é¢˜ */
.talensign{
	margin: 100px 0;
	text-align: center;
}
.talensign_1{
	font-size: 63px;
	line-height: 63px;
	font-family: PingFang;
	font-weight: 400;
	color: #0071BB;
}
.talensign_2{
	width: 93px;
	height: 3px;
	margin: 52px auto 0;
	background-color: #b2b2b2;
}
.talensign_3{
	margin: 41px auto;
	font-size: 32px;
	line-height: 32px;
	font-family: PingFang;
	font-weight: 400;
	color:#0071BB;
}
.itmesign{	
	font-size: 32px;
	line-height: 32px;
	text-align: left;
	font-family: PingFang;
	font-weight: 400;
	color: #0071BB;
}
.talendetail{
	width: 100%;
	/* margin-top: 55px; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;	
}
.talentinfo{
	width: 265px;
	height: 375px;
	margin: 65px 17px 0 18px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #9f9f9f;
	padding: 34px 18px 27px 18px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.talentinfo:hover{
	/* margin-top: -10px; */
	border: solid 1px #0071BB;
}
.talentinfo img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #007AFF;
	overflow: hidden;
}
.talentinfo p{	
	width: 100%;
	font-size: 17px;
	font-family: PingFang;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	text-align: center;
	margin-top: 30px;
}
.talentinfodetail{
	margin-top: 20px;
	width: 280px;
	height: 60px;
	font-size: 13px;
	font-family: PingFang;
	font-weight: 200;
	color: #666666;
	line-height: 21px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/* -webkit-line-clamp: 3;
	-webkit-box-orient: vertical */
}
/* æ–‡ç«&nbsp;é¡µé¢ */
.articleinfo{
	width: 1200px;
	margin:70px auto 0;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: space-between;	
}
.articleleft{
	/* width: 930px; 
	padding-right: 110px;*/
	width: 100%;
	padding-bottom: 80px;
	/* border-right: solid 2px #999; */
}
.articleleft p{	
	font-size: 30px;
	font-family: PingFang;
	font-weight: 400;
	color: #000000;
	line-height: 50px;
	text-align: center;
}
.articletime{
	text-align: center;
	width: 100%;	
	/*margin: 30px 0;*/
	font-size: 18px;
	font-family: PingFang;
	font-weight: 400;
	color: #989898;
	line-height: 56px;
	border-bottom: solid 2px #666;
}
.articledetail{
	padding-top: 10px;
	
}
.articledetail p{
	margin-top: 30px;
	font-size: 18px;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	text-align: justify;
}
.articleright{
	width: 141px;
	font-size: 21px;
	line-height: 24px;
	font-family: PingFang;
	font-weight: 400;
	color: #4D4D4D;
	text-align: right;
}
.articlelist{
}
.articlelist a{
	display: block;
	font-size: 21px;
	font-family: PingFang;
	font-weight: 500;
	color: #989898;
	line-height: 48px;
}
.articlelist a:hover{
	color: #368fc0;
}
/* æ–°é—»è¯¦æƒ…é¡µ */
.newspage{
	overflow: hidden;
}
.newsmain{
	width: 1200px;
	margin: 0 auto;
}
.newssign{
	margin: 100px 0;
	text-align: center;
}
.newssign_1{
	font-size: 63px;
	line-height: 63px;
	font-family: PingFang;
	font-weight: 400;
	color: #0071BB;
}
.newssign_2{
	width: 93px;
	height: 3px;
	margin: 52px auto 0;
	background-color: #b2b2b2;
}
.newssign_3{
	margin: 41px auto;
	font-size: 32px;
	line-height: 32px;
	font-family: PingFang;
	font-weight: 400;
	color:#0071BB;
}
.newsdetail{
	width: 100%; 
	overflow: hidden;
}
/* åˆ’å…¥é¡µé¢æ•ˆæžœ */
@keyframes myfirst
{
	0%   {margin-left: 1604px;}
	70%  {margin-left: 0px;}
	80%  {margin-left: 60px;}
	90% {margin-left: 0px; }
	95% {margin-left: 30px; }
	100%  {margin-left: 0px;}
}
.newsitem{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 10px;
	padding:10px 0;
	border-bottom: solid 2px #989898;
	cursor: pointer;
}
.newsitem:hover{
	box-shadow: 2px 2px 5px #9f9f9f;
	background-color: #f7f7f7;;
}
.newsleft{
	width: 1020px;
	margin-left: 30px;
}
.newslefttop{
	/* width: 100%;
	height:30px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 800;
	color: #000000;
	line-height: 28px;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	/*text-overflow:ellipsis;/* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	/*white-space: nowrap;/*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
	
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* border-bottom: 1px solid #ededed; */
	margin-top: 20px;
	
}
.newslefttop a:hover{
	color:#0071BB;
}
.newsleftinfo{
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
	/* margin-top: 35px; */
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 34px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical */
}
.newsleftinfo a:hover{
	color:#0071BB;
}
.newsright{
	padding-top: 8px;
	text-align: right;
	margin-right: 30px;
}
.newsrighttop{	
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: 800;
	color: #4D4D4D;
	line-height: 34px;
}
.newsrightmain{
	margin-top: 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 800;
	color: #4D4D4D;
	line-height: 18px;
}


/* èµ°è¿›é›†å›¢ */
.intogrouppage{
	overflow: hidden;
}
.intogroupmain{
	width: 1200px;
	margin: 0 auto;
}
.intogroupsign{
	margin: 100px 0;
	text-align: center;
}
.intogroupsign_1{
	font-size: 63px;
	line-height: 63px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0071BB;
}
.intogroupsign_2{
	width: 93px;
	height: 3px;
	margin: 52px auto 0;
	background-color: #b2b2b2;
}
.intogroupsign_3{
	margin: 41px auto;
	font-size: 32px;
	line-height: 32px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color:#0071BB;
}
.intogroupdetail{
	width: 100%; 
	margin-top: 66px;
	overflow: hidden;
}
.groupdetailtitle{		
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}
.intogroupinfo{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 80px;
}
.intogroupinfo_l{
	width: 818px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 46px;
}
@keyframes lslidein{
	from{margin-left: -818px;}
	to{margin-left: 0px; }
}
.intogroupinfo_l p{	
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4D4D4D;
	line-height: 46px;
	margin-bottom: 40px;
}
.intogroupinfo_r{
	width: 352px;
	height: 321px;
	overflow: hidden;
}
.intogroupinfo_r img{
	width: 100%;
	height: 100%;
}
@keyframes rslidein{
	from{margin-right: -352px;}
	to{margin-right: 0px; }
}
/* å…šå»ºé¡µé¢ */
.partpage{
	overflow: hidden;
}
.partmain{
	width: 1200px;
	margin: 0 auto;
}
.partsign{
	margin: 100px 0;
	text-align: center;
}
.partsign_1{
	font-size: 63px;
	line-height: 63px;
	font-family: PingFang;
	font-weight: 400;
	color: #C0272D;
}
.partsign_2{
	width: 93px;
	height: 3px;
	margin: 52px auto 0;
	background-color: #b2b2b2;
}
.partsign_3{
	margin: 41px auto;
	font-size: 32px;
	line-height: 32px;
	font-family: PingFang;
	font-weight: 400;
	color:#C0272D;
}
.partitmesign{
	font-size: 32px;
	line-height: 32px;
	text-align: left;
	font-family: PingFang;
	font-weight: 400;
	color: #C0272D;
}

.partdetail{
	width: 100%;
	margin-top: 40px;
}
.partinfo{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.partinfo_l{
	width: 567px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #9f9f9f;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #ddd;
}
.partimg{
	width: 100%;
	max-height: 266px;
	overflow: hidden;
}
.partinfo_l img{
	width: 100%;
	max-height: 266px;
	transform: scale(1);
	transition: transform 1s ease 0s;
	
	/* transition: all 0.6s; */
}
/* .partinfo_l:hover{
	margin-top: -10px;
} */
.partinfo_l:hover img{
	 transform: scale(1.4);
}
.partinfo_linfo{
	width: 100%;
	padding: 25px 45px 0 45px;
	box-sizing: border-box;
}

.partinfo_linfo p{	
	width: 100%;
	height: 30px;
	font-size: 26px;
	line-height: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	/* text-overflow:ellipsis; *//* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	white-space: nowrap;/*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
}
.partinfo_linfo p:hover{
	color:  #0071BB;
}
.partinfo_ldetail{
	width: 100%;
	height: 50px;
	margin-top: 25px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 27px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical */
}
.partinfo_ldetail:hover{
	color:  #0071BB;
}
.partinfo_r{
	width: 581px;
	margin-right: 5px;
	cursor: pointer;
}
.partinfo_rinfo{
	width: 100%;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #9f9f9f;
	overflow: hidden;
	padding: 28px 45px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.partinfo_rinfo:nth-child(4){
	margin-bottom: 0px;
}
.partinfo_rinfo p{	
	width: 100%;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	text-overflow:ellipsis;/* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	white-space: nowrap;/*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
}
.partinfo_rinfo p:hover{
	color:  #0071BB;
}
.partinfo_rdetail{
	width: 100%;
	height: 38px;
	margin-top: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	/* text-overflow: ellipsis; */
	word-wrap: break-word;
	/* -webkit-line-clamp: 2;
	-webkit-box-orient: vertical */
}
.partinfo_rdetail:hover{
	color:  #0071BB;
}
.partinfo_d{
	width: 100%;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.partinfo_ditem{
	width: 380px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #9f9f9f;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
.partimg{
	width: 100%;
	max-height: 266px;
	overflow: hidden;
}
.partinfo_ditem img{
	width: 100%;
	max-height: 201px;
	transform: scale(1);
	transition: transform 1s ease 0s;
	
	/* transition: all 0.6s; */
}
/* .partinfo_l:hover{
	margin-top: -10px;
} */
.partinfo_ditem:hover img{
	 transform: scale(1.4);
}
.partinfo_dinfo{
	width: 100%;
	padding: 20px 35px 40px 35px;
	box-sizing: border-box;
}

.partinfo_dinfo p{	
	width: 100%;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	overflow: hidden;/*è¶…å‡ºéƒ¨åˆ†éšè—*/
	/* text-overflow:ellipsis; *//* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	white-space: nowrap;/*è§„å®šæ®µè½ä¸­çš„æ–‡æœ¬ä¸è¿›è¡Œæ¢è¡Œ */
}
.partinfo_dinfo p:hover{
	color:  #0071BB;
}
.partinfo_ddetail{
	width: 100%;
	height: 38px;
	margin-top: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height:20px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	/* -webkit-box-orient: vertical */
}
.partinfo_ddetail:hover{
	color:  #C0272D;
}
.lookmore{
	width: 220px;
	height: 60px;	
	margin: 120px auto 0;
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;	
	cursor: pointer;
	background: #b2b2b2;
	text-align: center;
	line-height: 60px;
}
.lookmore a{
	color: #FFFFFF;
}
.lookmore:hover{
	background: #C0272D;
}
/* äººæ‰è¯‰æ±‚ */
	.contactdetail {
		width: 1140px;
	}
	
	.subinfoblock {
		width: 100%;
		box-sizing: border-box;
	}
	.subitem{		
		height: 48px;
		font-size: 17px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #1A1A1A;
		line-height: 44px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.subitem img{
		width: 16px;
		height: 16px;
		background: url(../img/star.png) center;
		background-repeat: no-repeat;
		background-size: 100%;
		margin-right: 5px;
	}
	.subinfo01 {
		width: 463px;
		height: 50px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
		line-height: 50px;
		color: #999;
		border-radius: 5px;
		padding: 0px 30px;
		box-sizing: border-box;
	}
	
	.subinfo02 {
		width: 100%;
		height: 308px;
		margin-bottom: 40px;
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		line-height: 75px;
		color: #999;
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 10px 30px;
		box-sizing: border-box;
	}
	.subbtn{
		width:120px;
		margin: 100px  auto 0;
		height:30px;
		text-align: center;
		background:#0071bb;
		border-radius:5px;		
		font-size: 17px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 30px;
	}
	/* é¦–é¡µåº•éƒ¨åŠ&nbsp;å±‚ */
	.indexbottom{
		position: absolute;
		width: 100%;
		/* height: 250px; */
		/* top: -250px; */
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		overflow: hidden;
	}
	.indexbottominner{
		width: 12.5%;
		overflow: hidden;
		/* margin-top: 100px; */
		box-shadow: -3px 0px 3px #9f9f9f;
		position: relative;
		opacity: 0.6;
	}
	.banner1{
		width: 100%;
		
	}
	.indexbottominner img{
		width: 100%;
		
	}
	/* @keyframes slidup
	{
		0%   {margin-top: 100px;}
		100%  {margin-top: 0px;}
	} */
	/* æœåŠ¡æ¸…å• */
	.servicedetail{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: start;	
	}
	.serviceinfo{
		width: 238px;
		margin: 65px 17px 0 40px;		
		box-shadow: 1px 1px 3px #9f9f9f;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		border-radius: 5px;
		overflow: hidden;
	}
	/*  äººæ‰æœåŠ¡  æœåŠ¡å¤§åŽ…  é¼&nbsp;æ&nbsp;‡æ‚¬æµ®æŠ–åŠ¨åŽ»æŽ‰ æ›´æ”¹ä¸ºæ‚¬æµ®æ”¾å¤§   2021å¹´3æœˆ21æ—¥ 04:06:16
	.serviceinfo:hover{
		margin: 60px 16px 0 39px;
		border: solid 1px #0071BB;
		overflow: hidden;
	} */
	.serviceinfo:hover{
		transform: scale(1.2); 
		transition-property: all;
		transition-duration: .5S;
		transition-timing-function: linear;
		/* border: solid 1px #0071BB; */
		overflow: hidden;
	}
	.serviceinfo img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.serviceblock{
		width: 100%;
		padding: 0 19px 17px 19px;
		box-sizing: border-box;
	}
	.serviceblock p{	
		width: 100%;		
		font-size: 14px;
		line-height: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #000000;
		text-align: left;
		margin-top: 28px;
	}
	.serviceinfodetail{
		margin-top: 15px;
		width: 100%;
		height: 100px;
		font-size: 13px;
		font-family: PingFang;
		font-weight: 200;
		color: #666666;
		line-height: 21px;
		text-align: justify;
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		/* -webkit-line-clamp: 3; */
		/* -webkit-box-orient: vertical */
	}
		</pre></body></html>