﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
@import "font-awesome.min.css";
@import "style2.css";
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #01459A;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../img/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../img/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#header {
	float: left;
	width: 100%;
	padding: 17px 0 20px;
}
#logo {
	float: left;
}
#logo img {
	height: 69px;
}
.top_des {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #01459a;
	font-weight: bold;
	border-left: 1px solid #d4d0c8;
	margin: 18px 0 0 25px;
	padding-left: 25px;
}
.tel {
	float: right;
	height: 58px;
	background: url(../img/tel.jpg) no-repeat left center;
	background-size: contain;
	margin: 9px 0;
	padding-left: 63px;
}
.tel span {
	display: block;
}
.tel .a {
	font-size: 20px;
	color: #666;
	line-height: 27px;
	letter-spacing: 6px;
	margin-left: 5px;
}
.tel .b {
	font-size: 30px;
	color: #ff9500;
	font-family: Arial;
	line-height: 30px;
	margin-top: 4px;
}
/*end*/

/*menu*/
#navigate {
	float: left;
	width: 100%;
	background: #01459A;
}
#navigate ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
}
#navigate ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
}
#navigate ul li:last-child {
	margin-right: -13px;
}
#navigate ul li a:hover, #navigate ul li .current, #navigate ul li:hover a {
	color: #fff;
	background: #0158C2;
}
#navigate ul li .drop_menu {
	width: 145px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	text-align: center;
	background: #01459a;
	z-index: 2;
}
#navigate ul li .drop_menu li {
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	margin: 0 0 4px 0;
}
#navigate ul li .drop_menu li a {
	padding: 0 5px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #01459a;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
	background: #0158C2;
}
/*end*/


/*flash*/
#banner {
	width: 100%;
	float: left;
	height: 397px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
#banner img {
	width: 100%;
	height: auto;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .bd li .flash_img {
	width: 100%;
	padding-bottom: 500px;
	background-size: cover !important;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #006db7;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul li.mbpic {
	display: none
}
.slideBox .hd ul .on {
	background: #ff6600;
}
.slideBox .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../img/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../img/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox:hover .prev, .slideBox:hover .next {
	display: block;
}
/*end*/

