@charset "utf-8";

a,
img {
	vertical-align: top;
}
a:hover{
	text-decoration: none; 
}

/**公用样式**/
.banner .swiper-container-top .swiper-wrapper .swiper-slide .box{
	height: 49vw;
}

.hszt span{
	color: #ff0000;
}


.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.gyzd-dy .gyzd-dya {
	text-transform: uppercase;
	color: #00a39b;
}

.gyzd-dy .gyzd-dyb {
	color: #000000;
	font-weight: bold;
}

.gyzbxq-dy {
	color: #666666;
	line-height: 29.6px;
}

/**字号大全**/
.zh50 {
	color: #fff;
	font-size: 50px;
	font-family: DIN1451;
}

.zh60 {
	font-size: 60px;
	color: #ffffff;
	font-family: DIN1451;
}

.zh56 {
	font-size: 36px;
	color: #fff;
	font-family: DIN1451;
}

.zh46 {
	font-size: 46px;
	color: #ffffff;
	font-family: DIN1451;
}

.zh42 {
	font-size: 42px;
	color: #fff;
	font-family: DIN1451;
}

.zh32 {
	font-size: 32px;
	color: #fff;
	font-family: DIN1451;
}

.zh30 {

	font-size: 30px;
	color: #fff;
	font-family: DIN1451;
}

.zh28 {
	font-size: 28px;
	color: #fff;
	font-family: DIN1451;
}

.zh24 {
	color: #1a1a1a;
	font-size: 24px;
	font-family: DIN1451;
}

.zh22 {
	font-size: 22px;
	color: #fff;
	font-family: DIN1451;
}

.zh20 {
	font-size: 20px;
	color: #fff;
	font-family: DIN1451;
}

.zh18 {
	font-size: 18px;
	color: #fff;
	font-family: DIN1451;
}

.zh16 {
	font-size: 16px;
	color: #fff;
	font-family: DIN1451;
}

.zh15 {
	font-size: 15px;
	color: #fff;
	font-family: DIN1451;
}

.zh14 {
	color: #6f6f6f;
	font-size: 14px;
	font-family: DIN1451;
}

.zh12 {
	font-size: 12px;
	color: #606060;
	font-family: DIN1451;
}

/**头部**/
.nav-a {
	position: relative;
	z-index: 9999;
	background: #dfdfdf;
	width: 100%;
}

.nav-a .logo {
	float: left;
	margin-left: 59px;
	padding-top: 21px;
}

.nav-a .logo a {
	display: block;
}

.nav-a .logo a span {
	background: url(../images/logo.png) no-repeat center;
	display: inline-block;
	width: 244px;
	height: 34px;
}

.nav-a:hover .logo a span {
	background: url(../images/logoa.png) no-repeat center;
}



.nav-a .nava ul li {
	float: left;
	width: 16.6%;
	text-align: center;
}

.nav-a .nava ul li .dhzb {
	color: #021e6d;
	padding: 15px 0 ;
	display: block;
	position: relative;
}

.nav-a .nava ul .cur:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	background: #020202;
	height: 2px;
}

.nav-a .nava ul li .dhzb:hover:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	background: #021e6d;
	height: 2px;
}

.nav-a .nava ul li:last-child {
	margin-right: 0;
}

.nav-a .navb {
	float: right;
}

.nav-a .navb .navba {
	float: left;
	padding: 33px 34px 24px 32px;
	display: inline-block;
}

.nav-a .navb .navba span {
	background: url(../images/navban.png) no-repeat center;
	display: inline-block;
	width: 15px;
	height: 18px;
}

.nav-a:hover .navb .navba span {
	background: url(../images/navbana.png) no-repeat center;
}

.nav-a .navb .navbb {
	float: left;
	padding: 33px 0 26px 54px;
	position: relative;
}

.nav-a .navb .navbb:before {
	left: 0;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background: #eeeeee;
}

.nav-a .navb .navbb a {
	color: #bbbbbb;
	font-size: 16px;
}

.nav-a .navb .navbb .cur {
	color: #333333;
}

.nav-a .navb .navbb span {
	color: #bbbbbb;
}

.nav-a .navc {
	float: right;
	padding: 35px 59px 24px 30px;
}

.nav-a .navc span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/search.png) no-repeat center;
}

