@charset "utf-8";
/* Banner */
.banner-ny { position:relative; padding:90px 0; }
.banner-ny .pic { position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; }
.banner-ny .pic img { position:absolute; top:0; left:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:1; }
.banner-ny .txt { position:relative; line-height:1.1; z-index:99; }
.banner-ny .txt .p1 { font-size:42px; font-weight:bold; color:#0A3163; }
.banner-ny .txt .p2 { font-size:18px; margin-top:10px; color:#66778C; }

@media all and (max-width:1480px){
	.banner-ny .txt .p1 { font-size:30px; }
	.banner-ny .txt .p2 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.banner-ny { padding:60px 0; }
	.banner-ny .txt { text-align:center; }
	.banner-ny .txt .p1 { font-size:24px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:900px){
	.banner-ny { padding:40px 0; }
	.banner-ny .txt .p1 { font-size:20px; }
	.banner-ny .txt .p2 { font-size:14px; margin-top:10px; }
}

/* 主体 */
.container { position:relative; padding:0; }
.wrap {  margin:0 auto; }

.main { padding:70px 0 80px 0; }
.main_mbx { padding:30px 0 80px 0; }

@media all and (max-width:1480px){
	.main { padding:60px 0; }
	.main_mbx { padding:20px 0 60px 0; }
}
@media all and (max-width:1200px){
	.main { padding:40px 0; }
	.main_mbx { padding:20px 0 40px 0; }
}

.qy_main { background:url(qybg.png) no-repeat center bottom; background-size:cover; }

.leftTitle { display:none; }

.menu { position:relative; text-align:center; border-bottom:1px solid #e5e5e5; }
.menu ul li { position:relative; display:inline-block; margin:0 50px; }
.menu ul li a { position:relative; display:inline-block; padding:0 0 0 30px; font-size:20px; color:#777; height:100px; line-height:100px; }
.menu ul li a:before { position:absolute; display:none; content:""; left:30px; bottom:-1px; right:0; height:2px; background:#39286e; z-index:5; }
.menu ul li a.current,.menu ul li:hover a { color:#39286e; background:url(menu.png) no-repeat center left; }
.menu ul li a.current:before,.menu ul li:hover a:before { display:block; }
 

@media all and (max-width:1480px){
	.menu ul li { margin:0 25px; }
	.menu ul li a { font-size:16px; height:70px; line-height:70px; }
}
@media all and (max-width:1200px){
	.menu { display:none; }
}

/* 内容模式 */
.article { line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:24px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; font-size:16px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article .ft ul li { height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.article img { max-width:100%; height:auto!important; }
.article video { max-width:100%; height:auto!important; }

@media all and (max-width:1480px){
	.article { font-size:16px; }
}
@media all and (max-width:1200px){
	.article { font-size:14px; }
	.article .hd h1 { font-size:20px; }
	.article .bd { font-size:14px; }
	
	/*
	.article p { font-size:14px!important; }
	.article span { font-size:14px!important; }
	.article strong { font-size:16px!important; }
	*/
}

.artArea ul,.artArea ol{padding-left: 2em; margin: 8px 0;}
.artArea ul{list-style-type: disc;}
.artArea ul ul{list-style-type: circle;}
.artArea ul ul ul{list-style-type: square;}
.artArea ol{list-style-type: decimal;}
.artArea ol ol{list-style-type: lower-alpha;}
.artArea li{list-style-type: inherit;}
 
/* 面包屑 */
.location { width:1280px; margin:0 auto 30px; font-size:16px; color:#333; display:none; }
.location a { color:#333; display:inline-block; padding:0 10px; }
.location a.u-home { padding-left:25px; background:url(u-home.png) no-repeat center left; }

@media all and (max-width:1480px){
	.location { width:100%; }
}
@media all and (max-width:1000px){
 
	.location { margin:0 auto 20px; font-size:12px; }
	.location a { padding:0 5px; }
}
 
 
/* 新闻列表 */
.list li { padding:25px 0; border-bottom:1px solid #e0e0e0; background:url(o_ico_11.png) no-repeat center left; font-size:18px; line-height:20px; height:20px; clear:both; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.list li span { float:right; color:#999; font-size:16px; margin-left:15px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }

@media all and (max-width:1480px){
	.list li { padding:20px 0; font-size:16px; }
	.list li span { font-size:14px; }
}
@media all and (max-width:1200px){
	.list li { padding:15px 0; font-size:14px; }
}

/* 图文新闻 */
.picnews ul li { border-bottom:1px solid #eee; }
.picnews ul li a { padding:30px 0; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.picnews ul li:nth-child(1) a { padding-top:0!important; }
.picnews ul li .pic { width:350px; }
.picnews ul li .pic p { position:relative; padding-bottom:58.7%; overflow:hidden; }
.picnews ul li .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.picnews ul li .txt { width:calc(100% - 390px); box-sizing: border-box; }
.picnews ul li .txt .p1 { font-size:18px; font-weight:bold; color:#222; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.picnews ul li .txt .p2 { font-size:14px; color:#999; margin-top:10px; }
.picnews ul li .txt .p3 { font-size:14px; color:#666; margin-top:10px; line-height:25px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; }
 
.picnews ul li:hover .pic img { transform: scale(1.1)!important; }
.picnews ul li:hover .txt .p1 { color:#2054BC; }

@media all and (max-width:1480px){
	 
}
@media all and (max-width:1200px){
	.picnews ul li .pic { width:300px; }
	.picnews ul li .txt { width:calc(100% - 330px); box-sizing: border-box; } 
}
@media all and (max-width:900px){
	.picnews ul li a { padding:20px 0; }
	.picnews ul li .pic { width:250px; }
	.picnews ul li .txt { width:calc(100% - 280px); }
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:10px; line-height:25px;  } 
}
@media all and (max-width:640px){
	.picnews ul li a { padding:20px 0; }
	.picnews ul li .pic { width:100%; }
	.picnews ul li .txt { width:100%; padding:20px 0 0 0; }
	.picnews ul li .txt .p1 { font-size:16px; }
	.picnews ul li .txt .p2 { font-size:14px; margin-top:5px; }
	.picnews ul li .txt .p3 { font-size:14px; margin-top:5px; line-height:25px; } 
}

/* 图片列表 */
.product ul li { float:left; width:24%; margin-right:1.33%; box-shadow:0px 0px 20px rgba(0,0,0,0.1); }
.product ul li:nth-child(4n) { margin-right:0; }
.product ul li:nth-child(n + 5) { margin-top:2%; }
.product ul li .pic { position:relative; padding-bottom:60%; overflow:hidden; }
.product ul li .pic img { position:absolute; top:0; left:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.product ul li .txt { padding:0 10px; height:60px; font-size:18px; line-height:60px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

.product ul li:hover .pic img { transform: scale(1.1)!important; }
.product ul li:hover .txt { background:#2054BC; color:#fff; }

@media all and (max-width:1480px){
	.product ul li .txt { padding:0 10px; height:50px; font-size:16px; line-height:50px; }
}
@media all and (max-width:1200px){
	.product ul li { float:left; width:32%; margin-right:2%; }
	.product ul li:nth-child(4n) { margin-right:2%; }
	.product ul li:nth-child(3n) { margin-right:0; }
	.product ul li:nth-child(n + 4) { margin-top:2%; }
	.product ul li .txt { padding:0 10px; height:40px; font-size:14px; line-height:40px; }
}
@media all and (max-width:900px){
	.product ul li { float:left; width:49%; margin-right:2%; }
	.product ul li:nth-child(4n) { margin-right:2%; }
	.product ul li:nth-child(3n) { margin-right:2%; }
	.product ul li:nth-child(2n) { margin-right:0; }
	.product ul li:nth-child(n + 3) { margin-top:2%; }
	.product ul li .txt { padding:0 10px; height:40px; font-size:14px; line-height:40px; }
}
 
/* 分页 */
/*
.page { text-align:center; margin-top:70px; }
.page a { display:inline-block; margin:0 7px; padding:0 10px; min-width:40px; text-align:center; line-height:40px; background:#fff; color:#76767F; vertical-align:top; font-size: 16px; box-sizing: border-box; }
.page a:hover,.page .current { background:#2054BC; color:#fff; }
 
@media screen and (max-width: 1200px){
	.page { margin-top:40px; }
	.page a { padding:0 10px; margin: 0 3px; font-size: 14px; min-width:30px; line-height:30px; }
}
@media screen and (max-width: 900px){
	.page { margin-top:30px; }
	.page a { padding:0 7px; margin: 0 3px; font-size: 12px; min-width:25px; line-height:25px; }
}
*/

/* 分页 */
.page { margin-top:70px; line-height:24px; text-align:center;  }
.page a { display:inline-block; margin:0 5px 5px; padding:3px 11px; background:#fff; color:#4f4f4f; vertical-align:top;font-size: 14px;border:1px solid #ccc; }
.page a:hover,.page .current { background:#2054BC; color:#fff;border-color: #2054BC; }
.page-responsive .page-info{display:none;}


@media screen and (max-width: 1200px){
	.page { margin-top:40px; }
}
@media screen and (max-width: 1024px){
	.page { padding-bottom: 10px;}
	.page a{padding: 0 5px;margin: 0 3px 6px;font-size: 12px}
}

@media screen and (max-width: 768px){
	.page { margin-top:30px; }
	.page-responsive .page-numbers,
	.page-responsive .page-dots{display:none;}
	.page-responsive .page-info{display:inline-block; margin:0 3px 6px; padding:0 5px; background:#2054BC; color:#fff; vertical-align:top; font-size:12px; line-height:24px; border:1px solid #2054BC;}
	.page-responsive .page-info .current{color:#fff; font-weight:bold;}
}


.sxArea .hd { position:relative; padding-left:15px; font-size:28px; line-height:1.1; color:#2054BC; font-weight:bold; }
.sxArea .hd:before { position:absolute; left:0; top:50%; transform: translateY(-50%); display:block; content:""; width:5px; height:25px; background:#2054BC; z-index:2; }
.sxArea .bd { margin-top:20px; }
.sxArea .bd ul li { padding:20px 0 15px; border-bottom:1px solid rgba(51,51,51,0.1); }
.sxArea .bd ul li:nth-child(1) { border-top:1px solid rgba(51,51,51,0.1); }
.sxArea .bd ul li .p1 { float:left; width:100px; font-size:16px; color:#222; line-height:30px; }
.sxArea .bd ul li .p2 { float:left; width:calc(100% - 100px); }
.sxArea .bd ul li .p2 a { display:inline-block; padding:0 15px; line-height:30px; font-size:16px; color:#222; margin:0 10px 5px 0; border-radius:5px; }
.sxArea .bd ul li .p2 a.on,.sxArea .bd ul li .p2 a:hover { background:#6297DE; color:#fff; }

@media all and (max-width:1480px){
	.sxArea .hd { padding-left:13px; font-size:24px; }
	.sxArea .hd:before { width:3px; height:20px; }
	.sxArea .bd { margin-top:20px; }
	.sxArea .bd ul li { padding:20px 0 15px; }
	.sxArea .bd ul li .p1 { float:left; width:100px; font-size:16px; line-height:30px; }
	.sxArea .bd ul li .p2 { float:left; width:calc(100% - 100px); }
	.sxArea .bd ul li .p2 a { padding:0 15px; line-height:30px; font-size:16px; margin:0 15px 5px 0; }
}
@media all and (max-width:1200px){
	.sxArea .hd { padding-left:13px; font-size:20px; }
	.sxArea .hd:before { width:3px; height:20px; }
	.sxArea .bd { margin-top:20px; }
	.sxArea .bd ul li { padding:20px 0 15px; }
	.sxArea .bd ul li .p1 { float:left; width:80px; font-size:14px; line-height:25px; }
	.sxArea .bd ul li .p2 { float:left; width:calc(100% - 80px); }
	.sxArea .bd ul li .p2 a { padding:0 10px; line-height:25px; font-size:14px; margin:0 10px 5px 0; }
}
@media all and (max-width:900px){
	.sxArea .hd { padding-left:12px; font-size:18px; }
	.sxArea .hd:before { width:2px; height:15px; }
	.sxArea .bd { margin-top:20px; }
	.sxArea .bd ul li { padding:15px 0 10px; }
	.sxArea .bd ul li .p1 { float:none; width:100%; font-size:14px; line-height:1.1; }
	.sxArea .bd ul li .p2 { float:none; width:100%; margin-top:15px; }
	.sxArea .bd ul li .p2 a { padding:0 5px; line-height:25px; font-size:14px; margin:0 5px 5px 0; }
}

.sxArea01 { margin-top:40px; display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }

.sxBox11 a { position:relative; display:inline-block; font-size:16px; color:#222; margin-right:25px; padding-right:15px; }
.sxBox11 a:last-child { margin-right:0; }
.sxBox11 a i { position:absolute; display:block; right:0; width:7px; height:4px; background:url(ico03.png) no-repeat center; z-index:2; }
.sxBox11 a i.i01 { bottom:50%; }
.sxBox11 a i.i02 { top:60%; transform: rotate(180deg); }

.sxBox11 a.on { color:#2054BC; }
.sxBox11 a.up i.i01 { background:url(ico04.png) no-repeat center; }
.sxBox11 a.down i.i02 { background:url(ico04.png) no-repeat center; }

.sxBox12 { width:275px; }
.sxBox12 .txt { float:left; width:calc(100% - 80px); padding-left:18px; font-size:16px; height:40px; line-height:38px; color:#222; border: 1px solid rgba(16,61,120,0.19); border-right:none; box-sizing: border-box; border-radius:5px 0px 0px 5px; }
.sxBox12 .btn { position:relative; float:right; width:80px; font-size:16px; color:#fff; border-radius:0px 5px 5px 0px; background:#2054BC; text-align:center; overflow:hidden; }
.sxBox12 .btn p i { display:inline-block; line-height:40px; padding-left:25px; background:url(ico01.svg) no-repeat center left; }
.sxBox12 .btn .btn01 { position:absolute; left:0; top:0; width:100%; height:100%; display:block; cursor:pointer; z-index:1; }

.sxBox12 .txt::-webkit-input-placeholder { color:#C4C4C4; opacity: 1; }
.sxBox12 .txt::-moz-placeholder { color:#C4C4C4; opacity: 1; }
.sxBox12 .txt::-ms-input-placeholder { color:#C4C4C4; opacity: 1; } 
.sxBox12 .txt::placeholder { color:#C4C4C4; opacity: 1; }
 
@media all and (max-width:1200px){
	.sxArea01 { margin-top:30px; }

	.sxBox11 a { font-size:14px; margin-right:20px; }
	 
	.sxBox12 { width:275px; }
	.sxBox12 .txt { width:calc(100% - 70px); padding-left:15px; font-size:14px; height:35px; line-height:33px; }
	.sxBox12 .btn { width:70px; font-size:14px; }
	.sxBox12 .btn p i { line-height:35px; padding-left:20px; background-size:14px 14px; }
}
@media all and (max-width:600px){
	.sxBox11 { width:100%; margin-top:25px; }
	.sxBox11 a { font-size:14px; margin-right:10px; }
	
	.sxBox12 { width:100%; }
	.sxBox12 .txt { width:calc(100% - 70px); padding-left:15px; font-size:14px; height:35px; line-height:33px; }
	.sxBox12 .btn { width:70px; font-size:14px; }
	.sxBox12 .btn p i { line-height:35px; padding-left:20px; background-size:14px 14px; }
}

.gfArea { margin-top:20px; }
.gfArea ul li { float:left; width:19%; margin-right:1.25%; background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(237, 238, 240, 1) 100%); }
.gfArea ul li:nth-child(5n) { margin-right:0; }
.gfArea ul li:nth-child(n + 6) { margin-top:15px; }
.gfArea ul li a { display:block; padding:25px; box-sizing: border-box; }
.gfArea ul li .pic { position:relative; background:#fff; z-index:1; }
.gfArea ul li .pic:before { position:absolute; top:-5px; right:-5px; width:47px; height:47px; background:url(ico05.svg) no-repeat center; background-size:100% 100%; display:none; content:""; z-index:9; }
.gfArea ul li .pic p { position:relative; padding-bottom:82%; overflow:hidden; }
.gfArea ul li .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.gfArea ul li .txt { margin-top:35px; }
.gfArea ul li .txt .p1 { font-size:16px; line-height:25px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.gfArea ul li .txt .p2 { font-size:14px; line-height:30px; margin-top:10px; color:#949494; border-top:1px solid rgba(0,0,0,0.1); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.gfArea ul li.hot .pic:before { display:block; }
.gfArea ul li:hover { background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(170, 201, 242, 1) 100%); }
.gfArea ul li:hover .pic p img { transform: scale(1.1)!important; }
.gfArea ul li:hover .txt .p1 { color:#2054BC; }

.gfArea-gs ul li { width:23.5%; margin-right:2%; }
.gfArea-gs ul li:nth-child(5n) { margin-right:2%; }
.gfArea-gs ul li:nth-child(4n) { margin-right:0; }
.gfArea-gs ul li:nth-child(n + 5) { margin-top:15px; }

@media all and (max-width:1480px){
	.gfArea ul li { float:left; width:19%; margin-right:1.25%; }
	.gfArea ul li:nth-child(5n) { margin-right:0; }
	.gfArea ul li:nth-child(n + 6) { margin-top:10px; }
	.gfArea ul li a { padding:20px; }
	.gfArea ul li .txt { margin-top:25px; }
	.gfArea ul li .txt .p1 { font-size:16px; }
	.gfArea ul li .txt .p2 { font-size:14px; margin-top:10px; }
	
	
	.gfArea-gs ul li { width:23.5%; margin-right:2%; }
	.gfArea-gs ul li:nth-child(5n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(4n) { margin-right:0; }
	.gfArea-gs ul li:nth-child(n + 5) { margin-top:15px; }
}
@media all and (max-width:1200px){
	.gfArea ul li { float:left; width:19%; margin-right:1.25%; }
	.gfArea ul li:nth-child(5n) { margin-right:0; }
	.gfArea ul li:nth-child(n + 6) { margin-top:10px; }
	.gfArea ul li a { padding:20px 15px 15px 15px; }
	.gfArea ul li .txt { margin-top:15px; }
	.gfArea ul li .txt .p1 { font-size:14px; }
	.gfArea ul li .txt .p2 { font-size:13px; margin-top:5px; }
	
	.gfArea-gs ul li { width:32%; margin-right:2%; }
	.gfArea-gs ul li:nth-child(5n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(4n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(3n) { margin-right:0; }
	.gfArea-gs ul li:nth-child(n + 4) { margin-top:15px; }
}
@media all and (max-width:900px){
	.gfArea ul li { float:left; width:32%; margin-right:2%; }
	.gfArea ul li:nth-child(5n) { margin-right:2%; }
	.gfArea ul li:nth-child(3n) { margin-right:0; }
	.gfArea ul li:nth-child(n + 4) { margin-top:2%; }
	.gfArea ul li a { padding:10px; }
	
	.gfArea-gs ul li { width:49%; margin-right:2%; }
	.gfArea-gs ul li:nth-child(5n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(4n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(3n) { margin-right:2%; }
	.gfArea-gs ul li:nth-child(2n) { margin-right:0; }
	.gfArea-gs ul li:nth-child(n + 3) { margin-top:2%; }
}
@media all and (max-width:600px){
	.gfArea ul li { float:left; width:49%; margin-right:2%; }
	.gfArea ul li:nth-child(5n) { margin-right:2%; }
	.gfArea ul li:nth-child(3n) { margin-right:2%; }
	.gfArea ul li:nth-child(2n) { margin-right:0; }
	.gfArea ul li:nth-child(n + 3) { margin-top:2%; }
}





.xqArea { margin-top:20px; }
.xqArea ul li { float:left; width:24%; margin-right:1.33%; border-radius: 5px;
background: linear-gradient(163.51deg, rgba(255, 255, 255, 1) 0%, rgba(246, 248, 255, 1) 100%); }
.xqArea ul li:nth-child(4n) { margin-right:0; }
.xqArea ul li:nth-child(n + 5) { margin-top:20px; }
.xqArea ul li a { display:block; padding:30px; border:1px solid #fff; border-radius: 5px; }
.xqArea ul li .p1 { font-size: 20px; line-height:30px; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xqArea ul li .p2 { margin-top:20px; font-size:16px; color:#949494; }
.xqArea ul li .p2 p { line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.xqArea ul li .p2 p:nth-child(n + 2) { margin-top:5px; }
.xqArea ul li .p3 { margin-top:50px; padding:25px 0; border-top:1px solid rgba(224,224,224,1); text-align:center; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.xqArea ul li .p3 .p31 { position:relative; width:50%; }
.xqArea ul li .p3 .p31:nth-child(1):before { position:absolute; width:1px; height:100%; right:0; top:0; display:block; content:""; background:#E0E0E0; z-index:2; }
.xqArea ul li .p3 .p31 .a1 { font-size:18px; color:#2054BC; font-weight:bold; }
.xqArea ul li .p3 .p31 .a2 { font-size:14px; color:#949494; }
.xqArea ul li .p4 { background:#2054BC; border-radius:5px; font-size:14px; line-height:30px; color:#fff; text-align:center; transition: all 0.6s; }
.xqArea ul li:hover .p4 { border-radius:25px;  }
@media all and (max-width:1480px){
	.xqArea { margin-top:20px; }
	.xqArea ul li { float:left; width:24%; margin-right:1.33%; }
	.xqArea ul li:nth-child(4n) { margin-right:0; }
	.xqArea ul li:nth-child(n + 5) { margin-top:20px; }
	.xqArea ul li a { padding:20px; }
	.xqArea ul li .p1 { font-size: 18px; line-height:20px; }
	.xqArea ul li .p2 { margin-top:15px; font-size:14px; }
	.xqArea ul li .p2 p { line-height:20px; }
	.xqArea ul li .p2 p:nth-child(n + 2) { margin-top:5px; }
	.xqArea ul li .p3 { margin-top:30px; padding:25px 0; }
	.xqArea ul li .p3 .p31 .a1 { font-size:16px; }
	.xqArea ul li .p3 .p31 .a2 { font-size:14px; }
	.xqArea ul li .p4 { font-size:14px; line-height:30px; }
}
@media all and (max-width:1200px){
	.xqArea ul li { float:left; width:32%; margin-right:2%; }
	.xqArea ul li:nth-child(4n) { margin-right:2%; }
	.xqArea ul li:nth-child(3n) { margin-right:0; }
	.xqArea ul li:nth-child(n + 4) { margin-top:2%; }
}
@media all and (max-width:900px){
	.xqArea { margin-top:20px; }
	.xqArea ul li { float:left; width:49%; margin-right:2%; }
	.xqArea ul li:nth-child(4n) { margin-right:2%; }
	.xqArea ul li:nth-child(3n) { margin-right:2%; }
	.xqArea ul li:nth-child(2n) { margin-right:0; }
	.xqArea ul li:nth-child(n + 3) { margin-top:2%; }
	.xqArea ul li a { padding:20px 15px; }
	.xqArea ul li .p1 { font-size: 16px; line-height:20px; }
	.xqArea ul li .p2 { margin-top:15px; font-size:14px; }
	.xqArea ul li .p2 p { line-height:20px; }
	.xqArea ul li .p2 p:nth-child(n + 2) { margin-top:5px; }
	.xqArea ul li .p3 { margin-top:20px; padding:20px 0; }
	.xqArea ul li .p3 .p31 .a1 { font-size:14px; }
	.xqArea ul li .p3 .p31 .a2 { font-size:14px; }
	.xqArea ul li .p4 { font-size:14px; line-height:30px; }
}
@media all and (max-width:500px){
	.xqArea ul li { float:none; width:100%; margin-right:0; }
	.xqArea ul li:nth-child(4n) { margin-right:0; }
	.xqArea ul li:nth-child(3n) { margin-right:0; }
	.xqArea ul li:nth-child(2n) { margin-right:0; }
	.xqArea ul li:nth-child(n + 2) { margin-top:15px; }
}

.qyArea { margin-top:20px; }
.qyArea ul li { float:left; width:18.8%; margin-right:1.5%; border-radius: 5px; background: rgba(239, 244, 250, 1); }
.qyArea ul li:nth-child(5n) { margin-right:0; }
.qyArea ul li:nth-child(n + 6) { margin-top:20px; }
.qyArea ul li a { display:block; padding:30px 25px 0 25px; border: 1px solid rgba(222,231,249,1); border-radius: 5px; }
.qyArea ul li .pic { width:100%; max-width:210px; height:95px; margin:0 auto; text-align:center; background:#fff; border-radius: 5px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.qyArea ul li .pic img { max-width:80%; max-height:75px; width:auto; height:auto; }
.qyArea ul li .txt { margin-top:30px; padding-top:15px; min-height:145px; border-top: 1px solid #DEE7F9; box-sizing: border-box; }
.qyArea ul li .txt .p1 { font-size:18px; line-height:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.qyArea ul li .txt .p2 { font-size:16px; color:#707070; margin-top:15px; }
.qyArea ul li .txt .p2 p:nth-child(n + 2) { margin-top:5px; }

.qyArea ul li:hover a { border-color:#2054BC; }
.qyArea ul li:hover .txt .p1 { font-weight:bold; }

@media all and (max-width:1480px){
	.qyArea { margin-top:20px; }
	.qyArea ul li { float:left; width:24%; margin-right:1.33%; }
	.qyArea ul li:nth-child(5n) { margin-right:1.33%; }
	.qyArea ul li:nth-child(4n) { margin-right:0; }
	.qyArea ul li:nth-child(n + 5) { margin-top:1.33%; }
	.qyArea ul li a { padding:30px 25px 0 25px; }
 
	.qyArea ul li .txt { margin-top:20px; padding-top:20px; min-height:135px; }
	.qyArea ul li .txt .p1 { font-size:18px; line-height:20px; }
	.qyArea ul li .txt .p2 { font-size:14px; margin-top:15px; }
	.qyArea ul li .txt .p2 p:nth-child(n + 2) { margin-top:5px; }
}
@media all and (max-width:1200px){
	.qyArea { margin-top:20px; }
	/*
	.qyArea ul li { float:left; width:32%; margin-right:2%; }
	.qyArea ul li:nth-child(4n) { margin-right:2%; }
	.qyArea ul li:nth-child(3n) { margin-right:0; }
	.qyArea ul li:nth-child(n + 4) { margin-top:2%; }
	*/
	.qyArea ul li a { padding:25px 20px 0 20px; }
}
@media all and (max-width:900px){
	.qyArea { margin-top:20px; }
	.qyArea ul li { float:left; width:49%; margin-right:2%; }
	.qyArea ul li:nth-child(4n) { margin-right:2%; }
	.qyArea ul li:nth-child(3n) { margin-right:2%; }
	.qyArea ul li:nth-child(2n) { margin-right:0; }
	.qyArea ul li:nth-child(n + 3) { margin-top:2%; }
	.qyArea ul li a { padding:20px 15px 0 15px; }
	.qyArea ul li .pic { height:75px; }
	.qyArea ul li .pic img { max-height:55px; }
	.qyArea ul li .txt { margin-top:15px; padding-top:15px; min-height:115px; }
	.qyArea ul li .txt .p1 { font-size:16px; line-height:20px; }
	.qyArea ul li .txt .p2 { font-size:14px; margin-top:10px; }
	.qyArea ul li .txt .p2 p:nth-child(n + 2) { margin-top:5px; }
}
/*
@media all and (max-width:500px){
	.qyArea ul li { float:none; width:100%; margin-right:0; }
	.qyArea ul li:nth-child(4n) { margin-right:0; }
	.qyArea ul li:nth-child(3n) { margin-right:0; }
	.qyArea ul li:nth-child(2n) { margin-right:0; }
	.qyArea ul li:nth-child(n + 2) { margin-top:15px; }
	.qyArea ul li .pic { height:60px; }
	.qyArea ul li .pic img { max-height:50px; }
}
*/

/*企业子站开始*/
.gs_ww { padding:10px 0 5px; color:#222; font-size:12px; }
.gs_ww .p1 { float:left; }
.gs_ww .p2 { float:right; }
.gs_ww a { display:inline-block; padding:0 10px; color:#222; }
.gs_ww a:hover { color:#386bd1; }
.gs_ww .p1 a:nth-child(1) { padding-left:0; }
.gs_ww .p2 a:nth-child(1) { padding-left:20px; background:url(ico16.png) no-repeat center left; }
.gs_ww .p2 a:last-child { padding-right:0; }

@media all and (max-width:1000px){
	.gs_ww { display:none; }
}

/*公司主页导航*/
.gs_top .wrap { position:relative; height:90px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.pt_logo img { max-height:60px; width:auto; }

.gs_logo { width:calc(100% - 740px); line-height:1.1; }
.gs_logo .p1 { font-size:22px; color:#000; font-weight:bold; }
.gs_logo .p2 { font-size:14px; color:#79808C; margin-top:8px; }
.gs_logo .p2 .p22 { margin-left:15px; padding-left:20px; display:inline-block; background:url(gs07.svg) no-repeat left center;  }


.gs_form { width:355px; border:1px solid #2054BC; border-radius: 8px; overflow:hidden; }
.gs_form .txt { float:left; width:calc(100% - 95px); padding-left:60px; line-height:45px; font-size:14px; background:url(gs06.svg) no-repeat 20px center; box-sizing: border-box; }
.gs_form .btn { float:left; width:95px; line-height:45px; font-size:18px; color:#fff; background:#2054BC; cursor:pointer; }
 
.gs_form .txt::-webkit-input-placeholder { color:#8496BA; opacity: 1; }
.gs_form .txt::-moz-placeholder { color:#8496BA; opacity: 1; }
.gs_form .txt::-ms-input-placeholder { color:#8496BA; opacity: 1; } 
.gs_form .txt::placeholder { color:#8496BA; opacity: 1; }

.gs_nav { background:#F7F8FA; }
.gs_nav .wrap { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.gs_nav ul li { float:left; margin-right:70px; font-size:0; }
.gs_nav ul li:last-child { margin-right:0; }
.gs_nav ul li a { position:relative; display:inline-block; line-height:70px; font-size:18px; color:#222; z-index:5; }
.gs_nav ul li a:before { position:absolute; display:block; left:50%; bottom:0; width:0; height:3px; background:#2054BC; content:""; transition: all 0.6s; z-index:5; }

.gs_nav ul li:hover a,.gs_nav ul li.current a { color:#2054BC; font-weight:bold; }
.gs_nav ul li:hover a:before,.gs_nav ul li.current a:before { left:0; width:100%; }

.gs_nav .fh { display:inline-block; padding-left:30px; font-size:18px; color:#2054BC; background:url(gs05.svg) no-repeat left center; }

.gs_top .u-menu { display:none; } 
 
@media all and (max-width:1480px){
	.gs_top .wrap { height:80px; }
	.pt_logo img { max-height:50px; width:auto; }

	.gs_logo { width:calc(100% - 600px); line-height:1.1; }
	.gs_logo .p1 { font-size:20px; }
	 
	.gs_form { width:280px; }
	.gs_form .txt { width:calc(100% - 80px); padding-left:45px; line-height:40px; background-position:15px center;  }
	.gs_form .btn { width:80px; line-height:40px; font-size:16px; }
 
	.gs_nav ul li { margin-right:50px; }
	.gs_nav ul li:last-child { margin-right:0; }
	.gs_nav ul li a { line-height:60px; font-size:16px; }
	
	.gs_nav .fh { font-size:16px; }
}
@media all and (max-width:1000px){
	.gs_top .wrap { height:auto; padding:15px 0; }
	
	.pt_logo { display:block; text-align:center; width:100%; } 
	.pt_logo img { max-height:40px; width:auto; } 
	
	
	.gs_form { display:none; } 
	
	.gs_logo { width:calc(100% - 60px); margin-top:15px; }
	.gs_logo .p1 { font-size:18px; }
	.gs_logo .p2 { font-size:14px; color:#79808C; margin-top:5px; }

	.gs_nav { display:none; } 
	
	.gs_top .u-menu { display:block; top:auto; bottom: 10px; margin-top:0; } 
}
@media all and (max-width:750px){
	.gs_logo .p1 { font-size:14px; }
	.gs_logo .p2 { font-size:12px; color:#79808C; margin-top:5px; }
}
 

.gs_con { padding:100px 0; background:url(fz01.jpg) no-repeat center; background-size:cover; }
.gs_con .wrap { display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: space-between; align-items: center; }
.gs_con .pic { width:675px; border-radius:15px; overflow:hidden; }
.gs_con .txt { width:660px; }
.gs_con .txt .bd { margin-top:30px; font-size:18px; line-height:30px; color:#333; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;  -webkit-box-orient:vertical; -webkit-line-clamp:7; line-clamp:7; text-align:justify; }
.gs_con .txt .bd01 { margin-top:80px; }

@media all and (max-width:1480px){
	.gs_con { padding:80px 0; }
	.gs_con .pic { width:46.8%; }
	.gs_con .txt { width:45.8%; }
	.gs_con .txt .bd { margin-top:30px; font-size:16px; line-height:30px; -webkit-line-clamp:5; line-clamp:5; }
	.gs_con .txt .bd01 { margin-top:40px; }
}
@media all and (max-width:1200px){
	.gs_con { padding:60px 0; }
	.gs_con .pic { width:46.8%; }
	.gs_con .txt { width:45.8%; }
	.gs_con .txt .bd { margin-top:15px; font-size:14px; line-height:25px; -webkit-line-clamp:5; line-clamp:5; }
	.gs_con .txt .bd01 { margin-top:20px; }
}
@media all and (max-width:900px){
	.gs_con { padding:40px 0; }
	.gs_con .pic { width:100%; }
	.gs_con .txt { width:100%; margin-top:20px; }
	.gs_con .txt .bd { margin-top:10px; font-size:14px; line-height:25px; -webkit-line-clamp:5; line-clamp:5; }
	.gs_con .txt .bd01 { margin-top:20px; }
}

.gs-hd { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.gs-hd p { font-size:32px; color:#222; }

.gsBtn { display:block; width:130px; border-radius:30px; border:1px solid rgba(0,0,0,0.1); color:#999; text-align:center; }
.gsBtn i { display:inline-block; line-height:40px; font-size:16px; padding-right:35px; background:url(fz02.svg) no-repeat center right; }

.gsBtn:hover { background:#2054BC; border-color:#2054BC; color:#fff; }
.gsBtn:hover i { background:url(fz03.svg) no-repeat center right; }

@media all and (max-width:1480px){
	.gs-hd p { font-size:28px; }

	.gsBtn { width:130px; }
	.gsBtn i { line-height:40px; font-size:16px; padding-right:35px; }
}
@media all and (max-width:1200px){
	.gs-hd p { font-size:24px; }

	.gsBtn { width:110px; }
	.gsBtn i { line-height:35px; font-size:14px; padding-right:30px; background-size:20px auto!important; }
}
@media all and (max-width:900px){
	.gs-hd p { font-size:20px; }

	.gsBtn { width:90px; }
	.gsBtn i { line-height:30px; font-size:14px; padding-right:25px; background-size:18px auto!important; }
}

.gs_pro { padding:90px 0; background: url(gs_pro.png) no-repeat center bottom; background-size: cover; }
.gs_pro .bd { position:relative; margin-top:30px; }
.gs_pro .bd .bd01 { padding:1px; margin:-1px; overflow:hidden; }
.gs_pro .bd .swiper-slide a { position:relative; display:block; padding:45px 35px 0 35px;  border:1px solid rgba(235,235,235,1); }
.gs_pro .bd .swiper-slide a:before { position:absolute; top:0; right:0; width:47px; height:47px; background:url(ico05.svg) no-repeat center; background-size:100% 100%; display:none; content:""; z-index:9; }
.gs_pro .bd .swiper-slide .pic { position:relative; width:100%; max-width:250px; margin:0 auto; }
.gs_pro .bd .swiper-slide .pic p { position:relative; padding-bottom:82%; overflow:hidden; }
.gs_pro .bd .swiper-slide .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.gs_pro .bd .swiper-slide .txt { margin-top:40px; border-top:1px solid rgba(0,0,0,0.1);  padding:20px 0 25px; line-height:20px; font-size:16px; color:#222; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.gs_pro .bd .swiper-slide:hover .pic p img { transform: scale(1.1)!important; }
.gs_pro .bd .swiper-slide:hover .txt { font-weight:bold; color:#2054BC; }
.gs_pro .bd .swiper-slide.hot a:before { display:block; }

.gs_pro .bd .btn { position:absolute; top:-70px; right:0; font-size:0; z-index:2; }
.gs_pro .bd .btn .btn01 { display:inline-block; width:40px; height:40px; background:url(gs09.svg) no-repeat center; background-size:100% 100%!important; cursor:pointer; }
.gs_pro .bd .btn .prev-gs01 { margin-right:15px; transform: rotate(180deg);  }

.gs_pro .bd .btn .btn01:hover { background:url(gs08.svg) no-repeat center; }
.gs_pro .bd .btn .prev-gs01:hover { transform: rotate(0deg);  }
.gs_pro .bd .btn .next-gs01:hover { transform: rotate(180deg);  }

@media all and (max-width:1480px){
	.gs_pro { padding:80px 0; }
	.gs_pro .bd { margin-top:30px; }
	.gs_pro .bd .swiper-slide a { padding:25px 25px 0 25px; }

	.gs_pro .bd .swiper-slide .txt { margin-top:20px; padding:15px 0 20px; font-size:16px; }
}
@media all and (max-width:1200px){
	.gs_pro { padding:60px 0; }
	.gs_pro .bd { margin-top:30px; }
	.gs_pro .bd .swiper-slide a { padding:20px 15px 0 15px; }

	.gs_pro .bd .swiper-slide .txt { margin-top:20px; padding:15px 0 20px; font-size:16px; }
}
@media all and (max-width:900px){
	.gs_pro { padding:40px 0; }
	.gs_pro .bd { margin-top:20px; }
	.gs_pro .bd .swiper-slide a { padding:10px 10px 0 10px; }
	.gs_pro .bd .swiper-slide .pic { max-width:100%; }
	.gs_pro .bd .swiper-slide .txt { margin-top:15px; padding:15px 0; font-size:14px; }
}

/*
.gs_pro .bd ul li { float:left; width:23.6%; margin-right:1.86%; }
.gs_pro .bd ul li:nth-child(4n) { margin-right:0; }
.gs_pro .bd ul li:nth-child(n + 5) { margin-top:25px; }
.gs_pro .bd ul li a { position:relative; display:block; padding:45px 35px 0 35px;  border:1px solid rgba(235,235,235,1); }
.gs_pro .bd ul li a:before { position:absolute; top:0; right:0; width:47px; height:47px; background:url(ico05.svg) no-repeat center; background-size:100% 100%; display:none; content:""; z-index:9; }
.gs_pro .bd ul li .pic { position:relative; width:100%; max-width:250px; margin:0 auto; }
.gs_pro .bd ul li .pic p { position:relative; padding-bottom:82%; overflow:hidden; }
.gs_pro .bd ul li .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.gs_pro .bd ul li .txt { margin-top:40px; border-top:1px solid rgba(0,0,0,0.1);  padding:20px 0 25px; line-height:20px; font-size:16px; color:#222; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
 
.gs_pro .bd ul li:hover .pic p img { transform: scale(1.1)!important; }
.gs_pro .bd ul li:hover .txt { font-weight:bold; color:#2054BC; }
.gs_pro .bd ul li.hot a:before { display:block; }
 
@media all and (max-width:1480px){
	.gs_pro { padding:80px 0; }
	.gs_pro .bd { margin-top:30px; }
	.gs_pro .bd ul li { float:left; width:24%; margin-right:1.33%; }
	.gs_pro .bd ul li:nth-child(4n) { margin-right:0; }
	.gs_pro .bd ul li:nth-child(n + 5) { margin-top:1.33%; }
	.gs_pro .bd ul li a { padding:25px 25px 0 25px; }

	.gs_pro .bd ul li .txt { margin-top:20px; padding:15px 0 20px; font-size:16px; }
}
@media all and (max-width:1200px){
	.gs_pro { padding:60px 0; }
	.gs_pro .bd { margin-top:30px; }
	.gs_pro .bd ul li { float:left; width:32%; margin-right:2%; }
	.gs_pro .bd ul li:nth-child(4n) { margin-right:2%; }
	.gs_pro .bd ul li:nth-child(3n) { margin-right:0; }
	.gs_pro .bd ul li:nth-child(n + 4) { margin-top:2%; }
	.gs_pro .bd ul li a { padding:20px 15px 0 15px; }

	.gs_pro .bd ul li .txt { margin-top:20px; padding:15px 0 20px; font-size:16px; }
}
@media all and (max-width:900px){
	.gs_pro { padding:40px 0; }
	.gs_pro .bd { margin-top:20px; }
	.gs_pro .bd ul li { float:left; width:49%; margin-right:2%; }
	.gs_pro .bd ul li:nth-child(4n) { margin-right:2%; }
	.gs_pro .bd ul li:nth-child(3n) { margin-right:2%; }
	.gs_pro .bd ul li:nth-child(2n) { margin-right:0; }
	.gs_pro .bd ul li:nth-child(n + 3) { margin-top:2%; }
	.gs_pro .bd ul li a { padding:10px 10px 0 10px; }
	.gs_pro .bd ul li .pic { max-width:100%; }
	.gs_pro .bd ul li .txt { margin-top:15px; padding:15px 0; font-size:14px; }
}
*/





.disArea { padding:80px 0; }
.disArea01 { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: flex-start; }
.disBox01 { width:905px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: flex-start; }
.disBox01 .pic { width:440px; padding:30px 35px; border: 1px solid rgba(219, 219, 219, 1); box-sizing: border-box; }
.disBox01 .pic p { position:relative; width:100%; padding-bottom:82%; overflow:hidden; }
.disBox01 .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.disBox01 .pic:hover p img { transform: scale(1.1)!important; }
.disBox01 .txt { width:calc(100% - 500px); padding-top:30px; }
.disBox01 .txt .p1 { font-size:26px; color:#222; font-weight:bold; line-height:1.3; }
.disBox01 .txt .p2 { font-size:14px; color:#222; margin-top:20px; line-height:20px; }
.disBox01 .txt .p2 p { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.disBox01 .txt .p2 p:nth-child(n + 2) { margin-top:10px; }
.disBox01 .txt .p2 p i { width:90px; display:inline-block; color:#848691; }
.disBox01 .txt .p2 p em { width:calc(100% - 90px); display:inline-block; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.disBox01 .txt .p2 p em.bb { font-size:16px; color:#3076D9; }
.disBox01 .txt .p3 { margin-top:20px; padding-bottom:10px; border-bottom:1px solid rgba(220,221,224,1); }
.disBox01 .txt .p3 i { display:inline-block; font-size:14px; color:#848691; padding-left:20px; background:url(ico06.svg) no-repeat center left; }
.disBox01 .txt .p4 { margin-top:45px; }
.disBox01 .txt .p4 a { display:inline-block; width:150px; line-height:45px; border-radius:8px; font-size:16px; color:#fff; text-align:center; }
.disBox01 .txt .p4 a.a1 { background:#EF1F1F; }
.disBox01 .txt .p4 a.a2 { background:#3076D9; margin-left:25px; }

.disBox02 { width:315px; padding:30px 25px 0 25px; min-height:365px; box-sizing: border-box; background: linear-gradient(180deg, rgba(242, 247, 251, 1) 0%, rgba(255, 255, 255, 1) 100%); border: 1px solid rgba(219, 234, 244, 1); }
.disBox02 .p1 { font-size: 18px; color:#222; line-height:20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.disBox02 .p2 { margin-top:15px; padding-bottom:15px;  border-bottom:1px dashed #CFCFCF; }
.disBox02 .p2 i { display:inline-block; padding:0 15px; font-size:14px; line-height:25px; color:#3076D9; background:#E3EEFC; border-radius:5px; }
.disBox02 .p3 { padding:25px 0; border-bottom:1px dashed #CFCFCF; }
.disBox02 .p3 p { position:relative; font-size:14px; line-height:20px; color:#5E5F66; padding-left:30px; background-position:2px left!important; }
.disBox02 .p3 p:nth-child(n + 2) { margin-top:10px; }
.disBox02 .p3 p.p31 { background:url(gs01.svg) no-repeat center left; }
.disBox02 .p3 p.p32 { background:url(gs02.svg) no-repeat center left; }
.disBox02 .p3 p.p33 { background:url(gs03.svg) no-repeat center left; }
.disBox02 .p3 p.p34 { background:url(gs04.svg) no-repeat center left; }
.disBox02 .p4 { padding-top:30px; text-align:center; }
.disBox02 .p4 a { display:inline-block; width:105px; line-height:35px; font-size:14px; color:#5E5F66; background: rgba(250, 250, 250, 1); border: 1px solid rgba(238, 238, 238, 1);}
.disBox02 .p4 a:nth-child(2) { margin-left:15px; }

.disBox02 .p4 a:hover { background:#2054BC; color:#fff; border-color:#2054BC; }

@media all and (max-width:1480px){
	.disArea { padding:80px 0; }
	.disBox01 { width:calc(100% - 400px); }
	.disBox01 .pic { width:380px; padding:30px 25px; }
	 
	.disBox01 .txt { width:calc(100% - 420px); padding-top:20px; }
	.disBox01 .txt .p1 { font-size:24px; }
	.disBox01 .txt .p2 { font-size:14px; margin-top:20px; }
	.disBox01 .txt .p2 p:nth-child(n + 2) { margin-top:10px; }
	.disBox01 .txt .p2 p i { width:80px; }
	.disBox01 .txt .p2 p em { width:calc(100% - 80px); }
	.disBox01 .txt .p2 p em.bb { font-size:16px; }
	.disBox01 .txt .p3 { margin-top:20px; padding-bottom:10px; }
	.disBox01 .txt .p3 i { font-size:14px; padding-left:20px; }
	.disBox01 .txt .p4 { margin-top:30px; }
	.disBox01 .txt .p4 a { width:120px; line-height:35px; font-size:14px; }
	.disBox01 .txt .p4 a.a2 { margin-left:15px; }

	.disBox02 { width:300px; padding:30px 20px 0 20px; min-height:330px; }
	.disBox02 .p1 { font-size: 18px; }
	.disBox02 .p2 { margin-top:10px; padding-bottom:10px; }
	.disBox02 .p2 i { padding:0 15px; font-size:14px; line-height:25px; }
	.disBox02 .p3 { padding:20px 0; }
	.disBox02 .p3 p { font-size:14px; line-height:20px; padding-left:25px; }
	.disBox02 .p3 p:nth-child(n + 2) { margin-top:10px; }
	 
	.disBox02 .p4 { padding-top:20px; }
	.disBox02 .p4 a { width:100px; line-height:35px; font-size:14px; }
	.disBox02 .p4 a:nth-child(2) { margin-left:10px; }
}
@media all and (max-width:1200px){
	.disArea { padding:60px 0; }
	.disBox01 { width:calc(100% - 280px); }
	.disBox01 .pic { width:350px; padding:20px; }
	.disBox01 .txt { width:calc(100% - 380px); padding-top:10px; }
	.disBox01 .txt .p1 { font-size:24px; }
	.disBox01 .txt .p4 a { width:100px; line-height:35px; font-size:14px; }
	.disBox01 .txt .p4 a.a2 { margin-left:10px; }
	
	.disBox02 { width:250px; padding:30px 15px 0 15px; min-height:300px; }
	.disBox02 .p1 { font-size: 16px; }
	.disBox02 .p2 { margin-top:10px; padding-bottom:10px; }
	.disBox02 .p2 i { padding:0 15px; font-size:14px; line-height:25px; }
	.disBox02 .p3 { padding:15px 0; }
	.disBox02 .p3 p { font-size:13px; line-height:20px; padding-left:20px; }
	.disBox02 .p3 p:nth-child(n + 2) { margin-top:5px; }
	 
	.disBox02 .p4 { padding-top:15px; }
	.disBox02 .p4 a { width:90px; line-height:35px; font-size:14px; }
	.disBox02 .p4 a:nth-child(2) { margin-left:10px; }
}
@media all and (max-width:1000px){
	.disBox01 { width:100%; }
	.disBox02 { display:none; }
}
@media all and (max-width:900px){
	.disArea { padding:40px 0; }
	.disBox01 .pic { width:100%; padding:4%; }
	.disBox01 .txt { width:100%; padding-top:25px; }
	.disBox01 .txt .p1 { font-size:20px; }
	.disBox01 .txt .p4 a { width:100px; line-height:35px; font-size:14px; }
	.disBox01 .txt .p4 a.a2 { margin-left:10px; }
}

.disArea02 { margin-top:80px; }
.disArea02 .hd { font-size:24px; padding:20px 0 17px 20px; line-height:1.1; color:#2054BC; font-weight:bold; border-bottom:3px solid #2054BC; background:#F9F9F9; }
.disArea02 .bd { margin-top:35px; font-size:16px; }

@media all and (max-width:1480px){
	.disArea02 { margin-top:80px; }
	.disArea02 .hd { font-size:24px; padding:20px 0 17px 20px; }
	.disArea02 .bd { margin-top:30px; }
}
@media all and (max-width:1200px){
	.disArea02 { margin-top:60px; }
	.disArea02 .hd { font-size:20px; padding:15px 0 15px 15px; border-bottom:2px solid #2054BC; }
	.disArea02 .bd { margin-top:30px; font-size:16px; }
}
@media all and (max-width:900px){
	.disArea02 { margin-top:40px; }
	.disArea02 .hd { font-size:18px; padding:15px 0 15px 15px; }
	.disArea02 .bd { margin-top:20px; }
}

.disArea03 .p1 { margin-bottom:20px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center;  }
.disArea03 .p1 .p11 { font-size:28px; line-height:1.5; color:#333; max-width:70%; width:1000px; font-weight:bold; }
.disArea03 .p1 .p12 { font-size:16px; color:#666; }
.disArea03 .p1 .p12 i { display:inline-block; padding-left:25px; background:url(xq01.png) no-repeat center left; background-size:20px auto; }
.disArea03 .p2 { padding:20px 60px 20px 20px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.disArea03 .p2 p { width:32%; font-size:16px; line-height:25px; color:#999; box-sizing: border-box; }
.disArea03 .p2 p i { color:#222; }
.disArea03 .p2 p i a { color:#2054BC; }
.disArea03 .p2 p.p21 { padding-left:30px; background:url(xq02.svg) no-repeat left 3px; }
.disArea03 .p2 p.p22 { padding-left:30px; background:url(xq03.svg) no-repeat left 3px; }
.disArea03 .p2 p.p23 { padding-left:30px; background:url(xq04.svg) no-repeat left 3px; }

.disArea03 .p1 .p12 i:hover { color:#2054BC; }
.disArea03 .p2 p i:hover { color:#2054BC; }
.disArea03 .p2 p i:hover { color:#2054BC; }
 
 
@media all and (max-width:1480px){
	.disArea03 .p1 .p11 { font-size:24px; } 
}
@media all and (max-width:1200px){
	.disArea03 .p1 .p11 { font-size:20px; }
	.disArea03 .p1 .p12 { font-size:14px; }
	.disArea03 .p2 { margin-top:15px; padding:0 30px 0 15px; }
	.disArea03 .p2 p { width:32%; font-size:14px; } 
}
@media all and (max-width:900px){
	.disArea03 .p1 .p11 { font-size:20px; width:100%; max-width:100%; }
	.disArea03 .p1 .p12 { font-size:14px; width:100%; margin-top:15px; }
	.disArea03 .p2 { margin-top:15px; padding:0; }
	.disArea03 .p2 p { width:100%; font-size:14px; }  
	.disArea03 .p2 p:nth-child(n + 2) { margin-top:5px; }
}

.qtArea { padding:60px 0 70px; background:#F7F8FA; }
.qtArea .bd { position:relative; margin-top:30px; }
.qtArea .bd .swiper-slide { background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(237, 238, 240, 1) 100%); }
.qtArea .bd .swiper-slide a { display:block; padding:25px; box-sizing: border-box; }
.qtArea .bd .swiper-slide .pic { position:relative; background:#fff; z-index:1; }
.qtArea .bd .swiper-slide .pic:before { position:absolute; top:-5px; right:-5px; width:47px; height:47px; background:url(ico05.svg) no-repeat center; background-size:100% 100%; display:none; content:""; z-index:9; }
.qtArea .bd .swiper-slide .pic p { position:relative; padding-bottom:82%; overflow:hidden; }
.qtArea .bd .swiper-slide .pic p img { position:absolute; left:0; top:0; width:100%; height:100%; transition: all 0.6s; object-fit: cover; z-index:2; }
.qtArea .bd .swiper-slide .txt { margin-top:35px; }
.qtArea .bd .swiper-slide .txt .p1 { font-size:16px; line-height:25px; color:#333; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.qtArea .bd .swiper-slide .txt .p2 { font-size:14px; line-height:30px; margin-top:10px; color:#949494; border-top:1px solid rgba(0,0,0,0.1); overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.qtArea .bd .swiper-slide.hot .pic:before { display:block; }
.qtArea .bd .swiper-slide:hover { background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(170, 201, 242, 1) 100%); }
.qtArea .bd .swiper-slide:hover .pic p img { transform: scale(1.1)!important; }
.qtArea .bd .swiper-slide:hover .txt .p1 { color:#2054BC; }

.qtArea .bd .btn { position:absolute; top:-76px; right:0; font-size:0; z-index:2; }
.qtArea .bd .btn .btn01 { display:inline-block; width:46px; height:46px; border-radius:100%; background-size:100% 100%!important; cursor:pointer; }
.qtArea .bd .btn .prev-qt01 { background:url(tj11.svg) no-repeat center; }
.qtArea .bd .btn .next-qt01 { background:url(tj21.svg) no-repeat center; margin-left:10px; }

.qtArea .bd .btn .prev-qt01:hover { background:url(tj12.svg) no-repeat center; }
.qtArea .bd .btn .next-qt01:hover { background:url(tj22.svg) no-repeat center; }

@media all and (max-width:1480px){
	.qtArea { padding:60px 0; }
	.qtArea .bd { margin-top:30px; }
	.qtArea .bd .swiper-slide a { padding:20px; }
	.qtArea .bd .swiper-slide .txt { margin-top:25px; }
	.qtArea .bd .swiper-slide .txt .p1 { font-size:16px; }
	.qtArea .bd .swiper-slide .txt .p2 { font-size:14px; margin-top:10px; }
	
	.qtArea .bd .btn { top:-70px; }
	.qtArea .bd .btn .btn01 { width:40px; height:40px; }
}
@media all and (max-width:1200px){
	.qtArea .bd .swiper-slide a { padding:20px 15px 15px 15px; }
	.qtArea .bd .swiper-slide .txt { margin-top:15px; }
	.qtArea .bd .swiper-slide .txt .p1 { font-size:14px; }
	.qtArea .bd .swiper-slide .txt .p2 { font-size:13px; margin-top:5px; }
	
	.qtArea .bd .btn { top:-65px; }
	.qtArea .bd .btn .btn01 { width:35px; height:35px; }
}
@media all and (max-width:900px){
	.qtArea { padding:40px 0; }
	.qtArea .bd { margin-top:20px; }
	.qtArea .bd .swiper-slide a { padding:10px 10px 10px 10px; }
	
	.qtArea .bd .btn { top:-50px; }
	.qtArea .bd .btn .btn01 { width:30px; height:30px; }
}

.gq-form { width:100%; padding-top:20px; }
.gq-form .row { float:left; width:48%; margin-right:4%; margin-bottom:20px; }
.gq-form .row:nth-child(2) { margin-right:0; }
.gq-form .row2 { width:100%; margin-bottom:40px; }

.gq-form label { display:block; margin-bottom:8px; font-size:15px; color:#333; }
.gq-form input[type=text], .gq-form textarea { width:100%; box-sizing:border-box; padding:12px 14px;
  border:1px solid #ddd; font-size:15px; line-height:1.6; color:#333; background:#fff; }
.gq-form textarea { min-height:150px; resize:vertical; }
.gq-form input[type=text]:focus, .gq-form textarea:focus { border-color:#2054BC; outline:none; }
.gq-form .submit { display:inline-block; padding:0 46px; height:48px; line-height:48px; border:0;
  background:#2054BC; color:#fff; font-size:16px; cursor:pointer; }
.gq-form .submit:hover { background:#17439b; }
.gq-tip { padding:12px 16px; margin-bottom:22px; font-size:15px; border-radius:4px; }
.gq-tip.err { background:#fdeeee; color:#c9302c; border:1px solid #f5c6c6; }
.gq-tip.ok { background:#eaf6ec; color:#2e7d32; border:1px solid #c3e6c9; }
 
@media all and (max-width:900px){
	.gq-form { width:100%; padding-top:10px; }
	.gq-form .row { float:none; width:100%; margin-right:0; margin-bottom:20px; }
	.gq-form .row:nth-child(2) { margin-right:0; }
	.gq-form .row2 { width:100%; margin-bottom:30px; }
}


.gq-meta { margin:0; padding-top:20px; }
.gq-meta ul {  display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.gq-meta ul li { width:23.5%; padding:30px 30px 40px; box-sizing: border-box; border-radius:10px; box-shadow:0px 0px 20px rgba(0,0,0,0.1); }
.gq-meta ul li .pic { width:100%; }
.gq-meta ul li .pic img { max-height:30px; }
.gq-meta ul li .txt { width:100%; margin-top:20px; }
.gq-meta ul li .txt .p1 { font-size:18px; font-weight:bold; color:#000; line-height:1.1; }
.gq-meta ul li .txt .p2 { font-size:16px; color:#333; margin-top:10px; line-height:25px;  }

.gq-meta01 { margin-top:40px; text-align:center; }
.gq-meta01 a { display:inline-block;height:46px;line-height:46px;padding:0 34px;background:#2054BC;color:#fff;text-decoration:none;font-size:16px; }

@media all and (max-width:1680px){
	.gq-meta ul li { width:23.5%; padding:25px 25px 30px; }
	.gq-meta ul li .txt .p1 { font-size:18px; }
	.gq-meta ul li .txt .p2 { font-size:16px; margin-top:10px; }
}
@media all and (max-width:1200px){
	.gq-meta ul li { width:23.5%; padding:25px 20px 30px 20px; }
	.gq-meta ul li .txt .p1 { font-size:16px; }
	.gq-meta ul li .txt .p2 { font-size:14px; margin-top:10px; }
}
@media all and (max-width:900px){
	.gq-meta ul li { width:100%; padding:25px 4%; }
	.gq-meta ul li:nth-child(n + 2) { margin-top:15px; }
	.gq-meta ul li .txt .p1 { font-size:16px; }
	.gq-meta ul li .txt .p2 { font-size:14px; margin-top:10px; }
}

/*企业子站结束*/

/* 面包屑导航（新闻栏目页） */
.breadcrumb { padding:25px 0 15px; font-size:14px; line-height:1.5; color:#666; }
.breadcrumb a { color:#666; text-decoration:none; }
.breadcrumb a:hover { color:#2054BC; }
.breadcrumb .split { margin:0 8px; color:#999; }
.breadcrumb .current { color:#333; font-weight:bold; }
@media all and (max-width:900px){
	.breadcrumb { padding:18px 0 10px; font-size:13px; }
}

/* 面包屑导航（新闻栏目页） */
.breadcrumb01 { padding:15px 0; border-bottom: 1px solid #eee; font-size:14px; line-height:1.5; color:#666; }
.breadcrumb01 a { color:#666; text-decoration:none; }
.breadcrumb01 a:hover { color:#2054BC; }
.breadcrumb .split { margin:0 5px; color:#999; }
 
@media all and (max-width:900px){
	.breadcrumb { padding:10px 0 10px; font-size:13px; }
}



@media all and (max-width:1480px){
	
}
@media all and (max-width:1200px){
	
}
@media all and (max-width:900px){
	
}





/* 列表标题旁「推荐」标识（后台 is_recommend 开关控制） */
.rec-tag {
    display: inline-block;
    vertical-align: 2px;
    margin-left: 6px;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #e64a3b;
    border-radius: 3px;
}
