body {
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif
}

.cl {
	clear: both
}

div,ul,li,table {
	color: #333;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

* {
	outline: 0px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

a,a:link,a:visited,a:active {
	color: #333;
	text-decoration: none
}

a:hover {
	text-decoration: none;
	color: #e40012
}

.ph,.m_header,.ny_menu {
	display: none
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background: 000
}

::-webkit-scrollbar-track-piece {
	background: #f6f6f6
}

::-webkit-scrollbar-thumb:vertical {
	background: #d0d0d0
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background: #FF6E00
}

img {
	border: none;
	object-fit: cover;
}

.imgmid {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	width: 1px;
	margin-left: -1px;
	vertical-align: middle
}

.pageban {
	width: 100%;
	text-align: center;
	float: left
}

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	font-size: 14px
}

.page_info span {
	padding: 0 2px;
	font-weight: bold
}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft Yahei;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 10px;
	float: left;
	width: 100%
}

.page_list a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 13px;
	margin: 0 3px
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #b39652;
	background: #b39652
}

.page_list a.on {
	background-color: #b39652;
	color: #fff;
	border: 1px solid #b39652
}

.mySwiper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.mySwiper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative
}

.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.mySwiper .swiper-pagination {
	bottom: 40px !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,1);
	border-radius: 50px;
	margin: 0 7px !important
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #e50012;
	border-radius: 50px;
	width: 14px;
	height: 14px;
}

.mySwipera {
	width: 100%;
	float: left;
	border-radius: 20px
}

.mySwipera .swiper-slide {
	width: 100%;
	padding-top: 71.5%;
	position: relative
}

.mySwipera .swiper-slide img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.mySwipera .swiper-slide strong {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 4%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: rgba(0,0,0,.5)
}

.mySwipera .swiper-pagination {
	bottom: 50px !important;
}

.mySwipera .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,1);
	border-radius: 50px;
	margin: 0 7px !important
}

.mySwipera .swiper-pagination .swiper-pagination-bullet-active {
	background: #1890ff;
	border-radius: 50px;
	width: 15px;
	height: 15px;
}

.mySwipera .prev {
	background: url(../images/l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 42%;
	width: 35px;
	height: 65px;
	z-index: 2;
	opacity: .5;
	cursor: pointer
}

.mySwipera .next {
	background: url(../images/r.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 42%;
	width: 35px;
	height: 65px;
	z-index: 2;
	opacity: .5;
	cursor: pointer
}

.mySwiperb {
	width: calc(100% - 80px);
	float: left;
}

.mySwiperb .swiper-slide {
	width: 100%;
	padding-top: 19%;
	position: relative;
}

.mySwiperb .swiper-slide img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.mySwiperb .swiper-slide span {
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
	padding: 0 4%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: 0.3s ease-in-out
}

.mySwiperb .swiper-slide span strong {
	text-align: center;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	float: left;
	padding-top: 10px;
	color: #f6a660;
	transition: 0.3s ease-in-out
}

.mySwiperb .swiper-slide:hover img {
	transform: scale(1.1);
}

.mySwiperb .swiper-slide:hover span {
	opacity: 1
}

.mySwiperb .swiper-slide:hover strong {
	padding-top: 40px;
}

.prevb {
	background: url(../images/l.png) no-repeat left top;
	background-size: 100% 100%;
	float: left;
	margin-top: 6%;
	width: 30px;
	height: 50px;
	z-index: 2;
	opacity: .5;
	cursor: pointer;
	margin-right: 10px
}

.nextb {
	background: url(../images/r.png) no-repeat left top;
	background-size: 100% 100%;
	float: right;
	margin-top: 6%;
	width: 30px;
	height: 65px;
	z-index: 2;
	opacity: .5;
	cursor: pointer;
	margin-left: 10px
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out,background-color 99999s ease-out;
	background-color: transparent
}


.page_lx input::-webkit-input-placeholder,.page_lx textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,.6)  !important;
	font-size: 14px
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.4)  !important;
	font-size: 14px
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: rgba(0,0,0,.4)  !important;
	font-size: 14px
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: rgba(0,0,0,.4) !important;
	font-size: 14px
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: rgba(0,0,0,.4) !important;
	font-size: 14px
}

.tool {
	width: 100%;
	background: #dedede;
	margin-bottom: 1px;
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	z-index: 2
}

.home {
	width: 100%;
}

.headerw {
	width: 100%;
	max-width: 90%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: 黑体,tahoma,arial,宋体,sans-serif
}

.headerw span {
	float: right;
	font-family: Arial, Helvetica, sans-serif
}

.menuw {
	width: 100%;
	background: rgba(255,255,255,.5);
	height: 82px;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 2
}

.menuwa {
	width: 100%;
	background: rgba(255,255,255,1);
	height: 82px;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 2
}

.headers {
	max-width: 90%;
	height: 82px
}

.headers .logo {
	float: left;
	height: 82%;
	padding-top: 12px;
}

.headers .logo img {
	height: 100%
}

.headers .lan {
	float: right;
	color: #1959a1;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	right: 5%
}

.headers .lan img {
	vertical-align: middle;
	margin-right: 10px;
	height: 22px;
}

@media screen and (max-width: 1210px) {
 
	.headers .lan,.headers .s_icon {
		display: none
	}
}

.headers .lan:hover .lan_list {
	display: block;
	animation: slide-up .3s ease-in-out forwards;
	transform: translateY(100px);
 /* 向上移动元素 */
}

@keyframes slide-up {
	from {
		transform: translateY(100px);
	}

	to {
		transform: translateY(0);
	}
}

.lan_list {
	width: 100px;
	position: fixed;
	right: 5%;
	top: 100px;
	text-align: center;
	padding: 10px 0;
	background: #25313a;
	transition: 0.3s ease-in-out;
	height: 80px;
	display: none
}

.lan_list:before {
	left: 35px;
	content: '';
	position: absolute;
	z-index: 9;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #25313a;
}

.lan_list p a {
	float: left;
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	height: 30px;
	line-height: 30px
}

.lan_list p a:hover {
	color: red
}

#nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 500px;
	float: left;
	margin-left: 10%
}

ul.nav {
	display: inline-flex;
	flex: 1;
}

li.nav-item {
	flex: 1;
}

li.nav-item>a {
	display: block;
	text-align: center;
	line-height: 82px;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	z-index: 2
}

li.nav-item:hover>a {
	color: #fff;
}