/* 服务项目 */
#service {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	background: url(../img/home_top_bg.jpg) no-repeat center bottom;
}
.home_top h3 {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #01459a;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_top span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.service_con {
	float: left;
	width: 100%;
}
.service_con_row {
	margin-left: -20px;
	margin-right: -20px;
}
.service_item {
	float: left;
	width: 33.3333%;
	padding: 20px;
}
.service_item a {
	display: block;
	float: left;
	width: 100%;
}
.service_item_img {
	float: left;
	width: 56.75%;
	height: 118px;
	background-size: cover !important;
}
.service_item_title {
	float: left;
	width: 43.25%;
	height: 118px;
	padding: 0 7px;
	display: table;
	font-size: 22px;
	color: #fff;
	background: #01459A;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}
.service_item_title div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.about_con {
	float: left;
	width: 100%;
}
.about_img {
	float: left;
	width: 425px;
	margin-right: 55px;
}
.about_img img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 12px #dcdcdc;
}
.about_des {
	font-size: 14px;
	line-height: 200%;
	color: #333;
	text-indent: 28px;
}
.about_more {
	float: left;
	display: block;
	color: #01459a;
	line-height: 200%;
}
.about_more:hover {
	color: #fc0;
}
/* 新闻中心 */
#news {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.news_con {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.news_item {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 15px 0 35px 0;
}
.news_item_box {
	float: left;
	width: 100%;
}
.news_item_time {
	float: left;
	width: 90px;
	height: 90px;
	background: #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.news_item_time .a {
	display: block;
	line-height: 60px;
	font-size: 35px;
	color: #000;
	background: #efefef;
}
.news_item_time .b {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: #006DB7;
}
.news_item_right {
	margin-left: 110px;
}
.news_item_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_title a {
	font-size: 18px;
	color: #000;
}
.news_item_title a:hover {
	color: #01459a;
	text-decoration: underline;
}
.news_item_des {
	height: 62px;
	line-height: 22px;
	font-size: 12px;
	color: #6e6e6e;
	overflow: hidden;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #01459A;
	margin-top: 40px;
	overflow: hidden
}
#wechat {
	float: right;
}
.wechat_img {
	float: right;
	width: 140px;
	height: 140px;
}
.wechat_img img {
	width: 100%;
	height: 100%;
}
.wechat_txt {
	float: right;
	width: 140px;
	height: 140px;
	background: url(../img/photo_bg.jpg) no-repeat left center;
	text-align: center;
}
.wechat_txt img {
	width: 40px;
	height: auto;
	margin-top: 17px;
}
.wechat_txt span {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-top: 9px;
}
.footer_con {
	margin-right: 320px;
	margin-top: 7px;
}
.footer_con span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.footer_con span a {
	font-size: 14px;
	color: #fff;
}
.footer_con span a:hover {
	color: #fc0;
}
.foot-flink {
	color: #fff;
}
.foot-flink a {
	color: #fff;
	padding: 0 7px 0 0;
	line-height: 32px;
}
/*left*/
#left {
	float: left;
	width: 230px;
}
.left_list {
	float: left;
	width: 100%;
}
.left_top {
	float: left;
	width: 100%;
	background: #01459A;
	text-align: center;
}
.left_top h3 {
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.left_top h3 a {
	color: #fff;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 45px;
	line-height: 45px;
	margin-top: 2px;
	overflow: hidden;
}
.type_list li a {
	color: #333;
	padding-left: 20px;
	background: #F2F2F2 url(../img/page_list_icon.png) no-repeat 270px center;
	font-size: 16px;
	color: #000;
	display: block;
	transition: all .3s ease;
}
.type_list li a:hover, .type_list li a.current {
	color: #fff;
	background: #01459A url(../img/page_list_icon.png) no-repeat 200px center;
}
.type_list li.second_cat {
	display: none;
}
.type_list li.second_cat a {
}
.type_list li.second_cat a:hover {
}
.type_list li.second_cat a.current {
}
/*end*/

/*right*/
#right {
	width: 940px;
	float: right;
}
#right_top {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
	background: #01459A;
	color: #fff;
}
#right_top a {
	color: #fff;
}
#right_top h3 {
	float: left;
	font-size: 18px;
	line-height: 44px;
	padding-left: 20px;
}
#right_top span {
	float: right;
	font-size: 14px;
	padding-right: 20px;
}
#right_top li {
	float: left;
	margin-left: 6px;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;/*overflow-x:hidden;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/


	 
	 
/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 28px 0 35px;
	border-top: 1px dashed #DBDBDB;
}
.art_list:first-child {
	border-top: none;
	padding-top: 0;
}
.art_img {
	float: left;
	width: 152px;
}
.art_img img {
	width: 100%;
}
.art_img a {
	display: block;
	width: 100%;
	padding-bottom: 70%;
	background-size: cover !important;
}
.art_right {
	margin-left: 172px;
}
.art_right2 {
	margin-left: 87px;
}
.art_title {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -4px;
}
.art_title a:hover {
	text-decoration: underline;
}
.art_time {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 7px;
}
.art_time2 {
	float: left;
	width: 67px;
	height: 70px;
	padding: 10px 0;
	background: #f2f2f2;
	text-align: center;
	color: #666;
}
.art_time2 .day {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 0 5px 0;
}
.art_time2 .month-year {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.art_des {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../img/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 50px;
}
.articleAuthor {
	text-align: center;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #eee;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 12px;
	color: #666;
}
.articleInfo {
	width: 100%;
	padding: 25px 0;
	line-height: 200%;
	min-height: 250px;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #222;
}
.pageUpDown span {
	display: block;
}
.pageUpDown a {
	font-size: 16px;
	color: #222;
}
.articleImg {
	text-align: center;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList_row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
}
.pro_list_box {
	float: left;
	width: 100%;
	box-shadow: 0 0 1px #ccc;
	padding: 10px;
	transition: all .3s ease;
}
.pro_list_box:hover {
	box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
	float: left;
	width: 100%;
}
.pro_list_img a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}
.pro_list_title {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pro_list_title a {
	transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
	color: #01459A;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	display: inline-block;
	margin: 3px;
}
.pages a {
	font-size: 14px;
	padding: 6px 12px;
	background: #f5f5f5;
	display: block;
}
.pages a:hover {
	background: #01459A;
	color: #fff;
}
.pages li.active a {
	background: #01459A;
	color: #fff;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -136px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #f79800;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #212021;
}
.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}
.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #f79800;
	background: #fff;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}
.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #f79800;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../img/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../img/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../img/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../img/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../img/u5.png) no-repeat center center;
	display: block;
}
@media screen and (min-width: 1250px) {
.container {
	width: 1230px;
}
}
@media screen and (max-width: 1250px) {
#left {
	width: 19.3%;
}
#right {
	width: 78%;
}
}
@media screen and (max-width: 1200px) {
.slideBox .bd li .flash_img {
	padding-bottom: 400px;
}
#banner {
	height: 320px;
}
#navigate ul li a {
	padding: 0 25px;
}
#logo img {
	height: 60px;
}
.top_des {
	margin: 10px 0 0 25px;
	font-size: 18px;
}
.tel {
	height: 48px;
}
.tel .a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 3px;
}
.tel .b {
	font-size: 24px;
}
}
@media screen and (max-width: 992px) {
.slideBox .bd li .flash_img {
	padding-bottom: 300px;
}
#banner {
	height: 220px;
}
#navigate ul li a {
	font-size: 14px;
	padding: 0 15px;
}
#navigate ul li .drop_menu li a {
	font-size: 12px;
}
#logo img {
	height: 50px;
}
.tel {
	display: none;
}
.home_top h3 {
	font-size: 24px;
}
.home_top span {
	font-size: 12px;
}
.service_item {
	width: 50%;
}
.service_item_title {
	font-size: 18px;
}
#wechat {
	display: none;
}
.footer_con {
	margin: 0;
}
#left {
	width: 100%;
	margin-bottom: 20px;
}
#right {
	width: 100%;
}
.type_list li a {
	background: #F2F2F2;
}
.type_list li a:hover, .type_list li a.current {
	background: #01459A;
}
.pro_list {
	width: 25%;
}
}
 @media screen and (max-width: 760px) {
.slideBox .bd li .flash_img {
	padding-bottom: 160px;
}
#banner {
	height: 120px;
}
.top_des {
	display: none;
}
#header {
	padding: 0;
}
#logo img {
	height: 45px;
	margin: 12.5px 0;
}
#navigate {
	display: none;
}
.service_item {
	padding: 15px;
}
.service_con_row {
	margin-left: -15px;
	margin-right: -15px;
}
.about_img {
	width: 200px;
	margin: 0 15px 5px 0;
}
.news_con {
	margin: 0;
}
.news_item {
	width: 100%;
	margin: 10px 0 15px 0;
}
.news_item_title {
	margin-top: -4px;
}
.news_item_title a {
	font-size: 16px;
}
.news_item_des {
	height: 44px;
}
.news_item_time {
	width: 67px;
	height: 70px;
}
.news_item_time .a {
	line-height: 45px;
	font-size: 24px;
}
.news_item_time .b {
	line-height: 25px;
	font-size: 12px;
}
.news_item_right {
	margin-left: 80px;
}
.home_top span {
	display: none;
}
.home_top {
	background: url(../img/line.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.service_item {
	padding: 0 8px;
	margin-bottom: 20px;
}
.service_con_row {
	margin-left: -8px;
	margin-right: -8px;
}
.service_item_img {
	height: 78px;
}
.service_item_title {
	height: 78px;
	font-size: 14px;
}
.home_top h3 {
	font-size: 20px;
}
#about {
	padding: 20px 0 0 0;
}
#news {
	padding: 30px 0 0 0;
}
.foot-flink {
	text-align: center;
	font-size: 12px;
}
.art_title {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#left {
	display: none;
}
#right_con {
	padding: 0;
}
#right_top h3 {
	font-size: 16px;
}
#right_top span {
	font-size: 12px;
}
.art_list {
	padding: 20px 0;
}
.pro_list {
	width: 33.333%;
	padding: 0 8px;
	margin-bottom: 25px;
}
.productList_row {
	margin-left: -8px;
	margin-right: -8px;
}
.pages a {
	font-size: 12px;
}
.articleTitle {
	font-size: 18px;
	line-height: 30px;
}
#footer {
	padding: 10px 0;
	margin-top: 25px;
}
.footer_con span {
	display: none;
}
.footer_con span:first-child {
	display: block;
	text-align: center;
}
.footer_con span {
	font-size: 12px;
	line-height: 20px;
}
.footer_con span a {
	font-size: 12px;
}
/*手机底部导航*/
#toolbar {
	display: none;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}