.nav-a:hover .navc span {
	background: url(../images/searcha.png) no-repeat center;
}

.nav-a .navc span .subsearch {
	position: absolute;
	top: 38px;
	right: -28px;
	padding-top: 36px;
	display: none;
	z-index: 9;
}

.nav-a .navc:hover span .subsearch {
	display: block;
}

.nav-a .navc span .subsearch .subsearcha {
	background: #fff;
	border-radius: 3px;
	position: relative;
	width: 524px;
	height: 57px;
}

.nav-a .navc span .subsearch .subsearcha:before {
	content: '';
	position: absolute;
	right: 26px;
	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;
}

.nav-a .navc span .subsearch .subsearcha .inp {
	width: 90%;
	height: 100%;
	border: 0;
	font-size: 14px;
	color: #666666;
	padding-left: 18px;
}

.nav-a .navc span .subsearch .subsearcha .sub {
	border: none;
	outline: none;
	position: absolute;
	right: 20px;
	top: 50%;
	height: 15px;
	background: url(../images/searchx.png) no-repeat center;
	font-size: 0;
	width: 26px;
	transform: translateY(-50%);
}

.nav-a .zszhdsd {
	position: relative;
	z-index: 100;
}

.nav-a .before {
	position: absolute;
	content: "";
	left: 0;
	transition: all 1s;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #dfdfdf;
	opacity: 0;
}

.nav-a:hover .before {
	top: 0;
	opacity: 1;
}

.nav-a:hover .nava ul li .dhzb {
	color: #0233bc;
}

.nav-a:hover .navb .navbb .cur {
	color: #0233bc;
}

.nav-a:hover .navb .navbb a {
	color: #0233bc;
}



@media (max-width:1400px) {
	.nav-a .navb .navbb {
		padding: 33px 0 26px 34px;
	}

	.nav-a .navc {
		padding: 35px 39px 26px 30px;
	}
}



@media (max-width:1200px) {
	.nav-a .logo {
		margin-left: 30px;
	}
}

@media (max-width:1150px) {
	.nav .navb .navba {
		padding: 33px 25px 26px 25px;
	}

	.nav-a .navb .navbb {
		padding: 33px 0 26px 22px;
	}

	.nav-a .navc {
		padding: 35px 23px 26px 24px;
	}
}

@media (max-width:767.98px) {
	.nav-a .nava {
		display: none;
	}

	.nav-a .logo {
		margin-left: 0;
		padding-top: 0;
	}


	.nav-a .navb {
		display: none;
	}

	.nav-a .navc {
		display: none;
	}
}

@media (max-width:500px) {
	.nav-a .logo a span {
		width: 175px;
		background-size: 100% 100%;
		height: 21px;
	}
}

/**mobile nav**/
.nav_box {
	width: 50%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -50%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50, 58, 67, .93);
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box.cur {
	left: 0;
	transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
}

.nav_box .box {
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute; 
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	background: url(../images/close.png) no-repeat center;
}
.nav_box .nav-title .navclose svg{
	color: #fff;
}
.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
}

.nav_box .navlist ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.nav-a .m-an {
	float: right;
	display: none;
}

.nav-a .m-an a {
	display: inline-block;
}

.nav-a .m-an .yyqhr {
	width: 25px;
	height: 25px;
	background: url(../images/dt1.png) no-repeat center center / cover;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-right: 14px;
}

.nav-a .m-an .menu {
	width: 30px;
	height: 27px;
	margin-top: 2px;
	background: url(../images/nav.png) no-repeat center center / cover;
}

@media (max-width:767.98px) {
	.nav-a .m-an {
		display: block;
	}

	.nav-a .before {
		display: none;
	}

	.nav-a:hover .logo a span {
		background: url(../images/logo.png) no-repeat center;
	}
}

@media (max-width:500px) {
	.nav-a .m-an .yyqhr {
		margin-top: 1px;
		width: 23px;
		height: 23px;
	}

	.nav-a .m-an .menu {
		width: 25px;
		height: 25px;
		margin-top: -2px;
	}
}
/**服务选择**/
.wmdfwxl {
	position: absolute;
	width: 100%;
	background: rgba(28, 28, 28, .9);
	left: 0;
	padding-left: 13.48%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .35s ease-out .15s;
	-moz-transition: all .35s ease-out .15s;
	-ms-transition: all .35s ease-out .15s;
	-o-transition: all .35s ease-out .15s;
	transition: all .35s ease-out .15s;
}