li.nav-item>a::after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #e50012;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.nav-item:hover>a {
	z-index: 2
}

li.nav-item:hover>a::after {
	transform: scaleX(1);
}

li.nav-item:hover>a::before,li.nav-item.active>a::before {
	display: block;
}

.menuw .subMenu {
	display: none;
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 300px;
	padding-bottom: 0;
	background: rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .6);
}

.menuwa .subMenu {
	display: none;
	position: absolute;
	top: 82px;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 300px;
	padding-bottom: 0;
	background: rgba(255, 255, 255,1);
	border-top: 1px solid rgba(0, 0, 0,.2);
}

.menuwarp {
	width: 100%;
	max-width: 90%;
	height: 100%
}

.menuwarp .l1 {
	width: 27%;
	float: left;
	padding-right: 4%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 50px
}

.menuwarp .l1 .h1 {
	width: 100%;
	float: left;
	font-size: 34px;
	padding-top: 10px;
	height: 45px
}

.menuwarp .l1 .h2 {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	color: #666;
	margin-top: 20px
}

.menuwarp .l1 .h3 {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
}

.menuwarp .l1 .h3 img {
	vertical-align: middle;
	margin-left: 15px;
	height: 20px;
}

.menuwarp .l2 {
	float: left;
	width: 62%;
	border-left: 1px solid rgba(255,255,255,.5);
	padding-left: 4%;
	min-height: 300px
}

.menuwarp .l2 .sub_tiem {
	width: 16%;
	float: left;
	height: 100%;
}

.menuwarp .l2 .sub_tiem .img {
	width: 100%;
	float: left;
	height: 0;
	transition: 0.3s ease-in-out;
}

.menuwarp .l2 .sub_tiem .img img {
	width: 100%;
	height: 0;
	border-radius: 8px
}

.menuwarp .l2 .sub_tiem .tit {
	width: 100%;
	float: left;
	height: 320px;
	line-height: 320px;
	text-align: center;
	font-size: 16px;
	transition: 0.3s ease-in-out;
	padding-bottom: 40px;
	transition: 0.3s ease-in-out;
}

.menuwarp .l2 .sub_tiem:hover .img {
	height: 200px;
	margin-top: 20px;
	text-align: center
}

.menuwarp .l2 .sub_tiem:hover .img img {
	height: 200px
}

.menuwarp .l2 .sub_tiem:hover .tit {
	height: 65px;
	line-height: 65px;
	border-bottom: 2px solid #142f6c;
	color: #142f6c
}

.menuwarp .l2 .sub_tiem:hover .kbs {
	height: 30px;
	width: 100%;
	float: left
}

.s_icon {
	float: right;
	color: #1959a1;
	margin-top: 30px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right: 13%;
}

.s_icon img {
	width: 22px;
}

.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999999999999999;
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	width: 550px;
	margin: 20% auto;
	height: 54px;
	background: #FFF;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow: hidden;
}

.cd-popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: auto;
	height: 1.25rem;
	display: block;
	font-size: 14px;
}

.is-visible .cd-popup-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.searchl {
	width: 440px;
	border: none;
	background: #fff;
	padding-left: 15px;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #666;
	float: left
}

.searchr {
	width: 110px;
	border: none;
	background: #022064;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	float: right;
	cursor: pointer;
	font-size: 16px
}

.warp {
	max-width: 1500px;
	width: 100%
}

.page1 {
	width: 100%;
	background: url(../images/bg1.jpg) center no-repeat #eaeaea;
	padding: 75px 0;
	overflow: hidden
}

.page1_tit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #142f6c;
	padding-bottom: 10px
}

.page1_entit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #A1A1A1;
	padding-bottom: 35px
}

.page1_area {
	max-width: 1200px;
	width: 100%;
	color: #142f6c;
	line-height: 35px;
	overflow: hidden;
	height: 105px;
	text-align: center;
	margin-bottom: 25px
}

.page2_tit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px
}

.page2_area {
	max-width: 1200px;
	width: 100%;
	color: #fff;
	line-height: 35px;
	overflow: hidden;
	height: 70px;
	text-align: center;
	margin-bottom: 25px
}

.page3_area {
	max-width: 1200px;
	width: 100%;
	color: #666;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px
}

#timeline {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url('../images/dot.png') left 45px repeat-x;
}

#dates {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
	line-height: 38px;
	padding-bottom: 10px;
	color: #142f6c;
}

#dates .selected {
	font-size: 38px;
}

#issues {
	width: 100%;
	overflow: hidden;
}

#issues li {
	width: 1200px;
	list-style: none;
	float: left;
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
}

#issues li h1 {
	color: #142f6c;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: normal
}

#issues li p {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #142f6c;
	height: 60px;
	overflow: hidden
}

#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}

#grad_left {
	left: 0;
}

#grad_right {
	right: 0;
}

#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 70px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#next:hover,
#prev:hover {
	background-position: 0 -76px;
}

#next {
	right: 0;
	background-image: url('../images/next.png');
}

#prev {
	left: 0;
	background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.more {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left
}

.more a {
	color: #142f6c
}

.more2 {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	float: left
}

.more2 a {
	color: #fff
}

.more3 {
	width: 100%;
	text-align: center;
	float: left;
	text-align: right
}

.more3 a {
	color: #666;
	border-bottom: 1px solid #4d6595;
	font-size: 14px;
	padding: 0 5px 10px 5px;
	height: 30px;
}

.page2 {
	width: 100%;
	background: url(../images/bg2.jpg) fixed no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden
}

.page3 {
	width: 100%;
	background: url(../images/bg3.jpg) fixed no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden
}

.page4 {
	width: 100%;
	background: #e7eaf0;
	padding: 60px 0;
	overflow: hidden
}

.page5 {
	width: 100%;
	background: url(../images/lianxibg1.jpg) fixed no-repeat;
	background-size: cover;
	padding: 65px 0 80px 0;
	overflow: hidden
}

.pro_l {
	width: 40%;
	float: left
}

.pro_r {
	width: 57%;
	float: right
}

.pro_r ul {
	display: inline
}

.pro_r li {
	width: 32%;
	float: left;
	position: relative;
	border-radius: 20px;
	padding-top: 24.3%;
	margin-right: 2%;
	margin-bottom: 10px;
	overflow: hidden
}

.pro_r li:nth-child(3n) {
	margin-right: 0
}