#toolbar2 {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #333;
	display: block;
}
#toolbar2 li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar2 a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}
#toolbar2 a span {
	font-size: 22px;
	display: block;
}
}
@media screen and (max-width: 640px) {
}

.maximg img{ max-width:100% !important; height:auto !important}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* 温州小巨人研究院定制 */
:root {
	--wz-blue: #164f92;
	--wz-blue-dark: #0b3267;
	--wz-blue-light: #e8f1fb;
	--wz-gold: #c89b3c;
	--wz-ink: #17233b;
	--wz-muted: #607089;
	--wz-line: #dfe8f3;
	--wz-bg: #f5f8fc;
}

body {
	color: var(--wz-ink);
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	background: #fff;
}

a {
	color: var(--wz-ink);
}

a:hover {
	color: var(--wz-blue);
}

#cd-lateral-nav,
#cd-menu-trigger {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.site-header {
	float: none;
	clear: both;
	padding: 18px 0;
	background: #fff;
	border-bottom: 1px solid #edf2f7;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

#logo,
#logo img,
.brand img {
	float: none;
}

.brand img {
	width: 148px;
	height: 148px;
	object-fit: contain;
	margin-right: 18px;
}

.brand-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.brand-text strong {
	color: var(--wz-blue);
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0;
}

.brand-text em {
	margin-top: 5px;
	color: #315b91;
	font-size: 12.5px;
	font-style: normal;
	letter-spacing: .8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-contact {
	max-width: 430px;
	text-align: right;
	line-height: 1.6;
}

.header-contact span {
	display: block;
	color: var(--wz-gold);
	font-weight: 700;
}

.header-contact strong {
	display: block;
	color: var(--wz-muted);
	font-weight: 400;
	font-size: 13px;
}

.site-nav {
	float: none;
	clear: both;
	width: 100%;
	background: var(--wz-blue);
	box-shadow: 0 12px 28px rgba(14, 62, 120, .16);
}

.inner-page .site-nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 10px 24px rgba(3, 31, 72, .2);
}

.inner-page .site-header {
	display: none;
}

.inner-page .site-nav + .cd-main-content {
	padding-top: 54px;
}

.inner-page .page-hero {
	margin-top: 0;
	min-height: 300px;
	padding: 118px 0 96px;
}

.site-nav ul {
	display: flex;
	justify-content: center;
}

.site-nav ul li {
	float: none;
	height: 54px;
	line-height: 54px;
}

.site-nav ul li a {
	font-size: 16px;
	padding: 0 24px;
	color: #fff;
	white-space: nowrap;
}

.site-nav ul li a:hover,
.site-nav ul li .current,
.site-nav ul li:hover a {
	background: var(--wz-blue-dark);
	color: #fff;
}

.site-nav ul li .drop_menu {
	top: 54px;
	width: 170px;
	background: var(--wz-blue-dark);
	box-shadow: 0 16px 28px rgba(3, 28, 63, .22);
}

.site-nav ul li .drop_menu li {
	line-height: 22px;
	margin: 0;
}

.site-nav ul li .drop_menu li a {
	background: var(--wz-blue-dark);
	padding: 11px 12px;
	font-size: 14px;
}

.site-nav ul li .drop_menu li a:hover {
	background: #0f4589;
}

.home-banner {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #eef3f8;
}

.home-banner-track {
	position: relative;
	width: 100%;
	height: 100%;
}

.home-banner-track-mobile {
	display: none;
}

.home-banner-slide {
	position: absolute;
	inset: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease;
}

.home-banner-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.home-banner-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-banner-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.home-banner-dots-mobile {
	display: none;
}

.home-banner-dots button {
	width: 34px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgba(255,255,255,.66);
	cursor: pointer;
}

.home-banner-dots button.is-active {
	background: #f6d22f;
}

.hero-institute {
	position: relative;
	overflow: hidden;
	height: 700px;
	min-height: 700px;
	background: #eef5fd;
}

.hero-institute:before {
	display: none;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-bg picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hero-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.hero-copy {
	display: none;
}

.hero-seal {
	position: absolute;
	top: 28px;
	right: 15px;
}

.hero-seal img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	opacity: .9;
}

.hero-kicker {
	color: var(--wz-gold);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 18px;
}

.hero-institute h1 {
	color: #1f5595;
	font-size: 56px;
	line-height: 1.12;
	font-weight: 900;
	letter-spacing: 0;
}

.hero-en {
	margin-top: 10px;
	color: #1b4b8d;
	font-size: 16px;
	letter-spacing: 8px;
	line-height: 1.8;
}

.hero-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.hero-actions a,
.section-more,
.cooperation-inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 26px;
	border-radius: 4px;
	background: var(--wz-blue);
	color: #fff;
	font-weight: 700;
}

.hero-actions a.outline {
	background: #fff;
	color: var(--wz-blue);
	border: 1px solid var(--wz-blue);
}

.hero-skyline {
	position: absolute;
	right: 8%;
	bottom: 118px;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	gap: 9px;
	height: 190px;
	opacity: .56;
}

.hero-skyline .tower {
	display: block;
	width: 42px;
	background: linear-gradient(180deg, #9fb8d2, #456f9d);
	border: 1px solid rgba(25, 78, 139, .18);
	box-shadow: inset 0 0 0 4px rgba(255,255,255,.24);
}

.hero-skyline .t1 { height: 70px; }
.hero-skyline .t2 { height: 112px; }
.hero-skyline .t3 { height: 94px; }
.hero-skyline .t4 { height: 142px; }
.hero-skyline .t5 { height: 118px; }
.hero-skyline .t6 { height: 172px; }
.hero-skyline .t7 { height: 105px; border-radius: 24px 24px 0 0; }
.hero-skyline .t8 { height: 76px; }

.hero-address {
	display: none;
}

.hero-address .container {
	display: flex;
	align-items: center;
}

.address-icon {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 16px;
	border: 3px solid #fff;
	border-radius: 50%;
}

.address-icon:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 9px;
	width: 14px;
	height: 11px;
	border: 2px solid #fff;
	border-top-width: 5px;
}

.home-section {
	padding: 74px 0;
	clear: both;
}

.section-heading {
	text-align: center;
	margin-bottom: 34px;
}

.section-heading.align-left {
	text-align: left;
	margin-bottom: 20px;
}

