/*bg*/

.bgr1 {
	background:  rgba(249, 249, 249,1);
}

.brtop {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.brall {
	border-radius:10px;
}
.bannerall  {
    width: 100%;   
    display: block;
}


.banner {
	width: 100%;
	height: 100%;
	height: calc(100% - 0px);
    z-index: 1;
    clear: both;
    overflow: hidden;
    position: relative;
}
#banner2{
	background:#ddd;
	width:100%;
	height: -webkit-fill-available;
}
#banner2 .swiper-slide{
	width:100%;
}

#banner.swiper-container {
    BORDER-RADIUS: 10PX;
}



.banner_list{
    position: relative;
	width:100%;
	padding-top: 72px;
}
.banner_list img {
	width:100%;
	min-height:100%;
	display:block;
}
.banner_list .text {
            z-index: 2;
	position:absolute;
	top:auto;
	left: 0;
	width:92%;
	bottom: 10%;
	max-width:100%;
	color:#fff;
	padding:0 4%;
	text-shadow:2px 2px 6px rgba(0,0,0,.8)
}
.banner_list .text h1 {
	font-size:30px;
	line-height:40px;

}
.banner_list .text h1 em{
	font-size:26px;
	padding-left: 50px;
    text-transform: capitalize; 
}
.banner_list .text p {
	font-size:18px;
	margin-top:30px;
}

        .banner_list .gradient{
            position: absolute;
            width: 100%;
            bottom: -0px;
            height: 120px;
            z-index: 1;
            background: linear-gradient(180deg,rgba(255,255,255,0),#F2F2F2);/*实现渐变效果，遮罩效果*/
        }



#banner2 .swiper-pagination {
    position: absolute;
    bottom: 30px;
    z-index: 2;
}
#banner2 .swiper-pagination-bullet {
    background: #f0f0f0;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    opacity: .5;
    margin: 0 5px;
}
#banner2 .swiper-pagination-bullet-active {
	opacity: 1;
	width: 16px;
	height: 16px;
	background: #fff;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.banner img {
	width:100%;
	min-height:100%;
	display:block
}
.banner .text_nav {
	position:absolute;
	z-index: 9999;
	font-size: 16px;
	bottom: 10%;
	right:5%;
	width:60%;
	max-width:100%;
	color:#fff;
	padding:0;
	text-shadow:2px 2px 6px rgba(0,0,0,.2)
}
.banner .text_nav div {
	width: 21%;
	float: left;
	margin: 0 2%;
}



.text_nav .nav1 {
	-webkit-transition:2s;
	transition:2s;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
}
.text_nav .nav2 {
	-webkit-transition:2s .5s;
	transition:2s .5s;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
}
.banner .text_nav .nav3 {
	-webkit-transition:2s 1s;
	transition:2s 1s;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	cursor:pointer;
}
.banner .text_nav .nav4 {
	-webkit-transition:2s 1.5s;
	transition:2s 1.5s;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	cursor:pointer;
}
.banner .swiper-slide-active .text_nav .nav1,.banner .swiper-slide-active .text_nav .nav2,.banner .swiper-slide-active .text_nav .nav3,.banner .swiper-slide-active .text_nav .nav4 {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.banner .text_nav .nav1,.banner .text_nav .nav2,.banner .text_nav .nav3,.banner .text_nav .nav4 {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}






.more1 {
	cursor: pointer;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	line-height: 2;
	text-align: center;
	font-style: normal;
	background: rgba(255, 255, 255, .6); 
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
}
.more1 em {
	padding: 2% 2%;
	color: #FFF;
	background: rgba(195, 25, 32, .1); 
	background: #1F347350;   
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
}
a.more1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    opacity: 1;
}
a:hover.more1 {
    text-decoration: none;
    color: #F7B406;
    opacity: 1
}
a:hover.more1 em {
	color: #FFF;
}
a.more1 span {
	background: #1F3473;   
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
a:hover.more1 span {
    width: 100%
}
a.more1 em {
	font-style: normal;
	position: relative;
	z-index: 2;
}



.hdp_prev {
	cursor:pointer;
	position: absolute;
	left: 1%;
	bottom: 50%;
	width: 17px;
	height: 30px;
	z-index: 2;
}
.hdp_next {
	cursor:pointer;
	position: absolute;
	right: 1%;
	bottom: 50%;
	width: 17px;
	height: 30px;
	z-index: 2;
}


.hdp_prev {
	width: 65px;
	height: 65px;
	background-position: 0 0;
	background-image: url(icon_65.png);
	background-repeat: no-repeat;
}

.hdp_prev:hover {
	background-position: 0 -65px;
}
.hdp_next {
	width: 65px;
	height: 65px;
	background-position: -65px 0;
	background-image: url(icon_65.png);
	background-repeat: no-repeat;
}
.hdp_next:hover {
	background-position: -65px -65px;
}



/* 通栏 结构*/
.tl01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear:both;
	margin-top:60px; 
}

/* 左右 结构*/
.tl02 {
	width: 100%;
	margin: 0 auto;
	clear:both;
	margin-top:60px; 
}

.tl02_l {
    width: 48%;
    float: left;
    padding-top: 0px;
}
.tl02_r {
    width: 50%;
    float: right;
    height: auto;
    position: relative;
}


.tl02_l1 {
    width: 40%;
    float: right;
    padding-top: 0px;
}
.tl02_r2 {
    width: 56%;
    float: left;
    height: auto;
    position: relative;
}

.tl02_l32 {
    width: 62%;
    float: left;
    padding-top: 0px;
}
.tl02_r31 {
    width: 36%;
    float: right;
    height: auto;
    position: relative;
}


/* 左右4 结构*/
.tl024 {
	width: 100%;
	margin: 0 auto;
	clear:both;
}

.tl024_l {
    width: 73.5%;
    float: left;
    padding-top: 0px;
}
.tl024_r {
    width: 24.5%;
    float: right;
    height: auto;
    position: relative;
}

/* 左右 结构*/
.tl02 {width:100%;}
.tl02 dd{width:48.25%;float: left;margin-left:3.5%; 
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.tl02 dd:first-child{ margin-left:0;}

.tl02 dd:nth-child(2n+1) {
	margin-left:0;
}
.tl02 dd:nth-child(2n+1) {
	clear:both;
}
/* 左中右 结构*/
.tl03 {width:100%;}
.tl03 dd{width:31%;float: left;margin-left:3.5%; margin-top:60px; 
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.tl03 dd:first-child{ margin-left:0;}

.tl03 dd:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tl03 dd:nth-child(3) {
}
/* 4 结构*/
.tl04 {width:100%; margin-top: 1%; }
.tl04 dd{width:23.5%;float: left; margin-top:2%; margin-left:2%;
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.tl04 dd:first-child{ margin-left:0;}

.tl04 dd:nth-child(4n+1) {
	margin-left:0;
	clear:both;
}

/* 5 结构*/
.tl05 {width:100%; margin-top: 1%; }
.tl05 dl { 
    display: flex;
    justify-content: center;
}
.tl05 dd{width:18.4%;float: left; margin-top:2%; margin-left:2%;
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.tl05 dd:first-child{ margin-left:0;}

.tl05 dd:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}

.tl06 {width:100%; margin-top: 1%; }
.tl06 dl { 
    display: flex;
    justify-content: center;
}
.tl06 dd{width:15%;float: left; margin-top:2%; margin-left:2%;}
.tl06 dd:first-child{ margin-left:0;}

.tl06 dd:nth-child(6n+1) {
	margin-left:0;
	clear: none;
}

/* 5 结构*/
.tl08 {width:100%; margin-top: 1%; }
.tl08 dl { 
    display: flex;
    justify-content: center;
}
.tl08 dd{width:10.75%;float: left; margin-top:2%; margin-left:2%;
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.tl08 dd:first-child{ margin-left:0;}

.tl08 dd:nth-child(8n+1) {
	margin-left:0;
	clear:both;
}

/* 团队 结构*/
.tm02 {width:100%;}
.tm02 dd{
    width:49%;float: left;margin-left:2%; margin-top:0; 
/* filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1)); */
}

.tm02 dd:first-child{ margin-left:0;}
.tm02 dd:nth-child(2n+1) {
	margin-left:0;
	clear:both;
}
.tm03 {width:100%;}
.tm03 dd{width:32%;float: left;margin-left:2%; margin-top:0; }
.tm03 dd:first-child{ margin-left:0;}
.tm03 dd:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tm05 {width:100%; margin-top: 1%; }
.tm05 dd{width:18.4%;float: left; margin-top:2%; margin-left:2%;}
.tm05 dd:first-child{ margin-left:0;}

.tmm05 dd:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}


.about .video_livehf {
	width:40%;
	text-align:center;
	margin: 0 3% 20px 0;
}
.video_livehf video {
	width:100%;
    height: auto;
	mix-blend-mode:darken;
	border-radius: 10px;
}
.about .img {
	width:50%;
	text-align:center
}
.about .img img {
	mix-blend-mode:darken;
	max-width:96%
}
.about .text {
	width:50%;
	overflow:hidden
}
.about .title {
	text-align: center;
	font-size:32px;
	color:#1F3473;
	border-top:0px solid #b7b5c030;
	padding:0px 0 20px
}

.about .content {
	font-size:16px;
	color:#000;
	line-height:2;
}
.about .content p {
	margin:10px auto;
	text-indent: 2em;
	letter-spacing: 0.1em;
}


.link {
	margin-top:30px;
}
.about .more1 em {
	color: #990000;
}





.fuwu_item {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
	width: 100%;
	padding: 10%;
	border-radius: 10px;
	float: left;
}
.fuwu_item img {
	max-width: 50%;
	margin-bottom: 10px;
	
	
    border-radius: 10px;
    gap: 20px;
    backdrop-filter: blur(4px);
    background-color: rgba(66,66,66, 0.06);
    box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 8px 3px;
    border: 0px rgba(255,255,255,0.4) solid;
    border-bottom: 0px rgba(40,40,40,0.35) solid;
    border-right: 0px rgba(40,40,40,0.35) solid;
    
}
.fuwu_item h5 {
	font-size: 18px;
	color: #333;
	line-height: 2;
	padding-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fuwu_item  p{
	line-height: 2;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fuwu_item p i {
	color: #1F3473;
	padding-right: 3px;
}
.fuwu_item .btns {
	width: 100%;
}
.fuwu_item .btns .link {
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFF;
	background-color: #1F3473;
	float: left;
	line-height: 2.7;
	width: 50%;
	border: 1px solid #1F3473;
	border-left: 0
}
.fuwu_item .btns .link+.link {
	border-color: #1F3473;
	color: #1F3473;
	background-color: #fff
}
.fuwu_item:hover {
	box-shadow: 2px 2px 7px rgba(70, 70, 70, .2);
	border-color: #1F3473
}
.fuwu_item:hover .btns {
	opacity: 1;
	transform: scale(1)
}











.web_item {
    position: relative;
    cursor: pointer;
}
.web_item:hover .swiper-button-prev,.web_item:hover .swiper-button-next{
	opacity: 1;
	background:#1F3473;
}
.web_item .swiper-button-prev {
    position: absolute;
    left: -25px;
    top: calc(40% + 25px);
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}

.web_item .swiper-button-next {
    position: absolute;
    top: calc(40% + 25px);
    right: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}
.web_item .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center top;
    width: 17px;
    height: 30px;
    display: block;
}
.web_item .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center bottom;
    width: 17px;
    height: 30px;
    display: block;
}
.web_item .swiper-container {
    width: 100%;
    height: 100%;
}
.web_item .swiper-slide {
    position: relative;
    width: 20%;
    height: 100%;
}






#banner {
    position: relative;
    cursor: pointer;
}
#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next{
	opacity: 1;
	background:#1F3473;
}
#banner .swiper-button-prev {
    position: absolute;
    left: 5px;
    top: calc(40% + 25px);
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}
#banner .swiper-button-next {
    position: absolute;
    top: calc(40% + 25px);
    right: 5px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}
#banner .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center top;
    width: 17px;
    height: 30px;
    display: block;
}
#banner .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center bottom;
    width: 17px;
    height: 30px;
    display: block;
}
#banner .swiper-container {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}