.pro_r li:nth-child(4),.pro_r li:nth-child(5),.pro_r li:nth-child(6) {
	margin-bottom: 0
}

.pro_r li img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.pro_r li strong {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	padding: 0 4%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: rgba(0,0,0,.5)
}

.js_l {
	width: 47%;
	float: left
}

.js_l_l1 {
	width: 56%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 39.2%;
	border-radius: 20px 0 0 20px;
	background: #022064
}

.js_l_l1 strong {
	position: absolute;
	top: 58px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size: 32px;
}

.js_l_l1 span {
	position: absolute;
	top: 120px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size: 14px;
	line-height: 30px
}

.js_l_l2 {
	width: 43.5%;
	float: right;
	position: relative;
	overflow: hidden;
	padding-top: 39.2%;
	border-radius: 0 20px 20px 0;
	background: #022064
}

.js_l_l2 strong {
	position: absolute;
	top: 58px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	font-weight: normal
}

.js_r {
	width: 48.5%;
	float: right;
}

.js_r_l {
	width: 57%;
	float: left
}

.js_r_l ul {
	display: inline
}

.js_r_l li {
	width: 48%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 33.2%;
	border-radius: 20px;
	margin-bottom: 9px
}

.js_r_l li:nth-child(2n) {
	float: right
}

.js_r_l li:nth-child(3),.js_r_l li:nth-child(4) {
	margin-bottom: 0
}

.js_r_l li img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.js_r_l li strong {
	width: 100%;
	float: left;
	height: 100%;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
	padding: 15px 4%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: rgba(2,32,100,.5);
	opacity: 0;
	transition: all 0.3s;
}

.js_r_l li:hover strong {
	opacity: 1
}

.js_r_r {
	width: 40%;
	float: right;
	position: relative;
	overflow: hidden;
	padding-top: 39.2%;
	border-radius: 20px
}

.js_r_r img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.js_l_l {
	width: 57%;
	float: right
}

.js_l_l ul {
	display: inline
}

.js_l_l li {
	width: 48%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 33.2%;
	border-radius: 20px;
	margin-bottom: 9px
}

.js_l_l li:nth-child(2n) {
	float: right
}

.js_l_l li:nth-child(3),.js_l_l li:nth-child(4) {
	margin-bottom: 0
}

.js_l_l li img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.js_l_l li strong {
	width: 100%;
	float: left;
	height: 100%;
	line-height: 100%;
	text-align: center;
	overflow: hidden;
	padding: 15px 4%;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: normal;
	background: rgba(2,32,100,.5);
	opacity: 0;
	transition: all 0.3s;
}

.js_l_l li:hover strong {
	opacity: 1
}

.js_l_l li a,.js_r_l li a {
	color: #fff
}

.js_l_r {
	width: 40%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 39.2%;
	border-radius: 20px
}

.js_l_r img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.jskb {
	width: 100%;
	float: left;
	height: 25px
}

.faq {
	width: 100%;
	float: left;
	margin-bottom: 20px
}

.problemListHead {
	float: left;
	width: 100%;
	background: #4d6595;
	border-radius: 8px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	position: relative;
	padding: 0 15px;
	overflow: hidden;
	cursor: pointer
}

.problemListHead i {
	font-style: normal;
	color: #fff;
	background: #ed5a5a;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
	margin-top: 10px
}

.panel-body {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-top: 18px
}

.panel-body em {
	font-style: normal;
	margin-top: 4px;
	color: #fff;
	background: #006600;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	float: left;
}

.panel-body p {
	width: calc(100% - 30px);
	float: left;
	line-height: 22px;
	color: #666;
	font-size: 13px
}

.case_l {
	width: 180px;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	background: #fff
}

.case_l a {
	width: 100%;
	float: left;
	text-align: center;
	color: #959595;
	height: 62px;
	line-height: 62px;
	font-weight: normal;
	cursor: pointer
}

.case_l .on {
	background: #cf1624;
	color: #fff;
}

.case_r {
	width: calc(100% - 210px);
	float: right;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	height: 434px;
	padding: 46px 22px
}

.caselist {
	width: 100%;
	float: left
}

.caselist ul {
	display: inline
}

.caselist li {
	width: 22%;
	float: left;
	margin-right: 4%
}

.caselist li:nth-child(4n) {
	margin-right: 0
}

.caselist li .img {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 76%;
	margin-bottom: 10px;
	overflow: hidden
}

.caselist li .img img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.5s;
	object-fit: cover;
}

.caselist li .img .zz {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	left: 0;
	z-index: 1;
	top: 0;
	position: absolute;
	padding: 22% 20% 0 20%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	opacity: 0;
	transition: all 0.5s
}

.caselist li .img .zz strong {
	font-weight: normal;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	padding-top: 15px
}