.section-heading span,
.cooperation-inner span {
	display: block;
	color: var(--wz-gold);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.section-heading h2,
.cooperation-inner h2 {
	color: var(--wz-blue);
	font-size: 32px;
	line-height: 1.3;
	font-weight: 800;
}

.intro-section,
.training-section {
	background: #fff;
}

.intro-grid {
	display: grid;
	grid-template-columns: minmax(320px, .95fr) minmax(0, 1.25fr);
	gap: 40px;
	align-items: start;
}

.intro-grid:before,
.intro-grid:after,
.training-grid:before,
.training-grid:after {
	content: none;
	display: none;
}

.intro-media,
.training-media {
	overflow: hidden;
	border-radius: 8px;
	background: var(--wz-bg);
	border: 1px solid var(--wz-line);
	box-shadow: 0 16px 32px rgba(18, 71, 133, .08);
}

.intro-media {
	grid-column: 2;
	grid-row: 1;
}

.intro-copy {
	grid-column: 1;
	grid-row: 1;
	align-self: center;
}

.intro-media img,
.training-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
	object-position: center;
}

.intro-copy,
.training-copy {
	min-width: 0;
}

.intro-text {
	color: #394a62;
	font-size: 16px;
	line-height: 2;
}

.text-link {
	display: inline-block;
	margin-top: 10px;
	color: var(--wz-blue);
	font-weight: 700;
}

.intro-stats {
	grid-column: 1 / -1;
	grid-row: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--wz-line);
	border-bottom: 1px solid var(--wz-line);
}

.intro-stats div {
	padding: 28px 20px;
	text-align: center;
	border-left: 1px solid var(--wz-line);
}

.intro-stats div:first-child {
	border-left: 0;
}

.intro-stats strong {
	display: block;
	color: var(--wz-blue);
	font-size: 34px;
	line-height: 1.2;
}

.intro-stats span {
	display: block;
	margin-top: 8px;
	color: var(--wz-muted);
}

.advantage-section,
.news-section {
	background: var(--wz-bg);
}

.advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.advantage-card {
	display: block;
	min-height: 220px;
	padding: 18px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--wz-line);
	transition: all .2s ease;
}

.advantage-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(18, 71, 133, .12);
}

.advantage-thumb {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: var(--wz-bg);
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	margin-bottom: 18px;
}

.advantage-card span {
	color: var(--wz-gold);
	font-size: 28px;
	font-weight: 800;
}

.advantage-card h3 {
	margin: 18px 0 12px;
	color: var(--wz-blue);
	font-size: 22px;
	font-weight: 800;
}

.advantage-card p {
	color: var(--wz-muted);
	line-height: 1.8;
}

.chain-layout {
	display: grid;
	grid-template-columns: 46% 1fr;
	gap: 34px;
	align-items: stretch;
}

.chain-image {
	overflow: hidden;
	border-radius: 8px;
}

.chain-image img {
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.chain-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.chain-steps a {
	display: flex;
	align-items: center;
	min-height: 86px;
	padding: 18px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, #f7fbff, #eef5fd);
	border: 1px solid var(--wz-line);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.chain-steps a:hover {
	transform: translateY(-3px);
	border-color: rgba(20, 87, 158, .35);
	box-shadow: 0 14px 28px rgba(17, 62, 118, .12);
}

.chain-steps b {
	margin-right: 12px;
	color: var(--wz-gold);
	font-size: 24px;
}

.chain-steps span {
	display: block;
	min-width: 0;
	color: var(--wz-ink);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	white-space: nowrap;
}

.chain-section .section-more,
.news-section .section-more {
	margin-top: 28px;
}

.training-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 36px;
	align-items: start;
}

.training-media {
	grid-column: 2;
	grid-row: 1;
	margin-top: 18px;
}

.training-copy {
	grid-column: 1;
	grid-row: 1;
}

.training-grid p {
	color: #394a62;
	font-size: 16px;
	line-height: 2;
}

.training-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.training-links a {
	display: block;
	padding: 24px 28px;
	border-left: 5px solid var(--wz-blue);
	background: var(--wz-bg);
	border-radius: 6px;
}

.training-links strong {
	display: block;
	color: var(--wz-blue);
	font-size: 22px;
}

.training-links span {
	display: block;
	margin-top: 8px;
	color: var(--wz-muted);
}

.home-news-list,
.news-flat-list {
	display: grid;
	gap: 14px;
}

.home-news-item,
.news-flat-item {
	display: grid;
	grid-template-columns: 150px 86px 1fr;
	gap: 22px;
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid var(--wz-line);
}

.news-thumb {
	display: block;
	width: 150px;
	height: 96px;
	background-color: var(--wz-bg);
	background-size: cover;
	background-position: center;
	border-radius: 6px;
}

.home-news-item time,
.news-flat-item time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	background: var(--wz-blue);
	color: #fff;
	border-radius: 6px;
}

.home-news-item time strong,
.news-flat-item time strong {
	font-size: 32px;
	line-height: 1;
}

.home-news-item time span,
.news-flat-item time span {
	margin-top: 8px;
	font-size: 12px;
}

.home-news-item h3,
.news-flat-item h3 {
	font-size: 19px;
	line-height: 1.45;
	font-weight: 800;
	margin-bottom: 8px;
}

.home-news-item p,
.news-flat-item p {
	color: var(--wz-muted);
	line-height: 1.7;
}

.activity-list-content {
	display: block;
	padding-top: 22px;
	overflow: visible;
}

.inner-news-list {
	display: grid;
	gap: 14px;
	width: 100%;
}

.inner-news-item {
	display: grid;
	grid-template-columns: 150px 86px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	width: 100%;
	padding: 22px;
	box-sizing: border-box;
	border: 1px solid var(--wz-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 62, 118, .06);
}

.inner-news-item:hover {
	border-color: var(--wz-blue);
	box-shadow: 0 14px 28px rgba(17, 62, 118, .1);
}

.inner-news-item .news-thumb {
	width: 150px;
	height: 96px;
}

.inner-news-item time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 6px;
	background: var(--wz-blue);
	color: #fff;
}

.inner-news-item time strong {
	font-size: 32px;
	line-height: 1;
}

.inner-news-item time span {
	margin-top: 8px;
	font-size: 12px;
}

.inner-news-body {
	min-width: 0;
}

.inner-news-body h3 {
	margin-bottom: 8px;
	color: var(--wz-ink);
	font-size: 19px;
	line-height: 1.45;
	font-weight: 800;
}

.inner-news-body p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
	color: var(--wz-muted);
	line-height: 1.7;
}

.activity-list-content .pagebar {
	padding: 24px 0 0;
}

.service-page-content {
	display: block;
	width: 100%;
	max-width: 100%;
	clear: both;
	box-sizing: border-box;
}

