@charset "utf-8";

/**首页**/
/**头部**/
.container {
	max-width: 83%;
	/*max-width: 1400px;*/
	width: 100%;
	margin: 0 auto;
}

.font60{
	font-size: 60px;
}

.font54{
	font-size: 54px;
}

.font32{
	font-size: 32px;
}

.font24{
	font-size: 24px;
}

.font16{
	font-size: 16px;
}

.font14{
	font-size: 14px;
}

.img{
	line-height: 0;
}

.img img{
	width: 100%;
}

i{
	font-style: normal;
}

.indexbanner{
	position: relative;
}

.indexbanner .swiper-slide .img{
	position: relative;
}

.indexbanner .swiper-slide .img::before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	/*background: url(../images/xm1.png)no-repeat center center/cover;*/
}

.indexbanner .swiper-slide .img .md{
	display: none;
}

.indexbanner .swiper-slide .sybwz{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 3;
	bottom: 4vw;
}

.indexbanner .swiper-slide .sybwz .s{
	color: #dd2e38;
}

.indexbanner .swiper-slide .sybwz .y{
	color: #fff;
	margin-top: 13px;
	line-height: 1.2;
}

.indexbanner .swiper-pagination{
	bottom: 5.2vh;
	right: 93px;
}

.indexbanner .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 14px;
	height: 13px;
	margin-right: 21px;
	background: url(../images/sybwz.png)no-repeat center center/cover;
}

.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
	background: url(../images/sybwza.png)no-repeat center center/cover;
}

.indexbanner .swiper-pagination .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

.indexbanner .sbgd{
	position: absolute;
	bottom: 49.4vh;
	left: 55px;
	line-height: 1;
	text-align: center;
	z-index: 1;
}

.indexbanner .sbgd .sbhda {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
    writing-mode:vertical-lr;
}

.indexbanner .sbgd .qxgd-xy-a1{
	height: 110px;
	background: #5364ae;
	width: 2px;
	position: relative;
	margin-top: 13px;
	display: inline-block;
	overflow: hidden;
}

.indexbanner .sbgd .qxgd-xy-a1:before{
	position: absolute;
	top: 0;
	width: 2px;
	left: 0;
	background: #fff;
	height: 55px;
	content: "";
	-webkit-animation: haha1 1.2s linear infinite;
}

@-webkit-keyframes haha1 {
	0% {
		top: 0;
		opacity: 1;
	}

	25% {
		top: 25%;
		opacity: 0.75;
	}

	50% {
		top: 45%;
		opacity: 0.5;
	}

	75% {
		top: 65%;
		opacity: 0.25;
	}

	100% {
		top: 85%;
		opacity: 0;
	}
}

.header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	padding: 0 60px 0 60px;
}

.fixed-head{
    z-index: 111;
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0,36,110,1);
    transition: All .4s ease;
    -webkit-transition: All .4s ease;
    -moz-transition: All .4s ease;
    -o-transition: All .4s ease;
    -webkit-animation: headerFix 1s ease 1;
    animation: headerFix 1s ease 1;
}