.caselist li .img .zz strong:before {
	position: absolute;
	top: 0;
	width: 50%;
	left: 26%;
	height: 1px;
	background: #fff;
	content: '';
	z-index: 2;
	transform: scaleX(1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.caselist li .img .zz strong:after {
	position: absolute;
	bottom: 0;
	width: 50%;
	left: 26%;
	height: 1px;
	background: #fff;
	content: '';
	z-index: 2
}

.caselist li .content {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	padding: 18px
}

.caselist li .content .content_1 {
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	margin-top: -5px
}

.caselist li .content .content_2 {
	width: 100%;
	float: left;
	font-size: 14px;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	color: #666
}

.caselist li .content .content_3 {
	width: 100%;
	float: left;
	font-size: 14px;
	height: 25px;
	color: #666;
	padding-top: 10px;
	border-top: 1px solid #eee;
	margin-top: 3px
}

.caselist li .content .content_3 i {
	float: right;
}

.caselist li .content .content_3 i img {
	height: 20px;
	padding-top: 2px
}

.caselist li:hover .img .zz strong:before {
	transform: scaleX(.2);
}

.caselist li:hover .img .zz {
	opacity: 1
}

.caselist li:hover .img img {
	transform: scale(1.1);
}

.lx_l {
	width: 48%;
	float: left
}

.lx_l_1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	height: 300px;
	padding-top: 70px
}

.lx_l_1 strong {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	position: relative;
	height: 56px;
	margin-bottom: 10px
}

.lx_l_1 strong:after {
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	content: ''
}

.lx_l_1 span {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 15px
}

.lx_l_1 a {
	padding: 15px 60px;
	background: #001f61;
	float: left;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

.lx_l_2 a {
	width: 48%;
	float: left;
	height: 300px;
	border-radius: 20px;
	background: url(../images/indexrencai1.jpg) no-repeat;
	background-size: 100% 100%
}

.lx_l_3 a {
	width: 48%;
	float: right;
	height: 300px;
	border-radius: 20px;
	background: url(../images/indexguanli1.jpg) no-repeat;
	background-size: 100% 100%
}

.lx_l_2 a strong,.lx_l_3 a strong {
	width: 100%;
	float: left;
	padding: 175px 18px 10px 18px;
	font-size: 24px;
	color: #fff
}

.lx_l_2 a span,.lx_l_3 a span {
	width: 100%;
	float: left;
	padding: 0 18px 0 18px;
	color: #fff
}

.lx_r {
	width: 48%;
	float: right
}

.lx_r_1 {
	width: 100%;
	float: right;
	height: 300px;
	border-radius: 20px;
	background: url(../images/lianxiwomenr1.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 20px
}

.lx_r_1 strong {
	width: 100%;
	float: left;
	padding: 175px 22px 10px 22px;
	font-size: 24px;
	color: #fff
}

.lx_r_1 span {
	width: 100%;
	float: left;
	padding: 0 18px 0 18px;
	color: #fff
}

.map {
	width: 100%;
	float: left;
	height: 300px;
	border-radius: 20px
}

.mapa {
	width: 100%;
	float: left;
	height: 410px;
	margin-bottom: 20px
}

.copy {
	width: 100%;
	background: #1b1a26;
	height: 70px
}

.copyw {
	max-width: 1500px;
	display: flex;
	justify-content: center;
	line-height: 70px;
	font-weight: bold;
	color: #fff;
}

.copyw a {
	color: #fff
}

footer {
	width: 100%;
	background: #242933;
	overflow: hidden;
	padding-top: 30px;
}

footer .f_1 {
	width: 360px;
	float: left;
}

footer .f_1 img {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
	float: left
}

footer .f_1 .link {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px
}

footer .f_1 .link a {
	color: #fff
}

footer .f_3 {
	width: 105px;
	float: right;
	margin-right: 14%
}

.foot_tit {
	width: 100%;
	float: left;
	color: #fff
}

.foot_tit span {
	width: 100%;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 5px
}

.foot_tit strong {
	float: left;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px
}

footer .f_3 img {
	width: 100%;
	overflow: hidden;
	height: auto;
}

footer .f_2 {
	width: 330px;
	float: right;
	margin-right: 10%
}

footer .lxfs {
	width: 100%;
	float: left;
	margin-top: 5px
}

footer .lxfs li {
	width: 100%;
	float: left;
	line-height: 32px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	padding-left: 45px
}

footer .lxfs li:nth-child(1) {
	background: url(../images/foot_03.jpg) left center no-repeat
}

footer .lxfs li:nth-child(2) {
	background: url(../images/foot_06.jpg) left center no-repeat
}

footer .lxfs li:nth-child(3) {
	background: url(../images/foot_08.jpg) left center no-repeat
}

footer .lxfs a {
	color: #fff
}

footer .bq {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #595a5c;
	float: left;
	margin-top: 25px;
	text-align: center;
	color: #595a5c;
	font-size: 12px
}

footer .bq a {
	color: #595a5c
}

.backTop {
	width: 46px;
	height: 46px;
	right: 1px;
	background: url(../images/go.jpg) bottom no-repeat;
	position: fixed;
	z-index: 9999;
	bottom: 80px;
	cursor: pointer
}

.quick {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 450px;
	right: 1px;
	z-index: 3
}

.quick li {
	width: 100%;
	height: 70px;
	float: left;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-bottom: 7px;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,.8)
}

.quick li strong {
	width: 100%;
	font-weight: normal;
	font-size: 12px
}

.quick li span a {
	color: #fff
}

.quick li strong img {
	width: 50%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-bottom: -5px;
	margin-top: 10px
}

.quick li:hover strong {
	opacity: 0
}

.quick li span {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #c02a35;
	width: 0;
	z-index: 1;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
	transition: all 0.3s;
}

.quick li:hover span {
	opacity: 1;
	width: 155px
}

#service {
	position: fixed;
	right: 0;
	top: 20%;
	background: rgba(53, 63, 88, 0.6);
	width: 38px;
	height: 150px;
	color: #fff;
	text-align: center;
	z-index: 3;
	padding: 25px 10px;
	font-size: 14px;
	cursor: pointer
}

#service img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5px
}

#serviceshow {
	position: absolute;
	top: 0;
	right: 38px;
	z-index: 3;
	background: rgba(53, 63, 88, 0.6);
	width: 65px;
}

#serviceshow li {
	width: 100%;
}

#serviceshow li strong {
	width: 60px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 65px;
	position: relative;
	float: left;
}

#serviceshow li span {
	width: 1px;
	opacity: 0;
	float: right;
	font-size: 13px;
	color: #fff;
	height: 40px;
	text-align: left;
	margin-top: 15px;
	transition: all 0.3s;
	overflow: hidden
}

#serviceshow li strong img {
	width: 24px;
	height: auto;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px
}

#serviceshow:hover {
	width: 240px
}

#serviceshow:hover span {
	width: calc(100% - 70px);
	opacity: 1
}

.nybanimg {
	width: 100%;
	height: 300px;
	margin-top: 110px;
}

.nybanimg img {
	width: 100%;
	height: 100%;
}

.site {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: left;
	margin-bottom: 20px;
	color: #142f6c
}

.site a {
	color: #142f6c
}

.ny_left {
	width: 18%;
	float: left;
	padding-bottom: 55px
}

.ny_right {
	width: 77.5%;
	float: right;
	padding-bottom: 55px
}

.ny_righta {
	width: 77.5%;
	float: right;
	padding:35px;
	background:#f5f5f5;
	overflow:hidden
}

.ny_right .h1,.ny_rightb .h1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px
}

.ny_right .h2,.ny_rightb .h2 {
	width: 100%;
	float: left;
	font-size: 14px;
	height: 38px;
	color: #595959;
	overflow: hidden;
}

.ny_right .h2 span,.ny_rightb .h2 span {
	float: right
}

.ny_right .h3,.ny_rightb .h3 {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 10px;
	color: #595959;
	line-height: 24px;
	overflow: hidden;
	background: #e6f7ff;
	margin-bottom: 30px
}