.service-page-content:after {
	content: "";
	display: block;
	clear: both;
}

.service-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 34px;
}

.service-page-content .service-card-grid {
	width: 100%;
	float: none;
	grid-template-columns: repeat(3, minmax(220px, 1fr));
	align-items: stretch;
}

.service-card {
	position: relative;
	display: flex;
	float: none;
	width: 100%;
	min-height: 132px;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	border-radius: 8px;
	background: linear-gradient(135deg, #0b3267 0%, #164f92 62%, #1f6cb8 100%);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 14px 28px rgba(11, 50, 103, .16);
}

.service-card:before {
	content: "";
	position: absolute;
	right: -34px;
	top: -34px;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(255,255,255,.28);
	transform: rotate(18deg);
}

.service-card span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	color: #f5cc39;
	font-size: 16px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.service-card strong {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 800;
}

.service-card:hover {
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(11, 50, 103, .22);
}

.result-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.result-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.result-case-card {
	display: block;
	border: 1px solid var(--wz-line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 26px rgba(17, 62, 118, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.result-case-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(17, 62, 118, .14);
}

.result-case-thumb {
	display: block;
	aspect-ratio: 4 / 3;
	background: #f2f6fb;
	overflow: hidden;
}

.result-case-thumb img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 0 !important;
}

.result-case-card strong {
	display: block;
	min-height: 58px;
	padding: 16px 18px;
	color: var(--wz-ink);
	font-size: 18px;
	line-height: 1.45;
	font-weight: 800;
	background: #fff;
}

.service-detail-panel {
	padding: 28px;
	border: 1px solid var(--wz-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 62, 118, .06);
}

.service-detail-panel h3 {
	margin: 0 0 12px;
	padding-top: 12px;
	color: var(--wz-blue);
	font-size: 20px;
	line-height: 1.45;
	font-weight: 800;
	scroll-margin-top: 80px;
}

.service-detail-panel h3:first-child {
	padding-top: 0;
}

.service-detail-panel p {
	margin-bottom: 22px;
	color: #26384f;
	line-height: 2;
}

.org-chart-content {
	width: 100%;
	padding: 34px 18px 42px;
	border-radius: 8px;
	background: linear-gradient(180deg, #f5f9ff 0%, #fff 100%);
	overflow-x: auto;
	box-sizing: border-box;
}

.org-chart {
	position: relative;
	min-width: 720px;
	padding: 4px 22px 0;
	text-align: center;
	box-sizing: border-box;
}

.org-root {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 360px;
	max-width: 520px;
	min-height: 48px;
	padding: 10px 24px;
	border: 2px solid #84b847;
	border-radius: 8px;
	background: #174f93;
	color: #fff;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 800;
	box-shadow: 0 12px 26px rgba(23, 79, 147, .16);
	box-sizing: border-box;
}

.org-root:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 2px;
	height: 42px;
	background: #84b847;
	transform: translateX(-50%);
}

.org-branches {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 24px;
	padding-top: 42px;
}

.org-branches:before {
	content: "";
	position: absolute;
	left: 9%;
	right: 9%;
	top: 42px;
	height: 2px;
	background: #84b847;
}

.org-dept {
	position: relative;
	z-index: 1;
	display: flex;
	width: 96px;
	min-height: 190px;
	flex-direction: column;
	align-items: center;
	padding: 26px 12px 18px;
	border: 2px solid #84b847;
	border-radius: 20px 20px 8px 8px;
	background: linear-gradient(180deg, #1c5ca3 0%, #124780 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(18, 71, 128, .18);
	box-sizing: border-box;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.org-dept:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 2px;
	height: 42px;
	background: #84b847;
	transform: translateX(-50%);
}

.org-dept i {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #84b847;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .08);
}

.org-dept i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
}

.org-dept i:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 18px;
	height: 13px;
	border-radius: 12px 12px 4px 4px;
	background: #fff;
	transform: translateX(-50%);
}

.org-dept strong {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.55;
	font-weight: 800;
	letter-spacing: 4px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.org-dept:hover {
	color: #fff;
	background: linear-gradient(180deg, #216bb8 0%, #15528f 100%);
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(18, 71, 128, .25);
}

.cooperation-band {
	padding: 52px 0;
	background: linear-gradient(135deg, var(--wz-blue-dark), var(--wz-blue));
	color: #fff;
}

.cooperation-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.cooperation-inner h2,
.cooperation-inner p {
	color: #fff;
}

.cooperation-inner p {
	font-size: 16px;
	line-height: 1.8;
}

.cooperation-inner a {
	background: #fff;
	color: var(--wz-blue);
	flex: 0 0 auto;
}

.page-hero {
	position: relative;
	padding: 76px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.page-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11,50,103,.88), rgba(22,79,146,.58));
}

.page-hero .container {
	position: relative;
	z-index: 1;
}

.page-hero span {
	display: none;
	color: #d8bd79;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-hero h1 {
	margin-top: 10px;
	font-size: 38px;
	line-height: 1.25;
	font-weight: 800;
	color: #fff;
}

.page-hero p {
	margin-top: 12px;
	font-size: 16px;
	color: rgba(255,255,255,.86);
}

.page-main .main {
	float: none;
	width: 100%;
	clear: both;
	padding: 34px 0 56px;
}

.page-topnav {
	display: block;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #e5edf6;
	box-shadow: 0 8px 18px rgba(18, 68, 128, .05);
	position: relative;
	z-index: 2;
}

.page-topnav .container {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	overflow-x: auto;
}

.page-topnav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 0 20px;
	border-radius: 4px;
	color: var(--wz-ink);
	font-weight: 700;
	background: #f6f9fd;
	border: 1px solid transparent;
}

.page-topnav a.home-link {
	color: #fff;
	background: var(--wz-blue);
	border-color: var(--wz-blue);
}

.page-topnav a:hover,
.page-topnav a.current {
	background: var(--wz-blue);
	border-color: var(--wz-blue);
	color: #fff;
}

.page-layout {
	display: flex;
	gap: 34px;
	align-items: start;
}

.page-sidebar,
.page-content,
#left,
#right {
	float: none;
	width: auto;
}

.page-sidebar {
	flex: 0 0 260px;
	max-width: 260px;
}

.page-content {
	flex: 1 1 auto;
	min-width: 0;
}