.nav-a .nava ul li:hover .wmdfwxl {
	visibility: visible;

	opacity: 1;
}

.wmdfwxl .wmdfwxl1 {
	float: left;
	margin-top: 34px;
}

.meppslas .wmdfwxl .wmdfwxl1 {
	width: 900px;
	padding-bottom: 60px;
}

.meppslas .wmdfwxl .wmdfwxl1 .wmdfwxl1a {
	width: 229px;
}

.wmdfwxl .ddetp {
	position: absolute;
	height: 100%;
	width: 580px;
	right: 0;
	background-size: 100% 100%;
	background: url(../images/wcwzbd.jpg) no-repeat center center/cover
}

.wmdfwxl .ddetp .wmdfwxl2 {
	width: 100%;
	height: 100%;
}

.wmdfwxl .ddetp .wmdfwxl2 .wmdfwxl2a {
	transform: translateY(-50%);
	top: 50%;
}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a {
	float: left;
	width: 163px;
	margin-right: 71px;
}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a:last-child {}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a .wmdfwxl1a1 a {
	color: #cecece;
	display: inline-block;
	border-bottom: 1px solid #555555;
	width: 100%;
	padding: 21px 0 21px;
	position: relative;
}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a .wmdfwxl1a1 a:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 18px;
	height: 12px;
	transform: translateY(-50%);
	background: url(../images/index-dekba.png);
}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a .wmdfwxl1a1 a:hover {
	border-bottom: 1px solid #00a39b;
	color: #00a39b;
}

.wmdfwxl .wmdfwxl1 .wmdfwxl1a .wmdfwxl1a1 a:hover:before {
	background: url(../images/searchx1.png);
}