.ny_right .h4,.ny_rightb .h4 {
	width: 100%;
	float: left;
	font-size: 14px;
	height: 45px;
	color: #595959;
	margin-top: 30px
}

.ny_right .h4 span,.ny_rightb .h4 span {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 5px
}

.ny_right .h4 span:hover,.ny_rightb .h4 span:hover {
	background: #e6e6e6
}

.ny_right .h5,.ny_rightb .h5 {
	width: 100%;
	float: left;
	margin-top: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.ny_right .h5 .l,.ny_rightb .h5 .l {
	width: 48%;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px
}

.ny_right .h5 .r,.ny_rightb .h5 .r {
	width: 48%;
	float: right;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: right;
	font-size: 14px
}

.ny_right .h6,.ny_rightb .h6 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px
}

.ny_right .p,.ny_rightb .p {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #595959;
}

.ny_right .p img,.ny_right .p table,.ny_right .p video {
	max-width: 100%
}

.ny_left .channel {
	width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
	border-radius: 20px 20px 0 0;
	background: #e50012;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 2px
}

.ny_left .channel_s a {
	width: 100%;
	float: left;
	height: 54px;
	line-height: 54px;
	background: #f5f7fa;
	text-align: center;
}

.ny_left .channel_sa a,.ny_left .channel_s a:hover {
	width: 100%;
	float: left;
	height: 54px;
	line-height: 54px;
	background: #e50012;
	text-align: center;
	color: #fff;
}

.sclass :last-child a {
	border-radius: 0 0 20px 20px;
}

.qydt {
	padding: 15px 0;
	background: #fff;
	text-align: center;
	border-top: 5px solid #e50012;
	margin-top: 20px;
	font-size: 16px;
	color: #142f6c;
	border-radius: 20px;
	box-shadow: 0px -6px 5px -4px rgb(20 47 108 / .4);
	width: 100%;
	float: left;
}

.qydtlist {
	width: 100%;
	float: left
}

.qydtlist li {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 20px 15px 20px;
}

.qydtlist li img {
	width: 80px;
	height: 80px;
	float: left;
}

.qydtlist li strong {
	width: calc(100% - 95px);
	height: 66px;
	float: right;
	overflow: hidden;
	line-height: 22px;
	color: #142f6c;
	font-weight: normal;
	margin-top: 5px;
	font-size: 14px
}

.n_l_lx {
	width: 100%;
	float: left;
}

.n_l_lx li {
	width: 100%;
	float: left;
	font-weight: bold;
	color: #142f6c;
	padding-left: 38px;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 15px;
	height: 40px
}

.n_l_lx li:nth-child(1):before {
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/lx_l_1.jpg) no-repeat;
	background-size: 100% 100%;
}

.n_l_lx li:nth-child(2):before {
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/lx_l_2.jpg) no-repeat;
	background-size: 100% 100%;
}

.n_l_lx li:nth-child(3):before {
	left: 0;
	top: 0;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/lx_l_3.jpg) no-repeat;
	background-size: 100% 100%;
}

.n_l_lx li:nth-child(2),.n_l_lx li:nth-child(3) {
	padding-top: 5px
}

.n_l_lx li:nth-child(3) {
	margin-bottom: 0
}

.l_lxfs {
	padding: 15px 0;
	background: #fff;
	text-align: center;
	border-bottom: 5px solid #e50012;
	margin-top: 20px;
	font-size: 16px;
	color: #142f6c;
	border-radius: 20px;
	box-shadow: 0px 8px 5px -4px rgb(20 47 108 / .4);
	width: 100%;
	float: left;
}

.page_lx {
	width: 100%;
	background: url(../images/huanjing1.jpg) fixed no-repeat;
	background-size: cover;
	padding: 60px 0 60px 0;
	overflow: hidden;
	margin-bottom: 15px
}

.page_lx .l {
	width: 70%;
	float: left;
	background: #fff;
	border-radius: 20px;
	height: 300px;
	overflow: hidden
}

.page_lx .l .l_1 {
	width: 40%;
	float: left;
	background: url(../images/jianjiebg.jpg);
	height: 300px;
	padding-top: 40px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 26px
}

.page_lx .l .l_2 {
	width: 60%;
	padding: 30px;
	float: left
}

.page_lx .l .l_2 strong {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 32px;
	height: 60px;
}

.page_lx .l .l_2 span {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	height: 90px;
	text-indent: 2em
}

.page_lx .r {
	width: 28%;
	float: right;
	background: #fff;
	border-radius: 20px;
	height: 300px;
	overflow: hidden
}

.page_lx .r a {
	width: 100%;
	height: calc(100% / 4);
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.page_lx .r a:nth-child(2n) {
	background: #f6f6f6
}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.page_list a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 11px;
	margin: 0 3px;
	border-radius: 5px
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #e50012;
	background: #e50012;
}

.page_list a.on {
	background-color: #e50012;
	color: #fff;
	border: 1px solid #e50012
}

.infolist {
	width: 100%;
	float: left
}

.infolist ul {
	display: inline
}

.infolist li {
	width: 31%;
	float: left;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s;
	margin-right: 2.333%
}

.infolist li:nth-child(3n) {
	margin-right: 0
}

.infolist li .img {
	width: 100%;
	float: left;
	padding-top: 61%;
	position: relative;
	overflow: hidden
}

.infolist li .img img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.infolist li .img i {
	font-style: normal;
	position: absolute;
	right: 4px;
	bottom: 4px;
	background: rgba(0,0,0,.8);
	color: #fff;
	border: 1px solid #fff;
	font-size: 13px;
	padding: 5px;
	z-index: 1
}

.infolist li .cont {
	width: 100%;
	float: left;
	padding: 37px 25px 30px 25px;
}

.infolist li .cont .tit {
	width: 100%;
	float: left;
	font-weight: bold;
	color: #595959;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 12px;
	text-align: center
}

.infolist li .cont .des {
	width: 100%;
	float: left;
	color: #777;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 12px;
	text-align: center
}

.infolist li .cont .more {
	width: 100%;
	float: left;
	text-align: center
}

.infolist li .cont .more strong {
	padding: 10px 15px;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: all 0.3s;
}

.infolist li:hover {
	box-shadow: 0 0 12px 0px rgb(229 0 18 / 20%);
}

.infolist li:hover .cont .tit {
	color: #e50012
}

.infolist li:hover .cont .more strong {
	color: #fff;
	background: #e50012;
	border: 1px solid #e50012
}