.page-sidebar .left_list,
.page-sidebar .left_top,
.page-sidebar .left_top h3,
.page-sidebar .left_con {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

.page-sidebar .left_top {
	background: var(--wz-blue);
	border-radius: 8px 8px 0 0;
}

.page-sidebar .left_top h3 {
	height: auto;
	line-height: 1.4;
	padding: 22px 18px;
	font-size: 22px;
}

.page-sidebar .left_con {
	border: 1px solid var(--wz-line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	overflow: hidden;
}

.type_list,
.type_list ul {
	display: block;
	width: 100%;
}

.type_list li {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	line-height: 1.4;
	margin: 0;
}

.type_list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 18px;
	background: #fff;
	border-top: 1px solid var(--wz-line);
	font-size: 15px;
	color: var(--wz-ink);
	white-space: normal;
	text-align: left;
}

.type_list li a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: .55;
}

.type_list li:first-child a {
	border-top: 0;
}

.type_list li a:hover,
.type_list li a.current {
	background: var(--wz-blue);
	color: #fff;
}

.page-titlebar,
#right_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	line-height: 1.4;
	padding: 16px 20px;
	margin-bottom: 22px;
	background: var(--wz-bg);
	border-left: 5px solid var(--wz-blue);
	color: var(--wz-muted);
	border-radius: 6px;
}

.page-titlebar h2,
#right_top h2,
#right_top h3 {
	float: none;
	padding: 0;
	color: var(--wz-blue);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.4;
}

.page-titlebar span,
#right_top span {
	float: none;
	padding: 0;
	font-size: 13px;
	color: var(--wz-muted);
}

.page-titlebar a,
#right_top a {
	color: inherit;
}

#right_con {
	float: none;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
	min-height: 360px;
	color: #2e3d52;
	font-size: 16px;
	line-height: 2;
}

#right_con p {
	margin-bottom: 16px;
}

#right_con img {
	border-radius: 6px;
}

.profile-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	align-items: start;
}

.profile-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 18px 18px 20px;
	border: 1px solid var(--wz-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.profile-photo {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	background-color: var(--wz-bg);
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	margin-bottom: 14px;
}

.profile-card strong {
	display: block;
	width: 100%;
	color: var(--wz-blue);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-card em {
	display: none;
}

.team-list-content {
	display: block;
	clear: both;
	min-height: 0;
	padding-top: 22px;
}

.team-list-content .profile-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	width: 100%;
	margin: 0 0 34px;
}

.team-list-content .profile-card {
	display: block !important;
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	border: 1px solid var(--wz-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.team-list-content .profile-photo {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	margin: 0 0 12px;
	overflow: hidden;
	border-radius: 6px;
	background: var(--wz-bg);
}

.team-list-content .profile-photo img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center top;
	border-radius: 0 !important;
}

.team-list-content .profile-card strong {
	display: block;
	color: var(--wz-blue);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-list-content .pagebar {
	display: block;
	clear: both;
	width: 100%;
	padding: 0 0 10px;
	margin-top: 6px;
	overflow: visible;
}

.articleTitle {
	color: var(--wz-ink);
	font-size: 28px;
	line-height: 1.45;
	font-weight: 800;
	text-align: center;
	margin-bottom: 14px;
}

.articleAuthor {
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wz-line);
	color: var(--wz-muted);
}

.articleAuthor span {
	color: var(--wz-muted);
}

.articleInfo {
	font-size: 16px;
	line-height: 2;
	color: #2e3d52;
}

.pageUpDown {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid var(--wz-line);
}

.pageUpDown a {
	color: var(--wz-blue);
}

.pagination {
	gap: 4px;
}

.pagination a,
.pagination span,
.pages a {
	border-color: var(--wz-line);
	border-radius: 4px;
}

.pagination a:hover,
.pagination a.page-num-current,
.pages a:hover,
.pages li.active a {
	background: var(--wz-blue);
	border-color: var(--wz-blue);
	color: #fff;
}

.site-footer {
	margin-top: 0;
	padding: 34px 0;
	background: var(--wz-blue-dark);
}

.footer-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.footer-brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	color: #fff;
}

.footer-brand img {
	width: 126px;
	height: 126px;
	object-fit: contain;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	margin-right: 14px;
}

.footer-brand strong {
	display: block;
	font-size: 18px;
	line-height: 1.4;
}

.footer-brand span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: rgba(255,255,255,.72);
	letter-spacing: 1px;
}

.footer-side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	min-width: 0;
}

.footer-info {
	min-width: 0;
	text-align: right;
}

.footer-info p {
	color: rgba(255,255,255,.86);
	line-height: 1.8;
	margin: 0;
}

.footer-info .footer-address {
	white-space: nowrap;
}

.footer-info a {
	color: #fff;
}

.footer-qr {
	text-align: center;
	flex: 0 0 auto;
	color: #fff;
}

.footer-qr img {
	width: 86px;
	height: 86px;
	object-fit: cover;
	background: #fff;
	padding: 4px;
	border-radius: 4px;
}

.footer-qr span {
	display: block;
	margin-top: 8px;
	font-size: 12px;
}

.backtop {
	position: fixed;
	right: 18px;
	bottom: 24px;
	z-index: 80;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 4px;
	background: var(--wz-blue);
	cursor: pointer;
}

.backtop:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 16px;
	width: 14px;
	height: 14px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
	.site-nav ul li a {
		padding: 0 16px;
	}
	.hero-institute h1 {
		font-size: 46px;
	}
	.hero-en {
		letter-spacing: 5px;
	}
}

@media screen and (max-width: 992px) {
	.header-contact {
		display: none;
	}
	.brand-text strong {
		font-size: 20px;
	}
	.brand-text em {
		letter-spacing: 1px;
	}
	.site-nav ul {
		justify-content: flex-start;
		overflow-x: auto;
	}
	.hero-copy {
		padding-top: 90px;
	}
	.hero-institute h1 {
		font-size: 38px;
	}
	.hero-en {
		font-size: 13px;
		letter-spacing: 3px;
	}
	.intro-grid,
	.chain-layout,
	.training-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}
	.intro-media,
	.intro-copy,
	.intro-stats,
	.training-media,
	.training-copy {
		grid-column: auto;
		grid-row: auto;
	}
	.advantage-grid,
	.profile-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.team-list-content .profile-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.service-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.result-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.page-sidebar {
		flex-basis: 220px;
		max-width: 220px;
	}
	.intro-media img,
	.training-media img {
		min-height: 260px;
	}
}