.video_bd {
	position: relative;
}
.video_info {
	width:100%;
	margin-top:60px; 
}
.video_info a{
	float: left;
	width:100%;
	background: #EEEEEE; 
	margin-bottom:10px;
	padding-bottom:10px;

border-radius:10px;
}
.video_info a:hover{
	cursor: pointer; 
	transition: all 0.3s linear;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.video_info .title2 {
	font-size: 18px;
	line-height: 46px;
	font-weight:bold; 
	padding:0 4%;
	text-align: center; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.video_info .info {
	text-indent: 2em;
	padding:0 4%;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	HEIGHT: 120px;
}



.tl03info {
	width:100%;
	margin-top:60px; 
}
.tl03info dd{
	width:31%;
	float: left;
	margin-left:3.5%; 
	background: #EEEEEE; 
	margin-bottom:20px;
	padding-bottom:20px;

border-radius:5px;
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.tl03info dd:hover{
	cursor: pointer; 
	transition: all 0.3s linear;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.tl03info dd:first-child{ margin-left:0;}

.tl03info dd:nth-child(3n+1) {
	margin-left:0;
}
.tl03info dd:nth-child(3n+1) {
	clear:both;
}
.tl03info .title {
	font-size: 18px;
	line-height: 46px;
	font-weight:bold; 
	padding:0 4%;
	text-align: center; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.tl03info .info {
	text-indent: 2em;
	padding:0 4%;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	HEIGHT: 120px;
}


/* 3 图片*/
.pic03 {width:100%; }
.pic03 dd{width:32%;float: left;margin-left:2%;}
.pic03 dd:first-child{ margin-left:0;}
.pic03 dd:nth-child(3n+1) {
	margin-left:0;
}
.pic03 dd:nth-child(3n+1) {
	clear:both;
}
/* 4 图片*/
.pic04 {width:100%; }
.pic04 dd{width:23.5%;float: left;margin-left:2%;}
.pic04 dd:first-child{ margin-left:0;}
.pic04 dd:nth-child(4n+1) {
	margin-left:0;
}


/* 5 图片*/
.pic05 {width:100%; }
.pic05 dd{width:18.4%;float: left;margin-left:2%;}
.pic05 dd:first-child{ margin-left:0;}
.pic05 dd:nth-child(5n+1) {
	margin-left:0;
}

/* 6 图片*/
.pic06 {width:100%; }
.pic06 dd{width:15%;float: left;margin-left:2%;}
.pic06 dd:first-child{ margin-left:0;}
.pic06 dd:nth-child(6n+1) {
	margin-left:0;
}





.bg {
	height: 30px;
	background:  rgba(0, 0, 0,0.4);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.daytime {
	font-size: 65px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	line-height: 65px;
	margin-bottom: 8px;
}

.name {
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
	bottom:0;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.name a {
    color: #fff;
    text-decoration: none;
}
.name a:hover {
    text-decoration: underline;
}


.named {
    color: #000;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.named a {
    color: #000;
    text-decoration: none;
}
.named a:hover {
    text-decoration: underline;
}

.imgy {
	position: relative;
	width: 80%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80%;
}
.imgy img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.imgy2 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 100%;
}
.imgy2 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.img23 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 150%;
}
.img23 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}
.img32 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 66.666666%;
}
.img32 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}


.img34 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 133.333333%;
}
.img34 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}


