@charset "utf-8";
/*基础部分*/
.mh,.cd-popup,.headerw span,.menuw,.backTop,.quick,#service,#backTop,.menuwa,.ny_left{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;

}

div,ul,li
{
color:#000;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none
}

.cl{ clear:both}


img{ border:none;object-fit: cover;}


*{outline:0px; box-sizing:border-box}

a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #142f6c;
transition: 0.3s ease-in-out;
}


.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: 240px;
	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: 10px !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,1);
	border-radius: 50px;
	margin: 0 4px !important
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #e50012;
	border-radius: 50px;
	width: 8px;
	height: 8px;
}

.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: 60%;
	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
}

.warp{ width:100%; padding:0 4%; overflow:hidden}

/*导航部分*/


.tool {
	width: 100%;
	background: #dedede;
	height: 32px;
}


.headerw {
	width: 100%;
	max-width: 90%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align:center;
}



.m_header{ width:100%; padding:10px 4%; box-sizing:border-box; overflow:hidden;}
.m_header .logo{width:70%;float:left; position:relative}
.m_header .logo img{ width:100%; height:auto; overflow:hidden}
.m_header .right{ float:right; width:8%;}
.m_header .right img{ width:100%; overflow:hidden; height:auto}
.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}

.rightNav{
    width: 50%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -50%;
}


.rightNav span{
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    text-align: center;
	font-size:14px
}
.rightNav span:hover{
    background-color: #f5f5f5;
}


.page1 {
	width: 100%;
	background: url(../images/bg1.jpg) center no-repeat #eaeaea;
	padding: 35px 0;
	overflow: hidden
}

.page1_tit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #142f6c;
	padding-bottom: 10px
}

.page1_entit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #A1A1A1;
	padding-bottom:25px
}

.page1_area {
	max-width: 1200px;
	width: 100%;
	color: #142f6c;
	line-height:28px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px
}

.page2_tit {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	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: 100%;
	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: 28px;
}

#issues {
	width: 100%;
	overflow: hidden;
}

#issues li {
	width:400px;
	list-style: none;
	float: left;

}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
}

#issues li h1 {
	color: #142f6c;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	padding:0;
	height:30px;
	line-height:30px;
	overflow:hidden;
	justify-content: center;
	align-items: center;
	display: flex;
	

	
}

#issues li p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #142f6c;
	height: 60px;
	width:100%;
	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: 30px 0;
	overflow: hidden
}

.page3 {
	width: 100%;
	background: url(../images/bg3.jpg) fixed no-repeat;
	background-size: cover;
	padding: 30px 0;
	overflow: hidden
}

.page4 {
	width: 100%;
	background: #e7eaf0;
	padding: 30px 0;
	overflow: hidden
}

.page5 {
	width: 100%;
	background: url(../images/lianxibg1.jpg) fixed no-repeat;
	background-size: cover;
	padding: 35px 0 35px 0;
	overflow: hidden
}

.pro_l {
	width: 100%;
	float: left;
	margin-bottom:20px
}

.pro_r {
	width: 100%;
	float: right
}

.pro_r ul {
	display: inline
}

.pro_r li {
	width: 32%;
	float: left;
	position: relative;
	border-radius: 5px;
	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: 100%;
	float: left;
	margin-bottom:15px
}

.js_l_l1 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 39.2%;
	border-radius:10px;
	background: #022064;
	padding-bottom:10px
}

.js_l_l1 strong {
	position: absolute;
	top: 18px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size:14px;
}

.js_l_l1 span {
	position: absolute;
	top: 50px;
	left: 30px;
	width: calc(100% - 60px);
	color: #fff;
	font-size: 14px;
	line-height:24px
}

.js_l_l2 { display:none
}

.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: 100%;
	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;
	padding:0;
	margin-top:0
}

.case_l {
	width: 100px;
	float: left;
	border-radius:10px;
	overflow: hidden;
	background: #fff
}

.case_l a {
	width: 100%;
	float: left;
	text-align: center;
	color: #959595;
	height: 58px;
	line-height: 58px;
	font-weight: normal;
	cursor: pointer
}

.case_l .on {
	background: #cf1624;
	color: #fff;
}

.case_r {
	width: calc(100% - 110px);
	float: right;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	height: 404px;
	padding: 46px 22px
}

.caselist {
	width: 100%;
	float: left
}

.caselist ul {
	display: inline
}

.caselist li {
	width: 100%;
	float: left;
}

.caselist li:nth-child(2),.caselist li:nth-child(3),.caselist li:nth-child(4) { display:none}

.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: 100%;
	float: left;
	margin-bottom:10px
}

.lx_l_1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-top: 20px
}

.lx_l_1 strong {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding-bottom:10px;
	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: 150px;
	border-radius: 10px;
	background: url(../images/indexrencai1.jpg) no-repeat;
	background-size: 100% 100%
}

.lx_l_3 a {
	width: 48%;
	float: right;
	height: 150px;
	border-radius: 10px;
	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: 15px 18px 10px 18px;
	font-size: 18px;
	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: 100%;
	float: right
}

