body { font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif; }
.ytable {
    display: table;
    width: 100%;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
.w_96 { max-width: 1360px; width: 96%; }
.home_tit { font-size: 38px; color: #333; margin-bottom: 2vw; }
.home_tit_white { color: #fff; }
.home_tit .en { font-size: 1.579em; font-family: 'Akrobat-Bold'; line-height: 0.8667; text-transform: uppercase; margin-bottom: 0.1em; opacity: 0.2; font-weight: bold; }
.home_tit_white .en { opacity: 1; }

@media(min-width:1025px) and (max-width:1600px) {
.home_tit { font-size: 2.375vw; }
}

@media(max-width:1024px) {
.home_tit { font-size: 28px; }
}
.infotxt { font-size: 16px; color: #888; line-height: 32px; padding: 2vw 0; }

/* 首页按钮
.home-more { width: 200px; text-align: center; }
.home-more a { position: relative; font-size: 14px; color: #fff; display: block; line-height: 48px; }
.home-more a span { padding-right: 40px; background: url(../images/home_more.png) no-repeat right center; text-transform: uppercase; transition: 0.3s; }
.home-more a:hover { color: #fff; background: #f39800 !important; }
.home-more a:hover span { padding-right: 30px; background-image: url(../images/home_more.png); }

.home-more-white a::before, .home-more-white a::after { position: absolute; content: ''; height: 100%; width: 70%; transition: 0.3s; }
.home-more-white a::before { left: 0; border-top: 1px solid #fff; border-left: 1px solid #fff; }
.home-more-white a::after { right: 0; border-bottom: 1px solid #fff; border-right: 1px solid #fff; }
.home-more-white a:hover::before, .home-more-white a:hover::after { border-color: #f39800; width: 100%; }

@media(max-width:678px) {
.home-more { width: 120px; }
.home-more a { line-height: 35px; }
}
 */
.home-more{width: 40%;max-width: 190px;line-height: 3.286em;border: solid 1px #172a88; display:inline-block; transition: 0.3s;font-weight: 100; color: #172a88; position: relative; text-align: center; z-index: 2}
.home-more-white{border-color:#fff; color: #fff; }
.home-more:before { position: absolute; content: ''; width:0; height:100%; background-color:#172a88; top:0; left: 50%;transform: translateX(-50%); transition: 0.3s; z-index: -1;}
.home-more-white:before { background-color:#fff; }
.home-more:hover{color: #fff;}
.home-more-white:hover{color:#172a88;}
.home-more:hover:before{width: 100%;}

@media(max-width:640px){
.home-more{font-size: 3.5vw;}
}




/*Top003062 */
.Top003062 { background: #fff; font-size: 16px; }
.Top003062 .auto { position: relative; z-index: 100; }
.Top003062 .logo { display: table; height: 100px; position: relative; z-index: 1; max-width: 25%; }
.Top003062 .logo a { display: table-cell; vertical-align: middle; position: relative; z-index: 3; }
.Top003062 .logo img { max-height: 100px; }
.Top003062 menu li span { display: block; }
.Top003062 menu li span a { display: block; border-bottom: 2px solid transparent; line-height: 26px; transition: 0.3s; }
.Top003062 menu li span a:hover, .Top003062 menu li.aon span a { color: #172a88; }


.Top003062 menu li .sub{display: none;}
.Top003062 menu li .sub dl{position: relative;}
.Top003062 menu li .sub dt {line-height: 32px;}
.Top003062 menu li .sub dt a:hover{text-decoration: underline;}


.Top003062 menu dl.other > * { float: left; }
.Top003062 menu dl.other dt { margin-right: 22px; }
.Top003062 menu dl.other a { display: block; }
.Top003062 menu dl.other dt a { border-radius: 30px; line-height: 35px; padding: 0 17px; color: #fff; background: #172a88; transition: 0.3s; }

.Top003062 menu dl.other dt a:hover { color: #fff; background: #172a88; }
.Top003062 .open-search { height: 36px; background: url("../images/Top003062_btn.png") no-repeat center center; width: 18px; }
.Top003062 .open-search:before, .Top003062 .open-search:after { background: #172a88; }
.Top003062 .top-search { background: #fff; }
.Top003062 .top-search .btn { background-color: #ccc; background-image: url("../images/Top003062_btn.png"); }

@media(min-width:1025px) {
.Top003062 menu dl.other { margin-top: 36px; }
.Top003062 menu ul { padding-top: 5px; }
.Top003062 menu li { float: left; margin: 0 1.5vw; position: relative;}
.Top003062 menu li span a{display: block;line-height: 100px;}
.Top003062 menu li .sub{position: absolute; top: 100%; left: 50%; width:200px;margin-left: -100px; background:rgba(23,42,136,0.85); padding: 10px 20px; border-radius: 0 0 5px 5px; font-size: 15px;}
.Top003062 menu li .sub dt a{color: #fff;}
}

@media(min-width:1025px) and (max-width:1280px) {
.Top003062 menu li { margin-right: 2vw; }
}

@media(max-width:1024px) {
.Top003062 menu dl.other { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.Top003062 #menu { position: absolute; top: 50%; right: 100%; transform: translateX(-100%); background: #fff; width: 220px; padding: 20px; border-radius: 0 0 10px 10px; box-shadow: 0 5px 5px rgba(0,0,0,0.2); opacity: 0; transition: opacity 0.5s 0.3s, top 0.5s 0.3s; }
.menu-show .Top003062 #menu { top: 100%; right: 0; opacity: 1; transform: translateX(0); }
.Top003062 #menu li span a { line-height: 50px; font-size: 18px; font-weight: bold; }
.Top003062 .open-menu { margin-left: 22px; margin-top: -6px; }
.Top003062 .open-menu i { background: #172a88; }
.Top003062 .top-search { max-width: none; }
}

@media(max-width:768px) {
.Top003062 .logo { height: 12vw; min-height: 60px; max-width: 45%; }
.Top003062 .logo img { max-height: 10vw; }
.Top003062 .logo:before { width: 32vw; height: 32vw; min-width: 160px; min-height: 160px; }
}

@media(max-width:480px) {
.Top003062 { font-size: 14px; }
}
/*Banner002992*/
.Banner002992 { position: relative; z-index: 1; }

@media(min-width:1025px) {
.Banner002992 .wap { display: none; }
}

@media(max-width:1024px) {
.Banner002992 .pc { display: none; }
}
.Banner002992 .slick-dots { position: absolute; left: 0; bottom: 1.93vw; width: 100%; z-index: 10; text-align: center; }
.Banner002992 .slick-dots li { display: inline-block; width: 29px; height: 29px; position: relative; }
.Banner002992 .slick-dots li:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #ffffff; border-radius: 50%; top: 50%; left: 50%; margin: -2.5px 0 0 -2.5px; }
.Banner002992 .slick-dots li button { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../images/Banner002992_active.png") no-repeat center center; cursor: pointer; opacity: 0; border: 0; font-size: 0; }
.Banner002992 .slick-dots li.slick-active button { opacity: 1; animation: infinite 1s zhuan linear; }
@keyframes zhuan {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/* 底部 */
.Bottom002743 { background: #fff; padding: 5vw 0 3vw; color: #777; font-size: 15px; border-top: 1px solid #efecec; }
.Bottom002743 a { color: #999; }
.Bottom002743 a:hover { color: #333; }
.Bottom002743 .copyright { margin-top: 3vw; line-height: 24px; color: #999; }
.Bottom002743 .copyright .auto { border-top: 1px solid #eee; padding: 30px 0; }
.Bottom002743 .copyright a { color: #999; }
.Bottom002743 .copyright a:hover { color: #172a88; }
.Bottom002743 .copyright a:not(:last-child):after { display: inline-block; content: ''; width: 1px; height: 10px; background: #eee; vertical-align: middle; margin: 0 10px; }
.Bottom002743 .contact { width: 23%; max-width: 268px; }
.Bottom002743 .contact .name, .Bottom002743 nav dl dt { font-size: 20px; color: #333; padding-bottom: 20px; }
.Bottom002743 .contact li { padding-bottom: 5px; }
.Bottom002743 .contact li aside { padding-left: 25px; background-position: left 7px; background-repeat: no-repeat; line-height: 30px; }
.Bottom002743 .contact li:nth-child(1) aside { background-image: url(../images/Bottom002743_icon_call.png); }
.Bottom002743 .contact li:nth-child(2) aside { background-image: url(../images/Bottom002743_icon_fax.png); }
.Bottom002743 .contact li:nth-child(3) aside { background-image: url(../images/Bottom002743_icon_email.png); }
.Bottom002743 .contact li:nth-child(4) aside { background-image: url(../images/Bottom002743_icon_add.png); }
.Bottom002743 nav dl dt a { color: #333; }
.Bottom002743 nav { float: right; width: 75%; }
.Bottom002743 nav dl { float: left; max-width: 200px; }
.Bottom002743 nav dl:last-child{text-align: center; }
.Bottom002743 nav dd { line-height: 24px; padding: 4px 0; font-size: 15px; }
.Bottom002743 nav .code { text-align: center; }
.Bottom002743 nav .code img { max-width: 121px; border: 1px solid #eee; }

@media(min-width:1025px) {
.Bottom002743 .contact { float: left; }
.Bottom002743 .copyright aside { float: right; }
}

@media(max-width:1024px) {
.Bottom002743 { padding-top: 5%; }
.Bottom002743 nav { display: none; }
.Bottom002743 .contact { display: table; margin: 0 auto; }
.Bottom002743 .links { margin: 30px 0; }
.Bottom002743 .contact .name, .Bottom002743 .copyright { text-align: center; }
}
.homepart5 { padding: 5vw 0; background-repeat: no-repeat; background-position: center; }
.homepart5 .infotxt { padding: 3vw 0 4vw; font-size: 16px; color: #fff; width: 57%; }
@media(max-width:1024px) {
.homepart5 { padding: 50px 0;  }
.homepart5 .infotxt { width: inherit; }

}



/*Floor003078 */
.Floor003078 { padding: 4vw 0; font-size: 16px; overflow: hidden; background: url("../images/11.jpg") no-repeat center; background-size: cover; }
.Floor003078 .auto { table-layout: fixed; }
.Floor003078 .home-more{ margin-top: 3vw; }
.Floor003078 .home-more a{ background: #172a88; }
.Floor003078 .intro { color: #333; }
.Floor003078 .intro .info { color: #666; line-height: 2; }

.Floor003078 .left li { float: left; overflow: hidden; /*max-width: 170px;*/ }
.Floor003078 .left li > * { display: inline-block; vertical-align: text-top; color: #172a88; }
.Floor003078 .left li span { position: relative; font-weight: bold; font-size: 54px; line-height: 1; }
.Floor003078 .left li i { font-style: normal; line-height: 1; }
.Floor003078 .left li sup { font-size: 22px; }
.Floor003078 .left li p { margin-bottom: 0; margin-top: 6px; }

@media(min-width:1025px) {
.Floor003078 .left { vertical-align: top; width: 57%; padding-right: 9%; padding-top: 30px; }
.Floor003078 .right { width: 588px; vertical-align: bottom; }
.Floor003078 .intro { max-width: 580px; width: 90%; }
.Floor003078 .left li:not(:last-child) { margin-right:2.5vw; }
.Floor003078 .right .pic { clear: both; width: 588px; }
}

@media(min-width:1025px) and (max-width:1600px) {
.Floor003078 { font-size: 1.05vw; }
.Floor003078 .left li span { font-size: 4vw; }
.Floor003078 .left li sup { font-size: 2vw; }
}

@media(max-width:1024px) {
.Floor003078 .ytable, .Floor003078 .ytable-cell { display: block; }
.Floor003078 .left ul { padding: 5vw 0; }
.Floor003078 .left li { width: 33.333%; }
.Floor003078 .left li .inner { display: table; margin: 0 auto; }
.Floor003078 .right .pic { margin: 0 auto; max-width: 70%; }
}

@media(max-width:640px) {
.Floor003078 { font-size: 3vw; }
.Floor003078 .intro .info br { display: none; }
.Floor003078 .left li span { font-size: 10vw; }
.Floor003078 .left li sup { font-size: 5vw; }
}
/*Floor003078 */
.Floor0030781 { padding: 4vw 0; font-size: 16px; overflow: hidden; }
.Floor0030781 .auto { table-layout: fixed; }
.Floor0030781 .home-more{ margin-top: .5vw; float: left;margin-right: 0.5vw;}
.Floor0030781 .home-more a{ background: #172a88; }
.Floor0030781 .intro { color: #333; }
.Floor0030781 .intro .info { color: #666; line-height: 2; }
.Floor0030781 .left li { float: left; overflow: hidden; max-width: 170px; }
.Floor0030781 .left li .counter > * { display: inline-block; vertical-align: text-top; color: #172a88; }
.Floor0030781 .left li .counter span { position: relative; font-weight: bold; font-size: 54px; line-height: 1; }
.Floor0030781 .left li .counter i { font-style: normal; line-height: 1; }
.Floor0030781 .left li .counter .ani { position: absolute; left: 0; top: 0; width: 101%; }
.Floor0030781 .left li .counter .off { opacity: 0; }
.Floor0030781 .left li .counter sup { font-size: 22px; }
.Floor0030781 .left li p { margin-bottom: 0; margin-top: 6px; }

@media(min-width:1025px) {
.Floor0030781 .left { vertical-align: top; width: 57%; padding-left: 9%; padding-top: 105px; float: right; }
.Floor0030781 .right { width: 584px; vertical-align: bottom; float: left; }
.Floor0030781 .intro { max-width: 580px; width: 90%; }
.Floor0030781 .left li:not(:last-child) { margin-right: 4vw; }
.Floor0030781 .right .pic { clear: both; width: 588px; }
}

@media(min-width:1025px) and (max-width:1600px) {
.Floor0030781 { font-size: 1.05vw; }
.Floor0030781 .left li .counter span { font-size: 4vw; }
.Floor0030781 .left li .counter sup { font-size: 2vw; }
}

@media(max-width:1024px) {
.Floor0030781 .ytable, .Floor0030781 .ytable-cell { display: block; }
.Floor0030781 .left ul { padding: 5vw 0; }
.Floor0030781 .left li { width: 33.333%; }
.Floor0030781 .left li .inner { display: table; margin: 0 auto; }
.Floor0030781 .right .pic {margin: 0 auto; max-width: 70%;  }
.Floor0030781 .right{ margin-top: 3%;}

}

@media(max-width:640px) {
.Floor0030781 { font-size: 3vw; }
.Floor0030781 .intro .info br { display: none; }
.Floor0030781 .left li .counter span { font-size: 10vw; }
.Floor0030781 .left li .counter sup { font-size: 5vw; }
}

/*Floor0005 */

.Floor0005 { background: #f5f5f5; position: relative; }
.Floor0005 .text {padding: 30px;}
.Floor0005 .text:after { content: ""; position: absolute; right: 0px; bottom: 0px; width: 120px; height: 120px; background-size: contain; }
.Floor0005 .text h2 { font-size: 22px; font-weight: normal; color: #444; margin: 0 0 20px; display: block; position: relative }
.Floor0005 .text dl{ margin-top:4%;}
.Floor0005 .text dd{ line-height: 30px; margin: 4px 0; font-size: 16px; color: #666; position: relative; 
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	word-break: break-word;
	line-height: 1.3;
 }
.Floor0005 .text dd span { 
	display: flex;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	
	border-radius: 50%;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.Floor0005 .text dd span:after,.Floor0005 .text dd span:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transition: all .5s ease;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
}
.Floor0005 .text dd span:after{
	width: 60%;
	height: 60%;
	opacity: 0;
	background: #172a88;
}
.Floor0005 .text dd span:before{
	width: 100%;
	height: 100%;
	border: solid 1px #c7c7c7;
}
.Floor0005 .text dd span em{
	font-style: normal;
	position: relative;
	z-index: 7;
	line-height: 1.1;
}
.Floor0005 .text dd span i{
	display: block;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	z-index: 7;
	transition: all .5s ease;
}
.Floor0005 .text dd:hover span:after{
	opacity: 1;
	width: 100%;
	height: 100%;
}
.Floor0005 .text dd:hover span i{
	border-color: #fff;
	background-position-y: -70px !important;
}
.Floor0005 .text dd:hover span em{
	color: #fff;
}
.Floor0005 .text dd:hover span:before{
	width: 120%;
	height: 120%;
	opacity: 0;
}
.Floor0005 .text dd.code { margin: 20px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(0,0,0,0.06); display: flex; align-items: center; }
.Floor0005 .text dd.code img { width: 122px; display: inline-block; margin-right: 10px; }
.Floor0005 .text dd.code p { display: inline-block; line-height: 30px; margin: 0; padding-left: 10px; }
.Floor0005 .map img{display:block;}
.Floor0005 .home_tit{
	text-align: center;
}
.Floor0005 .text dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Floor0005 .text dl dd:last-child{
	width: 100%;
	justify-content: center;
}
@media(min-width:1025px) {
.Floor0005 .text { width: 100%; padding: 70px 0; }
.Floor0005 .map {position: absolute; width: 50%; height: 100%; right: 0; top: 0; background-size:cover; background-repeat: no-repeat; background-position: center;}
.Floor0005 .map img{display: none;}
}
@media(max-width:1024px) {
.Floor0005 .map{background: none !important;}
.Floor0005 .text dd{width: 50%;padding: 0 10px;margin-top: 30px;}
.Floor0005 .text dd span{width: 140px;height: 140px;}
.Floor0005 .text{padding-left: 0;padding-right: 0;}
}


/*.Menu002188 */
.Menu002188 { background: #f5f5f5; padding: 30px 0 0; }
.Menu002188 .Menu { float: left; }
.Menu002188 .Menu li { float: left; padding: 0 50px 26px 0; }
.Menu002188 .Menu li a { font-size: 18px; color: #333; padding-bottom: 24px; transition: .3s ease-out; }
.Menu002188 .Menu li.cur a, .Menu002188 .Menu li a:hover { color: #172a88; border-bottom: 2px solid #172a88; }
.Menu002188 .Currents { text-align: right; color: #9b9b9b; line-height: 25px; float: right; background: url(../images/Menu002188-home.png) no-repeat left 6px; padding-left: 25px; padding-bottom: 24px; }
.Menu002188 .Currents em { font-style: normal; display: inline-block; }
.Menu002188 .Currents a { color: #9b9b9b; transition: .3s ease-out; padding-right: 20px; position: relative }
.Menu002188 .Currents a::before { content: ''; position: absolute; width: 2px; height: 2px; background: #ccc; top: 50%; right: 9px }
.Menu002188 .Currents a:hover { color: #172a88; }
.Menu002188 .Currents span { color: #172a88; }

@media (max-width: 1024px) {
.Menu002188 .Currents { display: none; }
.Menu002188 .Menu li { float: left; padding: 0 3vw 26px 0; }
}
/*.Banner */
.Banner .wap { display: none }

@media (max-width: 1024px) {
.Banner .wap { display: block }
.Banner .pc { display: none }
}
/*.About */
.About { padding: 4% 0 1.5% 0 }
.About .title { padding-bottom: 30px; }
.About .title span { display: block; font-family: 'Akrobat-Bold'; line-height: 0.8667; text-transform: uppercase; margin-bottom: 0.1em; opacity: 0.3; font-size: 56px; font-weight: bold; color: #7b7b7b; }
.About .title h3 { color: #333; margin: 0; font-weight: normal; display: inline-block; position: relative; font-size: 38px; }
.About .title h3::after { content: ''; position: absolute; width: 30px; height: 2px; background: #172a88; top: 50%; left: 110%; transform: translateY(-50%) }
.About .left { float: left; width: 46% }
.About .right { float: right; width: 46% }
.About p { font-size: 16px; padding-bottom: 20px; color: #888; line-height: 32px; }
.About .img { padding-bottom: 20px }
.About ul { margin-bottom: 9% }
.About li { float: left; margin-right: 16% }
.About li:nth-child(3) { margin-right: 0; }
.About li .num { color: #172a88; font-family: 'Oswald-Medium'; font-weight: bold; font-size: 54px; }
.About li .num > * { vertical-align: middle; }
.About li .num sub { display: inline-block; line-height: 0.7em; margin-top: 0.5em; margin-left: 5px }
.About li .num sub.sub2 { font-size: 20px; margin-top: 1em; }
.About li p { margin: 0; font-size: 16px; color: #333; padding: 0 }
@media (max-width: 1024px) {
.About .title { padding-bottom: 0; }
.About .title span { font-size: 36px; }
.About .title h3 { font-size: 28px; }
.About .left,
.About .right { float: none; width: auto }
.About .left{ margin-bottom: 3%;}
.About li .num { font-size: 36px; }
.About li { margin-right: 5% }
}
@media (max-width:640px) {
.About ul{ display: flex;}
}

/*RighInfo002924 */
@font-face { font-family: 'bebas-neue'; src: url("https://work.gzwhir.com:51932/Build/Content/Resoures/whirfonts/bebas-neue.woff") format("woff"); font-display: swap; }
.RighInfo002924 { padding: 4vw 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.RighInfo002924 .title { margin-bottom: 2vw; }
.RighInfo002924 .title:after { display: block; content: ''; width: 20px; height: 2px; background: #a52d33; margin-top: 1vw; }
.RighInfo002924 .title .cn { font-size: 30px; color: #a52d33; padding-bottom: 10px; font-weight: bold; }
.RighInfo002924 .title .en { font-family: 'bebas-neue'; color: #d2d2d2; letter-spacing: 2px; }

@media(max-width:768px) {
.RighInfo002924 .title { padding-bottom: 6vw; }
}

@media(max-width:640px) {
.RighInfo002924 .title .cn { font-size: 6vw; }
}
.RighInfo002924 .box-1 { background: #fff; margin-bottom: 1.786%; }
.RighInfo002924 .box-1 .info { background: url("../images/RighInfo002924_bg.png") no-repeat right 30% bottom 40%; background-size: auto 70%; }
.RighInfo002924 .box-1 .intro { font-size: 26px; font-family: '黑体'; color: #000; }
.RighInfo002924 .box-1 .intro span { color: #172a88; border-bottom: 2px solid #172a88; display: inline-block; }

@media(min-width:769px) {
.RighInfo002924 .box-1 .pic { width: 50%; }
.RighInfo002924 .box-1 .info .inner { max-width: 500px; margin: 0 auto; width: 90%; }
}

@media(max-width:768px) {
.RighInfo002924 .box-1 { margin-bottom: 3vw; }
.RighInfo002924 .box-1 .ytable, .RighInfo002924 .box-1 .ytable-cell { display: block; }
.RighInfo002924 .box-1 .info { padding: 4vw; }
}

@media(max-width:480px) {
.RighInfo002924 .box-1 .intro { font-size: 6vw; line-height: 1.6em; }
}
.RighInfo002924 .box-2 li:not(.no) { background: #fff; padding: 2.344vw; }
.RighInfo002924 .box-2 li .inner { padding-left: 2.08vw; }
.RighInfo002924 .box-2 li .inner > * { margin: 0; }
.RighInfo002924 .box-2 li h3 { color: #000; font-size: 24px; }
.RighInfo002924 .box-2 li h3:after { display: block; content: ''; height: 2px; width: 20px; background: #172a88; margin: 10px 0; }
.RighInfo002924 .box-2 li .inner p { color: #666; line-height: 26px; font-size: 15px; }

@media(min-width:769px) {
.RighInfo002924 .box-2 ul { display: table; width: 100%; table-layout: fixed; }
.RighInfo002924 .box-2 li { display: table-cell; vertical-align: middle; width: 32.143%; }
.RighInfo002924 .box-2 li.no { width: 1.786%; }
.RighInfo002924 .box-2 li .icon { width: 25%; }
}

@media(max-width:768px) {
.RighInfo002924 .box-2 li .icon { width: 90px; }
.RighInfo002924 .box-2 li.no { height: 3vw; }
.RighInfo002924 .box-2 li .inner { padding-left: 4vw; }
}

@media(max-width:480px) {
.RighInfo002924 .box-2 li .icon { width: 30%; }
.RighInfo002924 .box-2 li h3 { font-size: 5vw; }
.RighInfo002924 .box-2 li .inner p { font-size: 3.5vw; }
}
/*Floor002997 */
.Floor002997 { padding: 4vw 0; }
.Floor002997 .slider li { padding-bottom: 3vw; padding-right: 20px; }
.Floor002997 .slider li .pic { width: 45%; padding-left: 5%; position: relative; }
.Floor002997 .slider li .pic::after { position: absolute; content: ''; width: 25%; height: 81%; bottom: -20px; background: #172a88; right: -20px; z-index: -1; opacity: 0.88; }
.Floor002997 .slider li .Ispic { padding-bottom: 100%; transition: 0.3s; }
.Floor002997 .slider li h3 { color: #172a88; font-size: 28px; margin: 0; overflow: hidden; padding-top: 80px; background: url(../images/Floor002666_f2_bg.png) no-repeat top left; }
.Floor002997 .slider li h3 span { font-size: 20px; color: #999; font-weight: lighter; }
.Floor002997 .slider li h3:after { display: block; content: ''; height: 2px; background: #172a88; width: 20px; margin: 18px 0; }
.Floor002997 .slider li p { line-height: 30px; font-size: 16px; margin: 0; }
.Floor002997 .slider li p+p { margin-top: 18px; }
.Floor002997 .controls { position: relative; height: 1px; background: rgba(0,0,0,0.1); margin: 30px 66px; }
.Floor002997 .controls:before { position: absolute; content: ''; width: 50%; height: 100%; left: 0; background: #000; }
.Floor002997 .slick-arrow { width: 46px; height: 46px; position: absolute; top: 50%; margin-top: -23px; border: 1px solid #000; background: url("../images/Floor002997_prev.png") no-repeat center center; transition: 0.3s; }
.Floor002997 .slick-arrow:hover { border-radius: 50%; }
.Floor002997 .slick-prev { left: -67px; }
.Floor002997 .slick-next { right: -67px; background-image: url("../images/Floor002997_next.png"); }

@media(max-width:640px) {
.Floor002997 .slider li .ytable-cell { width: auto; display: block; padding-left: 0; }
	.Floor002997 .slider li .pic{ margin-top: 5%;}
.Floor002997 .controls { margin-left: 40px; margin-right: 40px; }
.Floor002997 .slick-arrow { width: 30px; height: 30px; margin-top: -15px; }
.Floor002997 .slick-prev { left: -40px; }
.Floor002997 .slick-next { right: -40px; }
}
/*
 .Page002193 为demo编号
 */
.Page002193 { zoom: 1; overflow: hidden; text-align: center; padding: 0px 0 5%; text-align: center; }
.Page002193 span { padding: 0px 3px; display: inline-block; }
.Page002193 a { display: inline-block; margin: 0px 2px; border: 1px solid #ededed; padding: 0 1em; color: #666; line-height: 35px; border-radius: 3px; transition: .3s ease-out; }
.Page002193 a:hover { color: #fff; border: 1px solid #172a88; background: #172a88; }
.Page002193 .p_cur, .Page002193 .p_count, .Page002193 .p_total, .Page002193 .p_jump, .Page002193 .a_first, .Page002193 .a_end { display: none; }
.Page002193 .p_cur b { color: #F00; }
.Page002193 .p_count b { color: #F00; }
.Page002193 .p_total b { color: #F00; }
.Page002193 .p_page em { font-style: normal; }
.Page002193 .p_page em a { }
.Page002193 .p_page em a.a_cur { color: #fff; background: #172a88; border-color: #172a88; }
.Page002193 .p_page b { font-weight: normal; }

/*PicList002120 */
.PicList002120 { padding: 4vw 0; }
.PicList002120 li a { display: block; background: #f5f5f5; margin: 0 2.55vw; padding: 20px;}
.PicList002120 li p { margin: 0; line-height: 45px; padding: 0 2%; text-align: center; font-size: 16px; margin-top:10px; }
.PicList002120 li .table { display: none; }
.PicList002120 li figure { padding-bottom: 73%; background-size: contain; }


.PicList002120 .year{position: relative; z-index: 1; }
.PicList002120 .year .slider:after{position: absolute;content: ''; left: 0; top: 50%; width: 100%;height: 8px;margin-top: -4px; border-radius: 8px; background: #ededed; }
.PicList002120 .year li{ text-align: center;}
.PicList002120 .year li.aon{background: url("../images/Timeline003058_add.png") no-repeat center top;}
.PicList002120 .year li span{color: #333;background-color: #fff;border: 1px solid #ededed;border-radius: 50px;display: inline-block; padding: 0 1em; line-height: 2.45em;height: 2.45em; font-size: 18px;}
.PicList002120 .year li.aon span{background: #172a88;border-color: #172a88; color: #fff;}

.PicList002120 .slider-list{margin-top: 2.6vw;position: relative;}
.PicList002120 .slider-list li{}
.PicList002120 .slider-list li a { display: block; background: #f5f5f5; margin: 0 2.55vw; padding: 20px;}
.PicList002120 .slider-list li p { margin: 0; line-height: 45px; padding: 0 2%; text-align: center; font-size: 16px; margin-top:10px; }
.PicList002120 .slider-list li .table { display: none; }
.PicList002120 .slider-list li figure { padding-bottom: 73%; background-size: contain; }
.PicList002120 .slider-list .btn .slick-arrow{position: absolute; top: 50%;border: solid 4px #8696a9; width: 32px; height: 32px; transform: rotate(45deg); border-right: 0;border-top: 0; border-radius: 4px;}
.PicList002120 .slider-list .btn .slick-next{transform: rotate(-135deg);}
.PicList002120 .slider-list .btn .slick-arrow:hover{border-color: #172a88;}
@media(min-width:1601px){
.PicList002120 .slider-list .btn .slick-prev{left: -3.07vw;}
.PicList002120 .slider-list .btn .slick-next{right: -3.07vw;}
.PicList002120 .slider-list .slider{margin: 0 -1.405vw;}
}
@media(max-width:1600px){
.PicList002120 .slider-list .btn .slick-prev{left: 0;}
.PicList002120 .slider-list .btn .slick-next{right: 0;}
.PicList002120 .slider-list .a{margin: 0 1vw;}
.PicList002120 .slider-list .slider{padding: 0 40px;}
}
@media(max-width:640px){
.PicList002120 .slider-list .btn .slick-arrow{width: 5vw; height: 5vw;margin-top: -2.5vw;}
.PicList002120 .slider-list .slider{padding: 0 5vw;}
.PicList002120 .year:after{bottom: 30px;}
.PicList002120 .year .slider:after{height: 5px;top: 28px;}
.PicList002120 .year li{padding-top: 40px;}
.PicList002120 .year li.aon{background-size: auto 30px;}
.PicList002120 .year li span{font-size: 4vw;}
}



/*PicList002146 */
.PicList002146 { padding: 4vw 0; }
.PicList002146 li { display:inline-block; width: 360px; margin-right: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); transform: scale(0.85); transition: .3s; }
.PicList002146 li a { display: block; position: relative; }
.PicList002146 li figure { padding-bottom: 75%; }
.PicList002146 li h3 { margin: 0; font-size: 18px; font-weight: normal; padding: 0 5%; line-height: 65px; position: relative; text-align: center; }
.PicList002146 li:hover h3 {color: #fff;background: #172a88;}
.PicList002146 li:hover{ transform: scale(1)}
@media(max-width:1024px) {
.PicList002146 li { width: 280px; }
}

@media(max-width:480px) {
.PicList002146 li h3 { font-size: 16px; }
.PicList002146 li { width: 160px; }
}
/*
 .PicList001200 
 */
.PicList001200 { padding: 4% 0 1%; }
.PicList001200 .title { padding-bottom: 30px; text-align: center }
.PicList001200 .title span { display: block; font-family: 'Oswald-Medium'; font-size: 44px; color: #092240; text-transform: uppercase; }
.PicList001200 .title h3 { font-size: 34px; color: #092240; margin: 0; font-weight: normal; display: inline-block; position: relative }
.PicList001200 .title h3::after { content: ''; display: block; width: 30px; height: 2px; background: #172a88; margin: 15px auto }
.PicList001200 li { padding: 10px; border: 1px solid #ebebeb; margin-bottom: 2%; border-radius: 6px; transition: .3s; }
.PicList001200 li a { display: block; position: relative; padding-left: 30%; padding-right: 12%; }
.PicList001200 li a::after { position: absolute; content: ''; width: 33px; height: 33px; background: url(../images/PicList001200-more.png) no-repeat left top; right: 4%; top: 50%; margin-top: -16px; }
.PicList001200 li figure { position: absolute; left: 0; top: 0; height: 100%; width: 27%; }
.PicList001200 li div { position: relative; padding-right: 5%; padding-bottom: 11%; }
.PicList001200 li div::before { position: absolute; content: ''; width: 1px; height: 80%; top: 10%; background-color: #ebebeb; right: 0; }
.PicList001200 li h3 { margin: 0; font-size: 20px; padding: 5% 0 0 0; color: #333; transition: .3s; }
.PicList001200 li p { margin: 3% 0 0 0; color: #969696; line-height: 30px; height: 60px; overflow: hidden; font-size: 16px; transition: .3s; }
.PicList001200 li time { position: absolute; left: 0; bottom: 14%; color: #969696; font-size: 14px; padding-left: 25px; background: url(../images/PicList001200-time.png) left center no-repeat; background-size: contain;}
.PicList001200 li:hover { border-color: #172a88; background: #172a88; box-shadow: 0 5px 5px #eee; }
.PicList001200 li:hover h3,.PicList001200 li:hover p,.PicList001200 li:hover time { color: #fff; }
.PicList001200 li:hover a::after { background-position: left bottom; }
.PicList001200 li:hover time { background-image: url(../images/PicList001200-time-white.png); }

@media(max-width:640px) {
.PicList001200 li p { line-height: 22px; height: 44px; }
.PicList001200 li time { font-size: 12px; }
}

@media(max-width:480px) {
.PicList001200 li div::before, .PicList001200 li a::after { display: none; }
.PicList001200 li div, .PicList001200 li a { padding-right: 0; }
.PicList001200 li a { padding-left: 40%; }
.PicList001200 li figure { width: 37%; }
.PicList001200 li time { bottom: 5%; }
}
/*.RichInfo005*/
.RichInfo005 { padding: 4% 0; }
.RichInfo005 .title { color: #333; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #d9d9d9; }
.RichInfo005 .title h1 { margin: 0; padding-bottom: 22px; font-size: 26px; font-weight: normal; color: #172a88; }
.RichInfo005 .title .other { margin: 0; line-height: 36px; }
.RichInfo005 .title .other time { margin-right: 10px; color: #777; padding-left: 25px; background: url(../images/PicList001200-time.png) left center no-repeat; background-size: contain;}
.social-share .social-share-icon { width: 36px !important; height: 36px !important; margin: 0 15px 0 0 !important; background: url(../images/Bottom002586_share.png) no-repeat 0 center rgba(0,0,0,0.15); border: none !important;}
.social-share .social-share-icon:before{ display: none;}
.social-share .social-share-icon.icon-wechat { background-position: -52px center; }
.social-share .social-share-icon.icon-qq { background-position: -103px center; margin-right: 0; }
.social-share .social-share-icon:hover{background-color:#172a88;}





.RichInfo005 .info { font-size: 16px; color: #888; line-height: 32px; text-align: justify; }
.RichInfo005 .info .pic { margin: 2% auto 4%; display: block; }
.RichInfo005 .info_back { text-align: center; clear: both; padding: 50px 0; }
.RichInfo005 .info_back a { background: #172a88; width: 140px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; display: inline-block; }
.RichInfo005 .info_pn { padding-top: 40px; border-top: 1px solid #d9d9d9; }
.RichInfo005 .info_pn span { display: block; float: left; width: 45%; }
.RichInfo005 .info_pn span:last-child { float: right; text-align: right; }
.RichInfo005 .info_pn span a { color: #555; }
.RichInfo005 .info_pn span a em { text-transform: uppercase; color: #000; font-style: normal; }
.RichInfo005 .info_pn span a:hover { color: #172a88; }

@media(max-width:1024px) {
.RichInfo005 .title h1 { font-size: 22px;}
}

@media(max-width:768px) {
.RichInfo005 .info_pn span { float: none !important; margin-bottom: 15px; padding-bottom: 15px; width: 100%; text-align: left !important; }
}
/*slick Basic*/
.PicList002856 .slick-slider { position: relative; display: block; -webkit-touch-callout: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.PicList002856 .slick-list { position: relative; z-index: 1; display: block; overflow: hidden; }
.PicList002856 .slick-list:focus { outline: none }
.PicList002856 .slick-list.dragging { cursor: pointer; cursor: hand; }
.PicList002856 .slick-slider .slick-track, .PicList002856 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.PicList002856 .slick-track { position: relative; top: 0; left: 0; display: block; }
.PicList002856 .slick-track:before, .PicList002856 .slick-track:after { display: table; content: ''; }
.PicList002856 .slick-track:after { clear: both; }
.PicList002856 .slick-loading .slick-track { visibility: hidden; }
.PicList002856 .slick-slide { display: none; float: left; min-height: 1px; }
[dir = 'rtl'] .slick-slide { float: right; }
.PicList002856 .slick-slide .slick-loading img { display: none; }
.PicList002856 .slick-slide .dragging img { pointer-events: none; }
.PicList002856 .slick-initialized .slick-slide { display: block; }
.PicList002856 .slick-loading .slick-slide { visibility: hidden; }
.PicList002856 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.PicList002856 .slick-arrow .slick-hidden { display: none; }
/*slick Basic End*/

.PicList002856 { padding-top: 4%; }
.PicList002856 .top-new { margin-bottom: 4%; }
.PicList002856 .top-new li { background: #f5f5f5; }
.PicList002856 .top-new li .img img { display: block; width: 100%; }
.PicList002856 .top-new li .txt .inner { padding: 20px; }
.PicList002856 .top-new li .txt time { font-family: 'Oswald'; font-size: 16px; color: #172a88; display: block; }
.PicList002856 .top-new li .txt time b { display: block; font-size: 30px; }
.PicList002856 .top-new li .txt aside { margin: 20px 0; font-size: 20px; line-height: 28px; font-weight: bold; }
.PicList002856 .top-new li .txt p { line-height: 30px; color: #666; margin-top: 10px; font-size: 15px; }
.PicList002856 .top-new .slick-arrow { position: absolute; width: 70px; height: 70px; z-index: 10; background: #172a88 url(../images/PicList002856_prev.png) no-repeat center center; font-size: 0; cursor: pointer; padding: 0; border: 0; }
.PicList002856 .top-new .slick-prev { margin-left: -70px; }
.PicList002856 .top-new .slick-next { background-color: #fff; background-image: url(../images/PicList002856_next.png); }

.PicList002856 .list li { padding: 10px; border: 1px solid #ebebeb; margin-bottom: 2%; border-radius: 6px; transition: .3s; }
.PicList002856 .list li a { display: block; position: relative; padding-left: 30%; padding-right: 12%; }

.PicList002856 .list li time{ position:absolute; right:3%; top:50%; transform:translateY(-50%); color:#434343; font-size:14px; text-align: center;}
.PicList002856 .list li time span{ color:#333; font-size:32px; display:block;  padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #ededed;}
.PicList002856 .list li figure { position: absolute; left: 0; top: 0; height: 100%; width: 27%; }
.PicList002856 .list li div { position: relative; padding: 5%; padding-left: 0;}
.PicList002856 .list li h3 { margin: 0; font-size: 20px; color: #333; transition: .3s; }
.PicList002856 .list li p { margin: 3% 0; color: #969696; line-height: 30px; height: 60px; overflow: hidden; font-size: 16px; transition: .3s; }
.PicList002856 .list li i{ background:url(../images/PicList002856-more.png) no-repeat; width:21px; height:11px; display:inline-block;}
.PicList002856 .list li:hover { border-color: #172a88; background: #172a88; box-shadow: 0 5px 5px #eee; }
.PicList002856 .list li:hover h3,.PicList002856 .list li:hover p,.PicList002856 .list li:hover time,.PicList002856 .list li:hover time span { color: #fff; }
.PicList002856 .list li:hover time span{ border-bottom-color: rgba(255,255,255,.5);}
.PicList002856 .list li:hover i { background-image: url(../images/PicList002856-more-white.png); }
.PicList002856 .list li .time { display: none; color: #969696; font-size: 16px; position: static; right: auto; top: auto; transform: translateY(0); text-align: left;}


@media(min-width:769px) {
.PicList002856 .top-new .slick-arrow { left: 50%; bottom: 0; }
.PicList002856 .top-new li .img { width: 50%; }
.PicList002856 .top-new li .txt .inner { max-width: 560px; margin: 0 auto; }
}

@media(min-width:769px) and (max-width:1024px) {
.PicList002856 .top-new .slick-arrow { width: 50px; height: 50px; }
.PicList002856 .top-new .slick-prev { margin-left: -50px; }
}

@media(max-width:768px) {
.PicList002856 .top-new li .ytable, .PicList002856 .top-new li .ytable-cell { display: block; }
.PicList002856 .top-new .slick-arrow { top: 50%; margin-top: -10vw; right: 0; width: 10vw; height: 10vw; background-size: 51% auto; }
.PicList002856 .top-new .slick-prev { right: 10vw; }
.PicList002856 .list li .inner { padding: 20px; }

}
@media(max-width:640px) {
.PicList002856 .list li a { padding-right: 0; }
.PicList002856 .list li p { line-height: 22px; height: 44px; }
.PicList002856 .list li time { display: none; }
.PicList002856 .list li .time { display: block; }

}

@media(max-width:480px) {
.PicList002856 .list li div::before, .PicList002856 .list li a::after { display: none; }
.PicList002856 .list li div, .PicList002856 .list li a { padding-right: 0; }
.PicList002856 .list li a { padding-left: 40%; }
.PicList002856 .list li figure { width: 37%; }

}
.Social { padding: 4% 0 1% 0; }
.Social .auto { padding: 2% 0; background: url(../images/02.jpg) no-repeat; }
.Social .inner { }
.Social .txt { text-align: center; line-height: 2em; font-size: 18px; color: #666; margin-bottom: 1%; }
.Social .send { text-align: center; }
.Social .send a { display: inline-block; margin: 0 10px; line-height: 50px; font-size: 16px; border-radius: 50px; color: #fff; background: url(../images/qc.png) no-repeat 40px center #172a88; padding: 0 40px 0 75px; border: none; }
.Social .send a.zl { background-image: url(../images/zl.png); }
/*
 .TextList002208 为demo编号
 */
.TextList002208 { padding: 3% 0; }
.TextList002208 .list { padding: 20px 50px; box-shadow: 0 0 28px 10px #f5f5f5; }
.TextList002208 .dl+.dl { border-top: 1px solid #e1e1e1; }
.TextList002208 .dl .dt { line-height: 40px; text-align: center; cursor: pointer; background: #fff; padding: 30px 0;  position: relative; }
.TextList002208 .dl .dt span { float: left; width:17.5%; display: block; font-size: 16px; }
.TextList002208 .dl .dt span:nth-child(1){ width:15%;}
.TextList002208 .dl .dt span:nth-child(3){ width:25%;}
.TextList002208 .dl .dt span:nth-child(4){ width:25%;}
.TextList002208 .dl .dt span:nth-child(5){ width:15%;}
.TextList002208 .dl .dt span.jobname { text-align: left; padding-left: 3%; }
.TextList002208 .dl .dt span.num {margin-left: 20px;}
.TextList002208 .dl .dt .btn { text-decoration: underline; display: block; position: relative; position: absolute; right: 0; top: 50%; margin-top: -13px;  }
.TextList002208 .dl .dt .btn i { background: url(../images/TextList002208-icon.png) no-repeat -41px -87px; display: block; width: 26px; height: 26px;}
.TextList002208 .conbox { background: #f5f5f5; padding: 20px 5% 4%; display: none; font-size: 15px; }
.TextList002208 .conbox .h5 { color: #333; font-size: 16px; margin: 33px 0 5px; }
.TextList002208 .jobname { width: 30% !important; background: #172a88; color: #fff !important; max-width: 200px; border-radius: 30px; text-align: center !important; padding: 0 !important; }
.TextList002208 .dl.active .dt span, .TextList002208 .dl.active .btn { color: #000; }
.TextList002208 .dl.active .dt .jobname { background: #172a88; color: #fff !important; }
.TextList002208 .dl.active .dt .btn i { background-position: -41px -61px; }
.TextList002208 .but { display: inline-block; width: 200px; height: 44px; background: #172a88; color: #fff; font-size: 16px; text-align: center; line-height: 44px; margin-top: 38px; }
.TextList002208 .text { line-height: 30px; color: #172a88; font-weight: bold; }


.TextList002208 .btn_apply{ padding:10px 0;}
.TextList002208 .btn_apply a{ display:inline-block; max-width:180px; width:40%; height:40px; line-height:40px; text-align:center; color:#fff; background-color:#172a88; font-size:16px; border-radius:3px;}


@media(max-width:1024px) {
.TextList002208 .list { padding: 0 5%; box-shadow: 0 0 28px 10px #f5f5f5; }
.TextList002208 .dl .dt span { width: 22%; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;  }
.TextList002208 .dl .department{ display: none !important; }
.TextList002208 .jobname { width: 34% !important;  }
.TextList002208 .dl .dt span:nth-child(4){ width:35%;}
}

@media(max-width:768px) {
.TextList002208 .dl .workplace,.TextList002208 .dl .num { display: none !important; }
.TextList002208 .dl .dt span { width: 45% !important; }
}





/*Map002516 */
.Map002516 { padding: 4% 0; }
.Map002516 .word{margin-bottom: 30px}
.Map002516 .word .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px;}
.Map002516 .word .title span{font-weight: 700;}
.Map002516 .word .p{font-size: 16px;color:#333;line-height: 38px; margin: 0; padding: 0; padding-left: 35px; background-repeat: no-repeat; background-position:left 7px;}
.Map002516 .word .p+.p{margin-top:14px;}
.Map002516 .word .address{background-image:url(../images/RighInfo002275-icon_1.png);}
.Map002516 .word .address a{display: block; color: #999; line-height: 20px;text-decoration: underline; }
.Map002516 .word .address a:hover{color:#172a88; }
.Map002516 .word .post{background-image:url(../images/RighInfo002275-icon_4.png);}
.Map002516 .word .tel{background-image:url(../images/RighInfo002275-icon_5.png);}
.Map002516 .word .fax{background-image:url(../images/RighInfo002275-icon_6.png);}

.Map002516 .from{padding: 30px;background: #fff;box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius: 10px;}
.Map002516 .from .tit{position:relative;color: #172a88;font-size: 28px;padding-bottom: 30px;margin-bottom: 30px;font-weight: bold;}
.Map002516 .from .tit:before{position:absolute;left: 0;bottom:0;width: 30px;height:2px;content:"";background:#172a88;}

.Map002516 .from td {padding-bottom: 26px;}
.Map002516 .from .td { width:30px; }
.Map002516 .from td p { margin: 0; color: #666; text-align: center; }
.Map002516 .from td div {position: relative;padding-right: 16px;}
.Map002516 .from em { font-style: normal; color: #c00; position: absolute; right: 0; top: 0; display: block; line-height: 44px;}
.Map002516 .from .text {width: 100%;height: 44px;line-height: 44px;text-indent: 10px;border: none;border: 1px #eaeaea solid;border-radius: 5px;}
.Map002516 .from textarea.text { height: 132px; }
.Map002516 .from .btn { padding-bottom: 0; }
.Map002516 .from .btn input {background: #172a88;cursor: pointer;padding: 0;width: 160px;height: 48px;font-size:16px;color: #fff;border-color: #172a88;transition: 0.3s;border-radius: 10px;}
.Map002516 .from .btn input:hover { background: #172a88; border-color: #172a88; color: #fff; }

@media(min-width:769px) {
.Map002516 .word{float: left;width: 45%;}
.Map002516 form{float: right;width: 50%;}
}

@media screen and (min-width: 1024px) {
.Map002516 .auto{background: url(../images/RighInfo002275-contact_bg.png) no-repeat center;}
.Map002516 .word .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
.Map002516 .word .title{margin-bottom: 36px}
}

@media(max-width:768px) {
.Map002516 .from td { display: block; padding-right: 0; }
.Map002516 .from .td {display: none;}	
}








/*RighInfo003073 */
.RighInfo003073 { padding: 4vw 0; }
.RighInfo003073 .title { padding-bottom: 5%;}
.RighInfo003073 .title span { display: block; font-family: 'Akrobat-Bold'; line-height: 0.8667; text-transform: uppercase; margin-bottom: 0.1em; opacity: 0.3; font-size: 40px; font-weight: bold; color: #7b7b7b; }
.RighInfo003073 .title h3 { font-size: 34px; color: #092240; margin: 0; font-weight: normal; display: inline-block; position: relative }
.RighInfo003073 .title h3::after { content: ''; display: block; width: 30px; height: 2px; background: #172a88; margin: 15px 0 }
.RighInfo003073 .row { margin-bottom: 2%; }
.RighInfo003073 h3 { font-size: 20px; color: #172a88; margin: 0 0 0.3em 0; display: inline-block; }
.RighInfo003073 p { font-size: 15px; margin: 0; display: inline-block; color: #888; line-height: 30px; }
.RighInfo003073 .box-2 { position: relative; z-index: 1; }
.RighInfo003073 .box-2:before { position: absolute; left: 0; top: 0; height: 85%; width: 100%; background: #ee7133; content: ''; }
.RighInfo003073 .box-2 .auto { position: relative; z-index: 5; }
.RighInfo003073 .box-2 .y-1 { margin-bottom: 1.72vw; }
.RighInfo003073 .box-2 .y-1 .ytable-cell { padding-left: 4.48vw; padding-top: 3vw; }
.RighInfo003073 .box-2 .y-1 .ytable-cell:not(:nth-child(1)) * {
color: #fff;
}
.RighInfo003073 .box-2 .y-2 { min-height: 14.58vw; }

@media(min-width:1025px) {
.RighInfo003073 .box-1 .fl { width: 45%; }
.RighInfo003073 .box-1 .fr { width: 50%; }
.RighInfo003073 .box-1 .col-title { padding-right: 40%; }
.RighInfo003073 .box-2 .y-1 .ytable-cell:nth-child(1) { width: 50%; }
.RighInfo003073 .box-2 .y-2 .ytable-cell { table-layout: fixed; padding-left: 4.48vw; width: 25%; }
}

@media(max-width:1024px) {
.RighInfo003073 .box-2 .ytable, .RighInfo003073 .box-2 .ytable-cell { display: block; overflow: hidden; }
.RighInfo003073 .box-2 .y-1 .row { width: 50%; float: left; padding-right: 2%; }
.RighInfo003073 .box-2 .y-2 .ytable-cell { padding: 2vw 4vw; }

.RighInfo003073 .title { padding-bottom: 0; }
.RighInfo003073 .title span { font-size: 36px; }
.RighInfo003073 .title h3 { font-size: 28px; }
}


@media(max-width:640px) {
.RighInfo003073 h3 { font-size: 5vw; }
.RighInfo003073 p { font-size: 3.5vw; }
}
/*
 .Linklist002317 为demo编号
 */
.Linklist002317 { padding: 4% 0 1% 0; }
.Linklist002317 .p { font-size: 16px; color: #555; line-height: 2; padding-bottom: 30px; margin: 0; }
.Linklist002317 ul { margin: 0; }
.Linklist002317 ul li { float: left; width: 18.2%; margin-right: 2%; margin-bottom: 2%; text-align: center; }
.Linklist002317 ul li .pic { display: block; position: relative; border: 1px solid #eee; padding-bottom: 51%; background-size: contain; }
.Linklist002317 ul li h1 { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin: 10px 0 0; font-weight: normal; font-size: 16px; }

@media(min-width:1025px) {
.Linklist002317 ul li:nth-child(5n) { margin-right: 0 }
}

@media(max-width:1024px) {
.Linklist002317 ul li { float: left; width: 32%; margin-right: 2%; }
.Linklist002317 ul li:nth-child(3n) { margin-right: 0 }
}
/*PicList002546 */
.PicList002546 { padding: 4vw 0; }

@media(min-width:1025px) {
.PicList002546 li { float: left; width: 50%; }
.PicList002546 ul:nth-child(2n) li .txt { right: auto; left: 0; }
.PicList002546 ul:nth-child(2n) li .inner .Ispic { float: right; }
.PicList002546 ul:nth-child(2n) li .inner::before { border-right-color: transparent; border-left-color: #f5f5f5; margin-left: 15px; }
}
.PicList002546 li .inner { overflow: hidden; display: block; position: relative; background: #f5f5f5; transition: 0.3s; }
.PicList002546 li .Ispic { padding-bottom: 64%; transition: 0.3s; }
.PicList002546 li .txt{ padding: 20px;}
@media(min-width:481px) {
.PicList002546 li .inner::before { position: absolute; content: ''; border: 15px solid transparent; border-right-color: #f5f5f5; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-left: -15px; z-index: 10; }
.PicList002546 li .Ispic { padding-bottom: 51%; width: 50%; }
.PicList002546 li .txt { position: absolute; right: 0; top: 0; width: 50%; height: 100%; padding: 6%; text-align: center; color: #666; }
.PicList002546 li .table { display: table; width: 100%; height: 100%; }
.PicList002546 li .table_cell { display: table-cell; vertical-align: middle; }
}
.PicList002546 li .txt i { width: 22px; height: 24px; display: block; margin: 15% auto 0; position: relative; transition: 0.3s; }
.PicList002546 li .txt i::before, .PicList002546 li .txt i::after { position: absolute; content: ''; width: 100%; height: 2px; background: #041690; left: 0; top: 50%; margin-top: -1px; }
.PicList002546 li .txt i::after { transform: rotate(90deg); }
.PicList002546 li h3 { color: #333; font-size: 22px; margin: 0; overflow: hidden; text-align: left; }
.PicList002546 li h3:after { display: block; content: ''; height: 2px; background: #041690; width: 20px; margin: 18px 0; }
.PicList002546 li p { text-align: left; overflow: hidden; line-height: 24px; font-size: 15px; margin: 5px 0; }
.PicList002546 li .inner:hover .txt i { transform: rotate(180deg); }
.PicList002546 li .inner:hover .Ispic { opacity: 0.9; }

@media(max-width:1024px) and (min-width:481px) {
.PicList002546 li:last-child .txt { right: auto; left: 0; }
.PicList002546 li:last-child .inner .Ispic { float: right; }
.PicList002546 li:last-child .inner::before { border-right-color: transparent; border-left-color: #f7f7f7; margin-left: 15px; }
}
/*RighInfo002554 */
.RighInfo002554 { padding: 4% 0; }
.RighInfo002554 .title { font-size: 32px; color: #333; text-align: center; font-weight: bold; margin-bottom: 30px; }
.RighInfo002554 .table_1 th, .RighInfo002554 .table_1 td { text-align: center; border: 1px solid #eee; border-collapse: collapse; padding: 15px; line-height: 24px; background: #f5f5f5; width: 12%; }
.RighInfo002554 .table_1 th:nth-child(5), .RighInfo002554 .table_1 td:nth-child(5) { width: 35%;}
.RighInfo002554 .table_1 td:nth-child(5),.RighInfo002554 .table_1 td:nth-child(6) { text-align: left;}
.RighInfo002554 .table_1 tr th a{ color: #172a88; text-decoration: underline;}
.RighInfo002554 .table_1 tr:nth-child(2n) th,.RighInfo002554 .table_1 tr:nth-child(2n) td { background: #fff; }
.RighInfo002554 .table_1 th { font-size: 15px; font-weight: normal; }
.RighInfo002554 .table_1 .th_1,
.RighInfo002554 .table_1 .th_2,
.RighInfo002554 .table_1 .th_3,
.RighInfo002554 .table_1 .th_4,
.RighInfo002554 .table_1 .th_5,
.RighInfo002554 .table_1 .th_6{ background: #172a88; color: #fff;  }
.RighInfo002554 .p { font-size: 16px; color: #555; line-height: 2; padding-bottom: 30px; margin: 0; }
@media(max-width:480px) {
.RighInfo002554 .table_1 { overflow: auto; }
.RighInfo002554 .table_1 table { width: 180%; }
.RighInfo002554 .table_1 th, .RighInfo002554 .table_1 td { line-height: 20px; font-size: 14px; padding: 10px; }

}
/*
 .RighInfo001749
 */
.RighInfo001749 { padding: 4.5vw 0 2.5vw 0; }
.RighInfo001749 .pic { float: left; margin: 0px 50px 20px 0px; }
.RighInfo001749 .p { font-size: 16px; color: #555; line-height: 2; padding-bottom: 30px; margin: 0; }
.RighInfo001749 .p20 { font-size: 16px; color: #555; line-height: 2; padding-bottom: 10px; margin: 0; }
.RighInfo001749 h3 { font-size: 24px; font-weight: bold; }
.RighInfo001749 h3:after { display: block; margin-top: 15px; content: ''; background: #172a88; width: 48px; height: 2px; margin-bottom: 15px; }
.RighInfo001749 .ul { padding-bottom: 30px; }
.RighInfo001749 li { float: left; width: 23.5%; margin-right: 2%; }
.RighInfo001749 li:last-child { margin-right: 0; }
.RighInfo001749 .listtit { color: #333; font-size: 32px; text-align: center; margin-bottom: 15px }
/*.Floor002437*/
.Floor0024371 { position: relative; padding-top: 0vw; }
.Floor0024371 .Hometitle { color: #fff; text-align: center; }
.Floor0024371 .Hometitle:after { margin: 25px auto 40px; background-image: url(../images/Home-tit.png) no-repeat center; }
.Floor0024371 .info { color: #fff; line-height: 2; text-align: center; font-size: 16px; margin: 0 auto 4%; max-width: 1100px; }
.Floor0024371 .bg { background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 77.9%; z-index: -1; }

.Floor0024371 .yfgx table{font-size: 100px;}
.Floor0024371 .yfgx td .con { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0%; background: rgba(0,0,0,0.3); z-index: 999 }
.Floor0024371 .yfgx td .con .text { border-radius: 5px; box-shadow: 0 0 32px #888; font-size: 15px; line-height: 25px; text-align: left; padding: 30px 22px 22px 22px; position: fixed; top: 50%; left: 50%; background: #fff; margin: 0 auto; width: 600px; z-index: 100; margin-left: -300px; margin-top: -243.5px; }
.Floor0024371 .yfgx td .con p { color: #333; }
.Floor0024371 .yfgx td .con .p1 { font-size: 18px; margin-bottom: 0; color: #000; font-weight: bold; }
.Floor0024371 .yfgx td .con .closebtn { position: absolute; top: 20px; right: 20px; height: 17px; width: 17px; display: block; background: url(../images/Form002324-colseBtn.jpg) no-repeat; }
.Floor0024371 .yfgx .top td:not(:last-child){border-right: 1px solid rgba(0,0,0,0.15);}
.Floor0024371 .yfgx td{font-size: 0.14em; word-break: break-word; text-align: center; width: 12.5%;padding: 12px 5px;}
.Floor0024371 .yfgx .top td{font-size: 0.18em;color: #333;font-weight: bold;line-height: 1.6666; padding-top: 0; padding-bottom: 0;}
.Floor0024371 .yfgx .tit{font-size: 1.5714em; cursor: pointer;}
.Floor0024371 .yfgx tr:not(.top) td:last-child{text-align: left;}
.Floor0024371 .yfgx tr:nth-child(2) td{padding-top: 30px;}
.Floor0024371 .yfgx .progress{position: relative; height: 2em;border-radius: 2em;
background: rgb(249,249,249);
background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=1 );
}
.Floor0024371 .yfgx .progress-bar{position: absolute;left: 0;width: 0;height: 100%;border-radius: 2em;top: 0; transition: width 1.2s 0.3s ease;
background: rgb(109,129,226);
background: -moz-linear-gradient(left,  rgba(109,129,226,1) 0%, rgba(23,42,136,1) 100%);
background: -webkit-linear-gradient(left,  rgba(109,129,226,1) 0%,rgba(23,42,136,1) 100%);
background: linear-gradient(to right,  rgba(109,129,226,1) 0%,rgba(23,42,136,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d81e2', endColorstr='#172a88',GradientType=1 );
}
@media (max-width:1280px) {
.Floor0024371 .yfgx table{font-size: 7.8125vw;}
}
@media (max-width:1024px) {
.Floor0024371 .yfgx td .con .text {left: 5%;width: 90%;margin-left: 0;}
}
/* .Floor0024371 .yfgx { width: 100%; }
.Floor0024371 .yfgx .auto { padding: 2%; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.Floor0024371 .yfgx dl dd { width:13%; float: left; font-size: 18px; color: #333; text-align: center; line-height: 50px; }
.Floor0024371 .yfgx .top { margin-bottom: 2%; padding-right: 40px; 
	display: flex;
	    justify-content: center;
}
.Floor0024371 .yfgx .top dd { position: relative; height: 30px; color: #333; padding: 0 1%; display: flex; justify-content: center; align-items: center; text-align: center; line-height: 30px; font-weight: bold; }
.Floor0024371 .yfgx .top dd:after { position: absolute; content: ''; width: 1px; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.15); }
.Floor0024371 .yfgx .top dd:nth-child(9):after { display: none; }
.Floor0024371 .yfgx .dl { display: table; width: 100%; padding-right: 40px; }
.Floor0024371 .yfgx .dl dd { display: table-cell; vertical-align: middle; width: 100%; color: #333; text-align: center; line-height: 40px; padding: 12px 0; font-size: 0; }
.Floor0024371 .yfgx .dl dd .con { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0%; background: rgba(0,0,0,0.3); z-index: 999 }
.Floor0024371 .yfgx .dl dd .con .text { border-radius: 5px; box-shadow: 0 0 32px #888; font-size: 15px; line-height: 25px; text-align: left; padding: 30px 22px 22px 22px; position: fixed; top: 50%; left: 50%; background: #fff; margin: 0 auto; width: 600px; z-index: 100; margin-left: -300px; margin-top: -243.5px; }
.Floor0024371 .yfgx .dl dd .con p { color: #333; }
.Floor0024371 .yfgx .dl dd .con .p1 { font-size: 18px; margin-bottom: 0; color: #000; font-weight: bold; }
.Floor0024371 .yfgx .dl dd .con .closebtn { position: absolute; top: 20px; right: 20px; height: 17px; width: 17px; display: block; background: url(../images/Form002324-colseBtn.jpg) no-repeat; }
.Floor0024371 .yfgx .dl dd .box:nth-child(2) { width: 77.777%; border-radius: 28px; height:28px; overflow: hidden; position: relative; z-index: 1; background-image: linear-gradient(to right, #f9f9f9, #eee); }
.Floor0024371 .yfgx .dl dd .box:nth-child(3) { width:14%; text-align: left; font-size: 14px; color: #555; line-height: 1.5; padding: 0 30px; }

.Floor0024371 .yfgx .dl dd .box i { float: left; width: 16.666%; height: 28px; position: relative; z-index: 4; }
.Floor0024371 .yfgx .dl dd .box i:after { position: absolute; content: ''; width: 1px; height: 100%; top: 0; right: 0; background: rgba(255,255,255,0); }
.Floor0024371 .yfgx .dl dd .box i:last-child:after { display: none; }
.Floor0024371 .mCustomScrollbar { }
.Floor0024371 .mCSB_inside > .mCSB_container { margin-right: 0; }
.Floor0024371 .mCSB_scrollTools { width: 2px; opacity: 1!important; }
.Floor0024371 .mCSB_scrollTools .mCSB_draggerRail { background: #d9d9d9; }
.Floor0024371 .mCSB_scrollTools .mCSB_dragger { height: 40px!important; }
.Floor0024371 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #041690; width: 100%; }
.Floor0024371 .progress-bar { border-radius: 28px; animation: animate-positive 2s; position: absolute; left: 0; top: 0; height: 100%; -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; z-index: 3; background-image: linear-gradient(to right, #6d81e2, #172a88); }
.Floor0024371 dd:hover .progress-bar { background-image: linear-gradient(to right, #6d81e2, #172a88); }
.Floor0024371 dd:hover .tit { color: #041690; }
.Floor0024371 .progress-bar.active { animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s; }
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
 0% {
    width: 0;
  }
}
@media (min-width:1024px) {
.Floor0024371 .yfgx .dl dd{ display: flex; justify-content: center; align-items:center;}
.Floor0024371 .yfgx .dl dd .box { width: 11.111%; font-size:22px; display: inline-block; vertical-align: middle; text-align: center;}
}

@media(max-width:768px) {
.Floor0024371 .yfgx .top dd{ display: inline-block; width:auto; padding:0 8px;}
.Floor0024371 .yfgx .dl dd .tit{ font-size:18px; width:15vw!important;}
.Floor0024371 .yfgx .dl dd{ display: flex; justify-content: center; align-items:center;}
.Floor0024371 .yfgx .dl dd .box:nth-child(2){ width:55vw !important;; height:28px!important;}
.Floor0024371 .yfgx .dl dd .box:nth-child(3){ padding:0 10px; width:20vw!important;}
}
@media(max-width:640px) {
.Floor0024371 .yfgx .top{ padding-right:0; align-items:center;}
.Floor0024371 .yfgx .top dd{ height: auto; width: auto; font-size:12px; padding:0 3px; line-height:15px;}
.Floor0024371 .yfgx .dl{ padding-right:10px;}
.Floor0024371 .yfgx dl dd,
.Floor0024371 .yfgx .dl dd .box{ font-size: 14px; }
.Floor0024371 .yfgx .dl dd{ line-height: 24px; padding:10px 0; }
.Floor0024371 .yfgx .dl dd .box i { height: 28px;  }
.Floor0024371 .yfgx .dl dd{ display: flex;}
.Floor0024371 .progress-bar{ height:28px; overflow: hidden;}
} */
/*PicList002949 */
.PicList002949 { padding: 5% 0 3% 0; }
.PicList002949 .item { margin: 0 0 3vw 0; background: #f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
.PicList002949 .item a:hover { color: #1e50ae; }
.PicList002949 .txt .inner { padding: 3vw; }
.PicList002949 .txt .inner .tit1 { font-size: 18px; margin-bottom: 0; }
.PicList002949 .txt .inner .tit { font-size: 24px; font-weight: bold; }
.PicList002949 .txt p { color: #666; margin-top: 10px; font-size: 15px; }
.PicList002949 .txt p span { border-radius: 33px; width: 7px; height: 10px; background: #172a88; padding-left: 10px; position: absolute; margin-top: 10px; }
.PicList002949 .inner .dot5 { font-weight: bold; }
.PicList002949 .tit { font-size: 24px; line-height: 1em; }
.PicList002949 .tit:after { display: block; margin-top: 15px; content: ''; background: #172a88; width: 48px; height: 2px; margin-bottom: 15px; }
.PicList002949 .item a:hover .tit:after { background: #1e50ae; }
.PicList002949 .item .more { padding-right: 25px; display: inline-block; background: url("../images/PicList002949_more.png") no-repeat right center; color: #999; }
.PicList002949 .item a:hover .more { background-image: url("../images/PicList002949_more_on.png"); }

@media(min-width:1025px) {
.PicList002949 .pic { width: 486px; }
.PicList002949 .pic1 { width: 660px; }
}

@media(min-width:641px) and (max-width:1024px) {
.PicList002949 .pic { width: 50%; }
.PicList002949 .tit { font-size: 3vw; }
}

@media(max-width:640px) {
.PicList002949 .ytable, .PicList002949 .ytable-cell { display: block; }
.PicList002949 .txt .inner { padding: 5vw; font-size: 3.5vw; }
.PicList002949 .tit { font-size: 5vw; }
}
.PicList002949 .ytable-cell { }
/*PicList002949 */
.PicList0029419 { padding: 5% 0 3% 0; }
.PicList0029419 .listtit { }
.PicList0029419 .item { margin: 0 0 3vw 0; background: #f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
.PicList0029419 .item a:hover { color: #1e50ae; }
.PicList0029419 .txt .inner { padding: 0 3vw; padding-top: 15px; }
.PicList0029419 .txt .inner .tit1 { font-size: 18px; margin-bottom: 0; }
.PicList0029419 .txt .inner .tit { font-size: 24px; font-weight: bold; }
.PicList0029419 .txt p.dot3 { color: #666; margin-top: 10px; font-size: 15px; }
.PicList0029419 .txt .dot3 span { border-radius: 33px; width: 7px; height: 10px; background: #172a88; padding-left: 10px; position: absolute; margin-top: 10px; }
.PicList0029419 .inner .dot5 { font-weight: bold; }
.PicList0029419 .tit { font-size: 24px; line-height: 1em; }
.PicList0029419 .tit:after { display: block; margin-top: 15px; content: ''; background: #172a88; width: 48px; height: 2px; margin-bottom: 15px; }
.PicList0029419 .item a:hover .tit:after { background: #1e50ae; }
.PicList0029419 .item .more { padding-right: 25px; display: inline-block; background: url("../images/PicList002949_more.png") no-repeat right center; color: #999; }
.PicList0029419 .item a:hover .more { background-image: url("../images/PicList002949_more_on.png"); }

@media(min-width:1025px) {
.PicList0029419 .pic { width: 400px; }
.PicList0029419 .pic1 { width: 660px; }
}

@media(min-width:641px) and (max-width:1024px) {
.PicList0029419 .pic { width: 50%; }
.PicList0029419 .tit { font-size: 3vw; }
}

@media(max-width:640px) {
.PicList0029419 .ytable, .PicList0029419 .ytable-cell { display: block; }
.PicList0029419 .txt .inner { padding: 5vw; font-size: 3.5vw; }
.PicList0029419 .tit { font-size: 5vw; }
}
.PicList0029419 .ytable-cell { }
.PicList0029419 { padding: 4% 0; }
.PicList0029419 p { font-size: 16px; color: #555; line-height: 2; padding-bottom: 10px; margin: 0; }
.PicList0029419 .img { text-align: center; padding: 1% 0 2% 0; }
.PicList0029419 h3 { font-size: 24px; font-weight: bold; color: #172a88; }
.PicList0029419 h3:after { display: block; margin-top: 15px; content: ''; background: #172a88; width: 48px; height: 2px; margin-bottom: 15px; }
.PicList0029419 .listtit { color: #333; font-size: 32px; text-align: center; margin-bottom: 15px }
/*
 .RighInfo002803 为demo编号
 */
.RighInfo002803 { padding: 4% 0 0 0; }
.RighInfo002803 .txtbox { text-justify: inter-ideograph; text-align: justify; word-wrap: break-word; clear: both; }
.RighInfo002803 .name { font-size: 24px; color: #000; line-height: 1; padding-bottom: 20px; }
.RighInfo002803 .name em { font-style: normal; color: #c92c0d; }
.RighInfo002803 .word { line-height: 30px; font-size: 16px; color: #585858; position: relative; background-repeat: no-repeat; background-position: center; padding: 6% 4%; }
.RighInfo002803 .word .wap_pic { display: block; text-align: center; }
.RighInfo002803 .word .pc_pic { display: none; }
.RighInfo002803 .word .fr { margin-left: 60px; margin-bottom: 40px; }
.RighInfo002803 .word .fl { margin-right: 60px; margin-bottom: 40px; margin-top: 40px; }

@media only screen and (min-width:769px ) {
.RighInfo002803 .name { font-size: 36px; }
.RighInfo002803 .word .wap_pic { display: none; }
.RighInfo002803 .word .pc_pic { display: block; position: absolute; right: 0; top: 0; z-index: -1; }
.RighInfo002803 .word .pic { display: block; float: right; margin-left: 50px; }
.RighInfo002803 .p { padding-right: 54%; margin-bottom: 20px; }
.RighInfo002803 .p1 { padding-right: 0%; }
}

@media (max-width: 1200px) {
.RighInfo002803 .word .pc_pic { position: static; width: 45%; float: right; margin-left: 5%; }
.RighInfo002803 .p, .RighInfo002803 .p1 { padding-right: 0; }
}
.RighInfo002803 ul { padding-top: 2%; }
.RighInfo002803 li { float: left; width: 15%; text-align: center; position: relative; box-shadow: 0 10px 20px rgba(0,0,0,0.12); height: 274px; }
.RighInfo002803 li+li { margin-left: 2%; }
.RighInfo002803 li div { padding: 10% 0; margin: 0 auto; width: 80%; max-width: 280px; }
.RighInfo002803 li figure img { width: 50%; max-width: 100px; ; transition: 0.3s; }
.RighInfo002803 li h3 { font-size: 20px; font-weight: normal; color: #000; margin: 0; margin-top: 15px; }
.RighInfo002803 li p { line-height: 1; font-size: 15px; line-height: 26px; margin-top: 5px; color: #585858; margin-bottom: 0; }
.RighInfo002803 li:hover * { color: #f39800 !important; }
.RighInfo002803 li:hover figure img { transform: rotateY(180deg); }
@media(max-width:1024px) {
.RighInfo002803 li { width: 32%; }
.RighInfo002803 li:nth-child(3n+1){ margin-left: 0;}	
}
@media(max-width:768px) {
.RighInfo002803 li { width: 49%; }
.RighInfo002803 li:nth-child(3n+1){ margin-left: 2%;}	
.RighInfo002803 li:nth-child(2n+1){ margin-left: 0;}	
}


/*
 .搜索 为demo编号
 */
.TextList000746 { padding: 4% 0% 1%; }
.TextList000746 li { padding: 15px; box-shadow: 0 0 10px rgb(0 0 0 / 10%); margin-bottom: 2%; border-radius: 6px; line-height: 27px; background: #fff; }
.TextList000746 li a { padding-left: 20px; background: url(../images/TextList000746-icon.jpg) no-repeat 5px center; }
.TextList000746 li a:hover { color: #172a88; }
.TextList000746 li time { float: right; color: #999; margin-left: 20px; }
.columnname { font-size: 32px; color: #333; text-align: center; font-weight: bold; margin-bottom: 30px; }

@media(max-width:768px) {
.columnname { font-size: 24px; margin-bottom: 2%; }
}




.open_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.open_box .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 96%;
  max-height: 96%;
  overflow: auto;
}
.open_box .close {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0;
  bottom: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.open_box .close::before,
.open_box .close::after {
  position: absolute;
  content: '';
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #172a88;
}
.open_box .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open_box .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open_jobTable .inner {
  max-width: 1135px;
  padding: 2%;
}
.open_jobTable li {
  margin-bottom: 20px;
  line-height: 50px;
}
.open_jobTable .tit {
  text-align: center;
  color: #172a88;
  font-size: 30px;
  margin-bottom: 3%;
  font-weight: normal;
}
.open_jobTable .Ajob,
.open_jobTable .text {
  width: 100%;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: block;
}
.open_jobTable textarea.text {
  height: 115px;
  display: block;
  margin: 0;
}
.open_jobTable .name {
  width: 95px;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}
.open_jobTable .name i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #e10000;
}
.open_jobTable .w50 {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.open_jobTable .w50:nth-child(2n) {
  margin-right: 0;
}
.open_jobTable .w100 {
  clear: both;
}
.open_jobTable .button {
  display: block;
  margin: 5% auto 0;
  width: 200px;
  text-align: center;
  line-height: 60px;
  background-color: #172a88;
  color: #fff;
  border: none;
  font-size: 18px;
}
@media (max-width: 640px) {
  .open_jobTable .inner {
    padding: 5% 4%;
  }
  .open_jobTable .tit {
    font-size: 20px;
    padding: 2% 0;
  }
  .open_jobTable .w50 {
    width: 100%;
    margin-right: 0;
  }
  .open_jobTable .close {
    width: 30px;
    height: 30px;
  }
  .open_jobTable li {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .open_jobTable .text {
    height: 40px;
    line-height: 40px;
  }
  .open_jobTable .button {
    width: 140px;
    font-size: 16px;
    line-height: 40px;
  }
}