/* CSS Document */
html,
body {
    height: 100%;
}
img{
	max-width:100%;
	vertical-align:middle;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration:none;
}
.logo a {
	font-size: 30px;
	color: rgb(34, 34, 34);
	color: #01458e;
	font-weight: bold;
	background: url(../img/logo_03.png) left center no-repeat;
	background-size: 72px auto;
	padding-left: 80px;
	height: 64px;
	display: block;
	line-height: 64px;
}
.header {
}
.header .section {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .title {
}
.hotline .subtitle {
	flex: 1;
}
.hotline dl {
	padding-left: 56px;
	background: url(../img/tel2.png) left center no-repeat;
	background-size: 45px;
	margin-bottom:0;
}
.hotline dt {
	font-size: 14px;
	color: rgb(48, 48, 48);
	background-image: none;
}
.hotline dd {
	font-size: 22px;
	color: #01458e;
}
.gnav {
	height: 50px;
	background: #01458e;
}
.gnav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
.gnav ul a {
	line-height: 50px;
	color: #fff;
	width: 120px;
	text-align: center;
	line-height: 50px;
	margin: 0 0px;
	display: block;
}
.gnav ul a:hover, .gnav ul a.on {
	background: rgba(0,0,0, .1);
}
.islide {
	background: url(../img/111.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
}
.islide::after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:50%;
	height:220px;
	background:rgba(0,0,0,.3);
	transform:translate(0,-50%);
	z-index:1;
}
.islide .section {
	height: 600px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:2;
}
.islide .txt {
}
.islide .txt dt {
	font-size: 70px;
	font-weight: bold;
	font-style: italic;
	font-family: Microsoft YaHei;
	color: #fff;
}
.islide .txt dd {
	line-height: 50px;
	font-size: 20px;
	color: rgba(162, 194, 255, 1);
	font-weight: normal;
	background: #13439d;
	text-align: center;
	margin-top: 12px;
	padding: 0 25px;
}
.cslide {
	background: url(../img/s4.jpg) center center no-repeat;
	background-size:cover;
}
.cslide .section {
	height: 600px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cslide .txt {
}
.cslide .txt dt {
	font-size: 70px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	color: #f5f5f5;
	display: flex;
	align-items: center;
}
.cslide .txt dt .t1 {
	/*text-shadow:1px 1px 3px #000;*/
}
.cslide .txt dt .t2 {
	font-weight: normal;
	margin-left: 15px;
	text-align: center;
}
.cslide .txt dt .t2 .t2_01 {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1;
	margin-top: 0;
	margin-bottom:0;
}
.cslide .txt dt .t2 .t2_02 {
	font-size: 39px;
	line-height: 1;
	margin-top: 4px;
	margin-bottom:0;
}
.cslide .txt dd {
	line-height: 50px;
	font-size: 20px;
	color: rgba(162, 194, 255, 1);
	font-weight: normal;
	background: #13439d;
	text-align: center;
	margin-top: 12px;
	padding: 0 25px;
}
.inbanner {
	background: url(../img/main_bg.jpg) center center no-repeat;
	background-size: cover;
}
.inbanner .section {
	height: 300px;
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.inbanner .section .p1 {
	font-family: Microsoft YaHei;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	margin:0;
}
.inbanner .section .p2 {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom:0;
}
.main_sec {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}
.page_about {
	padding: 72px 0 0;
}
.page_about p {
	line-height: 1.6;
	margin: 1em 0;
}
.page_about .title_en {
	font-size: 25px;
	margin: 0;
}
.page_about .title_cn {
	font-size: 30px;
	margin: 0;
	position: relative;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
	font-weight:bold;
}
.page_about .title_cn::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 64px;
	background: #000;
}
.page_about .imgs {
	display: grid;
	margin-top: 50px;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.page_about .imgs li {
	object-fit: cover;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}
.page_about .imgs li img {
	width: 100%;
}
.page_about .maps {
	margin-top: 50px;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.page_about .maps img {
	width: 100%; /* 宽度设为100%，以适应容器宽度 */
	height: 100%; /* 高度设为100%，以适应容器高度 */
	object-fit: cover; /* 图片覆盖整个容器 */
	object-position: center; /* 图片居中显示 */
}
.z_stl {
	text-align: center;
}
.z_stl {
	padding: 72px 0 60px;
}
.z_stl span {
	display: inline-block;
	color: #01458e;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.z_stl span::after {
	content: '';
	position: absolute;
	width: 150px;
	right: -170px;
	height: 1px;
	background: #ddd;
	top: 50%;
}
.z_stl span::before {
	content: '';
	position: absolute;
	width: 150px;
	left: -170px;
	height: 1px;
	background: #ddd;
	top: 50%;
}
.fw_hy {
	width: 1200px;
	margin: 0 auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 15px;
}
.fw_hy li {
	text-align: center;
}
.fw_hy li .txt {
	line-height: 32px;
}
.fw_bar {
	background: url(../img/fw.jpg) center center no-repeat;
	background-size: cover;
}
.fw_bar dl {
	height: 180px;
	font-family: Microsoft YaHei;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.fw_bar dt {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.fw_bar dd {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.xz_ly {
	width: 1200px;
	margin: 0 auto;
}
.xz_ly li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.xz_ly li .pic {
	width: 558px;
	position: relative;
}
.xz_ly li .pic .nm {
	width: 80px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	font-family: Microsoft YaHei;
	background: #01458e;
	color: #fff;
	position: absolute;
	top: -30px;
	left: 20px;
	padding-bottom: 10px;
}
.xz_ly li .pic .nm i {
	position: relative;
	font-style: normal;
	padding-bottom: 8px;
}
.xz_ly li .pic .nm i::after {
	content: '';
	position: absolute;
	left: 2px;
	bottom: 0;
	right: 2px;
	height: 4px;
	background: #fff;
}
.xz_ly li .pic .nm::after {
}
.xz_ly li .txt {
	flex: 1;
	line-height: 1.5;
	padding: 30px 0 0 80px;
}
.xz_ly li .txt .stl {
	font-size: 28px;
	color: #01458e;
}
.xz_ly li .txt p {
	font-size: 14px;
	color: #999;
	margin-top: 2px;
}
.xz_ly li .txt .desc {
	font-size: 14px;
	color: #595959;
	line-height: 1.5;
	margin-top: 1.2em;
}
.xz_ly li:nth-child(2n) {
	flex-direction: row-reverse;
}
.xz_ly li:nth-child(2n) .txt {
	padding: 30px 80px 0 80px;
}
.m_summary {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.7;
	padding-bottom: 35px;
	margin-top: -30px;
	font-size: 16px;
}
.m_youshi {
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px;
}
.m_youshi li {
	text-align: center;
	width: 218px;
	line-height: 1.5;
}
.m_youshi li img {
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 0 15px #eee;
}
.m_youshi .t1 {
	font-size: 18px;
	margin: 20px 0 10px;
}
.m_youshi .t2 {
	font-size: 14px;
	color: #888;
}
.list_product {
	padding: 0 0;
}
.list_product .sbd ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.list_product .sbd li .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px;
}
.list_product .sbd li .pic {
	box-shadow: 0 0 5px #ccc;
}
.list_product .sbd li .pic img {
	transition: .3s linear;
}
.list_product .sbd li a:hover .pic {
	position: relative;
}
.list_product .sbd li a:hover .pic::after {
	content: '';
	background: rgba(100, 100, 100, 0.78) url(../img/add.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s linear;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list_product .sbd li a:hover img {
	transform: rotateY(180deg);
}
.list_product .sbd li .summary {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	/*height: 44px;*/
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
#home_product .sbd ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.list_news .sbd ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.list_news .sbd li .pic {
	height: 190px;
	overflow: hidden;
}
.list_news .sbd li .pic img {
	transition: all 0.3s ease;
}
.list_news .sbd li a:hover .pic img {
	transform: scale(1.15)
}
.list_news .sbd li .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	margin-bottom:0!important;
}
.list_news .sbd li .date {
	display: block;
	line-height: 30px;
	color: #DDD;
	text-align: left;
	color: #666;
	font-size: 14px;
}
.list_news .sbd li .summary {
	line-height: 1.7;
	color: #999;
	font-size: 14px;
	margin-bottom:0!important;
}
#page_news {
	padding: 72px 0;
}
.vstl {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 40px;
}
.vstl h4 {
	line-height: 50px;
	font-size: 25px;
	color: #000;
}
.vstl p {
	color: #999;
	font-size: 14px;
}
.tel_bar {
}
.tel_bar {
	background: url(../img/cx.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 72px;
}
.tel_bar dl {
	width: 1200px;
	margin: 0 auto;
	height: 180px;
	font-family: Microsoft YaHei;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.4;
}
.tel_bar dt {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	font-style: italic;
}
.tel_bar dd {
	font-size: 16px;
	color: #fff;
}
.tel_bar dd .t2 {
	font-size: 30px;
	margin-top: 3px;
}
.footer {
	background: #1f1f1f;
	padding: 35px 0;
	color: rgb(140, 140, 140);
	margin-top: 72px;
	font-size: 14px;
	border-top: 5px solid #01458e;
}
.footer .section {
	width: 1200px;
	margin: 0 auto;
}
#flinks {
	border-bottom: 1px solid #333333;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#flinks dl {
	display: flex;
	margin-bottom:0;
}
#flinks dl a {
	color: #666;
	display: inline-block;
	margin-right: 1em;
}
#cp {
	text-align: center;
	line-height: 2;
}
#cp a {
	color: rgb(140, 140, 140);
}
.totop {
	z-index: 9990;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
	cursor: pointer;
}
.totop i {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 3px;
	background: #01458e;
	background-size: 48px;
	position: relative;
}
.totop i::before {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 11;
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 62%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.menuButton {
	display: none;
}
.f_sp{
	display:none;
}
#page_news_detail{
}
#page_news_detail .stl{
	margin-top:60px;
	border-bottom:1px solid #eee;
	padding-bottom:30px;
	text-align:center;
}
#page_news_detail .stl h1{
	color: #333;
    font-size: 25px;
    font-weight: 400;
}
#page_news_detail .stl p{
	margin-top:15px;
	color:#888;
}
#page_news_detail .sbd{
	line-height:1.6;
	margin-top:36px;
}
#page_news_detail .sbd p{
	margin:1em 0;
}
.bx-wrapper{
	box-shadow:none!important;
	border:none!important;
	margin-bottom:20px!important;
}
@media(max-width:767px) {
.inbanner .section {
	width: 100%;
	height: 180px;
}
.inbanner .section .p1 {
	font-size: 26px;
}
.inbanner .section .p2 {
	font-size: 16px;
}
.main_sec {
	width: inherit;
}
.page_about {
	padding: 36px 20px 0;
}
.z_stl {
	padding: 36px 0 30px;
}
.z_stl span {
	font-size: 22px;
}
.z_stl span::before {
	width: 50px;
	left: -60px;
}
.z_stl span::after {
	width: 50px;
	right: -60px;
}
.fw_hy {
	width: inherit;
	grid-template-columns: 1fr 1fr;
	margin: 0 20px;
}
.list_product .sbd ul {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin: 0 20px;
}
#page_news {
	padding: 36px 0px 0;
}
.list_news .sbd ul {
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	margin: 0 20px;
}
.footer .section {
	width: inherit;
}
.header .section {
	width: inherit;
}
.gnav ul {
	width: inherit;
}
#home_product .sbd ul {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.m_summary {
	padding: 0 20px 30px;
	margin-top: -20px;
}
.m_youshi {
	width: inherit;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin: 0px 20px 0;
	padding-bottom: 0
}
.m_youshi li {
	width: 100%;
}
.m_youshi .t1 {
	font-size: 16px;
}
.m_youshi li img {
	width: 120px;
	height: 120px;
}
#flinks dl {
	padding: 0 20px;
}
.tel_bar {
	margin-top: 36px;
}
.tel_bar dl {
	width: inherit;
	height: inherit;
	flex-direction: column;
	padding: 20px;
}
.tel_bar dt {
	font-size: 20px;
}
.tel_bar dd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.tel_bar dd .t2 {
	font-size: 16px;
	margin-top: 0;
}
.fw_bar dl {
	height: inherit;
	padding: 20px;
}
.fw_bar dt {
	font-size: 20px;
}
.fw_bar dd {
	font-size: 14px;
	text-align: center;
}
.xz_ly {
	width: inherit;
	padding: 0 20px;
}
.xz_ly li {
	display: inherit;
	margin-bottom: 30px;
}
.xz_ly li .pic {
	width: inherit;
}
.xz_ly li .txt, .xz_ly li:nth-child(2n) .txt {
	padding: 15px 0 0;
}
.xz_ly li .txt .stl {
	font-size: 18px;
}
.xz_ly li .txt .desc {
	margin-top: 0.6em;
}
.xz_ly li .pic .nm {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	top: -20px;
	left: 10px;
}
.xz_ly li .pic .nm i::after {
	height: 2px;
}
.cslide .section {
	width: inherit;
}
.list_product .sbd li .title {
	font-size: 16px;
}
.footer {
	margin-top: 36px;
	padding: 20px 0;
}
#flinks {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 13px;
}
#cp {
	padding: 0 20px;
	font-size: 13px;
}
.m_youshi .t1 {
	margin-top: 10px;
}
.cslide {
	height: auto;
}
.cslide .section {
	height: 400px;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}