@media screen and (max-width: 760px) {
	.site-header {
		padding: 10px 0;
	}
	.brand img {
		width: 78px;
		height: 78px;
		margin-right: 10px;
	}
	.brand-text strong {
		font-size: 16px;
		line-height: 1.35;
	}
	.brand-text em {
		display: none;
	}
	.home-banner {
		height: auto;
		aspect-ratio: 3 / 4;
	}
	.home-banner-track-pc {
		display: none;
	}
	.home-banner-track-mobile {
		display: block;
	}
	.home-banner-dots-pc {
		display: none;
	}
	.home-banner-dots-mobile {
		display: flex;
	}
	.home-banner-dots {
		bottom: 10px;
	}
	.home-banner-dots button {
		width: 22px;
		height: 3px;
	}
	.hero-institute {
		height: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}
	.hero-copy {
		padding: 20% 15px 0;
	}
	.hero-seal {
		display: none;
	}
	.hero-kicker {
		font-size: 15px;
	}
	.hero-institute h1 {
		font-size: 30px;
	}
	.hero-en {
		font-size: 11px;
		letter-spacing: 1.5px;
	}
	.hero-actions {
		flex-wrap: wrap;
	}
	.hero-address {
		display: none;
		min-height: 100px;
		font-size: 15px;
	}
	.hero-bg img {
		object-position: center;
	}
	.hero-skyline {
		right: -30px;
		bottom: 112px;
		transform: scale(.75);
		transform-origin: right bottom;
	}
	.home-section {
		padding: 46px 0;
	}
	.section-heading h2,
	.cooperation-inner h2 {
		font-size: 26px;
	}
	.intro-stats,
	.advantage-grid,
	.chain-steps,
	.profile-grid {
		grid-template-columns: 1fr;
	}
	.team-list-content .profile-grid {
		grid-template-columns: 1fr !important;
	}
	.service-card-grid,
	.result-card-grid {
		grid-template-columns: 1fr;
	}
	.result-case-grid {
		grid-template-columns: 1fr;
	}
	.service-card {
		min-height: 112px;
	}
	.intro-stats div {
		border-left: 0;
		border-top: 1px solid var(--wz-line);
	}
	.intro-stats div:first-child {
		border-top: 0;
	}
	.home-news-item,
	.news-flat-item {
		grid-template-columns: 92px 1fr;
		gap: 14px;
		padding: 16px;
	}
	.inner-news-item {
		grid-template-columns: 92px 1fr;
		gap: 14px;
		padding: 16px;
	}
	.news-thumb {
		grid-row: span 2;
		width: 92px;
		height: 74px;
	}
	.inner-news-item .news-thumb {
		width: 92px;
		height: 74px;
		grid-row: span 2;
	}
	.home-news-item time,
	.news-flat-item time {
		width: 70px;
		height: 70px;
	}
	.inner-news-item time {
		width: 70px;
		height: 70px;
	}
	.home-news-item time strong,
	.news-flat-item time strong {
		font-size: 26px;
	}
	.inner-news-item time strong {
		font-size: 26px;
	}
	.home-news-item h3,
	.news-flat-item h3 {
		font-size: 17px;
	}
	.inner-news-body h3 {
		font-size: 17px;
	}
	.inner-news-body p {
		grid-column: 1 / -1;
	}
	.cooperation-inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.page-hero {
		padding: 54px 0;
	}
	.inner-page .page-hero {
		min-height: 220px;
		padding: 78px 0 58px;
	}
	.page-hero h1 {
		font-size: 30px;
	}
	.page-topnav .container {
		min-height: 52px;
	}
	.page-topnav a {
		min-height: 34px;
		padding: 0 14px;
		font-size: 14px;
	}
	.page-sidebar,
	#left {
		display: block;
		flex: 0 0 auto;
		max-width: none;
		width: 100%;
	}
	.page-layout {
		flex-direction: column;
		gap: 22px;
	}
	.page-titlebar,
	#right_top {
		display: block;
	}
	.page-titlebar span,
	#right_top span {
		display: block;
		margin-top: 8px;
	}
	#right_con {
		font-size: 15px;
	}
	.articleTitle {
		font-size: 23px;
	}
	.footer-brand,
	.footer-info,
	.footer-qr {
		text-align: left;
	}
	.footer-grid,
	.footer-side {
		align-items: flex-start;
	}
	.footer-side {
		flex-direction: column;
		gap: 16px;
	}
	.footer-info .footer-address {
		white-space: normal;
	}
	.footer-qr {
		display: block;
	}
	.backtop {
		display: none;
	}
	#toolbar2 {
		background: var(--wz-blue-dark);
	}
	#cd-lateral-nav,
	#cd-menu-trigger {
		display: block;
	}
	body {
		padding-bottom: 54px;
	}
	.site-header,
	.inner-page .site-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1000;
		display: block;
		padding: 8px 0;
		box-shadow: 0 8px 22px rgba(12, 48, 96, .1);
		transition: transform .35s ease;
	}
	.site-header.lateral-menu-is-open {
		transform: translateX(-260px);
	}
	.header-inner {
		min-height: 56px;
		padding-right: 54px;
	}
	.brand {
		max-width: 100%;
	}
	.brand img,
	#logo img {
		width: 52px;
		height: 52px;
		margin: 0 10px 0 0;
	}
	.brand-text {
		overflow: hidden;
	}
	.brand-text strong {
		display: block;
		font-size: 14px;
		line-height: 1.35;
		white-space: normal;
	}
	.header-contact,
	.site-nav,
	#navigate {
		display: none;
	}
	.cd-main-content {
		position: relative;
		z-index: 2;
		padding-top: 72px;
		background: #fff;
		transition: transform .35s ease;
	}
	.inner-page .site-nav + .cd-main-content {
		padding-top: 72px;
	}
	.cd-main-content.lateral-menu-is-open {
		transform: translateX(-260px);
	}
	#cd-menu-trigger {
		position: absolute;
		right: 0;
		top: 50%;
		width: 46px;
		height: 46px;
		border-radius: 4px;
		background: var(--wz-blue);
		transform: translateY(-50%);
	}
	#cd-menu-trigger .cd-menu-text {
		display: none;
	}
	#cd-menu-trigger .cd-menu-icon,
	#cd-menu-trigger .cd-menu-icon:before,
	#cd-menu-trigger .cd-menu-icon:after {
		position: absolute;
		left: 50%;
		width: 20px;
		height: 2px;
		background: #fff;
		content: "";
		transform: translateX(-50%);
		transition: transform .2s ease, top .2s ease, background .2s ease;
	}
	#cd-menu-trigger .cd-menu-icon {
		top: 50%;
	}
	#cd-menu-trigger .cd-menu-icon:before {
		top: -7px;
	}
	#cd-menu-trigger .cd-menu-icon:after {
		top: 7px;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon {
		background: transparent;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon:before {
		top: 0;
		transform: translateX(-50%) rotate(45deg);
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon:after {
		top: 0;
		transform: translateX(-50%) rotate(-45deg);
	}
	#cd-lateral-nav {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
		width: 260px;
		height: 100vh;
		padding: 18px 0 70px;
		background: var(--wz-blue-dark);
		visibility: hidden;
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform .35s ease, visibility 0s .35s;
		-webkit-overflow-scrolling: touch;
	}
	#cd-lateral-nav.lateral-menu-is-open {
		visibility: visible;
		transform: translateX(0);
		transition: transform .35s ease, visibility 0s;
	}
	#cd-lateral-nav .cd-navigation {
		margin: 0;
	}
	#cd-lateral-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	#cd-lateral-nav a {
		position: relative;
		display: block;
		padding: 15px 22px;
		color: rgba(255, 255, 255, .88);
		font-size: 15px;
		line-height: 1.4;
		text-decoration: none;
	}
	#cd-lateral-nav a.current,
	#cd-lateral-nav a:hover {
		background: rgba(255, 255, 255, .1);
		color: #fff;
	}
	#cd-lateral-nav .sub-menu {
		display: none;
		padding: 0 0 8px;
		background: rgba(0, 0, 0, .12);
	}
	#cd-lateral-nav .sub-menu li {
		border-bottom: 0;
	}
	#cd-lateral-nav .sub-menu a {
		padding: 11px 22px 11px 38px;
		font-size: 14px;
		color: rgba(255, 255, 255, .72);
	}
	#cd-lateral-nav .item-has-children > a:after {
		content: "";
		position: absolute;
		right: 22px;
		top: 50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: translateY(-60%) rotate(45deg);
		transition: transform .2s ease;
	}
	#cd-lateral-nav .item-has-children > a.submenu-open:after {
		transform: translateY(-30%) rotate(225deg);
	}
	.toolbar2_left {
		transform: translateX(-260px);
		transition: transform .35s ease;
	}
	.toolbar2_right {
		transform: translateX(0);
		transition: transform .35s ease;
	}
	.home-banner {
		margin-top: 0;
	}
	.home-section {
		padding: 38px 0;
	}
	.section-heading {
		margin-bottom: 22px;
	}
	.section-heading span,
	.cooperation-inner span {
		font-size: 13px;
	}
	.section-heading h2,
	.cooperation-inner h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.intro-grid,
	.chain-layout,
	.training-grid {
		gap: 22px;
	}
	.intro-media img,
	.chain-image img,
	.training-media img {
		width: 100%;
		min-height: 0;
		height: auto !important;
		aspect-ratio: 4 / 3;
		object-fit: cover;
		border-radius: 8px;
	}
	.intro-copy {
		padding: 0;
	}
	.intro-text p,
	.training-grid p {
		font-size: 15px;
		line-height: 1.85;
	}
	.intro-stats {
		margin-top: 0;
	}
	.intro-stats div {
		padding: 16px 10px;
	}
	.advantage-card {
		min-height: 0;
		padding-bottom: 18px;
	}
	.advantage-thumb {
		aspect-ratio: 16 / 10;
	}
	.advantage-card h3 {
		font-size: 19px;
	}
	.chain-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.chain-steps a {
		min-height: 70px;
		padding: 14px 12px;
	}
	.chain-steps b {
		font-size: 18px;
	}
	.chain-steps span {
		font-size: 13px;
	}
	.section-more,
	.cooperation-inner a {
		width: 100%;
		margin-top: 6px;
	}
	.training-links {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.training-links a {
		padding: 20px 18px;
	}
	.cooperation-band {
		padding: 38px 0;
	}
	.cooperation-inner {
		gap: 18px;
	}
	.page-main .main {
		padding: 22px 0 34px;
	}
	.inner-page .page-hero {
		min-height: 150px;
		padding: 42px 0 36px;
	}
	.page-hero h1 {
		font-size: 25px;
		line-height: 1.3;
	}
	.page-hero p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.6;
	}
	.page-sidebar .left_top {
		display: none;
	}
	.page-sidebar .left_con {
		border: 0;
		border-radius: 0;
		background: transparent;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.type_list ul {
		display: flex;
		gap: 8px;
		min-width: max-content;
		padding-bottom: 2px;
	}
	.type_list li {
		width: auto;
	}
	.type_list li a {
		min-height: 38px;
		padding: 0 14px;
		border: 1px solid var(--wz-line);
		border-radius: 20px;
		background: #fff;
		font-size: 14px;
		white-space: nowrap;
	}
	.type_list li a:after {
		display: none;
	}
	.page-titlebar,
	#right_top {
		padding: 14px 15px;
		margin-bottom: 18px;
	}
	.page-titlebar h2,
	#right_top h2,
	#right_top h3 {
		font-size: 20px;
	}
	#right_con {
		min-height: 0;
		font-size: 15px;
		line-height: 1.9;
	}
	.service-page-content .service-card-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.result-case-card strong {
		min-height: 0;
		font-size: 16px;
	}
	.org-chart-content {
		padding: 24px 12px 30px;
	}
	.org-chart {
		min-width: 0;
		padding: 0;
	}
	.org-root {
		width: 100%;
		min-width: 0;
		max-width: none;
		min-height: 44px;
		padding: 10px 14px;
		font-size: 15px;
	}
	.org-root:after,
	.org-branches:before,
	.org-dept:before {
		display: none;
	}
	.org-branches {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding-top: 18px;
	}
	.org-dept {
		width: 100%;
		min-height: 118px;
		justify-content: center;
		padding: 18px 10px;
		border-radius: 8px;
	}
	.org-dept i {
		width: 34px;
		height: 34px;
		margin-bottom: 10px;
	}
	.org-dept strong {
		font-size: 16px;
		line-height: 1.35;
		letter-spacing: 0;
		writing-mode: horizontal-tb;
	}
	.site-footer {
		padding: 14px 0;
	}
	.footer-grid {
		display: block;
		gap: 0;
	}
	.footer-brand {
		align-items: center;
		min-width: 0;
	}
	.footer-brand img {
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
	.footer-brand strong {
		font-size: 14px;
		line-height: 1.35;
	}
	.footer-brand span,
	.footer-side {
		display: none;
	}
	.footer-info p {
		font-size: 13px;
	}
	.footer-qr img {
		width: 72px;
		height: 72px;
	}
}