@-webkit-keyframes headerFix {
	from {
		-webkit-transform: translateY(-100%);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

@keyframes headerFix {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.header .logo{
	float: left;
	margin-top: 44px;
	width:320px;
}

.header .eadr{
	float: right;
}

.header .eadr .adrl ul li{
	float: left;
	position: relative;
	margin-right: 35px;
}

.header .eadr .adrl ul li:last-child{
	margin-right: 0;
}

.header .eadr .adrl ul li .sub{
	color: #fff;
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 50px 0 45px;
	position: relative;
}

.header .eadr .adrl ul li .sub:before{
	content: "";
	left: ;
	width: 100%;
	background: #fff;
	height: 2px;
	top: 69px;
	position: absolute;
	display: none;
}

.header .eadr .adrl ul li.cur .sub:before{
	display: block;
}

.header .eadr .adrl ul li:hover .sub:before{
	display: block;
}

.header .eadr .adrl {
	float: left;
}

.header .eadr .adrla{
	float: left;
	margin-left: 26px;
	position: relative;
	padding: 50px 0 38px 0;
	cursor:pointer;
	margin-right: 26px;
}

.header .eadr .adrla span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/adrla.png)no-repeat center center/cover;
}

.header .eadr .menu{
	float: left;
	cursor:pointer;
	padding: 52px 0 0;
}

.header .eadr .menu span{
	display: inline-block;
	width: 20px;
	height: 14px;
	background: url(../images/menu.png)no-repeat center center/cover;
}

.subsearch {
    width: 330px;
    position: absolute;
    top: 50px;
    display: none;
    right: -33px;
    padding-top: 47px;
}

.header .eadr .adrla:hover .subsearch{
	display: block;
}

.subsearch form {
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    height: 45px;
}

.subsearch form input.inp {
    width: 100%;
    border: none;
    border-left: 2px solid #93969d;
    background: none;
    outline: none;
    padding-left: 10px;
    color: #333;
}

.subsearch form input.subxx {
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    top: 2px;
    height: 40px;
    background: url(../images/searchx.png) no-repeat center;
    font-size: 0;
    width: 25px;
}

.subsearch form:after {
    content: '';
    position: absolute;
    right: 36px;
    top: -8px;
    line-height: 0;
    border-width: 8px;
    border-color: #ffffff;
    border-top-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.m-nav {
	right:-100%; 
	top:0; 
	height: 100%;
	position:fixed; 
	z-index:1000; 
	width: 320px;
    transition: all 0.5s;
    background: #fff;
}

body.z-open .m-nav {
    right: 0;
}

.m-nav dl dt {
    text-align: right;
    padding: 30px 50px 20px 0;
    cursor:pointer;
    border-bottom: 1px solid #e2e2e2;
}

.m-nav dl dd li {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 30px;
}

.m-nav dl dd li .sub {
    display: none;
    padding: 10px 0;
    margin-top: 15px;
    background-color: #e9e9f3;
}

.m-nav dl dd li .sub a {
    display: block;
    font-size: 14px;
    color: #00246E;
    padding-left: 20px;
    line-height: 2;
}

.m-nav dl dd li>a {
    position: relative;
    display: block;
    padding-left: 20px;
    background: url(../images/ss1.png) no-repeat left center;
    color: #000000;
}




/**首页**/
.gydbt{
	color: #0e1b50;
}

.gydbt sup{
	font-size: 24px;
	line-height: 0;
	margin-top: -40px;
	display: inline-block;
	vertical-align: middle;
}

.gyantz a{
	display: block;
	text-align: center;
	width: 221px;
	height: 56px;
	line-height: 55px;
	border: 1px solid #13397a;
	border-radius: 40px;
	font-size: 16px;
	color: #0e1f66;
	overflow: hidden;
	position: relative;
	transition: all .5s;
}

.gyantz a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	transition: all .5s;
	background: #13397a;
}

.gyantz a span{
	width: 13px;
	height: 13px;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 1;
	background: url(../images/gyantz.png)no-repeat center center/cover;
}

.gyantz a i{
	position: relative;
	z-index: 1;
}

.gyantz a sup{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

.gyantz a:hover{
	color: #fff;
}

.gyantz a:hover:before{
	left: 0;
}



.indexB-a { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; }
@media(max-width: 500px){
    .indexB-a .marginT90 { margin-top: 20px; }
}
.indexA { padding: 7vw 0 10vw; background: #fff; }
.mTit .c { margin-top: 10px; }
.indexA-a { display: grid; grid-template-columns: 0.9fr 1.1fr; gap:10%;  }

.indexA-a .mTit .t sup{ font-size:1.2vw;
    transform: translateY(-40%);
    position: relative;
    display: inline-block;}

.indexA-b .c sup{ font-size:9px;
    transform: translateY(-40%);
    position: relative;
    display: inline-block;}
    
.aboutA-e sup{ font-size:9px;
    transform: translateY(-40%);
    position: relative;
    display: inline-block;}

.mainSmallMore { width: 48px; height: 48px; box-sizing: border-box; display: inline-block; border:1px solid #ccc; border-radius: 50%; background: url(../images/star.svg) no-repeat center; }
.indexA-d { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 10px; }
.indexA-d .textCon { border-bottom: 1px solid #EBEBEB; padding: 30px; position: relative; }
.indexA-d .textCon:before { content:''; width: 100%; height: 3px; background: #042A72; position: absolute; left: 0; top: 0; }
.indexA-d .textCon:after { z-index: 4; content:''; width: 0; height: 7px; transition: all 0.5s; background: #022A72; background: -webkit-linear-gradient(90deg,rgba(2, 42, 114, 1) 0%, rgba(205, 1, 29, 1) 100%); background: -moz-linear-gradient(90deg,rgba(2, 42, 114, 1) 0%, rgba(205, 1, 29, 1) 100%); background: linear-gradient(90deg,rgba(2, 42, 114, 1) 0%, rgba(205, 1, 29, 1) 100%); position: absolute; left: 0; top: 0; }
.indexA-d .textCon:hover { background: #EBEBEB; }
.indexA-d .textCon:hover .t { text-decoration: underline; }
.indexA-d .textCon:hover .mainSmallMore { border:1px solid #042A72; background: url(../images/starbg.svg) no-repeat center; }
.indexA-d .textCon:hover:after { width: 100%; }
@media(max-width: 1900px){ 
    .indexA-d .textCon  { padding: 1.6vw 1.5vw 1.5vw; }
}
@media(max-width: 1100px){
    .indexA-d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 10px; }
    .indexA { padding: 50px 0 50px; }
    .indexA-a { display: block; }
    .indexA-b { margin-top: 20px; }
    .mainSmallMore { width: 40px; height: 40px; }
}







.footer{
	background: #032a72;
	padding: 3.2vw 0 0;
}

.footer .foot{
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 22px;
}

.footer .foot .logo{
	float: left;
}

.footer .foot .footr{
	float: right;
}

.footer .foot .footr ul li{
	float: left;
	margin-right: 45px;
}

.footer .foot .footr ul li:last-child{
	margin-right: 0;
}

.footer .foot .footr ul li a{
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.footer .foob { padding-bottom: 20px; }


.mainText p { margin-top: 6px; }
.footer .foot .footr ul li .sub a { font-size: 14px; margin-top: 8px; }
.foob .t,.foob .t a { color: rgba(255,255,255,0.4); }
.foob .t a:hover { color:#fff; }
.footerA-b dd a.font16,.footerA-b p { display:block; margin-top: 5px; }
.footerB-b ul li { float: left; position: relative; }
.footerB-b ul p a{color: rgba(255, 255, 255, 0.4); font-size: 14px;}
.footerB-b ul li:nth-child(n+2) { margin-left: 15px; cursor: pointer; }
.footerB-b ul li .icon { text-align:center; transition:all 0.6s; border-radius: 50%; background: rgba(255, 255, 255, 0.05); }
.footerB-b ul li:hover .icon { background: rgba(255, 255, 255, 0.3); }
.footerB-b ul li .icon img { height: 15px; width: auto; }
.footerB-b ul li a { width: 50px; height: 50px;  align-items: center; justify-content: center; }
.footerB-b ul li a,.footerB-b ul li img { vertical-align:top; }
.footerB-b ul li:hover .icon { background-color: rgba(102,102,102,0.2); opacity: 1; }
.footerB-b ul li .ewm { position: absolute; width: 1.2rem; height: 1.2rem; border:1px solid #e2e2e2; background: #fff; position: absolute; left:50%; transform: translateX(-50%); bottom:0.55rem; display: none; }
.footerB-b ul li:hover .ewm { display: block; }
.footer .foot .logo a img { max-width: 240px; }

@media(max-width: 1500px){
    .footer .foot .logo { max-width: 350px; }
    .footer .foot .footr ul li { margin-right: 20px; }
}
@media(max-width: 1200px){
    .footer .foot .logo { max-width: 350px; }
    .footer .foot .footr ul li { margin-right: 15px; }
}
@media(max-width: 1100px){
    .footer .foot .logo { max-width: 100%; width: 100%; }
    .footer .foot .footr ul li { margin-right: 15px; }
}


@media(max-width: 1780px) {
	.font60 {
	    font-size: 52px;
	}

	.font54{
		font-size: 45px;
	}

	.gydbt sup {
	    margin-top: -32px;
	}
}

@media(max-width: 1680px) {
	.font60 {
	    font-size: 45px;
	}

	.font54{
		font-size: 36px;
	}

	.indexe .exe-bt .eanm {
	    bottom: 2px;
	    right: 0;
	}

	.gyantz a{
		height: 47px;
		line-height: 47px;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb{
		margin-bottom: 70px;
	}

	.gydbt sup{
		font-size: 18px;
		margin-top: -24px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp{
		overflow-y: auto;
	    overflow-x: hidden;
	    height: 87px;
	    padding-right: 10px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 4px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 4px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,36,110,1);
		background: #02277b;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
		border-radius: 0;
		background: rgba(0, 0, 0, 0.1);
	}
}

@media(max-width: 1500px) {
	.font60 {
	    font-size: 40px;
	}

	.font54{
		font-size: 34px;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb {
	    margin-bottom: 40px;
	}

	.indexc .dexcxq .xcxql{
		margin-left: 5%;
		width: 38%;
	}

	.container{
		max-width: 88%;
	}

	.indexbanner .sbgd{
		left: 25px;
	}

	.indexbanner .swiper-pagination{
		right: 35px;
	}

	.indexa .wzclmd{
		width: 94%;
	}

	.indexa .wzclmd .lmdxt .mdr {
	    width: 40.2%;
	}

	.indexb {
    	padding: 21vw 0 8.5vw;
	}

	.indexe .edgind:before{
		width: 5.5%;
	}

	.header .logo {
    	margin-top: 30px;
	}

	.header .eadr .menu {
    	padding: 38px 0 0;
	}

	.header .eadr .adrla {
	    padding: 35px 0 28px 0;
	}

	.header .eadr .adrl ul li .sub{
		padding: 35px 0 35px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr{
		padding-top: 50px;
	}
}

@media(max-width: 1480px) {
	.indexa .wzclmd .lmdxt {
	    padding: 30px 0 0 25px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr:after{
		width: 60px;
		height: 60px;
		top: 25px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr {
	    width: 500px;
	    padding: 60px 0 90px 0;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .img {
	    width: calc(100% - 565px);
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide{
		margin-right: 65px;
	}

	.indexc .dexcxq .xcxql{
		margin-top: 30px;
	}

	.indexc .dexcxq .xcxql .icon{
		width: 70px;
	}
}

@media(max-width: 1280px) {
	.font60 {
	    font-size: 30px;
	}	

	.font54{
		font-size: 28px;
	}

	.font24{
		font-size: 20px;
	}

	.indexc .dexcxq .xcxql .xcbq{
		font-size: 22px;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb{
		overflow-y: auto;
	    overflow-x: hidden;
	    height: 169px;
	    padding-right: 10px;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 4px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 4px;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,36,110,1);
		background: #02277b;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
		border-radius: 0;
		background: rgba(0, 0, 0, 0.1);
	}

	.header{
		padding: 0 30px;
	}

	.header .eadr .adrl ul li{
		margin-right: 15px;
	}

	.header .eadr .adrla{
		margin-left: 20px;
	}

	.gydbt sup{
		margin-top: -18px;
	}

	.footer .foot .footr ul li{
		margin-right: 20px;
	}

	.footer .foob .ooblt {
	    width: 63%;
	}
}

.backTop { display: none; position: fixed; bottom:30px; right:30px; z-index: 1000; }
@media(max-width: 1100px) {
	.header{
		padding: 0 4%;
	}

	.header .eadr .adrl{
		display: none;
	}

	.header .logo{
		width: 200px;
	}

	.header .eadr .adrla{
		display: none;
	}

	.header .logo{
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.header .eadr .menu{
		padding-top: 14px;
	}

	.m-nav{
		width: 100%;
	}

	.m-nav dl dt {
    	text-align: right;
    	padding: 15px 15px 15px 0;
	}

	.m-nav dl dd li{
		padding: 10px 15px;
	}

	.indexa .wzclmd{
		position: initial;
	}

	.indexa .wcll{
		display: none;
	}

	.indexbanner .swiper-slide .img .md{
		display: block;
	}

	.indexbanner .swiper-slide .img .pc{
		display: none;
	}

	.container{
		max-width: 92%;
	}

	.indexbanner .sbgd{
		display: none;
	}

	.indexbanner .swiper-pagination{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}

	.indexbanner .swiper-slide .sybwz{
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	.font60{
		font-size: 25px;
	}

	.font54{
		font-size: 22px;
	}

	.font16{
		font-size: 14px;
	}

	.indexa .wzclmd .lmdxt .mdl .dla{
		font-size: 18px;
	}

	.indexbanner .swiper-slide .sybwz .y{
		margin-top: 6px;
	}

	.indexa{
		padding: 35px 0 45px;
		display: none;
	}

	.sjdmrsx{
		display: block !important;
	}

	.indexa .wzclmd{
		width: 100%;
		padding: 0 4%;
	}

	.indexa .wzclmd .lmdxt{
		padding: 0;
	}

	.indexa .wzclmd .lmdxt .mdl .dlb{
		height: auto;
		margin: 8px 0 15px;
		line-height: 1.6;
	}

	.indexa .wzclmd .lmdxt .mdr{
		width: 100%;
		border-radius: 15px;
		overflow: hidden;
		margin-bottom: 18px;
	}

	.indexa .wzclmd .lmdxt .mdl{
		width: 100%;
	}

	.gydbt sup{
		font-size: 12px;
		margin-top: -15px;
	}

	.indexb{
		padding: 35px 0 90px;
	}

	.indexb .wdqwsbc:before{
		display: none;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp{
		line-height: 1.6;
		margin: 10px 0 20px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr .elrp p:before{
		width: 7px;
	    height: 7px;
	    top: 8px;
	}

	.indexb .swiper-button-prev,
	.indexb .swiper-button-next{
		display: none;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .img{
		width: 55%;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr{
		width: 40%;
	    padding: 30px 0 20px 0;
	}

	.gyantz a{
		font-size: 14px;
		width: 190px;
		height: 43px;
    	line-height: 43px;
	}

	.gyantz a span{
		width: 11px;
		height: 11px;
		margin-top: -1px;
	}

	.mztxkn a{
		width: 150px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr:after{
		width: 40px;
		height: 40px;
		top: 20px;
	}

	.indexc{
		padding: 35px 0 45px;
	}

	.indexc .dexcxq .xcxql .icon{
		width: 45px;
	}

	.indexc .dexcxq .xcxql .xcbq{
		font-size: 18px;
		margin-top: 10px;
	}

	.indexc .dexcxq .xcxql{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.indexc .dexcxq{
		padding: 0 4%;
		margin-top: 20px;
	}

	.indexc .dexcxq .xcxqr{
		width: 100%;
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden;
	}

	.indexc .dexcxq .xcxql .xcbqnr p:before {
	    top: 10px;
	    width: 7px;
	    height: 8px;
	}

	.indexc .dexcxq .xcxql .xcbqnr{
		margin-top: 10px;
	}

	.indexc .dexcxq .xcxql .gyantz{
		margin-top: 20px;
	}

	.indexd{
		padding-top: 35px;
	}

	.indexd .indexdop .dexddw{
		bottom: auto;
		top:50%; transform:translateY(-50%);
	}

	.indexd .indexdop .dexddw .mztxkn{
		margin-top: 20px;
	}

	.indexd .indexdop .dexddw .da{
		font-size: 18px;
	}

	.indexe .exe-nrswiper{
		overflow: hidden;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide .img img{
		height: auto;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide{
		padding: 15px;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide .dewzmo .d{
		font-size: 18px;
	}

	.indexe .edgind:before{
		display: none;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide .dewzmo .d{
		margin-top: 15px;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide .dewzmo .e{
		margin-top: 8px;
	}

	.indexe .exe-nrswiper .swiper-wrapper .swiper-slide .dewzmo .w{
		line-height: 1.6;
		margin-top: 10px;
	}

	.indexe .exe-bt .eanm{
		display: none;
	}

	.indexe .exe-bt{
		margin-bottom: 20px;
	}

	.indexe{
		padding: 35px 0 45px;
	}

	.indexf .dexfdw .gydbt{
		margin-bottom: 20px;
	}

	.indexf .dexfdw{
		right: 4%;
	}

	.footer .foot .footr{
		display: none;
	}

	.footer{
		padding: 30px 0 20px;
	}

	.footer .foob .ooblt{
		line-height: 1.8;
		width: 100%;
	}

	.footer .foob .oobrt{
		float: left;
		text-align: left;
	}

	.footer .foot .logo{
		width: 170px;
	}

	.footer .foot{
		padding-bottom: 15px;
		margin-bottom: 13px;
	}

	.backTop{
		right: 4%;
	}


	.indexe .edgind .mztxkn{
		display: block;
	}
}

@media(max-width: 750px) {
    .footer .foot .logo {
        width: 100%;
    }
	.indexb .indexb-swiper .swiper-wrapper .swiper-slide{
		margin-right: 4%;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .img{
		position: initial;
		width: 100%;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr{
		width: 100%;
		margin-top: 7vw;
		padding-bottom: 0;
		padding-top: 20px;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .pelr:after{
		display: none;
	}

	.indexb .indexb-swiper .swiper-wrapper .swiper-slide .pels .wtmzfl:before{
    	bottom: auto;
    	top: 33vw;
	}

	.indexb{
		padding: 35px 0 45px 4%;
	}

	.indexd .indexdop .container .img img{
		/*height: 63vw;*/
		max-width:200%;width: 130%; height: auto;
	}

	.indexf .img img{
		/*height: 59vw;*/
		max-width:200%;width: 130%; height: auto;
	}

	.indexf .dexfdw .gydbt{
		width: 155px;
	}

	.indexf .dexfdw .gydbt br{
		display: none;
	}
}





/**联系我们**/
.nybanner{
	position: relative;
}

.nybanner .img .md{
	display: none;
}

.nybanner .dgqlbb{
	position: absolute;
	top: 83.5%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.nybanner .dgqlbb .bblde{
	color: #dd2e38;
}

.nybanner .dgqlbb .bbldea{
	color: #fff;
	margin-top: 19px;
	line-height: 1.1;
}

.nybanner .dgqlbb .bbldea sup{
	font-size: 30px;
}

.nybanner .dgqlbb .bbl{
	float: left;
}

.nybanner .dgqlbb .bbr{
	float: right;
	margin-top: 42px;
	background: rgba(18, 24, 44, .3);
	overflow: hidden;
	border-radius: 40px;
}

.nybanner .dgqlbb .bbr ul li{
	float: left;
	line-height: 1;
}

.nybanner .dgqlbb .bbr ul li a{
	display: block;
	padding: 17px 32px 17px 32px;
	color: #fff;
	font-size: 18px;
	border-radius: 40px;
	overflow: hidden;
}

.nybanner .dgqlbb .bbr ul li a sup{
	vertical-align: middle;
    line-height: 0;
    font-size: 14px;
    margin-top: -11px;
    display: inline-block;
}

.nybanner .dgqlbb .bbr ul li.cur a,
.nybanner .dgqlbb .bbr ul li:hover a{
	background: #4870ff;
}

.contact{
	background: #f3f3f3;
}

.contact .img{
	position: relative;
	margin-top: -1px;
}

.contact .sbgd{
	position: absolute;
	bottom: 70px;
	left: 2.9%;
	line-height: 1;
	text-align: center;
	z-index: 1;
}

.contact .sbgd .sbhda {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
    writing-mode:vertical-lr;
}

.contact .sbgd .qxgd-xy-a1{
	height: 110px;
	background: #5364ae;
	width: 2px;
	position: relative;
	margin-top: 13px;
	display: inline-block;
	overflow: hidden;
}

.contact .sbgd .qxgd-xy-a1:before{
	position: absolute;
	top: 0;
	width: 2px;
	left: 0;
	background: #fff;
	height: 55px;
	content: "";
	-webkit-animation: haha1 1.2s linear infinite;
}

@-webkit-keyframes haha1 {
	0% {
		top: 0;
		opacity: 1;
	}

	25% {
		top: 25%;
		opacity: 0.75;
	}

	50% {
		top: 45%;
		opacity: 0.5;
	}

	75% {
		top: 65%;
		opacity: 0.25;
	}

	100% {
		top: 85%;
		opacity: 0;
	}
}

.contact .gywsfgq{
	width: 91.5%;
	background: #fff;
	position: relative;
	margin-top: -21.05vw;
	float: right;
	padding: 104px 153px 0 80px;
	border-radius: 10px 0 0 0;
	overflow: hidden;
}

.contact .contactnr .ctnrl{
	float: left;
	width: 33.4%;
}

.contact .contactnr .ctnrl .rlbt,
.contact .contactnr .ctnrr .rlbt{
	line-height: 1;
	color: #022a72;
}

.contact .contactnr .ctnrl .rlnr{
	margin-top: 35px;
}

.contact .contactnr .ctnrl .rlnr ul li{
	margin-bottom: 35px;
}

.contact .contactnr .ctnrl .rlnr ul li:last-child{
	margin-bottom: 0;
}

.contact .contactnr .ctnrl .rlnr ul li .n{
	color: #999999;
}

.contact .contactnr .ctnrl .rlnr ul li .l{
	color: #333;
	font-size: 18px;
	margin-top: 1px;
	line-height: 1.5;
}

.contact .contactnr .ctnrl .rlewm{
	margin-top: 50px;
}

.contact .contactnr .ctnrl .rlewm .ewm{
	float: left;
	position: relative;
	cursor:pointer;
	margin-right: 15px;
}

.contact .contactnr .ctnrl .rlewm .ewm .ewmad{
	position: absolute;
	left: 50%;
	top: -120px;
	background: #000;
	height: 110px;
	width: 110px;
	display: none;
	transform: translateX(-50%);
}

.contact .contactnr .ctnrl .rlewm .ewm:hover .ewmad{
	display: block;
}

.contact .contactnr .ctnrr{
	float: left;
	width: 66.6%;
	padding-left: 123px;
	padding-bottom: 126px;
	border-left: 1px solid #ececec;
}

.contact .contactnr .ctnrr .xxkks{
	margin-top: 35px;
}

.contact .contactnr .ctnrr .xxkks ul li{
	float: left;
	width: 47.55%;
	margin-bottom: 62px;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(4){
	margin-bottom: 0;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(3){
	margin-bottom: 0;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2){
	width: 100%;
	margin-bottom: 0;
	margin-top: 62px;
}

.contact .contactnr .ctnrr .xxkks ul li:last-child{
	width: 100%;
	margin-bottom: 0;
}

.contact .contactnr .ctnrr .xxkks ul li.ju{
	margin-right: 4.9%;
}

.contact .contactnr .ctnrr .xxkks ul li .it{
	color: #333333;
}

.contact .contactnr .ctnrr .xxkks ul li .it span{
	display: inline-block;
	font-size: 16px;
	color: #ff144b;
	line-height: 0;
}

.contact .contactnr .ctnrr .xxkks ul li .input input{
	width: 100%;
	border: 0;
	font-size: 14px;
	height: 42px;
	color: #022a72;
	border-radius: 0;
	border-bottom: 1px solid #dadada;
}

.contact .contactnr .ctnrr .xxkks ul li .input input:focus{
	border-color: #022a72 !important;
}

.contact .contactnr .ctnrr .xxkks ul li .input input::-webkit-input-placeholder {
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li .input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li .input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li .input input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea{
	resize:none;
	padding: 0;
	min-height: 113px;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	margin-top: 10px;
	color: #022a72;
	border-bottom: 1px solid #dadada !important;
}


.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea::-webkit-input-placeholder {
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
}

.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea:focus{
	border-color: #022a72 !important;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox{
	margin-top: 22px;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-unselect i{
	width: 15px;
	height: 15px;
	border-radius: 4px;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-unselect:hover i{
	border-color: #13387b;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-form-checked i{
	background: #13387b;
	border-color: #13387b;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-unselect span{
	padding: 0 0 0 6px;
	margin-top: -1px;
	display: inline-block;
	font-size: 16px;
}

.contact .contactnr .ctnrr .xxkks ul li .checkBox a{
	display: inline-block;
	font-size: 16px;
	color: #022a72;
}

.contact .contactnr .ctnrr .xxkks button{
	width: 184px;
	height: 46px;
	border: 1px solid #022a72;
	border-radius: 40px;
	background: rgba(0, 0, 0, 0);
	color: #022a72;
	font-size: 16px;
	line-height: 45px;
	margin-top: 50px;
}

.contact .contactnr .ctnrr .xxkks button:hover{
	opacity: 1;	
}

.contact .contactnr .ctnrr .xxkks button span{
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	background: url(../images/gyantz.png)no-repeat center center/cover;
}

@media(max-width:1680px) {
	.font32 {
    	font-size: 26px;
	}
}

@media(max-width:1500px) {
	.contact .gywsfgq{
		width: 94%;
	}

	.contact .sbgd {
	    bottom: 40px;
	    left: 2.5%;
	}
}

@media(max-width:1480px) {
	.contact .contactnr {
	    margin-top: -21.2vw;
	    padding: 40px 70px 0 50px;
	}

	.contact .contactnr .ctnrr{
		padding-left: 70px;
	}

	.contact .contactnr .ctnrr{
		width: 66%;
		padding-bottom: 70px;
	}

	.contact .contactnr .ctnrl{
		width: 34%;
	}

	.font32 {
    	font-size: 24px;
	}
}

@media(max-width:1280px) {
	.contact .contactnr .ctnrl{
		width: 40%;
	}

	.contact .contactnr .ctnrr{
		width: 60%;
	}

	.nybanner .dgqlbb .bbldea{
		margin-top: 10px;
	}
}

@media(max-width:1100px) {
	.contact .sbgd{
		display: none;
	}

	.nybanner .img .md{
		display: block;
	}

	.nybanner .img .pc{
		display: none;
	}

	.contact{
		padding: 35px 4% 45px;
	}

	.contact .contactnr{
		width: 100%;
		margin-top: 0;
		padding: 20px;
		border-radius: 10px;
	}

	.contact .img{
		display: none;
	}

	.contact .contactnr .ctnrl{
		width: 100%;
	}

	.font32{
		font-size: 22px;
	}

	.contact .contactnr .ctnrl .rlnr ul li .l{
		font-size: 15px;
	}

	.contact .contactnr .ctnrl .rlnr{
		margin-top: 10px;
	}

	.contact .contactnr .ctnrl .rlnr ul li{
		margin-bottom: 10px;
	}

	.contact .contactnr .ctnrl .rlewm{
		margin-top: 15px;
	}

	.contact .contactnr .ctnrl .rlewm .ewm .ewmad{
		left: 0;
		transform: translateX(0);
	}

	.contact .contactnr .ctnrr{
		margin-top: 25px;
		width: 100%;
		padding: 0;
		border-left: 0;
	}

	.contact .contactnr .ctnrr .xxkks{
		margin-top: 10px;
	}

	.contact .contactnr .ctnrr .xxkks ul li{
		width: 100%;
		margin-bottom: 15px;
	}

	.contact .contactnr .ctnrr .xxkks ul li .input input{
		height: 40px;
	}

	.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(3){
		margin-top: 15px;
	}

	.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2){
		margin-top: 20px;
	}

	.contact .contactnr .ctnrr .xxkks ul li:nth-last-child(2) textarea{
		min-height: 80px;
	}

	.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-unselect span{
		font-size: 14px;
		margin-top: -2px;
	}

	.contact .contactnr .ctnrr .xxkks ul li .checkBox{
		margin-top: 15px;
	}

	.contact .contactnr .ctnrr .xxkks ul li .checkBox a{
		font-size: 14px;
	}

	.contact .contactnr .ctnrr .xxkks ul li .checkBox .layui-unselect i{
		width: 14px;
		height: 14px;
	}

	.contact .contactnr .ctnrr .xxkks button{
		font-size: 14px;
		height: 40px;
		width: 130px;
		line-height: 40px;
		margin-top: 25px;
	}

	.contact .contactnr .ctnrr .xxkks button span{
		width: 10px;
	    margin-top: -2px;
		height: 10px;
	}

	.nybanner .dgqlbb .bbldea{
		margin-top: 5px;
		line-height: 1.3;
	}

	.nybanner .dgqlbb{
		top: 55%;
	}
}




/**招贤纳士**/
.contact .virtuous{
	padding: 90px 162px 80px 72px;
}

.contact .virtuous .virtuousbt .usbtl{
	float: left;
	line-height: 1;
	color: #022a72;
	margin-top: 17px;
}

.contact .virtuous .virtuousbt .usbtr{
	float: right;
}

.contact .virtuous .virtuousbt .usbtr .btrp{
	float: left;
	width: 468px;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul{
	border-radius: 40px;
	border: 1px solid #dcdcdc;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li{
	float: left;
	width: 33.333%;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input{
	border: 0;
	height: 50px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-right: 0;
	border-radius: 40px;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input::-webkit-input-placeholder {
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrpa{
	float: left;
	border-radius: 40px;
	border: 1px solid #dcdcdc;
	margin-left: 10px;
	width: 465px;
	position: relative;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title i{
	right: 35px;
	top: 52.5%;
	border-top-color: #b0b0b0;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-anim{
	padding: 0;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-anim .layui-this{
	background: rgba(0,36,110,1);
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title{
	position: relative;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background: #e8e8e8;
}

.contact .virtuous .virtuousbt .usbtr .btrp ul li:last-child .layui-unselect .layui-select-title:before{
	display: none;
}

.contact .virtuous .virtuousbt .usbtr .btrpa input{
	width: 100%;
	border: 0;
	height: 50px;
	font-size: 14px;
	border-radius: 40px;
	padding-left: 23px;
}

.contact .virtuous .virtuousbt .usbtr .btrpa input::-webkit-input-placeholder {
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrpa input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrpa input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrpa input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}

.contact .virtuous .virtuousbt .usbtr .btrpa button{
	position: absolute;
	right: 0;
	height: 100%;
	border: 0;
	width: 182px;
	background: #9babc7;
	border-radius: 40px;
	color: #fff;
	cursor:pointer;
	font-size: 16px;
}

.contact .virtuous .virtuousbt .usbtr .btrpa button span{
	display: inline-block;
	width: 16px;
	height: 17px;
	margin-top: -2px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../images/btrpa.png)no-repeat center center/cover;
}

.contact .virtuous .virtuousnr{
	margin-top: 40px;
}

.contact .virtuous .virtuousnr ul{
	display: flex;
	flex-wrap:wrap;
}

.contact .virtuous .virtuousnr ul li{
	float: left;
    width: 49.3%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    border-radius: 10px;
	background: #f6f6f6;
	position: relative;
	padding: 39px 30px 40px 30px;
}

.contact .virtuous .virtuousnr ul li:last-child{
	margin-bottom: 0;
}

.contact .virtuous .virtuousnr ul li:nth-last-child(2){
	margin-bottom: 0;
}

.contact .virtuous .virtuousnr ul li:before{
	position: absolute;
	content: "";
    right: 1.5vw;
    bottom: 10px;
	width: 7.4vw;
    height: 5.7vw;
	background: url(../images/virtuousnr.png)no-repeat center center/cover;
	background-size: 100% 100%;
}

.contact .virtuous .virtuousnr ul li:nth-child(2n){
	margin-right: 0;
}

.contact .virtuous .virtuousnr ul li .lit{
	padding-bottom: 16px;
	border-bottom: 1px solid #e4e4e4;
}

.contact .virtuous .virtuousnr ul li .lit .litl{
	float: left;
	color: #022a72;
	font-size: 22px;
}

.contact .virtuous .virtuousnr ul li .lit .litr{
	float: right;
	color: #666666;
	line-height: 1;
	margin-top: 7px;
}

.contact .virtuous .virtuousnr ul li .lib{
	margin: 25px 0 46px;
}

.contact .virtuous .virtuousnr ul li .lib .lia{
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	padding-left: 21px;
	position: relative;
	margin-right: 25px;
}

.contact .virtuous .virtuousnr ul li .lib .lia:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../images/lib1.png)no-repeat center center/cover;
}

.contact .virtuous .virtuousnr ul li .lib .lia:nth-child(2):before{
	background: url(../images/lib2.png)no-repeat center center/cover;
}

.contact .virtuous .virtuousnr ul li .lib .lia:nth-child(3):before{
	background: url(../images/lib3.png)no-repeat center center/cover;
}

.contact .virtuous .fyq{
	margin-top: 80px;
}

.fyq{
	text-align: center;
}

.fyq .page a,.fyq .page span { padding: 0;
	display: inline-block;
	line-height: 54px;
	font-size: 16px;
	width: 54px;
	color: #666666;
	height: 54px;
	margin: 2px;
	border: 1px solid #bfbfbf;
}

.fyq .page a:last-child{
	margin-right: 0;
}

.fyq .page a.cur,.layui-laypage .layui-laypage-curr .layui-laypage-em{
	color: #fff;
	background: #002774;
	border-color: #002774;
}

.fyq .page a:hover{
	color: #fff;
	background: #002774;
	border-color: #002774;
}

.fyq .page .prev .jg,
.fyq .page .next .jg{
	display: none;
}

.fyq .page .prev:hover .jg,
.fyq .page .next:hover .jg{
	display: inline-block;
}

.fyq .page .prev:hover .mr,
.fyq .page .next:hover .mr{
	display: none;
}

@media(max-width:1480px) {
	.contact .virtuous {
    	padding: 40px 70px 60px 50px;
	}

	.contact .virtuous .virtuousnr ul li{
		padding: 20px;
	}

	.contact .virtuous .fyq{
		margin-top: 40px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa button{
		width: 140px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa{
		width: 350px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input{
		height: 45px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa input{
		height: 45px;
	}

	.contact .virtuous .virtuousbt .usbtl{
		margin-top: 12px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp{
		width: 425px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title i{
		right: 25px;
	}
}

@media(max-width:1100px) {
	.contact .virtuous{
		padding: 20px;
	}

	.contact .virtuous .virtuousbt .usbtl{
		margin-top: 0;
	}

	.contact .virtuous .virtuousnr ul li .lit .litl{
		font-size: 18px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp{
		width: 100%;
	}

	.contact .virtuous .virtuousbt .usbtr{
		width: 100%;
		margin: 14px 0 0;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li{
		width: 100%;
		border-bottom: 1px solid #dcdcdc;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li:last-child{
		border-bottom: 0;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title input{
		border-radius: 5px;
		text-align: left;
		padding: 0 0 0 10px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul li .layui-unselect .layui-select-title i{
		right: 10px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrp ul{
		border-radius: 5px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa button{
		font-size: 14px;
		width: 120px;
		height: 40px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa input{
		height: 40px;
	}

	.contact .virtuous .virtuousbt .usbtr .btrpa button span{
		width: 14px;
		height: 15px;
		margin-top: -3px;
	}

	.contact .virtuous .virtuousnr{
		margin-top: 25px;
	}

	.contact .virtuous .virtuousnr ul li{
		width: 100%;
		margin-bottom: 20px;
		padding: 15px;
	}

	.contact .virtuous .virtuousnr ul li .lib .lia{
		width: 100%;
		margin-bottom: 12px;
		font-size: 14px;
	}

	.contact .virtuous .virtuousnr ul li .lib .lia:last-child{
		margin-bottom: 0;
	}

	.contact .virtuous .virtuousnr ul li:nth-last-child(2){
		margin-bottom: 20px;
	}

	.contact .virtuous .virtuousnr ul li .lib{
		margin: 15px 0 20px;
	}

	.contact .virtuous .virtuousnr ul li .lit{
		padding-bottom: 15px;
	}

	.fyq .page a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.contact .virtuous .fyq{
		margin-top: 20px;
	}

	.fyq .page a img{
		width: 5px;
		height: 10px;
	}
}



/**传媒中心**/
.contact .cmzxous{
	padding: 89px 162px 102px 80px;
}


.contact .cmzxous .MediaCenter .cneterad .eterl{
	float: left;
}

.contact .cmzxous .MediaCenter .cneterad .eterl a{
	display: inline-block;
	width: 175px;
	height: 52px;
	border-radius: 40px;
	font-size: 16px;
	color: #666666;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #dcdcdc;
}

.contact .cmzxous .MediaCenter .cneterad .eterl a.cur{
	color: #fff;
	background: #4870ff;
	border-color: #4870ff;
}

.contact .cmzxous .MediaCenter .cneterad .eterl a:last-child{
	margin-right: 0;
}


.contact .cmzxous .MediaCenter .cneterad .eterr{
	float: right;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal{
	float: left;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title input{
	width: 300px;
	height: 52px;
	border-radius: 40px;
	font-size: 14px;
	color: #999999;
	padding: 0 22px 0 25px;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title i{
	right: 22px;
	border-top-color:#999999;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect dl{
	top: 60px;
	padding: 0;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect dl .layui-this{
	background: #4870ff;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa{
	float: left;
    border-radius: 40px;
    border: 1px solid #dcdcdc;
    margin-left: 20px;
    width: 465px;
    position: relative;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa input {
    width: 100%;
    border: 0;
    height: 50px;
    font-size: 14px;
    border-radius: 40px;
    padding-left: 23px;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa button {
    position: absolute;
    right: 0;
    height: 100%;
    border: 0;
    width: 182px;
    background: #9babc7;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa button span {
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/btrpa.png)no-repeat center center/cover;
}

.contact .cmzxous .cneterap{
	margin-top: 50px;
	margin-bottom: 59px;
}

.contact .cmzxous .cneterap ul li{
    float: left;
    width: 32.53%;
    margin-right: 1.2%;
    border-radius: 5px;
    margin-bottom: 1.2%;
}

.contact .cmzxous .cneterap ul li a{
	display: block;
	background: #fafafa;
}

.contact .cmzxous .cneterap ul li:nth-child(3n){
	margin-right: 0;
}

.contact .cmzxous .cneterap ul li a .xbbj{
	padding: 33px 36px 48px 36px;
}

.contact .cmzxous .cneterap ul li a .rapbt{
	font-size: 22px;
	color: #333333;
	line-height: 1.47;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.contact .cmzxous .cneterap ul li a .rapnr{
	color: #4870ff;
	line-height: 1;
	margin: 22px 0 15px;
}

.contact .cmzxous .cneterap ul li a .rapnra{
	line-height: 1.6;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media(max-width:1480px) {
	.contact .cmzxous {
    	padding: 40px 70px 60px 50px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl a{
		height: 45px;
		line-height: 45px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title input{
		height: 45px;
		width: 200px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl a{
		width: 130px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa input{
		height: 45px;
	}

	.contact .cmzxous .cneterap{
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.contact .cmzxous .cneterap ul li a .xbbj{
		padding: 20px 20px 25px 20px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa{
		width: 350px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa button{
		width: 140px;
	}
}

@media(max-width:1100px) {
	.contact .cmzxous{
		padding: 20px;
	}

	.contact .cmzxous .cneterap{
		margin-top: 20px;
	}

	.contact .cmzxous .cneterap ul li a .xbbj{
		padding: 15px;
	}

	.contact .cmzxous .cneterap ul li a .rapbt{
		font-size: 18px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl{
		width: 100%;
		margin-bottom: 20px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl a{
		width: 49%;
		font-size: 14px;
		float: left;
		display: inline-block;
		margin-right: 2%;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl a:last-child{
		margin-right: 0;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr{
		width: 100%;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal{
		width: 100%;
		margin-bottom: 10px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title input,
	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa{
		width: 100%;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa{
		margin-left: 0;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa button {
	    font-size: 14px;
	    width: 120px;
	    height: 40px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterl a{
		height: 40px;
		line-height: 38px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpa input{
		height: 40px;
		padding-left: 15px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title input{
		height: 40px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.contact .cmzxous .MediaCenter .cneterad .eterr .btrpal .erpol .layui-unselect .layui-select-title i{
		right: 15px;
	}

	.contact .cmzxous .cneterap ul li .img{
		display: block;
	}

	.contact .cmzxous .cneterap{
		margin-bottom: 5px;
	}

	.contact .cmzxous .cneterap ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.contact .cmzxous .cneterap ul li:nth-child(3n){
		margin-right: 2%;
	}

	.contact .cmzxous .cneterap ul li:nth-child(2n){
		margin-right: 0;
	}

	.contact .cmzxous .cneterap ul li a .rapnr{
		margin: 14px 0 8px;
	}
}

@media(max-width:750px) {
	.contact .cmzxous .cneterap ul li{
		width: 100%;
		margin-bottom: 20px;
	}
}








/**传媒中心详情页**/
.font42{
	font-size: 42px;
}

.contact .cmzxqqymou{
	padding: 84px 162px 114px 81px;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl{
	float: left;
	color: #222222;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl .bt{
	line-height: 1.25;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl .bta{
	color: #4870ff;
	margin-top: 13px;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr{
	float: right;
	margin-top: 6px;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a{
	display: block;
	width: 170px;
	height: 52px;
	line-height: 51px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a span{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 6px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	margin-top: -1px;
	background: url(../images/ksbtr.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a i{
	position: relative;
	z-index: 1;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #4870ff;
	transition: all .5s;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a:hover{
	color: #fff;
	border-color: #4870ff;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a:hover:before{
	width: 100%;
}

.contact .cmzxqqymou .cmzxqqymouks .ymouksnr{
	line-height: 2;
	margin-top: 33px;
	color: #666666;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi{
	border-top: 1px solid #f0f0f0;
	margin-top: 40px;
	padding-top: 40px;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi{
	margin-bottom: 10px;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi:last-child{
	margin-bottom: 0;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a{
	display: inline-block;
	width: 803px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 23px;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
	position: relative;
	background: #fff;
	transition: all .5s;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a span{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -47px;
	background: url(../images/ksbtr.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a i{
	font-size: 16px;
	color: #666666;
	display: inline-block;
	width: 641px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	transition: all .5s;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a:before{
	position: absolute;
	content: "";
	right: 27px;
	width: 7px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/ymoukszied.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a:hover{
	background: #4870ff;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a:hover i{
	color: #fff;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a:hover:before{
	background: url(../images/ymoukszieda.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .ksbtr{
	display: none;
}


@media(max-width:1680px){
	.font42{
		font-size: 34px;
	}
}

@media(max-width:1500px){
	.font42{
		font-size: 30px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr{
		margin-top: 2px;
	}
}

@media(max-width:1480px) {
	.contact .cmzxqqymou{
		padding: 40px 70px 60px 50px;
	}
}

@media(max-width:1280px){
	.font42{
		font-size: 24px;
	}
}

@media(max-width:1100px) {
	.font42{
		font-size: 18px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksnr{
		line-height: 1.6;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr{
		margin-top: 0;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 140px;
		display: none;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtr a span{
		height: 11px;
		width: 11px;
		margin-top: -4px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl .bta{
		margin-top: 5px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksnr{
		margin-top: 10px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl{
		width: 100%;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymouksbt .ksbtl .bt br{
		display: none;
	}

	.contact .cmzxqqymou{
		padding: 20px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi{
		margin-top: 15px;
		padding-top: 20px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a{
		width: 100%;
		height: 45px;
		line-height: 45px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a i{
		font-size: 14px;
		width: 80%;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .zi a span{
		width: 11px;
		height: 11px;
		margin-top: -40px;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .ksbtr{
		display: block;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .ksbtr a{
		font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    width: 100%;
	    color: #666666;
	    text-align: center;
	    border: 1px solid #dcdcdc;
	    border-radius: 40px;
	    position: relative;
	    overflow: hidden;
	    transition: all .5s;
	    display: block;
	}

	.contact .cmzxqqymou .cmzxqqymouks .ymoukszi .ksbtr a span{
		display: inline-block;
	    margin-right: 6px;
	    position: relative;
	    z-index: 1;
	    vertical-align: middle;
	    height: 11px;
	    width: 11px;
	    margin-top: -4px;
	    background: url(../images/ksbtr.png)no-repeat center center/cover;
	}
}





/**招贤纳士详情页**/
.contact .cmzxqqymou .zxnsxq{
	margin-top: 43px;
}

.contact .cmzxqqymou .zxnsxq{
	color: #666666;	
	line-height: 2;
}

.contact .cmzxqqymou .zxnsxq .ts{
	font-size: 20px;
	color: #022a72;
	position: relative;
	padding-left: 21px;
	line-height: 1;
	margin-bottom: 13px;
}

.contact .cmzxqqymou .zxnsxq .ts:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background: url(../images/zxnsxq.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .zxnsxq .xbks{
	color: #999999;
	font-size: 15px;
	margin: 0px 0 0;
}

.contact .cmzxqqymou .zxnsxq .xbks span{
	margin-right: 8px;
	width: 3px;
	height: 100%;
	height: 2px;
	margin-left: 2px;
	position: relative;
}

.contact .cmzxqqymou .zxnsxq .xbks span:before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 3px;
	height: 2px;
	background: #999999;
}

.contact .cmzxqqymou .zxnswz{
	margin-top: 33px;
}

.contact .cmzxqqymou .zxnswz .swz{
	color: #666666;
}

.contact .cmzxqqymou .zxnswz .swza{
	color: #666666;
	margin-top: 9px;
}

.contact .cmzxqqymou .zxnswz .swza a{
	display: inline-block;
	color: #4564ff;
	text-decoration:underline;
}

.contact .cmzxqqymou .zxnleft .ksbtr{
	display: none;
}

.contact .cmzxqqymou .zxnswzan{
	margin-top: 44px;
}

.contact .cmzxqqymou .zxnswzan a{
	display: block;
	width: 183px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #022a72;
	border: 1px solid #13387b;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}

.contact .cmzxqqymou .zxnswzan a span{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -3px;
	vertical-align: middle;
	margin-right: 8px;
	background: url(../images/zxnswzan.png)no-repeat center center/cover;
}

.contact .cmzxqqymou .zxnswzan a span,
.contact .cmzxqqymou .zxnswzan a i{
	position: relative;
	z-index: 1;
}

.contact .cmzxqqymou .zxnswzan a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #4870ff;
    transition: all .5s;
}

.contact .cmzxqqymou .zxnswzan a:hover{
	border-color: #4870ff;
}

.contact .cmzxqqymou .zxnswzan a:hover i{
	color: #fff;
}

.contact .cmzxqqymou .zxnswzan a:hover:before {
	width: 100%;
}

@media(max-width:1100px) {
	.contact .cmzxqqymou .zxnsxq .ts{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.contact .cmzxqqymou .zxnsxq{
		margin-top: 15px;
		line-height: 1.6;
	}

	.contact .cmzxqqymou .zxnsxq .qdbr br{
		display: none;
	}

	.contact .cmzxqqymou .zxnswz{
		margin-top: 18px;
	}

	.contact .cmzxqqymou .zxnswzan a{
		height: 40px;
		line-height: 40px;
		width: 100%;
		font-size: 14px;
	}

	.contact .cmzxqqymou .zxnswzan{
		margin-top: 20px;
	}

	.contact .cmzxqqymou .zxnsxq .xbks{
		font-size: 12px;
	}

	.contact .cmzxqqymou .zxnsxq .xbks span:before{
		top: 6px;
	}

	.contact .cmzxqqymou .zxnswzan a span{
		height: 11px;
		width: 11px;
		margin-top: -3px;
		margin-right: 6px;
	}

	.contact .cmzxqqymou .zxnleft .ksbtr{
		display: block;
	}

	.contact .cmzxqqymou .zxnleft .ksbtr a{
		font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	    width: 100%;
	    color: #666666;
	    text-align: center;
	    border: 1px solid #dcdcdc;
	    border-radius: 40px;
	    position: relative;
	    overflow: hidden;
	    transition: all .5s;
	    display: block;
	    margin-top: 20px;
	}

	.contact .cmzxqqymou .zxnleft .ksbtr a span {
	    display: inline-block;
	    margin-right: 6px;
	    position: relative;
	    z-index: 1;
	    vertical-align: middle;
	    height: 11px;
	    width: 11px;
	    margin-top: -4px;
	    background: url(../images/ksbtr.png)no-repeat center center/cover;
	}
}








/**关于我们**/
.aboutus1bjs .aboutus1{
	padding: 42px 0 0 80px;
	position: relative;
	margin-top: -18.4vw;
}

.aboutus1bjs .aboutus1 .tuswzl{
	float: left;
	margin-top: 73px;
	width: 45%;
}

.aboutus1bjs .aboutus1 .tuswzl .kslpd{
	overflow-y: auto;
	overflow-x: hidden;
	height: 24.5vw;
	padding-right: 10px;
}

.aboutus1bjs .aboutus1 .tuswzl .kslpd::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.aboutus1bjs .aboutus1 .tuswzl .kslpd::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,36,110,1);
	background: #02277b;
}

.aboutus1bjs .aboutus1 .tuswzl .kslpd::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.aboutus1bjs .aboutus1 .tuswzl .swza{
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
	margin-top: 30px;
}

.aboutus1bjs .aboutus1 .tuswzl .swzb{
	color: #333333;
	line-height: 1.75;
}

.aboutus1bjs .aboutus1 .tuswimg{
	float: right;
	width: 46.4%;
	border-radius: 10px;
	overflow: hidden;
}

.aboutus1bjs .aboutus1 .tuswimg img{
	width: 100%;
}

.aboutus2{
	background: #f3f3f3;
	padding: 101px 0 101px;
}

.aboutus2 .container{
	padding: 0 4.1vw;
}

.aboutus2 ul li{
	float: left;
	text-align: center;
	border: 1px solid #dddfe6;
	border-radius: 50%;
	width: 10.54vw;
	height: 10.54vw;
    margin-right: calc(31% - 19.14vw);
	position: relative;
}

.aboutus2 ul li:before{
	position: absolute;
	content: "";
	right: -2.5vw;
	top: 51%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: url(../images/aboutus2be.png)no-repeat center center/cover;
}

.aboutus2 ul li:last-child:before{
	display: none;
}

.aboutus2 ul li:last-child{
	margin-right: 0;
}

.aboutus2 ul li .xmz{
	margin-top: .8vw;
}

.aboutus2 ul li .xmz .xm span{
	font-size: 2.6vw;
	color: #333333;
	line-height: 1;
	display: inline-block;
}

.aboutus2 ul li .xmz .xm i{
	display: inline-block;
	font-size: 22px;
	margin-top: -15px;
	color: #333333;
	vertical-align: middle;
}

.aboutus2 ul li .xmz .xm i sup{
	font-size: 14px;
}

.aboutus2 ul li .xmz .xm .jh{
	font-size: 1.8vw;
	color: #333333;
	margin-top: -2.3vw;
	line-height: 1;
}

.aboutus2 ul li .xmz .xma{
	font-size: 18px;
	color: #333333;
}

.aboutus2 ul li .dwc{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.aboutus3 .container{
	position: relative;
	padding: 90px 0 147px 4.3%;
}

.aboutus3 .container:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 37px;
	width: 575px;
	background: url(../images/aboutus3bef.png)no-repeat center center/cover;
}

.aboutus3 .tusbt{
	position: relative;
	margin-bottom: 25px;
}

.aboutus3 .tusbt .btl{
	float: left;
}

.aboutus3 .tusbt .btr{
	float: right;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.aboutus3 .tusbt .btr .zfd{
	float: left;
	position: initial;
	margin-top: 0;
	width: 20px;
	height: 37px;
}

.aboutus3 .tusbt .btr .zfd:after{
	display: none;
}

.aboutus3 .tusbt .btr .swiper-button-prev{
	margin-right: 42px;
	background: url(../images/prevg.png)no-repeat center center/cover;
}

.aboutus3 .tusbt .btr .swiper-button-next{
	background: url(../images/nextg.png)no-repeat center center/cover;
}

.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
	padding: 44px 0 0 0;
	background: url(../images/aboutus3.jpg)no-repeat center center/cover;
}

.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .imge{
	width: 100%;
	text-align: center;
}

.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .nernr{
	border-top: 1px solid #eeeeee;
	margin-top: 42px;
	color: #333333;
	font-size: 18px;
	padding: 25px 30px 29px 44px;
	position: relative;
}

.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .nernr:before{
	position: absolute;
	content: "";
	left: 19px;
	top: 31px;
	width: 14px;
	height: 14px;
	background: url(../images/nernret.png)no-repeat center center/cover;
}

.aboutus4{
	padding-right: 8.5%;
	padding-bottom: 120px;
	position: relative;
}

.aboutus4:before{
	position: absolute;
	content: "";
	right: 6.5%;
	bottom: 0;
    width: 13.6vw;
    height: 12.1vw;
	background: url(../images/aboutus4po.png)no-repeat center center/cover;
}

.aboutus4 .utussl{
	float: left;
	width: 55.1%;
}

.aboutus4 .utussr{
	float: right;
	width: 40.5%;
	margin-top: 18px;
	position: relative;
	padding-top: 98px;
}

.aboutus4 .utussr:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 4px;
	width: 100%;
	background: url(../images/utussr.jpg)no-repeat center center/cover;
}

.aboutus4 .utussr .ssrbt .gydbt{
	line-height: 1.4;
}

.aboutus4 .utussr .gydxq{
	color: #333333;
	line-height: 1.75;
	margin-top: 9px;
	margin-bottom: 40px;
}

.aboutus5{
	position: relative;
}

.aboutus5 .oustww{
	position: absolute;
	top: 50%;
	left: 12.8%;
	width: 531px;
	transform: translateY(-50%);
}

.aboutus5 .oustww .tusxq{
	color: #333333;
	line-height: 1.7;
	margin: 22px 0 35px;
}

@media(max-width:1780px) {
	.nybanner .dgqlbb .bbr {
	    margin-top: 35px;
	}
}

@media(max-width:1680px) {
	.nybanner .dgqlbb .bbldea sup {
	    font-size: 23px;
	}

	.nybanner .dgqlbb .bbr {
	    margin-top: 24px;
	}
}

@media(max-width:1500px) {
	.aboutus2 ul li:before{
		right: -2.1vw;
	}

	.aboutus5 .oustww{
		left: 10.3%;
	}
}

@media(max-width:1480px) {
	.nybanner .dgqlbb .bbr ul li a{
		font-size: 15px;
	}

	.nybanner .dgqlbb .bbr ul li a sup {
	    font-size: 12px;
	    margin-top: -8px;
	}

	.aboutus1bjs .aboutus1 .tuswzl .icon{
		width: 70%;
	}

	.aboutus1bjs .aboutus1 {
    	padding: 30px 0 50px 50px;
    	margin-top: -18.4vw;
	}

	.aboutus2 ul li .xmz .xma{
		font-size: 14px;
	}

	.aboutus1bjs .aboutus1 .tuswzl{
		margin-top: 40px;
	}

	.aboutus1bjs .aboutus1 .tuswzl .icon{
		width: 60%;
	}

	.aboutus1bjs .aboutus1 .tuswzl .swza{
		font-size: 18px;
	}

	.aboutus4 .utussr{
		padding-top: 58px;
	}

	.aboutus5 .oustww {
	    width: 420px;
	}
}

@media(max-width:1280px) {
	.nybanner .dgqlbb .bbldea sup{
		font-size: 18px;
	}
}

@media(max-width:1100px) {
	.aboutus1bjs .aboutus1{
		margin-top: 0;
	}

	.nybanner .dgqlbb .bbr{
		display: none;
	}

	.aboutus1bjs .aboutus1{
		padding: 20px;
	}

	.aboutus1bjs .aboutus1 .tuswzl{
		margin-top: 0;
	}

	.aboutus1bjs .aboutus1 .tuswimg{
		position: initial;
		display: block;
		width: 100%;
	}

	.aboutus1bjs .aboutus1 .tuswimg img{
		position: initial;
	}

	.aboutus1bjs .aboutus1 .tuswzl{
		width: 100%;
		margin-top: 20px;
	}

	.aboutus1bjs .aboutus1 .tuswzl .swza{
		font-size: 15px;
		margin-top: 10px;
	}

	.aboutus1bjs .aboutus1 .tuswzl .swzb{
		line-height: 1.6;
	}

	.aboutus1bjs .aboutus1 .tuswzl .icon{
		width: 230px;
	}

	.aboutus2{
		padding: 25px 0 15px;
	}

	.aboutus2 .container{
		padding: 0;
	}

	.aboutus2 ul li .dwc .icon{
		width: 40px;
		display: inline-block;
	}

	.aboutus2 ul li .xmz .xm span{
		font-size: 24px;
	}

	.aboutus2 ul li .xmz .xm i{
		font-size: 14px;
	}

	.nybanner .dgqlbb .bbldea sup{
		font-size: 14px;
	}

	.aboutus2 ul li .xmz .xm i sup{
		font-size: 12px;
		display: inline-block;
		transform: scale(.7);
	}

	.aboutus2 ul li .xmz .xm .jh{
		font-size: 14px;
		margin-top: -20px;
	}

	.aboutus2 ul li{
		width: 40vw;
		height: 40vw;
		margin-right: 0;
		margin-bottom: 4.7vw;
	}

	.aboutus2 ul li:nth-child(2n){
		margin-right: 0;
		float: right;
	}

	.aboutus2 ul li:nth-child(2n):before{
		display: none;
	}

	.aboutus2 ul li:before{
		display: none;
	}

	.aboutus2 ul li:nth-child(1) .xmz .xm i{
		margin-top: -8px;
	}

	.aboutus3{
		padding: 35px 0 25px;
	}

	.aboutus3 .container{
		padding: 0;
	}

	.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .imge img{
		width: 70%;
	}

	.aboutus3 .tusbt .btr .zfd{
		display: none;
	}

	.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide{
		padding-top: 15px;
	}

	.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .nernr{
		font-size: 16px;
		padding: 12px 15px 13px 30px;
		margin-top: 20px;
	}

	.aboutus3 .tusnr .swiper-container .swiper-wrapper .swiper-slide .nernr:before{
	    left: 11px;
	    top: 16px;
	}

	.aboutus3 .tusbt{
		margin-bottom: 20px;
	}

	.aboutus4{
		padding: 0 4% 45px;
	}

	.aboutus4:before{
		display: none;
	}

	.aboutus4 .utussl{
		width: 100%;
	}

	.aboutus4 .utussr{
		width: 100%;
		margin-top: 20px;
		padding-top: 25px;
	}

	.aboutus4 .utussr .gydxq{
		line-height: 1.6;
		margin-bottom: 25px;
	}

	.aboutus5{
		background: url(../images/aboutus5.jpg)no-repeat center center/cover;
		padding: 35px 4% 45px;
		position: relative;
	}

	.aboutus5:before{
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .2);
	}

	.aboutus5 .oustww{
		width: 100%;
		position: initial;
		transform: translateY(0);
	}

	.aboutus5 .oustww .tusxq{
		margin: 10px 0 15px;
		line-height: 1.6;
	}

	.aboutus5 .img{
		display: none;
	}

	.aboutus1bjs .aboutus1 .tuswzl .kslpd{
		height: auto;
	}
}







/**赵旭**/
.banner_zx{
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner_zx .banner_zx_01{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	left: 0;
}
.banner_zx .banner_zx_01 .s{
	color: #dd2e38;
}
.banner_zx .banner_zx_01 .y{
	color: #fff;
}
.left{
	float: left;
}
.right{
	float: right;
}
.banner_zx_01 ul{
	background: rgba(18,24,44,0.3);
	border-radius: 30px;
}
.banner_zx_01 ul li{
	display: inline-block;
}
.banner_zx_01 ul .cur{
	background: #4870ff;
	border-radius: 30px;
}
.banner_zx_01 ul li a{
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	padding: 18px 54px;
}
.banner_zx_01 ul li:hover{
	background: #4870ff;
	border-radius: 30px;
}
.faz_a{
	width: 100%;
	position: relative;
}
.faz_a .faz_a_01{
	background: #fff;
	padding: 122px 163px;
	width: 91%;
	position: absolute;
	right: 0;
	top: -21.9vw;
	background: url(../images/faz_a_beij.jpg) bottom center/cover;
	border-radius: 20px;
}
.faz_a .faz_a_01 .jony{
	width: 100%;
}
.faz_a .faz_a_01 .jony .jony_a .bt{
	font-size: 46px;
	color: #022a72;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-right: 50px;
}
.faz_a .faz_a_01 .jony .jony_a .bt:after{
	width: 21px;
	height: 21px;
	content: "";
	position: absolute;
	right: 0;
	background: url(../images/big_red.png);
	top: 50%;
	transform: translateY(-50%);
}
.jony_a ul{
	margin-left: 28px;
	line-height: 1.8;
}
.jony_a ul li{
	color: #333333;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}
.jony_a ul li:after{
	width: 11px;
	height: 11px;
	content: "";
	position: absolute;
	left: 0;
	background: url(../images/elrp.png);
	top: 50%;
	transform: translateY(-50%);
}

.fuwu_a{
	width: 100%;
	position: relative;
	margin-top: -21vw;
	background: #f3f3f3;
}
.fuwu_a .fuwu_a_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 40px 0 0;
	z-index: 2;
	position: relative;
}
.fuwu_a .fuwu_a_01 .right{
	width: 49%;
	line-height: 0;
}
.fuwu_a_01 .bt{
	padding-top: 5.4vw;
	padding-left: 4.2vw;
	width: 46%;
	padding-bottom: 20px;
}
.fuwu_a_01 .bt .b{
	font-size: 54px;
	color: #0e1b50;
}
.fuwu_a_01 .bt .t{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	margin-top: 30px;
}
.fuwu_a_01 .rwm{
	position: relative;
	border:1px solid #eeeeee;
	margin-top: 55px;
}
.fuwu_a_01 .rwm .rwm_img{
	float: left;
	line-height: 0;
}
.fuwu_a_01 .rwm .jj{
	position: absolute;
	top: 50%;
	float: left;
	transform: translateY(-50%);
	left: auto;
	display: inline-block;
	margin-left: 35px;
	line-height: 1.6;
}
.fuwu_a_01 .rwm .jj .jj1{
	font-size: 16px;
	color: #333333;
}
.fuwu_a_01 .rwm .jj .jj2{
	font-size: 14px;
	color: #999999;
}
.fuwu_a_01 .rwm .icon_01{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.fwxq{
	width: 100%;
	position: relative;
	margin-top: -34vw;
	background: #f3f3f3;
}
.fwxq .fwxq_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 4.6vw 8.3vw 8.3vw 4.2vw;
	position: relative;
	z-index: 2;
}
.fwxq_01 .bt1 .b{
	font-size: 42px;
	color: #222222;
}
.fwxq_01 .bt1 .t{
	font-size: 16px;
	color: #4870ff;
	margin-top: 10px;
}
.nr .nr_01{
	color: #666666;
	line-height: 1.8;
	font-size: 16px;
	margin-top: 40px;
}
.nr .nr_01 .nr_b{
	color: #333333;
	font-size: 18px;
}

.hzga{
	width: 100%;
	position: relative;
	margin-top: -21vw;
	background: #f3f3f3;
}
.hzga .hzga_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 90px 0 160px 82px;
	position: relative;
	z-index: 2;
}
.hzga .hzga_01 .right{
	width: 58%;
}
.cho{
	width: 32.2%;
}
.cho .bt{
	margin-top: 4.68vw;
}
.cho .bt .b{
	font-size: 32px;
	color: #0e1b50;
}
.cho .bt .t{
	font-size: 16px;
	color: #333333;
	margin-top: 32px;
	line-height: 1.8;
}
.cho .gyantz{
	margin-top: 50px;
}

.glcy{
	width: 100%;
	position: relative;
	background: #f3f3f3;
}
.glcy .glcy_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 4.4vw 0 4.4vw 4.1vw;
	position: relative;
	z-index: 2;
}
.glcy .glcy_01 .left{
	width: 29%;
}
.glcy .glcy_01 .glcy_02{
	width: 66%;
	padding-top: 3.36vw;
	padding-right: 8.3vw;
}
.glcy .glcy_01 .bt .b{
	font-size: 36px;
	color: #222222;
	margin-bottom: 15px;
}
.glcy .glcy_01 .bt .t{
	font-size: 16px;
	color: #4870ff;
	margin-bottom: 2.1vw;
}
.glcy .glcy_01 .nr{
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
.glcy .glcy_01 .nr p{
	margin-bottom: 10px;
}
.glcy .glcy_01 .gyantz{
	margin-top: 40px;
}
.glcy_a{
	background: #f3f3f3;
	padding: 115px 0; 
}
.glcy_a .bt{
	font-size: 54px;
	color: #0e1b50;
}
.glcy_a_01{
	overflow: hidden;
}
.glcy_a_01 ul li{
	background: #fff;
	border-radius: 8px;
}
.glcy_a_01 ul li .bt .b{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.glcy_a_01 ul li .bt .t{
	font-size: 16px;
	color: #666666;
}
.glcy_a_01 ul li .cy_img img{
	width: 100%;
}
.glcy_a_01 ul li .bt{
	padding: 30px 45px;
}
.glcy_a_01 ul li .bt .jt_zx{
	display: inline-block;
	position: relative;
	color: #022b71;
	font-size: 14px;
	padding-right: 20px;
}
.glcy_a_01 ul li .bt .jt_zx:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/glcy_jt01.png) no-repeat center/cover;
}
.glcy_a_01 ul li:hover .bt .jt_zx:after{
	background: url(../images/glcy_jt02.png) no-repeat center/cover;
}
.glcy_b{
	position: relative;
	padding-top: 55px;
}
.glcy_b .swiper-button-next{
	background: url(../images/indexbr.png)no-repeat center center/cover;
	right: 0;
	top: -30px;
}
.glcy_b .swiper-button-prev{
	background: url(../images/indexbl.png)no-repeat center center/cover;
	left: auto;
	right: 62px;
	top: -30px;
}
.glcy_b .swiper-button-next:after,
.glcy_b .swiper-button-prev:after{
	display: none;
}
.glcy_a_01 ul li:hover{
	background: #022b71;
}
.glcy_a_01 ul li:hover .bt .b,
.glcy_a_01 ul li:hover .bt .t,
.glcy_a_01 ul li:hover .bt .jt_zx{
	color: #fff;
}
.glcy_a .container{
	max-width: 79%;
}

.lcjj{
	width: 100%;
	position: relative;
	margin-top: -21vw;
}
.lcjj .lcjj_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 5.3vw 0 7.8vw 4.1vw;
}
.lcjj .lcjj_01 .left{
	width: 35%;
	position: relative;
}
.lcjj .lcjj_01 .left:after{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0;
	top: 50px;
	background: url(../images/weil_100.png)no-repeat center center/cover;
}
.lcjj .lcjj_01 .right{
	width: 57%;
}
.lcjj .lcjj_01 .bt{
	margin-top: 7.1vw;
}
.lcjj .lcjj_01 .bt .b{
	font-size: 30px;
	color: #333333;
	margin-top: 30px;
}
.lcjj .lcjj_01 .bt .t{
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-top: 20px;
}
.lcjj .lcjj_01 .bt .t p{
	position: relative;
	padding-left: 20px;
}
.lcjj .lcjj_01 .bt .t p:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/xcbqnr.png) no-repeat center/cover;
	top: 14px;
	transform: translateY(-50%);
	left: 0;
}
.lcjj_a{
	background: #fff;
	padding-bottom: 6.25vw;
}
.lcjj_a .lcjj_a_01 .left{
	width: 59%;
}
.lcjj_a .lcjj_a_01 .right{
	width: 37.5%;
	padding-top: 5.5vw;
	position: relative;
}
.lcjj_a .lcjj_a_01 .right:after{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0;
	top: 140px;
	background: url(../images/weil_100.png)no-repeat center center/cover;
}
.lcjj_a .lcjj_a_01 .bt{
	margin-top: 6.2vw;
}
.lcjj_a .lcjj_a_01 .bt .b{
	font-size: 54px;
	color: #0e1b50;
	margin-top: 30px;
}
.lcjj_a .lcjj_a_01 .bt .bt1{
	font-size: 24px;
	color: #000;
	line-height: 1.6;
	margin-top: 25px;
}
.lcjj_a .lcjj_a_01 .bt .t{
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-top: 20px;
}
.lcjj_a .lcjj_a_01 .bt .t p{
	position: relative;
	padding-left: 20px;
}
.lcjj_a .lcjj_a_01 .bt .t p:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/xcbqnr.png) no-repeat center/cover;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.lcjj_a_01 .gyantz{
	margin-top: 50px;
}
.tab_a .tab li{
	color: #666666;
	font-size: 16px;
	display: inline-block;
	padding: 19px 60px;
	border-radius: 30px;
	border:1px solid #dcdcdc;
	cursor:pointer;
}
.tab_a .tab .cur{
	background: #4870ff;
	border:1px solid #4870ff;
	color: #fff;
}
.glcy{
	margin-top: -18vw;
}
.glcy .glcy_02 {
    float: right;
    width: 91%;
    border-radius: 10px;
    background: #fff;
    padding: 4.4vw 0;
    position: relative;
    z-index: 2;
}
.glcy .glcy_02 .container{
	width: 100%;
	max-width: 86%;
}
.glcy_nr{
	margin-top: 35px;
}
.glcy_nr ul li{
	background: #f3f3f3;
	border-radius: 8px;
	width: 23.9%;
	margin-right: 1.46%;
	margin-bottom: 1.46%;
}
.glcy_nr ul li:nth-child(4n){
	margin-right: 0;
}
.cy_img{
	position: relative;
	line-height: 0;
}
.cy_img:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 43px;
	height: 100%;
	background: url(../images/tml.png)no-repeat center center/cover;
}
.cy_img:before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 32px;
	bottom: -12px;
	background: url(../images/cy_sj.png)no-repeat center center/cover;
}
.glcy_nr ul li .bt .b{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.glcy_a_01 ul li .bt .t,
.glcy_nr ul li .bt .t{
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.glcy_nr ul li .cy_img img{
	width: 100%;
}
.glcy_nr ul li .bt{
	padding: 30px 45px;
}
.glcy_nr ul li .bt .jt_zx{
	display: inline-block;
	position: relative;
	color: #022b71;
	font-size: 14px;
	padding-right: 20px;
	margin-top: 18px;
}
.glcy_nr ul li .bt .jt_zx:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/glcy_jt01.png) no-repeat center/cover;
}
.glcy_nr ul li:hover{
	background: #022b71;
}
.glcy_nr ul li:hover .bt .b,
.glcy_nr ul li:hover .bt .t,
.glcy_nr ul li:hover .bt .jt_zx{
	color: #fff;
}
.glcy_nr ul li:hover .bt .jt_zx:after{
	background: url(../images/glcy_jt02.png) no-repeat center/cover;
}

.cpzx{
	width: 100%;
	position: relative;
	margin-top: -21vw;
	background: #f3f3f3;
}
.cpzx .cpzx_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 5.3vw 0 3vw 4vw;
	position: relative;
	z-index: 2;
}
.cpzx_02{
	padding: 5.3vw 0;
	background:#f3f3f3;
}
.cpzx_02 .bt{
	font-size: 54px;
	color: #0e1f66;
	margin-bottom: 20px;
}
.cpzx .cpzx_01 .right{
	width: 57%;
}
.cpzx .cpzx_01 .left{
	width: 32%;
	position: relative;
}
.cpzx .cpzx_01 .left:after{
	content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 50px;
    background: url(../images/weil_100.png)no-repeat center center/cover;

}
.cpzx .cpzx_01 .bt{
	margin-top: 7.2vw;
}
.cpzx .cpzx_01 .bt .b{
	font-size: 54px;
	color: #0e1f66;
}
.cpzx .cpzx_01 .bt .t{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	margin-top: 35px;
	height: 282px;
	padding-right: 20px;
	overflow-y: auto;
    overflow-x: hidden;
}
.cpzx .cpzx_01 .bt .t::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.cpzx .cpzx_01 .bt .t::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #0e1f66;
}
.cpzx .cpzx_01 .bt .t::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.cpzx .cpzx_01 .bt .t p{
	padding-left: 20px;
	position: relative;
}
.cpzx .cpzx_01 .bt .t p:after{
	content: "";
	position: absolute;
	top: 14px;
	transform: translateY(-50%);
	left: 0;
	width: 11px;
	height: 11px;
	background: url(../images/elrp.png) no-repeat center/cover;
}
.cpzx .cpzx_01 .gyantz{
	margin-top: 40px;
}
.cpzx_02 tr td{
	border-right: 1px solid #eeeeee;
}
.cpzx_02 table tr td{
	/*width: 50%;*/
	padding: 20px 0;
	padding-left: 49px;
	border:1px solid #fefefe;
}
.cpzx_02 table tr td { background: #f9f9f9; }
.cpzx_02 table tr:nth-child(2n-1) td { background: #fff; }
.cpzx_02 .l td{
	font-size: 18px;
	color: #ffffff;
	background: #0e1f66;
}
.cpzx_02 .h td{
	font-size: 15px;
	color: #666666;
	background: #f9f9f9;
}
.cpzx_02 .b td{
	font-size: 15px;
	color: #666666;
	background: #fff;
}

.fzlc{
	width: 100%;
	position: relative;
	margin-top: -21vw;
	background: #f3f3f3;
}
.fzlc .fzlc_01{
	float: right;
	width: 91%;
	border-radius: 10px;
	background: #fff;
	padding: 6.5vw 0 0 8.3vw;
	position: relative;
	z-index: 2;
	background: url(../images/faz_a_beij.jpg) bottom center/cover;
}
.fzlc_01 ul{
	position: relative;
}
.fzlc_01 ul:after{
	content: "";
	position: absolute;
	top: 15px;
	height: 100%;
	width: 1px;
	left: 141px;
	background: rgba(2,42,114,0.34);
	z-index: 1;
}
.fzlc_01 ul li{
	height: 220px;
}
.fzlc_01 ul li .bt{
	font-size: 46px;
	color: #022a72;
	font-weight: bold;
	float: left;
	position: relative;
	padding-right: 50px;
	line-height: 1;
}
.fzlc_01 ul li .jony{
	float: left;
	margin-left: 13.8vw;
}
.fzlc_01 ul li .bt:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../images/big_red.png)no-repeat center center/cover;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 2;
}
.fzlc_01 ul li .nr{
	float: left;
	line-height: 1.8;
	margin-left: 30px;
	width: 21%;
}
.fzlc_01 ul li .nr p{
	position: relative;
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
}
.fzlc_01 ul li .nr p:after{
	content: "";
	position: absolute;
	top: 10px;
	width: 11px;
	height: 11px;
	background: url(../images/zxnsxq.png) no-repeat center center/cover;
	left: 0;
}
@media(max-width: 1600px){
	.lcjj_a .lcjj_a_01 .bt .b,
	.cpzx .cpzx_01 .bt .b{
		font-size: 34px;
	}
	.cpzx .cpzx_01 .bt .t{
		font-size: 15px;
	}
	.lcjj_a .lcjj_a_01 .bt .bt1{
		font-size: 18px;
	}
	.cho .bt .b{
		font-size: 30px;
	}
	.cho .gyantz{
		margin-top: 30px;
	}
	.banner_zx_01 ul li a{
		padding: 12px 32px;
	}
	.banner_zx_01 ul li a{
		font-size: 16px;
	}
	.glcy .glcy_01 .bt .b{
		font-size: 30px;
	}
	.glcy_a .bt{
		font-size: 48px;
	}
	.glcy_nr ul li .bt,
	.glcy_a_01 ul li .bt{
		padding: 20px 25px;
	}
	.glcy_a{
		padding: 80px 0;
	}
	.fwxq_01 .bt1 .b{
		font-size: 38px;
	}
	.fuwu_a_01 .bt .b{
		font-size: 44px;
	}
	.fuwu_a_01 .rwm{
		margin-top: 30px;
	}
	.fuwu_a_01 .bt{
		padding-bottom: 20px;
	}
	.fuwu_a_01 .rwm .jj{
		margin-left: 10px;
	}
	.cpzx_02 .bt{
		font-size: 44px;
	}
	.lcjj .lcjj_01 .bt .t{
		font-size: 15px;
	}
	.lcjj .lcjj_01 .bt .b{
		font-size: 24px;
	}
	.lcjj .lcjj_01 .icon img{
		width: 20%
	}
	.fzlc_01 ul li .nr p{
		font-size: 16px;
	}
	.fzlc_01 ul li .bt{
		font-size: 38px;
	}
	.fzlc_01 ul:after{
		left: 123px;
	}
}
@media(max-width: 1500px){
	.fzlc_01 ul:after{
		left: 115px;
	}
	.fuwu_a_01 .rwm .jj .jj1{
		font-size: 15px;
	}
	.glcy .glcy_02 .container{
		max-width: 88%;
	}
	.cpzx .cpzx_01,
	.cpzx .cpzx_01{
		width: 95%;
	}
	.cho .bt .b{
		font-size: 26px;
	}
	.cho .bt .t{
		font-size: 15px;
	}
	.cho .bt .t{
		margin-top: 24px;
	}
	.glcy .glcy_01 .bt .b{
		font-size: 26px;
	}
	.glcy .glcy_01 .nr{
		font-size: 15px;
	}
	.glcy .glcy_01 .bt .b{
		font-size: 25px;
	}
	.glcy_a .bt{
		font-size: 40px;
	}
	.glcy_nr ul li .bt .b,
	.glcy_a_01 ul li .bt .b{
		font-size: 18px;
	}
	.glcy_nr ul li .bt .t,
	.glcy_a_01 ul li .bt .t{
		font-size: 15px;
	}
	.tab_a .tab li{
		padding: 14px 40px;
	}
	.glcy_nr ul li{
		width: 33%;
		margin-right: 0.5%;
	}
	.glcy_nr ul li:nth-child(3n){
		margin-right: 0;
	}
	.glcy_nr ul li:nth-child(4n){
		margin-right: 0.5%;
	}
	.fwxq_01 .bt1 .b{
		font-size: 32px;
	}
	.nr .nr_01{
		margin-top: 25px;
	}
	.fwxq_01 .bt1 .t{
		font-size: 15px;
	}
	.nr .nr_01{
		font-size: 15px;
	}
	.nr .nr_01 .nr_b{
		font-size: 16px;
	}
		.fuwu_a_01 .bt .b{
		font-size: 44px;
	}
	.fuwu_a_01 .bt .b{
		font-size: 34px;
	}
	.cpzx_02 .bt{
		font-size: 34px;
	}
	.fzlc_01 ul li .bt{
		font-size: 34px;
	}
}
.hzga .hzga_01 .right img{
	width: 100%;
}
@media(max-width: 1100px){
	.fzlc_01 ul li{
		height: 120px;
	}
	.fzlc_01 ul li .nr{
		width: 50%;
	}
	.fzlc_01 ul li .jony{
		margin-left: 140px;
		padding: 20px 0;
	}
	.fzlc_01 ul:after{
		left: 92px;
	}
	.fzlc_01 ul li .bt{
		font-size: 24px;
	}
	.fzlc_01 ul li .nr p{
		font-size: 15px;
	}
	.lcjj_a{
		margin-bottom: 40px;
	}
	.fzlc .fzlc_01,
	.fuwu_a .fuwu_a_01,
	.fwxq .fwxq_01,
	.glcy .glcy_02,
	.glcy .glcy_01,
	.cho,
	.cpzx .cpzx_01 .left,
	.lcjj .lcjj_01 .left{
		width: 100%;
	}
	.hzga .hzga_01 .right,
	.cpzx .cpzx_01 .right,
	.lcjj .lcjj_01 .right{
		width: 100%;
		margin-top: 20px;
	}
	.fzlc .fzlc_01{
		padding: 40px 20px 0 20px;
	}
	.fuwu_a .fuwu_a_01,
	.glcy .glcy_01,
	.hzga .hzga_01,
	.cpzx .cpzx_01,
	.lcjj .lcjj_01{
		width: 100%;
		padding: 40px 20px;
	}
	.lcjj_a .lcjj_a_01 .right{
		width: 100%;
	}
	.lcjj_a .lcjj_a_01 .bt .bt1{
		font-size: 16px;
	}
	.lcjj_a .lcjj_a_01 .bt .t{
		font-size: 15px;
	}
	.fuwu_a_01 .bt .b{
		font-size: 24px;
	}
	.lcjj_a .lcjj_a_01 .bt .b, .cpzx .cpzx_01 .bt .b{
		font-size: 24px;
	}
	.cho .bt .b{
		font: 24px;
	}
	.fwxq_01 .bt1 .b{
		font-size: 24px;
	}
	.xian img{
		width: 100%;
	}
	.cho .bt{
		margin-top: 20px;
	}
	.cho .bt .t{
		margin-top: 20px;
	}
	.cho .gyantz{
		margin-top: 24px;
	}
	.banner_zx .banner_zx_01 .left{
		width: 100%;
	}
	.banner_zx .banner_zx_01 .right{
		float: left;
		margin-top: 20px;
		display: none;
	}
	.banner_zx_01 ul li{
		font-size: 14px;
	}
	.glcy .glcy_01 .bt .b{
		font-size: 24px;
	}
	.glcy .glcy_01 .bt .t{
		margin-bottom: 20px;
	}
	.glcy_a .bt{
		font-size: 24px;
	}
	.glcy .glcy_01 .glcy_02{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.glcy_a{
		padding: 50px 0;
	}
	.nr .nr_01{
		margin-top: 10px;
	}
	.glcy_b{
		padding-top: 20px;
	}
	.glcy .glcy_02 .container,
	.glcy_a .container{
		max-width: 92%;
	}
	.tab_a .tab li{
		padding: 12px 30px;
	}
	.glcy_nr ul li{
		width: 49%;
		margin-right: 1%;
	}
	.glcy_nr ul li:nth-child(2n){
		margin-right: 0;
	}
	.glcy_nr ul li:nth-child(3n){
		margin-right: 1%;
	}
	.glcy_nr ul li .bt, .glcy_a_01 ul li .bt{
		padding: 10px 15px;
	}
	.tab_a .tab li{
		font-size: 14px;
	}
	.fwxq_01 .bt1 .t{
		font-size: 14px;
	}
	.fwxq .fwxq_01 .right{
		float: none;
	}
	.fwxq .fwxq_01 .gyantz{
		margin-top: 20px;
		display: inline-block;
	}
	.cpzx .cpzx_01 .bt .t,
	.cpzx .cpzx_01 .bt{
		margin-top: 20px;
	}
	.cpzx_img img{
		width: 100%;
	}
	.cpzx_02 table tr td{
		padding: 10px 0;
		padding-left: 20px;
	}
	.fuwu_a_01 .bt .t{
		margin-top: 20px;
		font-size: 15px;
	}
	.fuwu_a_01 .bt{
		width: 100%;
		padding-top: 0;
    	padding-left: 0;
	}
	.fuwu_a .fuwu_a_01 .right{
		width: 100%;
	}
	.cpzx_02 .bt{
		font-size: 24px;
	}
	.fzlc,
	.glcy,
	.lcjj,
	.hzga,
	.fwxq,
	.fuwu_a,
	.cpzx{
		margin-top: 0;
	}
	.lcjj .lcjj_01 .icon img{
		width: 20%
	}
	.lcjj .lcjj_01 .bt{
		margin-top: 20px;
	}
	.lcjj .lcjj_01 .bt .b{
		margin-top: 20px;
	}
	.lcjj_a .lcjj_a_01 .left{
		width: 100%;
	}
	.lcjj_a .lcjj_a_01 .right{
		width: 100%;
	}
}
.fuwu_a .fuwu_a_01 .right img{
	width: 100%;
}
.gyantz a span{
	width: 18px;
	height: 18px;
	background: url(../images/kef_r.png) no-repeat center center/cover;
}
.lcjj_a .lcjj_a_01 .left img,
.lcjj .lcjj_01 .right img{
	width: 100%;
}
.glcy_b .swiper-button-next {
    background: url(../images/indexbr.png)no-repeat center center/cover;
    right: 0;
    top: -30px;
}
.lcjj .lcjj_01 .swiper-button-prev:after,
.lcjj .lcjj_01 .swiper-button-next:after{
	display: none;
}
.lcjj .lcjj_01 .left .swiper-button-next {
    background: url(../images/indexbr.png)no-repeat center center/cover;
    right: 0;
    top: auto;
    bottom: -100px;
}
.lcjj .lcjj_01 .left .swiper-button-prev {
    background: url(../images/indexbl.png)no-repeat center center/cover;
    left: auto;
    right: 62px;
    top: auto;
    bottom: -100px;
}
.banner_zx .sbgd{
	position: absolute;
	bottom: 70px;
	left: 2.9%;
	line-height: 1;
	text-align: center;
	z-index: 1;
}

.banner_zx .sbgd .sbhda {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
    writing-mode:vertical-lr;
}

.banner_zx .sbgd .qxgd-xy-a1{
	height: 110px;
	background: #5364ae;
	width: 2px;
	position: relative;
	margin-top: 13px;
	display: inline-block;
	overflow: hidden;
}

.banner_zx .sbgd .qxgd-xy-a1:before{
	position: absolute;
	top: 0;
	width: 2px;
	left: 0;
	background: #fff;
	height: 55px;
	content: "";
	-webkit-animation: haha1 1.2s linear infinite;
}

@-webkit-keyframes haha1 {
	0% {
		top: 0;
		opacity: 1;
	}

	25% {
		top: 25%;
		opacity: 0.75;
	}

	50% {
		top: 45%;
		opacity: 0.5;
	}

	75% {
		top: 65%;
		opacity: 0.25;
	}

	100% {
		top: 85%;
		opacity: 0;
	}
}
@media(max-width: 1100px){
	.lcjj .lcjj_01 .left .swiper-button-prev{
		left: 0;
		bottom: 0;
	}
	.lcjj .lcjj_01 .left .swiper-button-next{
		bottom: 0;
		left: 60px;
	}
	.banner_zx .sbgd{
		display: none;
	}
	.fuwu_a_01 .rwm .jj .jj1{
		font-size: 14px;
	}
	.lcjj .lcjj_01 .left{
		padding-bottom: 60px;
	}
	.glcy .glcy_01 .left{
		width: 50%;
	}
	.glcy .glcy_01 .glcy_02{
		width: 100%;
	}
}
.lcjj_a_01 {
	background: #fff;
}


.ono{
	pointer-events:none;
	background: #ddd !important;
	border-color: #ddd !important;
}

.llawc{
	margin-top: 22px;
}

.llawc .checkBox{
	float: left;
	margin-top: 0 !important;
}

.llawc a{
	float: left;
	display: inline-block;
    font-size: 16px;
    color: #022a72;
	vertical-align: middle;
    margin-top: -4px;
}


.fixCon { display: none; position: fixed;z-index: 1000;width: 100%;height: 100%; left:0%; top:0%;background: rgba(0,0,0,0.5); }
.fixConA {width: 100%; position: relative;height: 100%; }
.fixConA-a {width: 60%; position: absolute; background: #fff; height: 80%; left:20%; top:10%; }
.fixConA-d {width: 100%; position: relative; height: 100%; padding: 30px 5%; }
.fixConA-b { height: 100%; overflow: hidden; }
.fixConA-b .t { text-align: center; font-size: 36px;color:#012670; }
.fixConA-c { margin-top:30px; font-size: 16px;color:#333; line-height: 2; overflow: hidden; height: calc(90% - 120px); overflow-y: scroll; padding-right:20px; }
.fixConA-e { position: absolute; left:0; bottom:0;width: 100%;background: #f0f0f0; text-align: center; padding: 20px 0; }
.fixConA-e .btn { cursor: pointer; display: inline-block; padding: 12px 50px; font-size: 18px; color:#012670; border-radius: 40px; border:1px solid #012670; }
@media(max-width: 1480px){
    .fixConA-b .t { font-size: 28px; }
    .fixConA-c { margin-top:20px; }
}
@media(max-width: 640px){
    .fixConA-b .t { font-size: 24px; }
    .fixConA-c { margin-top:10px; }
    .fixConA-e { padding: 16px 0; }
    .fixConA-e .btn { padding: 8px 30px; font-size: 16px; }
    .fixConA-a {width: 90%; position: absolute; background: #fff; height: 80%; left:50%; transform: translateX(-50%); top:10%; }
}


@media(max-width:1500px) {
	.indexa .wzclmd{
		bottom: -16.7vw;
	}
}

@media(max-width:1100px){
	.indexbanner .swiper-slide .img::before{
		display: none;
	}
}


.ibannerA {  padding:150px 0 120px; background:#032a72; }
.colorWhite { color: #fff!important; }
.sousuo_jg { background: #f6f7f8; padding: 4vw 0 10vw; }

.ibannerA .mainTit .t span { color:#e61018; }
.ibannerA .mainTit .t {
	color: #fff;
}
@media(max-width: 1100px){
    .ibannerA {  padding:100px 0 80px; }
    .searchNews { padding:0; }
    .sousuo_jg { padding: 30px 0 50px; }
}



/**2023-4-13**/
.banner_zx .mdd{
	display: none;
}

@media(max-width:1100px) {
	.banner_zx .mdd{
		display: block;
	}

	.banner_zx .pcd{
		display: none;
	}
}






/**2023-5-24**/
.cpzx_01 .left .wsanmc{
	margin-top: 30px;
}
.cpzx_01 .left .wsanmc.add1,.cpzx_01 .right .wktntl.add1 { display:none;  }
.cpzx_01 .left .wsanmc .swiper-button-prev,
.cpzx_01 .left .wsanmc .swiper-button-next{
	position: initial;
	float: left;
	margin-top: 0;
	width: 20px;
	height: 37px;
}

.cpzx_01 .left .wsanmc .swiper-button-prev:after,
.cpzx_01 .left .wsanmc .swiper-button-next:after{
	opacity: 0;
}

.cpzx_01 .left .wsanmc .swiper-button-prev{
	margin-right: 30px;
	background: url(../images/indexbl.png)no-repeat center center/cover;
}

.cpzx_01 .left .wsanmc .swiper-button-next{
	background: url(../images/indexbr.png)no-repeat center center/cover;
}

.cpzx_01 .right .wktntl{
	position: initial;
	text-align: center;
	line-height: 1;
	width: auto;
	margin-top: 30px;
}

.cpzx_01 .right .wktntl .swiper-pagination-bullet{
	margin-right: 10px;
	margin-left: 0;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: url(../images/wktntl.png) no-repeat center center/cover;
}

.cpzx_01 .right .wktntl .swiper-pagination-bullet-active{
	background: url(../images/wktntla.png) no-repeat center center/cover;
}

.cpzx_01 .right .wktntl .swiper-pagination-bullet:last-child{
	margin-right: 0;
}



/*解决方案详情*/
.jjfaxqA { padding:100px 0 130px; }
.jjfaxqA-b { float: right; width: 47%; padding-top:15px }
.jjfaxqA-b .c { margin-top:20px; font-size: 16px;color:#666666;line-height: 1.8; }

@media(max-width:1700px){
	.jjfaxqA { padding: 5vw 0 6.5vw; }
}
@media(max-width:1100px){
	.jjfaxqA { padding: 10px 0 40px; }
}




.koumo { float:left; margin-left:25px; }
.koumo a {
	color: #fff;
    font-size: 17px;
    line-height: 1;
    display: block;
    padding: 50px 0 45px;
    position: relative;
}

.topNav .logo { float: left; /** padding-bottom:30px; */ }
.topNav .logo a img{width: auto; height: 33px;}
.topNavR,.search { float: right;  }
.topNavR .menu { float: right; padding: 8px 0 0; }
.topNavR .menu span {display: inline-block;color:#fff; font-size:14px;padding-right:10px;background: url(../images/menu.png) no-repeat right center;  }


.search  { position: relative;  }
.search span,.search>a { cursor: pointer; position: relative; display: inline-block; width: 25px; height: 35px; margin:0 7px;  }
.search span.iconB { padding: 50px 0 38px 0; }
.search span.iconB span { display: block; width: 20px; height: 20px; background:url(../images/lan.png) no-repeat center; }


.search span.iconB:hover .subsearch { display: block; }




.subsearch .lanSub { background: rgba(255,255,255,0.9); border-radius: 3px; padding:15px 0px; position: relative;width: 100%;}
.subLan { width: 140px; }
.subsearch .lanSub:after { content:''; position: absolute;right:36px; top:-8px; line-height: 0;border-width: 8px;border-color: rgba(255,255,255,0.9);border-top-width: 0;border-style: dashed;border-top-style: solid;border-left-color: transparent;border-right-color: transparent;}
.subsearch .lanSub a { display: inline-block;line-height: 20px; font-size: 14px;color:#343945;width: 100%;margin-bottom: 10px;padding: 2px 20px;}
.subsearch .lanSub a:last-child{margin-bottom: 0;}
.subsearch .lanSub a:hover,.subsearch .lanSub a.cur { color:#f11053;background: #f8f9fa; }




@media(max-width:1500px) {
	.search span.iconB { padding: 35px 0 28px 0; }
}


@media(max-width:1100px){
	.koumo { margin-left:0; margin-right:20px; }
	.koumo a { padding:14px 0; }
	.search span.iconB { padding: 11px 0 28px 0; }
	.subsearch { top: 20px;  }
}



/*联系我们*/
.contactB-b ul li { float:left; width: calc(33.3333% - 15px); margin-right: 20px; }
.contactB-b ul li:nth-child(3) { margin-right: 0; }
.contactB-b ul li:nth-child(n+4) { width: 100%; margin-right: 0; margin-top: 20px; }
.contactB-b .layui-input { font-size: 16px; color:#333; padding-left: 15px; height: 70px; }
.contactB-b .layui-textarea { font-size: 16px; color:#333; padding-left: 15px; padding-top: 15px; height: 220px; }
button{ border:none; }
@media(max-width: 1600px){
    .contactB-b .layui-input { height: 60px; }
    .contactB-b .layui-textarea { height: 130px; }
}
@media(max-width: 1400px){
    .contactB-b .layui-input { height: 56px; }
    .contactB-b .layui-textarea { height: 115px; }
}
@media(max-width: 800px){
    .contactB-b ul li { width:  100%; margin-right: 0; }
    .contactB-b ul li:nth-child(3) { margin-right: 0; }
    .contactB-b ul li:nth-child(n+2) { width: 100%; margin-right: 0; margin-top: 15px; }
}
.padding140 { padding: 7vw 0; }
.bgWhite { background: #fff; }
.bgF6 { background: #f6f6f6; }
.contactA-b { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contactA-c { background: url(../images/contact/contactabg.jpg) no-repeat right center/cover #f6f6f6; }
.contactA-c .text { padding: 55px 50px; }
@media(max-width: 1900px){
    .contactA-b { gap: 1.6vw; }
    .contactA-c .text { padding: 2.6vw 2.5vw; }
}
@media(max-width: 1100px){
    .padding140 { padding: 40px 0 50px; }
    .contactA-b { display: block; gap: 15px; }
    .contactA-c { margin-bottom: 15px; }
    .contactA-c .text { padding: 25px 16px; }
}
.ibanner { position: relative; }
.ibanner .img { position: relative; }
.ibanner .img:after { content:''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index:5; background: url(../images/ibannerbg.png) no-repeat left center/cover; }
.ibanner .sybwz .icon img { width: auto; height: 6vw; }
.ibanner .sybwz { z-index: 5; width: 100%; position: absolute; left: 0; bottom: 4vw; }


/*患者健康*/

.homeBoxCX { padding: 200px 0 170px; position: relative; z-index: 100; background: url(../images/db.png) no-repeat top left #fff; background-size: 35% 35%;}
.homeBoxCX:nth-child(2n-1) {  background: url(../images/da.png) no-repeat top right #f6f6f6; background-size: 40% auto;}
.homeBoxCX-b {position: relative;float: left;width: 40%; padding-top: 20px;}

.homeBoxCX-c:after { content:''; width: 88%; height: 6px; position: absolute; left: -10%; top: -30px; 
  background-image: -moz-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%); }
.homeBoxCX:nth-child(2n-1) .homeBoxCX-c:after { left: auto; right: -10%; }

.homeBoxCX-a {
    position: relative;
}
.homeBoxCX-d {
    overflow: hidden;
}


.homeBoxCX-d:hover .homeBoxC-e {
    opacity: 1;
}

.homeBoxCX-c {
    position: relative;
    z-index: 10;
    float: right;
    width: 53%;
}

.homeBoxEX .homeBoxCX-b {
    float: right;
}

.homeBoxEX .homeBoxCX-c {
    float: left;
}

@media(max-width: 2000px) {
	.homeBoxCX { padding: 10vw 0 9vw; }
}

@media(max-width: 1820px) {
    .homeBoxCX-b {
        width: 39%;
    }
    .homeBoxCX-c {
        width: 60%;
    }
    
.ibanner .sybwz .c{ font-size:16px;}
}

@media(max-width: 1480px) {
    .homeBoxCX-b {
        padding-top:50px;
    }
    .homeBoxCX-b .con,.homeBoxCX-b .c {
        margin-top: 10px;
    }
}

@media(max-width: 1000px) {
	.homeBoxCX { padding: 80px 0 50px; }
    .homeBoxCX-b, .homeBoxCX-c {
        width: 100%;
    }
    .homeBoxCX {
        padding-bottom: 40px;
    }
    .homeBoxCX-c {
        margin-top: 20px;
    }
}


/*疾病科普*/
.huanzheA-b .nav { width: 100%; overflow: auto; padding-bottom: 15px; display: flex; flex-wrap: nowrap; }
.huanzheA-b .nav a { min-width: 300px; margin-right: 30px; display: inline-block; padding: 30px 20px; transition: all 0.5s; background: #fff; }
.huanzheA-b .nav a { display: flex; align-items: center; justify-content:center; }
.huanzheA-b .nav .icon2,.huanzheA-b .nav a.cur .icon1,.huanzheA-b .nav a:hover .icon1 { display: none; }
.huanzheA-b .nav .t { display: inline-block; margin-left: 10px; }
.huanzheA-b .nav a.cur,
.huanzheA-b .nav a:hover { background: #002774; }
.huanzheA-b .nav a.cur span.t ,
.huanzheA-b .nav a:hover  span.t { color:#fff; }
.huanzheA-b .nav a.cur .icon2 ,
.huanzheA-b .nav a:hover .icon2  { display: block; }
.huanzheA-c li { margin-bottom: 20px; }
.huanzheA-c li a { position: relative; display: block; padding: 36px 20px; background: #fff;  }
.huanzheA-d { width: 100%; 
/*display: flex; */
align-items: center; justify-content: center; }
.huanzheA-d .date { float:left; width: 136px; border-right: 1px solid #dedede; }
.huanzheA-d .date .d { line-height: 1; }
.huanzheA-d .t { line-height: 1.6; float:left; width: calc(100% - 136px); padding-left: 40px; }
.huanzheA-c li a:after { content: ''; width: 0; transition: all 0.6s; height: 5px; position: absolute; left: 0; bottom: 0; background-image: -moz-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%); background-image: -ms-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%); }
.huanzheA-c li:hover a:after { width: 100%; }

.mainScroll::-webkit-scrollbar{width: 2px; height: 4px; }
.mainScroll::-webkit-scrollbar-track{background: #ccc; width: 2px; height: 4px;}
.mainScroll::-webkit-scrollbar-track-piece{width: 2px; height: 4px;}
.mainScroll::-webkit-scrollbar-thumb{background: #002774;border: 2px;}
.mainScroll::-webkit-scrollbar-button{ display: none;}

@media(max-width: 1900px){
    .huanzheA-b .nav a { min-width: 240px; margin-right: 20px; padding: 20px 15px; }
    .huanzheA-c li { margin-bottom: 18px; }
    .huanzheA-c li a { padding: 30px 20px; }
    .huanzheA-d .date { width: 130px; padding-right: 10px; }
    .huanzheA-d .t { float:left; width: calc(100% - 130px); padding-left: 36px; }
}
@media(max-width: 1600px){
    .huanzheA-b .nav a { min-width: 220px; margin-right: 15px; padding: 15px 15px; }
    .huanzheA-b .nav img { width: auto; height: 22px; }
    .huanzheA-c li { margin-bottom: 15px; }
    .huanzheA-c li a { padding: 20px 15px; }
    .huanzheA-d .date { width: 110px; padding-right: 8px; }
    .huanzheA-d .t { float:left; width: calc(100% - 110px); padding-left: 25px; }
}
@media(max-width: 600px){
    .huanzheA-b .nav a { min-width: 200px; margin-right: 15px; padding: 15px 15px; }
    .huanzheA-b .nav img { width: auto; height: 22px; }
    .huanzheA-c li { margin-bottom: 12px; }
    .huanzheA-c li a { padding: 15px 10px; }
    .huanzheA-d .date { width: 70px; padding-right: 5px; }
    .huanzheA-d .t { float:left; width: calc(100% - 70px); padding-left: 15px; }
}


/*新闻列表*/
.mainQh { z-index: 5; transition: all 0.5s; position: absolute; left: auto; top: auto; bottom: 60px; width: 50px; height: 50px; border-radius: 50%; border:1px solid #b8b8b8; }
.mainQh:after { transition: all 0.5s; font-size: 20px; color:#7f7f7f; }
.newsB .mainQhPrev { right: 120px; }
.newsB .mainQhNext { right: 55px; }
.mainQh:hover:after { color:#002774; }
.mainQh:hover { border-color:#002774; }
.newsB { background: #fff; }
.newsB-a .img { float: left; width: calc(50% - 20px); }
.newsB-c { padding: 60px 0 0; }
.newsB-b {  width: calc(50% - 20px); float: right; }
.newsB-c .d,
.newsB-c .t,
.newsB-c .c { padding: 0 40px 0 20px; }
.newsB .swiper-slide a .more { position: absolute; left: calc(50% + 40px); bottom: 60px; }
.newsA-a a { float:left; transition: all 0.5s; padding: 12px 30px; border:1px solid #bfbfbf; margin-right: 20px; }
.newsA-a a:hover,.newsA-a a.cur { background: #042a72; border-color:#042a72; color:#fff; }
.padding120 { padding: 120px 0; }
@media(max-width: 1900px){
    .newsB-c { padding: 3vw 0 0; }
    .newsB-a .img { float: left; width: calc(50% - 1vw); }
    .newsB-b { padding: 2vw 0 0; width: calc(50% - 1vw); float: right; }
    .newsB-c .d,
    .newsB-c .t,
    .newsB-c .c { padding: 0 2vw 0 1vw; }
    
    .newsB .swiper-slide a .more { left: calc(50% + 2vw); bottom: 3vw; }
    .padding120 { padding: 6vw 0; }
    .mainQh { bottom: 3vw; width: 50px; height: 50px; }
    .mainQh:after { font-size: 20px; }
    .newsB .mainQhPrev { right: calc(60px + 3vw); }
    .newsB .mainQhNext { right: 3vw; }
}
@media(max-width: 1100px){
    .padding120 { padding: 50px 0; }
    .newsA-a a { padding: 6px 20px; margin-right: 12px; }
    .newsB-a { display: block; }
    .newsB-a .img { width: 100%; }
    .newsB-c { padding: 20px 15px 0; }
    .newsB-b { width: 100%; padding-bottom: 20px; }
    .newsB-c .d,
    .newsB-c .t,
    .newsB-c .c { padding: 0 ; }
    .newsB .swiper-slide a .more { position: relative; left: 15px; margin-top: 30px; padding-left: 0; bottom: auto; }
    .mainQh { bottom: 30px; width: 42px; height: 42px; }
    .mainQh:after { font-size: 18px; }
    .newsB .mainQhPrev { right: 65px; }
    .newsB .mainQhNext { right: 15px; }
}

.fl { float: left; }
.fr { float: right; }
.paddingB130 { padding-bottom: 130px; }
.newsDetB-b { float:left; width: 100%; padding: 75px 75px 0;  }
.newsDetB-c { position: sticky; top: 100px; float:right; padding: 0 40px 100px; width: 27%; }
.newsDetB-b .topT .c span { display: inline-block; }
.newsDetB-b .topT .c span:nth-child(n+2) { margin-left: 5vw; }
.newsDetB-b .topT { padding-bottom: 30px; border-bottom: 1px solid #ededed; }
.newsDetB-d { padding: 20px 0; border-top: 1px solid #ededed; }
.newsDetB-d p { width: 100%; text-align: left; margin: 5px 0; }
.newsDetB-c .topT { padding: 35px 0 25px; }
.newsDetB-c .line { width: 100%; height: 4px;background-image: -moz-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%);background-image: -ms-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%); }
.newsDetB-e a { display: block; padding: 30px 0; border-bottom: 1px solid #ededed; }
.newsDetB-b .mainText { font-size: 18px; }
@media(max-width: 1900px){
    .newsDetB-c { float:right; padding: 0 2vw 5vw; }
    .newsDetB-c .topT { padding: 2vw 0 1.3vw; }
    .paddingB130 { padding-bottom: 7vw; }
    .newsDetB-b { padding: 3.6vw 3vw 0;  }
    .newsDetB-e a { padding: 1.5vw 0; }
}
@media(max-width: 1500px){
    .newsDetB-b .mainText { font-size: 16px; }
}
@media(max-width: 1100px){
    .newsDetB-c { float:right; padding: 0 15px 40px; }
    .newsDetB-c .topT { padding: 20px 0 15px; }
	.newsDetB-c { position: relative; top: 0; width: 100%; margin-top: 20px; }
    .newsDetB-b { width: 100%; }
    .paddingB130 { padding-bottom: 50px; }
    .newsDetB-b { padding: 30px 15px 0;  }
    .newsDetB-d p { width: 100%; text-align: left; float:left; margin: 3px 0; }
    .newsDetB-e a { padding: 15px 0; }
}
.location { padding: 20px 0; line-height: 20px; }
.location .locationA { padding-left: 20px; background: url(./images/location.svg) no-repeat left 3px; }


/*关于我们*/
.aboutC { padding: 6vw 0 7.6vw; background: url(../images/about/aboutbg.jpg) no-repeat center/cover; }
.aboutB { width: 100%; overflow: hidden; }
.aboutB-c .top { height: 80px; }
.aboutB-b:after { content:''; width: 150%; height: 2px; background: #e4e4e5; position: absolute; left: -25%; top: 80px; }
.aboutB-d { padding: 160px 40px 120px; }
.aboutB-d .text { lin-height: 36px; height: 200px; padding-right: 25px; overflow-y: auto; }
.aboutB-d .text p { margin-bottom: 10px; padding-left: 25px; position: relative; }
.aboutB-d .text p:before { content:''; width: 14px; height: 14px; background: url(../images/hztyxq2.png) no-repeat center/cover; position: absolute; left: 0; top: 9px; }
.aboutB-c .top { padding-left: 40px; }
.aboutB-c .top .circleA { z-index: 5; left: 40px; display: flex; align-items: center; justify-content: center; position: absolute; width: 38px; height: 38px; border-radius: 100%; background: #ffffff; bottom: -20px; border: 2px solid #bfbfbf; }
.aboutB-c .top .circleA:after { content:''; display: block; width: 18px; height: 18px; border-radius: 50%; background: #bfbfbf; }
.aboutB-c .top .t { color:#999; }
/*.aboutB-b .swiper-slide-active {  background: linear-gradient(to bottom, rgba(246,246,246,0), rgba(246,246,246,1)); }*/
/*.aboutB-b .swiper-slide-active .top .t { opacity: 1; }*/
/*.aboutB-b .swiper-slide-active .top .circleA { border-color:#00248c; }*/
/*.aboutB-b .swiper-slide-active .top .circleA:after { background-color:#00248c; }*/
/*.aboutB-b .swiper-slide { opacity: 0; }*/
.aboutB-b .swiper-slide-next, 
.aboutB-b .swiper-slide-prev, 
.aboutB-b .swiper-slide-active { opacity: 1; }
.aboutB-c .top .circle { position: absolute; width: 8px; height: 8px; border-radius: 10px; background: #dedede; bottom: -5px; }
.aboutB-c .top .circle2 { display: none; left: 10%; }
.aboutB-c .top .circle3 { left: 20%; }
.aboutB-c .top .circle4 { left: 30%; }
.aboutB-c .top .circle5 { left: 40%; }
.aboutB-c .top .circle6 { left: 50%; }
.aboutB-c .top .circle7 { left: 60%; }
.aboutB-c .top .circle8 { left: 70%; }
.aboutB-c .top .circle9 { left: 80%; }
.aboutB-c .top .circle10 { left: 90%; }
.aboutB-c .top .circle11 { left: 100%; }
@media(max-width: 1900px){
    .aboutB-d { padding: 8vw 2vw 6vw; }
}
@media(max-width: 1600px){
    .aboutB-c .top { height: 60px; }
    .aboutB-b:after { top: 60px; }
    .aboutB-c .top { padding-left: 2vw; }
    .aboutB-c .top .circleA { left: 2vw; width: 30px; height: 30px; bottom: -16px; }
    .aboutB-c .top .circleA:after { width: 12px; height: 12px; }
}
@media(max-width: 1100px){
    .aboutB-d { padding: 50px 15px 50px; }
    .aboutB-c .top { padding-left: 15px; }
    .aboutB-c .top .circleA { left: 15px; width: 30px; height: 30px; bottom: -16px; }
    .aboutB-c .top .circleA:after { width: 12px; height: 12px; }
}
.paddingT140 { padding-top: 140px; }
.aboutA { padding: 180px 0; }
.aboutA-a { display: grid; grid-template-columns: 0.95fr 1fr; gap: 100px; }
.aboutA-d ul { padding-right: 20px; display: flex; justify-content: space-between; }
.aboutA-b { display: flex; align-items: center; }

@media(max-width: 1900px){
    .paddingT140 { padding-top: 7vw; }
    .aboutA { padding: 9vw 0; }
    .aboutA-a { display: grid; grid-template-columns: 0.95fr 1fr; gap: 5vw; }
}
@media(max-width: 1100px){
    .paddingT140 { padding-top: 50px; }
    .aboutA { padding: 50px 0; }
    .aboutA-a { display: block; }
    .aboutA-c { margin-top: 30px; }
    .aboutA-d .t { margin-top: 5px; }
}

/*招贤纳士*/
.talentA .bgWhite { background-color: #fff; }
.talentB-b ul { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 30px; }
.talentB-b ul li { position: relative; display: flex; align-items: center; justify-content: center; height: 20vw; background: #fff; box-shadow: 0px 6px 18px 6px rgba(66, 66, 66, 0.06); }
.talentB-b ul li:after { content:''; width: 0; height: 5px; transition: all 0.6s; position: absolute; left: 0; bottom: 0;  background-image: -moz-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%);background-image: -ms-linear-gradient( 0deg, rgb(0,39,116) 0%, rgb(103,20,73) 60%, rgb(205,1,29) 100%); } 
.talentB-c .icon { transition: all 0.5s; display: flex; align-items: center; justify-content:center; width: 136px; height: 136px; margin: 0 auto; border-radius: 50%; border:1px solid #dedede; }
.talentB-c .icon img { transition: all 0.5s; width: 50px; height: auto; }
.talentB-c .icon img.pic2 { display: none; }

.talentB-c .t { margin-bottom: 10px; }
.talentB-c .c { padding: 0 15%; transition: all 0.6s; height: 0; overflow: hidden; }

.talentB-b ul li:hover .icon { background: #042a72; border-color:#042a72; }
.talentB-b ul li:hover .icon img.pic2 { display: block; }
.talentB-b ul li:hover .icon img.pic1 { display: none; }
.talentB-b ul li:hover .t,.talentB-b ul li:hover .num { opacity: 1; color: #042a72; }
.talentB-b ul li:hover .c { height: 40px; line-height: 20px; }
.talentB-b ul li:hover:after { width: 100%; } 
.talentB-b ul li:hover .t { margin-top: 10px; }
@media(max-width: 1900px){
    .talentB-b ul { gap: 1.5vw; }
    .talentB-c .icon { width: 7vw; height: 7vw; }
    .talentB-c .icon img { width: 2.5vw; height: auto; }
}
@media(max-width: 1100px){
    .talentB-b ul { grid-template-columns: repeat(3, calc(33.3333% - 1vw)); gap: 1.5vw; }
    .talentB-c .icon { width: 80px; height: 80px; }
    .talentB-c .icon img { width: 36px; height: auto; }
    .talentB-b ul li { height: 35vw; }
    .talentB-b ul li .c { min-height: 40px; margin-bottom: 10px; }
    .talentB-b ul li:hover .t,.talentB-b ul li .t { margin-top: 15px; } 
}
@media(max-width: 800px){
    .talentB-b ul li { height: calc(200px + 8vw); }
}
@media(max-width: 600px){
    .talentB-c .icon { width: 60px; height: 60px; }
    .talentB-c .icon img { width: 26px; height: auto; }
    .talentB-b ul { grid-template-columns: repeat(2, calc(50% - 0.8vw)); gap: 1.6vw; }
}

/*招聘列表*/

/**社会招聘**/
.SocialRecruitmentA { background: #f7f7f7; }
.SocialRecruitmentA .anmobz { padding: 5vw 0 6vw; }
.SocialRecruitmentA .anmobz .sanqiehm { width: 62.4%; }
.SocialRecruitmentA .anmobz .sanqiehm ul li { float: left; margin-right: 1.58%; width: 32.28%; }
.SocialRecruitmentA .anmobz .sanqiehm ul li:last-child { margin-right: 0; }
.SocialRecruitmentA .anmobz .sanqiehm ul li input { height: 64px; background: none; border-radius: 50%; border: 1px solid #bfbfbf; border-radius: 50px; padding-left: 19px; font-size: 16px; color: #042a72; }
.SocialRecruitmentA .anmobz .sanqiehm ul li input::-webkit-input-placeholder {color: #999;}
.SocialRecruitmentA .anmobz .sanqiehm ul li input::-moz-placeholder {color: #999;}
.SocialRecruitmentA .anmobz .sanqiehm ul li input:-moz-placeholder {color: #999;}
.SocialRecruitmentA .anmobz .sanqiehm ul li input:-ms-input-placeholder {color: #999;}
.SocialRecruitmentA .anmobz .sanqiehm ul li input:hover{border: 1px solid #042a72 !important;}
.SocialRecruitmentA .anmobz .sanqiehm ul li input:focus{border: 1px solid #042a72 !important;}
.SocialRecruitmentA .anmobz .sanqiehm ul li .layui-form-select dl { top: 60px; }
.SocialRecruitmentA .anmobz .sanqiehm ul li .layui-form-selectup dl { bottom: 60px; top: auto; }
.SocialRecruitmentA .anmobz .sanqiehm ul li .layui-form-select dl dd.layui-this { background: #042a72; }
.SocialRecruitmentA .anmobz .sanqiehm ul li .layui-form-select .layui-edge { background: url(../images/selectw.png)no-repeat center center/cover; width: 17px; height: 9px; border-style:initial; margin-top: -2px; right: 20px; }
.SocialRecruitmentA .anmobz .sanqiehm ul li .layui-form-select dl dd { height: 40px; line-height: 40px; }
.SocialRecruitmentA .anmobz .quanqil { width: 36.6%; margin-left: 1%; }
.SocialRecruitmentA .anmobz .quanqil input { height: 54px; background: none; border: 1px solid #e1dacf; border-radius: 5px; padding-left: 19px; font-size: 16px; color: #042a72; padding-right: 154px; }
.SocialRecruitmentA .anmobz .quanqil input::-webkit-input-placeholder {color: #042a72;}
.SocialRecruitmentA .anmobz .quanqil input::-moz-placeholder {color: #042a72;}
.SocialRecruitmentA .anmobz .quanqil input:-moz-placeholder {color: #042a72;}
.SocialRecruitmentA .anmobz .quanqil input:-ms-input-placeholder {color: #042a72;}
.SocialRecruitmentA .anmobz .quanqil input:hover{border: 1px solid #e1dacf !important;}
.SocialRecruitmentA .anmobz .quanqil input:focus{border: 1px solid #e1dacf !important;}
.SocialRecruitmentA .anmobz .quanqil .tjanmo { position: absolute; right: 0; height: 64px; top: 0; }
.SocialRecruitmentA .anmobz .quanqil .tjanmo button { height: 100%; width: 180px; border-radius: 50px; background: #042a72; padding: 0; font-size: 16px; color: #fff; }
.SocialRecruitmentA .anmobz .quanqil .tjanmo button i { display: inline-block; width: 13px; height: 13px; background: url(../images/tjanmo.png)no-repeat center center/cover; vertical-align: middle; margin-top: -2px; margin-right: 7px; }
.SocialRecruitmentA .anmobz .quanqil .tjanmo button:hover { opacity: .9; }

.SocialRecruitmentA .anmobz .Werecruitd { margin-top: 30px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr { overflow: hidden; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt { background: #042a72; padding: 0 30px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl { color: #fff; line-height: 75px; }


.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps  { border: 1px solid #eeeeee; border-top: 0; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta { background: #fff; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta:nth-child(2n) { background: #f7f7f7; }

.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t { padding: 0 30px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl { padding:25px 0px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl6 { position: relative; padding-right: 23px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl6 span { display: inline-block; width: 14px; height: 9px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background: url(../images/multipleaaa.png)no-repeat center center/cover; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t.cur .tl6 span { background: url(../images/multipleaa.png)no-repeat center center/cover; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t.cur { background: #f3f2f0; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t.cur .tl { color: #042a72; }

.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont { background: #fff; padding: 4px 20px 50px 20px; display: none; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .nta { color: #666666; line-height: 1.87; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .nta h3 { color: #040404; font-weight: bold; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .ntb { border-top: 1px solid #eeeeee; padding-top: 40px; margin-top: 42px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .ntb .tbr { color: #666666; line-height: 1.87; padding-top: 13px; }

.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl1 { padding-left: 40px; width: calc(25% - 50px); }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl2 { width: calc(25% - 50px); }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl3 { width: calc(25% - 50px); }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl4 { width: calc(25% - 50px); }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl5 { width: 200px; padding-left: 0!important; }



@media(max-width:1480px) {
  .SocialRecruitmentA .anmobz .sanqiehm ul li input { font-size: 14px; height: 45px; }
  .SocialRecruitmentA .anmobz .quanqil input { font-size: 14px; height: 45px; }
  .SocialRecruitmentA .anmobz .quanqil .tjanmo button { height: 45px; font-size: 14px; width: 130px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl { line-height: 65px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont { padding: 32px 50px 42px 50px; }
}

@media(max-width:1100px) {
  .SocialRecruitmentA .anmobz { padding: 35px 0 45px; }
  .SocialRecruitmentA .anmobz .gykbt { margin: 15px 0 18px; }
  .SocialRecruitmentA .anmobz .sanqiehm { width: 100%; }
  .SocialRecruitmentA .anmobz .sanqiehm ul li { width: 100%; margin-bottom: 15px; }
  .SocialRecruitmentA .anmobz .quanqil { width: 100%; margin-left: 0; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl { line-height: 55px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt,
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t { padding: 0 20px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl2,
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl3,
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl5 { display: none; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl1 { width: 35%; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl4 { width: 35%; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont { padding: 20px 25px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .ntb { padding-top: 20px; margin-top: 20px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .ntb .tbr { width: 100%; padding-top: 0; margin-bottom: 15px; }

  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .tl6 { float: right; width: 87px; }
  .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl { padding:18px 0; }
}

/**新增**/
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt {
    overflow: hidden;
    border: 1px solid #28316a;
}
.guiweooma .anmobz .sanqiehm ul li {
    margin-right: 1.09%;
    width: 32.5%;
}
.guiweooma .anmobz .sanqiehm {
    width: 100%;
}
.guiweooma .anmobz .quanqil {
    width: 100%;
}
.guiweooma .anmobz .sanqiehm ul li input {
    width: 100%;
}


.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t,
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt { padding:0; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta:nth-child(n+2) { border-top: none; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl6 { padding-right:0; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl6 .me { display:inline-block; position:relative; padding-right:23px; }

.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont { padding: 60px 40px 60px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl,
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl { padding-left: 20px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl1,
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl1 { padding-left: 40px; }
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl:nth-child(n+2),
.SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl:nth-child(n+2)
 { text-align: center; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta {
    overflow: hidden;
    border: 1px solid #ddd;
}
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps {
    border: 0;
}

.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .c { margin-top: 20px; } 
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .c ol { margin-left: 20px; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont .c ol li { list-style: auto; }


.me { display:none; }
.color04 { color:#040404; }

@media(max-width:1670px) {
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl { font-size:16px; }
}


.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont { position: relative; }
.guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont:after { content:''; width: 100%; height: 5px; position: absolute; left: 0; bottom: 0; background-image: -moz-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%);background-image: -ms-linear-gradient( 0deg, rgb(12,85,94) 0%, rgb(205,1,29) 0%, rgb(205,1,29) 0%, rgb(103,20,73) 60%, rgb(0,39,116) 100%); }


@media(max-width:1100px) {
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl2 { display:block; }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl3, 
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl5 {
        display: block;
    }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl2,   
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl4,
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl6 { display:none; }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl1 { width:calc(50% - 50px); font-size:14px; }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl3  { font-size: 14px; padding-left: 0; width:calc(50% - 50px); } 
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .tl5  { font-size: 14px; padding-left: 0; width: 100px; } 
    .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknt .tl1, .SocialRecruitmentA .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .t .tl1 { padding-left:15px; }
    .guiweooma .anmobz .sanqiehm ul li {
        width: 100%;
    } 
    .guiweooma .anmobz .sanqiehm ul li:nth-child(2) {
        display: none;
    }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .pta .cont {
        padding: 30px 20px;
    }
    .me { display:block; }
    .guiweooma .anmobz .Werecruitd .criitdnr .ujinsozknr .zknps .tl3 span { font-size:18px; }
}


/*关于我们*/
.aboutD { padding: 45px 40px; position: absolute; right: 0; bottom: -3vw; border-radius: 10px; width: 27.5%; background: rgba(209, 220, 239, 0.922); }
.aboutD-a ul li:nth-child(n+2) {margin-top: 35px;}
.aboutD-a .t { padding-left: 26px; background: url(../images/add.svg) no-repeat left center; }
@media(max-width: 1900px){
    .aboutD { padding: 2.2vw 2vw; }
    .aboutD-a ul li:nth-child(n+2) {margin-top: 1.8vw;}
}
@media(max-width:1500px){
    .aboutC-b .addBoxA .addA .c { font-size:  1vw;}
}
@media(max-width: 1100px){
    .aboutD { position: relative; left: 0; width: 100%; padding: 25px 15px; }
    .aboutD-a ul li:nth-child(n+2) {margin-top: 20px;}
}
.aboutC { padding: 6vw 0 7.6vw; background: url(../images/about/aboutbg.jpg) no-repeat center/cover; }
.aboutC-b { padding-right: 11vw; }
.aboutC-c { position: relative; left: -2vw; }
.aboutC-b .addBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.aboutC-b .addBoxA { width: 100%; height: 100%; }
.aboutC-b .addBoxA .addA { cursor: pointer; width: 12px; height: 12px; position: absolute; transform: translate(-50%, -50%); }
.aboutC-b .addBoxA .addA .span { z-index: 5; width: 12px; height: 12px; background: #cd011d; border-radius: 50%; position: relative; }
.aboutC-b .addBoxA .addA .span:after { content:''; width: 22px; height: 22px; background: rgba(205,1,29,0.5); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%; }
.aboutC-b .addBoxA .addA .t { position: absolute; top: 50%; transform: translateY(-50%); left: -5px; padding: 0 20px 0 35px; height: 32px; line-height: 32px; display: flex; flex-wrap: nowrap;white-space: nowrap; border-radius: 50px; background-image: -moz-linear-gradient( 0deg, rgb(14,52,126) 0%, rgb(110,27,78) 60%, rgb(205,1,29) 100%); background-image: -webkit-linear-gradient( 0deg, rgb(14,52,126) 0%, rgb(110,27,78) 60%, rgb(205,1,29) 100%); background-image: -ms-linear-gradient( 0deg, rgb(14,52,126) 0%, rgb(110,27,78) 60%, rgb(205,1,29) 100%); }
.aboutC-b .addBoxA .addA .c { position: absolute; top: 40px; left: -5px; padding: 0 20px 0 35px;  display: flex; flex-wrap: nowrap;white-space: nowrap; }
.aboutC-b .addBoxA .addA .t,.aboutC-b .addBoxA .addA .c { opacity: 0; }
.aboutC-b .addBoxA .addA.cur .t,
.aboutC-b .addBoxA .addA.cur .c,
.aboutC-b .addBoxA .addA:hover .t,
.aboutC-b .addBoxA .addA:hover .c  { opacity: 1; }
@media(max-width: 1100px){
    .aboutC { padding: 50px 0 60px; }
    .aboutC-b { padding-right: 0; }
    .aboutC-b .addBoxA .addA .c { display: none; }
    .aboutC-b .addBoxA .addA .span:after { width: 18px; height: 18px; }
    .aboutC-b .addBoxA .addA .t { padding: 0 15px 0 25px; height: 26px; line-height: 26px; font-size:14px; }
}
.aboutB { width: 100%; overflow: hidden; }
.aboutB-c .top { height: 80px; }
.aboutB-b:after { content:''; width: 150%; height: 2px; background: #e4e4e5; position: absolute; left: -25%; top: 80px; }
.aboutB-d { padding: 160px 40px 120px; }
.aboutB-d .text { lin-height: 36px; height: 200px; padding-right: 25px; overflow-y: auto; }
.aboutB-d .text p { margin-bottom: 10px; padding-left: 25px; position: relative; }
.aboutB-d .text p:before { content:''; width: 14px; height: 14px; background: url(../images/hztyxq2.png) no-repeat center/cover; position: absolute; left: 0; top: 9px; }
.aboutB-c .top { padding-left: 40px; }
.aboutB-c .top .circleA { z-index: 5; left: 40px; display: flex; align-items: center; justify-content: center; position: absolute; width: 38px; height: 38px; border-radius: 100%; background: #ffffff; bottom: -20px; border: 2px solid #bfbfbf; }
.aboutB-c .top .circleA:after { content:''; display: block; width: 18px; height: 18px; border-radius: 50%; background: #bfbfbf; }
/*.aboutB-c .top .t { opacity: 0; }*/
.aboutB-b .swiper-slide-active { background: linear-gradient(to bottom, rgba(246,246,246,0), rgba(246,246,246,1)); }
.aboutB-b .swiperBot .swiper-slide-active { background: linear-gradient(to bottom, rgba(246,246,246,0), rgba(213,213,213,1)); }



.aboutB-b .swiper-slide-active .top .t { color:#042A72; opacity: 1; }
.aboutB-b .swiper-slide-active .top .circleA { border-color:#00248c; }
.aboutB-b .swiper-slide-active .top .circleA:after { background-color:#00248c; }
/*.aboutB-b .swiper-slide { opacity: 0; }*/
.aboutB-b .swiper-slide-next, 
.aboutB-b .swiper-slide-prev, 
.aboutB-b .swiper-slide-active { opacity: 1; }
.aboutB-c .top .circle { position: absolute; width: 8px; height: 8px; border-radius: 10px; background: #dedede; bottom: -5px; }
.aboutB-c .top .circle2 { display: none; left: 10%; }
.aboutB-c .top .circle3 { left: 20%; }
.aboutB-c .top .circle4 { left: 30%; }
.aboutB-c .top .circle5 { left: 40%; }
.aboutB-c .top .circle6 { left: 50%; }
.aboutB-c .top .circle7 { left: 60%; }
.aboutB-c .top .circle8 { left: 70%; }
.aboutB-c .top .circle9 { left: 80%; }
.aboutB-c .top .circle10 { left: 90%; }
.aboutB-c .top .circle11 { left: 100%; }

.aboutB-c .top { padding-left: 0!important; text-align: center; }
.aboutB-c .top .circleA { border-color:rgba(255,255,255,0);background: rgba(255,255,255,0); left: 50%!important; transform: translateX(-50%)!important; }
/*.aboutB-b .swiper-slide-thumb-active .top .circleA { border-color:; }*/
.aboutB-b .swiperTop .swiper-slide { padding-bottom: 20px; background:none!important; }

@media(max-width: 1900px){
    .aboutB-d { padding: 8vw 2vw 6vw; }
}
@media(max-width: 1600px){
    .aboutB-c .top { height: 60px; }
    .aboutB-b:after { top: 60px; }
    .aboutB-c .top { padding-left: 2vw; }
    .aboutB-c .top .circleA { left: 2vw; width: 30px; height: 30px; bottom: -16px; }
    .aboutB-c .top .circleA:after { width: 12px; height: 12px; }
}
@media(max-width: 1100px){
    .aboutB-d { padding: 50px 15px 50px; }
    .aboutB-c .top { padding-left: 15px; }
    .aboutB-c .top .circleA { left: 15px; width: 30px; height: 30px; bottom: -16px; }
    .aboutB-c .top .circleA:after { width: 12px; height: 12px; }
}
.paddingT140 { padding-top: 140px; }
.aboutA { padding: 180px 0; }
.aboutA-a { display: grid; grid-template-columns: 0.95fr 1fr; gap: 100px; }
.aboutA-d ul { padding-right: 20px; display: flex; justify-content: space-between; }
.aboutA-b { display: flex; align-items: center; }

@media(max-width: 1900px){
    .paddingT140 { padding-top: 7vw; }
    .aboutA { padding: 9vw 0; }
    .aboutA-a { display: grid; grid-template-columns: 0.95fr 1fr; gap: 5vw; }
}
@media(max-width: 1100px){
    .paddingT140 { padding-top: 50px; }
    .aboutA { padding: 50px 0; }
    .aboutA-a { display: block; }
    .aboutA-c { margin-top: 30px; }
    .aboutA-d .t { margin-top: 5px; }
}

/*医护专栏*/
.homeBoxCX.bgF6 { background: url(../images/db.png) no-repeat top left #f6f6f6; background-size: 40% auto; }
.yihuB-a { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; }
.yihuB-b { position: relative; z-index: 5; width: 52.1%;float: right; }
.yihuB-d { width: 32vw; }
.yihuB-d li { padding: 45px 55px; border:1px solid #bfbfbf; }
.yihuB-d .t { position: absolute; padding: 0 18px; background: #fff; line-height: 30px; top: -15px; }

.yihuB-d .c a { color:#cd011d; }

@media(max-width: 1900px){
    .yihuB-d li { padding: 2vw 2.5vw; }
    .yihuB-d .t { padding: 0 18px; line-height: 30px; top: -15px; }
}
@media(max-width: 1400px){
    .yihuB-d { width: 36vw; }
}
@media(max-width: 1100px){
    .yihuB { padding-bottom: 0; }
    .yihuB-a { position: relative; left: 0; top: 0; float:left; transform: translateY(0); width: 100%; }
    .yihuB-b { position: relative; z-index: 5; margin-top: 30px; width: 100%;float: right; }
    .yihuB-d { width: 100%; }
    .yihuB-d li { padding: 20px 15px; }
}



/**慢慢**/

.flexcenter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flexcenter2{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flexcenter3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flexcenter4{
    display: flex;
    flex-wrap: wrap;
}
.xmdw_a { padding: 8.17708vw 0 0; }
.xmdw_a .mdwa_top .dwa_r { margin-left: 0; width: 100%;  padding: 20px 0; position: relative; }
.xmdw_a .mdwa_top .dwa_r ul {
	flex-wrap: nowrap;
	white-space: nowrap; 
	transition: all .5s;
}
.xmdw_a .mdwa_top .dwa_r ul li { 
	color: #333333;
	margin-right: 50px;
	padding-bottom: 25px;
	position: relative;
	display: none;
	cursor: pointer;
}
.xmdw_a .mdwa_top .dwa_r ul li::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	transition: all .5s;
	background: linear-gradient(to right, #062873, #cb0720)
}
.xmdw_a .mdwa_top .dwa_r ul li.cur::before { width: 100%; }
.xmdw_a .mdwa_top .dwa_r ul li.show { display: block; }
.xmdw_a .mdwa_top .dwa_r ul li:last-child { margin-right: 0; }
.xmdw_a .mdwa_top .dwa_r ul li.cur {
	color: #002774;
}

.xmdw_a .mdwa_top .dwa_r .ui {
	position: absolute;
	top: 28%;
	width: 10px;
	height: 18px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9999;
}

.xmdw_a .mdwa_top .dwa_r .le {
	background: url(../images2/le.svg)no-repeat center center/cover;
	left: 0;
}

.xmdw_a .mdwa_top .dwa_r .re {
	background: url(../images2/re.svg)no-repeat center center/cover;
	right:0;
}

.xmdw_a .mdwa_btm { margin-top: 75px; }

.xmdw_a .mdwa_btm .ox_l { display: none;
	width: 50%;
	padding: 90px;
	text-align: center;
	position: relative;
}

.xmdw_a .mdwa_btm .ox_l .wz {
	margin-top: 20px;
}

.xmdw_a .mdwa_btm .ox_l .zw { line-height: 1.5; margin: 20px 0 60px; }

.xmdw_a .mdwa_btm .ox_l .jq {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 37%;
	cursor: pointer;
	transform: translateY(-50%);
}

.xmdw_a .mdwa_btm .ox_l .jq::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #b5b5b5;
	border-radius: 50%;
}

.xmdw_a .mdwa_btm .ox_l .jq::after {
	position: absolute;
	content: "";
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 8px;
    height: 13px;
    cursor: pointer;
}

.xmdw_a .mdwa_btm .ox_l .jl::after {
	background: url(../images2/ol.svg)no-repeat center center/cover;
}
.xmdw_a .mdwa_btm .ox_l .jr::after {
	background: url(../images2/or.svg)no-repeat center center/cover;
}

.xmdw_a .mdwa_btm .ox_l .jl:hover::after {
	background: url(../images2/ola.svg)no-repeat center center/cover;
}
.xmdw_a .mdwa_btm .ox_l .jr:hover::after {
	background: url(../images2/ora.svg)no-repeat center center/cover;
}



.xmdw_a .mdwa_btm .ox_l .jq .uy {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin-top: .1rem;
	position: absolute;
	top: -2px;
	left: 0;
}

.xmdw_a .mdwa_btm .ox_l .jq .uy i { position: relative; float: left; width: 50%; height: 100%; overflow: hidden; }
.xmdw_a .mdwa_btm .ox_l .jq .uy i::before { content: ''; position: absolute; width: 200%; right: 0; top: 0; bottom: 0; border: 2px solid #042A72; border-radius: 100%; box-sizing: border-box; clip: rect(0, 80px, 80px, 25px); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.xmdw_a .mdwa_btm .ox_l .jq .uy i:first-child::before { left: 0; right: auto; clip: rect(0px, 25px, 80px, 0px); }
.xmdw_a .mdwa_btm .ox_l .jq:hover .uy i::before { -webkit-animation: circleR 3500ms linear both; animation: circleR 3500ms linear both; }
.xmdw_a .mdwa_btm .ox_l .jq:hover .uy i:first-child::before {-webkit-animation-name: circleL;animation-name: circleL; }
@keyframes circleL {
	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.xmdw_a .mdwa_btm .ox_l .swiper-container { overflow: hidden; }

.xmdw_a .mdwa_btm .ox_l .jl {
	left: 0;
}

.xmdw_a .mdwa_btm .ox_l .jr {
	right: 0;
}

.xmdw_a .mdwa_btm .ox_r {
	margin-left: auto;
	width: 43.6%; width: 100%;
}

/*.xmdw_a .mdwa_btm .ox_r .product-grid {*/
/*	display: flex;*/
/*	flex-wrap: wrap; max-height: 30vw; overflow-y: scroll;*/
/*}*/
.xmdw_a .mdwa_btm .ox_r .product-grid .grd {
    width: 100%; display:grid;  grid-template-columns: 1fr 1fr 1fr 1fr; gap: 1.5vw;
}

@media(max-width:1600px) {
    .xmdw_a .mdwa_btm .ox_r .product-grid .grd{
     grid-template-columns:repeat(3,1fr);
    }
}
.xmdw_a .mdwa_btm .ox_r .product-grid .grd:nth-child(2n) { margin-right: 0; }
.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card {
	background: #f6f6f6;
	margin-bottom: 5.9%;
	padding: 28px 30px;
	position: relative;
}
.product-card { transition: all 0.5s; top: 0; }
.product-card:hover { top: -10px; }
.product-card:hover .wz { color:#042A72; }

.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0%;
	height: 4px;
	transition: all .5s;
	background: linear-gradient(to right, #062873, #cb0720);
}
.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card.active .wz {
    color: #042A72;
}
.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card.active::before {
	width: 100%;
}
.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card:hover::before {
	width: 100%;
}
.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card .wz {
	line-height: 1.4;
	color: #333;
	margin-bottom: 40px;
}

.xmdw_a .mdwa_btm .ox_r .product-grid .grd .zyusi .wz {
	margin-bottom: 26px;
}

.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card .img {
	display: flex;
	justify-content: center;
}

.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card .img img { width: auto; }

@media(max-width:1400px) {
	/*.xmdw_a .mdwa_top .dwa_r { width: 710px; }*/
	.xmdw_a .mdwa_top .dwa_r ul li { margin-right: 30px; }

	.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card .wz { margin-bottom: 50px; }
}

@media(max-width:1200px) {
	.xmdw_a .mdwa_top .dwa_l { width: 26%; }
}

@media(max-width:1100px) {
    .xmdw_a .mdwa_btm .ox_r .product-grid { display: none; max-height: 300000vh; overflow-y: hidden;
    }
	.xmdw_a .mdwa_top .dwa_l { width: 100%; margin-bottom: 20px; }
	.xmdw_a .mdwa_top .dwa_r { width: 100%; }
	.xmdw_a .mdwa_top .dwa_r ul li { width: 100%; text-align: center; padding-bottom: 15px; margin-right: 0; }

	.xmdw_a .mdwa_btm .ox_l { width: 100%; }
	.xmdw_a .mdwa_btm .ox_r { width: 100%; }
	.xmdw_a .mdwa_btm .ox_r .product-grid .grd .product-card { padding: 15px; }

	.xmdw_a {
		padding: 40px 0 50px;
	}

	.xmdw_a .mdwa_btm .ox_l .jq { width: 40px; height: 40px; }
	.xmdw_a .mdwa_btm .ox_l .jq::after { width: 6px; height: 11px; }
	.xmdw_a .mdwa_btm .ox_l .jq .uy { width: 40px; height: 40px; top: -1px; }
	.xmdw_a .mdwa_btm .ox_l .jq .uy i::before {  border: 1px solid #042A72; clip: rect(0, 80px, 80px, 20px); }
	.xmdw_a .mdwa_btm .ox_l .jq .uy i:first-child::before { right: auto; clip: rect(0px, 20px, 80px, 0px); }
	.xmdw_a .mdwa_btm .ox_l { padding: 0 50px; margin-bottom: 30px; }
	.xmdw_a .mdwa_btm { margin-top: 35px; }
	.xmdw_a .mdwa_btm .ox_l { display: block; }
}


.proDetC { position: relative; }
.proDetC-1 { z-index: 5; position: relative; float: right; width: 50%;}
.proDetC-2 { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.proDetC-3 { width: 50%; padding: 6vw 4vw 0 0; }
.proDetC-4 .mainText p { margin-bottom: 12px; line-height: 21px; position: relative; padding-left: 20px; }
.proDetC-4 .mainText p:before { content: ''; width: 13px; height: 13px; background: url(../images/hztyxq2.png) no-repeat left center/cover; position: absolute; left: 0; top: 4px; }
.proDetD .proDetC-2 .container { position: relative; height: 100%; }
.proDetD .proDetC-1 { float: left; }
.proDetD .proDetC-3 { position: relative; height: 100%; float: right; padding: 0; display: flex; align-items: center; justify-content: center; }
.proDetD .proDetC-4 { padding-bottom: 96px; width: 100%; padding-left: 5vw; }
.proDetD .proDetC-4:before { content:''; width: calc(100% - 120px); height: 1px; background: #dedede; position: absolute; left: 0; bottom: 25px; }
.proDetD .proDetC-4 .swiper-button-prev,
.proDetD .proDetC-4 .swiper-button-next { top: auto; bottom: 0; margin: 0; width: 50px; height: 50px; border-radius: 50px; border:1px solid #cccccc; }
.proDetD .proDetC-4 .swiper-button-prev { left: auto; right: 70px; }
.proDetD .proDetC-4 .swiper-button-prev:after,
.proDetD .proDetC-4 .swiper-button-next:after { font-size: 20px; color:#999; }
.proDetD .proDetC-4 .swiper-button-prev:hover:after,
.proDetD .proDetC-4 .swiper-button-next:hover:after { color:#002774; }
.proDetD .proDetC-4 .swiper-button-prev:hover,
.proDetD .proDetC-4 .swiper-button-next:hover { border:1px solid #002774; }
.proDetD-1 ul li { position: relative; margin-top: 2.5vw; }
.proDetD-1 ul li .text { width: calc(100% - 110px); position: absolute; left: 110px; top: 50%; transform: translateY(-50%); }
@media(max-width: 1900px){
    .proDetD-1 ul li .icon { width: 4vw; }
    .proDetD-1 ul li .text { width: calc(100% - 5.5vw); left: 5.5vw; }
}
@media(max-width: 1100px){
    .proDetC-1 { width: 100%;}
    .proDetC-2 { position: relative; left: 0; top: 0; height: auto; float: left; width: 100%; }
    .proDetC-3 { width: 100%; padding: 50px 0 30px 0; }
    .proDetC-4 .mainText p { margin-bottom: 12px; line-height: 21px; position: relative; padding-left: 20px; }
    .proDetC-4 .mainText p:before { content: ''; width: 13px; height: 13px; background: url(../images/hztyxq2.png) no-repeat left center/cover; position: absolute; left: 0; top: 4px; }
    .proDetD .proDetC-3 { height: auto; }
    .proDetD .proDetC-2 { padding-bottom: 30px; }
    .proDetD .proDetC-4 { width: 100%; padding: 50px 0 70px; }
    .proDetD .proDetC-4:before { content:''; width: calc(100% - 100px); bottom: 20px; }
    .proDetD .proDetC-4 .swiper-button-prev,
    .proDetD .proDetC-4 .swiper-button-next { width: 40px; height: 40px; }
    .proDetD .proDetC-4 .swiper-button-prev { right: 60px; }
    .proDetD-1 ul li { padding: 15px 0; position: relative; margin-top: 2.5vw; }
    .proDetD-1 ul li .text { width: calc(100% - 110px); position: absolute; left: 110px; top: 50%; transform: translateY(-50%); }
    .proDetD-1 ul li .icon { width: 60px; }
    .proDetD-1 ul li .text { width: calc(100% - 75px); left: 75px; }
}
.proDetB-b table { width: 100%; background: #ffffff; border:1px solid #ededed; }
.proDetB-b table tr:nth-child(2n-1) { background: #ededed; }
/*.proDetB-b table tr:nth-child(1) { background: #002774; color:#fff; }*/
.proDetB-b table td { padding: 30px 40px; }
@media(max-width: 1900px){
    .proDetB-b table td { padding: 1.5vw 2vw; }
}
@media(max-width: 800px){
    .proDetB-b { width: 100%; overflow: hidden; }
    .proDetB-c { width: 100%; overflow-x:scroll; }
    .proDetB-b table { min-width: 800px; }
    .proDetB-b table td { padding: 12px 15px; }
}
.padding120 { padding: 120px 0; }
.proDetA-b ul { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5vw; }
.proDetA-b ul li {position: relative; }
.proDetA-b ul li a { display: block; position: relative; min-height: 18vw; padding: 35px 40px 40px; background: #fff; }
.proDetA-b .img { padding: 0 2vw; position: absolute; left: 40px; bottom: 40px; width: calc(90% - 80px); }
.proDetA-b ul li::before { position: absolute; z-index: 1; content: ""; bottom: 0; left: 0; width: 0%; height: 4px; transition: all .5s; background: linear-gradient(to right, #062873, #cb0720); }
.proDetA-b ul li:hover::before { width: 100%;}
@media(max-width: 1900px){
    .padding120 { padding: 6vw 0; }
    .proDetA-b ul li a { min-height: 19vw; padding: 1.5vw 2vw 2vw; }
    .proDetA-b .img { padding: 0 2vw; left: 2vw; bottom: 2vw; width: calc(100% - 4vw); }
}
@media(max-width: 1500px){
    .proDetA-b ul li a { min-height: 22vw; padding: 1.5vw 2vw 2vw; }
    .proDetA-b .img { padding: 0 2vw; left: 2vw; bottom: 2vw; width: calc(100% - 4vw); }
}
@media(max-width: 1100px){
    .proDetA-b ul { grid-template-columns: 100%; gap: 16px; }
    .proDetA-b ul li a { min-height: 10px; padding: 20px 15px 30px; }
    .proDetA-b .img { margin-top: 10px; padding: 0; left: 0; position: relative; bottom: 0; width: 100%; }
}


.proDetC-1 .video { position: relative;  cursor: pointer;}
.proDetC-1 .video:after { content:''; width: 108px; height: 108px; background: url(../images2/videobtn.png) no-repeat center/cover; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); }
@media(max-width: 1900px){
	.proDetC-1 .video:after { width: 90px; height: 90px; }
}
@media(max-width: 1100px){
	.proDetC-1 .video:after { width: 60px; height: 60px; }
}

/*视频弹窗*/
.fixVideo { display: none; position: fixed; top:0; left:0;background: rgba(0,0,0,1);width: 100%;height: 100%;z-index: 1000; }
.fixVideoA {width: 100%;height: 100%;position: relative; }
.fixVideoB { position: absolute;width: 80%; max-width: 80%; border-radius: 10px; overflow: hidden; height: auto; position: absolute;left: 50%;top: 50%; transform: translate(-50%, -50%);background: #fff; }
.fixVideoB .close { position: absolute; right:10px; top:10px;height: 40px;width: 40px;cursor: pointer; text-align: center;line-height: 40px; font-size: 30px;  z-index: 10000;background: #fff; color:#999; border-radius:50%;}
.fixVideoB .close:hover { color:#fff; background: #0069FF; }
.fixVideo.videoSp .fixVideoB { max-width: 500px; }


@media(max-width:1800px){
	.fixVideo.videoSp .fixVideoB { max-width: 400px; }
}
@media(max-width:1500px){
	.fixVideo.videoSp .fixVideoB { max-width: 300px; }
}

@media(max-width:1100px){
	.fixVideo.videoSp .fixVideoB,.fixVideo .fixVideoB { width: 94%; max-width:100%; }
}

.swiper-container { overflow: hidden; }
.proDetE { padding: 90px 0 120px; }
.proDetE-d1 { padding: 2vw 0; width: calc(18.75% - 15px); float:left; }
.proDetE-d2 { background: #f6f6f7; width: 81.25%; float: right; }
.proDetE-d1 .swiper-slide { display: flex; align-items: center; justify-content: center; border:2px solid #f6f6f7; background: #f6f6f7; }
.proDetE-d1 .swiper-slide-thumb-active { border:2px solid #002774; }
.proDetE-d1 .swiper-container { height: 20vw; }
.proDetE-b { float:left; width: 50%; }
.proDetE-d { position: relative; }
.proDetE-d1 { position: relative; height: 100%; }
.proDetE-d2 .swiper-slide { position: relative; }
.proDetE-d1 .swiper-button-prev:after,.proDetE-d1 .swiper-button-next:after { font-size: 30px; color:#666; }
.proDetE-d1 .swiper-button-prev { margin-top: -13px; top: 0; left: 50%; width: 30px; margin-left: -15px; text-align: center; transform:rotate(90deg); }
.proDetE-d1 .swiper-button-next { margin-top: 0; bottom: -15px; top: auto; right: 50%; width: 30px; margin-right: -15px; text-align: center; transform:rotate(90deg); }
.proDetE-c { width: 45%; float: right; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.proDetE-d2 .swiper-slide .videoBtn { cursor: pointer; content:''; width: 108px; height: 108px; background: url(../images2/videobtn.png) no-repeat center/cover; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); }
@media(max-width: 1900px){
    .proDetE-d2 .swiper-slide .videoBtn { width: 90px; height: 90px; }
}
@media(max-width: 1900px){
    .proDetE { padding: 5vw 0 6vw; }
}
@media(max-width: 1500px){
    .proDetE-d1 .swiper-button-prev:after,.proDetE-d1 .swiper-button-next:after { font-size: 25px; }
    .proDetE-d1 .swiper-container { height: 21vw; }
}
@media(max-width: 1100px){
    .proDetE { padding: 50px 0 60px; }
    .proDetE-d1 .swiper-button-prev:after,.proDetE-d1 .swiper-button-next:after { font-size: 25px; }
    .proDetE-d1 .swiper-container { height: auto; }
    .proDetE-c { float:left; position: relative; top: 0; transform: translateY(0); width: 100%; }
    .proDetE-b { margin-top: 30px; width: 100%; }
    .proDetE-d1 { margin-top: 10px; padding: 0 30px; width: 100%; }
    .proDetE-d2 { width: 100%; }
    .proDetE-d1 .swiper-button-prev { margin-top: 0; top: 50%;  left: 0; width: auto; margin-left: 0; text-align: left; transform:translateY(-50%); }
    .proDetE-d1 .swiper-button-next { margin-top: 0; bottom: 0; top: 50%; right: 0; width: auto; margin-right: 0; text-align: right; transform:translateY(-50%); }
    .proDetE-d2 .swiper-slide .videoBtn { width: 60px; height: 60px; }
}


.adrl ul li { position: relative; }
.adrl ul li .navSub { position: absolute; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.9); top: 90%; border-radius: 4px; display: none; padding:14px 0;width: 160px; text-align: center; }
.adrl ul li .navSub dd a { display: block; font-size: 14px;color:#3e4145; padding: 10px 10px; }
.adrl ul li .navSub dd a:hover { color:#f11053; }

.adrl ul li:hover .navSub { display: block; }
.adrl ul li .navSub dd { position: relative; }
.adrl ul li .navSub dd a { position: relative;z-index: 10; }
.adrl ul li .navSub dd a .newClass{font-size: 22px; position: absolute; left: auto; top: 3px;}
.adrl ul li .navSub dd .sub { background: #fff; padding: 10px 20px; width: 180px; display: none; position: absolute; top:-10px; left:160px; }
.adrl ul li .navSub dd .sub a { padding: 10px 0; color:#333; }
.adrl ul li .navSub dd .sub a:hover { color:#f11053; }
.adrl ul li .navSub dd:hover .sub { display: block; }

.adrl ul li .navSub dd ul{position: absolute; left: 100%; background: rgba(255,255,255,0.9); top: 0; border-radius: 4px; display: none; padding: 14px 0; width: 160px;}
.adrl ul li .navSub dd ul li{float: none; margin: 0;}
.adrl ul li .navSub dd ul li a{}
.adrl ul li .navSub dd:hover ul{display: block;}
.adrl ul li .navSub dd:hover a{ color:#f11053; }
.adrl ul li .navSub dd:hover  ul li a{ color:#3e4145; }
.adrl ul li .navSub dd ul li a:hover{ color:#f11053; }
.adrl ul li .navSub dd ul li a .newClass{font-size: 14px !important; position: relative; left: auto; top: auto;right:auto;}
.adrl ul li .navSub dd ul li a .newClass .sub{font-size: 14px !important;position: relative; left: auto; top: auto;right:auto;vertical-align:text-bottom !important;}
.adrl ul li .navSub dd ul li>a .newClass .sup{font-size: 14px !important;position: relative; left: auto; top: auto;right:auto;vertical-align:text-bottom !important;}
.adrl ul li .navSub dd a i{display: inline-block; width: 0; height: 0; border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 5px solid #3e4145; position: absolute; right: 30px; top: 50%; transform: translateY(-50%);}
.adrl ul li .navSub dd:hover i{border-left-color:#f11053;}
.adrl ul li .navSub dd:hover i{ color:#f11053; }

.aboutA-e .mTit .c { color:#cd011d; padding-left: 15px; background: url(../images/hztyxq2.png) no-repeat left center; }


.listPic .pic { float: left; width: 32%; }
.listPic .date {position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding-left: 3vw; border-right: none; text-align: left; float: right; width: 12%; }
.listPic .t { position: absolute; left: 32%; top: 50%; transform: translateY(-50%); width: 56%; float: left; border-right: 1px solid #ededed; padding-right: 4vw; }
.huanzheA-c li.listPic a { padding: 0; }
.listPic .t .cc { margin-top: 10px; line-height: 1.8!important; }
.listPic .t .cc .icon { padding-left: 20px; }
.listPic .t .cc .time { background: url(../images/addi1.png) no-repeat left center; }
.listPic .t .cc .address { background: url(../images/addi2.png) no-repeat left center; }
@media(max-width: 1100px){
    .listPic .pic { width: 100%; }
    .listPic .date { position: relative; right: 0; top: 0; transform: translateY(0); padding-left: 0; border-right: none; text-align: left; float: right; width: 100%; padding: 0 15px 20px; }
    .listPic .t { position: relative; left: 0; top: 0; transform: translateY(0); width: 100%; float: left; border-right: none; padding-right: 0; padding: 15px 15px 10px; }
}
/*详情页BANNER*/
.detailBanner { position: relative; padding:230px 0 50px; background: url(../images/footbg.jpg) repeat-y center;-webkit-background-size: 100% auto;background-size: 100% auto; }
/*.detailBanner2 { background: url(../images/bannerbg2.jpg) repeat-y center;-webkit-background-size: 100% auto;background-size: 100% auto; }*/

.ss {  }
.ss_1{background: #f9f9f9;}
.ss a.mainMore { float: right; 
    color:#666;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5;
    /*background: url(../images/hztyxq1.png) repeat-y right;*/
    font-size: 14px;
    /*border: 1px solid rgba(220,220,220,0.5);*/
    padding: 14px 80px 14px 12px;
    position: relative; }
.ss a.mainMore:hover { float: right; color:#fff; }
.detailBanner:after { content:''; display: block;width: 100%;height: 150px;background: url(../images/fixab.png) no-repeat left bottom;-webkit-background-size: auto 100%;background-size: auto 100%; position: absolute; left:0; bottom:0; }
.detailBanner .tit { float: left; }
.detailBanner .tit .t { font-size: 46px;color:#fff; }
.detailBanner .con { margin-top:10px; font-size: 16px; max-width: 1500px; color:#fff; text-align: justify; }

.detailBanner .tit .c { font-size: 14px;color:#fff; vertical-align: middle; }
.detailBanner .tit .c span { line-height: 30px; display: inline-block; padding-left:19px; }
.detailBanner .tit .c span.icon1 {padding-left:25px; margin-right:15px; background: url(../images/bannericon1.png) no-repeat left center; }
.detailBanner .tit .c span.icon2 {margin-left:15px; margin-right:15px; background: url(../images/bannericon2.png) no-repeat left center; }
.detailBanner .tit .c span.icon3 {margin-left:15px; margin-right:15px; background: url(../images/bannericon3.png) no-repeat left center; }

.detailBanner .mainMore { position: relative; z-index: 10; margin: 18px 0 0; float: right; }


/*2026-06-08*/
/*.ibanner .icon { display: none; position: absolute; left: 30%; bottom: 50%; transform: translate(-50%, -50%); }*/
.about-C .t { padding-left: 15px; background: url(../images/hztyxq2.png) no-repeat left center; }
.about-C ul { display: flex; flex-wrap: wrap; }
.about-C ul li { padding: 35px 30px 60px; float: left; width: calc(33.33333% - 16px); margin-right: 24px; border-radius: 10px; background: url(../images/addbg1.jpg) no-repeat right bottom/cover; }
.about-C ul li:nth-child(3n) { margin-right: 0; }
@media(max-width: 1600px){
    .about-C ul li { padding: 25px 20px 40px; }
}
@media(max-width: 800px){
    .about-C ul li { padding: 20px 15px 20px; width: 100%; margin: 15px 0 0 0; }
}
.addFooter a { line-height: 45px; padding: 0 30px; background: rgba(255,255,255,0.2); border-radius: 6px; }
.addFooter .ewm { margin-left: 15px; }
.addFooter .ewm .pic { display: none; width: 96px; padding: 30px 0 0; top: 28px; position: absolute; left: 50%; transform: translateX(-50%); }
.addFooter .icon { width: 45px; height: 45px; background: rgba(255,255,255,0.14); border-radius: 6px; }
.addFooter .ewm .pic2 { width: 96px; height: 95px; padding: 5px; border-radius: 6px; background: rgba(255,255,255,0.2); }
.addFooter .ewm:hover .pic { display: block; }