.cslide .txt dt {
	font-size: 36px;
	justify-content: center;
}
.cslide .txt dt .t2 .t2_01 {
	margin-top: 3px;
	font-size: 12px;
}
.cslide .txt dt .t2 .t2_02 {
	font-size: 16px;
	line-height: 1;
	margin-top: 5px;
}
.cslide .txt dd {
	font-size: 13px;
	line-height: 44px;
}
.cslide .img{
	margin-top:16px;
	padding:0 20px;
}
.islide {
	height: auto;
}
.islide .section {
	height: 400px;
	width:inherit;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}
.islide .txt dt {
	font-size: 36px;
	justify-content: center;
}
.islide .txt dd {
	font-size: 13px;
	line-height: 44px;
}
.islide .img{
	margin-top:0px;
	padding:0 20px;
}
.header .section {
	height: 70px;
}
.header .title {
	margin-left: 10px;
}
.logo a {
	/*text-indent:-99em;*/
	overflow: hidden;
	height: 54px;
	line-height: 54px;
	background-size: 54px auto;
	font-size: 22px;
	padding-left: 56px;
}
.hotline {
	display: none;
}
.hotline dl {
	height: 26px;
	line-height: 26px;
	background-size: 24px;
	padding-left: 28px;
}
.hotline dt {
	display: none;
}
.hotline dd {
	font-size: 16px;
}
.header {
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	box-shadow: 0 0 2px #ccc;
}
/****/
.menuButton {
	position: fixed;
	z-index: 100;
	width: 70px;
	height: 70px;
	background: linear-gradient(90.24deg, #01458e 1.84%, #01458e 143.49%);
	cursor: pointer;
	top: 0;
	right: 0;
	z-index: 1000;
	display: block;
}
.menuButton span {
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.menuButton span:nth-of-type(1) {
	transform: translate(-50%, -10px);
}
.menuButton span:nth-of-type(2) {
	transform: translateX(-50%);
}
.menuButton span:nth-of-type(3) {
	transform: translate(-50%, 10px);
}
.isOpening {
}
.isOpening .menuButton {
}
.isOpening .menuButton span {
}
.isOpening .menuButton span:nth-of-type(1) {
	transform: translateX(-50%) rotate(45deg);
}
.isOpening .menuButton span:nth-of-type(2) {
	opacity: 0;
}
.isOpening .menuButton span:nth-of-type(3) {
	transform: translateX(-50%) rotate(-45deg);
}
.isOpening .nav_wrap {
}
.header + div {
	margin-top: 70px;
}
.gnav {
	display: none;
}
.gnav ul {
	display: block;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0 0 2px #ccc;
}
.gnav ul a {
	padding: 18px 0;
	border-bottom: 1px #ddd solid;
	font-size: 18px;
	height: inherit;
	line-height: inherit;
	color: #222020;
	width: 100%;
	position: relative;
	text-align: left;
}
.gnav ul li a:before {
	content: "";
	background: url(../img/header_arrow.svg) no-repeat center / 16px 12px;
	width: 16px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.gnav ul a:hover, .gnav ul a.on {
	background: none;
}
.isOpening .header .gnav {
	display: block;
	padding: 0 0;
	position: fixed;
	left: 0;
	top: 70px;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 10001;
	height: 100vh;
}
.totop {
	right: 20px;
	bottom: 50px;
}
/*.totop i {
	width: 44px;
	height: 44px;
	background-size: 44px;
}
.totop i::before {
	width: 12px;
	height: 12px;
	top: 58%;
}*/
.f_sp{
	display:inherit;
}
#page_news_detail{
	padding:0 20px;
}
#page_news_detail .stl{
	margin-top:36px;
	padding-bottom:20px;
}
#page_news_detail .stl h1{
    font-size: 22px;
}
#page_news_detail .stl p{
	margin-top:15px;
}
#page_news_detail .sbd{
	margin-top:20px;
}
}
.bx-wrapper .bx-controls-direction a{
	z-index:1!important;
}
#page_hr{
	min-height: 350px; /* IE7及以下 */
	height: auto !important; /* IE7及以下 */
	height: 350px; /* IE7及以下 */
}
.xpage{
	text-align:center;
	margin-top:30px;
}