.wmdfwxl .wmdfwxl2 {
	float: right;
	position: relative;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a {
	position: absolute;
	bottom: 94px;
	left: 66px;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .wmdfwxl2a1 {
	font-weight: bold;
	line-height: 30px;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .tsgdan {
	margin-top: 42px;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .tsgdan a {
	display: inline-block;
	color: #fff;
	width: 179px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border: 1px solid rgba(255,255,255,0.45);
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .tsgdan a span {
	background: url(../images/bianchang.png) right center/cover;
	display: inline-block;
	width: 18px;
	height: 12px;
	margin-left: 7px;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.6s;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .tsgdan a:hover span {
	width: 28px;
	transition: all 0.6s;
}

.wmdfwxl .wmdfwxl2 .wmdfwxl2a .tsgdan a:hover{
	background: #00a39a;
	border: 0;
}
/****/
.wmdfwxl{
    padding-left: 0;
    background: #021e6d;

}

.wmdfwxl .silenta{
	float: left;
	width: 22.8125%;
	padding: 55px 0 0 2%;
}

.wmdfwxl .silenta .s{
	color: #fff;
	line-height: 1;
}

.wmdfwxl .silenta .i{
	line-height: 1;
	margin-top: 11px;
	text-transform: uppercase;
}

.wmdfwxl .silenta .l{
	color: #c1c1c1;
	margin-top: 23px;
	line-height: 24px;
}

.wmdfwxl .silenta .e{
	margin-top: 40px;
}

.wmdfwxl .silenta .e a{
	font-size: 18px;
	display: block;
	width: 132px;
	height: 44px;
	color: #fff;
	line-height: 44px;
	background: #404245;
	text-align: center;
}

.wmdfwxl .silenta .e a span{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 12px;
	margin-left: 11px;
	margin-bottom: 1px;
	background: url(../images/silenta.png) no-repeat center center/cover;
}

.wmdfwxl .silentb{
	float: left;
	width: 100%;
	padding: 30px 0;
}

.wmdfwxl .silentb ul li{
	float: left;
	margin-right: 0;
	position: relative;
	width: 33%;
	padding: 20px 0 20px 0;
	border-left: 1px solid #3b3d3d;
}

.wmdfwxl .silentb ul li .ntb{
	width: 100%;
	margin-bottom: 30px;
}

.wmdfwxl .silentb ul li .ntb a{
	display: block;
	font-size: 18px;
	color: #c1c1c1;
	padding: 0 2vw;
	line-height: 1;
}

.wmdfwxl .silentb ul li .ntb a:hover{
	color: #24aba5;
}

.wmdfwxl .silentb ul li .ntb:last-child{
	margin-bottom: 0;
}

.wmdfwxl .silentb ul li:last-child{
	border-right: 1px solid #3b3d3d;
}



.wmdfwxl .silentb ul li .ntb .ntbe{
	position: absolute;
    height: 354px;
    background: #0233bc;
    width: 100%;
    top: -30px;
    z-index: 9;
    left: 100%;
    padding-top: 48px;
	display: none;
	overflow-y: auto;
    overflow-x: hidden;
}

.wmdfwxl .silentb ul li .ntb .ntbe::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.wmdfwxl .silentb ul li .ntb .ntbe::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background: #76e1dd;
}

.wmdfwxl .silentb ul li .ntb .ntbe::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
}

.wmdfwxl .silentb ul li .ntb:hover .ntbe{
	display: block;
}

.wmdfwxl .silentb ul li .ntb .wlo{
	position: relative;
}

.wmdfwxl .silentb ul li .ntb .wlo:before{
	position: absolute;
	content: "";
	right: 0;
	width: 13px;
	height: 23px;
	top: -3px;
	display: none;
	background: url(../images/ntbe.png) no-repeat center center/cover;
}

.wmdfwxl .silentb ul li .ntb:hover .wlo:before{
	display: block;
}

.wmdfwxl .silentb ul li .ntb .ntbe a{
	font-size: 16px;
	color: #c1c1c1;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
	padding:0 0 0 50px;
}

.wmdfwxl .silentb ul li .ntb .ntbe a:last-child{
	margin-bottom: 0;
}

.wmdfwxl .silentb ul li .ntb .ntbe a:hover{
	color: #24aba5;
}

.wmdfwxl .silentc{
	float: right;
    margin-right: 2%;
    width: 22%;
    padding-top: 32px;
    padding-bottom: 32px;
}


@media(max-width: 1920px) {
	.wmdfwxl .silentc{
		width: 27%;
	}
}



@media(max-width: 1530px) {
	.wmdfwxl .silentb ul li .ntb a{
		font-size: 16px;
	}
}

@media(max-width: 1345px) {
	.wmdfwxl .silentb ul li .ntb a {
    	font-size: 14px;
	}
}

@media(max-width: 1180px) {
	.wmdfwxl .silentb ul li .ntb a {
    	font-size: 12px;
	}
}




/**2022-7-6**/
.talebw tr:last-child td p{
    text-align: left;
    padding-left: 98px;
    font-size: 15px;
}

.talebw .hstze{
	padding-left: 70px !important;
	text-align: left !important;
}

.talebw .hstze .danxuan_text{
	margin-right: 20px;
}












/**2022-8-10**/
.xyxzop{
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}

.xyxzod .zod{
	display: inline-block;
}

.xyxzod .zod .radio{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #797979;
    cursor: pointer;
    display: inline-block;
}

.xyxzod .zod p{
	display: inline-block;	
	color: #333;
}

.xyxzod .zod .cur{
    background: #797979;
}

.xyxzoe{
	color: #333;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.xyxzol .zod .radio{
	width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #797979;
    cursor: pointer;
    display: inline-block;
}


.xyxzol .zod p{
	display: inline-block;	
	color: #333;
	font-size: 16px;
}

.xyxzol .zod .cur{
    background: #797979;
}

.xyxzoi .zod .radio{
	width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #797979;
    cursor: pointer;
    display: inline-block;
}

.xyxzoi .zod p{
	display: inline-block;	
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}

.xyxzoi .zod .cur{
    background: #797979;
}

.xydtli{
	margin-bottom: 5px !important;
}

.xyxzoi .opc{
	margin-top: 10px;
}

.xyxzoi .opc span{
	font-size: 16px;
	color: #333333;
} 

.xyxzoi .opc span input{
	width: 200px;
    display: inline-block;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #666666;
    padding: 0;
    font-size: 16px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.jszcAdd,.jszcAdd a { color:rgba(255,255,255,0.1);  }