.infolist li:hover .img img {
	transform: scale(1.05);
}

.zzry {
	width: 100%;
	float: left;
}

.zzry ul {
	display: inline
}

.zzry ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #ddd
}

.zzry ul li .img {
	width: calc(100% - 20px);
	float: left;
	position: relative;
	padding-top: 62%;
	overflow: hidden;
	margin: 10px;
	text-align: center;
}

.zzry ul li .img img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.zzry ul li:nth-child(3n) {
	margin-right: 0
}

.zzry ul li .tit {
	width: 100%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #333;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
	background: #f8f8f8;
	font-size: 14px;
	transition: 0.3s ease-in-out;
}

.zzry ul li:hover .tit {
	background: #ff0000;
	color: #fff;
}

.zzry ul li:hover img {
	transform: translate(-50%,-50%) scale(1.2);
}

.fuzeren {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.fuzeren ul {
	display: inline
}

.fuzeren ul li {
	width: 32%;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-top: 60px;
	border: 1px solid #ddd;
	padding: 20px 25px 20px 40px;
	height: 105px;
	border-radius: 10px;
	transition: all 0.3s;
	overflow: hidden;
	display: block
}

.fuzeren ul li:nth-child(3n) {
	margin-right: 0
}

.fuzeren ul li .l {
	width: 15%;
	float: left
}

.fuzeren ul li .l img {
	width: 100%;
}

.fuzeren ul li .r {
	width: 75%;
	float: right
}

.fuzeren ul li .r .r1 {
	width: 100%;
	float: left;
	font-size: 16px;
	padding-bottom: 6px
}

.fuzeren ul li .r .r2 {
	width: 100%;
	float: left;
	font-size: 14px
}

.fuzeren ul li:hover {
	margin-top: 50px;
	box-shadow: 0 0 12px 0px rgb(20 47 108 / 50%);
	border: 1px solid rgb(20 47 108 / 100%)
}

.fk_l {
	width: 46%;
	float: left
}

.fk_r {
	width: 49%;
	float: right
}

.fk_r img {
	width: 100%
}

.fk_l .fh1 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #ef0012;
	margin-bottom: 30px
}

.fk_l .fh2 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #797979;
	height: 22px
}

.fk_l .fh2 .note {
	color: #ef0012;
	margin-right: 3px
}

.fk_l .fh3 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 14px;
	color: #797979;
}

.fk_l .fh3 img {
	vertical-align: middle;
	height: 40px;
	margin-left: 15px
}

.textarea {
	width: 100%;
	height: 160px;
	padding: 10px;
	color: #666;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif
}

.intpt1 {
	width: 50%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #666;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif
}

.intpt2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #666;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif
}

.fk_l .fh3 .action {
	padding: 15px 60px;
	float: left;
	color: #fff;
	font-size: 14px;
	background: #e50012;
	border: none;
	cursor: pointer
}

.jyfw {
	width: 100%;
	float: left;
}

.jyfw ul {
	display: inline
}

.jyfw li {
	width: 49%;
	float: left;
	padding: 20px;
	margin-right: 2%;
	margin-bottom: 20px;
	background: #f5f7fa;
	transition: all 0.3s;
}

.jyfw li:hover {
	background: #f06671
}

.jyfw li:nth-child(2n) {
	margin-right: 0
}

.jyfw li .img {
	width: 40%;
	float: left;
	position: relative;
	padding-top: 26%;
	overflow: hidden;
}

.jyfw li .img img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.jyfw li .area {
	width: 56%;
	float: right
}

.jyfw li .area .area_1 {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 5px
}

.jyfw li .area .area_2 {
	width: 100%;
	float: left;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 20px
}

.jyfw li .area .area_3 {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666
}

.jyfw li:hover .area_1,.jyfw li:hover .area_2,.jyfw li:hover .area_3 {
	color: #fff
}

.mySwiper2 {
	height: 80%;
	width: 100%;
	margin-bottom: 20px;
}

.mySwiperc {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px
}

.mySwiperc .swiper-slide {
	padding-top: 7%;
	opacity: 0.4;
	left: 0;
	margin: 0 !important;
	margin-right: 10px !important;
}

.mySwiper2 .swiper-slide strong {
	background: rgba(0,0,0,.5);
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	color: #fff;
	padding: 0 20px;
	font-weight: normal
}

.mySwiperc .swiper-slide img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.mySwiperc .swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper2 .swiper-slide {
	width: 100%;
	position: relative;
	padding-top: 40%
}

.mySwiper2 .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.swiper-button-next,.swiper-button-prev {
	background: rgba(0,0,0,.5);
	padding: 30px 20px;
}

.prolist {
	width: 100%;
	float: left
}

.prolist ul {
	display: inline
}

.prolist ul li {
	width: 23%;
	float: left;
	border: 1px solid #eee;
	margin-bottom: 60px;
	margin-right: 2.66%;
	padding-bottom: 30px;
	position: relative;
	background: url(../images/pros.jpg) left top no-repeat;
	background-position: -500px -100px;
	transition: all 0.4s
}

.prolist ul li:nth-child(4n) {
	margin-right: 0
}

.prolist ul li .tit {
	width: 100%;
	float: left;
	height: 77px;
	line-height: 77px;
	text-align: center;
	padding: 0 20%;
	overflow: hidden
}

.prolist ul li .img {
	width: 100%;
	float: left;
	padding-top: 67%;
	position: relative;
	overflow: hidden
}

.prolist ul li .img img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 1s;
	object-fit: cover;
}

.prolist ul li .des {
	width: 100%;
	float: left;
	height: 44px;
	text-align: center;
	padding: 0 28px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px
}

.prolist ul li .cpmore {
	width: 100%;
	float: left;
	text-align: center;
	color: #142f6c
}

.prolist ul li .cpmore img {
	margin-left: 10px;
	vertical-align: middle;
	transition: all 0.3s;
}

.prolist ul li:hover .img img {
	transform: scale(1.1);
}

.prolist ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1
}

.prolist ul li:after {
	bottom: 0;
	height: 2px;
	background: #142f6c;
	width: 0;
	left: 0;
	bottom: 0;
	content: '';
	position: absolute;
	z-index: 1;
	transition: all 0.3s;
}

.prolist ul li:hover:after {
	width: 100%
}

.prolist ul li:hover {
	background: url(../images/pros.jpg) left top no-repeat;
	color: #333
}

.prolist ul li:hover * {
	color: #333
}

