@charset "utf-8";
/*全局控制*/
@import url('https://fonts.font.im/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	font-family: 'Barlow', "微软雅黑";
	-webkit-text-size-adjust: none;
	color: #333;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 16px;
	line-height: 16px;
	font-family: 'Barlow', "微软雅黑";
}

img {
	border: 0;
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #123079
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.dis {
	display: block;
}

.undis {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fb {
	font-weight: bold;
}

.fnb {
	font-weight: 200;
	margin-left: -1px;
}

.hr_1,
.hr_10 {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	background: #ddd;
}

.hr_1 {
	height: 1px;
}

.hr_10 {
	height: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

table {
	border-color: #aaa;
	border-spacing: 0;
	border: 1px;
	border-collapse: collapse;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table,
th,
td {
	padding: 12px 10px;
	line-height: 30px;
	padding-left: 40px;
	border: 1px solid #f0f0f0;
	text-align: left;
}

.navbar {
	height: 82px;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	backdrop-filter: blur(1.25rem);
	background: rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	/* border-bottom: 1px solid #00000024; */
	font-family: 'SourceHanSansCN-Normal';
}

/* logo默认隐藏b图 */
.navbar .navbar-logo-b {
	display: none;
}

.navbar .navbar-tel-b {
	display: none;
}

/* 导航栏容器，居中布局 */
.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	/* 让容器高度继承导航栏，保证垂直居中 */
	/* width: calc( 100% - 80px); */
	max-width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	padding-right: 40px;
}

/* 导航菜单 */
.navbar-menu {
	display: flex;
	list-style: none;
}

.navbar-menu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 82px;
	display: block;
	transition: color 0.2s ease;
	/* 加过渡动画 */
}

.navbar-menu li {
	/* margin-right: 60px; */
	position: relative;
	/* 为二级菜单定位做准备 */
	padding: 0 42px 0 42px;
}

.navbar-menu li:nth-last-child(1) {
	margin-right: 0;
}

.navbar-menu a:hover {
	color: #fff;
}

.navbar-menu li p a:hover {
	color: #fff;
	background: #123079;
}

/* 滚动后的导航栏样式 - 白色背景 */
.navbar.scrolled {
	background: #fff;
	/* 滚动后白色背景 */
	color: #000;
	/* 滚动后黑色文字 */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* 加轻微阴影 */
	height: 70px;
}

.navbar.scrolled .navbar-logo-a {
	display: none;
}

.navbar.scrolled .navbar-logo-b {
	display: block;
}

.navbar.scrolled .navbar-tel-a {
	display: none;
}

.navbar.scrolled .navbar-tel-b {
	display: block;
}

.navbar.scrolled .navbar-menu a:hover {
	color: #666;
}

.navbar.scrolled .navbar-tel dt a {
	background: #123079;
}

.navbar.scrolled .navbar-tel dd {
	font-weight: bold;
	color: #333;
}

.navbar.scrolled .navbar-menu a {
	line-height: 70px;
	/* 滚动后行高适配 */
}

/* 品牌logo样式 */
.navbar-logo {
	background: #123079;
	height: 82px;
	padding: 0 20px;
}

.navbar-logo img {
	max-width: 100%;
	display: block;
	/* 消除图片底部空白 */
	width: 240px;
	margin-top: 30px;
}

/* 联系我们样式 */

.sousuo {
	height: 42px;
	box-sizing: border-box;
	float: right;
	position: relative;
	width: 200px;
	/* border: 1px solid #cccccc; */
	border-radius: 30px;
	margin-right: 25px;
	background: hsl(0deg 0% 0% / 20%);
}

.input_text {
	box-sizing: border-box;
	display: block;
	width: 140px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	background: none;
	float: left;
	border: none;
	padding-left: 20px;
}

.btn_search {
	float: right;
	height: 42px;
	line-height: 42px;
	background: url(../images/fdj.png) left no-repeat;
	overflow: hidden;
	outline: none;
	color: #fff;
	width: 50px;
	transition: .4s;
	border: none;
}

.navbar-tel {
	display: flex;
	align-items: center;
}

.navbar-tel dt {
	float: left;
}

.navbar-tel dt a {
	display: block;
	background:#9c070d;
	border-radius: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	transition: all .4s;
	line-height: 42px;
	position: relative;
	z-index: 2;
	height: 42px;
	width: 150px;
	text-decoration: none;
}

.navbar-tel dt a img {
	width: 22px;
	padding-top: 10px;
	float: left;
	padding-left: 23px;
	padding-right: 10px;
}

.navbar-tel dd p {
	float: left;
	line-height: 26px;
	font-size: 16px;
	padding-left: 5px;
	color: #fff;
}

.globe-icon {
	width: 25px;
	height: 25px;
	animation: rotate-globe 8s linear infinite;
	float: left;
}

@keyframes rotate-globe {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.navbar-tel dt a::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: #123079;
	border-radius: 6px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-tel dt a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.navbar-tel dd {
	float: right;
	font-size: 19px;
	line-height: 20px;
	padding-left: 15px;
	font-weight: 500;
	display: flex;
	/* 电话和图标对齐 */
	align-items: center;
}

.navbar-tel dd img {
	width: 35px;
	padding-left: 15px;
	display: block;
	box-sizing: border-box;
}

/* 二级菜单核心样式 */
.ejdh {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	/* 固定定位，跟随导航栏 */
	top: 88px;
	/* 对应导航栏初始高度 */
	left: 0;
	width: 100%;
	background: #fff;
	/* 白色背景保证可读性 */
	padding: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 998;
	/* 低于导航栏 */
	transition: top 0.2s ease;
	/* 跟随导航栏高度变化动画 */
}

/* 滚动后二级菜单top值适配导航栏高度 */
.navbar.scrolled~.ejdh {
	top: 70px;
}

.navbar-menu li p {
	position: absolute;
	text-overflow: ellipsis;
	background: rgb(0 0 0 / 40%);
	width: 175px;
	text-align: center;
	margin-left: -60px;
	display: none;
	border-bottom: 2px solid #183884;
	padding: 9px 0;
}

.navbar-menu li p a {
	line-height: normal;
	font-size: 16px;
	padding: 12px 20px;
	color: #fff;
}

.navbar-menu li:hover p {
	display: block;
}

/* 二级菜单内部样式 */
.container {
	display: flex;
	width: 1200px;
	margin: 50px auto;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 左侧分类栏样式 */
.category-list {
	width: 200px;
	background-color: #f8f9fa;
	border-right: 1px solid #eee;
}

.category-item {
	padding: 15px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
	border-bottom: 1px solid #eee;
}

.category-item:hover {
	background-color: #e9ecef;
}

.category-item.active {
	background-color: #eb0000;
	color: white;
}

/* 右侧产品展示区样式 */
.product-area {
	flex: 1;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}

.product-item {
	display: none;
	/* 默认隐藏所有产品 */
	text-align: center;
}

.product-item.active {
	display: block;
	/* 激活的产品显示 */
}

.product-img {
	width: 300px;
	height: 200px;
	object-fit: cover;
	margin-bottom: 20px;
	border-radius: 8px;
}

.product-name {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.product-desc {
	color: #666;
	line-height: 1.6;
}



.mainbox {
	width: calc(100% - 200px);
	max-width: 1720px;
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.mainbox1 {
	width: calc(100% - 300px);
	max-width: 1620px;
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nymainbox {
	width: calc(100% - 200px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.hsbj {
	width: 100%;
	background: #f4f4f4;
	padding: 60px 0;
}

.hsbg {
	width: 100%;
	background: #f8f8f8;
}

.qianhui {
	width: 100%;
	background: #f8f8f8;
	padding: 60px 0;
}

.sy_xuanze {
	background: #f4f4f4;
	margin-top: 80px;
}

/*首页科技服务*/
.sykjfw {
	width: 100%;
	height: 650px;
	background: url(../images/sykjfwbg.jpg) center bottom no-repeat;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.sykjfw .waves {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.sykjfw .waves canvas {
	display: block;
}

.sykjfw_n {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sykjfw_n * {
	transition: all 0.5s ease;
}

.sykjfw_n div {
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 9;
}

.sykjfw_n div:before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	background: #123079;
	transition: all 0.8s ease;
}

.sykjfw_n div:nth-child(1):before {
	right: 0;
}

.sykjfw_n div:nth-child(2):before {
	left: 0;
}

.sykjfw_n div.on:before {
	width: 100%;
}

.sykjfw_n div h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 2
}

.sykjfw_n div p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 50px;
	position: relative;
	z-index: 2
}

.sykjfw_n div a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px #fff solid;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2
}

.topright {
	float: right;
}

.toptel {
	float: right;
	padding-left: 25px;
	margin-top: 25px;
	margin-left: 20px;
	line-height: 20px;
	background: url(../images/toprighttel.png) left center no-repeat;
	position: relative;
	z-index: 999;
}

.toptel span {
	font-size: 14px;
	color: #fff;
}

.toptel h3 {
	font-size: 24px;
	font-weight: 600;
	color: #123079;
}

.hd_search {
	position: relative;
	width: 28px;
	height: 28px;
	margin-top: 20px;
	float: left;
}

.hd_search .hd_search_form {
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	border: 1px #eee solid;
	transition: all .5s ease;
	border-radius: 24px;
}

.hd_search_btn {
	width: 26px;
	height: 26px;
	float: right;
	padding: 0;
	display: block;
	cursor: pointer;
	border: none;
	color: #5c5c5c;
}

.hd_search_box {
	line-height: 26px;
	font-size: 14px;
	width: 0;
	height: 26px;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 2;
	margin: 0;
	border: none;
	transition: all .5s ease;
}

.hd_search:hover .hd_search_form {
	width: 200px;
}

.hd_search:hover .hd_search_box {
	width: 160px;
}

.hd_search .topfadz {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #fff url(../images/topsearch.png) center center no-repeat;
}



.cpld {
	min-width: 750px;
}

.cpld ul li {
	width: 160px;
	float: left;
	margin-right: 10px;
	border: 1px #eee solid;
	border-radius: 3px;
	padding: 20px;
	height: 240px;
}

.cpld ul li h4 {
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	width: 100%;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #cc0000;
	text-align: center;
	margin: 30px auto;
	border-radius: 100%;
}

.cpld ul li p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	width: 100% !important;
	text-align: center;
}


.sybgsp {
	max-width: 1920px;
}

.yuyan {
	float: right;
	margin-left: 20px;
	height: 90px;
	line-height: 90px;
	position: relative;
}

.yuyan h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.yuyan h3 i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	background: #aaa url(../images/language_icon_2.gif) no-repeat center center;
	background-size: cover;
	margin-right: 6px;
	margin-top: -3px
}

.yuyan ul {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	z-index: 999;
	text-align: center;
	overflow: hidden;
	height: 0;
	transition: all .5s ease;
}

.yuyan ul li {
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px #eee solid;
	position: relative;
	transition: all .5s ease;
	z-index: 999;
}

.yuyan ul li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 1px;
	margin-left: 0;
	width: 0;
	height: 2px;
	background: #123079;
	transition: all .5s ease;
}

.yuyan ul li:hover:after {
	width: 60px;
	margin-left: -30px;
}

.yuyan:hover ul {
	display: block;
	height: 100px;
}


.five {
	overflow: hidden;
	padding: 70px 0;
}

.five01 {
	margin-top: 50px;
	width: 21%;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	margin: 0 2%;
}

.five01 dl {
	width: 100%;
}

.five01 dl dt {
	width: 100%;
	line-height: 0;
}

.five01 dl dt img {
	max-width: 100%;
	display: block;
}

.five01 dl dd {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
}

.five01 dl dd em {
	background: #c00;
	display: block;
	width: 86px;
	height: 86px;
	margin: -35px auto 0;
	border-radius: 50%;
	overflow: hidden;
	padding: 13px;
	box-sizing: border-box;
}

.five01.five_right dl dd em {
	background: #f7c000
}

.five01 dl dd em img {
	width: 60px;
	height: 60px;
}

.five01 dl dd h5 {
	font-size: 18px;
	color: #333;
	padding: 8px 0 0;
}

.five_m {
	width: 185px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31, 51, 154, 0.9);
	text-align: center;
	padding: 0 25px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	transition: height .5s;
	-moz-transition: height .5s;
	/* Firefox 4 */
	-webkit-transition: height .5s;
	/* Safari and Chrome */
	-o-transition: height .5s;
	/* Opera */
}

.five_m p {
	padding: 60px 0 0;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}

.five01:hover .five_m,
.five01.cur .five_m {
	height: 304px;
}

.five01:hover,
.five01.cur {
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
}

.five_left dl dt,
.five_left dl dt img,
.five_left .five_m {
	border-radius: 20px 0;
}

.five_right dl dt,
.five_right dl dt img,
.five_right .five_m {
	border-radius: 0 20px;
}

.five .nobor {
	margin-right: 0;
}

.sygcfwt {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.sygcfwt ul {
	width: 9999px;
	white-space: nowrap;
	overflow: hidden;
}

.sygcfwt ul:nth-child(1) {
	-webkit-animation: 120s rowleft linear infinite normal;
	animation: 120s rowleft linear infinite normal;
}

.sygcfwt ul:nth-child(2) {
	-webkit-animation: 160s rowleft linear infinite normal;
	animation: 160s rowleft linear infinite normal;
}

.sygcfwt ul:nth-child(3) {
	-webkit-animation: 140s rowleft linear infinite normal;
	animation: 140s rowleft linear infinite normal;
}

.sygcfwt ul li {
	float: left;
	height: 200px;
	opacity: 0.3;
	transition: all .5s ease;
}

.sygcfwt ul li img {
	height: 100%;
}

.sygcfwt ul li:hover {
	opacity: 1;
}

.sygcfwt ul li:nth-child(even) {
	left: 100%;
}

.sygcfwt ul:nth-child(even) {
	-webkit-animation: 160s rowleft linear infinite normal;
	animation: 160s rowleft linear infinite normal;
}


@keyframes rowleft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
}

.syabout_box {
	width: 100%;
	background: #f9f9f9;
	padding: 80px 0;
	position: relative;
}

.syabout {
	width: calc(100% - 200px);
	max-width: 1720px;
	min-height: 610px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.syabout_l {
	float: left;
	width: 50%;
	background: url(../images/syaboutimg.jpg) center center no-repeat;
	background-size: cover;
	height: 760px;
}

.syabout_r {
	float: right;
	width: calc(50% - 200px);
	margin-right: 100px;
	position: relative;
	min-height: 450px;
}

.syabout_r h3 {
	font-size: 60px;
	color: #123079;
	text-transform: uppercase;
	line-height: 80px;
}

.syabout_r h4 {
	font-size: 30px;
	color: #333;
}

.syabout_r p {
	font-size: 16px;
	color: #888;
	line-height: 36px;
	text-align: justify
}

.syabout_r p:hover {
	color: #666;
}

.syabout_r_a {
	font-size: 24px;
	color: #123079;
	text-transform: uppercase;
}

.syabout_list {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	height: 30px;
	box-sizing: border-box;
	position: relative;
}

.syabout_list ul {
	width: 100%;
	padding: 80px;
	background: #123079;
	height: 230px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -115px;
	z-index: 9;
	box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
}

.syabout_list li {
	float: left;
	width: 25%;
}

.syabout_list li h3 {
	float: left;
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	font-family: Arial
}

.syabout_list li h4 {
	float: left;
	margin-left: 10px;
	font-weight: normal;
}

.syabout_list li h4 b {
	font-size: 24px;
	color: #fff;
	display: block;
	font-weight: normal;
}

.syabout_list li h4 span {
	font-size: 18px;
	color: #fff;
}

.mr_frUl {
	width: 100%;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.mr_frBtnL {
	margin: 0;
	cursor: pointer;
	background: #123079;
	position: absolute;
	top: -100px;
	right: 50px;
	width: 30px;
	height: 30px;
	z-index: 9;
	border-radius: 4px;
	transition: all .3s;
}

.mr_frBtnR {
	margin: 0;
	cursor: pointer;
	background: #123079;
	position: absolute;
	top: -100px;
	right: 0;
	width: 30px;
	height: 30px;
	z-index: 9;
	border-radius: 4px;
	transition: all .3s;
}

.mr_frBtnbg {
	background: #123079 !important;
}

.syyoushi {
	background: #eee;
	padding: 80px 0;
	position: relative;
	z-index: 10;
}

.syyoushi_title {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.syyoushi_title h3 {
	font-size: 36px;
	color: #123079;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: normal
}

.syyoushi_title h4 {
	font-size: 30px;
	color: #333;
	float: left;
	margin-right: 50px;
	line-height: 40px;
	font-weight: normal
}

.syyoushi_list {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.syyoushi_list ul {
	width: 100%
}

.syyoushi_list ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
	height: 500px;
	background: #f5f6f7;
	position: relative;
	padding: 70px 20px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.1);
}

.syyoushi_list ul li h4 {
	font-size: 50px;
	color: #aaa;
	margin-bottom: 50px;
}

.syyoushi_list ul li h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	line-height: 60px;
	font-weight: normal
}

.syyoushi_list ul li p {
	font-size: 16px;
	color: #888;
	margin-bottom: 35px;
}

.syyoushi_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 80px;
	width: 100px;
	height: 100px;
	background: #aaa;
	display: inline-block;
}

.syyoushi_list ul li:hover {
	box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
}

.syyoushi_list ul li:hover i {
	background: #123079;
}


.syyoushi_list ul li:hover p {
	color: #ddd;
}

.syyoushi_list ul li:hover h3 {
	color: #fff;
}

.syyoushi_list ul li:hover h4 {
	color: #ddd;
}

.syyoushi_list ul li:hover {
	background: url(../images/jz1.jpg) no-repeat center;
}

.syyoushi_list ul li:nth-child(2):hover {
	background: url(../images/jz2.jpg) no-repeat center;
}

.syyoushi_list ul li:nth-child(3):hover {
	background: url(../images/jz3.jpg) no-repeat center;
}

.syyoushi_list ul li:nth-child(4):hover {
	background: url(../images/jz4.jpg) no-repeat center;
}



.baxiangfuwu {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.baxiangfuwu-l {
	float: left;
	width: 28%;
}

.baxiangfuwu-l ul li {
	padding: 0 0 0 80px;
	cursor: pointer;
	position: relative;
	color: #333;
	line-height: 100px;
	height: 100px;
	font-size: 18px;
	transition: all 0.5s ease;
	background: #ddd;
	margin-bottom: 10px;
}

.baxiangfuwu-l ul li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0px;
	width: 0;
	height: 100px;
	background: #e60012;
	transition: all 0.5s ease;
}

.baxiangfuwu-l ul li.on {
	font-size: 19px;
	color: #cc0000;
	background: #eee;
}

.baxiangfuwu-l ul li.on:before {
	width: 5px;
}

.baxiangfuwu-l ul li span {
	font-size: 18px;
	transition: all 0.5s ease;
	margin-right: 50px;
	font-family: "微软雅黑 light";
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	float: right;
}

.baxiangfuwu-r {
	float: left;
	width: 72%;
	position: relative;
}

.baxiangfuwu-l ul li.on span {
	color: #e60012;
}

.baxiangfuwu-r ul li {
	opacity: 0;
	z-index: 1;
	position: absolute;
	transition: all 0.5s ease;
	width: 100%;
}

.baxiangfuwu-r ul li.on {
	opacity: 1;
	z-index: 9;
}

.baxiangfuwu-r ul li .baxiangfuwu-rl {
	background: rgba(0, 0, 0, 0.5);
	width: 500px;
	height: 320px;
	box-sizing: border-box;
	padding: 40px;
	position: relative;
	z-index: 9;
}

.baxiangfuwu-r ul li .baxiangfuwu-rl h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 24px;
	padding-left: 15px;
	line-height: 35px;
	width: 150px;
	background: #cc0000;
	border-radius: 15px;
}

.baxiangfuwu-r ul li .baxiangfuwu-rl h4 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
}

.baxiangfuwu-r ul li .baxiangfuwu-rl p {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.baxiangfuwu-r ul li .baxiangfuwu-rb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.baxiangfuwu-r ul li .baxiangfuwu-rb img {
	position: absolute;
	left: 0;
	height: 320px;
	transition: all 0.5s ease;
}

.baxiangfuwu-r ul li.on .baxiangfuwu-rb img {
	left: 0;
}


/*首页产品领域*/
.sypro{ width:100%; box-sizing:border-box;  text-align:center; position:relative;  }

.sycpyySwiper{position:absolute !important;z-index:9;left:0;right:0;bottom:0;height:140px;background: rgb(18 48 121 / 50%);}
.sycpyySwiper ul{ display:flex; justify-content:space-between; height: 100%;}
.sycpyySwiper ul *{transition: all 0.5s ease;}
.sycpyySwiper ul li{ display:flex; flex-direction: row; justify-content:center; align-items:center; color:#fff; flex:1; }
.sycpyySwiper ul li div{ text-align:left; }
.sycpyySwiper ul li h3{font-weight:normal;font-size: 18px;margin-bottom: 8px;line-height: 18px;}
.sycpyySwiper ul li h3 a{color:#fff;}
.sycpyySwiper ul li p{opacity:0.3;font-size:14px;line-height: 12px;}
.sycpyySwiper ul li.on{background-color: #123079;flex-direction:column;margin-top:-50px;}
.sycpyySwiper ul li.on div{ text-align:center; }

.sycpyySwiper2 .swiper-wrapper{ line-height:0; }
.sycpyySwiper2 .swiper-slide img{ max-width:100%; line-height:0; }
.sycpyySwiper2 .swiper-slide .sycpyytext{
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: left;
  line-height: 1.75;
}
.sycpyySwiper2 .swiper-slide .sycpyytext h4{ width:77px; height:63px; background:url(../images/sycpyytexth4icon.png) top left no-repeat; margin-bottom:15px; }
.sycpyySwiper2 .swiper-slide .sycpyytext h3{font-size: 48px;color:#fff;margin-bottom:15px;}
.sycpyySwiper2 .swiper-slide .sycpyytext p{font-size: 18px;color:#fff;margin-bottom: 50px;margin-top: 20px;line-height: 43px;}
.sycpyySwiper2 .swiper-slide .sycpyytext a{display:inline-block;width: 150px;/* height:40px; */line-height: 48px;border:1px #fff solid;text-align:center;font-size: 18px;color:#fff;border-radius: 100px;}
.sycpyySwiper2 .swiper-slide .sycpyytext a:hover{border: 1px #123079 solid; background: #123079;}


.footlianxi{width:100%;height:360px;display:flex;flex-direction:column;align-items:center;justify-content: center;background: url(../images/footlianxibg.jpg) #000 center center no-repeat;}
.footlianxi h3{font-size: 42px;color:#fff;margin-bottom:30px;}
.footlianxi p{font-size: 16px;text-transform: uppercase;color:#fff;margin-bottom:30px;}
.footlianxi h4{ text-align:center; font-weight:normal; }
.footlianxi h4 a{display:inline-block;width:160px;height:46px;text-align:center;line-height:46px;font-size: 18px;color:#fff;margin:0 20px;border:1px #fff solid; border-radius: 30px;}
.footlianxi h4 a.footlianxia{ background:#fff; color:#333; }
.footlianxi h4 a:hover{ background: #9c070d; border:1px #9c070d solid;}
.footlianxi h4 a.footlianxia:hover{ background: #9c070d; border:1px #9c070d solid;color:#fff;}
.btjl {
	padding-bottom: 348px;
}

.sy_about_r:hover .btjl {
	padding-bottom: 360px;
}

@media screen and (max-width: 1770px) {
	.sy_about_l p {
		width: 93%
	}

	.btjl {
		padding-bottom: 348px;
	}

}

@media screen and (max-width: 1440px) {
	.sy_about_l p {
		width: 95%;
		font-size: 15px;
	}

	.sy_about2 {
		width: calc(100% - 130px)
	}

	.sy_about_r p {
		width: 100%;
	}


}





.syyxfw {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	background: #fff;
	padding: 80px 0;
}

.syyxfw_l {
	float: left;
	position: relative;
	width: calc(100% - 660px);
}

.syyxfw_map {
	position: relative;
	z-index: 1;
	width: 100%;
}

.syyxfw_map img {
	max-width: 100%;
}

.syyxfw_r {
	float: right;
	width: 520px;
	padding-top: 150px;
	padding-right: 120px;
}

.syyxfw_r_title {}

.syyxfw_r_title h3 {
	font-size: 36px;
	color: #123079;
	text-transform: uppercase;
	line-height: 50px;
}

.syyxfw_r_title h4 {
	font-size: 30px;
	color: #333;
	line-height: 40px;
	margin-bottom: 50px;
}

.syyxfw_r p {
	font-size: 18px;
	color: #888;
	margin-bottom: 50px;
}

.syyxfw_r a {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #123079;
	color: #fff;
	border-radius: 4px;
}

.dszyl {
	width: 100%;
	height: 340px;
	padding: 80px 0;
	background: #ccc;
	box-sizing: border-box;
}

.dszyl_box {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
}

.dszyl_box h3 {
	font-size: 30px;
	color: #333;
	position: relative;
	padding-bottom: 70px;
}

.dszyl_box h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 60px;
	height: 3px;
	background: #123079;
}

.dszyl_box p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

/* 动画效果 */
@-webkit-keyframes load {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.jdallist {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.jdallist ul {
	width: 100%;
}

.jdallist ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 10px 20px;
	width: calc(25% - 20px);
}

.jdallist ul li h3 {
	width: 100%;
	padding: 0;
	height: auto;
	padding-bottom: calc(300% / 4);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jdallist ul li h3 a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.jdallist ul li h3 a img {
	max-width: 100%;
	max-height: 100%;
}

.jdallist ul li p {
	background: -moz-linear-gradient(300deg, #9c070d, #123079);
	background: -webkit-linear-gradient(300deg, #9c070d, #123079);
	background: -o-linear-gradient(300deg, #9c070d, #123079);
	background: -ms-linear-gradient(300deg, #9c070d, #123079);
	background: linear-gradient(300deg, #9c070d, #123079);
	height: 60px;
	text-align: center;
	line-height: 60px;
	transition: all 0.3s ease;
	margin-top: 0;
}

.jdallist ul li p a {
	font-size: 16px;
	color: #fff;
}

.jdallist ul li:hover p {
	height: 70px;
	line-height: 70px;
	margin-top: -10px;
}


.jdallist_hot {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.jdallist_hot ul {
	width: 100%;
}

.jdallist_hot ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 10px;
	width: 100%;
	background: #f8f8f8;
}

.jdallist_hot ul li h3 {
	width: 500px;
	padding: 0;
	height: 400px;
	float: left;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jdallist_hot ul li h3 a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.jdallist_hot ul li h3 a img {
	max-width: 100%;
	max-height: 100%;
}

.jdallist_hot ul li div {
	float: left;
	width: calc(100% - 540px);
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	height: 400px;
}

.jdallist_hot ul li div h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis
}

.jdallist_hot ul li div p {
	font-size: 14px;
	color: #aaa;
	line-height: 32px;
}

.jdallist_hot ul li div a.nyjdal_r_a {
	font-size: 14px;
	background: #c00;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	width: 100px;
	height: 35px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	transition: all 0.3s ease;
}

.jdallist_hot ul li:hover div a.nyjdal_r_a {
	background: #f7c000;
}

.nyznsl_listlb {
	width: 100%;
	box-sizing: border-box;
}

.nyznsl_listlb ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 30px;
	border: 1px #eee solid;
}

.nyznsl_listlb ul li h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.nyznsl_listlb ul li p {
	font-size: 14px;
	color: #888;
}

.nyznsl_listlb ul li a.nyznsl_listlb_a {
	display: inline-block;
	margin-top: 10px;
	color: #c00;
	font-size: 14px;
	text-transform: uppercase;
}



.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 0px 100px 0px;
	background: #222;
}

.footer ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
}

.footer ul li {
	flex: 1;
}

.footer ul li h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
	font-weight: normal;
	font-weight: bold;
}

.footer ul li a {
	display: block;
	font-size: 15px;
	color: #777;
	line-height: 32px;
}

.footer ul li.footnavend {
	flex: 2;
}

.footer ul li.footnavend h4 {
	margin-bottom: 20px;
}

.footer ul li.footnavend p {
	color: #ddd;
	display: block;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.5;
}

.footer ul li.footnavend p.footcontel {
	background-image: url(../images/footcontel.png);
}

.footer ul li.footnavend p.footconte2 {
	background-image: url(../images/ren.png);
}

.footer ul li.footnavend p.footconemail {
	background-image: url(../images/footconemail.png);
}
.footer ul li.footnavend p.footconemai2 {
	background-image: url(../images/footconemai2.png);
}
.footer ul li.footnavend p.footconadd {
	background-image: url(../images/footconadd.png);
}

.footnavend dl dd {
	cursor: pointer;
	float: left;
	margin-right: 8px;
	position: relative;
}

.footnavend dl dd div {
	height: 0;
	width: 0;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transition: all .3s ease;
	overflow: hidden;
	border-radius: 10px;
}

.footnavend dl dd div img {
	max-width: 100%;
}

.footnavend dl dd:hover div {
	width: 120px;
	height: 120px;
	margin-left: -60px;
}

.footnavend dl dd i {
	display: inline-block;
	width: 30px;
	height: 40px;
	margin-right: 3px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

.footnavend dl dd i.topcontentzmt01 {
	background-image: url(../images/topcontentzmt01.png)
}

.footnavend dl dd i.topcontentzmt02 {
	background-image: url(../images/topcontentzmt02.png)
}

.footnavend dl dd i.topcontentzmt03 {
	background-image: url(../images/topcontentzmt03.png)
}

.footnavend dl dd span {
	color: #ddd;
	font-size: 12px;
	line-height: 40px;
}

.footnavend dl dd:last-child {
	margin-right: 0;
}

.footnavend dd {
	width: 100px;
	float: right;
	margin-left: 50px;
	margin-top: 66px;
}

.footnavend dd span {
	color: #666;
	line-height: 20px;
	font-size: 15px;
	display: block;
	text-align: center;
}

.dibuyoulian {
	line-height: 50px;
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 14px;
	color: #ddd
}

.dibuyoulian a {
	font-size: 14px;
	color: #ddd;
}



.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: left;
	background: #222222;
	font-size: 14px;
	border-top: 1px solid #393939;
}

.copyright a {
	color: #fff;
}

.copyrightnav {
	float: right;
	line-height: 60px;
}

.copyrightnav a {
	color: #fff;
}



.banner {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.bannerimg1 {
	height: 850px;
	width: 100%;
	background: url(../images/banner1.jpg) center top no-repeat;
	position: relative;
}

.bannerimg1_l {
	height: 850px;
	float: left;
	width: calc(100% - 700px);
	max-width: 760px;
}

.bannerimg1_l h3 {
	font-size: 48px;
	color: #fff;
	line-height: 60px;
	margin-top: 200px;
	margin-bottom: 20px;
}

.bannerimg1_l p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 50px;
}

.bannerimg1_l h4 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}

.bannerimg1_l span {
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}

.bannerimg1_l ul {
	width: 100%;
}

.bannerimg1_l ul li {
	float: left;
	width: calc(20% - 12px);
	margin-right: 10px;
}

.bannerimg1_l ul li img {
	max-width: 100%;
}

.bannerimg1_l a {
	margin-top: 40px;
	clear: left;
	display: inline-block;
	background: #123079;
	border-radius: 4px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.bannerimg1_r {
	height: 850px;
	float: right;
	width: 635px;
	background: url(../images/banner1_1.png) 130px top no-repeat;
	position: relative;
}

.bannerimg1_r img {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -221px;
}

.bannerimg2 {
	height: 850px;
	width: 100%;
	background: url(../images/banner2.jpg) center top no-repeat;
	position: relative;
	overflow: hidden;
}

.bannerimg2 h3 {
	font-size: 48px;
	color: #333;
	padding-top: 125px;
	text-align: center;
	line-height: 80px;
}

.bannerimg2 p {
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
	margin-bottom: 40px;
}

.bannerimg2 ul {
	width: 750px;
	margin: 0 auto;
}

.bannerimg2 ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.bannerimg2 dl {
	width: 1000px;
	margin: 0 auto;
}

.bannerimg2 dl dd {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 20px;
	position: relative;
}

.bannerimg2 dl dd a {
	position: relative;
}

.bannerimg3 {
	height: 850px;
	width: 100%;
	background: url(../images/banner3.jpg) center top no-repeat;
	position: relative;
}

.bannerimg3 h3 {
	font-size: 48px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	margin-bottom: 100px;
}

.bannerimg3 p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	padding-top: 225px;
}

.bannerimg3 dl {
	width: 100%;
	margin: 0 auto;
}

.bannerimg3 dl dd {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 20px;
	position: relative;
}

.bannerimg3 dl dd a {
	position: relative;
}


.nybanner {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	height: 400px;
	background: url(../images/nybanner.jpg) center center repeat-x;
	display: table;
	table-layout: fixed;
}

.nybanner .nybannertext {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.nybanner .nybannertext h3 {
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}

.nybanner .nybannertext h3 i {
	display: inline-block;
	width: 24px;
	height: 34px;
	margin-right: 5px;
	background: url(../images/nybannertitleicon.png) center center no-repeat
}

.nybanner .nybannertext p {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nyaboutbanner {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	height: 540px !important;
	background: url(../images/nyaboutbanner.jpg) center top no-repeat;
	position: relative;
}

.nyaboutbanner .nybannertext {
	text-align: center;
	padding-top: 250px;
	width: 1000px;
	margin: 0 auto;
}

.nyaboutbanner .nybannertext h3 {
	color: #fff;
	font-size: 42px;
	letter-spacing: 1px;
	line-height: 60px;
	font-weight: normal;
	font-size: 48px;
	font-weight: bold;
}

.nyaboutbanner .nybannertext p {
	letter-spacing: 2px;
	font-size: 18px;
	/* text-transform:uppercase; */
	color: #fff;
	font-size: 18px;
	/* line-height: 4.2708333vw; */
	color: #ffffff;
	text-align: center;
	/* font-weight: BOLD; */
	margin-top: 20px;
}


.htcp_banner {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	height: 930px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.htbanner-title-wrap p{    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    display: block;
    background: #123079;
    padding: 0 30px;
    line-height: 46px;
    height: 46px;
    border-radius: 6px;}
.htbanner-title-wrap {
	position: relative;
	width: 100%;
	/* height: 250px; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding-top: 100px;
	flex-direction: column;
}

/* 底层水印大英文 */
.htbg-water-text {
	position: absolute;
	width: 100%;
	font-size: 170px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	user-select: none;
	text-align: center;
	opacity: 0.05;
}

/* 中间中文+下划线容器 */
.htmain-text-box {
	position: relative;
	z-index: 2;
	text-align: center;
}

.htmain-title {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	line-height: 48px;
	margin-top: 130px;
}

.httitle-line {
	width: 67px;
	height: 4px;
	background-color: #ffffff;
	margin: 30px auto 0;
	/* opacity: 0.6; */
	font-size: 16px;
	color: #fff;
}

.nyaboutloc {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 25%);
}

.nyaboutloc_a {
	margin: 0 auto;
	width: calc(100% - 200px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	display: table;
}

.nyaboutloc_list {
	background: url(../images/loc.png) left center no-repeat;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	float: right;
	margin-top: 15px;
}

.nyaboutloc_list h4 {
	float: left;
	margin-right: 30px;
	font-size: 18px;
	font-weight: normal;
}

.nyaboutloc_list li {
	margin: 0 30px;
	float: left;
}

.nyaboutloc_list a {
	font-size: 14px;
	color: #fff;
}

.nyaboutloc_list a.active {
	color: #fff;
}

.nyaboutnav {
	position: absolute;
	/* bottom:0; */
	/* left: 0; */
	float: left;
	/* height: 80px; */
}

.nyaboutnav ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	height: 50px;
}

.nyaboutnav ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	/* background: #ffffff; */
	position: absolute;
	bottom: -10px;
	left: 50%;
	transition: all 0.5s ease;
}

.nyaboutnav ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 60px;
}

.nyaboutnav ul li:hover:after {
	width: 100px;
	margin-left: -50px;
}

.nyaboutnav ul li:hover a {
	color: #fff;
	font-weight: bold;
	background: #123079;
}

.nyaboutnav ul li.active:after {
	width: 100px;
	margin-left: -50px;
}

.nyaboutnav ul li.active a {
	color: #fff;
	background: #123079;
}

.nyjjfabanner {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	height: 500px;
	background: url(../images/nyjjfabanner.jpg) center top no-repeat;
	position: relative;
}

.nyjjfabanner .nyjjfatext {
	text-align: center;
	padding-top: 230px;
}

.nyjjfabanner .nyjjfatext h3 {
	color: #fff;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 80px;
	font-weight: normal;
}

.nyjjfacontent {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyjjfa_title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
}

.nyjjfa_text {
	width: calc(100% - 700px);
}

.nyjjfa_img {
	width: 650px;
}

.nyjjfa_img img {
	width: 650px;
}

.nyjjfa_h3 {
	font-size: 24px;
	color: #333;
	padding-top: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}

.nyjjfa_h3 b {
	color: #f00;
}

.nyjjfa_h3 span {
	text-transform: uppercase;
	color: #123079;
	margin-left: 10px;
}

.nyjjfa_p {
	font-size: 16px;
	color: #999;
	line-height: 36px;
	text-align: justify
}

.nyjjfa_heng {
	width: 100%;
	height: 650px;
	box-sizing: border-box;
	padding: 80px 0;
	background: #fff url(../images/nyjjfa_heng.jpg) center center no-repeat;
	text-align: center;
}

.nyjjfa_heng .cpxqldy_title {
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 30px;
	margin-bottom: 300px;
}

.nyjjfa_heng h3 {
	font-size: 24px;
	color: #fff;
	line-height: 60px;
}

.nyjjfa_heng h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 10px;
	background: -moz-linear-gradient(300deg, #9c070d, #123079);
	background: -webkit-linear-gradient(300deg, #9c070d, #123079);
	background: -o-linear-gradient(300deg, #9c070d, #123079);
	background: -ms-linear-gradient(300deg, #9c070d, #123079);
	background: linear-gradient(300deg, #9c070d, #123079);
}

.nyjjfa_heng p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.nyjjfa_hengtext {
	width: 1000px;
	margin: 0 auto;
}

.nyjjfa_hengtext p {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.nyjjfa_list {
	width: 100%;
	padding: 40px 0;
	height: 100px;
}

.nyjjfa_list ul li {
	float: left;
	text-align: center;
	width: 160px;
}

.nyjjfa_list ul li h3 img {
	width: 60px;
}

.nyjjfa_list ul li p {
	font-size: 16px;
	color: #333;
}

.nycpfllist {
	width: 300px;
	margin: 0 auto;
	float: left;
	background: #123079;
	box-sizing: border-box;
	padding: 30px 30px 70px 30px;
}

.nycpfl_title {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.nycpfl_title h3 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	line-height: 30px;
}

.nycpfl_title h4 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}

.nycpfllist>ul {
	width: 100%;
	background: #f6f6f6;
	padding: 10px;
	box-sizing: border-box;
}

.nycpfllist>ul>li {
	width: 100%;
	background: #fff;
	transition: all 0.5s ease;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}

.nycpfllist>ul>li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 1px;
	width: 160px;
	background: #eee;
	display: inline-block;
	z-index: 1;
}

.nycpfllist>ul>li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 2px;
	width: 0;
	background: #123079;
	display: inline-block;
	z-index: 2;
	transition: all 0.5s ease;
}

.nycpfllist ul>li:hover:before {
	width: 160px;
}

.nycpfllist>ul>li>a {
	display: block;
	padding: 10px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	font-size: 16px;
	color: #333;
}

.nycpfllist>ul>li:hover>a {
	color: #123079;
}

.nycpfllist>ul>li>ul {
	background: #fff;
}

.nycpfllist>ul>li>ul>li {
	line-height: 40px;
}

.nycpfllist>ul>li>ul>li a {
	font-size: 14px;
	padding: 10px 40px;
	display: block;
	box-sizing: border-box;
	color: #888;
	line-height: 1.2
}

.nycpfllist>ul>li>ul>li:Hover>a {
	color: #123079
}

.nycpfl_tel {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0 0;
}

.nycpfl_tel h3 a {
	font-size: 16px;
	color: #fff;
	font-weight: normal
}

.nycpfl_tel p {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.nycpfl_tel h4 {
	width: 100%;
	height: 314px;
	background: url(../images/kefu.png) center bottom no-repeat;
}

.nyaboutrongyu {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nypro-tltj {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1600px;
	box-sizing: border-box;
	padding: 50px 0 0;
}

.nypro-tltj ul li {
	float: left;
	width: 29.33%;
	margin: 0 2% 3%;
	-moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.28);
}

.nypro-tltj ul li h3 {
	width: 100%;
	padding: 0;
	border: 10px #f2f4f8 solid;
	border-bottom: 0;
	padding-bottom: calc(300% / 4);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	transition: all 0.1s ease;
}

.nypro-tltj ul li h3 a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nypro-tltj ul li .text {
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #f2f4f8
}

.nypro-tltj ul li .text a {
	font-size: 16px;
	color: #333;
	line-height: 60px;
	display: block;
	transition: all 0.5s ease;
}

.nypro-tltj ul li:hover h3 {
	border: 10px #123079 solid;
	border-bottom: 0;
	background-size: 105% 105%;
}

.nypro-tltj ul li:hover .text {
	background: #123079
}

.nypro-tltj ul li:hover .text a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.htny_biaoti {
	text-align: left;
	font-size: 42px;
	margin-bottom: 80px;
	font-weight: bold;
	color: #333;
}

.cpxqldy_title {
	text-align: left;
	color: #333;
	line-height: 60px;
	font-size: 42px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 70px;
}

.cpxqldy_heng {
	width: 100%;
	height: 650px;
	box-sizing: border-box;
	padding: 80px 0;
	background: #fff url(../images/cpxqldy_heng.jpg) center center no-repeat;
	text-align: center;
}

.cpxqldy_heng .cpxqldy_title {
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 30px;
	margin-bottom: 300px;
}

.cpxqldy_heng h3 {
	font-size: 24px;
	color: #fff;
	line-height: 60px;
}

.cpxqldy_heng h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 10px;
	background: -moz-linear-gradient(300deg, #9c070d, #123079);
	background: -webkit-linear-gradient(300deg, #9c070d, #123079);
	background: -o-linear-gradient(300deg, #9c070d, #123079);
	background: -ms-linear-gradient(300deg, #9c070d, #123079);
	background: linear-gradient(300deg, #9c070d, #123079);
}

.cpxqldy_heng p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.cpxqldy_list {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.cpxqldy_list ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	height: 295px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 30px;
	background: #f6f6f6;
	position: relative;
}

.cpxqldy_list ul li h4 {
	position: relative;
	z-index: 9;
}

.cpxqldy_list ul li h3 {
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 9;
	margin-bottom: 10px;
}

.cpxqldy_list ul li p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	position: relative;
	z-index: 9;
}

.cpxqldy_list ul li:before {
	content: "";
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	position: absolute;
	z-index: 2;
	background: #fff;
}

.cpxqldy_list ul li:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	background: -moz-linear-gradient(#9c070d, #123079);
	background: -webkit-linear-gradient(#9c070d, #123079);
	background: -o-linear-gradient(#9c070d, #123079);
	background: -ms-linear-gradient(#9c070d, #123079);
	background: linear-gradient(#9c070d, #123079);
}

.cpxqldy_list ul li:hover:after {
	height: 100%;
}

.nypro_list {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
}

.nypro_list .nypro_list_con {
	width: 100%;
	margin-top: 80px;
}

.nypro_list .nypro_list_con li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.nypro_list .nypro_list_con li:nth-child(3n) {
	margin-right: 0
}

.nypro_list .nypro_list_con li h3 {
	max-width: 100%;
	/* 4:3比例 宽4 高3 → 3/4=75% */
	padding-bottom: 75%;
	height: 0;
	/* 重点！清除高度，只靠padding撑开盒子 */
	background-size: 100% 100%;
	/* 宽高都填满容器 */
	background-repeat: no-repeat;
	background-position: center;
}

.nypro_list .nypro_list_con li h3 a {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.nypro_list .nypro_list_con li p {
	height: 120px;
	line-height: 60px;
	color: #333;
	background: #f4f4f4;
	text-align: center;
	padding: 20px 0 4px 0;
}

.nypro_list .nypro_list_con li p a {
	font-size: 18px;
	color: #333;
	line-height: 60px;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	line-height: 30px;
	padding: 10px 20px;
	box-sizing: border-box;
}

.nypro_list .nypro_list_con li:hover h3 {
	transform: scale(1.06);
	transition: all 0.3s ease;
}


.nypro_list .nypro_list_con li p i {
    width: 50%;
    line-height: 38px;
    border: 1px solid #c9c9c9;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    border-radius: 6px;
    margin-top: 10px;
    color: #666;
}
.nypro_list .nypro_list_con li:hover i{background: #123079; color:#fff;}

.nypro_list .nypro_list_con.on {
	display: block;
}
.nypro_list .nypro_list_con ul{display: table; width:100%;}
.nycpbt {
	border-left: solid 4px #123079;
	margin-bottom: 46px;
	padding-left: 10px;
	line-height: 20px;
	font-size: 18px;
	color: #000;
}
.nypro_list_htcp{
	width: 100%; 
	background: #fff;
	padding-top: 80px;
    padding-bottom: 80px;
	}




.nyaboutjianjie {
	width: calc(100% - 300px);
	max-width: 1620px;
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	position: relative;
	padding: 60px 0 50px 0;
}

.nyaboutjianjie_l {
	float: left;
	width: 600px;
	height: 500px;
	box-sizing: border-box;
}

.nyaboutjianjie_title {
	font-size: 30px;
	color: #333;
	line-height: 100px;
	font-weight: bold;
	position: relative;
}

.nyaboutjianjie_title:before {
	content: "";
	position: absolute;
	left: -100px;
	top: -60px;
	width: 600px;
	height: 500px;
	background: url(../images/nyaboutjianjie_title.png) left top no-repeat;
}

.nyaboutjianjie_content {
	font-size: 14px;
	color: #888;
}

.nyaboutjianjie_content h3 {
	font-size: 15px;
	color: #333;
	line-height: 50px;
	font-weight: normal;
}

.nyaboutjianjie_content p {
	font-size: 14px;
	color: #888;
	line-height: 36px;
	text-align: justify;
	margin: 8px 0;
	text-indent: 2em
}

.nyaboutjianjie_content p:hover {
	color: #666;
}

.nyaboutjianjie_r {
	width: calc(100% - 600px);
	float: right;
	overflow-y: scroll;
	height: 500px;
	box-sizing: border-box;
	padding-right: 60px;
}

.nyaboutjianjie_r::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}

.nyaboutjianjie_r::-webkit-scrollbar-thumb {
	background: #123079;
}

.nyaboutjianjie_r::-webkit-scrollbar-track {
	background: #EBEBEB;
}

.nyaboutjianjie_list {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}

.nyaboutjianjie_list .swiper-slide {
	height: 340px;
}

.nyaboutjianjie_list .swiper-slide img {
	width: 100%;
	height: 340px;
}

.nydszzc {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nydszzc_text {
	float: left;
	width: calc(100% - 450px);
}

.nydszzc_text h3 {
	font-size: 24px;
	color: #333;
	margin: 20px 0 40px;
}

.nydszzc_text p {
	font-size: 16px;
	color: #888;
	line-height: 36px;
	text-align: justify;
	margin: 8px 0;
	text-indent: 2em
}

.nydszzc_text p:hover {
	color: #666;
}

.nydszzc_img {
	float: right;
	width: 400px;
}

.nyaboutwenhua {
	width: 100%;
	padding: 80px 0;
	background: #eee
}

.nyaboutwenhua_img {
	float: right;
	margin-left: 50px;
}

.nyaboutwenhua h3 {
	font-size: 18px;
	color: #333;
	line-height: 50px;
	margin-top: 25px;
}

.nyaboutwenhua p {
	color: #888;
	font-size: 16px;
	line-height: 36px;
}

.nyaboutwenhua p:hover {
	color: #666;
}

.nyaboutwenhualist {
	width: calc(100% - 200px);
	max-width: 1630px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyaboutwenhualist ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	height: 395px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 30px;
	background: #f5f6f7;
	position: relative;
}

.nyaboutwenhualist ul li h4 {
	position: relative;
	z-index: 9;
	width: 100px;
	height: 100px;
	border: 1px #eee solid;
	margin: 30px auto;
	border-radius: 50px;
}

.nyaboutwenhualist ul li h4 img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.nyaboutwenhualist ul li h3 {
	font-size: 20px;
	color: #333;
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
	font-weight: normal;
}

.nyaboutwenhualist ul li p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	position: relative;
	z-index: 9;
}

.nyaboutwenhualist ul li:before {
	content: "";
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	position: absolute;
	z-index: 2;
	background: #f5f6f7;
}

.nyaboutwenhualist ul li:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	background: #123079;
}

.nyaboutwenhualist ul li:hover:after {
	height: 100%;
}

.nyrclnlist {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyrclnlist ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	height: 295px;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 30px;
	background: #f2f2f2;
	position: relative;
}

.nyrclnlist ul li h4 {
	position: relative;
	z-index: 9;
}

.nyrclnlist ul li h3 {
	font-size: 20px;
	color: #333;
	position: relative;
	z-index: 9;
	margin-bottom: 10px;
}

.nyrclnlist ul li p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	position: relative;
	z-index: 9;
}

.nyrclnlist ul li:before {
	content: "";
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	position: absolute;
	z-index: 2;
	background: #fff;
}

.nyrclnlist ul li:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease;
	background: -moz-linear-gradient(#9c070d, #123079);
	background: -webkit-linear-gradient(#9c070d, #123079);
	background: -o-linear-gradient(#9c070d, #123079);
	background: -ms-linear-gradient(#9c070d, #123079);
	background: linear-gradient(#9c070d, #123079);
}

.nyrclnlist ul li:hover:after {
	height: 100%;
}


.nyqyslbk ul {
	width: 100%;
}

.nyqyslbk ul li {
	width: 30%;
	margin-right: 5%;
	float: left;
	height: 650px;
}

.nyqysl {
	display: none
}

.nyqyslbk ul li:hover .nyqysl {
	display: block;
}

.nyqyslbk ul li:hover .sutnr {
	display: none;
}

.nyqyslbk ul li:nth-child(3) {
	margin-right: 0px;
}


.nyqyslbk ul li:nth-child(1) {
	background: url("../images/sl.jpg") no-repeat center;
}

.nyqyslbk ul li:nth-child(2) {
	background: url("../images/sl2.jpg") no-repeat center;
}

.nyqyslbk ul li:nth-child(3) {
	background: url("../images/sl3.jpg") no-repeat center;
}


.sutnr {
	padding: 100px 50px
}

.sutnr h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 70px;
	margin-bottom: 30px;
	color: #fff
}

.sutnr p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 50px;
}

.sutnr p b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}


.nygcfw {
	width: 100%;
}

.nygcfw_r {
	float: right;
}

.nyfwln_title {
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 60px;
	font-weight: bold;
}

.nyfwln_text {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 0 0 20px;
	text-align: center;
}

.nyfwlnlist {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.nyfwlnlist ul li {
	width: 25%;
	padding: 0 30px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.nyfwlnlist ul li h4 {
	position: relative;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}

.nyfwlnlist ul li h3 {
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: calc(100% - 60px);
	line-height: 250px;
	text-align: center;
	z-index: 9;
	transition: all 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
}

.nyfwlnlist ul li h4:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: all 0.3s ease;
}

.nyfwlnlist ul li:hover h4:before {
	background: rgba(192, 0, 0, 0.5);
	height: 60px;
}

.nyfwlnlist ul li:hover h3 {
	line-height: 60px;
	font-size: 18px;
}

@keyframes whirl {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}




.nygcfwnlist ul {
	text-align: center;
	position: relative;
}

.nygcfwnlist ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}

.nygcfwnlist ul li i {
	width: 260px;
	height: 229px;
	margin: 0 auto 30px;
	display: inline-block;
}

.nygcfwnlist ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background: #ddd;
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 306px;
	margin-left: -4px;
	border-radius: 50%;
}

.nygcfwnlist ul li:after {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px #ddd solid;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 302px;
	margin-left: -8px;
	border-radius: 50%;
}

.nygcfwnlist ul:after {
	content: "";
	height: 1px;
	width: 75%;
	position: absolute;
	left: 12.5%;
	top: 310px;
	background: #ddd;
}





.nyshzr_title {
	font-size: 24px;
	font-weight: bold;
	color: #123079;
	line-height: 60px;
}

.nyaboutshiming {
	width: 90%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1600px;
	box-sizing: border-box;
	position: relative;
}

.nyaboutshiming:before {
	content: "";
	background: url(../images/nyaboutshimingico01.png) left top no-repeat;
	width: 200px;
	height: 210px;
	position: absolute;
	left: 20%;
	bottom: 10%;
	z-index: 1
}

.nyaboutshiming:after {
	content: "";
	background: url(../images/nyaboutshimingico02.png) left top no-repeat;
	width: 487px;
	height: 493px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.nyaboutshiming ul li {
	width: 33.33%;
	height: 300px;
	padding: 80px 0 0 80px;
	float: left;
	border-bottom: 1px #eee solid;
	border-right: 1px #eee solid;
	box-sizing: border-box;
	position: relative;
	z-index: 9
}

.nyaboutshiming ul li.nyaboutshimingtitle {
	width: calc(100% - 33.33%);
	background: url(../images/nyaboutshimingico03.png) 45px 66px no-repeat;
	padding: 158px 0 0 270px
}

.nyaboutshiming ul li.nyaboutshimingtitle h4 {
	font-size: 30px;
	color: #333;
}

.nyaboutshiming ul li:nth-child(2) {
	border-right: none;
}

.nyaboutshiming ul li:nth-child(5) {
	border-right: none;
}

.nyaboutshiming ul li:nth-child(8) {
	border-right: none;
}

.nyaboutshiming ul li:nth-child(9) {
	border-bottom: none;
}

.nyaboutshiming ul li:nth-child(10) {
	border-bottom: none;
}

.nyaboutshiming ul li:nth-child(11) {
	border-bottom: none;
	border-right: none;
}

.nyaboutshiming ul li span {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-family: 'Barlow';
}

.nyaboutshiming ul li h3 {
	font-size: 30px;
	color: #123079;
	text-transform: uppercase;
	line-height: 50px
}

.nyaboutshiming ul li p {
	font-size: 18px;
	color: #888;
}

.nyznsl {
	width: 100%;
	background: #f5f5f5;
	padding: 70px 0px;
	height: 500px;
}

.nyznsl ul {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyznsl_title {
	text-align: center;
	border-bottom: 1px #eee solid;
	font-size: 30px;
	color: #cc0000;
	line-height: 60px;
}

.nyznsl_text {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 20px 0;
	text-align: center;
}

.nyznsl_list {
	width: 100%;
}

.nyznsl_list img {
	max-width: 100%;
}

.nyznsl_list ul li {
	float: left;
	width: 23%;
	margin: 0 1% 1%;
}

.nyznsl_list ul li img {
	max-width: 100%;
}

.nyznsl_list ul li p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.nyznsl_list5 {
	width: 100%;
}

.nyznsl_list5 ul li {
	float: left;
	width: 19%;
	margin: 0 0.5% 1%;
	text-align: center;
	box-sizing: border-box;
	border: 1px #eee solid;
}

.nyznsl_list5 ul li img {
	max-width: 100%;
}

.nyznsl_list5 ul li p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.nyznsl_list6 {
	width: 100%;
}

.nyznsl_list6 ul li {
	float: left;
	width: 14.66%;
	margin: 0 1% 1%;
}

.nyznsl_list6 ul li img {
	max-width: 100%;
}

.nyznsl_list6 ul li p {
	font-size: 14px;
	color: #666;
	text-align: center;
}


.nycxy_list {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.nycxy_list ul li {
	width: 50%;
	padding: 0 30px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.nycxy_list ul li h4 {
	position: relative;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}

.nycxy_list ul li h3 {
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 30px;
	width: calc(100% - 60px);
	line-height: 400px;
	text-align: center;
	z-index: 9;
	transition: all 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
}

.nycxy_list ul li h4:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 400px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: all 0.3s ease;
}

.nycxy_list ul li:hover h4:before {
	background: rgba(192, 0, 0, 0.5);
	height: 60px;
}

.nycxy_list ul li:hover h3 {
	line-height: 60px;
	font-size: 18px;
}


.nyqytk_list {
	width: 100%;
	overflow: hidden;
}

.nyqytk_list_title {
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
}

.nyqytk_list .nyqytk_list_con {
	width: 100%;
}

.nyqytk_list .nyqytk_list_con li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	border: 1px #ddd solid;
	box-sizing: border-box;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.nyqytk_list .nyqytk_list_con li:nth-child(4n) {
	margin-right: 0
}

.nyqytk_list .nyqytk_list_con li h3 {
	width: 100%;
	height: 200px;
}

.nyqytk_list .nyqytk_list_con li h3 a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	text-align: center;
}

.nyqytk_list .nyqytk_list_con li h3 a img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block
}

.nyqytk_list .nyqytk_list_con li p {
	background: #f2f4f8;
	height: 45px;
	line-height: 45px;
	color: #333;
	text-align: center;
	transition: all 0.3s ease;
}

.nyqytk_list .nyqytk_list_con li p a {
	font-size: 14px;
	color: #333;
	line-height: 45px;
	padding: 0 10px;
}

.nyqytk_list .nyqytk_list_con li .text {
	position: absolute;
	top: calc(60px - 100%);
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	z-index: 999;
	background: rgba(75, 159, 48, 0.8);
	overflow: hidden;
	transition: all 0.3s ease;
	display: table;
}

.nyqytk_list .nyqytk_list_con li .text a {
	color: #fff;
	font-size: 14px;
	padding: 0 40px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
}

.nyqytk_list .nyqytk_list_con li:hover p {
	background: #123079;
}

.nyqytk_list .nyqytk_list_con li:hover p a {
	color: #fff;
}

.nyqytk_list .nyqytk_list_con li:hover .text {
	top: 0;
}

.nyqytk_list .nycase_list_con.on {
	display: block;
}

.nyaboutrongyu_a {
	width: 260px;
	height: 45px;
	border-radius: 4px;
	background: -moz-linear-gradient(#9c070d, #123079);
	background: -webkit-linear-gradient(90deg, #9c070d, #123079);
	background: -o-linear-gradient(90deg, #9c070d, #123079);
	background: -ms-linear-gradient(90deg, #9c070d, #123079);
	background: linear-gradient(90deg, #9c070d, #123079);
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	transition: all 0.3s ease;
}

.nyaboutrongyu_a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
}

.khpj {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 20px;
	background: #f6f6f6;
	padding: 40px;
	color: #666;
	line-height: 30px;
}



.map {
	background: url(../images/map.jpg) center top 106px no-repeat;
	height: 852px;
	position: relative;
}

.map .con {
	position: relative;
	width: 1000px;
	height: 757px;
	margin: auto;
}

.map .con .more {
	bottom: 0;
	position: absolute;
	left: -60px;
	bottom: 70px;
}

.com1 {
	position: absolute;
	top: -107px;
	left: 185px;
	z-index: 10;
	width: 383px;
	height: 225px;
}

.add1 {
	position: absolute;
	top: 230px;
	left: 348px;
	z-index: 9;
}

.com2 {
	position: absolute;
	top: -67px;
	left: 178px;
	z-index: 10;
	width: 383px;
	height: 225px;
}

.add2 {
	position: absolute;
	top: 270px;
	left: 339px;
	z-index: 9;
}

.com3 {
	position: absolute;
	top: -67px;
	left: 225px;
	z-index: 10;
	width: 383px;
	height: 225px;
}

.add3 {
	position: absolute;
	top: 270px;
	left: 387px;
	z-index: 9;
}

.com4 {
	position: absolute;
	top: -37px;
	left: 194px;
	z-index: 10;
	width: 383px;
	height: 225px;
}

.add4 {
	position: absolute;
	top: 300px;
	left: 357px;
	z-index: 9;
}

.com2,
.com3,
.com4 {
	display: none;
}

.nyfwbz {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyfwbz_title {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 40px;
}

.nyfwbzlist {
	width: 100%
}

.nyfwbzlist ul li {
	width: 100%;
	clear: both;
	display: table;
}

.nyfwbzlist ul li img {
	max-width: 100%;
}

.nyfwbzlist ul li .nyfwbz_l {
	width: 50%;
	float: left;
}

.nyfwbzlist ul li .nyfwbz_r {
	width: 50%;
	float: right;
}

.nyfwbzlist ul li div {
	text-align: justify;
}

.nyfwbzlist ul li div h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 40px;
	font-weight: normal;
	padding-left: 20px;
}

.nyfwbzlist ul li div h4 {
	font-size: 16px;
	font-weight: normal;
	color: #123079;
	margin-bottom: 10px;
}

.nyfwbzlist ul li div p {
	font-size: 15px;
	color: #888;
	line-height: 36px;
	margin-bottom: 10px;
	padding-left: 20px;
}


.cxcg {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
}

.cxcg_title h3 {
	position: relative;
	font-size: 36px;
	color: #cc0000;
}

.cxcg_title h3 span {
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: 1;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.1);
	font-family: "Microsoft Yahei light", "PingFang SC light";
	font-weight: normal;
	text-transform: uppercase;
}

.cxcg_title h3 b {
	font-weight: normal;
	font-size: 30px;
}

.cxcg_title p {
	font-size: 24px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: normal;
}

.cxcg_title h4 {
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: normal;
}


#cxgc {
	width: 100%;
	padding: 0px;
	background: #f5f6f7;
}

.cxgc {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
}

.cxgc ul {
	position: relative;
	height: 600px;
}

.cxgc ul li {
	margin-bottom: 30px;
	width: 27%;
	float: left;
	background: #FFF;
	margin-right: 3%;
	padding: 2%;
	position: relative;
}

.cxgc ul li b {}

.cxgc ul li:nth-child(3) {
	margin-right: 0px;
}

.sdnrzs {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
}

.sdnrzs h3 {
	font-size: 24px !important;
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 70px;
	color: #fff !important;
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	padding-bottom: 30px;
}

.sdnrzs p {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	/* width: 100%; */
	margin: 0 auto;
	/* border-bottom:1px dashed rgba(255,255,255,0.3); */
	/* padding: 20px 0; */
	display: table;
}

.sdnrzs p b {
	float: left;
	padding: 0 40px;
	line-height: 30px;
	border-radius: 10px;
	border: 1px #eee solid;
	margin-right: 10px;
	margin-bottom: 30px;
}

.sdnrzs p:nth-last-child(1) {
	border-bottom: none;
}

.cxgc_title {
	height: 600px;
}

.cxgc_title h3 {
	position: relative;
	font-size: 36px;
	color: #cc0000;
}

.cxgc_title h3 b {
	position: absolute;
	top: 100px;
}

.cxgc_title h3 span {
	position: absolute;
	left: 0;
	z-index: 1;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.1);
	font-family: "Microsoft Yahei light", "PingFang SC light";
	font-weight: normal;
	text-transform: uppercase;
}

.cxgc_title ul li img {
	width: 100%;
	transition: all 0.6s;
	height: 613px;
}

.cxgc_title ul li:hover img {
	transform: scale(1.1);
}



.fwnlt {
	width: 100%;
	background: url(../images/fwln.jpg) no-repeat center;
	height: 260px;
	text-align: CENTER;
}

.fwnlt h3 {
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding-top: 90px;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.4px;
}

.fwnlt p {
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.fwnlt3 {
	width: 100%;
	background: url(../images/fwln.jpg) no-repeat center;
	height: 260px;
}

.fwnlt3 h3 {
	text-align: right;
	line-height: 40px;
	color: #fff;
	padding-top: 90px;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-right: 220px;
	letter-spacing: 0.4px;
}


.cpyy_a {
	max-width: 1600px;
	background: url(../images/yyly_a.jpg) no-repeat center;
	height: 260px;
	margin: 0 auto;
	min-width: 1300px;
}

.cpyy_a h3 {
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding-top: 90px;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.4px;
}

.cpyy_a p {
	line-height: 30px;
	color: #fff;
	text-align: center;
}


.shfw1 {
	width: 100%;
	background: url(../images/shfw.jpg) no-repeat center;
	height: 400px;
}

.shfw1 h3 {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	font-size: 24px;
	color: #123079;
	padding-top: 80px;
	line-height: 100px;
	font-weight: normal;
}

.shfw1 p {
	width: calc(100% - 300px);
	max-width: 1620px;
	margin: 0 auto;
	min-width: 1300px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	/* padding:30px 0px; */
}

.shfw1 p span {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	padding-top: 30px;
	display: block;
}




.solution-list ul li:nth-child(4n) {
	margin-right: 0px;
}


.nyfzlc {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nyfzlc-l {
	width: 100%;
}

.nyfzlc-l ul {
	width: calc(100% - 400px);
	float: right;
}

.nyfzlc-l ul li {
	width: 32%;
	margin-right: 1%;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	height: 100px;
	box-sizing: border-box;
	padding: 20px 30px;
	background: #f8f8f8;
	border-bottom: 1px #fff solid;
	text-align: center;
	color: #333;
	transition: all 0.5s ease;
}

.nyfzlc-l ul li h3 {
	font-weight: normal;
	font-size: 18px;
	color: #aaa;
}

.nyfzlc-l ul li p {
	font-size: 24px;
	color: #333;
}

.nyfzlc-l ul li.active {
	background: #123079;
	color: #fff;
}

.nyfzlc-l ul li.active h3 {
	color: #fff
}

.nyfzlc-l ul li.active p {
	color: #fff;
}

.nyfzlc-r {
	width: 100%;
	float: right;
}

.nyfzlc-r div.tab_c {
	display: none;
}

.nyfzlc-r div.tab_c.active {
	display: block;
}

.nyfzlc-r div.tab_c .tab_c_title {
	font-size: 18px;
	color: #333;
	line-height: 100px;
	font-weight: normal;
	padding-left: 60px;
}

.nyfzlc-r div.tab_c .tab_c_title b {
	color: #123079;
	margin-right: 10px;
	font-weight: normal;
}

.nyfzlc-r div.tab_c .tab_c_img {
	float: left;
	width: 350px;
	text-align: center;
	position: relative;
	top: -100px;
}

.nyfzlc-r div.tab_c .tab_c_img p {
	font-size: 18px;
}

.nyfzlc-r div.tab_c .tab_c_ul {
	float: right;
	width: calc(100% - 400px);
	border-left: 1px solid #e6e6e6;
	padding-top: 50px;
}

.nyfzlc-r div.tab_c ul {
	padding-top: 40px;
}

.nyfzlc-r div.tab_c ul li {
	margin-bottom: 80px;
	position: relative;
	margin-left: 60px;
	padding-bottom: 80px;
	padding-left: 40px;
}

.nyfzlc-r div.tab_c ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: -60px;
}

.nyfzlc-r div.tab_c ul li .oc {
	position: absolute;
	left: -69px;
	top: 6px;
}

.nyfzlc-r div.tab_c ul li .os {
	position: absolute;
	left: -53px;
	top: 19px;
	height: 2px;
	width: 60px;
	background: #e7e7e7;
}

.nyfzlc-r div.tab_c ul li .mask_ {}

.nyfzlc-r div.tab_c ul li .mask_ .title {
	font-size: 36px;
	font-weight: 400;
	color: #c00;
	text-align: left;
	margin-bottom: 10px;
}

.nyfzlc-r div.tab_c ul li .mask_ .p {
	font-size: 15px;
	color: #888;
	line-height: 36px;
}

.nyfzlc-r div.tab_c ul li .mask_ .bg_img {
	margin-top: 35px;
}

.nyfzlc-r div.tab_c ul li.li_ .bg_img {
	display: none;
}

.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: url(../img/blue.6.png) repeat;
}

.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title span {
	display: block;
	padding: 0px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}



.servicetext {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}

.servicetext .mode {
	width: 100%;
}

.servicebox {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	height: 280px;
	background: url(../images/servicebox.jpg) left top no-repeat;
}

.servicebox a {
	display: block;
	width: 600px;
	float: left;
	height: 280px;
}


.servicetext .mode dl {
	width: 32%;
	margin-right: 1.3%;
	float: left;
	border-radius: 10px;
	height: 81px;
	background: #f4f4f4;
	padding: 25px 0;
}

.servicetext .mode dl:first-child {
	margin-left: 0;
}

.servicetext .mode dd {
	float: left;
	margin: 0 15px 0 20px;
}

.servicetext .mode dt {
	float: left;
	padding-left: 30px;
}

.servicetext .mode dt h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.servicetext .mode dt p {
	font-size: 16px;
	padding: 0;
	color: #555;
	height: 48px;
}

.servicetext .mode dt p.tel {
	font-weight: 600;
	font-size: 24px;
	color: #123079;
}


.nytopbg {
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	position: fixed;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.nytop {
	position: relative;
	top: 20px;
	width: 88%;
	left: 6%;
	right: 6%;
	height: 60px;
	z-index: 99999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.nytopbg.hover {
	background: #123079;
	height: 60px;
}

.nytopbg.hover .nytop {
	top: 0;
}

.nytop .logo {
	padding-top: 0;
}

.nytop .topright {}

.nytop .topicon {
	top: 15px;
}

.nytitle {
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}

.nyaboutleft {
	float: right;
	width: 380px;
}

.nyaboutleft .nyaboutleft_title {
	text-align: left;
}

.nyaboutleft .nyaboutleft_title h3 {
	font-size: 30px;
	color: #333;
	position: relative;
	margin-bottom: 50px;
}

.nyaboutleft .nyaboutleft_title h3 span {
	font-family: "微软雅黑 Light";
	font-weight: normal;
	color: #888;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 30px;
}

.nyaboutleft .nyaboutleft_title h3:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #123079;
	position: absolute;
	left: 0;
	bottom: -25px;
}

.nyaboutleft .nyaboutleft_title h4 {
	margin-bottom: 25px;
}

.nyaboutleft .nyaboutleft_title h5 {
	width: 380px;
	height: 260px;
}

.nyaboutright {
	float: left;
	width: calc(100% - 450px)
}

.nyaboutright h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.nyaboutright h4 {
	font-size: 20px;
	color: #123079;
	margin-bottom: 10px;
}

.nyaboutright p {
	font-size: 16px;
	color: #888;
	line-height: 32px;
	text-align: justify
}

.nyabouttext h3 {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin: 20px 0 10px;
}

.nyabouttext p {
	color: #888;
	font-size: 16px;
	line-height: 40px;
}

.nyabouttext p:hover {
	color: #333;
}


.nyabouttext_img {
	float: right;
	width: 775px;
	text-align: center
}

.nyabouttext_left {
	padding-top: 20px;
	float: left;
	width: calc(100% - 775px)
}


.nycplist {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
}

.nycplist ul li {
	float: left;
	width: 27.33%;
	margin: 0 3% 3%;
}

.nycplist ul li h3 {
	width: 100%;
	padding: 0;
	border: 10px #fff solid;
	-moz-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
	box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.28);
	padding-bottom: calc(300% / 4);
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-size: cover;
	position: relative;
	transition: all 0.5s ease;
}

.nycplist ul li h3 a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nycplist ul li .text {
	text-align: center;
	padding-top: 30px;
}

.nycplist ul li .text a {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: 700;
	display: block;
	transition: all 0.5s ease;
}

.nycplist ul li .text a.nycplist_pp {
	font-size: 14px;
	color: #123079;
}

.nycplist ul li:hover h3 {
	border: 10px #123079 solid;
}

.nycplist ul li:hover .text a {
	color: #123079;
	font-size: 20px;
}

.nycplist ul li:hover .text a.nycplist_pp {
	font-size: 16px;
	color: #333;
}



/*分页样式*/
.pagination {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.pagination li a {
	display: block;
	padding: 4px 16px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 16px;
	transition: all 0.3s ease;
}

.pagination li+li a {
	border-left: none;
}

.pagination li.active a,
.pagination li a:hover {
	background-color: #123079;
	border: 1px solid #123079;
	color: #ffffff;
	border-left: none;
}

.nypro-item {
	width: 100%;
	/* height:750px; */
	padding: 60px 0 90px;
	box-sizing: border-box;
	margin: 0 auto;
	border-bottom: 3px #eee solid;
	background: #f4f4f4;
	display: table;
	background: url(../images/chxq_bg.jpg) center no-repeat;
}

.nypro-item-l {
	float: left;
	max-width: 50%;
}

.nymainbox_ht {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-top: 90px;
	display: table;
	background: #fff;
	padding: 60px 40px;
	border-radius: 6px;
	box-sizing: border-box;
}

.spec-preview {
	/* width: 700px; */
	/* height: 700px; */
	float: left;
}

/*图片放大镜样式*/
.jqzoom {
	/* border:1px #ddd solid; */
	padding: 10px;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	/* width: 650px; */
	text-align: center;
	display: block;
}

.jqzoom img {
	max-width: 100%;
	max-height: 100%;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px !important;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 100px;
	z-index: 10;
	visibility: hidden;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff
		/*url(../images/zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/

.spec-scroll {
	float: left;
	width: 94px;
	height: 600px;
	margin-right: 10px;
}

.spec-scroll .prev {
	background-image: url(../images/nypro-prev.png);
	margin-bottom: 10px;
}

.spec-scroll .next {
	background-image: url(../images/nypro-next.png);
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	text-align: center;
	width: 94px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	position: relative;
	width: 94px;
	height: 520px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 520px;
	height: 94px;
}

.spec-scroll .items ul li {
	width: 94px;
	text-align: center;
	margin-right: 5px;
}

.spec-scroll .items ul li img {
	border: 2px solid #eee;
	width: 90px;
	height: 90px;
}

.spec-scroll .items ul li img:hover {
	border: 2px solid #123079;
}


.nypro-item-table {
	width: 520px;
	padding-top: 50px;
	position: relative;
}

.nypro-item-table table {
	margin: 0 auto;
	text-align: center;
	width: 510px;
}

.nypro-item-table table th {
	background: #f8f8f8;
	font-size: 14px;
	width: 170px;
	color: #333;
	height: 40px;
	border: 1px #eee solid;
}

.nypro-item-table table td {
	font-size: 14px;
	width: 170px;
	height: 40px;
	color: #666;
	border: 1px #eee solid;
}

.nyprovideo {
	position: absolute;
	left: 0;
	top: -20px;
}

.nyprovideo_a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/nyprovideo_a.png) left top no-repeat
}


.nypro-item-r {
	float: right;
	width: 100%;
	max-width: 47%;
	/* padding-left: 40px; */
	box-sizing: border-box;
}

.nypro-item-r h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: normal;
    font-weight: bold;
    line-height: 42px;
}

.nypro-item-r p {
	font-size: 15px;
	color: #666;
	line-height: 35px;
	width: 80%;
}

.nypro-item-r p.nypro-item-rc {
	height: 120px;
	background: #f6f7fa;
	border: 1px #e9ecf2 solid;
}

.nypro-item-r h3 {
	font-size: 18px;
	color: #123079;
	margin: 5px 0;
	line-height: 32px;
	font-weight: normal;
}

.nypro-item-r h5 {
	font-size: 18px;
}

.nypro-item-r ul {
	width: 100%;
	height: 50px;
	line-height: 40px;
	margin-top: 45px;
	transition: all 0.5s ease;
}

.nypro-item-r ul li {
	float: left;
	margin-right: 40px;
	width: 150px;
	background: #222;
	position: relative;
	border-radius: 30px;
}

.nypro-item-r ul li:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 45px;
	background: #000;
	transition: all 0.5s ease;
	z-index: 1;
	border-radius: 30px;
}

.nypro-item-r ul li a {
	display: block;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	z-index: 9;
	position: relative;
	line-height: 45px;
}

.nypro-item-r ul li.nypro-item-r-zx {
	background: #123079;
}

.nypro-item-r ul li.nypro-item-r-zx a {
	color: #fff;
}

.nypro-item-r ul li.nypro-item-r-zx:after {
	background: #9c070d;
}

.nypro-item-r ul li:hover:after {
	width: 150px;
}

.nypro-item-r h4 {
	font-size: 18px;
	color: #333;
	margin: 60px auto 20px;
	line-height: 50px;
}

.nypro-item-r h4 span {
	color: #123079;
	font-size: 36px;
	font-weight: 600;
}

.nypro-item-r h4 img {
	width: 30px;
	float: left;
	padding-top: 10px;
}

.nypro-item-r h4 em img {}

.nypro-item-r h4 i {
	font-style: normal;
	line-height: 50px;
	display: block;
	float: left;
	padding-left: 10px;
	color: #123079;
	font-size: 16px;
}

.nypro-item-r .nypro-item-r-table {
	width: 100%;
	text-align: left;
}

.nypro-item-r .nypro-item-r-table tr {
	height: 40px;
	color: #666;
	line-height: 40px;
	font-size: 14px;
}

.nypro-item-r .nypro-item-r-table tr td {
	font-weight: normal;
	box-sizing: border-box;
}

.nypro-item-r .nypro-item-r-table tr td:nth-child(1) {
	width: 188px;
	text-align: center;
}

.nypro-item-r .nypro-item-r-table tr td:nth-child(2) {
	width: calc(100% - 188px);
	padding-right: 28px;
	box-sizing: border-box;
}

.nypro-item-r .nypro-item-r-table tr:nth-child(2n+1) {
	background: #F2F2F2;
}

.nypro-item-r .nypro-item-r-table tr:nth-child(1) {
	background: #123079;
}

.nypro-item-r .nypro-item-r-table tr:nth-child(1) td {
	color: #fff;
}

.nypro-item-r .nypro-item-r-table tr:last-child {
	border-bottom: 1px #c5c5c5 solid solid;
	line-height: 30px;
}

.nypro-item-r .nypro-item-r-table tr:last-child td:nth-child(2) {
	padding: 10px 28px 10px 0 !important;
}

.nypro-item-r .nypro-item-r-table tr:hover {
	background: #123079;
	color: #ffffff;
}

.nypro-cpjs {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	padding: 80px 0;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	position: relative;
	min-height: 1100px;
}

.nypro-cpjs .hh3 {
	color: #333;
	font-size: 30px;
	margin: 0 0 40px;
	position: relative;
	padding-left: 15px;
}

.nypro-cpjs .hh3:before {
	content: " ";
	width: 4px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 0px;
	background: #123079;
}

.nypro-cpjs p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.nypro-cpjs p span {
	font-size: 22px !important;
}

.nypro-cpjs p a {
	color: rgb(0, 176, 240);
}

.nypro-cpjs span {
	font-size: 22px !important;
}

.nypro-cpjs strong {
	font-weight: normal !important;
}

.nypro-xqgcal {
	width: 100%;
	padding: 80px 0;
	background: url(../images/nypro-xqgcal.jpg) center center no-repeat
}

.nypro-xqgcal h3 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 40px;
}

.nypro-xqgcal h3 span {
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
}

.nypro-xqgcal ul {
	width: 100%;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
}

.nypro-xqgcal ul li {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
	background: #fff;
	position: relative;
}

.nypro-xqgcal ul li h4 {
	width: 100%;
	padding: 0;
	padding-bottom: calc(300% / 4);
	border: 1px #eee solid;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	position: relative;
	z-index: 2;
}

.nypro-xqgcal ul li h4 a {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.nypro-xqgcal ul li p {
	font-size: 18px;
	color: #333;
	height: 100px;
	box-sizing: border-box;
	padding-left: 25px;
	line-height: 120px;
	position: relative;
	z-index: 2;
}

.nypro-xqgcal ul li p:before {
	content: " ";
	background: #123079;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 25px;
	top: 30px;
}

.nypro-xqgcal ul li h5 {
	padding: 50px 25px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	background: #123079;
	width: 100%;
	height: 450px;
	transition: all 0.5s ease;
}

.nypro-xqgcal ul li h5 a {
	display: block;
	width: 100%;
	height: 450px;
}

.nypro-xqgcal ul li h5 b {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.nypro-xqgcal ul li h5 span {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.nypro-xqgcal ul li:hover h4 img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.nypro-xqgcal ul li:hover h5 {
	z-index: 9;
	opacity: 1;
}


.message {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 80px 0;
}

.message h2 {
	margin: 40px auto;
}

.message .left {
	width: calc(100% - 550px);
	float: left;
}

.message .left dd {
	width: 100%;
	background: url("../images/kf2.png") left center no-repeat;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 15px;
}

.message .left dd span {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}

.message .left dt input {
	width: 48%;
	height: 50px;
	border: 1px solid #cdcdcd;
	margin: 13px 2% 13px 0;
	background: none;
	float: left;
	font-size: 14px;
	text-indent: 10px;
	box-sizing: border-box;
}

.message .left dt input.icon-message {
	background: url("../images/icon-message.png") right 5px center no-repeat;
	background-size: 25px;
}

.message .left dt input.icon-address {
	background: url("../images/icon-address.png") right 5px center no-repeat;
	background-size: 25px;
}

.message .left dt input.icon-name-yzm {
	float: left;
	width: 120px;
	margin-top: 0;
}

.message .left dt .icon-name-yzm-img {
	float: left;
	margin-top: 8px;
}

.message .left dt textarea {
	width: 98%;
	height: 70px;
	border: 1px solid #cdcdcd;
	background: none;
	font-size: 14px;
	padding: 10px 0 0 10px;
	margin: 15px 0;
	box-sizing: border-box;
}

.message .left dt input.button {
	width: 185px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-indent: 0;
	font-size: 18px;
	cursor: pointer;
	background: #123079;
	border: none;
	transition: all 0.5s ease;
	color: #fff;
	margin-top: 0;
	margin-left: 10px;
	float: left;
}

.message .right {
	width: 500px;
	float: right;
	overflow: hidden;
}

.message .left dt input.button:hover {
	background: #628cc3;
}

.message .right dd {
	width: 100%;
	background: url("../images/phone3.png") left 45px center no-repeat #9c070d;
	padding: 40px 0 40px 140px;
	box-sizing: border-box
}

.message .right dd span a {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	line-height: 46px;
	font-family: Impact;
}

.message .right dd p {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
}

.message .right dt {
	width: 100%;
	background: #123079;
	padding: 25px 30px;
	box-sizing: border-box
}

.message .right dt p a {
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 10px 0 15px 30px;
	background: url("../images/icons.png") left center no-repeat;
}

.message .right dt .address a {
	background-position: 0 -49px;
}

.message .right dt .url a {
	background-position: -2px -102px;
}

.message .right dt .mailbox a {
	background-position: -4px -162px;
}

.message .right dt .tel a {
	background-position: 2px 15px;
}

.message .right dt .btn {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.message .right dt .btn a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	background: none;
}

.message .right dt .btn a:hover {
	background: rgba(255, 255, 255, 0.2)
}


.nyanli-item-l {
	float: left;
	width: 800px;
	height: 400px;
}

.nyanli-item-l img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.nyanli-item-r {
	float: right;
	width: calc(100% - 850px)
}

.nyanli-item-r h1 {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.nyanli-item-r .nyalms {
	padding: 20px;
	color: #fff;
	line-height: 30px;
	border-radius: 10px;
	background: -moz-linear-gradient(300deg, #9c070d, #123079);
	background: -webkit-linear-gradient(300deg, #9c070d, #123079);
	background: -o-linear-gradient(300deg, #9c070d, #123079);
	background: -ms-linear-gradient(300deg, #9c070d, #123079);
	background: linear-gradient(300deg, #9c070d, #123079);
}

#nyprocpys {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin: 0 0 20px;
	position: relative;
	padding-left: 15px;
}

#nyprocpys:before {
	content: " ";
	width: 3px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: #123079;
}

.nypinkongtixi {
	width: 90%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1600px;
	box-sizing: border-box;
}

.nypinkongtixi ul li {
	width: 1350px;
	height: 400px;
}

.nypinkongtixi ul li .nypinkong_l {
	width: 675px;
	float: left;
	height: 400px;
}

.nypinkongtixi ul li .nypinkong_r {
	width: 675px;
	float: right;
	height: 400px;
}

.nypinkongtixi ul li div {
	text-align: justify;
}

.nypinkongtixi ul li div h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.nypinkongtixi ul li div p {
	font-size: 16px;
	color: #888;
	line-height: 36px;
	margin-bottom: 10px;
}

.nypro-xqdetail {
	position: relative;
	width: 100%;
}

#nyprocpjs {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin: 40px 0 20px;
	position: relative;
	padding-left: 15px;
}

#nyprocpjs:before {
	content: " ";
	width: 3px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: #123079;
}

#nyprotltj {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin: 30px 0 20px;
	position: relative;
	padding-left: 15px;
}

#nyprotltj:before {
	content: " ";
	width: 3px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: #123079;
}

#nyprofwzc {
	font-size: 24px;
	color: #333;
	line-height: 50px;
	margin: 20px 0 20px;
	position: relative;
	padding-left: 15px;
}

#nyprofwzc:before {
	content: " ";
	width: 3px;
	height: 20px;
	position: absolute;
	top: 15px;
	left: 0px;
	background: #123079;
}

.nypro-xqnav {
	width: 100%;
	border-bottom: 1px #eee solid;
	height: 100px;
}

.nypro-xqnav h3 {
	float: left;
	line-height: 100px;
	font-size: 30px;
	color: #333;
}

.nypro-xqnav ul {
	float: right;
}

.nypro-xqnav ul li {
	float: left;
	margin-left: 50px;
	line-height: 100px;
}

.nypro-xqnav ul li a {
	font-size: 18px;
	display: block;
	line-height: 100px;
	height: 100px;
	font-weight: bold;
	color: #333;
	position: relative;
}

.nypro-xqnav ul li a:after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: 25px;
	width: 0;
	height: 2px;
	background: #123079;
	transition: all 0.5s ease;
}

.nypro-xqnav ul li.active a {
	color: #123079;
}

.nypro-xqnav ul li.active a:after {
	width: 50px;
	margin-left: -25px;
}

.nypro-xqnav ul li a:hover {
	color: #123079;
}

.nypro-xqnav ul li a:hover:after {
	width: 50px;
	margin-left: -25px;
}

.nypro-xqdetailc {
	width: 100%;
}

.nypro-xqdetailc.active {
	display: block;
}

.nypro-xqdetailc p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	padding: 8px 0;
}

.nycpxqtitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
	padding: 10px 0;
	color: #333;
}

.nycpxqtitle span {
	font-size: 16px;
	color: #aaa;
	font-weight: normal;
}

.nyxgcp {
	width: 100%;
	height: 610px;
	padding-top: 60px;
	box-sizing: border-box;
	background: url(../images/sycp.jpg) center center no-repeat;
}


.newslist {
	width: 100%;
}

.newslist ul {
	position: relative;
}

.newslist ul:after {
	content: " ";
	background: #eee;
	position: absolute;
	top: 0;
	left: 200px;
	height: 100%;
	width: 1px;
	z-index: 1;
}

.newslist ul li {
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.newslist ul li h5 {
	float: left;
	width: 200px;
	padding: 0px 50px 0 0;
	margin-right: 40px;
	height: 170px;
	text-align: center;
	position: relative;
	z-index: 4
}

.newslist ul li h5:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 50px;
	width: 0;
	height: 200px;
	background: #123079;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 1;
}

.newslist ul li h5:after {
	content: " ";
	background: #eee;
	position: absolute;
	right: 0;
	top: 100px;
	height: 1px;
	width: 50px;
	z-index: 5;
}

.newslist ul li h5 b {
	display: block;
	font-size: 50px;
	margin-top: 70px;
	color: #123079;
	position: relative;
	z-index: 3;
	font-weight: bold;
}

.newslist ul li h5 i {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	font-style: normal;
	position: relative;
	z-index: 3
}

.newslist ul li h3 {
	background: #fafafa;
	float: left;
	width: calc(100% - 590px);
	height: 140px;
	padding: 30px 50px 30px 50px;
	position: relative;
	z-index: 3
}

.newslist ul li h3:before {
	content: " ";
	position: absolute;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid #123079;
	left: -120px;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.newslist ul li h3:after {
	content: " ";
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 90px;
	height: 200px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.newslist ul li h3 a {
	font-size: 22px;
	line-height: 50px;
	color: #333;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	z-index: 3
}

.newslist ul li h3 p {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #666;
	position: relative;
	z-index: 3
}

.newslist ul li h4 {
	background: #fafafa;
	float: right;
	width: 200px;
	height: 200px;
	position: relative;
	z-index: 3
}

.newslist ul li h4:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 307px;
	width: 0;
	height: 200px;
	background: #fafafa;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 1;
}

.newslist ul li h4 img {
	max-width: 100%;
	height: 200px;
	position: relative;
	z-index: 5;
}

.newslist ul li.active h5:before {
	width: 200px;
}

.newslist ul li.active h5 b {
	color: #fff;
}

.newslist ul li.active h5 i {
	color: #fff;
}

.newslist ul li.active h5:after {
	background: #123079;
	z-index: 3
}

.newslist ul li.active h3:before {
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #123079;
	left: -90px;
	top: 50%;
	margin-top: -15px;
	z-index: 3;
}

.newslist ul li.active h3:after {
	left: -90px;
}

.newslist ul li.active h3 a {
	color: #333;
}

.nynewsshow-l {
	width: 100%;
	background: #fff;
	padding: 60px 0;
	box-sizing: border-box;
}

.nynewsshow-l h1.title {
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 10px;
	border-bottom: 1px #eee solid;
}

.nynewsshow-l h1.title .info {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	font-weight: normal;
}

.nynewsshow-l h1.title .info small {
	font-size: 14px;
}

.textarea {
	color: #666;
	line-height: 36px;
}

.textarea p {
	margin: 10px 0;
}

.textarea img {
	max-width: 100%;
}

.anli_left {
	float: left;
	width: 600px;
}

.anli_right {
	float: right;
	width: calc(100% - 640px);
}

.anli_right h3 {
	color: #c00;
}

.nynewsshow-xgxw {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px #ddd solid;
}

.nynewsshow-xgxw ul li {
	float: left;
	width: 48%;
	line-height: 50px;
	position: relative;
	margin-right: 4%;
	border-bottom: 1px #eee solid;
	transition: all 0.8s ease;
}

.nynewsshow-xgxw ul li:nth-child(2n) {
	margin-right: 0
}

.nynewsshow-xgxw ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #123079;
	transition: all 0.8s ease;
}

.nynewsshow-xgxw ul li a {
	line-height: 50px;
	font-size: 16px;
	color: #666;
	transition: all 0.5s ease;
}

.nynewsshow-xgxw ul li a span {
	float: right;
	font-size: 16px;
	color: #888;
}

.nynewsshow-xgxw ul li:hover:after {
	width: 100%;
}

.nynewsshow-xgxw ul li:hover a {
	color: #123079
}

.nynewsshow-r {
	width: 100%;
}

.nynewspreNext {
	width: 100%;
	/* float: right; */
}

.nynewspreNext ul li {
	background: #f8f8f8;
	padding: 30px;
	float: left;
	width: 48%;
	margin-right: 4%;
	font-size: 18px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-weight: bold;
}

.nynewspreNext ul li:nth-child(2) {
	margin-right: 0
}

.nynewspreNext ul li a {
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

.nynewspreNext ul li a:hover {
	color: #123079
}

.nynewspreNext ul li span {
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

.share_box {
	background: #f8f8f8;
	padding: 30px;
	font-size: 18px;
	box-sizing: border-box;
}

.share_box_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}


.nycontact {
	width: 90%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1600px;
	box-sizing: border-box;
}

.nycontact-pro-cont {
	float: left;
	width: 520px;
	height: 520px;
	background: #123079;
	padding: 50px 60px;
	box-sizing: border-box;
}

.nycontact-pro-cont h3 {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}

.nycontact-pro-cont p {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.nycontact-pro-cont p a {
	color: #fff;
}

.nycontact-message {
	float: right;
	width: calc(100% - 570px);
	padding: 40px 0;
}

.nycontact-message h3 {
	font-size: 24px;
	line-height: 40px;
}

.nycontact-message h3 i {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px
}

.nycontact-message h3 span {
	color: #888;
	font-size: 16px;
	margin-left: 10px;
	font-weight: normal;
}

.form-group {
	padding: 10px 0;
	min-height: 40px;
	color: #666;
}

.form-control {
	float: left;
	width: calc(50% - 20px);
	border: 1px #ddd solid;
	height: 40px;
	line-height: 40px;
	color: #666;
	margin-right: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}

.marginr0 {
	margin-right: 0 !important
}

.form-control-c {
	width: calc(100% - 20px);
	height: 130px;
	border: 1px #ddd solid;
	padding: 10px 15px;
	box-sizing: border-box;
}

.form-sub {
	width: 200px;
	height: 40px;
	background: #123079;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: none;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 20px;
}




.nycontact_nav {
	width: 800px;
	margin: 0 auto;
	height: 60px;
}

.nycontact_nav ul li {
	float: left;
	width: 400px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background: #fff;
	color: #333;
	border: 1px #ddd solid;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.nycontact_nav ul li.active {
	background: #123079;
	color: #fff;
	border: 1px #123079 solid;
}

.nycontactc {
	width: 1350px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: 600px;
}

.nycontact-cont {
	opacity: 0;
	z-index: 1;
	width: 1310px;
	height: 600px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.nycontact-cont.active {
	opacity: 1;
	z-index: 9;
}

.nycontact-tel {
	float: right;
	width: 400px;
	padding-left: 75px;
	border-left: 1px #ddd solid;
	height: 560px;
}

.nycontact-tel p {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	margin-top: 40px;
}

.nycontact-tel h3 {
	margin-bottom: 40px;
	font-size: 36px;
	color: #123079;
	line-height: 60px;
}

.nycontact-tel h4 {
	font-weight: normal;
}

.nycontact-tel h4 a {
	width: 160px;
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px #ddd solid;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.nycontact-tel h4 a:hover {
	background: #123079;
	color: #fff;
	border: 1px #123079 solid;
}



.pro_mes {
	padding: 30px 0;
	box-sizing: border-box;
	background: #fff;
}

.khtitle {}

.khtitle h3 {
	font-size: 42px;
	font-weight: normal;
	color: #333;
	margin-bottom: 40px;
	font-weight: bold;
}

.khtitle p {
	font-size: 18px;
	color: #555;
	line-height: 35px;
}

.khtitle p span {
	color: #123079
}

.liuyan {
	width: 100%;
}

.liuyan h3 {
	font-size: 22px;
	color: #333;
	margin-top: 30px;
	font-weight: bold;
}

.liuyan table {
	width: 100%;
	border: none;
}

.liuyan table td {
	font-size: 18px;
	padding: 20px 0 0;
	line-height: 40px;
	border: none;
}

.liuyan table td span {
	color: #e20f1f;
	padding: 0 7px;
}

.liuyan input,
select,
textarea {
	border-radius: 4px;
}

.form-group p {
	line-height: 32px;
	padding-left: 10px;
	position: relative;
}

.form-group p:before {
	content: "";
	width: 2px;
	height: 10px;
	left: 0;
	top: 10px;
	background: #123079;
	position: absolute;
}

.form-control4 {
	float: left;
	width: 365px;
	border-radius: 3px;
	background: #f6f7fa;
	border: 1px #e9ecf2 solid;
	height: 40px;
	line-height: 40px;
	color: #666;
	margin-right: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}

.form-control3 {
	float: left;
	width: 235px;
	border-radius: 3px;
	background: #f6f7fa;
	border: 1px #e9ecf2 solid;
	height: 40px;
	line-height: 40px;
	color: #666;
	margin-right: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}

.form-control-c3 {
	width: 750px;
	height: 130px;
	background: #f6f7fa;
	border: 1px #e9ecf2 solid;
	padding: 5px 15px;
	box-sizing: border-box;
}

.form-control-c4 {
	width: 750px;
	height: 80px;
	background: #f6f7fa;
	border: 1px #e9ecf2 solid;
	padding: 5px 15px;
	box-sizing: border-box;
}

.formtext {
	width: 280px;
	height: 40px;
	box-sizing: border-box;
	border: 1px #aaa solid;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
}

.formtext1 {
	width: 98%;
	box-sizing: border-box;
	height: 40px;
	border: 1px #aaa solid;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding-left: 10px;
}

.formtext2 {
	width: 97.5%;
	height: 130px;
	border: 1px #aaa solid;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding: 10px;
}

.bitian {
	background: url(../images/bitian.png) right center no-repeat;
}

.fstext {
	font-size: 16px;
	color: #666;
	margin-left: 20px;
	line-height: 40px;
}




@keyframes whirl {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}




.nynewsnav {
	width: 90%;
	margin: 0 auto;
	min-width: 1300px;
	max-width: 1600px;
	height: 60px;
	border-bottom: 1px #ddd solid;
	position: relative;
	z-index: 9;
}

.loc {
	line-height: 60px;
	color: #333;
	font-size: 12px;
	height: 60px;
	text-align: center;
}

.loc ul li {
	width: 130px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.loc ul li:before {
	content: " ";
	background: #1b1b1b;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 60px;
	transition: all 0.3s ease;
}

.loc ul li:after {
	content: " ";
	background: #ddd;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 20px;
}

.loc ul li>a {
	line-height: 60px;
	color: #333;
	font-size: 18px;
	display: block;
	width: 130px;
	position: relative;
	z-index: 999
}

.loc ul li>a:hover {
	color: #fff
}

.loc ul li:hover {}

.loc ul li:hover:before {
	width: 130px;
	left: 0;
}

.loc ul li:hover dl {
	opacity: 1;
	display: block;
}

.loc ul li:last-child:after {
	display: none;
}


.nyzngs {
	width: 100%;
}

.nyzngs p {
	text-indent: 2em;
	text-align: justify;
	line-height: 36px;
}

.nyzngs h3 {
	font-size: 24px;
	text-indent: 1.3em;
	line-height: 50px;
}

.nyzngs h4 {
	font-size: 18px;
	text-indent: 1.8em;
	line-height: 50px;
}

.gszp1 {
	width: 100%;
}

.gszp1 li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.gszp1 li img {
	max-width: 100%;
}

.gszp2 {
	width: 100%;
}

.gszp2 li img {
	max-width: 100%;
}

.gszp3 {
	width: 100%;
}

.gszp3 li {
	float: left;
	width: auto;
	max-width: 50%;
	padding: 0 2%;
	text-align: center;
}

.gszp3 li img {
	max-width: 100%;
	height: 500px;
}

/*Top按钮*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

/*解决IE6下滚动抖动的问题*/
.tbox {
	width: 50px;
	float: right;
	position: fixed;
	z-index: 999999;
	right: 10px;
	bottom: 15px;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	_margin-bottom: 15px;
	display: none;
}

/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat 0 0;
	display: block;
}

.nypro-cpfl {
	width: 420px;
	padding: 40px;
	background: #f5f5f5;
	box-sizing: border-box;
	position: absolute;
	top: 70px;
	left: 0px;
}

.nypro-cpfl-title {
	font-size: 26px;
	color: #333;
	margin-bottom: 30px;
}

.nypro-cpfl ul li {
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s ease;
}

.nypro-cpfl ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 180px;
}

.nypro-cpfl ul li a h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 145px;
}

.nypro-cpfl ul li a img {
	width: 50%;
	float: left;
}

.nypro-cpfl ul li a p {
	float: right;
	width: 45%;
	padding-top: 10px;
	margin-bottom: 15px;
}

.nypro-cpfl ul li a span {
	font-size: 14px !important;
	color: #123079;
	display: block;
	padding-top: 30px;
}

.nypro-cpfl ul li i {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 19px;
	height: 10px;
	transition: all .3s ease;
	display: inline-block;
}

.yingy {}

.yingy em {
	font-size: 15px;
	text-align: center;
	display: block;
	color: #fff;
	font-style: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}

.yingy p {}

.yingy p i {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
	width: 150px;
	height: 35px;
	border-radius: 10px;
	border: 1px #fff solid;
	border-radius: 20px;
	line-height: 35px;
	margin-right: 13px;
	float: left;
	/* padding: 10px 30px; */
	display: block;
	/* margin: 0 auto; */
	font-style: normal;
}

.sdnrzs span {
	display: block;
	text-align: center;
	color: #fff;
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
	margin-top: 40px;
	padding-top: 40px;
	font-size: 15px;
}

.sdnrzs span i {
	display: block;
	font-style: normal;
	padding-bottom: 10px;
	font-size: 15px;
	text-transform: uppercase;
}

.yy_foot {
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.4px;
	height: 220px;
	line-height: 220px;
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(rgb(18 48 121 / 60%), rgb(18 48 121 / 60%)), url(../images/pinzhi.jpg) center no-repeat;
}

.yy_foot:hover {
	background: linear-gradient(rgb(18 48 121 / 80%), rgb(18 48 121 / 80%)), url(../images/pinzhi.jpg) center no-repeat;
}

.nypro-item-r .nypro-item-r-table {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	border: 1px #eee solid;
	font-size: 16px;
}

.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td:nth-child(1),
.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td:nth-child(3),
.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td:nth-child(5),
.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td:nth-child(6) {
	background: #F2F2F2;
}

.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td {
	font-weight: normal;
	box-sizing: border-box;
	text-align: justify;
	display: flex;
	width: 100%;
	min-height: 64px;
	align-items: center;
	border-bottom: 1px #eee solid;
	font-size: 17px;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 10px 0;
}

.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td span:first-child {
	min-width: 140px;
	box-sizing: border-box;
	padding-left: 40px;
	font-weight: bold;
	font-weight: normal;
}

.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td span {
	display: inline-block;
	padding-right: 30px;
	line-height: 26px;
}

.nypro-item-r .nypro-item-r-table .nypro-item-r-table-td span:nth-child(2) {
	flex: 1;
	color: #777;
}


.nypro-cpjs_a {
	width: 100%;
}

.nypro-cpjs_a h3 {
	color: #333;
	font-size: 36px;
	margin: 0 0 40px;
	position: relative;
	padding-left: 26px;
	font-weight: normal;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	font-weight: bold;
}

.nypro-cpjs_a h3:before {
	content: " ";
	width: 8px;
	height: 34px;
	position: absolute;
	left: 0px;
	background: #123079;
	border-radius: 4px;
	top: 2px;
}

.nypro-cpjs p {
	font-size: 18px;
	color: #555;
	line-height: 36px;
	margin-bottom: 10px;
}

.nypro-cpjs_a img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.nypro-cpjs_a table {}

.nypro-cpjs_a table tbody {
	font-size: 18px;
}

.nypro-cpjs_a table tbody tr {
	text-align: left;
}

.nypro-cpjs_a table tbody tr:nth-child(1) {
	background: #123079 !important;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	padding-left: 30px;
}
.nypro-cpjs_a table tbody tr:nth-child(1) p{color: #fff; margin-bottom: 0;}
.nypro-cpjs_a table tbody tr:nth-child(1) a {
	color: #fff;
}

.nypro-cpjs_a table tbody tr:nth-child(2n-1) {
	background: #f4f4f4;
}

.nypro-cpjs_a table tbody tr a {
	color: #666;
}

.nypro-cpjs_a table tbody tr span {
	font-size: 15px !important;
}

.nypro-cpjs_a table tbody tr:nth-child(1) span {
	font-size: 17px !important;
}

.nypro-cpjs_a table tbody td {
padding-left: 0px;
text-align: center;
}

.nypro-cpjs_a table tbody tr:hover {
	background: #123079;
	color: #fff;
}

.dsz-cont {
}

.dsz-title {
	font-size: 42px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}

.dsz-title b {
	color: #333;
}

.dsz-title span {
	color: #ddd;
	font-size: 36px;
	font-family: Impact;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 10px;
}

.dsz-cont h3 {
	font-size: 24px;
	color: #333;
	line-height: 80px;
}

.dsz-cont p {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 40px;
}

.wold {
	margin-bottom: 60px;
}

.wold_a {
	font-size: 30px;
	color: #333;
	text-align: left;

}

.wold ul {
	width: 100%;
	display: table;
}

.wold ul li {
	float: left;
	width: 31%;
	margin-right: 2%;
	text-align: center;
	height: 400px;
	position: relative;
	padding: 60px 30px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	border: 1px solid #123079;
}

.wold ul li h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
	width: 60px;
	height: 60px;
	background: #123079;
	border-radius: 100px;
	line-height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.wold ul li span {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
	line-height: 36px;
	font-weight: normal;
	display: block;
}

.wold ul li span b {
	font-size: 14px;
	color: #123079;
	font-weight: normal;
	display: block;
}

.wold ul li p {
	font-size: 14px;
	color: #888;
	line-height: 30px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

.wold ul li i {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 50px;
	width: 80px;
	height: 80px;
	background: #aaa;
	display: inline-block;
}

.wold ul li:hover {
	box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
}

.wold ul li:hover i {
	background: #0b7cc3
}

.section-title {
	font-size: 100px;
	margin-bottom: 10px;
	position: relative;
	color: #333;
	text-align: center;
}

.section-title h3 {
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-title span {
	font-size: 1.4rem;
	font-weight: normal;
	color: rgb(52 173 239);
	line-height: 70px;
	display: block;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.section-title span:hover {
	color: rgba(0, 81, 154, 0.6);
}

.section-title em {
	position: absolute;
	z-index: 99999;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -75%);
	text-transform: uppercase;
	font-size: 100px;
	font-weight: bold;
	background: linear-gradient(180deg, rgb(52 173 239 / 10%), rgb(52 173 239 / 0%));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	list-style: none;
	font-style: normal;
	line-height: 180px;
	font-family: 'Microsoft YaHei', Arial, 'PingFangSC';
}

.syqiys {
	width: 100%;
	box-sizing: border-box;
	margin-top: 30px;
	display: table;
	min-width: 1300px;
	background: #f9f9f9;
}

.syqiys ul {
	max-width: 1820px;
	margin: 0 auto;
	min-width: 1300px;
}

.syqiys ul li {
	float: left;
	width: 20%;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.3s ease;
	border-right: 1px solid #12307921;
}

.syqiys ul li i {
	display: inline-block;
	width: 62px;
	height: 62px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	background-color: #fff;
	border: 2px #123079 solid;
	position: relative;
	z-index: 9;
	transition: all 0.3s ease;
	transition: all 0.6s;
}

.syqiys ul li h3 {
	font-size: 24px;
	color: #333;
	padding: 40px 0;
	margin-bottom: 40px;
	position: relative;
	z-index: 9;
	transition: all 0.6s;
}

.syqiys ul li p {
	font-size: 15px;
	color: #666;
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
	text-align: justify;
	transition: all 0.6s;
	height: 140px;
}

.syqiys ul li.active i {

	margin-top: -40px;

}

.syqiys ul li.active h3 {

	color: #fff;

}

.syqiys ul li.active p {

	color: #fff;

}

.syqiys ul li h3:after {
	content: "";
	background: #123079;
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.syqiys ul li:hover h3:after{    background: #ffffff69;}
.syqiys ul li i.syqiys01 {

	background-image: url(../images/syqiys01.png);

}

.syqiys ul li i.syqiys02 {

	background-image: url(../images/syqiys02.png);

}

.syqiys ul li i.syqiys03 {

	background-image: url(../images/syqiys03.png);

}

.syqiys ul li i.syqiys04 {

	background-image: url(../images/syqiys04.png);

}

.syqiys ul li i.syqiys05 {

	background-image: url(../images/syqiys05.png);

}

.syqiys1:hover {

	background: url(../images/syqiys1h.jpg) center no-repeat;

}

.syqiys2:hover {

	background: url(../images/syqiys2h.jpg) center no-repeat;

}

.syqiys3:hover {

	background: url(../images/syqiys3h.jpg) center no-repeat;

}

.syqiys4:hover {

	background: url(../images/syqiys4h.jpg) center no-repeat;

}

.syqiys5:hover {

	background: url(../images/syqiys5h.jpg) center no-repeat;

}

.syqiys ul li:hover h3 {

	color: #fff;

	margin-top: -10px;

}

.syqiys ul li:hover i {

	margin-top: -10px;

}

.syqiys ul li:hover p {

	color: #fff;

	margin-top: -10px;

}

.advantages {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	min-height: 500px;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 50px;
	/* margin-bottom: 100px; */
	box-sizing: border-box;
	min-width: 1350px;
	padding: 0 25px;
}

/* 左侧文字导航 */
.text-nav {
	width: 200px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	margin-top: 100px;
}

.text-item {
	margin-bottom: 50px;
	position: relative;
	cursor: pointer;
}

.text-nav::after {
	content: "";
	position: absolute;
	top: 43%;
	left: 3px;
	transform: translateY(-50%);
	width: 1px;
	height: 254px;
	background: #D0DBE1;
}

.text-item p {
	color: #666;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
}

.text-item p::before {
	content: "";
	position: absolute;
	top: 0.9px;
	left: -4.6px;
	width: 16px;
	height: 16px;
	background: #D0DBE1;
	border-radius: 50%;
	z-index: 3;
	opacity: 0;
}

.text-item p::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D0DBE1;
	transform: scale(1);
	transition: all .4s;
	z-index: 4;
}

.text-item strong {
	color: #999;
	font-size: 16px;
	font-weight: bold;
}

/* 激活状态（高亮） */
.text-item.active p::before {
	opacity: 1;
}

.text-item.active p::after {
	transform: scale(1.5);
	background: #123079;
}

.text-item.active strong {
	font-weight: bold;
	color: #123079;
	font-size: 18px;
}

.text-item.active {
	/* color: #fff; */
	/* background-color: #2563eb; */
	/* 高亮背景色 */
}

.text-item:hover {
	/* background-color: #e5e7eb; */
}

/* 右侧图片容器 */
.image-advantages {
	flex: 1;
	/* height: 500px; */
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.image-item {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	width: 100%;
	height: 500px;
	/* opacity: 0; */
	transition: opacity 0.5s ease;
	/* object-fit: cover; */
	/* 保持图片比例 */
	margin-bottom: 40px;
}

.image-advantages ul {}

.image-advantages ul li {
	position: relative;
}

.image-item-img {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.image-item-img img {
	/* width: 100%; */
}

.image-item-cry {
	width: 47%;
	position: absolute;
	bottom: 74px;
	left: 44px;
	display: block;
	padding: 22px 22px 25px 32px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background: rgba(117, 121, 135, 0.40);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	border-radius: 15px;
	overflow: hidden;
	/* margin: 0 auto; */
	margin: 0 auto;
}

.image-item-cry p {
	font-size: 24px;
	color: #fff;
	/* font-weight: bold; */
	padding-bottom: 20px;
	padding-top: 10px;
}

.image-item-cry span {
	color: #fff;
	display: block;
	line-height: 35px;
	font-size: 14px;
	text-align: justify;
}

/* 显示当前图片 */
.image-item.active {
	opacity: 1;
}


.ny_zzry {
	padding-top: 60px;
	padding-bottom: 120px;
	background: url(../images/rongyu_bg.jpg) center no-repeat;
}

.ny_rongyu {
	box-sizing: border-box;
	margin: 0 auto;
	display: table;
	margin-top: 50px;
	width: calc(100% - 200px);
	max-width: 1600px;
	min-width: 1300px;
}

.ny_rongyu ul {
	margin: 0 auto;
}

.ny_rongyu ul li {
	float: left;
	margin: 0 10px;
	border-radius: 6px;
	transition: all 0.6s;
	position: relative;
	width: 350px;
	/* height: 90px; */
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.ny_rongyu ul li img {
	display: block;
	border-radius: 6px;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	/* border: 1px solid #f0f0f0; */
}

.ny_rongyu ul li p {
	display: none;
}

.ny_rongyu ul li:hover p {
	background: rgb(18 48 121 / 80%);
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

#demo2p {
	list-style: none outside none;
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	min-width: 1300px;
}

#indemo2p {
	float: left;
	width: 800%;
}

#demo2p1 {
	float: left;
}

#demo2p2 {
	float: left;
}

.intop {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: rgb(18 48 121 / 60%);
	line-height: 60px;
	color: #efefef;
}

.container_n {
	/* max-width: 1700px; */
	/* width: calc(100% - 200px); */
	width: 100%;
}

.d-flex {
	display: flex !important;
}

.intop span {
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
}

.intopa1 {
	font-size: 18px !important;
	font-weight: bold;
	background: #123079;
	width: 10%;
}

.intopa {
	width: 90%;
}

.intopa a {
	display: block;
	float: left;
	width: 33%;
	transition: .4s;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 5% 0 5%;
	border-right: 2px solid #ffffff2e;
}
.intopa a:hover{font-weight: bold;}
.intopa a span {
float: right;
    font-family: 'Barlow';
    opacity: 0.7;
}

.ht_cpzs {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
}

.ht_cpzs_a {
	background: #f4f4f4;
	padding-bottom: 70px;
}

.ht_biaoti {
	text-align: center;
	padding-top: 80px;
}

.ht_biaoti p {
	font-size: 42px;
	font-weight: bold;
	color: #333;
	line-height: 48px;
}

.ht_biaoti span {
	display: block;
	line-height: 60px;
	color: #888;
	font-size: 18px;
}

.ht_gsjs {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	/* margin-bottom: 90px; */
	min-width: 1300px;
}

.ht_gsjs_a {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	color: #666;
	line-height: 40px;
	min-width: 1300px;
}

.ht_gsjs_a p {}

.data-card-wrap {
	max-width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 40px;
}

.data-item {
	padding: 60px 30px;
	position: relative;
	color: #fff;
}

.data-item:nth-child(1) {
	background-color: #123079;
}

.data-item:nth-child(2),
.data-item:nth-child(3),
.data-item:nth-child(4) {
	background: linear-gradient(90deg, #e8edf4, #f3f6fa);
	color: #333;
}

.data-item:hover .num-tag {
	margin-bottom: 70px;
}

.num-tag {
	font-size: 18px;
	opacity: 0.6;
	margin-bottom: 90px;
	transition: all 0.6s;
}

.icon-box {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hex-icon {
	width: 72px;
	height: 72px;
}

.hex-icon1 {
	width: 30px;
	height: 30px;
}

.title-text {
	font-size: 18px;
	margin-bottom: 5px;
	/* font-weight: 200; */
	opacity: 0.6;
}

.big-num {
	font-size: 52px;
	font-weight: bold;
	line-height: 1.1;
	color: #123079;
}

.data-item:nth-child(1) .big-num {
	color: #fff;
}

/* 响应式 */
@media(max-width:1200px) {
	.data-card-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.big-num {
		font-size: 64px;
	}
}

@media(max-width:768px) {
	.data-card-wrap {
		grid-template-columns: 1fr;
	}

	.big-num {
		font-size: 52px;
	}
}

.product-wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
	margin: 0 auto;
	margin-top: 30px;
}

.product-card {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	grid-column: span 2;
}

/* 第一行两个卡片，每个占3格 */
.product-card:nth-child(1),
.product-card:nth-child(2) {
	/* grid-column: span 1; */
}

/* 第二行三个卡片，每个占2格 */
.product-card:nth-child(3),
.product-card:nth-child(4),
.product-card:nth-child(5) {
	/* grid-column: span 1; */
}

.product-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

/* 鼠标悬浮图片放大，容器大小不变 */
.product-card:hover img {
	transform: scale(1.1);
}

/* 底部蓝色渐变蒙层 */
.card-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, rgb(0 0 0 / 40%) 0%, rgba(12, 48, 120, 0) 100%);
	padding: 60px 0 20px 0;
	color: #ffffff;
	text-align: center;
}

.card-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.card-desc {
	font-size: 15px;
	line-height: 26px;
	opacity: 0.92;
}

/* 移动端适配：小屏幕全部变成1列 */
@media (max-width: 900px) {
	.product-wrap {
		grid-template-columns: 1fr;
	}

	.product-card:nth-child(1),
	.product-card:nth-child(2),
	.product-card:nth-child(3),
	.product-card:nth-child(4),
	.product-card:nth-child(5) {
		grid-column: span 1;
	}
}

.ht_biaoti_a {
	text-align: center;
	padding-top: 160px;
}

.ht_biaoti_a p {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
}

.ht_biaoti_a span {
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.ht_foot {
	background: url(../images/dibu_bg.jpg) center no-repeat;
	width: 100%;
	height: 621px;
}

.ht_foot_a {
	width: calc(100% - 200px);
	max-width: 1720px;
	margin: 0 auto;
	min-width: 1300px;
}

.ht_foot_a ul {
	display: table;
	margin: 0 auto;
	width: 100%;
	margin-top: 80px;
}

.ht_foot_a ul li {
	width: 31.3%;
	float: left;
	margin: 0 1%;
	background: #123079;
	height: 170px;
	border-radius: 4px;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgb(18 48 121 / 70%);
	transition: all 0.6s;
}

.ht_foot_a ul li p {
	color: #fff;
	font-size: 24px;
	/* font-weight: bold; */
}

.ht_foot_a ul li span {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	display: block;
	opacity: 0.8;
	margin-top: 10px;
	height: 80px;
}

.ht_foot_a ul li a {
	font-size: 18px;
	color: #fff;

}

.ht_foot_a ul li:hover {
	margin-top: -10px;
}

.about_advantage_list {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* max-width: 1450px; */
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
	background: #fff;
	padding: 40px 80px;
	border-radius: 6px;
	}


	.hsbj {
		width: 100%;
		background: #f4f4f4;
		padding: 60px 0;
	}

	.hsbg {
		width: 100%;
		background: #f8f8f8;
	}

	.qianhui {
		width: 100%;
		background: #f8f8f8;
		padding: 60px 0;
	}


	.topright {
		float: right;
	}

	.toptel {
		float: right;
		padding-left: 25px;
		margin-top: 25px;
		margin-left: 20px;
		line-height: 20px;
		background: url(../images/toprighttel.png) left center no-repeat;
		position: relative;
		z-index: 999;
	}

	.toptel span {
		font-size: 14px;
		color: #fff;
	}

	.toptel h3 {
		font-size: 24px;
		font-weight: 600;
		color: #123079;
	}

	.hd_search {
		position: relative;
		width: 28px;
		height: 28px;
		margin-top: 20px;
		float: left;
	}

	.hd_search .hd_search_form {
		width: 28px;
		height: 28px;
		box-sizing: border-box;
		background: #fff;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		overflow: hidden;
		border: 1px #eee solid;
		transition: all .5s ease;
		border-radius: 24px;
	}

	.hd_search_btn {
		width: 26px;
		height: 26px;
		float: right;
		padding: 0;
		display: block;
		cursor: pointer;
		border: none;
		color: #5c5c5c;
	}

	.hd_search_box {
		line-height: 26px;
		font-size: 14px;
		width: 0;
		height: 26px;
		position: absolute;
		top: 0;
		right: 30px;
		z-index: 2;
		margin: 0;
		border: none;
		transition: all .5s ease;
	}

	.hd_search: hover .hd_search_form {
		width: 200px;
	}

	.hd_search: hover .hd_search_box {
		width: 160px;
	}

	.hd_search .topfadz {
		display: inline-block;
		width: 26px;
		height: 26px;
		background: #fff url(../images/topsearch.png) center center no-repeat;
	}



	.cpld {
		min-width: 750px;
	}

	.cpld ul li {
		width: 160px;
		float: left;
		margin-right: 10px;
		border: 1px #eee solid;
		border-radius: 3px;
		padding: 20px;
		height: 240px;
	}

	.cpld ul li h4 {
		text-align: center;
		line-height: 50px;
		font-size: 30px;
		color: #fff;
		width: 100%;
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background: #cc0000;
		text-align: center;
		margin: 30px auto;
		border-radius: 100%;
	}

	.cpld ul li p {
		font-size: 15px;
		color: #333;
		line-height: 30px;
		width: 100% !important;
		text-align: center;
	}


	.sybgsp {
		max-width: 1920px;
	}

	.yuyan {
		float: right;
		margin-left: 20px;
		height: 90px;
		line-height: 90px;
		position: relative;
	}

	.yuyan h3 {
		font-size: 14px;
		color: #666;
		font-weight: normal;
	}

	.yuyan h3 i {
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		border-radius: 100%;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		-o-border-radius: 100%;
		background: #aaa url(../images/language_icon_2.gif) no-repeat center center;
		background-size: cover;
		margin-right: 6px;
		margin-top: -3px
	}

	.yuyan ul {
		background: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		z-index: 999;
		text-align: center;
		overflow: hidden;
		height: 0;
		transition: all .5s ease;
	}

	.yuyan ul li {
		line-height: 50px;
		font-size: 14px;
		color: #666;
		border-bottom: 1px #eee solid;
		position: relative;
		transition: all .5s ease;
		z-index: 999;
	}

	.yuyan ul li:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 1px;
		margin-left: 0;
		width: 0;
		height: 2px;
		background: #123079;
		transition: all .5s ease;
	}

	.yuyan ul li:hover:after {
		width: 60px;
		margin-left: -30px;
	}

	.yuyan: hover ul {
		display: block;
		height: 100px;
	}


	.five {
		overflow: hidden;
		padding: 70px 0;
	}

	.five01 {
		margin-top: 50px;
		width: 21%;
		-webkit-transition: transform .3s;
		transition: transform .3s;
		margin: 0 2%;
	}

	.five01 dl {
		width: 100%;
	}

	.five01 dl dt {
		width: 100%;
		line-height: 0;
	}

	.five01 dl dt img {
		max-width: 100%;
		display: block;
	}

	.five01 dl dd {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 10;
	}

	.five01 dl dd em {
		background: #c00;
		display: block;
		width: 86px;
		height: 86px;
		margin: -35px auto 0;
		border-radius: 50%;
		overflow: hidden;
		padding: 13px;
		box-sizing: border-box;
	}

	.five01.five_right dl dd em {
		background: #f7c000
	}

	.five01 dl dd em img {
		width: 60px;
		height: 60px;
	}

	.five01 dl dd h5 {
		font-size: 18px;
		color: #333;
		padding: 8px 0 0;
	}

	.five_m {
		width: 185px;
		height: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(31, 51, 154, 0.9);
		text-align: center;
		padding: 0 25px;
		overflow: hidden;
		font-size: 16px;
		color: #fff;
		transition: height .5s;
		-moz-transition: height .5s;
		/* Firefox 4 */
		-webkit-transition: height .5s;
		/* Safari and Chrome */
		-o-transition: height .5s;
		/* Opera */
	}

	.five_m p {
		padding: 60px 0 0;
		line-height: 30px;
		height: 150px;
		overflow: hidden;
	}

	.five01: hover .five_m,
	.five01.cur .five_m {
		height: 304px;
	}

	.five01: hover,
	.five01.cur {
		-webkit-transform: translate(0, -40px);
		transform: translate(0, -40px);
	}

	.five_left dl dt,
	.five_left dl dt img,
	.five_left .five_m {
		border-radius: 20px 0;
	}

	.five_right dl dt,
	.five_right dl dt img,
	.five_right .five_m {
		border-radius: 0 20px;
	}

	.five .nobor {
		margin-right: 0;
	}

	.sygcfwt {
		width: 100%;
		height: 600px;
		overflow: hidden;
	}

	.sygcfwt ul {
		width: 9999px;
		white-space: nowrap;
		overflow: hidden;
	}

	.sygcfwt ul:nth-child(1) {
		-webkit-animation: 120s rowleft linear infinite normal;
		animation: 120s rowleft linear infinite normal;
	}

	.sygcfwt ul:nth-child(2) {
		-webkit-animation: 160s rowleft linear infinite normal;
		animation: 160s rowleft linear infinite normal;
	}

	.sygcfwt ul:nth-child(3) {
		-webkit-animation: 140s rowleft linear infinite normal;
		animation: 140s rowleft linear infinite normal;
	}

	.sygcfwt ul li {
		float: left;
		height: 200px;
		opacity: 0.3;
		transition: all .5s ease;
	}

	.sygcfwt ul li img {
		height: 100%;
	}

	.sygcfwt ul li:hover {
		opacity: 1;
	}

	.sygcfwt ul li:nth-child(even) {
		left: 100%;
	}

	.sygcfwt ul:nth-child(even) {
		-webkit-animation: 160s rowleft linear infinite normal;
		animation: 160s rowleft linear infinite normal;
	}

	@keyframes rowleft {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		100% {
			-webkit-transform: translate3d(-3000px, 0, 0);
			transform: translate3d(-3000px, 0, 0);
		}
	}

	.syabout_box {
		width: 100%;
		background: #f9f9f9;
		padding: 80px 0;
		position: relative;
	}

	.syabout {
		width: calc(100% - 200px);
		max-width: 1720px;
		min-height: 610px;
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}

	.syabout_l {
		float: left;
		width: 50%;
		background: url(../images/syaboutimg.jpg) center center no-repeat;
		background-size: cover;
		height: 760px;
	}

	.syabout_r {
		float: right;
		width: calc(50% - 200px);
		margin-right: 100px;
		position: relative;
		min-height: 450px;
	}

	.syabout_r h3 {
		font-size: 60px;
		color: #123079;
		text-transform: uppercase;
		line-height: 80px;
	}

	.syabout_r h4 {
		font-size: 30px;
		color: #333;
	}

	.syabout_r p {
		font-size: 16px;
		color: #888;
		line-height: 36px;
		text-align: justify
	}

	.syabout_r p:hover {
		color: #666;
	}

	.syabout_r_a {
		font-size: 24px;
		color: #123079;
		text-transform: uppercase;
	}

	.syabout_list {
		width: calc(100% - 200px);
		max-width: 1720px;
		margin: 0 auto;
		min-width: 1300px;
		height: 30px;
		box-sizing: border-box;
		position: relative;
	}

	.syabout_list ul {
		width: 100%;
		padding: 80px;
		background: #123079;
		height: 230px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: -115px;
		z-index: 9;
		box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
	}

	.syabout_list li {
		float: left;
		width: 25%;
	}

	.syabout_list li h3 {
		float: left;
		font-size: 90px;
		font-weight: bold;
		color: #fff;
		padding-top: 10px;
		font-family: Arial
	}

	.syabout_list li h4 {
		float: left;
		margin-left: 10px;
		font-weight: normal;
	}

	.syabout_list li h4 b {
		font-size: 24px;
		color: #fff;
		display: block;
		font-weight: normal;
	}

	.syabout_list li h4 span {
		font-size: 18px;
		color: #fff;
	}


	.mr_frUl {
		width: 100%;
		position: relative;
		z-index: 5;
		overflow: hidden;
	}

	.mr_frBtnL {
		margin: 0;
		cursor: pointer;
		background: #123079;
		position: absolute;
		top: -100px;
		right: 50px;
		width: 30px;
		height: 30px;
		z-index: 9;
		border-radius: 4px;
		transition: all .3s;
	}

	.mr_frBtnR {
		margin: 0;
		cursor: pointer;
		background: #123079;
		position: absolute;
		top: -100px;
		right: 0;
		width: 30px;
		height: 30px;
		z-index: 9;
		border-radius: 4px;
		transition: all .3s;
	}

	.mr_frBtnbg {
		background: #123079 !important;
	}

	.syyoushi {
		background: #eee;
		padding: 80px 0;
		position: relative;
		z-index: 10;
	}

	.syyoushi_title {
		width: calc(100% - 200px);
		max-width: 1720px;
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
	}

	.syyoushi_title h3 {
		font-size: 36px;
		color: #123079;
		text-transform: uppercase;
		line-height: 50px;
		font-weight: normal
	}

	.syyoushi_title h4 {
		font-size: 30px;
		color: #333;
		float: left;
		margin-right: 50px;
		line-height: 40px;
		font-weight: normal
	}

	.syyoushi_list {
		width: calc(100% - 200px);
		max-width: 1720px;
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
	}

	.syyoushi_list ul {
		width: 100%
	}

	.syyoushi_list ul li {
		float: left;
		width: 23.5%;
		margin-right: 2%;
		text-align: center;
		height: 500px;
		background: #f5f6f7;
		position: relative;
		padding: 70px 20px;
		box-sizing: border-box;
		transition: all 0.3s ease;
		box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.1);
	}

	.syyoushi_list ul li h4 {
		font-size: 50px;
		color: #aaa;
		margin-bottom: 50px;
	}

	.syyoushi_list ul li h3 {
		font-size: 24px;
		color: #333;
		margin-bottom: 20px;
		line-height: 60px;
		font-weight: normal
	}

	.syyoushi_list ul li p {
		font-size: 16px;
		color: #888;
		margin-bottom: 35px;
	}

	.syyoushi_list ul li i {
		position: absolute;
		left: 50%;
		margin-left: -50px;
		bottom: 80px;
		width: 100px;
		height: 100px;
		background: #aaa;
		display: inline-block;
	}

	.syyoushi_list ul li:hover {
		box-shadow: 0px 2px 10px 1px rgba(50, 50, 50, 0.3);
	}

	.syyoushi_list ul li:hover i {
		background: #123079;
	}


	.syyoushi_list ul li:hover p {
		color: #ddd;
	}

	.syyoushi_list ul li:hover h3 {
		color: #fff;
	}

	.syyoushi_list ul li:hover h4 {
		color: #ddd;
	}

	.syyoushi_list ul li:hover {
		background: url(../images/jz1.jpg) no-repeat center;
	}

	.syyoushi_list ul li:nth-child(2):hover {
		background: url(../images/jz2.jpg) no-repeat center;
	}

	.syyoushi_list ul li:nth-child(3):hover {
		background: url(../images/jz3.jpg) no-repeat center;
	}

	.syyoushi_list ul li:nth-child(4):hover {
		background: url(../images/jz4.jpg) no-repeat center;
	}



	.baxiangfuwu {
		width: calc(100% - 300px);
		max-width: 1620px;
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
	}

	.baxiangfuwu-l {
		float: left;
		width: 28%;
	}

	.baxiangfuwu-l ul li {
		padding: 0 0 0 80px;
		cursor: pointer;
		position: relative;
		color: #333;
		line-height: 100px;
		height: 100px;
		font-size: 18px;
		transition: all 0.5s ease;
		background: #ddd;
		margin-bottom: 10px;
	}

	.baxiangfuwu-l ul li:before {
		content: " ";
		position: absolute;
		left: 0;
		top: 0px;
		width: 0;
		height: 100px;
		background: #e60012;
		transition: all 0.5s ease;
	}

	.baxiangfuwu-l ul li.on {
		font-size: 19px;
		color: #cc0000;
		background: #eee;
	}

	.baxiangfuwu-l ul li.on:before {
		width: 5px;
	}

	.baxiangfuwu-l ul li span {
		font-size: 18px;
		transition: all 0.5s ease;
		margin-right: 50px;
		font-family: "微软雅黑 light";
		color: rgba(255, 255, 255, 0.2);
		text-transform: uppercase;
		float: right;
	}

	.baxiangfuwu-r {
		float: left;
		width: 72%;
		position: relative;
	}

	.baxiangfuwu-l ul li.on span {
		color: #e60012;
	}

	.baxiangfuwu-r ul li {
		opacity: 0;
		z-index: 1;
		position: absolute;
		transition: all 0.5s ease;
		width: 100%;
	}

	.baxiangfuwu-r ul li.on {
		opacity: 1;
		z-index: 9;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rl {
		background: rgba(0, 0, 0, 0.5);
		width: 500px;
		height: 320px;
		box-sizing: border-box;
		padding: 40px;
		position: relative;
		z-index: 9;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rl h3 {
		color: #fff;
		margin-bottom: 10px;
		font-size: 24px;
		padding-left: 15px;
		line-height: 35px;
		width: 150px;
		background: #cc0000;
		border-radius: 15px;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rl h4 {
		font-size: 16px;
		color: #fff;
		line-height: 50px;
		font-weight: normal;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rl p {
		font-size: 14px;
		color: #fff;
		line-height: 32px;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rb {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 320px;
		overflow: hidden;
	}

	.baxiangfuwu-r ul li .baxiangfuwu-rb img {
		position: absolute;
		left: 0;
		height: 320px;
		transition: all 0.5s ease;
	}

	.baxiangfuwu-r ul li.on .baxiangfuwu-rb img {
		left: 0;
	}











	.zzyygd {
		margin-top: 20px;
	}

	.zzyygd a {
		width: 100%;
		display: block;
		width: 160px;
		height: 40px;
		line-height: 40px;
		color: #555;
		border: 1px #555 solid;
		margin: 0 auto;
		text-align: center;
	}


	.sypro1 {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		z-index: 10
	}



	.syyoushi_title1 {
		width: calc(10% - 100px);
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
		position: absolute;
		z-index: 999;
		left: 100px;
		top: 80px;
	}

	.syyoushi_title1 h3 {
		font-size: 36px;
		color: #fff;
		text-transform: uppercase;
		line-height: 50px;
		text-align: left;
		font-weight: normal;
	}

	.syyoushi_title1 h4 {
		font-size: 30px;
		color: #fff;
		float: left;
		margin-right: 50px;
		line-height: 40px;
		font-weight: normal;
	}

	.syyoushi_title2 {
		width: calc(10% - 100px);
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
		position: absolute;
		z-index: 999;
		right: 100px;
		text-align: right;
	}

	.syyoushi_title2 h4 {
		color: #fff;
		font-size: 28px;
		font-family: '宋体', "微软雅黑";
		letter-spacing: 7px;
		margin-top: 90px;
	}


	#sy_about {
		width: 100%;
		max-height: 773px;
		overflow: hidden;
	}

	.sy_about {
		position: relative;
		width: calc(100% - 200px);
		max-width: 1320px;
		margin: 0 auto;
		min-width: 950px;
		padding: 90px 0;
	}

	.sy_about_l {
		width: 75%;
		float: left;
		background: url(../images/sy_about.jpg) no-repeat center;
	}

	.sy_about_l i {
		width: 80px;
		height: 3px;
		background: #fff;
		display: block;
	}

	.sy_about_l h3 {
		font-size: 30px;
		color: #fff;
		line-height: 200px;
		font-weight: normal;
	}

	.sy_about_l p {
		width: 74%;
		color: #fff;
		font-size: 16px;
		line-height: 40px;
		padding-bottom: 40px;
	}

	.sy_about_l a {
		position: absolute;
		bottom: 50px;
		color: #fff;
		width: 130px;
		border: 1px #fff solid;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		display: block;
	}

	.sy_about_l ul {
		width: 80%;
		padding: 50px 0px 80px 0;
		height: 230px;
		box-sizing: border-box;
		z-index: 9;
	}

	.sy_about_l li {
		float: left;
		width: 33%;
	}

	.sy_about_l li h3 {
		float: left;
		font-size: 90px;
		font-weight: bold;
		color: #fff;
		padding-top: 10px;
		font-family: Arial
	}

	.sy_about_l li h4 {
		font-weight: normal;
		position: relative;
		margin-bottom: 10px;
		height: 34px;
	}

	.sy_about_l li h4 b {
		font-size: 50px;
		color: #fff;
		display: block;
		font-weight: normal;
		float: left;
	}

	.sy_about_l li h4 span {
		font-size: 18px;
		color: #fff;
	}


	.sy_about_r {
		width: 25%;
		float: left;
		background: url(../images/abbj2.jpg) no-repeat center;
	}

	.sy_about2 {
		width: calc(100% - 140px);
		margin: 0 auto;
		padding: 90px 0;
	}

	.sy_about_r i {
		width: 80px;
		height: 3px;
		background: #fff;
		display: block;
	}

	.sy_about_r h3 {
		font-size: 30px;
		color: #fff;
		line-height: 200px;
		font-weight: normal;
	}

	.sy_about_r p {
		width: 85%;
		color: #fff;
		font-size: 16px;
		line-height: 40px;
	}

	.sy_about_r a {
		color: #fff;
		width: 130px;
		border: 1px #fff solid;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		display: block;
	}


	.sy_about_r ul {
		width: 100%;
		padding: 80px 0px;
		height: 230px;
		box-sizing: border-box;
		z-index: 9;
		display: none;
		margin-bottom: 30px;
	}

	.sy_about_r li {
		float: left;
		width: 39%;
	}

	.sy_about_r li h3 {
		float: left;
		font-size: 90px;
		font-weight: bold;
		color: #fff;
		padding-top: 10px;
		font-family: Arial
	}

	.sy_about_r li h4 {
		font-weight: normal;
		position: relative;
		margin-bottom: 10px;
	}

	.sy_about_r li h4 b {
		font-size: 50px;
		color: #fff;
		display: block;
		font-weight: normal;
		float: left;
	}

	.sy_about_r li h4 span {
		font-size: 18px;
		color: #fff;
	}





	.sy_about_r: hover {
		width: 45%;
		position: absolute;
		right: 0px;
		z-index: 9;
		-webkit-transition: all 0.7s ease 0s;
		transition: width 0.3s linear
	}

	.sy_about_r: hover .sy_about2 ul {
		display: block;
	}

	.sy_about_r: hover p {
		padding-bottom: 90px !important;
	}




	.nyqysl {
		padding: 100px 50px
	}

	.nyqysl h3 {
		font-size: 24px;
		font-weight: normal;
		line-height: 70px;
		margin-bottom: 30px;
		color: #fff
	}

	.nyqysl p {
		font-size: 15px;
		line-height: 30px;
		color: #fff;
		margin-bottom: 30px;
	}

	.nyqyslbk ul li:hover {
		background-size: 110%;
		transition: all 0.5s ease;
	}


	.solution-list {
		width: calc(100% - 300px);
		max-width: 1620px;
		margin: 0 auto;
		min-width: 1300px;
		box-sizing: border-box;
	}

	.solution-list ul {
		width: 100%;
	}

	.solution-list ul li {
		width: 23%;
		float: left;
		margin-right: 2.5%;
		margin-bottom: 20px;
		position: relative;
	}

	.solution-list ul li a {
		display: block;
	}

	.solution-list ul li a .img {
		width: 100%;
		position: relative;
		max-height: 480px;
	}

	.solution-list ul li a .img img {
		width: 100%;
		height: 492px;
	}

	.cpyywz {
		padding: 15px;
		position: absolute;
		height: 380px;
		top: 20px;
		left: 30px;
		width: 85%;
	}

	.cpyywz h3 {
		font-weight: normal;
		font-size: 24px;
		line-height: 70px;
		color: #fff;
		margin-bottom: 20px;
	}

	.cpyywz p {
		text-align: center;
		font-size: 13px;
		color: #fff;
		margin-bottom: 20px;
		width: 100px;
		height: 35px;
		border-radius: 10px;
		border: 1px #fff solid;
		border-radius: 20px;
		line-height: 35px;
		margin-right: 13px;
		float: left;
	}

	.cpyywz span {
		font-size: 15px;
		color: #fff;
		text-align: left;
		position: absolute;
		bottom: 10px;
		font-weight: normal;
	}

	.cpyywz em {
		font-size: 15px;
		display: block;
		color: #fff;
		font-style: normal;
		padding-bottom: 20px;
		padding-top: 20px;
		text-transform: uppercase;
		clear: both;
	}

	.dsz-cont {
		/* float: right; */
		/* width: 60%; */
	}

	.dsz-title {
		font-size: 36px;
		color: #333;
		font-weight: bold;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.dsz-title b {
		color: #333;
	}

	.dsz-title span {
		color: #ddd;
		font-size: 36px;
		font-family: Impact;
		text-transform: uppercase;
		font-weight: normal;
		margin-left: 10px;
	}

	.dsz-cont h3 {
		font-size: 24px;
		color: #333;
		line-height: 80px;
	}

	.dsz-cont p {
		font-size: 18px;
		color: #666;
		line-height: 36px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding-bottom: 40px;
	}

	.wmny_flex {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about_advantage_item_box {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
		transition: all 1s cubic-bezier(.77, 0, .175, 1);
		-webkit-transition-delay: 150ms;
		transition-delay: 150ms;
	}

	.about_advantage_item_big {
		position: relative;
	}

	.about_advantage_item_number {
		position: relative;
	}

	.Manrope-ExtraBold {
		font-family: "Manrope-ExtraBold", "Microsoft YaHei", å¾®è½¯é›…é»‘, "Arial", "Helvetica", "sans-serif" !important;
	}

	.about_advantage_item_layer {
		font-size: 60px;
		font-weight: bold;
		line-height: 1.1;
		color: #123079;
	}

	.about_advantage_item_box:nth-child(1) .about_advantage_item_icon {
		right: -0.41666vw;
	}

	.about_advantage_item_icon {
		position: absolute;
		right: -0.78125vw;
		bottom: 0;
		width: 30px;
		height: 30px;
		background: #fff;
		box-sizing: border-box;
		border: 0.0520833vw solid #123079;
		color: #123079;
		font-size: 30px;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		box-shadow: 0.26041666vw 0 1.5625vw rgb(18 48 121 / 40%);
	}

	.about_advantage_item_label {
		font-size: 0.88541666vw;
		line-height: 2.3958333vw;
		margin-left: 0.78125vw;
		font-weight: bold;
		text-transform: uppercase;
		color: #1d2088;
	}

	.about_advantage_item_text {
		font-size: 18px;
		line-height: 1.458333vw;
		margin-top: 20px;
		color: #666666;
	}

	@media screen and (max-width: 1700px) {
		.navbar-menu li {
			padding: 0 35px 0 35px;
		}
	}

	@media screen and (max-width: 1620px) {
		.navbar-menu li {
			padding: 0 33px 0 33px;
		}
	}

	@media screen and (max-width: 1600px) {
		.navbar-menu li {
			padding: 0 20px 0 20px;
		}

		.navbar-logo img {
			width: 280px;
		}

		.navbar-menu a {
			font-size: 17px;
		}

		.input_text {
			font-size: 17px;
		}

		.navbar-tel dt a {
			font-size: 17px;
		}
	}

	@media screen and (max-width: 1440px) {
		.navbar-menu li {
			padding: 18px;
		}

		.navbar-menu a {
			font-size: 17px;
		}

		.navbar-logo img {
			width: 260px;
		}

		.input_text {
			font-size: 17px;
		}

		.navbar-tel dt a {
			font-size: 17px;
		}
	}

	;
}

.ht_cqzs {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
}

.ht_cqzs ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0 auto;
	margin-top: 30px;
}

.ht_cqzs ul li {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.ht_cqzs ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.ht_cqzs ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to top, rgb(0 0 0 / 40%) 0%, rgba(12, 48, 120, 0) 100%);
	padding: 60px 0 20px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

.ht_cqzs ul li:hover img {
	transform: scale(1.1);
}

.card-title_a {
	position: absolute;
	left: 33%;
	bottom: 42%;
	color: #ffffff;
	width: 150px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	line-height: 42px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 4px;
}

.in-box {
	width: 100%;
	height: 58rem;
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.in-box .img {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.in-box .text {
	text-align: center;
	position: relative;
}

.one .text .top {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
	/* text-shadow: 0px 2px 9px rgba(0, 0, 0.26); */
}

.one .text .red-line {
	margin: 0 auto;
	margin-top: 10px;
	width: 50px;
	height: 4px;
	background: #a71f24;
	border-radius: 4px;
}

.one .text .title {
	margin-top: 58px;
}

.in-box .text .title {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
}

.in-box .text .intro {
	margin-top: 57px;
}

.in-box .text .intro p {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 43px;
}

.in-box .text .btn {
	margin-top: 40px;
}
.in-box .text .btn a:hover{background: #123079;     border: 1px solid #123079;}
.in-box .text .btn .more {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.in-box .text .btn .more .more-text,
.in-box .text .btn .more .icon {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.in-box .text .btn .more::after {
	content: "";
	width: 0%;
	height: 100%;
	background-color: #E84127;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.ny_shfw {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.ny_shfw ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	min-width: 1300px;
	margin-top: 40px;
	/* margin-bottom: 80px; */
}

.ny_shfw ul li {
	width: 16%;
	background-size: cover;
	position: relative;
	z-index: 2;
	height: 450px;
	box-sizing: border-box;
	padding: 60px 1% 80px 1%;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}

.ny_shfw ul li p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px;
	font-family: hm;
	transition: all 0.1s;
	color: #333;
	font-weight: bold;
}

.ny_shfw ul li span {
	line-height: 36px;
	height: 130px;
	font-family: hr;
	color: #666;
	transition: all 0.1s;
	text-overflow: -o-ellipsis-lastline;
	margin-bottom: 18px;
	font-size: 17px;
}
.ny_shfw ul li span em{font-style: normal;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 7px 0;
    font-size: 16px;}
.ny_shfw ul li h4 {
	width: 100px;
	height: 100px;
	/* border: 1px #12307936 solid; */
	border-radius: 50px;
	margin-top: 40px;
	margin: 0 auto;
}

.ny_shfw ul li img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.ny_shfw ul li:hover {
	background: #123079;
}
.ny_shfw ul li:hover span em{border-bottom: 1px dashed #f2f2f24d;}
.ny_shfw ul li:hover p {
	color: #fff;
}

.ny_shfw ul li:hover span {
	color: #fff;
}

.ny_shfw ul li .img2 {
	display: none;
}

.ny_shfw ul li:hover .img1 {
	display: none;
}

.ny_shfw ul li:hover .img2 {
	display: block;
}



.htny_xxfu {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.htny_xxfu ul {
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: 0 auto;
	/* margin-top: 30px; */
}

.htny_xxfu ul li {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.6s;
}

.htny_xxfu ul li a {
	display: table;
	background: #f4f4f4;
	width: 100%;
	padding: 40px 20px 30px 20px;
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
	border-radius: 6px;
}

.htny_xxfu ul li p {
	font-size: 18px;
	font-weight: bold;
	/* padding-top: 10px; */
	float: left;
}

.htny_xxfu ul li span {
	display: block;
	/* border: 2px solid #f4f4f4; */
	border-radius: 6px;
	float: right;
}

.htny_xxfu ul li span img {
	width: 100%;
	/* height: 300px; */
}

.htny_xxfu ul li em {
	display: block;
	width: 140px;
	line-height: 35px;
	border-radius: 60px;
	color: #666;
	transition: .4s;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
}

.htny_xxfu ul li a:hover p {
	color: #123079;
}

.htny_xxfu ul li:hover {
	margin-top: -10px;
}

.htny_xxfu_a {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
}

.crane-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	color: #555;
}

.crane-table th,
.crane-table td {
	border: 1px solid #f0f0f0;
	padding: 18px 20px;
	text-align: left;
	/* color: #555; */
}

.crane-table thead tr {
	background-color: #123079;
	color: #fff;
	font-size: 18px;
}

.crane-table tbody tr:nth-child(2n) {
	background: #f4f4f4;
}

.crane-table tbody tr:hover {
	background: #123079;
	color: #fff;
}

.htny_cpxx {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-top: 60px;
}

.htny_cpxx_a {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}

.ny_cjdy {
	width: 100%;
	padding-top: 80px;
}

.ny_cjdy_a {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
}

.synewslist {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 60px;
	display: table;
}

.bysynewshot {
	width: 30%;
	height: 516px;
	position: relative;
	float: left;
	box-sizing: border-box;
	background: #fff;
	margin-right: 1.7%;
}

.bysynewshot h4 {
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
}

.bysynewshot h4 img {
	width: 100%;
	height: 100%;
}

.bysynewshot h4 i {
	height: 349px;
	width: 100%;
	display: block;
}

.bysynews_shot dd:nth-child(1) i {
	background: url(../images/synews_shot1.jpg) center no-repeat;
}

.bysynews_shot dd:nth-child(2) i {
	background: url(../images/synews_shot2.jpg) center no-repeat;
}

.bysynewshot h3 {
	font-size: 20px;
	color: #333;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: normal;
	padding: 0 40px;
	padding-top: 8px;
}

.bysynewshot h3 a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.bysynewshot p {
	font-size: 13px;
	color: #888;
	line-height: 20px;
}

.bysynewshot .synews_a {
	font-size: 24px;
	color: #333;
	transition: all 0.3s ease;
	position: absolute;
	left: 40px;
	bottom: 15px;
}

.bysynewshot:hover .synews_a {
	color: #123798;
	margin-left: 10px;
}

.synews_list {
	width: 36.6%;
	float: right;
}

.synews_list ul {
	width: 100%;
	height: 220px;
}

.synews_list ul li {
	background: #fff;
	padding: 30px 42px;
	margin-bottom: 15px;
	box-sizing: border-box;
	/* border-top:1px #eee solid; */
	position: relative;
	height: 162px;
	border-radius: 8px;
}

.synews_list ul li h3 {
	display: table;
	width: 100%;
}

.synews_list ul li h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	float: left;
	background: url(../images/new-scn.png) no-repeat left;
	padding-left: 33px;
	width: 65%;
}

.synews_list ul li h3 i {
	float: right;
	font-size: 12px;
	color: #888;
	font-weight: normal;
	font-style: normal;
	line-height: 40px;
}

.synews_list ul li p {
	font-size: 14px;
	color: #aaa;
	line-height: 40px;
	/* height:60px; */
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.synews_list ul li .synews_a {
	font-size: 24px;
	color: #333;
	transition: all 0.3s ease;
	position: absolute;
	left: 40px;
	bottom: 16px;
}

.synews_list ul li:hover .synews_a {
	color: #123798;
	margin-left: 10px;
}

.bysynews_shot {}

.ny_cjwt_gd {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-bottom: 60px;
}

.ny_cjwt_gd a {
	width: 200px;
	display: block;
	height: 50px;
	line-height: 50px;
	background: #123079;
	border-radius: 30px;
	text-align: center;
	color: #fff;
}

.ny_cjwt_gd a:hover {
	background: #a71f24;
	font-weight: bold;
	color: #fff;
}

.ny_cpgs {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-top: 80px;
	margin-bottom: 60px;
}

.htcpny_biaoti {
	text-align: left;
	font-size: 42px;
	font-weight: bold;
	color: #333;
}

.htcpny_biaoti p {
	font-size: 18px;
	margin-top: 50px;
	background: #fff; 
    padding: 50px; 
	font-weight: normal;
	color: #555;
	line-height: 40px;
	border-left: 6px solid #123079;
	border-radius: 0 6px 6px 0;
}

.ny_cpys {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
	margin-bottom: 80px;
}

.ny_cpys_bt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
}

.ny_cpys ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 40px;
}

.ny_cpys ul li {
	width: 20%;
	background: #fff;
	background-size: cover;
	position: relative;
	z-index: 2;
	border: 1px solid #1230791a;
	height: 500px;
	box-sizing: border-box;
	padding: 80px 2.8vw 80px 2.8vw;
}

.ny_cpys ul li p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px;
	font-family: hm;
	transition: all 0.1s;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}

.ny_cpys ul li span {
	line-height: 32px;
	height: 94px;
	font-family: hr;
	color: #666;
	transition: all 0.1s;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 18px;
	font-size: 18px;
	height: 90px;
	display: block;
}

.ny_cpys ul li h4 {
	width: 100px;
	height: 100px;
	border: 1px #eee solid;
	border-radius: 50px;
	margin-top: 40px;
}

.ny_cpys ul li img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.ny_cpys ul li:hover {
	background: #123079;
}

.ny_cpys ul li:hover p {
	color: #fff;
}

.ny_cpys ul li:hover span {
	color: #fff;
}

.ny_cpys ul li .img2 {
	display: none;
}

.ny_cpys ul li:hover .img1 {
	display: none;
}

.ny_cpys ul li:hover .img2 {
	display: block;
}


.ejdh {

}

.xiala_nav {
	/* height: 350px; */
	left: 0;
	width: 100%;
	display: none;
	background-color: #edf0f4f7;
	/* border-top: 1px solid #eee; */
	transition: all 0.3s ease 0s;
	border-bottom: 2px solid #eee;
	margin-top: 82px;
	z-index: 99999;
	position: fixed;
	padding-bottom: 40px;
	border-bottom: 2px solid #183884;
}

.xiala_nav .left {
	float: left;
	width: 950px;
}

.xiala_nav .left .nav_infor {
	float: left;
	width: 400px;
	text-align: left;
}

.xiala_nav .left .nav_infor .t {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 30px;
	padding-top: 60px;
}

.xiala_nav .left .nav_infor .t p {
	font-weight: normal;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 50px;
	color: #666;
}

.xiala_nav .left .nav_infor .c {
	font-size: 16px;
	line-height: 46px;
	margin-bottom: 20px;
	width: 142px;
	background: #123079;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}

.xiala_nav .left .nav_infor .c a {
	color: #fff;
	display: block;
}

.xiala_nav .nav_list {
    position: relative;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 30px;
    height: 310px;
    box-sizing: border-box;
}

.xiala_nav .nav_list li {
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    /* border-bottom: 1px #dadada dashed; */
    color: #fff;
    position: relative;
}

.ejdh2 .nav_list li {float: left;width: 20%;/* margin: 0 1%; */padding: 0 30px;border-right: 1px solid rgba(0,0,0,0.1);box-sizing: border-box;height: 410px;text-align: center;}
.ejdh2 .nav_list li p{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 8px;
}
.ejdh2 .nav_list li p a{
    color: #333;
	font-weight: bold;
}
.ejdh2 .nav_list li p a img{display: block;margin-bottom: 8px;/* height: 100px; */border-radius: 6px;}
.ejdh2 .nav_list li span{
    margin-top: 13px;
    display: block;
}
.ejdh2 .nav_list li span a{
    font-size: 16px;
    line-height: 40px;
    color: #777;
}
.ejdh2 .nav_list li span a:hover{font-weight: bold; color: #fff; background: #123079; border-radius: 6px;}
.ejdh2 .nav_list li:nth-child(1){border-left: 1px solid rgba(0,0,0,0.1);}
.xiala_nav .nav_list li a {display: block;color: #666;font-size: 18px;}

.xiala_nav .nav_list li a:hover {
	color: #123079;
}


.wrap {
	width: 1350px;
	margin: 0 auto;
}

.lxwm_ht {
	width: calc(100% - 200px);
	max-width: 1600px;
	margin: 0 auto;
	min-width: 1300px;
}



.nypro-cpjs_ys {
	width: 100%;
}

.nypro-cpjs_ys h3 {
	color: #333;
	font-size: 36px;
	margin: 0 0 40px;
	position: relative;
	padding-left: 26px;
	font-weight: normal;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	font-weight: bold;
}

.nypro-cpjs_ys h3:before {
	content: " ";
	width: 8px;
	height: 34px;
	position: absolute;
	left: 0px;
	background: #123079;
	border-radius: 4px;
	top: 2px;
}

.nypro-cpjs_ys table {}

.nypro-cpjs_ys tbody {}

.nypro-cpjs_ys table tr {
	/* background: #f4f4f4; */
}

.nypro-cpjs_ys table td {
	padding: 60px 30px;
	border: 10px solid #ffffff;
	background: #f4f4f4;
	border-radius: 10px;
	text-align: center;
}

.nypro-cpjs_ys table td p:nth-child(1) {
	font-size: 25px;
	margin-bottom: 40px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #123079;
	border-radius: 50px;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 40px;
}

.nypro-cpjs_ys table td p:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.nypro-cpjs_ys table td p:nth-child(3) {
	font-size: 17px;
	color: #888;
}

.nypro-cpjs_ys table td:hover {
	background: #123079;
	color: #fff;
}

.nypro-cpjs_ys table td:hover p:nth-child(1) {
	border: 1px solid #fff;
	color: #fff;
}

.nypro-cpjs_ys table td:hover p:nth-child(2) {
	color: #fff;
}

.nypro-cpjs_ys table td:hover p:nth-child(3) {
	color: #fff;
}

.nypro-cpjs_cp {}


.nypro_list_ny .nypro_list_con {
	display: none;
	width: 100%;
	margin-top: 40px;
}

.nypro_list_ny .nypro_list_con li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.nypro_list_ny .nypro_list_con li:nth-child(4n) {
	margin-right: 0
}

.nypro_list_ny .nypro_list_con li h3 {
	max-width: 100%;
	/* 4:3比例 宽4 高3 → 3/4=75% */
	padding-bottom: 75%;
	height: 0;
	/* 重点！清除高度，只靠padding撑开盒子 */
	background-size: 100% 100%;
	/* 宽高都填满容器 */
	background-repeat: no-repeat;
	background-position: center;
}

.nypro_list_ny .nypro_list_con li h3 a {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.nypro_list_ny .nypro_list_con li p {
	height: 120px;
	line-height: 60px;
	color: #333;
	background: #f4f4f4;
	text-align: center;
	padding: 20px 0 4px 0;
}

.nypro_list_ny .nypro_list_con li p a {
	font-size: 18px;
	color: #333;
	line-height: 60px;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}

.nypro_list_ny .nypro_list_con li:hover h3 {
	transform: scale(1.06);
	transition: all 0.3s ease;
}


.nypro_list_ny .nypro_list_con li p i {
    width: 50%;
    line-height: 38px;
    border: 1px solid #999;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
	border-radius: 6px;
}
.nypro_list_ny .nypro_list_con li:hover i{ background: #123079; color:#fff;}
.nypro_list_ny .nypro_list_con.on {
	display: block;
}


.yeji_a {
	/* margin-top: 50px; */
	width: calc(100% - 200px);
	max-width: 1600px;
	min-width: 1300px;
	margin: 0 auto;
}

.yeji_a ul {}

.yeji_a ul li {}

.yeji_a ul li:nth-child(3n) {
	margin-right: 0px;
}

.yeji_a ul {
	display: flex;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.yeji_a ul li {
	background: #fff;
	margin: 0 30px 30px 0;
	overflow: hidden;
	position: relative;
	width: calc(33.333% - 20px);
}

.yeji_a ul li em {
	display: block;
	position: relative;
	overflow: hidden;
}

.yeji_a ul li:hover img {
	transform: scale(1.1);
}

.yeji_a ul li img {
	width: 100%;
	display: block;
	height: auto;
	transition: transform 0.4s ease;
}

.yeji_a ul li h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 35px;
	overflow: hidden;
	padding: 20px 20px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.yeji_a ul li .yeji-info {
	padding: 0 28px 28px 28px;
}

.yeji_a ul li .yeji-info p {
	display: flex;
	font-size: 16px;
	height: 46px;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	line-height: 46px;
	padding: 0 20px;
}

.yeji_a ul li .yeji-info p:nth-child(odd) {
	background: #f6f6f6;
}

.yeji_a ul li .yeji-info p span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	color: #666;
}

.yeji_a ul li .yeji-info p span:first-child {
	color: #666
}

.yeji_a ul li .yeji-info p span:last-child {
	text-align: right
}
.ht_cqzs{width: calc(100% - 200px);
    max-width: 1600px;
    margin: 0 auto;
    min-width: 1300px;}

.float-box {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 160px;
            /* background: #fff; */
            /* border: 1px solid #123079; */
            border-radius: 8px;
            padding: 12px;
            box-shadow: 0 2px 12px rgba(255,255,255,0.15);
            z-index: 9999;
            box-sizing: border-box;
            backdrop-filter: blur(1.25rem);
            background: #9c070d;
        }
        /* 关闭按钮 */
        .float-close {
            position: absolute;
            right: 8px;
            top: 6px;
            font-size: 40px;
            color: #fff;
            cursor: pointer;
            font-weight: normal;
        }
        .float-close:hover {
            color: #fff;
        }
        .float-logo {
            width: 40px;
            height: 40px;
            margin: 0 auto 8px;
            display:block;
        }
        .float-title {
            text-align: center;
            font-size: 20px;
            font-weight: normal;
            color: #fff;
            margin-bottom:10px;
        }
        .float-btn {
            display:block;
            width: 60%;
            /* padding:6px 0; */
            background: #9c070d;
            color: #fff;
            border:none;
            border-radius: 8px;
            cursor:pointer;
            font-size: 12px;
            margin: 0 auto;
            font-weight: normal;
            margin-bottom: 8px;
            border: 1px solid #ffffff6b;
            line-height: 30px;
        }
        .float-btn:hover {
			color:#fff;
        }
		.float-btn a{color:#fff;display: block;}
        /* 隐藏漂浮框 */
        .float-box.hide{
            display:none;
        }



@media screen and (max-width: 1700px) {
	.navbar-menu li {
		padding: 0 35px 0 35px;
	}
}

@media screen and (max-width: 1620px) {
	.navbar-menu li {
		padding: 0 33px 0 33px;
	}
}

@media screen and (max-width: 1600px) {
	.navbar-menu li {
		padding: 0 20px 0 20px;
	}

	.navbar-logo img {
		/* width: 280px; */
	}

	.navbar-menu a {
		font-size: 16px;
	}

	.input_text {
		font-size: 16px;
	}

	.navbar-tel dt a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1440px) {
	.navbar-menu li {
		padding: 0 18px 0 18px;
	}

	.navbar-menu a {
		font-size: 16px;
	}

	.navbar-logo img {
		/* width: 260px; */
	}

	.input_text {
		font-size: 16px;
	}

	.navbar-tel dt a {
		font-size: 16px;
	}
}