@charset "utf-8";
@font-face {
	font-family: Nexa;
	font-weight: 300;
	src: url('../fonts/Nexa Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Nexa Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/Nexa Light.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/Nexa Light.woff') format('woff'), /* Pretty Modern Browsers */  url('../fonts/Nexa Light.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Nexa Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: Nexa;
	font-weight: 400;
	src: url('../fonts/Nexa Bold.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Nexa Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/Nexa Bold.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/Nexa Bold.woff') format('woff'), /* Pretty Modern Browsers */  url('../fonts/Nexa Bold.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/Nexa Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html, body {
	-webkit-text-size-adjust: 100%;
	_overflow-x: hidden;
}
*html {
	zoom: 1;
}/*Hack For IE6*/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
body {
	font-family: Nexa, 'Noto Sans SC', Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif;
} /*思源黑体,Nexa*/
.margincenter {
	margin: 0 auto;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
ul {
	list-style: none;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.fl_c:after, .fl_c:before {
	content: '';
	display: table;
}
.fl_c:after {
	clear: both;
}
a, a:before, a:after, .css3donghua, .css3donghua:before, .css3donghua:after {
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
img {
	border: 0;
}
input[type=button], input[type=password], input[type=text], input[type=submit], input[type=file], button, textarea {
	cursor: pointer;
	-webkit-appearance: none !important;/*去掉苹果的默认UI来渲染按钮*/
	outline: 0;
	font-family: '微软雅黑';
}
/*文字超出隐藏*/

.w_break {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}



::-webkit-input-placeholder {
color:#999;
text-overflow:ellipsis;
}

:-moz-placeholder {
color:#999;
text-overflow:ellipsis;
}

::-moz-placeholder {
color:#999;
text-overflow:ellipsis;
} /* for the future */

:-ms-input-placeholder {
color:#999;
text-overflow:ellipsis;
}
.marb30 {
	margin-bottom: 30px;
}
/* html {

	font-size:62.5%!important

} */

.overflow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.color-lan {
	color: #004DA0 !important;
}
/*index*/

/* html, body {

	position: relative;

	height: 100%;

} */



header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.header-box {
	width: 1090px;
	max-width: 100%;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	position: relative;
}
.header-box .nav {
}
.header-box .nav .item {
	float: left;
}
.header-box .nav .item>a {
	display: block; /* font-weight: 300; */
	padding: 0 10px;
	color: #fff;
	font-size: 17px;
	line-height: 100px;
	margin-right: 30px;
	position: relative;
}
.header-box .nav .item>a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #004da0;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
}
.header-box .nav .item>a:hover::before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.header-box .nav .item .subnav {
	position: absolute;
	margin-top: -1px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
}
.header-box .nav .item .subnav a {
	display: block;
	color: #004d9d;
	padding: 0 15px;
	line-height: 50px;
	font-size: 15px;
}
.header-box .nav .item .subnav a:hover {
	background-color: #004d9d;
	color: #fff;
}
.header-box .nav .item.hover .subnav {
	opacity: 1;
	visibility: visible;
}
.header-box .nav .item.hover:hover>a::before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.header-box .nav .item.active>a::before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.header-box .search-lang {
	padding-right: 20px;
}
.header-box .search-lang .search-box {
	display: none !important;
}
.header-box .search-lang .search-box img {
	width: 25px;
	height: 27px;
	cursor: pointer;
}
.header-box .search-lang .search-box svg {
	width: 25px;
	height: 27px;
	cursor: pointer;
}
.header-box .search-lang .search-box svg path {
	fill: #fff;
}
.header-box .search-lang .lang {
	margin-left: 10px;
}
.header-box .search-lang .lang a {
	font-size: 17px;
	color: #fff;
}
.header-box .logo {
	position: absolute;
	left: 100%;
	margin-left: 20px;
	width: 88px;
	height: 38px;
	top: 50%;
	transform: translateY(-50%);
}
.header-box .logo img {
	width: 88px;
	height: 38px;
}
.header-box .logo .logo-b {
	position: absolute;
	opacity: 1;
	visibility: visible;
}
.header-box .logo .logo-l {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.sidebar-burger {
	width: 18px;
	height: 13px;
	position: relative;
	display: none;
}
.sidebar-burger > div {
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.sidebar-burger > div:nth-child(1) {
	top: 0;
}
.sidebar-burger > div:nth-child(2) {
	top: 6px;
}
.sidebar-burger > div:nth-child(3) {
	top: 12px;
}
.sidebar-burger.active > div:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sidebar-burger.active > div:nth-child(2) {
	left: -30px;
	opacity: 0;
}
.sidebar-burger.active > div:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
nav {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #004da0;
	z-index: 998;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
nav.active {
	left: 0;
}
.mob-nav {
	margin-top: 120px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateX(-20%) skewX(-15deg);
	transform: translateX(-20%) skewX(-15deg);
	transition: -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
	opacity: 0;
	overflow-y: auto;
	height: calc(100% - 200px);
	-webkit-overflow-scrolling: touch;
}
.mob-nav .item {
	line-height: 48px;
	position: relative;
	;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
nav.active .mob-nav {
	-webkit-transform: translateX(0) skewX(0);
	transform: translateX(0) skewX(0);
	opacity: 1;
}
.mob-nav .item > a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.mob-nav .item .subnav {
	background-color: rgba(0,0,0,0.1);
	display: none;
}
.mob-nav .item .subnav a {
	display: block;
	text-align: center;
	line-height: 50px;
	color: #ddd;
}
/* .mob-nav .item.hover .subnav { opacity: 1; visibility: visible; height: auto;} */

.mob-search-lang {
	margin-top: 30px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	transition: -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
	opacity: 0;
}
/* .mob-nav .search-lang .search-box img { width: 25px; height: 27px; cursor: pointer;} */

.mob-search-lang .lang + .lang {
	margin-left: 20px;
}
.mob-search-lang .lang a {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	opacity: 0.5;
}
.mob-search-lang .lang.active a {
	color: #fff;
	opacity: 1;
}
nav.active .mob-search-lang {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.screenSwiper {
	background-color: #004da0;
}
.screenSwiper.swiper {
	width: 100%;
	height: 100vh;
}
.screenSwiper .swiper-slide {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.screen {
	width: 100%;
	height: 100%;
}
.screen-one {
	background: url(../images/index-screen-one.jpg) no-repeat center / cover;
}
.screen-one .titlebox {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.screen-one .titlebox .title {
	color: #004d9d;
	font-size: 96px;
	line-height: 110px;
	font-weight: 300;
}
.screen-one .titlebox .entitle {
	color: #004d9d;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
}
.screen-two {
	background: url(../images/index-screen-two.jpg) no-repeat center / cover;
}
.screen-two .titlebox {
	width: 90%;
	margin: 0 auto;
}
.screen-two .titlebox .title {
	color: #fff;
	font-size: 88px;
	font-weight: 700;
	line-height: 100px;
	margin-bottom: 300px;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.screen-two .titlebox .note {
	color: #fff;
	font-size: 88px;
	font-weight: 300;
	line-height: 100px;
}
.screen-two .titlebox .entitle {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.screen-two .titlebox .gupiaotitle {
	background-color: rgba(255,255,255,0.4);
	display: inline-block;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	margin-top: 40px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 5px;
}
.screen-tree {
	background: url(../images/index-screen-tree.jpg) no-repeat center / cover;
}
.screen-tree .titlebox {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 14vh;
}
.screen-tree .titlebox .title {
	color: #fff;
	font-size: 96px;
	line-height: 110px;
	font-weight: 200;
}
.screen-tree .titlebox .entitle {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
}
/**/

.screen-pagination.swiper-pagination-bullets {
	right: auto;
	left: 10%;
	top: auto;
	bottom: 30px;
	line-height: 70px;
	transform: translate3d(0, 0, 0);
}
.screen-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	margin-right: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	border-radius: 4px !important;
	outline: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.screen-pagination .swiper-pagination-bullet-active {
	width: 60px !important;
	border-color: #004d9d !important;
}
.screen-pagination .swiper-pagination-bullet:nth-last-child(1) {
	display: none !important;
}
.screen-shuzi {
	position: absolute;
	bottom: 30px;
	right: 10%;
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	z-index: 10;
	line-height: 70px;
}
.screen-shuzi .num {
}
.screen-shuzi .total {
	font-size: 28px;
}
.screen-4 {
	height: auto !important;
	text-align: left;
}
footer {
	background-color: #e7eaf2;
	padding: 60px 0;
}
.footer-top {
}
.footer-top .item {
	border-left: 2px solid #d3d6dd;
	padding-left: 20px;
	min-height: 218px;
}
.footer-top .item .title {
	font-size: 20px;
	color: #004d9d;
}
.footer-top .item .cont {
	margin-top: 30px;
}
.footer-top .item .cont .tt {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.footer-top .item .cont .icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: 15px !important;
}
.footer-top .item .cont .icon.icon-add {
	background: url(../images/icon-add.svg) no-repeat center;
	vertical-align: text-top;
}
.footer-top .item .cont .icon.icon-email {
	background: url(../images/icon-email.svg) no-repeat center;
	vertical-align: text-top;
}
.footer-top .item .cont .icon.icon-tel {
	background: url(../images/icon-tel.svg) no-repeat center;
	vertical-align: text-top;
}
.footer-top .item .cont .cc {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	font-family: 'Noto Sans SC';
}
.footer-top .item .subnav {
	margin-top: 30px;
}
.footer-top .item .subnav a {
	display: block;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-top .item .subnav a:hover {
	color: #004d9d;
}
.footer400 {
	font-size: 20px;
	color: #666;
	padding-top: 60px;
}
.footer400 a {
	font-size: 28px;
	font-weight: 700;
	color: #004da0;
}
.index-top {
	position: fixed;
	bottom: 30%;
	right: 30px;
	cursor: pointer;
	z-index: 997;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.index-top .index-top-title {
	font-size: 14px;
	margin-top: 10px;
	color: #666;
}
.topshow {
	opacity: 1;
	visibility: visible;
}





/* .swiper-slide img {

	display: block;

	width: 100%;

	height: 100%;

	object-fit: cover;

} */



/*index-media*/

@media (max-width: 1399px) {
.header-box .logo {
	position: relative;
	top: auto;
	left: auto;
	transform: translateY(0);
}
}
 @media (max-width: 1199px) {
.header-box .nav .item>a {
	font-size: 16px;
	margin-right: 20px;
}
}
 @media (max-width: 991px) {
.header-box {
	padding: 0 30px;
	height: 80px;
}
.header-box .nav {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.header-box .nav .item>a {
	font-size: 14px;
	margin-right: 0;
}
.header-box .search-lang {
	display: none !important;
}
.sidebar-burger {
	display: block;
}
.screen-one .titlebox .title {
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 20px;
}
.screen-one .titlebox .entitle {
	font-size: 42px;
	line-height: 40px;
}
.screen-two .titlebox .title {
	font-size: 56px;
	line-height: 56px;
}
.screen-two .titlebox .note {
	font-size: 56px;
	line-height: 56px;
	margin-top: 10px;
}
.screen-two .titlebox .entitle {
	font-size: 14px;
}
.screen-two .titlebox .gupiaotitle {
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 20px;
}
.screen-tree .titlebox {
	padding-bottom: 20vh;
}
.screen-tree .titlebox .title {
	font-size: 56px;
	line-height: 70px;
}
.screen-tree .titlebox .entitle {
	font-size: 32px;
	line-height: 40px;
	margin-top: 20px;
}
.index-top {
	bottom: 30px;
}
}
 @media (max-width: 767px) {
.screen-one .titlebox .title {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}
.screen-one .titlebox .entitle {
	font-size: 28px;
	line-height: 30px;
}
.screen-two .titlebox .title {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 200px;
}
.screen-two .titlebox .note {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px;
}
.screen-two .titlebox .entitle {
	font-size: 12px;
}
.screen-two .titlebox .gupiaotitle {
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
}
.screen-tree .titlebox .title {
	font-size: 42px;
	line-height: 50px;
}
.screen-tree .titlebox .entitle {
	font-size: 28px;
	line-height: 30px;
	margin-top: 20px;
}
.footer-top .item + .item {
	display: none;
}
.footer400 {
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
}
.footer400 a {
	font-size: 20px;
}
.index-top {
	bottom: 120px;
}
.index-top-icon img {
	width: 30px;
	height: 30px;
}
}
 @media (max-width: 575px) {
}
/*common*/

.page-head {
	background-color: rgba(255,255,255,0);
}
.head-bg {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.head-bg .header-box .nav .item>a {
	color: #333;
}
.head-bg .header-box .logo .logo-b {
	opacity: 0;
	visibility: hidden;
}
.head-bg .header-box .logo .logo-l {
	opacity: 1;
	visibility: visible;
}
.head-bg .header-box .search-lang .lang a {
	color: #333;
}
.head-bg .header-box .search-lang .search-box svg path {
	fill: #333;
}
.head-bg .sidebar-burger > div {
	background-color: #004da0;
}
.head-hover {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.head-hover .header-box .nav .item>a {
	color: #333;
}
.head-hover .header-box .logo .logo-b {
	opacity: 0;
	visibility: hidden;
}
.head-hover .header-box .logo .logo-l {
	opacity: 1;
	visibility: visible;
}
.head-hover .header-box .search-lang .lang a {
	color: #333;
}
.head-hover .header-box .search-lang .search-box svg path {
	fill: #333;
}
.head-hover .sidebar-burger > div {
	background-color: #004da0;
}
/*about*/

.about-banner img {
	min-height: 300px;
	width: 100%;
	object-fit: cover;
}
.page-main {
	padding: 60px 0;
}
.about-title {
	font-size: 48px;
	text-align: center;
	margin-bottom: 30px;
	color: #004da0;
}
.about-cont {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.about-cont p {
	margin-bottom: 10px;
}
.about-cont img {
	max-width: 100%;
}
.ny-banner {
	position: relative;
	height: 100vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #004da0;
}
.ny-banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: top;
}
.ny-banner .banner-cont {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.ny-banner .banner-cont .banner-cont-box {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.ny-banner .banner-cont .banner-cont-box .entitle {
	text-transform: uppercase;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
}
.ny-banner .banner-cont .banner-cont-box .title {
	color: #fff;
	font-size: 64px;
	line-height: 80px;
	font-weight: 100;
	margin-top: 20px;
}
.ny-banner .banner-cont .banner-cont-box .subtitle {
	color: #fff;
	font-size: 64px;
	line-height: 80px;
	font-weight: 100;
}
.ny-banner .banner-cont .banner-cont-box .cont {
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	width: 600px;
	max-width: 100%;
	margin-top: 60px;
}
.ny-banner800 {
	max-height: 100%;
	height: 800px;
}
.ny-banner800 img {
	height: 800px;
}
.ny-banner400 {
	max-height: 100%;
	height: 400px;
}
.ny-banner400 img {
	height: 400px;
	object-position: center;
}
.about-wh-list {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.about-wh-list .item + .item {
	padding-top: 80px;
}
.about-wh-list .item .pic {
	width: 100%;
	max-width: 718px;
	height: 100%;
	overflow: hidden;
}
.about-wh-list .item .pic:hover img {
	transform: scale(1.1);
}
.about-wh-list .item .titlebox {
	width: 100%;
	max-width: 718px;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 40px;
	margin-left: 160px;
}
.about-wh-list .item .titlebox .title {
	font-size: 28px;
	color: #333;
	font-weight: 300;
}
.about-wh-list .item .titlebox .entitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin-top: 15px;
}
.about-wh-list .item .titlebox .note {
	font-size: 48px;
	line-height: 58px;
	color: #004da0;
	font-weight: 200;
	margin-top: 5px;
}
.about-wh-list .item .titlebox .cont {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 15px;
}
.about-wh-list .item:nth-child(2n) .titlebox {
	margin-left: 0;
	margin-right: 160px;
}



/*about-企业文化-media*/

@media (max-width: 1659px) {
.ny-banner .banner-cont .banner-cont-box {
	max-width: 100%;
	padding: 0 30px 60px;
}
.about-wh-list {
	max-width: 100%;
	padding: 0 30px;
}
.about-wh-list .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-wh-list .item .titlebox .note {
	font-size: 42px;
	line-height: 52px;
}
}
 @media (max-width: 1399px) {
.ny-banner .banner-cont .banner-cont-box .title {
	font-size: 48px;
	line-height: 50px;
}
.ny-banner .banner-cont .banner-cont-box .subtitle {
	font-size: 48px;
	line-height: 50px;
}
.ny-banner .banner-cont .banner-cont-box .cont {
	font-size: 20px;
}
.about-wh-list .item .titlebox {
	margin-left: 100px;
}
.about-wh-list .item .titlebox .title {
	font-size: 24px;
}
.about-wh-list .item .titlebox .note {
	font-size: 36px;
	line-height: 46px;
}
.about-wh-list .item:nth-child(2n) .titlebox {
	margin-left: 0;
	margin-right: 100px;
}
.about-title {
	font-size: 42px;
}
}
 @media (max-width: 1199px) {
.ny-banner .banner-cont {
	background-color: rgba(0,0,0,0.5);
}
.about-wh-list .item .titlebox {
	margin-left: 80px;
}
/* .about-wh-list .item .titlebox .title { font-size: 24px;} */

.about-wh-list .item .titlebox .note {
	font-size: 32px;
	line-height: 42px;
}
.about-wh-list .item:nth-child(2n) .titlebox {
	margin-left: 0;
	margin-right: 80px;
}
.about-title {
	font-size: 36px;
}
}
 @media (max-width: 991px) {
.ny-banner .banner-cont .banner-cont-box .entitle {
	font-size: 24px;
}
.ny-banner .banner-cont .banner-cont-box .title {
	font-size: 42px;
}
.ny-banner .banner-cont .banner-cont-box .subtitle {
	font-size: 42px;
}
.ny-banner .banner-cont .banner-cont-box .cont {
	font-size: 18px;
}
.about-title {
	font-size: 32px;
}
}
 @media (max-width: 767px) {
.ny-banner .banner-cont .banner-cont-box .title {
	font-size: 36px;
}
.ny-banner .banner-cont .banner-cont-box .subtitle {
	font-size: 36px;
}
.ny-banner .banner-cont .banner-cont-box .cont {
	font-size: 16px;
	margin-top: 30px;
}
.about-wh-list .item {
	flex-wrap: wrap!important;
}
.about-wh-list .item .titlebox {
	margin-left: 0;
	margin-top: 30px;
}
.about-wh-list .item .titlebox .note {
	font-size: 24px;
	line-height: 30px;
}
.about-wh-list .item:nth-child(2n) {
	flex-direction: column-reverse!important;
}
.about-wh-list .item:nth-child(2n) .titlebox {
	margin-right: 0;
}
}
 @media (max-width: 575px) {
}
/**/

.aqzd-cont p {
	margin-bottom: 0;
}
.about-aq {
}
.about-aq .pic {
	margin-bottom: 30px;
}
.about-aq .pic img {
	max-width: 100%;
}
.about-aq .titlebox {
	margin-bottom: 30px;
}
.about-aq .titlebox .title {
	font-size: 28px;
	line-height: 30px;
	color: #004da0;
}
.about-aq .titlebox .subtitle {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin-top: 20px;
}
.about-aq .titlebox .cont {
	font-size: 17px;
	font-weight: 300;
	color: #666;
	margin-top: 20px;
}
.about-zn-1 {
	background-color: #eaeaea;
}
.about-zn-1 .title {
	color: #004da0;
	font-size: 48px;
	text-align: center;
}
.about-zn-1 .subtitle {
	color: #333;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin-top: 20px;
}
.about-zn-1 .pic {
	margin-top: 60px;
}
.about-zn-1 .pic img {
	width: 100%;
	max-width: 1199px;
}
.about-zn-2 .title {
	color: #004da0;
	font-size: 48px;
	text-align: center;
}
.about-zn-2 .subtitle {
	color: #333;
	font-size: 20px;
	font-weight: 300; /* text-align: center; */
	margin-top: 20px;
}
.about-zn-2 .about-zn-2-box {
	margin-top: 60px;
	position: relative;
}
.about-zn-2 .about-zn-2-box .about-zn-banner {
	padding-top: 80px;
}
.about-zn-2 .about-zn-2-box .about-zn-banner .swiper-slide {
	cursor: all-scroll;
}
.about-zn-2 .about-zn-2-box .about-zn-banner .swiper-slide img {
	width: 100%;
}
.about-zn-2 .about-zn-2-box .swiper-button {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	outline: 0;
}
.about-zn-2 .about-zn-2-box .about-zn-banner-prev {
	background: url(../images/swiper-left.svg) no-repeat center;
	right: 60px;
}
.about-zn-2 .about-zn-2-box .about-zn-banner-next {
	background: url(../images/swiper-right.svg) no-repeat center;
	right: 0;
}



/*about-智能制造-media*/



@media (max-width: 1399px) {
.about-zn-1 .title {
	font-size: 42px;
}
.about-zn-2 .title {
	font-size: 42px;
}
.about-aq .titlebox .title {
	font-size: 24px;
}
}
 @media (max-width: 1199px) {
}
 @media (max-width: 991px) {
.about-zn-1 .title {
	font-size: 36px;
}
.about-zn-2 .title {
	font-size: 36px;
}
}
 @media (max-width: 767px) {
.about-zn-1 .title {
	font-size: 28px;
}
.about-zn-2 .title {
	font-size: 28px;
}
.about-zn-1 .subtitle {
	font-size: 18px;
}
.about-zn-2 .subtitle {
	font-size: 18px;
}
}
 @media (max-width: 575px) {
}
/**/

.ny-banner .banner-cont .banner-cont-box.banner-cont-box-center {
	padding-top: 100px !important;
	padding-bottom: 0 !important;
}
.ny-banner .banner-cont .banner-cont-box.banner-cont-box-center .title {
	margin-bottom: 0 !important;
}
/*智慧服务*/

.page-main-cate {
	width: 100%;
	height: 98px;
	border-bottom: 1px solid #333;
}
.page-main-cate .catelist {
	width: 100%;
	height: 98px;
}
.page-main-cate .catelist .title {
	font-size: 24px;
	width: 150px;
	color: #004da0;
	border-right: 1px solid #333;
}
.page-main-cate .catelist .list {
}
.page-main-cate .catelist .list a {
	display: inline-block;
	line-height: 98px;
	font-size: 24px;
	color: #666;
	position: relative;
}
.page-main-cate .catelist .list a + a {
	margin-left: 40px;
}
.page-main-cate .catelist .list>a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background-color: #004da0;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
}
.page-main-cate .catelist .list>a:hover::before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.page-main-cate .catelist .list>a.active::before {
	transform: scale(1, 1);
	transform-origin: right center;
}
.page-zhwl {
	background: url(../images/page-zhwl-bg.jpg) no-repeat center;
	height: 120vh;
	background-size: cover;
}
.page-zhwl .zhwl-box {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
}
.page-zhwl .zhwl-box .zhwl-cont {
}
.page-zhwl .zhwl-box .zhwl-cont .title {
	text-align: right;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
}
.page-zhwl .zhwl-box .zhwl-cont .list {
	margin-top: 60px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item {
	display: block;
	max-width: 100%;
	width: 490px;
	height: 60vh;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item + .item {
	margin-left: 50px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon {
	position: absolute;
	top: -60px;
	right: -30px;
	width: 270px;
	height: 270px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon.zhwl-icon1 {
	background: url(../images/zhwl-icon1.svg);
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon.zhwl-icon2 {
	background: url(../images/zhwl-icon2.svg);
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .cont {
	margin-top: 300px;
	padding: 0 60px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon-jia {
	width: 45px;
	height: 45px;
	background: url(../images/zhwl-icon-jia.svg);
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .tt {
	font-size: 28px;
	font-weight: 700;
	color: #004da0;
	margin-top: 20px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .cc {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	margin-top: 20px;
}
.page-sice {
	background-color: #eaeaea;
}
.page-sice-cont {
	margin-bottom: 60px;
}
.page-sice-cont .title {
	font-size: 48px;
	color: #004da0;
	text-align: center;
}
.page-sice-cont .cont {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #333;
	margin-top: 30px;
}
.page-sice-cont .cont img {
	max-width: 100%;
}
.sice-cansu {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.sice-cansu .cansu-item {
	width: 19%;
	background-color: #fff;
	border-radius: 18px;
}
.sice-cansu .cansu-item .icon {
	text-align: right;
	padding: 30px 20px 100px;
}
.sice-cansu .cansu-item .icon img {
	width: 75px;
	height: 75px;
}
.sice-cansu .cansu-item .title {
	padding: 0 30px;
	font-size: 28px;
	color: #004da0;
}
.sice-cansu .cansu-item .cont {
	padding: 15px 30px 60px;
	font-size: 20px;
	font-weight: 300;
	color: #333;
}
.page-fwwl {
	background: url(../images/about-fwwl.jpg) no-repeat center / cover;
	padding: 120px 0;
}
.page-fwwl-cont {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.page-fwwl-cont .box {
	width: 100%;
	max-width: 820px;
}
.page-fwwl-cont .fwwl-title {
	font-size: 48px;
	color: #fff;
}
.page-fwwl-cont .fwwl-cont {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-top: 30px;
}
.page-fwwl-cont .fwwl-cont p {
	margin: 0;
}
.page-fwwl-cont .fwwl-shichang {
	margin-top: 120px;
}
.page-fwwl-cont .fwwl-shichang .entitle {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
}
.page-fwwl-cont .fwwl-shichang .title {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
}
.page-fwwl-cont .fwwl-shichang .qy-list {
	margin-top: 30px;
}
.page-fwwl-cont .fwwl-shichang .qy-list .quyu {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}
.page-fwwl-cont .fwwl-shichang .qy-list .city {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.shichang-swiper {
	padding-bottom: 40px;
}
.shichang-swiper .prev-next {
	width: 50px;
	height: 50px;
	outline: 0;
	position: absolute;
	bottom: 0;
	opacity: 1;
}
.shichang-swiper .prev-next.shichang-prev {
	right: 60px;
	background: url(../images/shichang-prev.svg) no-repeat center;
	background-size: 50px;
}
.shichang-swiper .prev-next.shichang-next {
	right: 0;
	background: url(../images/shichang-next.svg) no-repeat center;
	background-size: 50px;
}
.swiper-button-disabled {
	opacity: 0.3 !important;
	cursor: no-drop;
}



/*about-智慧服务-media*/

@media (max-width: 1659px) {
.page-zhwl .zhwl-box {
	padding: 0 30px;
}
.sice-cansu {
	padding: 0 30px;
}
.page-fwwl {
	padding: 60px 30px;
	background-position: 20% center;
}
}
 @media (max-width: 1399px) {
.page-main-cate .catelist .title {
	font-size: 20px;
}
.page-main-cate .catelist .list a {
	font-size: 20px;
}
.sice-cansu .cansu-item .icon {
	padding-bottom: 60px;
}
}
 @media (max-width: 1199px) {
.page-zhwl .zhwl-box .zhwl-cont .title {
	font-size: 42px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item {
	width: 420px;
	height: auto;
	min-height: 50vh;
	padding-bottom: 20px;
}
/* .page-zhwl .zhwl-box .zhwl-cont .list .item + .item { margin-left: 0;} */

.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon {
	width: 240px;
	height: 240px;
}
.page-sice-cont .title {
	font-size: 42px;
}
.sice-cansu .cansu-item {
	width: 31%;
	margin-bottom: 30px;
}
.sice-cansu .cansu-item:nth-child(4), .sice-cansu .cansu-item:nth-child(5) {
	width: 48%;
}
.page-fwwl {
	background-position: 25% center;
}
.page-fwwl-cont .fwwl-title {
	font-size: 42px;
}
}
 @media (max-width: 991px) {
.page-main-cate {
	height: auto;
}
.page-main-cate .catelist {
	height: auto;
}
.page-main-cate .catelist .title {
	width: 100%;
	font-size: 24px;
	border: 0;
	padding-top: 30px;
}
.page-main-cate .catelist .list {
	width: 100%;
}
.page-main-cate .catelist .list a {
	line-height: 90px;
}
.page-zhwl .zhwl-box .zhwl-cont .title {
	font-size: 36px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item {
	width: 48%;
	height: auto;
	min-height: 50vh;
	padding-bottom: 20px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item + .item {
	margin-left: 4%;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .cont {
	padding: 0 40px 60px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .tt {
	font-size: 24px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .cc {
	font-size: 18px;
}
.page-sice-cont .title {
	font-size: 36px;
}
.page-sice-cont .cont {
	font-size: 18px;
}
.sice-cansu .cansu-item {
	width: 48% !important;
}
.page-fwwl-cont .fwwl-title {
	font-size: 36px;
}
}
 @media (max-width: 767px) {
.page-zhwl {
	height: auto;
}
.page-main-cate .catelist .list a {
	width: 100%;
	line-height: 60px;
	margin: 0 !important;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item {
	width: 100%;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .zhwl-icon {
	width: 100px;
	height: 100px;
	top: -10px;
	right: 0px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .cont {
	margin-top: 100px;
}
.page-zhwl .zhwl-box .zhwl-cont .list .item .tt {
	font-size: 22px;
}
.page-sice-cont .title {
	font-size: 28px;
}
.sice-cansu .cansu-item {
	width: 100% !important;
}
.sice-cansu .cansu-item .title {
	font-size: 24px;
}
.sice-cansu .cansu-item .cont {
	font-size: 18px;
}
.page-fwwl {
	background-position: 55% center;
}
.page-fwwl-cont .fwwl-title {
	font-size: 28px;
}
.page-fwwl-cont .fwwl-cont {
	font-size: 16px;
}
.page-fwwl-cont .fwwl-shichang {
	margin-top: 60px;
}
.page-fwwl-cont .fwwl-shichang .entitle {
	font-size: 20px;
}
.page-fwwl-cont .fwwl-shichang .title {
	font-size: 24px;
}
.page-fwwl-cont .fwwl-shichang .qy-list {
	margin-top: 0;
}
.page-fwwl-cont .fwwl-shichang .qy-list .quyu {
	margin-top: 20px;
}
}
 @media (max-width: 575px) {
}
/**/

.padding-r120 {
	padding-right: 120px;
}
.padding-left120 {
	padding-left: 120px;
}
.jscxSwiper {
	background-color: #004da0;
}
.jscxSwiper.swiper {
	width: 100%;
	height: 100vh;
}
.jscxSwiper .swiper-slide {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.jscx-screen {
	width: 100%;
	height: 100%;
}
.jscx-screen-sub {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.jscx-screen-sub .titlebox {
	text-align: left;
}
.jscx-screen-sub .titlebox .entitle {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
}
.jscx-screen-sub .titlebox .title {
	font-size: 72px;
	font-weight: 100;
	color: #fff;
	line-height: 80px;
	margin-top: 20px;
}
.jscx-screen-sub .titlebox .list {
	width: 100%;
	max-width: 700px;
	margin-top: 60px;
}
.jscx-screen-sub .titlebox .list .item {
	width: 60%;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.jscx-screen-sub .titlebox .list .item:nth-child(2n) {
	width: 40%;
}
.jscx-screen-sub .titlebox .list .item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}
.jscx-screen-sub .titlebox .cont {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	width: 100%;
	max-width: 600px;
	padding-top: 100px;
}
.jscx-screen-two .jscx-screen-sub .titlebox {
	margin-top: -60px;
}
.jscx-screen-two .jscx-icon {
	position: absolute;
	bottom: 120px;
}
.jscx-screen-two .jscx-icon img {
	height: 80px;
}
.jscx-screen-two .jscx-icon img + img {
	margin-left: 20px;
}
.jscx-screen-two .jscx-zs-pic {
	position: absolute;
	right: 0;
	bottom: 100px;
}
.jscx-screen-two .jscx-zs-pic .item {
	margin-left: 20px;
}
.jscx-screen-two .jscx-zs-pic .item img {
	display: block;
	border: 5px solid #fff;
	box-shadow: 20px 10px 20px rgba(0,0,0,0.4);
}
.jscx-screen-two .jscx-zs-pic .item .title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 60px;
}
.jscx-screen-four .jscx-zs {
	padding-top: 100px;
}
.jscx-screen-four .jscx-zs img {
	box-shadow: 30px 20px 30px rgba(0,0,0,0.4);
}
.jscx-screen-four .jscx-zs .title {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 20px;
	z-index: 1;
}
.jscxSwiper .screen-pagination.swiper-pagination-bullets {
	width: auto;
}
/* .jscxSwiper .screen-pagination .swiper-pagination-bullet:nth-last-child(1) { display: inline-block !important;} */

.jscxSwiper .navigation {
	position: absolute;
	bottom: 30px;
	left: 5%;
	right: 5%;
	height: 70px;
}
.jscxSwiper .navigation .swiper-bg-button {
	width: 50px;
	height: 70px;
	z-index: 9;
	cursor: pointer;
	outline: 0;
}
.jscxSwiper .navigation .swiper-bg-prev {
	background: url(../images/swiper-bg-left.svg) no-repeat center / 21px 17px;
}
.jscxSwiper .navigation .swiper-bg-next {
	background: url(../images/swiper-bg-right.svg) no-repeat center / 21px 17px;
}



/*about-智慧服务-media*/

@media (max-width: 1659px) {
.jscx-screen-sub {
	padding: 0 30px;
}
.jscx-screen-two .jscx-zs-pic {
	right: 30px;
	bottom: 220px;
}
}
 @media (max-width: 1399px) {
.jscx-screen-two .jscx-zs-pic .item img {
	max-height: 250px;
}
.padding-left120 {
	padding-left: 0;
}
.jscx-screen-sub .titlebox .title {
	font-size: 60px;
	line-height: 68px;
}
.jscx-screen-sub .jscx-pt img {
	width: 100%;
	max-width: 500px;
}
.jscx-screen-four .jscx-zs img {
	max-width: 300px;
}
.jscx-screen-sub .titlebox .cont {
	font-size: 18px;
	padding-top: 30px;
}
}
 @media (max-width: 1199px) {
.padding-r120 {
	padding-right: 0;
}
.jscx-screen-sub .titlebox .title {
	font-size: 56px;
	line-height: 60px;
}
.jscx-screen-sub .titlebox .list {
	max-width: 600px;
}
.jscx-screen-sub .titlebox .list .item {
	font-size: 18px;
}
.jscx-screen-sub .titlebox .cont {
	padding-top: 40px;
}
.jscx-screen-two .jscx-zs-pic .item img {
	max-height: 260px;
}
.jscx-screen-two .jscx-icon img {
	height: 60px;
}
.jscx-screen-sub .jscx-pt img {
	width: 100%;
	max-width: 400px;
}
}
 @media (max-width: 991px) {
.jscx-screen-sub .titlebox .entitle {
	font-size: 24px;
}
.jscx-screen-two .jscx-zs-pic {
	display: none !important;
}
.jscx-screen-two .jscx-icon {
	bottom: 20%;
}
.jscx-screen-sub .jscx-pt {
	display: none;
}
.jscx-screen-four .jscx-zs {
	display: none;
}
}
 @media (max-width: 767px) {
.jscx-screen-sub {
	background: rgba(0,0,0,0.4);
}
.jscx-screen-sub .titlebox .entitle {
	font-size: 14px;
}
.jscx-screen-sub .titlebox .title {
	font-size: 36px;
	line-height: 40px;
}
.jscx-screen-sub .titlebox .list {
	margin-top: 20px;
}
.jscx-screen-sub .titlebox .list .item {
	font-size: 14px;
	width: 100% !important;
	margin-bottom: 0;
}
.jscx-screen-sub .titlebox .cont {
	font-size: 14px;
	padding-top: 20px;
}
/* .jscx-screen-sub .titlebox .cont { display: none;} */

.jscx-screen-two .jscx-icon {
	flex-wrap: wrap!important;
	bottom: 10%;
	display: none !important;
}
.jscx-screen-two .jscx-icon img {
	margin-left: 0 !important;
	margin-bottom: 20px;
	padding-right: 20px;
}
.screen-shuzi {
	font-size: 32px;
	right: 20%;
}
.screen-pagination.swiper-pagination-bullets {
	left: 20%;
}
}
 @media (max-width: 575px) {
}
/*新闻中心*/

.ny-banner-news {
}
.page-main-news-1 {
	background-color: #efefef;
	position: relative;
	overflow: hidden;
}
/* .page-main-news-1::after { content: '';position: absolute; bottom: 12px; right: 40px; background: url(../images/news-hot-bg.png) no-repeat; width: 583px; height: 208px;} */

.news-hot {
}
.news-time {
	width: 115px;
	height: 115px;
	padding: 10px 20px;
	border-radius: 12px;
	background-color: #fff;
}
.news-time .dd {
	font-size: 45px;
	font-weight: 700;
	color: #004da0;
	line-height: 50px;
}
.news-time .yymm {
	font-size: 14px;
	font-weight: 700;
	color: #fdd000;
}
.news-hot .pic a {
	display: block;
	width: 100%;
	max-width: 460px;
	overflow: hidden;
}
.news-hot .pic a img {
	width: 100%;
}
.news-hot .pic a:hover img {
	transform: scale(1.1);
}
.news-hot .cont {
	width: 100%;
	max-width: 500px;
	position: relative;
}
.news-hot .cont .title {
	font-size: 45px;
	color: #004da0;
}
.news-hot .cont .subtitle {
	font-size: 45px;
	color: #004da0;
	font-weight: 700;
}
.news-hot .cont .note {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-hot .cont .hot-cate {
	font-size: 17px;
	color: #004da0;
	margin-top: 60px;
}
.page-main-news-2 {
}
.news-list {
}
.news-list .item {
	margin-top: -2px;
}
.news-list .item .contbox {
	border-top: 2px solid #004da0;
	border-bottom: 2px solid #004da0;
	width: calc(100% - 390px);
	padding: 40px 0;
}
.news-list .item .contbox .news-time {
	position: relative;
}
.news-list .item .contbox .news-time::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 72px;
	background-color: #ababab;
}
/* .news-list .item:nth-child(1) .contbox .news-time,.news-list .item:nth-child(2) .contbox .news-time { background: url(../images/news-time-bg.jpg) no-repeat center;}

.news-list .item:nth-child(1) .contbox .news-time .dd,.news-list .item:nth-child(2) .contbox .news-time .dd { color: #fff;}

.news-list .item:nth-child(1) .contbox .news-time .yymm,.news-list .item:nth-child(2) .contbox .news-time .yymm { color: #fff;} */

.news-list .item .contbox .titlebox {
	width: calc(100% - 150px);
}
.news-list .item .contbox .titlebox .title a {
	display: block;
	font-size: 21px;
	font-weight: 400;
	color: #004da0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list .item .contbox .titlebox .note {
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list .item .contbox .titlebox .meta {
	font-size: 13px;
	color: #ababab;
	margin-top: 20px;
}
.news-list .item .contbox .titlebox .meta span {
	margin-right: 20px;
}
.news-list .item .pic {
	width: 100%;
	max-width: 345px;
	height: 182px;
	overflow: hidden;
}
.news-list .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*page*/

.page {
	padding-top: 30px;
}
.page li {
	margin: 0 2px;
}
.page a {
	color: #666;
	display: inline-block;
	padding: 5px 10px;
	background-color: #f3f3f3;
	font-size: 16px;
}
.page li.active a {
	background-color: #004da0;
	color: #fff;
}
/*news-read*/

.read-title {
	font-size: 48px;
	color: #004da0;
}
.read-subtitle {
	font-size: 48px;
	color: #004da0;
	font-weight: 700;
}
.read-meta {
	margin-top: 20px;
	font-size: 16px;
	color: #999;
}
.read-meta span {
	margin-right: 10px;
}
.read-cont {
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #ddd;
}
.read-cont p {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
}
.read-cont img {
	width: 100% !important;
	height: auto !important;
	max-width: 600px;
}
.read-prev-next {
	line-height: 60px;
	padding: 20px 0;
}
.read-prev-next .read-prev, .read-prev-next .read-next {
	width: 48%;
}
.read-prev-next .read-prev a, .read-prev-next .read-next a {
	display: block;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.read-prev-next .read-prev a:hover, .read-prev-next .read-next a:hover {
	color: #004da0;
}



/*about-新闻中心-media*/

@media (max-width: 1659px) {
}
 @media (max-width: 1399px) {
.read-title {
	font-size: 42px;
}
.read-subtitle {
	font-size: 42px;
}
}
 @media (max-width: 1199px) {
.news-hot .pic a {
	max-width: 360px;
}
.news-hot .cont {
	max-width: 360px;
}
.news-hot .cont .title {
	font-size: 32px;
}
.news-hot .cont .subtitle {
	font-size: 32px;
}
.news-hot .cont .hot-cate {
	margin-top: 30px;
}
.read-title {
	font-size: 36px;
}
.read-subtitle {
	font-size: 36px;
}
}
 @media (max-width: 991px) {
.news-time {
	display: none;
}
.news-hot .pic a {
	max-width: 280px;
}
.news-hot .cont {
	width: calc(100% - 300px);
	max-width: 100%;
}
.news-list .item .pic {
	max-width: 240px;
}
.news-list .item .contbox {
	width: calc(100% - 280px);
}
.news-list .item .contbox .titlebox {
	width: 100%;
}
.news-hot .cont .datetime {
	margin-top: 20px;
}
.news-hot .cont .hot-cate {
	display: none;
}
.read-title {
	font-size: 32px;
}
.read-subtitle {
	font-size: 32px;
}
.read-prev-next .read-prev, .read-prev-next .read-next {
	width: 100%;
}
}
 @media (max-width: 767px) {
.news-hot {
	flex-wrap: wrap !important;
}
.news-hot .pic {
	width: 100%;
}
.news-hot .pic a {
	max-width: 100%;
}
.news-hot .cont {
	width: 100%;
	margin-top: 20px;
}
.news-hot .cont .title {
	font-size: 28px;
}
.news-hot .cont .subtitle {
	font-size: 28px;
}
.news-list .item {
	flex-wrap: wrap !important;
	flex-direction: column-reverse!important;
}
.news-list .item + .item {
	margin-top: 20px;
}
.news-list .item .contbox {
	width: 100%;
	padding: 20px 0;
	border: 0;
}
.news-list .item .pic {
	max-width: 100%;
}
.read-title {
	font-size: 28px;
}
.read-subtitle {
	font-size: 28px;
}
.read-cont {
	margin-top: 30px;
}
.read-prev-next {
	line-height: 30px;
}
.read-prev-next .read-prev a, .read-prev-next .read-next a {
	font-size: 14px;
}
}
 @media (max-width: 575px) {
}
/*联系我们*/

.page-main-cate2 {
}
.page-main-cate2 .catelist {
	line-height: 98px;
}
.page-main-cate2 .catelist .cate-item {
	width: 33.33%;
	text-align: center;
}
.page-main-cate2 .catelist .cate-item a {
	display: block;
	background-color: #f4f5f5;
	font-size: 18px;
	color: #666;
}
.page-main-cate2 .catelist .cate-item a:hover {
	background-color: #004DA0;
	color: #fff;
}
.page-main-cate2 .catelist .cate-item a.active {
	background-color: #004DA0;
	color: #fff;
}
.pc-show {
	display: block !important;
}
.mb-show {
	display: none !important;
}
.lxwm_map {
	padding: 0;
}
.lxwm-hzhb {
	padding-top: 100px;
}
.lxwm-hzhb .hzhb-form-label {
	width: 50%;
	padding: 0 30px;
	margin-bottom: 30px;
}
.lxwm-hzhb .hzhb-form-label .title {
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}
.lxwm-hzhb .hzhb-form-label .cont {
	position: relative;
}
.lxwm-hzhb .hzhb-form-label .cont img {
	position: absolute;
	top: 1px;
	right: 1px;
}
.lxwm-hzhb .hzhb-form-label input.inp {
	width: 100%;
	line-height: 38px;
	border: 1px solid #333;
	text-indent: 15px;
}
.lxwm-hzhb .hzhb-form-label.hzhb-form-label-cont {
	width: 100%;
}
.lxwm-hzhb .hzhb-form-label.hzhb-form-label-cont textarea {
	width: 100%;
	height: 165px;
}
.hzhb-btn {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.hzhb-btn .am-btn {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #004da0;
	border: 0;
	font-size: 18px;
}
#city_html {
}
#city_html .select {
	padding: 0;
}
#city_html .select li {
	display: inline-block;
	width: 48%;
}
#city_html .select li + li {
	margin-left: 4%;
}
#city_html .select li:nth-child(3) {
	display: none;
}
.select li select, .lxwm-ywzx-form .hzhb-form-label select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #333;
	text-indent: 15px;
}
.lxwm-ywzx {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.lxwm-ywzx .pic {
	width: 100%;
	max-width: 1000px;
}
.lxwm-ywzx .pic img {
	width: 100%;
	height: 740px;
	object-fit: cover;
}
.lxwm-ywzx-form {
	width: 100%;
	max-width: 500px;
}
.lxwm-hzhb .lxwm-ywzx .hzhb-form-label {
	width: 100%;
	padding: 0 0 0 30px;
}
.lxwm-hzhb .lxwm-ywzx .hzhb-form-label.hzhb-form-label-cont textarea {
	height: 140px;
}



/*联系我们-media*/

@media (max-width: 1659px) {
.lxwm-ywzx {
	padding: 0 30px;
}
}
 @media (max-width: 1399px) {
}
 @media (max-width: 1199px) {
.mob-banner {
	height: 50vh;
}
.mob-banner img {
	height: 50vh;
}
.pc-show {
	display: none !important;
}
.mb-show {
	display: block !important;
}
}
 @media (max-width: 991px) {
.lxwm-hzhb .hzhb-form-label {
	width: 100%;
	padding: 0;
}
.lxwm-ywzx .pic {
	display: none;
}
.lxwm-ywzx-form {
	max-width: 100%;
}
.lxwm-hzhb .lxwm-ywzx .hzhb-form-label {
	padding: 0;
}
}
 @media (max-width: 767px) {
.page-main-cate2 .catelist .cate-item a {
	font-size: 16px;
}
}
 @media (max-width: 575px) {
}
/**/

.tzzgx-main {
}
.tzzgx-main-title {
	position: relative;
	font-size: 48px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.tzzgx-main-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	height: 4px;
	background-color: #004DA0;
}
.page-main-tzz-1.page-main-cate2 .catelist .cate-item {
	width: 33.33%;
}
.tzzgx-cont {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
/* .tzzgx-cont iframe { width:960px; height: 800px; position: absolute;top: -480px; left: -177px;} */



.gpxx-box {
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 15px;
}
.gpxx-box .item-left {
}
.gpxx-box .item-left .name {
	font-size: 36px;
	font-weight: 700;
}
.gpxx-box .item-left .seccode {
	font-size: 24px;
	color: #999;
	font-weight: 300;
}
.gpxx-box .item-center {
}
.gpxx-box .item-center .value {
	font-size: 48px;
	font-weight: 700;
	margin-right: 20px;
}
.gpxx-box .item-center .up-and-down {
	margin-right: 20px;
}
.gpxx-box .item-center .up-and-down .percentdate {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.gpxx-box .item-center .arrow-top {
	position: relative;
	width: 20px;
	height: 60px;
}
.gpxx-box .item-center .arrow-top .top {
	position: absolute;
	left: 0;
	border: 10px solid transparent;
}
.gpxx-box .item-center .arrow-top .content {
	position: absolute;
	left: 5px;
	width: 10px;
	height: 50px;
}
.gpxx-box .item-center.down .value {
	color: #00b33c;
}
.gpxx-box .item-center.down .up-and-down .percentdate {
	color: #00b33c;
}
.gpxx-box .item-center.down .arrow-top .top {
	border-top-color: #00B33C;
	bottom: -10px;
}
.gpxx-box .item-center.down .arrow-top .content {
	background-color: #00B33C;
}
.gpxx-box .item-center.up .value {
	color: #db3439;
}
.gpxx-box .item-center.up .up-and-down .percentdate {
	color: #db3439;
}
.gpxx-box .item-center.up .arrow-top .top {
	border-bottom-color: #db3439;
	top: -10px;
}
.gpxx-box .item-center.up .arrow-top .content {
	background-color: #db3439;
	top: 10px;
}
.gpxx-box .item-center.shownone .value {
	color: #999;
}
.gpxx-box .item-center.shownone .up-and-down .percentdate {
	color: #999;
}
.gpxx-box .item-center.shownone .arrow-top {
	display: none;
}
/* .gpxx-box .item-center.shownone .arrow-top .top {border-bottom-color:#999; top: -10px;}

.gpxx-box .item-center.shownone .arrow-top .content { background-color: #999; top: 10px;} */



.gpxx-box .item-right {
}
.gpxx-box .item-right a {
	display: block;
	background-color: #004DA0;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
}
.caibao-cate-list {
	line-height: 98px;
	margin-bottom: 60px;
}
.caibao-cate-list a {
	display: block;
	width: 50%;
	background-color: #f4f5f5;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.caibao-cate-list a.active {
	background-color: #004DA0;
	color: #fff;
}
.caibao-news-list {
}
.caibao-news-list .top {
	background-color: #f4f5f5;
	line-height: 40px;
	padding: 0 15px;
}
.caibao-news-list .top .title {
	font-size: 16px;
	color: #333;
}
.caibao-news-list .top .date {
	font-size: 16px;
	color: #333;
	width: 120px;
}
.caibao-news-list .list {
}
.caibao-news-list .list .item {
	line-height: 60px;
	border-bottom: 1px solid #eee;
	padding-right: 15px;
}
.caibao-news-list .list .item a {
	display: block;
	font-size: 14px;
	color: #333;
	max-width: calc(100% - 160px);
	padding-right: 40px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.caibao-news-list .list .item a svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 20px;
}
.caibao-news-list .list .item a:hover {
	color: #004DA0;
}
.caibao-news-list .list .item a:hover svg path {
	fill: #004DA0;
}
.caibao-news-list .list .item .date {
	width: 120px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}





/*投资者关系-media*/

@media (max-width: 1659px) {
}
 @media (max-width: 1399px) {
.tzzgx-main-title {
	font-size: 42px;
}
}
 @media (max-width: 1199px) {
.tzzgx-main-title {
	font-size: 36px;
}
}
 @media (max-width: 991px) {
.tzzgx-main-title {
	font-size: 32px;
}
}
 @media (max-width: 767px) {
.page-main-tzz-1.page-main-cate2 .catelist .cate-item {
	width: 50%;
}
.caibao-news-list .top .date {
	width: 80px;
}
.caibao-news-list .list .item a {
	max-width: calc(100% - 100px);
}
.caibao-news-list .list .item .date {
	width: 80px;
	font-size: 12px;
}
.tzzgx-main-title {
	font-size: 28px;
}
.gpxx-box .item-left {
	width: 100%;
	text-align: center;
}
.gpxx-box .item-center {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center !important;
}
.gpxx-box .item-right {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
}
 @media (max-width: 575px) {
}
/*项目案例*/

.ny-banner .case-banner .banner-cont {
	background-color: rgba(0,0,0,0.4);
}
.ny-banner .case-banner img {
	object-position: bottom;
}
.case-list {
	line-height: 98px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.case-list .catelist {
	min-width: 800px;
}
.case-list .cate-item {
	width: 20%;
	text-align: center;
}
.case-list .cate-item a {
	display: block;
	background-color: #f4f5f5;
	font-size: 24px;
	color: #fff;
}
.case-list .cate-item:nth-child(1) a {
	background-color: #848484;
}
.case-list .cate-item:nth-child(2) a {
	background-color: #9fa0a0;
}
.case-list .cate-item:nth-child(3) a {
	background-color: #b5b5b6;
}
.case-list .cate-item:nth-child(4) a {
	background-color: #c9caca;
}
.case-list .cate-item:nth-child(5) a {
	background-color: #b5b5b6;
}
.case-list .cate-item a.active {
	background-color: #004DA0;
	color: #fff;
}
.case-list .cate-item a:hover {
	background-color: #004DA0;
	color: #fff;
}



/*项目案例-media*/

@media (max-width: 767px) {
.ny-banner .case-banner .banner-cont .banner-cont-box.banner-cont-box-center {
	padding-top: 0 !important;
}
.ny-banner .case-banner .banner-cont .banner-cont-box .entitle {
	font-size: 20px;
}
.ny-banner .case-banner .banner-cont .banner-cont-box .title {
	font-size: 28px;
	line-height: 36px;
}
.ny-banner .case-banner .banner-cont .banner-cont-box .subtitle {
	font-size: 28px;
	line-height: 36px;
}
.case-list .cate-item a {
	font-size: 18px;
}
}
 @media (max-width: 575px) {
.ny-banner .case-banner .banner-cont .banner-cont-box .entitle {
	font-size: 14px;
}
}
/**/

.pro-banner {
	background-position: center bottom;
	background-size: cover;
}
.case-list.pro-list {
	line-height: 150px;
}
.case-list.pro-list .cate-item {
	width: 33.33333%;
}
.case-list.pro-list .cate-item a {
	height: 150px;
	line-height: 32px;
}
.case-list.pro-list .cate-item a img {
	width: auto;
	height: 60px;
}
.case-list.pro-list .cate-item a span {
	padding-left: 20px;
}
.pro-dianti .jscx-screen-sub {
	display: block;
}
.pro-dianti .jscx-screen-sub .titlebox {
	padding-bottom: 160px;
}
.pro-dianti-one .jscx-screen-sub .titlebox {
	text-align: right;
}
.pro-dianti .jscx-screen-sub .titlebox .more {
	width: 120px;
	margin: 0 0 20px auto;
	line-height: 40px;
	background-color: rgba(0,0,0,0.1);
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.pro-dianti .pro-dianti-one .jscx-screen-sub .titlebox .entitle {
	color: #004DA0;
}
.pro-dianti .pro-dianti-one .jscx-screen-sub .titlebox .title {
	color: #004DA0;
}
.pro-dianti .jscx-screen-sub .titlebox .title span {
	font-weight: 700;
	margin-right: 10px;
}
.pro-dianti .jscx-screen-sub .titlebox .more.more-left {
	margin: 20px auto 0 0;
}
.pro-dianti .pro-dianti-four .jscx-screen-sub .titlebox {
	padding-bottom: 0;
}
.pro-dianti .pro-dianti-five .jscx-screen-sub .titlebox {
	padding-bottom: 0;
}
.pro-dianti .pro-dianti-seven .jscx-screen-sub .titlebox {
	text-align: right;
}
/* .pro-dianti .pro-dianti-eight .jscx-screen-sub .titlebox { text-align: right;} */



.ny-banner.pro-banner .banner-cont .banner-cont-box.banner-cont-box-center {
	padding-top: 0 !important;/* padding-bottom: 350px !important; */
}
.ny-banner.pro-banner .banner-cont .banner-cont-box .subtitle {
	font-size: 24px;
	line-height: 40px;
	margin-top: 40px;
}
.page-main-mb {
	padding: 0 60px;
	height: 98px;
	background-color: #f2f3f3;
}
.page-main-mb .pro-rslist {
	position: relative;
	z-index: 990;
}
.page-main-mb .pro-rslist .title {
	color: #004DA0;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer;
	border-right: 1px solid #999;
	padding-right: 60px;
	position: relative;
	min-width: 160px;
}
.page-main-mb .pro-rslist .title::after {
	content: '';
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #004DA0;
}
.page-main-mb .pro-rslist .sub {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	z-index: 9;
}
.page-main-mb .pro-rslist .sub a {
	display: block;
	padding: 10px 15px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #004DA0;
}
.page-main-mb .pro-rslist .sub a:hover {
	color: #fff;
	background-color: #004DA0;
}
.page-main-mb .pro-rslist .sub a.active {
	color: #fff;
	background-color: #004DA0;
}
.page-main-mb .pro-rs {
}
.page-main-mb .pro-rs>a {
	display: inline-block;
	font-size: 18px;
	color: #666;
}
.page-main-mb .pro-rs>a + a {
	margin-left: 40px;
}
.page-main-mb .pro-rs>a.active {
	color: #004DA0;
}
.page-main-mb .pro-rs .bj-btn {
	display: inline-block;
	margin-left: 40px;
}
.page-main-mb .pro-rs .bj-btn a {
	display: block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	background-color: #004DA0;
	color: #fff;
	font-size: 18px;
}
.pro-rs-read {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.pro-rs-read .tab {
	display: none;
}
.pro-rs-read .tab.on {
	display: block;
}
.pro-rs-read-xh {
	height: 98px;
}
.pro-rs-read-xh a {
	display: inline-block;
	height: 98px;
	line-height: 98px;
	width: 50%;
	text-align: center;
	background-color: #f3f4f4;
	color: #808080;
	font-size: 28px;
	font-weight: 700;
}
.pro-rs-read-xh a:hover {
	background-color: #004DA0;
	color: #fff;
}
.pro-rs-read-xh a.active {
	background-color: #004DA0;
	color: #fff;
}
.pro-rs-read2 .tab2 {
	display: none;
}
.pro-rs-read2 .tab2.on {
	display: block;
}
.pro-gaishu {
}
.pro-gaishu .item {
	width: 48%;
	margin-top: 60px;
}
.pro-gaishu .item .title {
	font-size: 48px;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.pro-gaishu .item .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	width: 5px;
	height: 60%;
	background-color: #004DA0;
	background: linear-gradient(#299ed5, #02509b);
}
.pro-gaishu .item .note {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #666;
	margin-bottom: 20px;
}
.pro-gaishu .item .note p {
	margin: 0;
}
.pro-gaishu .item .pic img {
	width: 100%;
}
.pro-gaishu-other {
	margin-top: 60px;
}
.pro-gaishu-other .title {
	font-size: 48px;
	font-weight: 700;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.pro-gaishu-other .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	width: 5px;
	height: 60%;
	background-color: #004DA0;
	background: linear-gradient(#299ed5, #02509b);
}
.pro-gaishu-other .other {
	margin-top: 20px;
}
.pro-gaishu-other .other .item {
	border: 1px solid #ddd;
	width: 24%;
	padding: 30px;
	text-align: center;
}
.pro-gaishu-other .other .item .pic img {
	max-width: 100%;
}
.pro-gaishu-other .other .item .tt {
	font-size: 24px;
	color: #666;
	margin-top: 60px;
}
.pro-gaishu-zhuanghuang {
	position: relative;
}
.zh-tab .swiper-slide {
	border: 1px solid #ddd;
	padding: 30px;
	text-align: center;
	background-color: #fff;
}
.zh-tab .swiper-slide img {
	max-width: 100%;
}
.zh-tab .swiper-slide .tt {
	font-size: 24px;
	color: #004DA0;
	margin-top: 30px;
}
.zh-tab .swiper-slide .note {
	font-size: 24px;
	color: #666;
}
.zh-tab {
	position: relative;
	padding-top: 100px;
	margin-top: -80px;
}
.zh-tab .swiper-button {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	outline: 0;
}
.zh-tab .about-zn-banner-prev {
	background: url(../images/swiper-left.svg) no-repeat center;
	right: 60px;
}
.zh-tab .about-zn-banner-next {
	background: url(../images/swiper-right.svg) no-repeat center;
	right: 0;
}
.pro-gaishu-zhuanghuang .swiper-slide img {
	height: 80vh;
	object-fit: contain;
}
.pro-gaishu-fs .swiper-slide img {
	height: 15vh;
	object-fit: contain;
}
.pro-gaishu-dd .swiper-slide img {
	height: 40vh;
	object-fit: contain;
}
.pro-gaishu-db .swiper-slide img {
	height: 30vh;
	object-fit: contain;
}
.pro-grv20-banner-1 {
	background: url(../images/pro-grv20-banner-1.jpg) no-repeat center;
	width: 100%;
	height: 100%;
	max-height: 780px;
}
.pro-grv20-banner-1 .box {
	padding: 145px 110px;
}
.pro-grv20-banner-1 .entitle {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.pro-grv20-banner-1 .title {
	font-size: 52px;
	font-weight: 500;
	color: #fff;
}
.pro-grv20-banner-1 .note {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
}
.pro-grv20-banner-1 .cont {
	font-size: 26px;
	font-weight: 100;
	color: #fff;
	line-height: 40px;
	margin-top: 30px;
}
.pro-grv20-banner-2 {
	background: url(../images/pro-grv20-banner-2.jpg?v=1.0) no-repeat center;
	width: 100%;
	height: 100%;
	max-height: 780px;
	margin-top: 30px;
}
.pro-grv20-banner-2 .box {
	padding: 145px 110px;
}
.pro-grv20-banner-2 .entitle {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.pro-grv20-banner-2 .ttitle {
	font-size: 52px;
	font-weight: 500;
	color: #fff;
}
.pro-grv20-banner-2 .note {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
}
.pro-grv20-banner-2 .cont {
	font-size: 26px;
	font-weight: 100;
	color: #fff;
	line-height: 40px;
	margin-top: 30px;
}
.pro-grv20-banner-2 .cont img {
	max-width: 100%;
}
/* .pro-grv20-banner-2 { padding: 30px 0;}

.pro-grv20-banner-2 img { width: 100%;} */

.pro-grv20 .item {
	width: 48%;
	margin-bottom: 30px;
}
.pro-grv20 .item .tt {
	font-size: 28px;
	font-weight: 500;
	color: #004DA0;
	margin-bottom: 20px;
}
.pro-grv20 .item .note {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	min-height: 60px;
	margin-bottom: 20px;
}
.pro-grv20 .item .pic {
	text-align: center;
}
.pro-grv20 .item .pic img {
	max-width: 100%;
}
.pro-grv20-banner-3 {
	background: url(../images/pro-grv20-banner-3.jpg) no-repeat center;
	margin-top: 60px;
}
.pro-grv20-banner-3 .canshu {
	font-size: 145px;
	color: #fff;
	font-weight: 700;
	padding-top: 100px;
}
.pro-shv-4 {
	margin-top: 30px;
}
.pro-shv-4 .titlebox {
	width: 360px;
	max-width: 100%;
}
.pro-shv-4 .titlebox .item + .item {
	margin-top: 40px;
}
.pro-shv-4 .titlebox .item .tt {
	font-size: 28px;
	font-weight: 500;
	color: #004da0;
}
.pro-shv-4 .titlebox .item .cc {
	font-size: 14px;
	color: #666;
}
.pro-shv-4 .bg {
	width: calc(100% - 600px);
	position: relative;
}
.pro-shv-4 .bg img {
	max-width: 100%;
}
.pro-shv-4 .bg .pics {
	position: absolute;
	left: -140px;
	top: 50%;
	transform: translateY(-50%);
	width: 240px;
}
.pro-shv-4 .bg .pics .pic {
	border-radius: 50%;
	border: 20px solid #fff;
}
.pro-shv-4 .bg .pics .pic + .pic {
	margin-top: 10px;
}
.pro-gro-banner-1 {
	background: url(../images/pro-gro-banner-1.jpg) no-repeat center;
	min-height: 780px;
}
.pro-gro-banner-2 {
	background: url(../images/pro-gro-banner-2.jpg) no-repeat center;
	min-height: 780px;
	margin-top: 60px;
}
.pro-gro-banner-3 {
	padding: 30px 0;
	text-align: center;
}
.pro-gro-banner-3 img {
	max-width: 100%;
}
.pro-grpn2030-banner-1 {
	background: url(../images/pro-grpn2030-banner-1.jpg) no-repeat center / cover;
}
.pro-grps2030-banner-1 {
	background: url(../images/pro-grps2030-banner-1.jpg) no-repeat center / cover;
}
.pro-grpn2030-banner-2 {
	background: url(../images/pro-grpn2030-banner-2.jpg) no-repeat center / cover;
	margin-top: 60px;
}
.pro-grpn2030-banner {
	width: 100%;
	height: 700px;
}
.pro-grpn2030-banner .box {
	padding-right: 10%;
}
.pro-grpn2030-banner .box .title {
	color: #fff;
	font-size: 45px;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
}
.pro-grpn2030-banner .box .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	width: 5px;
	height: 60%;
	background-color: #fff;
}
.pro-grpn2030-banner .box .cont {
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	line-height: 60px;
	margin-top: 10px;
}
.pro-grpn2030-banner-2 .box .title {
	color: #333;
}
.pro-grpn2030-banner-2 .box .title::before {
	background-color: #004DA0;
	background: linear-gradient(#299ed5, #02509b);
}
.pro-grpn2030-banner-2 .box .cont {
	color: #333;
}
.pro-grpn2030 {
}
.pro-grpn2030 .item {
	width: 30%;
}
.pro-grpn2030 .item .tt {
	font-size: 28px;
	font-weight: 500;
	color: #004DA0;
	margin-bottom: 20px;
}
.pro-grpn2030 .item .note {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	min-height: 60px;
	margin-bottom: 20px;
}
.pro-grpn2030 .item .pic {
	text-align: center;
}
.pro-grpn2030 .item .pic img {
	max-width: 100%;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box .entitle {
	color: #004da0;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box .title {
	color: #004da0;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box .subtitle {
	color: #004da0;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box {
	padding-bottom: 60px !important;
}
.pro-rs-read.pro-rs-gsdt {
	max-width: 100%;
	padding: 0;
	margin-bottom: 60px;
}
.gsdt-sreen-1 {
	background: url(../images/gsdt-sreen-bg-1.jpg) no-repeat center / cover;
	width: 100%;
	height: 900px;
}
.gsdt-sreen-1 .title {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	text-align: center;
}
.gsdt-sreen-1 .box {
	margin-top: 100px;
}
.gsdt-sreen-1 .box .item { /* text-align: center; */
	width: 30%;
}
.gsdt-sreen-1 .box .item .tt {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
.gsdt-sreen-1 .box .item .cc {
	color: #fff;
	font-size: 18px;
}
.gsdt-sreen-2 .video img {
	width: 100%;
}
.gsdt-sreen-3 {
	background-color: #e7eaf2;
}
.gsdt-sreen-3 .gsdt-left {
	width: 50%;
	position: relative;
	padding-top: 10%;
}
.gsdt-sreen-3 .gsdt-left .box {
	position: absolute;
	width: 100%;
	max-width: 800px;
	right: 0;
}
.gsdt-sreen-3 .gsdt-left .box .tt {
	font-size: 48px;
	color: #004DA0;
	font-weight: 500;
}
.gsdt-sreen-3 .gsdt-left .box .cc {
	font-size: 18px;
	color: #666;
	width: 60%;
}
.gsdt-sreen-3 .gsdt-right {
	width: 50%;
}
.gsdt-sreen-3 .gsdt-right img {
	width: 100%;
}
.gsdt-sreen-4 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.gsdt-sreen-4 .pro-grpn2030 .item {
	margin-top: 60px;
	width: 32%;
	margin-right: 2%;
}
.gsdt-sreen-4 .pro-grpn2030 .item:nth-child(3n) {
	margin-right: 0;
}
.gsdt-sreen-4 .pro-grpn2030 .item .tt {
	margin-top: 30px;
}
.gsdt-sreen-5 {
	margin-bottom: 30px;
}
.gsdt-sreen-5 .pro-grpn2030 .item {
	margin-top: 60px;
	width: 24%;
	margin-right: 1.333%;
}
.gsdt-sreen-5 .pro-grpn2030 .item:nth-child(3n) {
	margin-right: 1.333%;
}
.gsdt-sreen-5 .pro-grpn2030 .item:nth-child(4n) {
	margin-right: 0;
}
.pro-banner-read .banner-cont .banner-cont-box .subtitle {
	font-size: 24px;
	line-height: 40px;
	margin-top: 40px;
}



/*产品解决方案-电梯-media*/

@media (max-width: 1659px) {
.gsdt-sreen-3 .gsdt-left .box {
	padding-left: 30px;
}
.gsdt-sreen-4 {
	max-width: 100%;
	padding: 0 30px;
}
.pro-rs-read {
	max-width: 100%;
	padding: 60px 30px;
}
.pro-shv-4 .bg img.bg-pic {
	height: 600px;
	object-fit: cover;
}
}
 @media (max-width: 1399px) {
.pro-gaishu-other .title {
	font-size: 42px;
}
.pro-gaishu .item .title {
	font-size: 42px;
}
.pro-grpn2030-banner {
	height: 600px;
}
.pro-gro-banner-1 {
	min-height: 600px;
}
.pro-gro-banner-2 {
	min-height: 600px;
}
.pro-gaishu-zhuanghuang .swiper-slide img {
	height: 70vh;
	object-fit: cover;
}
}
 @media (max-width: 1199px) {
/* .ny-banner.pro-banner .banner-cont { background-color:transparent} */

.ny-banner.pro-banner .banner-cont .banner-cont-box.banner-cont-box-center {
	padding-bottom: 240px !important;
}
.gsdt-sreen-1 .title {
	font-size: 42px;
}
.gsdt-sreen-1 .box .item .tt {
	font-size: 32px;
}
.gsdt-sreen-3 .gsdt-left .box .cc {
	width: 80%;
}
.pro-gaishu-other .title {
	font-size: 36px;
}
.pro-gaishu .item .title {
	font-size: 36px;
}
.pro-grpn2030-banner {
	height: 500px;
}
.pro-gro-banner-1 {
	min-height: 500px;
}
.pro-gro-banner-2 {
	min-height: 500px;
}
.pro-gaishu-zhuanghuang .swiper-slide img {
	height: 60vh;
	object-fit: cover;
}
}
 @media (max-width: 991px) {
.gsdt-sreen-1 .title {
	font-size: 36px;
}
.gsdt-sreen-1 .box .item .tt {
	font-size: 28px;
}
.gsdt-sreen-3 .gsdt-left {
	padding-top: 5%;
}
.pro-gaishu-other .title {
	font-size: 32px;
}
.gsdt-sreen-4 .pro-grpn2030 .item {
	width: 49%;
}
.gsdt-sreen-4 .pro-grpn2030 .item:nth-child(2n) {
	margin-right: 0;
}
.gsdt-sreen-4 .pro-grpn2030 .item:nth-child(3n) {
	margin-right: 2%;
}
.pro-gaishu .item .title {
	font-size: 32px;
}
.pro-grpn2030-banner {
	height: 400px;
}
.pro-grpn2030-banner .box .title {
	font-size: 32px;
}
.pro-grpn2030-banner .box .cont {
	font-size: 28px;
	line-height: 36px;
}
.pro-grpn2030 .item {
	width: 48%;
	margin-bottom: 30px;
}
.pro-grpn2030 .item .tt {
	font-size: 24px;
}
.pro-grv20 .item {
	width: 48%;
	margin-bottom: 30px;
}
.pro-grv20 .item .tt {
	font-size: 24px;
}
.pro-gro-banner-1 {
	min-height: 400px;
}
.pro-gro-banner-2 {
	min-height: 400px;
}
.pro-grv20-banner-1 .entitle {
	font-size: 20px;
}
.pro-grv20-banner-1 .title {
	font-size: 36px;
}
.pro-grv20-banner-1 .note {
	font-size: 30px;
}
.pro-grv20-banner-1 .cont {
	font-size: 24px;
	margin-top: 20px;
}
.pro-grv20-banner-1 .sycj {
	display: none;
}
.pro-grv20-banner-2 .entitle {
	font-size: 20px;
}
.pro-grv20-banner-2 .ttitle {
	font-size: 36px;
}
.pro-grv20-banner-2 .note {
	font-size: 30px;
}
.pro-grv20-banner-2 .cont {
	font-size: 24px;
	margin-top: 20px;
}
.pro-grv20-banner-3 .canshu {
	font-size: 100px;
}
.pro-gaishu-other .other .item {
	width: 48%;
	margin-bottom: 20px;
}
.pro-gaishu-other .other .item .tt {
	font-size: 20px;
}
.pro-gaishu-zhuanghuang .swiper-slide img {
	height: 50vh;
	object-fit: cover;
}
}
 @media (max-width: 767px) {
.ny-banner.pro-banner .banner-cont .banner-cont-box .entitle {
	font-size: 20px;
}
.ny-banner.pro-banner .banner-cont .banner-cont-box .title {
	font-size: 28px;
}
.ny-banner.pro-banner .banner-cont .banner-cont-box.banner-cont-box-center {
	padding-bottom: 120px !important;
}
.case-list.pro-list {
	line-height: 98px;
}
.case-list.pro-list .cate-item a {
	height: 98px;
}
.case-list.pro-list .cate-item a img {
	height: 30px;
}
.pro-dianti .pro-dianti-one .jscx-screen-sub .titlebox .entitle {
	color: #fff;
}
.pro-dianti .pro-dianti-one .jscx-screen-sub .titlebox .title {
	color: #fff;
}
.pro-dianti .screen-shuzi {
	display: none;
}
.pro-dianti .jscx-screen-sub {
	align-items: center!important;
}
.pro-dianti .jscx-screen-sub .titlebox {
	padding-bottom: 0;
}
.pro-dianti-one {
	background-position: center !important;
}
.pro-dianti-two {
	background-position: center !important;
}
.pro-dianti-three {
	background-position: 65% center !important;
}
.pro-dianti-four {
	background-position: center !important;
}
.pro-dianti-five {
	background-position: 65% center !important;
}
.pro-dianti-six {
	background-position: 30% center !important;
}
.pro-dianti-seven {
	background-position: 65% center !important;
}
.pro-dianti-eight {
	background-position: 50% center !important;
}
.pro-dianti .jscx-screen-sub .titlebox .entitle {
	line-height: 24px;
}
.pro-dianti .jscx-screen-sub .titlebox .title {
	font-size: 24px;
	line-height: 36px;
}
.pro-dianti .jscx-screen-sub .titlebox .title span {
	display: block;
	margin: 0;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box .entitle {
	color: #fff;
}
.gsdt-banner.ny-banner .banner-cont .banner-cont-box .title {
	color: #fff;
	font-weight: 700;
}
.pro-banner-read .banner-cont .banner-cont-box .subtitle {
	font-size: 16px;
	line-height: 30px;
}
.page-main-mb {
	padding: 30px;
	height: auto;
}
.page-main-mb .pro-rslist {
	width: 100%;
}
.page-main-mb .pro-rslist .title {
	border-right: 0;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
}
.page-main-mb .pro-rslist .title::after {
	right: 0;
}
.page-main-mb .pro-rs {
	width: 100%;
	margin-top: 20px;
	line-height: 40px;
}
.page-main-mb .pro-rs .bj-btn {
	float: right;
}
.gsdt-sreen-1 {
	background-position: 60% center !important;
}
.gsdt-sreen-1 .title {
	font-size: 32px;
}
.gsdt-sreen-1 .box .item {
	width: 100%;
	margin-bottom: 30px;
}
.gsdt-sreen-1 .box .item .tt {
	font-size: 24px;
}
.gsdt-sreen-1 .box .item .cc {
	font-size: 16px;
}
.gsdt-sreen-2 .video img {
	height: 50vh;
	object-fit: cover;
}
.gsdt-sreen-3 .gsdt-left {
	padding-top: 60px;
	width: 100%;
	height: 50vh;
}
.gsdt-sreen-3 .gsdt-left .box .tt {
	font-size: 36px;
}
.gsdt-sreen-3 .gsdt-left .box .cc {
	width: 100%;
	padding-right: 30px;
}
.gsdt-sreen-3 .gsdt-right {
	width: 100%;
}
.pro-gaishu-other {
	margin-top: 30px;
}
.pro-gaishu-other .title {
	font-size: 28px;
}
.gsdt-sreen-4 .pro-grpn2030 .item {
	margin-top: 20px;
}
.gsdt-sreen-4 .pro-grpn2030 .item {
	width: 100%;
	margin-right: 0 !important;
}
.zh-tab .about-zn-banner-prev {
	right: 40px;
}
.zh-tab .swiper-button {
	top: 30px;
	width: 30px;
	height: 30px;
}
.pro-gaishu .item {
	width: 100%;
	margin-top: 30px;
}
.pro-gaishu .item .title {
	font-size: 28px;
}
.pro-grpn2030 .item {
	width: 100%;
	margin-bottom: 30px;
}
.pro-grpn2030 .item .tt {
	font-size: 20px;
}
.pro-grv20 .item {
	width: 100%;
	margin-bottom: 30px;
}
.pro-grv20 .item .tt {
	font-size: 20px;
}
.pro-grpn2030-banner {
	height: 240px;
	background-position: left center;
}
.pro-grpn2030-banner .box {
	padding: 30px 0 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
.pro-grpn2030-banner .box .title {
	font-size: 28px;
	padding-left: 0;
}
.pro-grpn2030-banner .box .title::before {
	content: none;
}
.pro-grpn2030-banner .box .cont {
	font-size: 24px;
	line-height: 32px;
}
.pro-grpn2030-banner-2 .box .title {
	color: #fff;
}
.pro-grpn2030-banner-2 .box .cont {
	color: #fff;
}
.pro-gro-banner-1 {
	min-height: 240px;
}
.pro-gro-banner-2 {
	min-height: 240px;
}
.pro-grv20-banner-1 .box {
	padding: 30px;
}
.pro-grv20-banner-1 .entitle {
	font-size: 14px;
}
.pro-grv20-banner-1 .title {
	font-size: 24px;
}
.pro-grv20-banner-1 .note {
	font-size: 20px;
}
.pro-grv20-banner-1 .cont {
	font-size: 18px;
	margin-top: 10px;
	line-height: 24px;
}
.pro-grv20-banner-2 .box {
	padding: 30px;
}
.pro-grv20-banner-2 .entitle {
	font-size: 14px;
}
.pro-grv20-banner-2 .ttitle {
	font-size: 24px;
}
.pro-grv20-banner-2 .note {
	font-size: 20px;
}
.pro-grv20-banner-2 .cont {
	font-size: 18px;
	margin-top: 10px;
	line-height: 24px;
}
.pro-gro-banner-2 {
	margin-top: 30px;
}
.pro-grv20-banner-3 .canshu {
	font-size: 64px;
}
.pro-gaishu-other .other .item .tt {
	font-size: 16px;
}
.pro-shv-4 .titlebox .item .tt {
	font-size: 20px;
}
.pro-shv-4 .bg {
	width: 100%;
	margin-top: 100px;
}
.pro-shv-4 .bg img.bg-pic {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.pro-shv-4 .bg .pics {
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.pro-shv-4 .bg .pics .pic {
	width: calc(50% - 20px);
	border: 10px solid #fff;
}
.pro-shv-4 .bg .pics .pic + .pic {
	margin: 0;
	margin-left: 10px;
}
}
 @media (max-width: 575px) {
.ny-banner.pro-banner .banner-cont .banner-cont-box .entitle {
	font-size: 14px;
	line-height: 24px;
}
.ny-banner.pro-banner .banner-cont .banner-cont-box .title {
	font-size: 24px;
	line-height: 36px;
}
}
.lititingche-pdx-rh {
}
.lititingche-pdx-rh .title {
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	color: #333;
}
.lititingche-pdx-rh .subtitle {
	text-align: center;
	font-size: 48px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}
.lititingche-pdx-rh .tt {
	font-size: 48px;
	color: #004DA0;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}
.lititingche-pdx-rh .cont {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.lititingche-pdx-rh .cont img {
	width: 100%;
	height: auto;
}
.pro-rs-lititingche {
}
.lititingche-title {
	position: relative;
	padding-left: 30px;
	line-height: 60px;
	margin-bottom: 60px;
}
.lititingche-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10%;
	width: 5px;
	height: 80%;
	background-color: #004DA0;
	background: linear-gradient(#299ed5, #02509b);
}
.lititingche-title .title {
	font-size: 48px;
	font-weight: 700;
	color: #333;
}
.lititingche-title .subtitle {
	font-size: 48px;
	font-weight: 300;
	color: #333;
}
.lititingche-note {
	font-size: 28px;
	color: #333;
	line-height: 36px;
	margin-bottom: 40px;
}
.lititingche-tese {
	background: url(../images/pro-lititingche-bg.jpg) no-repeat center / cover;
	min-height: 745px;
	width: 100%;
	margin-bottom: 60px;
}
.lititingche-tese .teselist {
	padding: 120px;
	min-height: 745px;
}
.lititingche-tese .teselist .item {
	color: #fff;
	padding: 30px;
}
.lititingche-tese .teselist .item .num {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	font-style: italic;
}
.lititingche-tese .teselist .item .tt {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}
.lititingche-tese .teselist .item .cont {
	font-size: 14px;
	text-align: center;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}
.lititingche-cont {
	text-align: left;
}
.lititingche-cont img {
	max-width: 100%;
}
.lititingche-jiegou {
	margin-bottom: 60px;
}
/*插入代码*/

.lititingche-daima {
	margin-bottom: 60px;
}
.lititingche-daima .num {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	font-style: italic;
	color: #004DA0;
}
.lititingche-daima .tt {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #333;
}



/*立体停车设备-media*/

@media (max-width: 1659px) {
}
 @media (max-width: 1399px) {
.lititingche-title .title {
	font-size: 42px;
}
.lititingche-title .subtitle {
	font-size: 42px;
}
.lititingche-pdx-rh .title {
	font-size: 42px;
}
.lititingche-pdx-rh .subtitle {
	font-size: 42px;
}
.lititingche-pdx-rh .tt {
	font-size: 42px;
}
}
 @media (max-width: 1199px) {
.lititingche-title .title {
	font-size: 36px;
}
.lititingche-title .subtitle {
	font-size: 36px;
}
.lititingche-pdx-rh .title {
	font-size: 36px;
}
.lititingche-pdx-rh .subtitle {
	font-size: 36px;
}
.lititingche-pdx-rh .tt {
	font-size: 36px;
}
}
 @media (max-width: 991px) {
.lititingche-title .title {
	font-size: 32px;
	line-height: 42px;
}
.lititingche-title .subtitle {
	font-size: 32px;
	line-height: 42px;
}
.lititingche-tese {
	min-height: 500px;
}
.lititingche-tese .teselist {
	padding: 30px;
	min-height: 500px;
}
.lititingche-tese .teselist .item {
	padding: 15px;
}
.lititingche-note {
	font-size: 24px;
}
.lititingche-daima .tt {
	font-size: 24px;
}
.lititingche-pdx-rh .title {
	font-size: 32px;
}
.lititingche-pdx-rh .subtitle {
	font-size: 32px;
}
.lititingche-pdx-rh .tt {
	font-size: 32px;
}
}
 @media (max-width: 767px) {
.pro-rs-one {
}
.page-main-mb .pro-rs.pro-rs-one .bj-btn {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.page-main-mb .pro-rs.pro-rs-one .bj-btn a {
	width: 100%;
}
.lititingche-title .title {
	font-size: 24px;
	line-height: 36px;
}
.lititingche-title .subtitle {
	font-size: 24px;
	line-height: 36px;
}
.lititingche-tese .teselist {
	padding: 30px 15px;
}
.lititingche-tese .teselist .item .tt {
	font-size: 18px;
}
.lititingche-note {
	font-size: 18px;
}
.lititingche-daima .tt {
	font-size: 18px;
}
.lititingche-pdx-rh .title {
	font-size: 28px;
}
.lititingche-pdx-rh .subtitle {
	font-size: 28px;
}
.lititingche-pdx-rh .tt {
	font-size: 28px;
}
}
 @media (max-width: 575px) {
}
/*更新改造*/

.pro-gaizao {
	padding-left: 0;
}
.pro-gaizao-catelist {
}
.pro-gaizao-catelist .item {
	line-height: 98px;
}
.pro-gaizao-catelist .item a {
	display: block;
	font-size: 28px;
	color: #666;
	padding: 0 30px;
}
.pro-gaizao-catelist .item a:hover {
	color: #fff;
	background-color: #004DA0;
}
.pro-gaizao-catelist .item a.active {
	color: #fff;
	background-color: #004DA0;
}
.pro-gaizao-note {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}
.pro-gaizao-pic {
	margin-bottom: 60px;
}
.pro-gaizao-pic img {
	max-width: 100%;
}
.pro-gaizao-read {
	margin-top: 100px;
}
.pro-gaizao-tese {
}
.pro-gaizao-tese .item {
}
.pro-gaizao-tese .item .title {
	font-size: 28px;
	font-weight: 700;
	color: #004DA0; /* text-align: center; */
}
.pro-gaizao-tese .item .cont {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 30px;
}
.pro-gaizao-youshi {
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
}
.gaizao-title {
	font-size: 28px;
	color: #004DA0;
	font-weight: 700;
}
.youshi-list {
	margin-top: 40px;
}
.youshi-list .item {
	margin-top: 30px;
}
.youshi-list .item .tt {
	font-size: 20px;
	font-weight: 500;
	color: #004DA0;
	position: relative;
	padding-left: 30px;
	z-index: 2;
}
.youshi-list .item .num {
	font-size: 108px;
	color: #eee;
	font-weight: 700;
	position: relative;
	margin-top: -95px;
	z-index: 1;
}
.youshi-list .item .cc {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.gaizao-ruhu {
	margin-top: 60px;
}
.gaizao-ruhu .tt {
	font-size: 20px;
	color: #004DA0;
	font-weight: 500;
	margin-top: 30px;
}
.gaizao-ruhu .pic {
	margin-top: 30px;
}
.gaizao-ruhu .pic img {
	max-width: 100%;
}
.gaizao-jielian {
	margin-top: 60px;
}
.gaizao-jielian .jielian-box {
	margin-top: 60px;
}
.gaizao-jielian .jielian-box .box {
}
.gaizao-jielian .jielian-box .box .tt {
	font-size: 20px;
	color: #004DA0;
	font-weight: 500;
}
.gaizao-jielian .jielian-box .box .pic img {
	max-width: 100%;
}
/*自动扶梯/自动人行道*/

.pro-futi-catelist .item a {
	color: #004DA0;
}
.futi-system {
	background: url(../images/futi-system-bg.jpg) no-repeat center / cover;
	width: 100%;
	min-height: 1280px;
}
.futi-system-box {
	min-height: 1280px;
}
.futi-system-box .system-cont {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 200px;
}
.futi-system-box .system-cont .title {
	position: relative;
	padding-left: 30px;
	font-size: 48px;
	color: #333;
	font-weight: 700;
}
.futi-system-box .system-cont .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10%;
	width: 5px;
	height: 80%;
	background-color: #004DA0;
	background: linear-gradient(#299ed5, #02509b);
}
.futi-system-box .system-cont .cont {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	width: 30%;
	margin-top: 30px;
}
.futi-system-aq-list {
	position: relative;
}
.futi-system-aq-list .zibox {
	position: absolute;
	bottom: 30px;
	right: 0;
	padding-left: 60px;
	width: 33%;
	font-size: 120px;
	color: #ddd;
	font-weight: 700;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list .item {
	margin-top: 30px;
	width: 33.33%;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list .item .pic img {
	width: 100%;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list.futi-fangan-install-list .item {
	padding: 0;
	width: 30%;
	margin-right: 5%;
	position: relative;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list.futi-fangan-install-list .item::before {
	content: '';
	position: absolute;
	right: -8%;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list.futi-fangan-install-list .item:nth-child(3n) {
	margin-right: 0;
}
.futi-fangan-catelist-box {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.futi-fangan-catelist {
	background-color: #f3f4f4;
	line-height: 98px;
	min-width: 700px;
}
.futi-fangan-catelist a {
	display: block;
	width: 20%;
	color: #808080;
	font-size: 28px;
	text-align: center;
	position: relative;
}
.futi-fangan-catelist a + a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background-color: #ddd;
}
.futi-fangan-catelist a:hover {
	color: #fff;
	background-color: #004DA0;
}
.futi-fangan-catelist a:hover::after {
	background-color: #004DA0;
}
.futi-fangan-catelist a.active {
	color: #fff;
	background-color: #004DA0;
}
.futi-fangan-catelist a.active::after {
	background-color: #004DA0;
}
.futi-fangan-banner {
	width: 100%;
	min-height: 745px;
	margin-top: 60px;
	position: relative;
}
.futi-fangan-banner .banner-box {
	padding: 60px;
}
.futi-fangan-banner .title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
}
.futi-fangan-banner .subtitle {
	color: #fff;
	font-size: 38px;
	font-weight: 300;
}
.futi-fangan-banner .note {
	color: #fff;
	font-size: 16px;
	width: 100%;
	max-width: 370px;
	margin-top: 30px;
}
.futi-fangan-banner .tedian {
	position: absolute;
	left: 60px;
	bottom: 60px;
	color: #fff;
	font-size: 28px;
}
.futi-fangan-canshu-title {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	margin-top: 60px;
}
.futi-fangan-canshu-cont {
	margin-top: 40px;
}
.futi-fangan-canshu-cont img {
	max-width: 100%;
}



/*自动扶梯/自动人行道-media*/

@media (max-width: 1659px) {
.futi-system {
	min-height: 1000px;
}
.futi-system-box {
	min-height: 1000px;
}
.futi-system-box .system-cont {
	padding: 180px 30px 0;
}
}
 @media (max-width: 1399px) {
.futi-system {
	min-height: 800px;
}
.futi-system-box {
	min-height: 800px;
}
.futi-system-box .system-cont .title {
	font-size: 42px;
}
}
 @media (max-width: 1199px) {
.futi-system {
	min-height: 600px;
}
.futi-system-box {
	min-height: 600px;
}
.futi-system-aq-list .zibox {
	font-size: 60px;
}
.futi-system-box .system-cont {
	padding-top: 100px;
}
.futi-system-box .system-cont .title {
	font-size: 36px;
}
.futi-fangan-banner {
	min-height: 600px;
}
}
 @media (max-width: 991px) {
.pro-gaizao {
	padding: 0;
	height: auto;
}
.pro-gaizao-catelist {
	width: 100%;
}
.pro-gaizao-catelist .item {
	width: 33.33%;
}
.pro-gaizao-catelist .item a {
	font-size: 20px;
}
.page-main-mb.pro-gaizao .pro-rs {
	display: none;
}
.pro-gaizao-read {
	margin: 0;
}
.futi-system-box .system-cont .cont {
	width: 60%;
}
.futi-system-box .system-cont .title {
	font-size: 32px;
}
.futi-system-box .system-cont {
	padding-top: 60px;
}
.futi-fangan-catelist a {
	font-size: 24px;
}
.futi-fangan-banner {
	min-height: 500px;
}
}
 @media (max-width: 767px) {
.pro-gaizao-catelist .item {
	width: 100%;
}
.pro-gaizao-catelist .item +.item {
	border-top: 1px solid #ddd;
}
.pro-gaizao-catelist .item a {
	font-size: 20px;
}
.pro-gaizao-tese .item {
	margin-bottom: 30px;
}
.futi-system {
	background-position: 40% center;
}
.futi-system-box .system-cont {
	padding-top: 0px;
}
.futi-system-box .system-cont .title {
	font-size: 28px;
}
.futi-system-box .system-cont .cont {
	width: 80%;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list .item {
	width: 100%;
}
.futi-system-aq-list .zibox {
	display: none;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list.futi-fangan-install-list .item {
	width: 100%;
	margin-right: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.futi-system-aq .pro-grpn2030.futi-system-aq-list.futi-fangan-install-list .item::before {
	content: none;
}
.futi-fangan-banner {
	min-height: 360px;
	background-position: 20% center;
}
.futi-fangan-banner .banner-box {
	padding: 30px;
	padding-bottom: 60px;
}
.futi-fangan-banner .title {
	font-size: 28px;
}
.futi-fangan-banner .subtitle {
	font-size: 20px;
}
.futi-fangan-banner .note {
	margin-bottom: 30px;
}
.futi-fangan-banner .tedian {
	left: 30px;
	right: 30px;
	bottom: 30px;
	font-size: 20px;
}
}
 @media (max-width: 575px) {
}