.prolist ul li:hover .cpmore img {
	margin-left: 15px
}

.proimg {
	float: left;
	width: 430px;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%
}

.jqzoom img {
	width: 100%;
	height: 100%;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px !important;
	height: 140px !important;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width: 100%;
	height: 400px;
	border: 1px solid #DFDFDF;
}

.spec-scroll {
	clear: both;
	margin-top: 5px;
	width: 100%;
}

.spec-scroll .prev {
	float: left;
	margin-right: 4px;
}

.spec-scroll .next {
	float: right;
}

.spec-scroll .prev,.spec-scroll .next {
	display: block;
	text-align: center;
	width: 10px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 402px;
	height: 56px;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 56px;
}

.spec-scroll .items ul li {
	float: left;
	width: 64px;
	text-align: center;
	padding-top: 2px
}

.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 50px;
	height: 50px;
}

.spec-scroll .items ul li img:hover {
	border: 1px solid #ff0000;
	padding: 2px;
}

.pro_info {
	width: calc(100% - 480px);
	float: right;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd
}

.pro_info strong {
	width: 100%;
	float: left;
	height: 30px
}

.pro_info span {
	width: 100%;
	float: left;
	height: 30px;
	font-size: 14px
}

.pro_info span a {
	margin-right: 10px
}

.view {
	width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #595959;
	font-size: 14px;
	margin-bottom: 15px
}

.view img {
	vertical-align: middle;
	margin-right: 5px
}

.cpms {
	width: 100%;
	float: left;
	height: 48px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

.cpms strong {
	float: left;
	height: 100%;
	line-height: 100%;
	color: #fff;
	font-weight: normal;
	background: #e50012;
	padding: 0 30px;
	line-height: 48px
}

.ryms {
	width: 100%;
	float: left;
	height: 48px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}

.ryms strong {
	float: left;
	height: 100%;
	line-height: 100%;
	color: #1890ff;
	font-weight: normal;
	border-bottom:2px solid #1890ff;
	padding: 0 30px;
	line-height: 48px
}

.box {
	width: 100%;
}

#goleft {
	width: 100%;
	overflow: hidden;
	float: left;
}

#goleft #gols {
	width: 33100px;
}

#goleft1, #goleft2 {
	width: auto;
	float: left;
}

.sp {
	width: 320px;
	height: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative
}

.sp img {
	width: 100%;
	height: 240px;
}

.sp span {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: rgba(20,47,108,.5);
	text-align: center;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1
}

.jrwm_tit {
	width: 100%;
	float: left;
	height: 40px;
	font-size: 20px;
	color: #b22222;
	font-weight: bold
}

.jrwm_tit strong {
	margin-left: 5px;
	color: #ccc
}

.hyjr {
	width: 100%;
	float: left;
	margin-bottom: 90px
}

.hyjr .l {
	width: 31%;
	float: left;
}

.hyjr .m {
	width: 38%;
	float: left;
	text-align: center
}

.hyjr .m img {
	width: 65%;
	padding-top: 40px
}

.hyjr .r {
	width: 31%;
	float: right;
}

.hyjr_1 {
	width: 100%;
	float: left
}

.hyjr_1 .ln {
	width: 59%;
	float: left
}

.hyjr_1 .ln strong {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	color: #e50012;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px
}

.hyjr_1 .ln span {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: 50px;
	overflow: hidden
}

.hyjr_1 .rn {
	width: 36%;
	float: right
}

.hyjr_1 .rn img {
	width: 100%;
}

.hykb {
	width: 100%;
	float: left;
	height: 50px
}

.hyjr_2 .ln {
	width: 59%;
	float: right
}

.hyjr_2 .ln strong {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	color: #e50012;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px
}

.hyjr_2 .ln span {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: 50px;
	overflow: hidden
}

.hyjr_2 .ln em {
	width: 100%;
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	font-style: normal
}

.hyjr_2 .rn {
	width: 36%;
	float: left
}

.hyjr_2 .rn img {
	width: 100%;
}

.gwlist {
	width: 100%;
	float: left
}

.gwlist li {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 15px
}

.gwlist li .z_1 {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px
}

.gwlist li .z_1 .z_1_1 {
	float: left;
}

.gwlist li .z_1 .z_1_2 {
	float: left;
	margin-left: 10px;
	padding-top: 5px
}

.gwlist li .z_1 .z_1_3 {
	float: right;
	color: red
}

.gwlist li .z_2 {
	width: 100%;
	float: left;
	height: 43px;
	border-bottom: 1px  dotted #ddd;
	margin-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	color: #999
}

.gwlist li .z_2 .z_2_2 {
	float: right
}

.gwlist li .z_3 {
	width: 100%;
	float: left;
	padding-top: 10px
}

.gwlist li .z_3 em {
	float: left;
	font-style: normal;
	color: #999;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 12px
}

.jr_s_1 {
	width: 100%;
	float: left;
	height: 50px;
	font-size: 24px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold
}

.jr_s_1:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	content: '';
	background: #e60012
}

.jr_s_2 {
	width: 100%;
	float: left;
	padding: 15px;
	background: #fbfcfd;
	margin-bottom: 45px
}

.jr_s_2_1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.jr_s_2_1 img {
	vertical-align: middle;
	margin-right: 5px
}

.jr_s_2_2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 36px
}

.jr_s_2_3 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	color: #999;
	font-size: 14px
}

.jr_s_2_3 span {
	float: right
}

.jr_s_2_4 {
	width: 100%;
	float: left
}

.jr_s_2_4 span {
	padding: 6px 15px;
	border: 1px solid #04abf4;
	border-radius: 13px;
	margin-right: 10px;
	font-size: 12px;
	color: #04abf4;
	float: left
}

.jr_s_3 {
	width: 100%;
	float: left;
	height: 38px;
	position: relative;
	margin-bottom: 30px;
	font-weight: bold
}

.jr_s_3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	content: '';
	background: #04abf4
}