.lx_r_1 {
	width: 100%;
	float: right;
	height:200px;
	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: 55px 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 {
	width: 100%;
	line-height: 70px;
	font-weight: bold;
	color: #fff;
}

.copyw a {
	color: #fff;
	float:left;
	text-align:center;
	width:25%;
}

footer {
	width: 100%;
	background: #242933;
	overflow: hidden;
	padding-top: 30px;
}

footer .f_1 {
	width: 100%;
	float: left;
	text-align:center
}

footer .f_1 img {
	width: 80%;
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}

footer .f_1 .link {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 14px
}

footer .f_1 .link a {
	color: #fff
}

footer .f_3 {
	width: 100%;
	float: right;
	text-align:center;
	margin-top:20px
}

.foot_tit {
	width: 100%;
	float: left;
	color: #fff;
	text-align:center
}

.foot_tit span {
	width: 100%;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top:10px;
}

.foot_tit strong {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-bottom:20px;
}

footer .f_3 img {
	width: 30%;
	overflow: hidden;
	height: auto;
	margin-top:10px;
	margin-bottom:10px
}

footer .f_2 {
	width: 100%;
	float: right;
}

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 {

}

.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: 80px;
}

.nybanimg img {
	width: 100%;
	height: 100%;
}

.site {
	width: 100%;
	height: 35px;
	line-height:35px;
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
	color: #142f6c
}

.site a {
	color: #142f6c
}

.ny_menu{
width: 100%;
overflow: hidden;
white-space: nowrap;
overflow-x: scroll;
background:#fff;
border-bottom:1px solid #ddd;
margin-bottom:10px;
}
.ny_menu::-webkit-scrollbar {
display: none;
}

.ny_nav {
display: inline-block;
font-size:12px;
height: 50px;
line-height: 50px;
}
.ny_nav a{color:#333;margin-left: 15px;
font-size:14px;
margin-right: 15px;}
.ny_nav .on{color:#d32e28 !important}

.ny_right {
	width:100%;
	float: right;
	padding-bottom: 35px
}

.ny_righta {
	width:100%;
	float: right;
	padding:35px;
	background:#f5f5f5;
	overflow:hidden
}

.ny_right .h1,.ny_rightb .h1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	padding-bottom:10px;
	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;
	margin-bottom:10px
}

.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;
	margin-top:10px;
}

.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: 100%;
	float: left;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px
}

.ny_right .h5 .r,.ny_rightb .h5 .r {
	width: 100%;
	float: right;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	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 30px 0;
	overflow: hidden;
	margin-bottom: 15px
}

.page_lx .l {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 20px;
	overflow: hidden
}

.page_lx .l .l_1 {
	width: 100%;
	float: left;
	background: url(../images/jianjiebg.jpg);
	padding-top: 30px;
	padding-bottom:30px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px
}

.page_lx .l .l_2 {
	width: 100%;
	padding: 30px;
	float: left;
	border-radius: 20px;
}

.page_lx .l .l_2 strong {
	width: 100%;
	float: left;
	font-weight: normal;
	font-size:24px;
	padding-bottom:15px
}

.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: 100%;
	margin-top:20px;
	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: 100%;
	float: left;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s;
	border:1px solid #ddd;
}



.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: 100%;
	float: left;
	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: 100%;
	float: left;
	position: relative;
	margin-top: 30px;
	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
}


.fk_l {
	width: 100%;
	float: left
}

.fk_r { display:none
}

.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: 100%;
	float: left;
	padding: 20px;
	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: 40px;
	line-height: 40px;
	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: 100%;
	float: left;
	border: 1px solid #eee;
	margin-bottom: 30px;
	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: 100%;
}

.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: 100%;
	margin-top:15px;
	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: 100%;
	float: left;
}

.hyjr .m {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom:30px
}

.hyjr .m img {
	width: 60%;
	padding-top: 40px
}

.hyjr .r {
	width: 100%;
	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;
	margin-bottom:5px
}

.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: 26px
}

.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;
	margin-bottom:5px
}

.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:100%; float:left; color:#fff; text-align:center; margin-bottom:10px}
.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:100%; float:left; color:#fff;text-align:center; margin-bottom:10px}
.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:100%; float:left; margin-bottom:40px;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}

.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: 40px;
	line-height: 40px;
	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:100%; position:relative; overflow:hidden; padding-bottom:30px}

.licheng li{width:100%; float:right;border:1px solid #1959a1; padding:20px; position:relative; margin-bottom:20px}

.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-bottom:20px; padding-top:20px;font-size:26px}

.ghlist{ width:100%; float:left;}
.ghlist ul{ display:inline}
.ghlist li{ width:100%; float:left; margin-bottom:15px; border-radius:20px; height:200px; position:relative;  padding-left:25px; padding-right:25px}
.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:20px; padding:20px 0 0 0}
.ghlist li .t2{ width:100%; float:left;color:#fff; font-size:18px; padding:10px 0 10px 0}
.ghlist li .t3{ width:100%; float:left; height:20px; border-top:1px solid rgba(255,255,255,.2); margin-top:10px}
.ghlist li .t4{ width:100%; float:left;color:#fff; font-size:14px}
.ghlist li .t5{ width:100%; float:left;color:#333; font-size:14px; height:40px}
.ghlist li:nth-child(3) .t1,.ghlist li:nth-child(3) .t2,.ghlist li:nth-child(3) .t4{ color:#333}

.cdjs{ width:100%; border:1px solid #ddd; height:200px; float:left;border-radius:20px; padding:20px 25px; background:url(../images/img1.jpg) right bottom no-repeat; margin-bottom:15px}
.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;}
.cdjs .t2 span{ float:left}
.zlch{ width:100%; height:200px; background:#828282; float:right;border-radius:20px; padding:0 25px; margin-bottom:20px}
.zlch .t1{ width:100%; float:left;color:#fff; font-size:20px; padding:20px 0 0 0}
.zlch .t2{ width:100%; float:left;color:#fff; font-size:18px; 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:14px}
.zlch .t5{ width:100%; float:left;color:#fff; font-size:14px; height:30px}
.dline{ width:100%;height:30px;float:left}