.img57 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 140%;
}
.img57 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}
/* 3 结构 */
.nav_li3 {
	width:auto; 
	padding: 40px 0 0;
	border-radius: 0px;
}
.nav_li3 dd{width:32%;float: left; background: #EEEEEE; margin:0px 0 20px 2%;	border-radius: 5px;	}



.nav_li3 dd:hover{
	cursor: pointer; 
	transition: all 0.3s linear;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}


.nav_li3 dd:first-child{ margin-left:0;}

.nav_li3 dd:nth-child(3n+1) {
	margin-left:0;
}
.nav_li3 dd.back{ background: #353535;border:1px }



.nav_li3 h1{
	margin:10px 0 0;
	height:52px;
	font: 400 16px/26px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	overflow: hidden; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nav_li3 .info{
	color: #999;
	margin:15px 0 0;
	font: 400 12px/18px "宋体", "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.nav_li3 .info .fl{
	font: 400 12px/22px "宋体", "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	width:60%;
}

.nav_li3 h1:hover{color:#C52F2E;}






.list_kuai dd{
	width: 48%; float: left;padding: 10px 20px 10px;margin: 60px 4% 30px 0; box-shadow: 0px 2px 15px #e0e0e0;box-sizing: border-box; 
	border-top: 0px solid #e6e6e6;
	background: #f1f1f1; 
}	  
.list_kuai dd:nth-of-type(2) { margin-right: 0; }
.list_kuai dd:nth-child(2n+1) {
	clear:both;
}
 .list_kuai dd:nth-child(2n) {
	margin-right: 0;
}
.list_kuai dd:hover{background: #fff; cursor: pointer; }


.list_kuai1 {width: 100%; padding: 10px 20px 10px;margin: 100px 0 0 0;box-shadow: 0px 2px 15px #e0e0e0;box-sizing: border-box;}
.list_kuai1:hover{background: #fff; cursor: pointer; }


.list_kuai_list dd{width: 48%; float: left; margin: 0px 4% 0 0; }

.list_kuai_list dd:nth-of-type(2) { margin-right: 0; }
.list_kuai_list dd:nth-child(2) {
	margin-right: 0;
}






.picTitle {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding-bottom: 66.666666%;

}
.picTitle .img img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.picTitle .bg {
    height: 45px;
}
.picTitle .name {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
	padding: 0 6px;
	box-sizing: border-box;
}






.picTinfo {

}

.picTinfo .picTitle {
	float:left;
    position: relative;
    width: 48%;
    height: auto;
    overflow: hidden;
	padding-bottom: 32%;
}

.picTinfo .info {
	float:right;
    width: 48%;
	padding:2%;
    font-size: 14px;
    line-height: 36px;
	overflow: hidden; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.picTitle4 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding-bottom: 40%;
}
.picTitle4 .img img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.picTitle4 .bg {
    height: 45px;
}
.picTitle4 .name {
    height: 45px;
    font-size: 18px;
    line-height: 45px;
}




.picTitle9 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.picTitle9 .bg {
    height: 45px;
}
.picTitle9 .name {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
	padding: 0 6px;
	box-sizing: border-box;
}


.picTitle09 {;
}
.picTitle09 .bk{
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.picTitle09 .img34 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 133.333333%;
}
.picTitle09 .img34 img {
	position:  absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.picTitle09 .named {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
	padding: 10px 0px 0px;
}
.picTitle09 .tit {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
	padding: 10px 0px 0px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.picTitle09 .info {
    font-size: 14px;
    line-height: 26px;
	padding: 10px 0px 0px;
	overflow: hidden; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* 头条 */

.xian {
    width: 100%;
    border: 1px dashed #ccc;
    margin: 10px 0 10px;
}
.xian5 {
    border: 1px dashed #ccc;
    margin: 5px 0 5px;
}
.banner2{
	width: 100%;
	height:140px;
	padding:0;
	margin:0;
	overflow: visible; 
}
.banner2 img{
	width: 100%;
	height:140px;
	max-height:140px;
	padding:0;
	margin:0;
}



.swiper-button-prev2 {
    background: url(arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
}
.swiper-button-next2 {
    background: url(arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
}


.swiper-button-prev {
    background: url(arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}
.swiper-button-next {
    background: url(arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}


.swiper-button-prev {
	width: 13px;
	height: 21px;
	background-position: 0 0;
	background-image: url(mk_icon.png);
	background-repeat: no-repeat;
}
.swiper-button-prev:hover {
	background-position: 0 -24px;
}
.swiper-button-next {
	width: 13px;
	height: 21px;
	background-position: -15px 0;
	background-image: url(mk_icon.png);
	background-repeat: no-repeat;
}
.swiper-button-next:hover {
	background-position: -15px -24px;
}



.tl02 .swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 2;
}
.tl02 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}
.tl02 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}



.tl02_r .swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 2;
}
.tl02_r .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}
.tl02_r .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}

.tl02_r2 .swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 2;
}
.tl02_r2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}
.tl02_r2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}

.video_t{width:100%; margin:15px auto 10px;}
.video_t video{width:100%; height:220px;background: url(video_tushu.jpg) no-repeat;}



.margin-t15 { margin-top: 15px;   }


/* 大标题更多 */
.headline{
	font-size: 21px;
	width:100%;
	border-bottom:2px solid #e6e6e6;
	position: relative;
}
.headline span{margin:0 20px; }
.headline span:first-child{ margin-left:0;}
.headline em{ margin-left:10px; color:#666;}
.headline .line{display: inline-block; padding:12px 0 10px 0;border-bottom:2px solid #0252CA;margin-bottom:-2px;}
.headline .more{float: right;color:#999999;font-size: 16px;position: relative;top:15px;right:10px;}
.font-blue {
    color: #0252CA!important;
}
.font-blue a{
    color: #0252CA!important;
}






.more-btn {
	padding:10px 0;
	text-align:center;
}
.more-btn a{
	padding:10px 30px; border-radius: 10px;font-size: 14px;cursor: pointer;
	text-align:center; color:#1076e3 !important;
	background: none; border:1px solid #1076e3;
}
.more-btn a:hover{border:1px solid #1076e3; background: #1076e3; color:#fff !important;}




/* 上图下文列表 3列多行 */
.more-list{margin-top:15px; }
.more-list li{line-height: 32px; }
.more-list li:hover a{ }
.more-list li {
	font-size:14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.more-list em {
	 margin-left:10px; font: 500 12px/32px "宋体"; color: rgb(158, 158, 158); float: right; font-size-adjust: none; font-stretch: normal;
}


.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
}
a:hover .circle{
  background: #CC9933;
}


.video_hd{ height:30px; line-height:30px; margin:0 auto; width: fit-content;  }
.video_hd ul{   }
.video_hd ul li{ float:left; cursor:pointer;  height:40px; text-align:center; font-size:16px; color:#1F3473; background:#fff;line-height:40px; margin-left:20px; padding:0 20px; 
    border-radius: 10px;
}
.video_hd ul li.on{ background:#1F3473; color:#fff; }
.video_hd ul li:first-child{margin-left:0px}
.video_hd ul li:hover { background:#1F3473; color:#fff; }
.video_hd ul li:hover a { color:#fff; }

.video_hd ul li.on a { color:#fff; }




.all-list{
	background: url(list-bg.jpg) no-repeat center top;
	padding: 80px 0;
}
.all-list img{
	width:100%;
	height:100%;
}
.left-all,.right-all{
	float: left;
	width: 49%;
	overflow: hidden;
}
.right-all{
	padding-left: 2%;
}
.comprehensive{
	margin-bottom: 20px;
}
.bb{

}

.ry{
	float: left;
	width: 48%;
}
.ry2{
	float: left;
	width: 48%;
	margin-left: 4%;
}

.ry a{
	width: 100%;
	height: 250px;
	display: block;
	position: relative;
	color: #fff;
}
.ry2 a{
	width: 100%;
	height: 250px;
	display: block;
	position: relative;
	color: #fff;
}
.join .floatbg{
	background: #f15d29;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	width: 100%;
	height: 250px;
	border-radius: 10px 10px 0 0;
}
.coop .floatbg{
	background: #f19129;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	width: 100%;
	height: 250px;
	border-radius: 10px 10px 0 0;
}
.join a{
	background: rgba(241,93,41,0.1);
	position: relative;
}
.coop a{
	background: rgba(241,145,41,0.1);
	position: relative;
}
.join a::before{
	content: '';
	background: url(cai.png) 100% 100% no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 99;
}
.coop a:before{
	content: '';
	background: url(he.png)  100% 100% no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -30px;
	right: -30px;
	z-index: 99;
}
.zh-text{
	position: absolute;
	left: 18px;
	top: 35px;
	z-index: 9;
}
.zh-text dt{
	font-size: 20px;
}
.ry span,.ry2 span{
	position: absolute;
	left: 18px;
	bottom: 50px;
	z-index: 9;
	background: url(jia.png) no-repeat;
	width: 21px;
	height: 21px;
}


.floatbg, .ry a, .ry a span {
    transition: all 0.4s ease 0s;
}


.join a:hover .floatbg,.coop a:hover .floatbg{
	width: 0;
    height: 0;
    margin: 0;
	border-radius: 80%;
	opacity: 0;
}
.join a:hover{
	color: #f15d29;
}
.coop a:hover{
	color: #f19129;
}
.join a:hover span{
	transform:rotate(-180deg);
	background: url(jia1.png) no-repeat;
}
.coop a:hover span{
	transform:rotate(-180deg);
	background: url(jia2.png) no-repeat;
}
.zh-text dt,.comp dt{
	font-weight: 700;
}
.comprehensive a{
	position: relative;
}
.comp{
	position: absolute;
	left: 40px;
	top: 35px;
	color: #fff;
	line-height: 1.1;
}
.comp dt{
	font-size: 32px;
}
.comp dd{
	font-size: 40px;
	color: #ffe0d4;
	opacity: 0.6;
	font-weight: 700;
	line-height: 1;
	font-family: Arial;
}
.comprehensive a:hover dt,.comprehensive a:hover dd{
	text-shadow:5px 2px 6px #000;
}
.comprehensive img{
	width: 100%;
	height: 250px;
}
.right-all .comprehensive{
	margin: 0;
}
.comprehensive:hover img,.ry:hover img{
	opacity: 0.9;
}
.comprehensive a,.ry a{
	border-radius: 10px 10px 0 0;
	display: block;
}
.by a{
	border-radius: 0 0 10px 10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.all-shade{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	opacity: 1;
}
.top-text i{
	vertical-align: middle;
	display: inline-block;
	margin-top: 52px;
}
.top-text .diantang{
	background: url(icon_wh_01.png) no-repeat;
	width: 90px;
	height: 90px;
}
.top-text .gushi{
	background: url(icon_wh_02.png) no-repeat;
	width: 90px;
	height: 90px;
}
.top-text .zhici{
	background: url(icon_wh_04.png) no-repeat;
	width: 90px;
	height: 90px;
}
.top-text{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	text-align: center;
}
.top-text h3{
	color: #fff;
	font-size: 20px;
	margin-top: 22px;
}
.by a:hover .all-shade{
	opacity: 0;
}
.by a:hover .top-text{
	top: 0;
	
}
.by a:hover h3{
	text-shadow:5px 2px 6px #000;
}
.right-all .bb{
	margin-bottom: 20px;
}






.service {
	background-color:#242a33;
	padding:80px 0
}
.service .wrap {
	padding-top:100px;
	position:relative;
	overflow:hidden
}
.service .box {
	color:#fff;
	max-width:40%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.service .box .title {
	border-bottom:1px solid rgba(141,144,149,.5);
	padding:0px 0 20px;
	color:#FFF;
}
.service .box .title .en {
	font-size:42px;
	text-transform:uppercase;
	font-family:CANARO BOLD
}
.service .box .title .cn {
	font-size:42px
}
.service .box .content {
	font-size:16px;
	color:#efefef;
	line-height:30px;
	padding:20px 0 0;
	pointer-events:none
}


.service .map {
	max-width:90%;
	margin:0 auto;
	position:relative;
	overflow:hidden
}
.service .map>img {
	width:100%
}
.service .map .hint {
	position:absolute;
	width:60px;
	height:60px;
	transition:opacity .5s ease,transform .5s cubic-bezier(.5,0,0,1),-webkit-transform .5s cubic-bezier(.5,0,0,1);
	-webkit-transition-delay:1s;
	transition-delay:1s
}
.service .map .hint:before {
	width:8px;
	height:8px;
	background-color:#fff
}
.service .map .hint:after,.service .map .hint:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	border-radius:50%
}
.service .map .hint:after {
	width:2px;
	height:2px;
	-webkit-transition:opacity .5s ease;
	transition:opacity .5s ease;
	-webkit-animation:home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25,.1,.2,1) infinite;
	animation:home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(.25,.1,.2,1) infinite
}
.service .map .hint:hover:after {
	opacity:0
}
@-webkit-keyframes home_hero_item_hints_glow-data-v-8d9497d2 {
	0% {
	-webkit-box-shadow:0 0 30px 5px #fff;
	box-shadow:0 0 30px 5px #fff
}
70% {
	-webkit-box-shadow:0 0 70px 50px rgba(72,170,72,0);
	box-shadow:0 0 70px 50px rgba(72,170,72,0)
}
to {
	-webkit-box-shadow:0 0 0 50px rgba(72,170,72,0);
	box-shadow:0 0 0 50px rgba(72,170,72,0)
}
}@keyframes home_hero_item_hints_glow-data-v-8d9497d2 {
	0% {
	-webkit-box-shadow:0 0 30px 5px #fff;
	box-shadow:0 0 30px 5px #fff
}
70% {
	-webkit-box-shadow:0 0 70px 50px rgba(72,170,72,0);
	box-shadow:0 0 70px 50px rgba(72,170,72,0)
}
to {
	-webkit-box-shadow:0 0 0 50px rgba(72,170,72,0);
	box-shadow:0 0 0 50px rgba(72,170,72,0)
}
}.service .map .hint .hint-radius {
	position:absolute;
	top:50%;
	left:50%;
	width:250px;
	height:250px;
	margin:-125px 0 0 -125px;
	border-radius:50%;
	transition-property:background-color,opacity,visibility,transform,-webkit-transform;
	-webkit-transition-timing-function:ease,ease,ease,cubic-bezier(.5,0,0,1);
	transition-timing-function:ease,ease,ease,cubic-bezier(.5,0,0,1);
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	transform:scale(0)
}
.service .map .hint:hover .hint-radius {
	background-color:#fff;
	opacity:.1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.service .map .hint .hint-dot {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:60px;
	height:60px;
	border-radius:50%;
	border:1px solid;
	-webkit-animation:home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
	animation:home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite
}
@-webkit-keyframes home_hero_item_hints_border-data-v-8d9497d2 {
	0%,to {
	border-color:hsla(0,0%,100%,.6);
	-webkit-transform:translate(-50%,-50%) scale(.95);
	transform:translate(-50%,-50%) scale(.95)
}
50% {
	border-color:hsla(0,0%,100%,.3);
	-webkit-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1)
}
}@keyframes home_hero_item_hints_border-data-v-8d9497d2 {
	0%,to {
	border-color:hsla(0,0%,100%,.6);
	-webkit-transform:translate(-50%,-50%) scale(.95);
	transform:translate(-50%,-50%) scale(.95)
}
50% {
	border-color:hsla(0,0%,100%,.3);
	-webkit-transform:translate(-50%,-50%) scale(1);
	transform:translate(-50%,-50%) scale(1)
}
}.service .map .hint .hint-content {
	position:absolute;
	width:180px;
	color:#fff;
	z-index:5;
	padding:12px 0;
	font-size:12px;
	color:#b0b0b0;
	-webkit-transition:opacity .7s ease,visibility .7s ease;
	transition:opacity .7s ease,visibility .7s ease;
	opacity:0;
	visibility:hidden
}
.service .map .hint:hover .hint-content {
	opacity:1;
	visibility:visible
}
.service .map .hint .hint-content:after,.service .map .hint .hint-content:before {
	content:"";
	position:absolute;
	height:1px;
	background-color:#fff;
	-webkit-transition:opacity .5s ease;
	transition:opacity .5s ease;
	opacity:0
}
.service .map .hint .hint-content:before {
	width:180px
}
.service .map .hint .hint-content:after {
	width:80px
}
.service .map .hint:hover .hint-content:after,.service .map .hint:hover .hint-content:before {
	opacity:1
}
.service .map .hint:hover .hint-content:before {
	-webkit-transition-delay:.15s;
	transition-delay:.15s
}
.service .map .hint .hint-content p {
	opacity:0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s
}
.service .map .hint:hover .hint-content p {
	opacity:1
}
.service .map .hint.beimei {
	top:calc(41.64% - 30px);
	left:calc(18.29% - 30px)
}
.service .map .hint.beimei .hint-content {
	top:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .map .hint.beimei .hint-content:before {
	top:0;
	left:0
}
.service .map .hint.beimei .hint-content:after {
	top:0;
	left:0;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .map .hint.ouzhou {
	top:calc(34.5% - 30px);
	left:calc(53.47% - 30px)
}
.service .map .hint.ouzhou .hint-content {
	top:85px;
	left:50%;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	margin-left:-55px
}
.service .map .hint.ouzhou .hint-content:before {
	top:0;
	right:0
}
.service .map .hint.ouzhou .hint-content:after {
	top:0;
	right:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%
}
.service .map .hint.yatai {
	top:calc(34.5% - 30px);
	left:calc(75.52% - 30px)
}
.service .map .hint.yatai .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .map .hint.yatai .hint-content:before {
	bottom:0;
	left:0
}
.service .map .hint.yatai .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .map .hint.nanmei {
	top:calc(75.06% - 30px);
	left:calc(30.24% - 30px)
}
.service .map .hint.nanmei .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .map .hint.nanmei .hint-content:before {
	bottom:0;
	left:0
}
.service .map .hint.nanmei .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .map .hint.dayang {
	top:calc(81.13% - 30px);
	left:calc(83.86% - 30px)
}
.service .map .hint.dayang .hint-content {
	bottom:85px;
	right:50%;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	margin-right:-55px
}
.service .map .hint.dayang .hint-content:before {
	bottom:0;
	left:0
}
.service .map .hint.dayang .hint-content:after {
	bottom:0;
	left:0;
	-webkit-transform:rotate(135deg);
	transform:rotate(135deg);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.service .map .wanbang {
	position:absolute;
	top:45.02%;
	left:77%
}
.service .map .wanbang:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:8px;
	height:8px;
	background-color:#fff;
	border-radius:50%
}
.service .map .wanbang .tq1 {
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	border-radius:50%;
	background-color:hsla(0,0%,100%,.2);
	-webkit-animation:bianda-data-v-8d9497d2 2.5s linear infinite;
	animation:bianda-data-v-8d9497d2 2.5s linear infinite
}
.service .map .wanbang .tq2 {
	-webkit-animation:bianda2-data-v-8d9497d2 2s linear infinite;
	animation:bianda2-data-v-8d9497d2 2s linear infinite
}
.service .map .wanbang .tq2,.service .map .wanbang .tq3 {
	position:absolute;
	top:50%;
	left:50%;
	width:8px;
	height:8px;
	margin:-4px 0 0 -4px;
	border-radius:50%;
	background-color:hsla(0,0%,100%,.1)
}
.service .map .wanbang .tq3 {
	-webkit-animation:bianda3-data-v-8d9497d2 3s linear infinite;
	animation:bianda3-data-v-8d9497d2 3s linear infinite
}
.service .map .wanbang .content {
	position:absolute;
	left:20px;
	bottom:-10px;
	font-size:12px;
	width:100px;
	color:#fff
}
.service .map .wanbang .content img {
	margin-left:-70px
}
@-webkit-keyframes bianda-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(10);
	transform:scale(10)
}
}@keyframes bianda-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(10);
	transform:scale(10)
}
}@-webkit-keyframes bianda2-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(13);
	transform:scale(13)
}
}@keyframes bianda2-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(13);
	transform:scale(13)
}
}@-webkit-keyframes bianda3-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(17);
	transform:scale(17)
}
}@keyframes bianda3-data-v-8d9497d2 {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1)
}
to {
	-webkit-transform:scale(17);
	transform:scale(17)
}
}






/* 列表 2列多行 */
.more-list2{margin-top:15px;margin-bottom:15px;}
.more-list2 li{line-height: 34px; width: 49%; margin-left:2%;float: left;}
.more-list2 li:nth-child(2n+1) {
	margin-left:0;
}
.more-list2 li:hover a{color:#0c3e83;}
.more-list2 li {
	font-size:16px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.more-list2 li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 10px;
}



/* 列表 3列多行 */
.more-list3{margin-top:15px;margin-bottom:15px;}
.more-list3 li{line-height: 34px; width: 32%; margin-left:2%;float: left;}
.more-list3 li:nth-child(3n+1) {
	margin-left:0;
}
.more-list3 li:hover a{color:#0c3e83;}
.more-list3 li {
	font-size:16px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.more-list3 li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 10px;
}

.arrow-leftx {
    background: url(arrows2.png) no-repeat left top;
    position: absolute;
    right: 25px;
    top: 10px;
    margin-top: 0px;
    width: 17px;
    height: 21px;
}
.arrow-rightx {
    background: url(arrows2.png) no-repeat left bottom;
    position: absolute;
    right: 0px;
    top: 10px;
    margin-top: 0px;
    width: 17px;
    height: 21px;
}


.arrow-left3x {
    background: url(arrows2.png) no-repeat left top;
    position: absolute;
	float:right;
    margin-right: 25px;
    margin-top: 10px;
    width: 17px;
    height: 21px;
}
.arrow-right3x {
    background: url(arrows2.png) no-repeat left bottom;
    position: absolute;
	float:right;
    margin-right: 60px;
    margin-top: 10px;
    width: 17px;
    height: 21px;
}

.arrow-left1 {
    background: url(arrow-pre-grey-l.png) no-repeat left top;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -80px;
    width: 38px;
    height: 136px;
}
.arrow-right1 {
    background: url(arrow-next-grey-l.png) no-repeat right top;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
}
.arrow-left2 {
    background: url(arrow-pre-grey-l.png) no-repeat left top;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -80px;
    width: 38px;
    height: 136px;
}
.arrow-right2 {
    background: url(arrow-next-grey-l.png) no-repeat right top;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -80px;
    width: 48px;
    height: 136px;
}
.swiper-wrapper h3 {
    color: #2b2b2b;
	margin:0 2%;
    line-height: 36px;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
	text-align:center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}




.contB {
    width: 100%;
}
.contB li {
	margin:15px 0 0px;
	float:left;
	width:100%;
	height:126px;
}
.contB li:nth-child(5n) {
	margin-left:3%;
}
.contB li img {
	float:left;
	width:189px;
	height:126px;
	padding-right:10px;
}
.contB li h5 {
	padding: 5px 5px 5px 0;
	font: 700 16px/30px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color:#444; 
	overflow: hidden;
	height:90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.contB li h5 a {
	color:#333;
	outline:none;
}
.contB li h5 a:hover {
	color:#2267ad;
}

.contB li .txt1 {
	background: url(play-m-new.png) no-repeat; background-size:auto 100%;
	font-size:16px;
	line-height:20px;
	color:#888;
	max-height:20px;
	float:left;
	padding-left:30px;
	overflow:hidden;
}
.contB li .txt1 a{color:#888;}
.contB li .txt2 {
	font-size:14px;
	line-height:20px;
	color:#888;
	max-height:20px;
	float:right;
	padding-right:10px;
	overflow:hidden;
}
.contB li .txt2 a{color:#888;}









.picList{ width:100%; padding-bottom:20px;}
.picList img{ width:820px; height:420px; float:left}
.picList .block{float:right;width:350px; height:421px;}
.picList .con_bg1{background:url(text_bg.png) no-repeat; }
.picList .block h3{ color:#fed9a3; font-size:26px; margin:20px 60px 0 35px; height:74px; white-space:inherit; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.picList .block h3 a{color:#fff;}
.picList .block p{line-height:25px; margin:20px 60px 0 40px; text-indent:2em; color:#fff;}

.arrow-leftxpp {
    background: url(next.jpg) no-repeat left top;
    position: absolute;
    right: 60px;
    top: 400px;
    margin-top: 0px;
    width:27px; height:22px;
	z-index:999;
}
.arrow-rightxpp {
    background: url(prev.jpg) no-repeat left bottom;
    position: absolute;
    right: 90px;
    top: 400px;
    margin-top: 0px;
    width:27px; height:22px;
	z-index:999;
}



.bg1 .swiper-button-next,.bg1 .swiper-button-prev{display: none;}














.pr_pt {
	display:block;
	overflow:hidden;
	padding:20px 0;
	margin:0 0px;
}
.pr_pt + .pr_pt {
	border-top:1px solid #e6e6e6;
}
.pr_pt img {
	float:left;
	width:100px;
	height:100px;
	border-radius: 50%;
	margin-right:10px;
}
.pr_pt h5 {
	padding:0 0 10px 0px;
	font-size:18px;
	color:#333333;
	margin:0;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pr_pt h5 a {
	color:#333333;
	outline:none;
}
.pr_pt h5 a:hover {
	color:#2267ad;
}
.pr_pt p {
	font-size:14px;
	line-height:24px;
	color:#888888;
	margin:0;
	overflow:hidden;
 white-space:inherit; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}





.pr_hm {
	display:block;
	overflow:hidden;
	padding:0px 0 12px;
	margin:0 0px;
}
.pr_hm + .pr_hm {
	border-top:0px solid #e6e6e6;
	padding:12px 0;
}
.pr_hm img {
	float:left;
	position:relative;
	width:150px;
	height:100px;
}
.pr_hm h5 {
	padding:0 0 0px 10px;
	font-size:18px;
	line-height:29px;
	color:#333333;
	margin:0;
	font-weight:bold;
	height:29px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pr_hm h5 a {
	color:#333333;
	outline:none;
}
.pr_hm h5 a:hover {
	color:#2267ad;
}
.pr_hm p {
	padding-left:10px;
	font-size:14px;
	line-height:24px;
	color:#888888;
	margin:0;
	overflow:hidden;
 white-space:inherit; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}




.pr_pts {
	display:block;
	overflow:hidden;
	padding:15px 0;
	margin:0 0px;
}
.pr_pts + .pr_pts {
	border-top:1px dashed #e6e6e6;
}
.pr_pts img {
	float:left;
	position:relative;
	max-width:90px;
	max-height:60px;
	padding-right:10px;
}
.pr_pts h5 {
	padding:0 0 12px 0px;
	font-size:18px;
	line-height:19px;
	color:#333333;
	margin:0;
	font-weight:normal;
	height:19px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pr_pts h5 a {
	color:#333333;
	outline:none;
}
.pr_pts h5 a:hover {
	color:#2267ad;
}
.pr_pts p {
	font-size:14px;
	line-height:26px; height:26px;
	color:#888888;
	margin:0;
   white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}



.pr_pic {
	display:block;
	overflow:hidden;
	padding:10px 0 0;
	margin:0 0px;
}
.pr_pic + .pr_pic {
	border-top:0px dashed #e6e6e6;
}
.pr_pic img {
	position:relative;
	max-width:100%;
	max-height:100%;
}
.pr_pic h5 {
	padding:15px 0 10px 0px;
	text-align: center; 
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin:0;
	font-weight:normal;
	height:26px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.pr_pic h5 a {
	color:#333333;
	outline:none;
}
.pr_pic h5 a:hover {
	color:#2267ad;
}
.pr_pic p {
	font-size:14px;
	line-height:26px; height:26px;
	color:#888888;
	margin:0;
   white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}






.pr_txt {
	clear:left;
	list-style:none;
	padding:0px 0 10px;
	margin:0 0px;
}
.pr_txt li + li{
	border-top:1px dashed #e6e6e6;
}
.pr_txt li {
   white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}

.pr_txt li span {
	float:right;
	padding:0 0px 0 0;
	color:#888888;
	font-weight:normal;
	margin:0px 5px 0px 0px;
	display:inline-block;
	border-right:0px solid #cccccc;
	cursor:pointer;
	_cursor:hand;
}
.pr_txt li {
	padding:10px 0 10px 0;
	font-size:16px;
	line-height:23px;
	color:#333333;
	margin:0;
	font-weight:normal;
	height:23px;
}
.pr_txt li a {
	color:#333333;
}
.pr_txt li a:hover {
	color:#2267ad;
}
.pr_txt li i {
	float:right;
	padding:0;
	font-size:12px;
	line-height:23px;
	color:#888888;
	font-weight:normal;
	height:18px;
	margin:0px 5px 0px 10px;
}


.pr_txt li em {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 6px;
}


.pr_txt li .circle2{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 6px;
}

.zt_list2 {
	width:100%;
	padding:10px auto;
	margin:0 auto;
}
.zt_list2 li {
	padding:10px 0 10px 0;
	font-size:16px;
	line-height:23px;
	color:#333333;
	margin:0 auto;
	font-weight:bold;
	height:23px;
	width:50%;
	float:left;
	border-bottom:1px dashed #e6e6e6;
   white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
.zt_list2 li a {
	color:#333333;
}
.zt_list2 li a:hover {
	color:#2267ad;
}
.zt_list2 li i {
	float:right;
	padding:0;
	font-size:12px;
	line-height:23px;
	color:#888888;
	font-weight:normal;
	height:18px;
	margin:0px 5px 0px 10px;
}
.zt_list2 li em {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 6px;
}



/*page*/


.page_l {
	width: 785px; float: left; display: inline;
}
.page_r {
	border: 0px solid rgb(224, 224, 224) ; border-image: none; width: 370px; float: right; display: inline; margin-top:0px; margin-bottom:0px
}




.page_list {
	background: #ffffff80; 
	padding: 15px 10px; 
	text-align: center; 
	margin: 50px 0px 20px;
	border:1px solid rgba(221, 221, 221,50%);;
	border-radius:10px;
	cursor:pointer;
}


.page_list a {
	font: 500 14px/32px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; 
	margin: 0px 2px; 
	padding: 0px 10px; 
	display: inline-block; 
	border-radius: 3px;
}
.page_list a:link {
	color: rgb(0, 0, 0);
}
.page_list a:visited {
	color: rgb(0, 0, 0);
}
.page_list a:hover {
	background: #1F3473; color: rgb(255, 255, 255);
}
.page_list a.disabled:link {
	background: none; color: rgb(219, 225, 230);
}
.page_list .disabled {
	background: none; color: rgb(219, 225, 230);
}
.page_list a.disabled:visited {
	background: none; color: rgb(219, 225, 230);
}
.page_list a.disabled:hover {
	background: none; color: rgb(219, 225, 230);
}
.page_list a.curr:link {
	background: #1F3473; color: rgb(255, 255, 255);
}
.page_list span {
	border-radius: 3px;
	font: 500 14px/32px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; 	margin: 0px 2px; 
	padding: 0px 10px; 
	display: inline-block; font-size-adjust: none; font-stretch: normal;
}
.page_list .curr {
	background: #1F3473; color: rgb(255, 255, 255);
}
.page_list a.curr:visited {
	background: #1F3473; color: rgb(255, 255, 255);
}
.page_list a.curr:hover {
	background: #1F3473; color: rgb(255, 255, 255);
}
.page_list a.blank:link {
	background: none; color: rgb(0, 0, 0); cursor: default;
}
.page_list a.blank:visited {
	background: none; color: rgb(0, 0, 0); cursor: default;
}
.page_list a.blank:hover {
	background: none; color: rgb(0, 0, 0); cursor: default;
}




/*news list*/



.list_one{
	margin-top:20px; margin-bottom:20px;overflow:hidden;
}
.list_one li {
	width:auto;
	font-size: 12px;
	margin: 20px 0 10px;
	padding: 25px 10px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.list_one li:hover {
	background:#fff; 
	border-radius: 6px;
}


.list_one li:last-child{border-bottom:0;}


.list_one li img{
	max-width: 225px;
	max-height: 150px;
    background-image: none;
    float: left;
    overflow: hidden;
    margin-right: 30px;
    position: relative;
    justify-content: center;
    display: flex;
    border-radius: 6px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.list_one .title {
	font-size: 20px; line-height: 28px; display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;margin: 0; text-overflow: ellipsis;white-space: nowrap;display: block;
}
.list_one .title h3 {
	font-weight : bold;
}
.list_one .desc {
	color: #8c8c8c;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_one .time{
	position: absolute;
	bottom: 25px;
	right:10px;
	color: #999999;
	font-size: 14px;
}


em.tj {
    font-style: normal;
    border: #4679bd 1px solid;
    color: #4679bd;
    padding: 2px 12px 2px;
    margin-right: 6px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 18px;
}



.list_w {
	padding-top: 20px; width:100%
}
.list_w span {
	margin: 0px; padding: 0px; padding-right:10px;
}
.list_w i {
	margin: 0px; padding: 0px;
}
.list_w li {
	vertical-align: middle; height:36px; margin-bottom: 0px;
}
.list_w h3 {
	margin: 0px; padding: 0px;
}
.list_w h3 {
	font: 500 16px/36px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; font-size-adjust: none; font-stretch: normal;  white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
.list_w .wz5 {
	padding-bottom: 15px; margin-bottom: 15px; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid; -ms-zoom: 1;
}
.list_w span{
	font: 500 16px/36px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; font-size-adjust: none; font-stretch: normal;  white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden;
}
.list_w p {
	margin: 0px; padding: 0px;
}
.list_w p {
	font: 500 16px/36px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; font-size-adjust: none; font-stretch: normal;  white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
.list_w a:link {
	color: rgb(0, 0, 0);
}
.list_w a:visited {
	color: rgb(113, 113, 113);
}
.list_w a:hover {
	color: rgb(254, 0, 0); text-decoration: underline;
}
.list_w i {
	 margin-left:10px; font: 500 12px/36px "宋体"; color: rgb(158, 158, 158); float: right; font-size-adjust: none; font-stretch: normal;
}






.seabox {
	/**position: relative;**/
	z-index: 3;	
	margin:60px auto;
}
.seabox2 {
	height: 100px;
	background: rgba(178, 4, 5, .9);
	border-radius: 10px;
}
.s_contact {
	width: 30%;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	border-bottom-right-radius:9px;
	border-top-right-radius:9px;
}
.s_contact ul {
	padding: 10px;
}
.s_contact li {
	float: left;
	width:22%;
	margin-left:4%;
	cursor: pointer;
}
.s_contact li img{
	border-radius: 2px;
}
.s_contact li:first-child {
	margin-left:0;
}
.s_contact li .detail img{
	border-radius: 10px;
}
.detail {
  background: #333;
  border-radius: 20px;
  text-align: center;
  box-shadow: 1px 3px 4px rgba(51, 51, 51, .5);
  cursor: pointer;
	width: 160px;
	margin-left:-40px;
	margin-top:10px;
}
.detail img {
   	margin:10px;
  width: 140px;
  height: 140px;
}
.s_contact .detail  { display: none;  }
.s_contact li:hover .detail { display: block;  }


.s_contact p em {
	display: block;
	font-size: 26px;
	color: #000;
	line-height: 100%;
	font-weight: 700;
	margin-top: 5px
}
.s_info {
	width: 70%;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 50px 0 50px
}
.s_info .slogan {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	line-height: 100%
}
.s_info .slogan h1 {
	display: block;
	font-size: 28px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 9px
}




#key {
	height:70px; width:400px; 
}
#key .swiper-slide {
	margin:0; 
	padding:0; 
	width:100%;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 23px;
	height: 70px;

		overflow: hidden; 
	text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
max-height:70px; 

}
#key .swiper-slide a{
	color: rgba(255, 255, 255, 1);
}
#key p{
	font-size: 12px;
	line-height: 23px;
	color: rgba(255, 255, 255, .8);
}


.items_3 {
}
.items_3 li {
	width: 31%;
	margin-bottom: 20px;
	margin-left:3.5%;
	float:left;
	box-sizing: border-box;
	border-radius:6px;
}
.items_3 li:nth-child(3n+1)
{
	margin-left: 0;
}


.items_4 {
}
.items_4 li {
	width: 48%;
	margin-bottom: 20px;
	margin-left:4%;
	float:left;
	box-sizing: border-box;
}
.items_4 li:nth-child(2n+1)
{
	margin-left: 0;
}

 .zt-item {
    margin-bottom: 10px;
}

.zt-item .item-thumb {
	position: relative;
	z-index: 1;
}


.zt-item .thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.zt-item .item-thumb h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    z-index: 10;
text-transform: capitalize;
}
.zt-item .item-thumb h5 .r {
    float: right;
}
.zt-item .item-thumb h5 span {
    padding: 0 15px;
}

.zt-item .item-thumb:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
    z-index: 10;
}

.zt-item .item-thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
    z-index: 10;
}


.zt-item h2 {
    color: #525252;
    font-size: 22px;
	line-height: 150%;
}

.zt-item h2:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    vertical-align: middle;
    margin-right: 11px;
    background: #ff5c00;
}


.zt-item .entry {
    margin: 20px 15px 20px;
    font-size: 14px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    letter-spacing: .2px;
}

.zt-item .btns {
    text-align: left;
    margin: 0 0 20px 15px; 
   font-size: 14px;
    line-height: 32px;
}



.zt-item a {
    display: block;
    border-top-color: transparent;
    color: #555;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.zt-item a{border:1px solid #eaeaea}
.zt-item a .entry{color:#999}
.zt-item a:hover{box-shadow:0 0 20px #eaeaea}
.zt-item a:hover .btns .btn{ color:#ff5c00}
.zt-item a:hover .item-thumb:before{background:transparent}



.sf img {
	overflow: hidden;
	transition: all 1s; 
}
.sf img:hover {
    transform: scale(1.2);
}




.tab_cont .img32 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab_cont:hover .swiper-button-prev,.tab_cont:hover .swiper-button-next{
	opacity: 1;
	background:#1F3473;
}
.tab_cont .swiper-button-prev {
    position: absolute;
    left: -25px;
    top: calc(40% + 25px);
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}

.tab_cont .swiper-button-next {
    position: absolute;
    top: calc(40% + 25px);
    right: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}
.tab_cont .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center top;
    width: 17px;
    height: 30px;
    display: block;
}
.tab_cont .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center bottom;
    width: 17px;
    height: 30px;
    display: block;
}



.tab_cont {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}



.tab_cont .swiper-container {
    width: 100%;
    height: 100%;
}

.tab_cont .swiper-slide {
    position: relative;
    width: 25%;
    height: 100%;
}



.gd_gd  {
 	position: relative;
}

.gd_gd .img32 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.gd_gd span{
 	position: absolute;
 	top: 10px;
 	right: 10px;
    background: #f2f2f250;
    padding: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
}

.gd_gd h2 {
 	position: relative;
    font-weight: 700;
    text-indent: inherit;
    border: none;
    color: rgba( 51, 51, 51, 1);
    line-height: 1.5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
    box-sizing: border-box;
    padding: 35px 5% 15px;
    font-size: 16px;
    margin-top: -40px;
    height: auto;
    background: #f2f2f2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


    overflow: hidden;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gd_gd h2 span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 100;
    color: #4c4c4c;
}
.gd_gd h2::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 20px;
    background: #1F3473;
}
.gd_gd p {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-left: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    overflow: hidden;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.gd_gd a:hover h2{
    color: #1F3473;
}







/* ry 结构*/
.ry_dl {
    width:100%; 
/*	background: url(ry_box_bg.jpg) repeat-x;
	background-size: 100% 100%;
	*/
}
.ry_dl dl { 
    margin: 1% 0 1%; 
    display: flex;
    justify-content: center;
}
.ry_dl dd{width:18.4%;float: left; margin-top:2%; margin-left:2%;
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}
.ry_dl dd:first-child{ margin-left:0;}

.ry_dl dd:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}

.ry_box {
    overflow: hidden;
    border-radius: 3px;
    cursor:pointer;
	background: url(ry_li2_bg.jpg) no-repeat 50% 50%;
	background-size: 100% 100%;
	box-shadow: rgb(0 0 0 / 30%) 2px 3px 8px 3px;
}
.ry_box .box {
    padding: 13% 13%;
}
.ry_box .picbox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 130%;
}
.ry_box .picbox img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: all 1s; 
}
.ry_box .picbox img:hover {
    transform: scale(1.2);
}


.ry_box2 {
    overflow: hidden;
    border-radius: 3px;
    cursor:pointer;
	background: url(ry_li_bg.jpg) no-repeat 50% 50%;
	background-size: 100% 100%;
	box-shadow: rgb(0 0 0 / 30%) 2px 3px 8px 3px;
}
.ry_box2 .box {
    padding: 11% 12%;
}

.ry_box2 .picbox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 70%;
}
.ry_box2 .picbox img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: all 1s; 
}
.ry_box2 .picbox img:hover {
    transform: scale(1.2);
}


.casebox {
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor:pointer;
}
.casebox span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f2f2f250;
    padding: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 6px;
}
.casebox .picbox>img {
    width: 100%;
}
.casebox>a {
    text-decoration: none;
}
.casebox .workinfo>h2 {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    font-size: 12px;
}
.casebox .workinfo>.casename {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0px;
    padding: 0px;
    	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.casebox .workinfo>.xq {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    padding: 0px;
    color: #999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    	overflow: hidden; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.workinfo {
    padding: 20px;
    height: 70px;
    background: #fff;
    color: #666;
    transition: background-color .5s, color .5s;
    -webkit-transition: background-color .5s, color .5s;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.casebox:hover .picbox>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.casebox .picbox>.mask {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    opacity: 0;
    text-align: center;
}
.casebox .picbox>.mask>img {
    margin-top: 30%;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.casebox:hover .picbox>.mask {
    opacity: 1
}
.casebox:hover .picbox>.mask>img {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.casebox:hover .workinfo {
    background-image: none;
    background-color: #1F3473;
}
.casebox:hover .workinfo .casename{
    color: #fff;
}
.casebox:hover .workinfo>.xq {
    color: #fff;
}




.tema_box {
    padding: 0 0px 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor:pointer;
    background: #fff;
}
.tema_box .picbox {
    width: 50%;
    margin: 5% auto;
    overflow: hidden;
    border-radius: 50%;
}
.tema_box .picbox>img {
    width: 100%;
    border-radius: 50%;
}
.tema_box>a {
    text-decoration: none;
}
.tema_box h1 {
    padding: 0px;
    margin: 20px 10px;
    font-size: 18px;
    text-align: center;
    	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.tema_box p {
    font-size: 14px;
    margin: 10px;
    line-height: 2;
    padding: 0px;
    color: #999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    	overflow: hidden; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.tema_box:hover .picbox>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tema_box:hover {
    background-image: none;
    background-color: #1F3473;
}
.tema_box:hover h1{
    color: #fff;
}
.tema_box:hover p {
    color: #fff;
}



.temb_box {
    margin-top: 30px;

    
        color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    background-color: rgba(66,66,66, 0.06);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 8px 3px;
    border: 0px rgba(255,255,255,0.4) solid;
    border-bottom: 0px rgba(40,40,40,0.35) solid;
    border-right: 0px rgba(40,40,40,0.35) solid;
}

.temb_box999 {
    padding: 0 0px 0 0;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor:pointer;
    background: rgba(255, 255, 255, .1);
    box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
    backdrop-filter: blur(20px); 
}
.temb_box999::before{
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    filter: blur(20px);
    z-index: -1;
    margin: -30px;
}
.temb_box .boxm {
	overflow: hidden;
	transition: all 1s; 
	margin: 5% 6%;
}
.temb_box:hover .boxm {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.temb_box .picbox {
    float: left;
    width: 30%;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 5%;
}
.temb_box .picbox>img {
    width: 100%;
    border-radius: 5%;
}
.temb_box>a {
    text-decoration: none;
}
.temb_box h1 {
    color: #1F3473;
    padding: 0px;
    margin: 0px 10px 20px;
    font-size: 18px;
    text-align: center;
    	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.temb_box p {
    font-size: 14px;
    margin: 8px;
    line-height: 2;
    padding: 0px;
    color: #bbb;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    	overflow: hidden; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.temb_box:hover .picbox>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.temb_box:hover {
    background-image: none;
    background-color: #1F3473;
}
.temb_box:hover h1{
    color: #fff;
}
.temb_box:hover p {
    color: #fff;
}





.temm_box {
    margin: 20px 0 10% 0;
}
.temm_box .picbox {
    float: left;
    width: 25%;
    margin: 0 5% 0 0;
    overflow: hidden;
    border-radius: 5%;
}
.temm_box .picbox>img {
    width: 100%;
    border-radius: 5%;
}
.temm_box>a {
    text-decoration: none;
}
.temm_box h1 {
    padding: 0px;
    margin: 20px 10px;
    font-size: 18px;
    text-align: center;
}

.temm_box p {
    font-size: 14px;
    margin: 10px;
    line-height: 2;
    padding: 0px;
}





.hz_list{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 5% auto;
}
.hz_list ul li{
    float: left;
    width: 16.6666%;
    box-sizing: border-box;
    margin-bottom:-5%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
.hz_list .box9 {
    background: url('hz_bj.png') no-repeat center;
    background-size:100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor:pointer;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 115%;
}
.hz_list .box9 .pic {
	position:  absolute;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hz_list ul li .pic img{
    display: block;
    width: 72%;
    height: auto;
    margin: 0 auto;
}
.hz_list ul li:nth-of-type(7){
    margin-left: 8.3333333%;
}
.hz_list ul li:nth-of-type(18){
    margin-left: 8.3333333%;
}
.hz_list ul li:nth-of-type(29){
    margin-left: 8.3333333%;
}
.hz_list ul li:nth-of-type(40){
    margin-left: 95px;
}



.logolist {

}
.logolist{
    border-top: 1px solid #f4f4f4;	
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
	height:auto;
}


.logolist li{
    float:left;
	width:12.5%;
}



.logolist li {
    padding: 0px;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.logolist li img {
    width: 100%;
    opacity: 0.5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.logolist li>p {
    margin-bottom: 30px;
}
.logolist li:hover img {
    opacity: 1;
    filter: none;
}







/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/
.map-view{
    width: 100%;
    height: 600px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}
.map-view #mapimg{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view #mapimg img {
    width: 100%;
    display: table-cell;
}
.map-view #Amap{
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
}
.map-view .bottom ul{
    width: 96%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
	left:2%;
}
.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.map-view .bottom ul li.active{
    background: #1F3473;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.map-view .bottom ul li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.map-view .bottom ul li:first-child div{
    border-left: 0;
}
.map-view .bottom ul li div i{
    display: inline-block;
    background: url('icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.map-view .bottom ul li:last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.map-view .bottom ul li.active + li div{
    border-left: none;
}
.map-view .bottom ul li.active div{
    border-left: none;
    border-right: none;
    position: static;
}
.map-view .img-main{
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.map-view .img-main img{
    display: none;
    object-fit: cover;
}
.map-view .map-info-view{
    width: 500px;
    min-height: 250px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 2% 2%;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-250px);
    top: 200px;
    z-index: 3;
    text-align: left;
}
.map-view .map-info-view span{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(close.png) no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
}
.map-view .map-info-view img{
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.map-view .map-info-view p:nth-child(1){
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}
.map-view .map-info-view p:nth-child(2){
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}
.map-view .map-info-view p:nth-child(3){
    margin-top: 15px;
    font-size: 14px;
}
.map-view .map-info-view p:nth-child(4),.map-view .map-info-view p:nth-child(5){
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-top: 5px;
}
.map-view .map-info-view div{
    height: 35px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}
.map-view .map-info-view div a{
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
	cursor: pointer;
    background-color: #fff;
	color:#1F3473;
    border: solid 1px #1F3473;
    margin: 0 6px;
}
.map-view .map-info-view div a:first-child{
    background-color: #1F3473;
    color: #FFFFFF;
}
.amap-container,.amap-maps,.amap-drags{
    overflow: visible;
}
/**************************************************************************************
 **************
 ************** map view
 **************
****************************************************************************************/











.t_main {
	margin:50px auto 50px;
	padding: 50px;
	
	border: 1px solid #e5e5e5;
	background: rgb(255 255 255 / 80%);
	border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 9%);
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
}

.art_Info {
	padding: 5px 0 10px; 
	color: #B4B4B5;
    font-size: 14px; 
    margin: 0px auto;
        display: flow-root;
}
.art_date {
	float:right;
}
.art_source {
}
.art_des {
    border: 1px dotted rgba(170, 170, 170,0.3); 
	padding: 15px;
	color: rgb(153, 153, 153);
	text-indent: 2em; 
	margin-top: 10px; 
	line-height: 2; 
	border-radius: 5px;
    font-size: 14px; 
}
.t_main h1 {
	text-align: center;
	color: #333333; 
	margin:0 0 2%;
	font: 700 36px/1.8 "Microsoft YaHei"; 
}
.t_main p {
	margin: 30px 0; 
	font-size: 16px;
}
.t_main .t_body{
	padding: 0px 0px 0px; 
	font: 400 16px/1.8 "Microsoft YaHei"; 
	line-height:36px;
}
.t_main .t_body video {
	margin: 10px 0px; 
	width:100%; 
	max-height:360px;
}
.t_main .t_body p {
	text-indent: 2em;
}
.t_main .t_body p a{
	COLOR: #006DAF; 
}
.t_main .t_body p em{
	color: rgb(153, 153, 153); 
}
.t_main .t_body p img {
	text-indent: 0em; display: block; margin: 0px auto; max-width: 100%; height: auto;
}
.t_main .t_body img {
	text-indent: 0em; display: block; margin: 0px auto; max-width: 100%; height: auto;
}
.t_main .t_body H5 {
	margin: 15px 0px; 
	text-indent: 2em;
}




.news_sm {
	width: 100%; 
	border-top: 1px solid #eee; 
    margin-bottom:20px;
}
.news_sm p{
	padding: 10px 0px 0px;  font: 16px/1.5 "Microsoft YaHei"; 
}
.news_sm a {
	color: #0f3175; 
	font-weight: 600;
}
.news_sm a:link {
	color: #0f3175;
}
.news_sm a:hover {
	color: #0f3175;
}


/*********联系我们**********/

.float-l, .floatL {
    float: left;
}
.connect-us{padding: 40px 0px 0;}

.l-title { padding-bottom: 30px; overflow: hidden;}
.l-title .title-em{font-size: 24px; line-height: 24px;  color: #333;float: left;padding-left: 10px;
    font-style: normal;
}
.l-title span{display:block;width: 4px;height: 24px;background-color:#1F3473;float: left;}

.l-contact{
    overflow: hidden;
    padding:20px; 
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 9%);
    filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.1));
    
    border:1px solid #e5e5e5;
	background: rgb(255 255 255 / 80%);
	border-radius: 10px;
}
.l-map { width: 50%; height: 320px; border: 1px solid #e5e5e5; }
.l-map h1{  font-size: 16px;}
.l-map img { width:100%; height:100%; overflow:hidden }

.l-intro { width: 45%; padding-left:4%; }
.connect-us { font-size: 14px;  }
.connect-us .company{line-height: 55px;font-size: 18px; font-weight:bold; }
.connect-us .address{color: #999; line-height: 30px;}
.connect-us .address span{padding-left:30px;}
.connect-us ul{padding-top: 20px; width: 100%;}
.connect-us ul li{width: 100%; float: left; line-height: 30px; color: #999;}
.connect-us ul li span{color:#1F3473; margin-right:10px}





.recr-wrap{margin-bottom: 20px; margin-top:20px;}
.recr-wrap h5{background:#1F3473; line-height:3; overflow: hidden; color:#fff;  border: 1px solid #fff; }
.recr-wrap h5 ul { display: flex;}
.recr-wrap h5 ul li{float: left; width:-webkit-fill-available; font-size:20px; border-left: 1px solid #fff;  text-align: center;}
.recr-list{margin-top: 0px; }
.recr-list > li{border-bottom: 1px solid #eaeaea;}
.recr-item:hover{background:#eee;}
.recr-list ul{overflow: hidden; display: flex; border: 1px solid #fff; }
.recr-list ul li{float: left; width:33%; width:-webkit-fill-available; border-left: 1px solid #fff; text-align: center; line-height:3; padding: 0 10px; font-size:16px; }

.job_main {margin:50px auto; }
.job_zwbt{ font-size:24px; color:#1F3473; margin:30px auto; border-left:5px solid #1F3473; padding-left:15px;}

.hr-table{
	width: 100%;border-collapse:collapse;
}
.hr-table td{
	line-height: 50px;
	border: 1px solid #ecebeb;
	text-align: center;
	font-size:16px;
}
.zp-table{
	width: 100%; border-collapse:collapse;
}
.zp-table td{
	line-height: 50px;
	border: 1px solid #ecebeb;
	text-align: center;
}
.zp-table td.botn{
	border-top: none;
}

.job_a {width:15%;}
.job_b {width:20%;}
.job_c {width:15%;}
.job_d {width:50%;}




.jobinfo { color:#949494; padding: 30px 50px; border-top:1px dotted #C8C8C8; font-size:16px; 
    margin-top:40px; 
    border-radius: 10px;
    gap: 20px;
    backdrop-filter: blur(4px);
    background-color: rgba(66,66,66, 0.06);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 8px 3px;
    border: 0px rgba(255,255,255,0.4) solid;
    border-bottom: 0px rgba(40,40,40,0.35) solid;
    border-right: 0px rgba(40,40,40,0.35) solid;
}


.jobinfo b.bt{ color:#1F3473; font-size:24px; margin:30px auto; display:block;}
.jobinfo p{ color:#949494; line-height:2; padding:10px 0 10px 0px; font-size:16px; text-indent:2em; }


.jobinfo p.p1 { padding:0; }
.jobinfo p.p2 { padding:0; }
.jobinfo p.p3 { color:#000; line-height:2; padding:0px 0 10px 0px; font-size:16px; text-indent:2em; }
.jobinfo p img { width:300px; border-radius:10px;  }
.jobinfo p.p1 img { float:left; text-indent:0; margin-right:2%;  }
.jobinfo p.p2 img { float:right; text-indent:0; margin-left:2%;  }





.culture_info {
	margin: 5% auto 2%; 
}

.culture_info ul{
	text-align:center;list-style-type:none;
	text-align: center;
}
.culture_info li{
	float: left;
	width:18%;
	margin-left:2.5%;
	text-align: center;
	display:inline;
	list-style-type:none;
	display: inline-table;
    border-radius: 10px;
    cursor:pointer;
    background: #ffffff50;
    
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
    box-shadow: 0px 10px 30px 0px rgb(111 111 111 / 30%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(111,111,111,0.3);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(111 111 111 / 30%);
}
.culture_info li:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}
.culture_info li.all {
	margin-left:0;
	margin-top:50px;
    width: 100%;
}


.culture_info li:hover{
  margin-top: -10px;
}
.text-center {
    text-align: center;
}
.culture_info img {
    max-width: 100%;
}
.culture_info h2 {
    font-size: 18px;
    line-height: 3;
	color: #1F3473;
}
.culture_info p {
    font-size: 12px;
	text-indent: 0;
	min-height: 100px;
    line-height: 2;
}


.culture_info .box {
    padding: 20px;
}

.culture_info .p_big {
	font-size: 30px;margin: 2% 10%; text-align: center; 
}
.culture_info .p_big p {
    text-indent: 2em;
	font-size: 18px; 
	line-height: 2;
}






/* global_banner_animation */
.global_banner_animation{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.global_banner_animation .banner_animation {
    display: block;
    width: 100%;
    height: 6em;
    max-height: 100vh;
    margin: 0;
}
.global_banner_animation .parallax{
    display: block;
    width: 100%;
}
.global_banner_animation .parallax > use {
    animation: move_forever 8s linear infinite;
}
.global_banner_animation .parallax > use:nth-child(1) {
    animation-delay: -2s;

    fill: rgba(0, 187, 172, 0.70);
}
.global_banner_animation .parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;

    fill: rgba(0, 122, 195, 0.70);
}

@keyframes move_forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}


@media only screen and (min-width : 320px) and (max-width : 880px) {





.banner_list{
	background:#ddd;
	width:100%;
	height: auto;
	min-height: auto;
	padding-top: 0;
	padding-bottom: 0px;
	
		position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 25%;
}
.banner_list img {
    	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	min-height:100%;
}
.banner_list .text {
	position:absolute;
	left: 0;
	top: auto;
	width:96%;
	max-width:100%;
	color:#fff;
	padding:0 2%;
	text-shadow:2px 2px 6px rgba(0,0,0,.8)
}
.banner_list .text h1 {
	font-size:18px;
	margin-top:0px;
	line-height:30px;
}
.banner_list .text h1 em{
	font-size:14px;
	padding-left: 10px;
    text-transform: capitalize; 
}
.banner_list .text p {
	font-size:14px;
	margin-top:10px;
	display: none;
}



.casebox>a .workinfo>.casename {
    font-size: 14px;
}
.casebox>a .workinfo>.xq {
    display: none;
}
.workinfo {
    padding: 8px;
    height: auto;
    background: #fff;
    color: #666;
}




.mj {
    margin: 8px !important;
}
.nav_li3 {
    padding: 20px 0 0;
}
.nav_li3 dd {
    margin: 0px 0 10px 2%;
    border-radius: 5px;
}
.nav_li3 h1 {
    margin: 5px 0 0;
    height: 44px;
    font: 400 14px/22px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
}
.nav_li3 .info {
    margin: 5px 0 0;
}







.linkbox{
	padding:10px 0 10px;margin-top:2px;
	border-top:1px solid #EEE; width:100%; 
}
.linkbox h3{
	border-bottom:1px solid #EEE; 
}
.linkbox h3,.linkbox h3 a{
	font-size:18px;  margin:10px auto; padding:0px; 
	color:#0F5AAE;
}

.linkbox li {
	width:33%; float:left;
}


.bg1 .swiper-button-next,.bg1 .swiper-button-prev{display: block;}

.ban2{display: none;}




.tl01 {width:auto; margin:10px 5px 0;}
.tl02 {width:auto; margin:0 5px;}
.tl02_l {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.tl02_r {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}





.tl02_l1 {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.tl02_r2 {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
    padding-top: 20px;
}

.tl02_l32 {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.tl02_r31 {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}


/* 左右4 结构*/
.tl024 {
	width:auto; margin:0 5px;
}

.tl024_l {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.tl024_r {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}


/* 左右 结构*/
.tl02 {width:auto; margin:0 5px;}
.tl02 dd{
	margin-top: 10px;
}
.tl02 dd:first-child {
	margin-left:0;
}
.tl02 dd:nth-child(2n+1) {
	margin-left:0;
	clear:both;
}


/* 左中右 结构*/
.tl03 {width:auto; margin:0 5px;}
.tl03 dd{
	margin-top: 10px;
}
.tl03 dd:first-child{
	margin-left:0;
}
.tl03 dd:nth-child(3) {
}

/* 4 结构*/
.tl04 {width:auto; margin:0 5px 10px;}
.tl04 dd{width:49%;float: left;margin-left:2%;}
.tl04 dd:first-child{ margin-left:0;}

.tl04 dd:nth-child(2n+1) {
	margin-left:0;
}


/* 5 结构*/
.tl05 {width:100%; margin-top: 1%; }
.tl05 dd{width:49%;float: left; margin-top:2%; margin-left:2%;}
.tl05 dd:first-child{ margin-left:0;}

.tl05 dd:nth-child(5n+1) {
	margin-left:2%;
	clear: none;
}
.tl05 dd:nth-child(2n+1) {
	margin-left:0;
	clear:both;
}


/* 6 结构*/
.tl06 {width:100%; margin-top: 1%; }
.tl06 dd{width:32%;float: left; margin-top:2%; margin-left:2%;}
.tl06 dd:first-child{ margin-left:0;}

.tl06 dd:nth-child(6n+1) {
	margin-left:2%;
	clear: none;
}
.tl06 dd:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}



/* 团队 结构*/
.tm02 {width:100%;}
.tm02 dd{width:100%;float: left;margin-left:0; margin-top:2%; }
.tm02 dd:first-child{ margin-left:0;}
.tm02 dd:nth-child(2n+1) {
	margin-left:0;
	clear:both;
}
.tm03 {width:100%;}
.tm03 dd{width:100%;float: left;margin-left:0; margin-top:2%; }
.tm03 dd:first-child{ margin-left:0;}
.tm03 dd:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}
.tm05 {width:100%; margin-top: 1%; }
.tm05 dd{width:100%;float: left; margin-top:2%; margin-left:0;}
.tm05 dd:first-child{ margin-left:0;}

.tmm05 dd:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}



/* 3 图片*/
.pic03 {
	width:100%;
}
.pic03 dd{
	width:32%;float: left;margin-left:2%;
}
.pic03 dd:first-child{
	margin-left:0;
}
.pic03 dd:nth-child(3n+1) {
	margin-left:0;
}

/* 4 图片*/
.pic04 {width:100%; }
.pic04 dd{width:49%;float: left;margin-left:2%;}
.pic04 dd:first-child{ margin-left:0;}
.pic04 dd:nth-child(4n+1) {
	margin-left:0;
}
.pic04 dd:nth-child(2n+1) {
	margin-left:0;
}

/* 5 图片*/
.pic05 {width:100%; }
.pic05 dd{width:18.4%;float: left;margin-left:2%;}
.pic05 dd:first-child{ margin-left:0;}
.pic05 dd:nth-child(5n+1) {
	margin-left:0;
}

/* 6 图片*/
.pic06 {width:100%; }
.pic06 dd{width:32%;float: left;margin-left:2%;}
.pic06 dd:first-child{ margin-left:0;}
.pic06 dd:nth-child(6n+1) {
	margin-left:0;
}
.pic06 dd:nth-child(3n+1) {
	margin-left:0;
}
.arrow-left1,.arrow-right1,.arrow-left2,.arrow-right2{display: none;}



.name {
    font-size: 14px;
    bottom: 0;
    color: #FFFFFF;
    height: 36px;
    left: 0;
    line-height: 36px;
}
.picTitle .bg {
    height: 36px;
}
.picTitle .name {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}

.picTitle4 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.picTitle4 .bg {
    height: 36px;
}
.picTitle4 .name {
    height: 36px;
    font-size: 14px;
    line-height: 36px;
	padding: 0 5px;
	box-sizing: border-box;
}


.picTitle9 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.picTitle9 .bg {
	height: 36px;
}
.picTitle9 .name {
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	padding: 0 5px;
	box-sizing: border-box;
}



.picTitle09 {
	width: 100%;
	height: auto;
}
.picTitle09 .name {
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	padding: 0 5px;
}


.banner2{
	width: 100%;
	height:auto;
	padding:0;
	margin-bottom:10px;
	overflow: visible; 
}
.banner2 img{
	width: 100%;
	height:auto;
	max-height:auto;
	padding:0;
	margin:0;
}


.more-list li{line-height: 30px; }
.more-list li:hover a{}
.more-list li {
	font-size:14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.more-listnm{
	margin-top:15px;
	margin-bottom:15px; 
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.more-listnm li {
	font-size:14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

/* 列表 2列多行 */
.more-list2{margin-top:15px;margin-bottom:15px;}
.more-list2 li{line-height: 32px; width: 49%; margin-left:2%;float: left;}
.more-list2 li:nth-child(2n+1) {
	margin-left:0;
}
.more-list2 li:hover a{color:#0c3e83;}
.more-list2 li {
	font-size:14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.more-list2 li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #c9c9c9;
  margin-right: 10px;
  margin-top: 10px;
}



/* 列表 3列多行 */
.more-list3{margin-top:15px;margin-bottom:15px;}
.more-list3 li{line-height: 34px; width: 49%; margin-left:2%;float: left;}
.more-list3 li:nth-child(3n+1) {
	margin-left:2%;
}
.more-list3 li:nth-child(2n+1) {
	margin-left:0;
}
.more-list3 li:hover a{color:#0c3e83;}
.more-list3 li {
	font-size:16px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.contB li h5 {
	padding: 5px 5px 5px 0;
	font: 700 14px/30px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	color:#444; 
	overflow: hidden;
	height:90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.swiper-wrapper h3 {
	margin:0 2%;
    line-height: 26px;
    height: auto;
    font-size: 14px;
}
.swiper-wrapper .bt2{
	margin:0 2%;
    line-height: 26px;
    height: auto;
    font-size: 14px;
	white-space: unset;
}










.picScroll-left{ overflow:hidden; position:relative; height:auto; margin:0px 0 20px 0;}

.li_con{ width:100%; float:left; _display:inline; overflow:hidden; position:relative;}
.li_con img{ width:100%; min-height:90px;}
.li_con .pic2{ float:left;width:50%;height:90px; position:relative;}
.li_con .block{ width:50%; height:90px; float:left;}
.di1 .block{background:#e13838; }
.di2 .block{background:#4a346C; }


.di2 .pic2{ float:right; }
.li_con .block h3{ color:#fff; font-size:14px; margin:5px ; 
	white-space:inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.li_con .block a{color:#fff;}
.li_con .block p {display:none}
.line2{display:none}




.di1 span{background:url(jiao1.png) repeat; position:absolute; top:50%; left:100%; width:9px; height:23px; z-index:6;margin-top:-12px;margin-left:-9px;}
.di2 span{background:url(jiao2.png) repeat; position:absolute; top:50%; left:0; width:9px; height:23px; z-index:6;margin-top:-12px;}




.bg1{background:url(small_bj.png) center no-repeat #B63838;height:auto;  padding:0px 0 0px 0; position:relative;}

#gd1pp{ width:auto; margin:0 5px; }

.picList{ width:100%; padding:0;}
.picList img{ width:100%; height:auto; float:left}
.picList .block2{display:none}
.picList .block{ width:100%; height:auto; }
.picList .con_bg1{background:url(text_bg2.png) no-repeat; 
    background-size: 100% 100%;}
.picList .block h3{ color:#fed9a3; font-size:16px; margin:10px 5%; height:auto; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	display: block;
}
.picList .block h3 a{color:#fff;}
.picList .block p{
	display:none;
}

.arrow-leftxpp {
    background: url(prev.jpg) no-repeat left top; background-size: 100% auto;
    position: absolute;
    right: 55px;
    top: 245px;
    margin-top: 0px;
    width:15px; height:12px;
	z-index:999;
}
.arrow-rightxpp {
    background: url(next.jpg) no-repeat left bottom; background-size: 100% auto;
    position: absolute;
    right: 35px;
    top: 245px;
    width:15px; height:12px;
	z-index:999;
}








.page {
	margin:0px 10px;
}


.page_list {
	background: rgb(243, 243, 243); padding: 10px 6px; border-image: none; text-align: center; margin: 10px 10px 10px;
	border:1px solid rgb(221, 221, 221);;
	border-radius:10px;
}



/*news list*/



.list_one{
	margin-top:10px; margin-bottom:10px;overflow:hidden;
}
.list_one li {
	width:100%;
	float:left;
	font-size: 12px;
	border-bottom: #eee 1px dashed;
	position: relative;
	margin: 0;
	padding: 10px 0; 
}
.list_one li:hover img{transform:translateX(5px)}
.list_one li img{
	height:80px; width: 120px; float:left; margin: 0 10px 0px 0
}
.list_one .title {
	font-size: 16px;font-weight: bold;line-height: 24px;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;margin: 0;color: #333;text-overflow: ellipsis;white-space: nowrap;display: block;
}
.list_one .title h3 {
	color: #555555;font-weight : bold;
}
.list_one .desc {
	font-size: 12px;
	margin: 5px 5px 0;
	letter-spacing: 0;
	color: #a6a6a6;
	line-height : 16px;
}
.list_one .time{
	font-size:9px;
	margin: 5px 5px 5px;
	bottom: 0;
}
em.tj {
	display: none;
}





#banner2 .hdp_prev {
	display: none;
}
#banner2 .hdp_next {
	display: none;
}

#banner2 .swiper-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 2;
}
#banner2 .swiper-pagination-bullet {
    background: #f0f0f0;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    opacity: .5;
    margin: 0 5px;
}
#banner2 .swiper-pagination-bullet-active {
    opacity: 1;
	    width: 12px;
    height: 12px;
	    background: #fff;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}



.tl03info {
    width: auto;
    margin: 20px 5px 0;
}
.tl03info .info {
    display: none;
}
.tl03info dd {
    width: 32%;
    float: left;
    margin-left: 2%;
    background: #EBEBEB;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.tl03info .title {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.list_kuai dd{
	width: -webkit-fill-available;
	float: left;
	padding: 10px 10px 10px;
	margin:20px 5px 0;
	box-shadow: 0px 2px 15px #e0e0e0;
	box-sizing: border-box; 
	border-top: 0px solid #e6e6e6;
	background: #f9f9f9; 
}
.list_kuai dd:nth-child(2n+1) {
	clear:both;
}
 .list_kuai dd:nth-child(2n) {
	margin-right: 5px;
}
.list_kuai dd:hover{
	background: #fff; cursor: pointer; 
}





.picTinfo .info {
    float: right;
    width: 48%;
    padding: 2%;
    font-size: 14px;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}






.bannerall  {
    width: 100%;   
    display: block;
}





.bn-img {
    animation: 10s cubic-bezier(.215, .61, .355, 1) 1s normal none 1 running scaleop;
}
.bn-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
	background-position: center;
	background-size: cover;
}
.bnbg1 {
	background: url(banner01.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.bnbg2 {
	background: url(banner02.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.bnbg3 {
	background: url(banner03.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.bnbg4 {
	background: url(banner04.jpg) 50% 50% no-repeat;
	background-size: cover;
}






.font-box {
    display: block;
    position: absolute;
    transition: all .5s ease 0s;
    bottom: 40%;
    width: 100%;
    text-align: center;
}






.font-box p {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    display: block;
}


.font-box p.s{
	margin-top:3%;
    font-size: 18px;
}
.font-box p .s{
    font-size: 18px;
}

.font-box span {
}



.video_hd{ height:30px; line-height:30px; margin:0 auto; width: fit-content;  }
.video_hd ul{   }
.video_hd ul li{ float:left; cursor:pointer;  height:30px;text-align:center;font-size:12px;color:#1F3473;background:#fff;line-height:30px; margin-left:5px; padding:0 8px; }
.video_hd ul li:first-child{margin-left:0px}
.video_hd ul li:hover { background:#1F3473; color:#fff; }
.video_hd ul li:hover a { color:#fff; }




.video_info {
	width:100%;
	margin-top:20px; 
}
.video_info a{
	margin-bottom:0px;
	padding-bottom:0px;
}
.video_info .title2 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

.video_bd .hdp_prev {
	display: none;
}
.video_bd .hdp_next {
	display: none;
}










.seabox {
	z-index: 3;
	height: auto;	
	margin:10px auto;
}
.s_contact {
	display: none;
	width: 100%;
	height: auto;
	margin-bottom:10px;
}
.s_contact ul {
	padding: 10px;
}
.s_contact li {
	float: left;
	width:22%;
	margin-left:4%;
	margin-bottom:10px;
}
.s_contact li img{
	border-radius: 10px;
	width:100%;
}
.s_contact li:first-child {
	margin-left:0;
}
.s_contact p em {
	display: block;
	font-size: 26px;
	color: #000;
	line-height: 100%;
	font-weight: 700;
	margin-top: 5px
}
.s_info {
	width: 100%;
	height: auto;
	background: rgba(178, 4, 5, .9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.s_info .slogan {
	width:100%; 
	font-size: 14px;
	color: #fff;
	font-weight:400;
	line-height: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.s_info .slogan h1 {
	display: block;
	font-size: 21px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 10px
}




#key {
	height:60px; width:100%; 
}
#key .swiper-slide {
	margin:0; 
	padding:0; 
	width:100%;
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 21px;
	height: 60px;
	max-height:60px; 
}





.items_3 {
}
.items_3 li {
	width: 100%;
	margin-bottom: 20px;
	margin-left:0;
	float:left;
	box-sizing: border-box;
}
.items_3 li:nth-child(3n+1)
{
	margin-left: 0;
}


.items_4 {
}
.items_4 li {
	width: 100%;
	margin-bottom: 20px;
	margin-left:0;
	float:left;
	box-sizing: border-box;
}
.items_4 li:nth-child(2n+1)
{
	margin-left: 0;
}





.link {
	margin: 10px auto;
	text-align: center;
}
.link .more1 {
	padding: 0 10%;
}

.about .video_livehf {
	width:100%;
	text-align:center;
}
.video_livehf video {
    width: 100%;
    height: auto;
    mix-blend-mode: darken;
    border-radius: 10px;
}
.about .img {
	width:100%;
	text-align:center
}
.about .img img {
	mix-blend-mode:darken;
	max-width:80%
}
.about .text {
	width:100%;
	overflow:hidden
}
.about .text .title {
	font-size:24px;
	border-bottom:1px solid #b7b5c0;
	padding: 10px 0
}

.about .text .content {
	font-size:14px;
	line-height:30px
}
.about .text .content p {
	margin:10px auto;
}
.about .text  .data {
	margin-top:30px
}
.about .text .data .item {
	float:left;
	width:33.33%;
	text-align: center;
}
.about .text .data .item .num {
	font-size:16px;
	line-height:30px;
	font-family:CANARO BOLD;
	vertical-align:bottom
}
.about .text .data .item .num .small {
	font-size:16px;
	vertical-align:bottom
}
.about .text .data .item .txt {
	font-size:16px;
	line-height:2em
}






.service {
	background-color:#242a33;
	padding:20px 0
}
.service .wrap {
	padding-top:0px;
	position:relative;
	overflow:hidden
}
.service .box {
	color:#fff;
	max-width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.service .box .title {
	border-bottom:1px solid rgba(141,144,149,.5);
	padding:0px 0 20px;
	color:#FFF;
}
.service .box .title .en {
	font-size:24px;
	text-transform:uppercase;
	font-family:CANARO BOLD
}
.service .box .title .cn {
	font-size:24px
}
.service .box .content {
	font-size:12px;
	color:#efefef;
	line-height:30px;
	padding:20px 0 0;
	pointer-events:none
}

.service .map {
	max-width:90%;
	margin:0 auto;
	position:relative;
	overflow:hidden
}
.service .map>img {
	width:100%
}
.service .map .hint,.service .map .wanbang {
	display:none
}
.service .box {
	position:static;
}






.all-list{
	background: url(list-bg.jpg) no-repeat center top;
	padding: 20px 0;
	background-size: contain;
}
.all-list img{
	width:100%;
	height:100%;
}
.left-all,.right-all{
	float: left;
	width: 100%;
	overflow: hidden;
}
.right-all{
	padding-left: 0;
	margin-top: 4%;
}
.comprehensive{
	margin-bottom: 4%;
}
.bb{

}

.ry{
	float: left;
	width: 48%;
}
.ry2{
	float: left;
	width: 48%;
	margin-left: 4%;
}



.ry a{
	width: 100%;
	height: 120px;
	display: block;
	position: relative;
	color: #fff;
}
.ry2 a{
	width: 100%;
	height: 120px;
	display: block;
	position: relative;
	color: #fff;
}
.join .floatbg{
	background: #f15d29;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	width: 100%;
	height: 120px;
	border-radius: 10px 10px 0 0;
}
.coop .floatbg{
	background: #f19129;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	width: 100%;
	height: 120px;
	border-radius: 10px 10px 0 0;
}
.join a{
	background: rgba(241,93,41,0.1);
	position: relative;
}
.coop a{
	background: rgba(241,145,41,0.1);
	position: relative;
}
.join a::before{
	bottom: -10px;
	right: -10px;
}
.coop a:before{
	bottom: -10px;
	right: -10px;
}
.zh-text{
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 9;
}
.zh-text dt{
	font-size: 18px;
}
.ry span,.ry2 span{
	position: absolute;
	left: 10px;
	bottom: 10px;

}


.floatbg, .ry a, .ry a span {
    transition: all 0.4s ease 0s;
}


.join a:hover .floatbg,.coop a:hover .floatbg{
	width: 0;
    height: 0;
    margin: 0;
	border-radius: 80%;
	opacity: 0;
}
.join a:hover{
	color: #f15d29;
}
.coop a:hover{
	color: #f19129;
}


.zh-text dt,.comp dt{
	font-weight: 700;
}
.comprehensive a{
	position: relative;
}
.comp{
	position: absolute;
	left: 20px;
	top: 30px;
	color: #fff;
	line-height: 1.1;
}
.comp dt{
	font-size: 18px;
	font-weight: 700;
}
.comp dd{
	font-size: 18px;
	color: #ffe0d4;
	opacity: 0.6;
	font-weight: 700;
	line-height: 2;
	font-family: Arial;
}
.comprehensive a:hover dt,.comprehensive a:hover dd{
	text-shadow:5px 2px 6px #000;
}
.comprehensive img{
	width: 100%;
	height: 150px;
}
.right-all .comprehensive{
	margin: 0;
}
.comprehensive:hover img,.ry:hover img{
	opacity: 0.9;
}
.comprehensive a,.ry a{
	border-radius: 10px 10px 0 0;
	display: block;
}
.by a{
	border-radius: 0 0 10px 10px;
	display: block;
	position: relative;
	overflow: hidden;
}
.all-shade{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	opacity: 1;
}
.top-text i{
	vertical-align: middle;
	display: inline-block;
	margin-top: 20px;
}
.top-text .diantang{
	background: url(icon_wh_01.png) no-repeat;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.top-text .gushi{
	background: url(icon_wh_02.png) no-repeat;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.top-text .zhici{
	background: url(icon_wh_04.png) no-repeat 50% 50%;
	width: 45px;
	height: 45px;
	background-size: cover;
}
.top-text{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	text-align: center;
}
.top-text h3{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.by a:hover .all-shade{
	opacity: 0;
}
.by a:hover .top-text{
	top: 0;
	
}
.by a:hover h3{
	text-shadow:5px 2px 6px #000;
}
.right-all .bb{
	margin-bottom: 4%;
}








.map-view{
    width: 100%;
    height: 400px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.map-view #mapimg{
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view #mapimg img {
    width: 100%;
    height: 180px;
}
.map-view #Amap{
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.7);
}
.map-view .bottom ul{
    width: 96%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
	left:2%;
}
.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.map-view .bottom ul li.active{
    background: #c57e38;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}
.map-view .bottom ul li div{
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.4);
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.map-view .bottom ul li:first-child div{
    border-left: 0;
}
.map-view .bottom ul li div i{
    display: inline-block;
    background: url('icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}
.map-view .bottom ul li:last-child(1) div{
    border-right: 1px solid rgba(255,255,255,.4);
}
.map-view .bottom ul li.active + li div{
    border-left: none;
}
.map-view .bottom ul li.active div{
    border-left: none;
    border-right: none;
    position: static;
}
.map-view .img-main{
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.map-view .img-main img{
    display: none;
    object-fit: cover;
}
.map-view .map-info-view{
    width: 80%;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 2% 2%;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    transform: translateX(0);
    top: 100px;
    z-index: 3;
    text-align: left;
}

.map-view .map-info-view p:nth-child(1){
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}
.map-view .map-info-view p:nth-child(2){
    font-size: 12px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}
.map-view .map-info-view p:nth-child(3){
    margin-top: 15px;
}
.map-view .map-info-view p:nth-child(3),.map-view .map-info-view p:nth-child(4),.map-view .map-info-view p:nth-child(5){
    font-size: 9px;
    color: #222222;
    letter-spacing: 0;
}
.map-view .map-info-view div{
    height: 30px;
    margin: 5px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
}


.logolist li{
    float:left;
	width:25%;
}







.tab_cont {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.tab_cont .swiper-button-prev {
    position: absolute;
    left: -2%;
    top: 40%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
	background:#C57E38;
}

.tab_cont .swiper-button-next {
    position: absolute;
    top: 40%;
    right: -2%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
	background:#C57E38;
}

.tab_cont .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center top;
    width: 17px;
    height: 30px;
    display: block;
}

.tab_cont .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -8.6px;
    content: "";
    background: url("arrows.png") no-repeat center bottom;
    width: 17px;
    height: 30px;
    display: block;
}










.banner {
	width: 100%;
	height: 100%;
	height: calc(100%);
	padding-top:0px;
}


.banner img{
	width: 100%;
	height: 100%;
	display: table;
	text-align:center;
	object-fit: cover;
}




#banner2{
	background:#ddd;
	width:100%;
	height:-webkit-fill-available;
	height: 100%;
}

#banner2 .swiper-slide{
	width:100%;
}


#banner_list{
	background:#ddd;
	width:100%;
	height: 360px;
}

.text_nav .nav4 {
	display: none;
}

.banner .text_nav {
	position:absolute;
	font-size: 14px;
	right:2%;
	bottom: 6%;
    width:96%;
	max-width:100%;
	color:#fff;
	padding:0;
	text-shadow:2px 2px 6px rgba(0,0,0,.2)
}
.banner .text_nav div {
	width: 29.333333%;
	float: left;
}

.more1 {
	cursor: pointer;
	width: 100%;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
	text-align: center;
	font-style: normal;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
}




.t_main {
    margin: 20px auto 20px;
    padding: 3%;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 9%);
}



.gd_gd  {
 	position: relative;
 	margin-top: 10px;
}

.gd_gd .img32 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.gd_gd span{
 	position: absolute;
 	top: 5px;
 	right: 5px;
    background: #f2f2f250;
    padding: 5px;
    border-radius: 5px;
    color: #333;
    font-size: 6px;
}

.gd_gd h2 {
 	position: relative;
    font-weight: 700;
    text-indent: inherit;
    border: none;
    color: rgba( 51, 51, 51, 1);
    line-height: 1.5;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
    box-sizing: border-box;
    padding: 10px 3% 0px;
    font-size: 12px;
    margin-top: -15px;
    height: AUTO;
    background: #f2f2f2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;


    overflow: hidden;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gd_gd h2::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    position: absolute;
    top: 5px;
    background: #1F3473;
}
.gd_gd p {
    color: #808080;
    font-size: 10px;
    line-height: 1.5;
    overflow: hidden;
    margin-left: 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    overflow: hidden;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gd_gd a:hover h2{
    color: #1F3473;
}





.fuwu_item {
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
	width: 100%;
	padding: 8%;
	border-radius: 5px;
	float: left;
}
.fuwu_item img {
    max-width: 30%;
    margin-bottom: 10px;
}
.fuwu_item h5 {
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding-bottom: 0px;
}

.fuwu_item  p{
	line-height: 1.8;
	font-size: 8px;
}
.fuwu_item p i {
	color: #1F3473;
	padding-right: 3px;
}
.fuwu_item .btns {
	width: 100%;
}
.fuwu_item .btns .link {
	font-size: 6px;
	line-height: 2.5;
    margin: 10px auto 0;
}




.web_item .swiper-button-prev {
    position: absolute;
    left: -10px;
    top: calc(40% + 15px);
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}

.web_item .swiper-button-next {
    position: absolute;
    top: calc(40% + 15px);
    right: -10px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
	background:#e5e5e5;
	opacity: 0.6;
}
.web_item .swiper-button-prev::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -6.25px;
    content: "";
    background: url("icon-back.png") no-repeat 50% 50%;
    background-size: contain;
    width: 10.5px;
    height: 18px;
    display: block;
}
.web_item .swiper-button-next::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -4.25px;
    content: "";
    background: url("icon-back.png") no-repeat 50% 50%;
    transform:rotate(-180deg);
    background-size: contain;
    width: 10.5px;
    height: 18px;
    display: block;
}


.t_main {
	margin:10px auto;
	padding: 10px;
}
.art_Info {
	padding: 5px 0 5px; 
    font-size: 8px; 
}
.art_des {
	padding: 10px;
	color: rgb(153, 153, 153);
	text-indent: 2em; 
	margin-top: 0px; 
	line-height: 2; 
	border-radius: 5px;
    font-size: 12px; 
}
.t_main h1 {
	font: 700 16px/1.8 "Microsoft YaHei"; 
}
.t_main p {
	margin: 10px 0; 
	font-size: 14px;
}
.t_main .t_body{
	padding: 0px 0px 0px; 
	font: 400 14px/1.8 "Microsoft YaHei"; 
}
.t_main .t_body H5 {
	margin: 10px 0px; 
}



.news_sm {
    margin-bottom:0px;
}
.news_sm p{
	padding: 10px 0px 0px;  font: 12px/1.5 "Microsoft YaHei"; 
}

.connect-us{padding: 40px 0px 0;}

.l-title { padding-bottom: 30px; overflow: hidden;}
.l-title .title-em{font-size: 24px; line-height: 24px;  color: #333;float: left;padding-left: 10px;
    font-style: normal;
}
.l-title span{display:block;width: 4px;height: 24px;background-color:#1F3473;float: left;}

.l-contact{background: #fff;border:1px solid #e5e5e5;overflow: hidden;padding:20px; }


.l-map { width: 100%; height: 200px; border: 1px solid #e5e5e5; }
.l-map h1{  font-size: 12px;}
.l-map p{  font-size: 8px;}
#baidumap_ditu { width:100%; height:100%; overflow:hidden }


.l-intro { width: 100%; padding-left:0; }
.connect-us { font-size: 14px;  }
.connect-us .company{line-height: 55px;font-size: 18px; font-weight:bold; }
.connect-us .address{color: #999; line-height: 30px;}
.connect-us .address span{padding-left:30px;}
.connect-us ul {padding-top: 20px; width: 100%;}
.connect-us ul li{ line-height: 30px; color: #999;}
.connect-us ul li span{color:#1F3473;}

.l-map b{background: #1F3473;width: 200px; height: 20px; display: block; line-height: 20px; color: #fff; text-align: center; font-weight: normal; font-size: 12px;}
.fen-connect-us{font-size: 18px; line-height: 18px; padding-bottom: 20px; border-bottom: 1px solid #ececec; color: #333;}





.recr-wrap{margin-bottom: 10px; margin-top:10px;}
.recr-wrap h5{background:#1F3473; line-height:3; overflow: hidden; color:#fff;  border: 1px solid #fff; }
.recr-wrap h5 ul li{ font-size:16px; }
.recr-list ul li{ font-size:12px; }

.jobinfo{ color:#949494;  padding:3%; border-top:1px dotted #C8C8C8; font-size:16px; margin-top:10px; }
.jobinfo b.bt{ color:#1F3473; font-size:16px; margin:10px auto 5px; display:block;}
.jobinfo p{ color:#949494; line-height:2; padding:10px 0 0px 0px; font-size:12px; text-indent:2em; }



.jobinfo p.p1 { padding:0; }
.jobinfo p.p2 { padding:0; }
.jobinfo p.p3 { color:#949494; line-height:1.8; padding:0; font-size:12px; text-indent:2em; }
.jobinfo p img { width:40%; border-radius:10px;  }
.jobinfo p.p1 img { float:left; text-indent:0; margin-right:2%;  }
.jobinfo p.p2 img { float:right; text-indent:0; margin-left:2%;  }



.job_main {margin:20px auto; }
.job_zwbt{ font-size:16px; color:#1F3473; margin:15px auto; border-left:5px solid #1F3473; padding-left:15px;}

.hr-table{
	width: 100%;border-collapse:collapse;
}
.hr-table td{
	line-height: 30px;
	border: 1px solid #ecebeb;
	text-align: center;
	font-size:12px;
}
.zp-table{
	width: 100%; border-collapse:collapse;
}
.zp-table td{
	line-height: 30px;
	border: 1px solid #ecebeb;
	text-align: center;
}
.zp-table td.botn{
	border-top: none;
}

.job_a {width:15%;}
.job_b {width:20%;}
.job_c {width:15%;}
.job_d {width:50%;}



.culture_info li{
	float: left;
	width:100%;
	margin-left:0;
	margin-top: 20px;
	text-align: center;
	display:inline;
	list-style-type:none;
	display: inline-table;
    border-radius: 10px;
    cursor:pointer;
    background: #ffffff50;
    
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
    box-shadow: 0px 10px 30px 0px rgb(111 111 111 / 30%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(111,111,111,0.3);
    -webkit-box-shadow: 0px 10px 30px 0px rgb(111 111 111 / 30%);
}
.culture_info li:nth-child(5n+1) {
	margin-left:0;
	clear:both;
}
.culture_info li.all {
	margin-left:0;
	margin-top:50px;
    width: 100%;
}

.culture_info li:hover{
  margin-top: 15px;
}

.culture_info img {
    max-width: 60%;
}
.culture_info h2 {
    font-size: 14px;
    line-height: 2;
	color: #1F3473;
}
.culture_info p {
    font-size: 12px;
	text-indent: 0;
	min-height: 30px;
    line-height: 2;
}


.culture_info .box {
    padding: 10px;
}


.temb_box .xq2 {
    display: none;
}
.temb_box .xq3 {
    display: none;
}


}