.wtkb{ width:100%; height:30px; float:left}
.wt_1{ width:30%; float:left; color:#fff; text-align:center}
.wt_1 input,.wt_2 input{ color:#fff; max-width:100%; width:calc(100% - 100px); float:right; margin-right:2%; background:rgba(0,0,0,0); border:1px solid rgba(255,255,255,.5); height:30px; line-height:30px; padding:0 10px}
.wt_1 .note{
	color: #ef0012;
    margin-right: 3px;
}
.wt_2{ width:17.5%; float:left; color:#fff;text-align:center}
.wt_tj{ width:100%; float:left; text-align:center; padding-top:40px; padding-bottom:40px}
.wt_tj .action {
	padding: 10px 60px;
	color: #fff;
	font-size: 14px;
	background: #e50012;
	border: none;
	border-radius:10px;
	cursor: pointer
}

.xc{ width:100%; float:left}
.xc ul{ display:inline}
.xc ul li{ width:32%; float:left; margin-bottom:40px; margin-right:2%; position:relative; display:block}
.xc ul li:nth-child(3n){ margin-right:0}
.xc ul li .img{	
width: 100%;
float:left;
	padding-top: 71.5%;
	position: relative
	}
.xc ul li .img img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 1s;
	object-fit: cover;
}


.xc .xcview{ position:absolute; top:0; left:0; opacity:0; width:100%; height:0; background:#fff; z-index:1; padding:20px 34px;transition: all 0.3s; display:block}
.xc .xcview .xcview1{ width:100%; float:left; font-size:14px; font-weight:bold; padding-bottom:14px; border-bottom:1px solid #ddd}
.xc .xcview .xcview2{ width:100%; float:left; position:absolute; right:20px; bottom:30px; text-align:right}
.xc .xcview .xcview2 a{ color:#fff; background:#6495ed; padding:10px 20px; border-radius:4px; font-size:14px}
.xc ul li:hover .xcview{ height:100%; opacity:1; z-index:2}

.mySwiper3 {
	height: 80%;
	width: 100%;
	margin-bottom: 20px;
}

.mySwiperd {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px
}

.mySwiperd .swiper-slide {
	padding-top: 15%;
	opacity: 1;
	left: 0;
	margin: 0 !important;
	margin-right: 10px !important;
}

.mySwiper3 .swiper-slide strong {
	background: rgba(0,0,0,.5);
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	color: #fff;
	padding: 0 20px;
	font-weight: normal
}

.mySwiperd .swiper-slide img {
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	transition: all 0.3s;
	object-fit: cover;
}

.mySwiperd .swiper-slide-thumb-active {
	opacity: 1;
}

.mySwiper3 .swiper-slide {
	width: 100%;
	position: relative;
	padding-top: 60%
}

.mySwiper3 .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.prevd {
	background: url(../images/l.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 42%;
	width: 35px;
	height: 65px;
	z-index: 2;
	opacity: .5;
	cursor: pointer
}

.nextd {
	background: url(../images/r.png) no-repeat left top;
	position: absolute;
	right: 0;
	top: 42%;
	width: 35px;
	height: 65px;
	z-index: 2;
	opacity: .5;
	cursor: pointer
}

.licheng{ width:1045px; position:relative; overflow:hidden; min-height:500px; padding-bottom:100px}
.licheng:after{ width:2px; background:#1959a1; position:absolute; height:100%; content:''; z-index:1; left:50%; margin-left:-2px;}

.licheng li{ width:100%; position:relative;}
.licheng li:nth-child(odd){width:48%; float:right;border:1px solid #1959a1; padding:20px; position:relative; margin-bottom:220px}
.licheng li:nth-child(even){width:48%; float:left;border:1px solid #1959a1; padding:20px; position:relative; margin-top:220px;}

.licheng li .tit{ width:100%; float:left; color:#1959a1; height:30px; line-height:30px; overflow:hidden; margin-bottom:10px}
.licheng li .area{ width:100%; float:left; color:#666; height:132px; line-height:22px; overflow:hidden; font-size:14px}

.licheng li:hover:before{background:#f7b2b7; border:2px solid #e70012;}
.licheng li:before{ position:absolute; z-index:2; width:15px; height:15px; background:#fff; border:2px solid #f7b2b7; border-radius:50px; left:-6.5%; top:50%; content:'';transition: all 0.3s;}

.fzgh{ width:100%; text-align:center; float:left; padding:35px 0; font-size:36px}

.ghlist{ width:100%; float:left;}
.ghlist ul{ display:inline}
.ghlist li{ width:32.5%; float:left; margin-right:1.25%; margin-bottom:15px; border-radius:20px; height:300px; position:relative;  padding-left:25px; padding-right:25px}
.ghlist li:nth-child(3){ margin-right:0}
.ghlist li .area{ width:100%; float:left}
.ghlist li:nth-child(1){ background:#d32e28}
.ghlist li:nth-child(2){ background:#142f6c}
.ghlist li:nth-child(3){ background:url(../images/imglk.jpg) no-repeat; background-size:100% 100%; border:1px solid #ddd}

.ghlist li .t1{ width:100%; float:left;color:#fff; font-size:24px; padding:14% 0 0 0}
.ghlist li .t2{ width:100%; float:left;color:#fff; font-size:28px; padding:10px 0 10px 0}
.ghlist li .t3{ width:100%; float:left; height:70px; border-top:1px solid rgba(255,255,255,.2); margin-top:10px}
.ghlist li .t4{ width:100%; float:left;color:#fff; font-size:18px}
.ghlist li .t5{ width:100%; float:left;color:#333; font-size:14px; height:80px}
.ghlist li:nth-child(3) .t1,.ghlist li:nth-child(3) .t2,.ghlist li:nth-child(3) .t4{ color:#333}

.cdjs{ width:66.25%; border:1px solid #ddd; height:300px; float:left;border-radius:20px; padding:70px 25px; background:url(../images/img1.jpg) right bottom no-repeat; margin-bottom:20px}
.cdjs .t1{width:100%; float:left; font-size:24px; padding-bottom:10px}
.cdjs .t2{ width:100%; float:left;color:#333; font-size:14px;line-height:30px; padding-right:20%}
.cdjs .t2 span{ float:left}
.zlch{ width:32.5%; height:300px; background:#828282; float:right;border-radius:20px; padding:0 25px}
.zlch .t1{ width:100%; float:left;color:#fff; font-size:24px; padding:14% 0 0 0}
.zlch .t2{ width:100%; float:left;color:#fff; font-size:28px; padding:10px 0 10px 0}
.zlch .t3{ width:100%; float:left; height:20px; border-top:1px solid rgba(255,255,255,.2); margin-top:10px}
.zlch .t4{ width:100%; float:left;color:#fff; font-size:18px}
.zlch .t5{ width:100%; float:left;color:#fff; font-size:14px; height:30px}
.dline{ width:100%;height:30px;float:left}