/* CSS Document */
html,
body,
div,
em,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
p {
	font: 16px/20px "微软雅黑";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-style: normal;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal
}

body,
html {
	width: 100%;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #222;
}

a:visited {
	text-decoration: none;
	color: #222;
}

a:active {
	text-decoration: none;
	color: #222;
}

a:hover {
	text-decoration: none;
	color: #006BA6;
}

:before,
:after {
	content: "";
	position: absolute;
}

img {
	width: 100%;
	display: flex;
}

h1 {
	font-size: 22px;
	line-height: 30px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	word-break: break-all;
	position: relative;
}

p {
	font-size: 14px;
	color: #3D485D;
	line-height: 24px;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	vertical-align: middle;
}
.pc{
	display: none;
}
.m_nav{display:none;}
.w {
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mnav {
	display: none;
}

.head {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 88;
}

.head .bz {
	width: 80px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	padding: 10px 20px;
}
.head .bz li:nth-child(1){
	display: block;
}
.head .bz li:nth-child(2){
	display: none;
}
.head .bz:before {
	width: calc(100% + 30px);
	height: 50px;
	background: url("../logb.png") no-repeat center bottom;
	background-size: 100%;
	left: -15px;
	bottom: -15px;
}

.head .bz img {
	position: relative;
	z-index: 3;
}

.head .nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.head .nav li {
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100px;
	position: relative;
	cursor: pointer;
}

.head .nav li.cur {
	color: #006BA6;
	font-weight: bold;
}

.head .nav li.cur:before {
	width: 12px;
	height: 12px;
	background: url("../bz.png") no-repeat;
	background-size: 100%;
	left: 50%;
	margin-left: -8px;
	bottom: 18px;
}

.head .nav li h2 {
	font-size: 20px;
}

.head .nav li.cur h2,
.head .nav li:hover h2 {
	color: #006BA6;
	background: linear-gradient(to left, #006BA6, #428A7B);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
}

.head .nav li .subnav {
	width: calc(100% - 30px);
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0px;
	top: 97px;
	visibility: hidden;
}

.head .nav li .subnav:before {
	width: 100%;
	height: 20px;
	background: linear-gradient(to right, #006BA6, #428A7B);
	left: 0px;
	top: 0px;
}

.head .nav li .subnav::after {
	width: 100%;
	height: calc(100% - 3px);
	top: 3px;
	left: 0px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, .7));
	backdrop-filter: blur(10px);
}

.head .nav li .subnav a {
	width: 100%;
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
	z-index: 3;
}

.head .nav li .subnav a:hover {
	font-weight: bold;
}

.head .nav li:hover .subnav {
	visibility: visible;
}

.head .nav li:nth-child(3) {
	margin-right: 80px;
}

.head .nav li:nth-child(4) {
	margin-left: 80px;
}

.head_xs {
	border-bottom: solid 1px #D5D5D5;
}

.ban {
	width: 100%;
	position: relative;
}

.ban .hd {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 4;
	margin-left: -10px;
}

.ban .hd ul {
	display: flex;
}

.ban .hd li {
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background: rgba(255, 255, 255, .7);
	border-radius: 30px;
	text-indent: -9999px;
	cursor: pointer;
}

.ban .hd li.on {
	background: #fff;
}

.about {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about .intr {
	width: calc(100% - 460px);
}

.about .intr .jies {
	width: 100%;
}

.about .intr .jies .hd {
	width: 100%;
	margin-bottom: 30px;
}

.about .intr .jies .hd em {
	position: absolute;
	top: -15px;
	left: 0px;
	font-size: 40px;
	line-height: 40px;
	background: linear-gradient(to top, #fff, rgba(0, 107, 166, .30));
	-webkit-background-clip: text;
	color: transparent;
}

.about .intr .jies .hd h2 {
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	position: relative;
	z-index: 2;
	background: linear-gradient(to right, #006BA6, #428A7B);
	-webkit-background-clip: text;
	color: transparent;
}

.about .intr .jies .bd p {
	font-size: 16px;
	line-height: 32px;
	color: #000;
}

.about .intr .vide {
	width: 100%;
	margin-top: 30px;
}


.about .year {
	width: 400px;
	display: flex;
	flex-wrap: wrap;
}

.about .year dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
	border-bottom: solid 1px #D5D5D5;
}

.about .year dl:nth-child(3) {
	border-bottom: 0px;
}

.about .year dt {
	font-size: 18px;
}

.about .year dd {
	display: flex;
	position: relative;
}

.about .year dd b {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	display: flex;
	background: linear-gradient(to right, #006BA6, #428A7B);
	-webkit-background-clip: text;
	color: transparent;
}

.about .year dd p {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(to left, #006BA6, #428A7B);
	border-radius: 30px;
	position: absolute;
	right: -23px;
	top: 17px;
}

.about .year a {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #006BA6;
	margin-top: 30px;
	font-size: 20px;
	color: #fff;
}

.about .year a:hover {
	background: linear-gradient(to right, #006BA6, #428A7B);
}

.about .year img {
	width: auto;
	height: 14px;
	margin-left: 15px;
}

.pins {
	width: 100%;
}


.mt4 {
	margin-top: 40px;
}

.title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.title .hd {
	width: 300px;
}

.title .hd em {
	position: absolute;
	top: -15px;
	left: 0px;
	font-size: 40px;
	line-height: 40px;
	background: linear-gradient(to top, #fff, rgba(0, 107, 166, .30));
	-webkit-background-clip: text;
	color: transparent;
}

.title .hd h2 {
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	line-height: 40px;
	position: relative;
	z-index: 2;
	background: linear-gradient(to right, #006BA6, #428A7B);
	-webkit-background-clip: text;
	color: transparent;
}

.title .bd a {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 50px 0 0px;
	position: relative;
}

.title .bd a:before,
.title .bd a:after {
	width: 30px;
	height: 30px;
	background: linear-gradient(to right, #006BA6, #428A7B);
	top: 5px;
	right: 5px;
	border-radius: 30px;
}

.title .bd a:after {
	background: url("../jti.png") no-repeat center;
	background-size: 14px;
}

.title .bd a:hover:after {
	transition: all 0.2s ease-out;
	transform: rotate(45deg);
}

/*产品样式*/
.pbox {
	width: 100%;
	padding: 50px 0;
	background: #F3F5F6;
	margin-top: 50px;
}

.pins {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pins .parHd {
	width: 300px;
	position: relative;
}

.pins .parHd ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.pins .parHd li {
	width: calc(100% - 40px);
	display: flex;
	align-items: center;
	height: 60px;
	cursor: pointer;
	padding-left: 40px;
	font-size: 20px;
	background: url("../bzh.png") no-repeat 0px 20px;
	background-size: 22px;
}

.pins .parHd li.on {
	background: url("../bz.png") no-repeat 0px 20px;
	background-size: 22px;
	font-weight: bold;
	color: #006BA6;
}

.pins .sPrev,
.pins .sNext {
	position: absolute;
	left: 50px;
	bottom: 50px;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .70);
	border: solid 1px #fff;
	border-radius: 30px;
	z-index: 8;
}

.pins .sNext {
	left: 116px;
}

.pins .sPrev:hover,
.pins .sNext:hover {
	background: #fff;
}

.pins .sPrev:before,
.pins .sNext:before {
	width: 12px;
	height: 20px;
	background: url("../next.png") no-repeat center 0px;
	background-size: 100%;
	left: 20px;
	top: 14px;
}

.pins .sPrev:before {
	left: 18px;
	transform: rotate(180deg);
}

.pins .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.pins .parBd {
	width: calc(100% - 360px);
	position: relative;
	overflow: hidden;
}

.pins .parBd .slideBox:before {
	width: 66%;
	height: calc(100% - 20px);
	top: 0px;
	left: 0px;
	background: linear-gradient(40deg, #006BA6, #428A7B);
	border-radius: 8px;
}

.pins .parBd .slideBox:nth-child(2):before {
	background: linear-gradient(40deg, #930402, #4E0204);
}

.pins .parBd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;

}

.pins .parBd li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-top: 50px;
}

.pins .parBd li .tx {
	width: calc(100% - 660px);
	margin-left: 50px;
}

.pins .parBd li .tx .gg {
	display: inline-block;
	padding: 4px 6px;
	background: #fff;
	border-radius: 6px;
}

.pins .parBd li .tx span {
	background: linear-gradient(to left, #006BA6, #032146, #428A7B);
	-webkit-background-clip: text;
	color: transparent;
}

.pins .parBd li .tx h2 {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	margin-bottom: 20px;
}

.pins .parBd li .tx p {
	color: #fff;
}

.pins .parBd li .tu {
	width: 450px;
	padding: 30px;
	background: linear-gradient(60deg, rgba(255, 255, 255, .80), #fff);
	backdrop-filter: blur(20px);
	border-radius: 6px;
}

.news {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.news .xw {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news .xw a {
	width: calc(33% - 40px);
	padding: 15px;
	background: #F3F5F6;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.news .xw a:hover {
	background: linear-gradient(to top, #F3F5F6 60%, rgba(0, 107, 166, .25));
}

.news .xw .tt {
	width: 100%;
}

.news .xw .tt time {
	color: #006BA6;
	font-size: 14px;
}

.news .xw .tt h2 {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .xw .tu {
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 15px 0;
	border-radius: 8px;
}

.news .xw .tx {
	width: 100%;
}

.news .xw .tx p {
	color: #2B2D2D;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 20px;
}

.news .xw .tx dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: solid 1px #ccc;
}

.news .xw .tx dt {
	color: #555;
}

.news .xw .tx dd {
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 30px;
	position: relative;
}

.news .xw .tx dd:before {
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #006BA6, #428A7B);
	border-radius: 30px;
	transition: 0.2s ease-out;
	transform: scale(0);
}

.news .xw .tx dd::after {
	width: 8px;
	height: 22px;
	background: url("../next.png") no-repeat center 0px;
	background-size: 100%;
	left: 15px;
	top: 10px;
}

.news .xw a:hover .tx dd::after {
	background-position: 0px -26px;
}

.news .xw a:hover .tx dd:before {
	transform: scale(1);
}


/* 二级页面 */
.bg {
	background: #F3F5F6;
	position: relative;
}

.list_ban {
	width: 100%;
	margin-top: 50px;
	position: relative;
	z-index: 5;
}

.list_ban .txt {
	width: 500px;
	position: absolute;
	left: 50%;
	top: 180px;
	margin-left: -250px;
	text-align: center;
}

.list_ban .txt h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	padding-bottom: 20px;
	position: relative;
}

.list_ban .txt h2:before {
	width: 80px;
	height: 2px;
	background: linear-gradient(to left, rgba(0, 0, 0, .0), #fff, rgba(0, 0, 0, .0));
	top: 60px;
	left: 50%;
	margin-left: -40px;
}

.list_ban .txt em {
	font-size: 18px;
	color: rgba(255, 255, 255, .7);
	text-transform: uppercase;
}

.list_ban .snav {
	height: 60px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, .7), #fff 65%);
	backdrop-filter: blur(10px);
	margin-top: -60px;
	border-radius: 8px 8px 0 0;
}

.list_ban .snav:before {
	width: calc(100% - 100px);
	height: 1px;
	left: 50px;
	bottom: 1px;
	background: #D5D5D5;
}

.list_ban .snav .wz {
	display: flex;
	margin-left: 50px;
}

.list_ban .snav .wz a {
	display: flex;
	align-items: center;
	height: 60px;
	position: relative;
}

.list_ban .snav .wz a img {
	width: auto;
	height: 22px;
}

.list_ban .snav .wz a:nth-child(1) {
	margin-right: 15px;
}

.list_ban .snav .wz a:nth-child(2) {
	padding-right: 31px;
}

.list_ban .snav .wz a:nth-child(2):before {
	width: 1px;
	height: 16px;
	background: #ccc;
	right: 15px;
	top: 22px;
}

.list_ban .snav .dh {
	display: flex;
	margin-right: 50px;
}

.list_ban .snav .dh a {
	display: flex;
	align-items: center;
	height: 60px;
	margin-left: 30px;
	position: relative;
}

.list_ban .snav .dh a.cur {
	font-weight: bold;
	background: linear-gradient(to left, #428A7B, #006BA6);
	-webkit-background-clip: text;
	color: transparent;
}

.list_ban .snav .dh a:hover:before,
.list_ban .snav .dh a.cur:before {
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #428A7B, #006BA6);
	left: 0px;
	bottom: 0px;
}

.list_ban .snav .dh a.cur:after {
	width: 14px;
	height: 14px;
	background: url("../bz.png") #fff no-repeat center;
	background-size: 10px;
	bottom: -5px;
	left: 50%;
	margin-left: -7px;
	border-radius: 30px;
}


.show {
	width: calc(100% - 100px);
	padding: 50px;
	background: #fff;
	border-radius: 0px 0px 6px 6px;
	position: relative;
	margin-bottom: 50px;
}

.list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.list .let {
	width: 300px;
	display: flex;
	flex-wrap: wrap;
	position: sticky;
	top: 130px;
}

.list .let .at p {
	color: #006BA6;
}

.list .let .at h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}

.list .let .at em {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #006BA6;
	position: relative;
	padding-left: 68px;
	text-transform: uppercase;
}

.list .let .at em:before {
	width: 62px;
	height: 2px;
	left: 0px;
	bottom: 5px;
	background: linear-gradient(to left, #006BA6, #006BA6);
	border-radius: 20px;
}

.list .rit {
	width: calc(100% - 350px);

}

.list .bt {
	width: 100%;
}

.list .bt dt h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}

.list .bt dd {
	width: 100%;
	display: flex;
	align-items: center;
	height: 20px;
	margin-top: 15px;
}

.list .bt dd i {
	width: 16px;
	margin-right: 5px;
}

.list .bt dd p:nth-child(2) {
	margin-right: 30px;
}

.list .body {
	width: 100%;
	margin: 20px 0;
}

.list .body h2 {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	align-items: center;
	height: 40px;
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
}

.list .body h2:before {
	width: 100%;
	height: 8px;
	left: 0;
	top: 17px;
	background: linear-gradient(to left, rgba(255, 255, 255, .7), #006BA6);
	z-index: -1;
}

.list .body p {
	font-size: 18px;
	line-height: 34px;
	color: #000;
	margin-bottom: 10px;
}

.list .body em {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	background: #006BA6;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.list .body img {
	width: auto;
	max-width: 100%;
	border-radius: 8px;
	margin: 0 auto;
	display: table;
}

.list .body table {
	width: calc(100% - 1px) !important;
	margin: 10px 0;
	border-right: solid 1px #D3D7DE !important;
}

.list .body table tr {
	width: 100%;
}

.list .body table td {
	padding: 6px 10px;
	background: #fff;
	position: relative;
	font-size: 16px;
	border-bottom: solid 1px #D3D7DE !important;
	border-left: solid 1px #D3D7DE !important;
	line-height: 30px;
	word-break: break-all;
}

.list .body table td p {
	text-indent: 0px;
	margin: 0px;
}

.list .body table tr:nth-child(1) td {
	padding: 5px 10px;
	background: #F3F5F6;
	border-left: solid 1px #D3D7DE !important;
	border-top: solid 1px #D3D7DE !important;
	font-weight: bold;
}

.list .body table td:nth-child(1) {
	width: 40px !important;
	text-align: center;
}

.list_new {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.list_new a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.list_new a:nth-child(1) {
	margin: 0;
}

.list_new .tu {
	width: 250px;
	height: 160px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
}

.list_new .tx {
	width: calc(100% - 280px);
}

.list_new .tx em {
	color: #666;
	background: url("../sji.png") no-repeat 0px center;
	background-size: 16px;
	padding-left: 24px;
}

.list_new .tx h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.list_new .tx p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list_new .tx span {
	font-size: 14px;
	color: #006BA6;
	position: absolute;
	padding-left: 15px;
	left: 0px;
	bottom: 1px;
	z-index: 3;
}

.list_new .tx:before {
	width: 6px;
	height: 22px;
	background: linear-gradient(to right, #006BA6, #428A7B);
	left: 0;
	bottom: 0px;
	transform: skewX(-10deg);
}

.list_new .tx:hover:before {
	width: 85px;
	transition: all 0.4s ease-out;
}

.list_new .tx:hover span {
	color: #fff;
}

.list_god {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_god a {
	width: calc(50% - 60px);
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
	border: solid 1px rgba(0, 107, 166, .40);
	padding: 20px;
	border-radius: 6px;
}

.list_god a:hover {
	border-color: #006BA6;
}

.list_god a:hover img {
	transform: scale(1.1);
	transition: 600ms;
}

.list_god .tu {
	width: 100%;
	overflow: hidden;
}

.list_god .hd {
	width: 100%;
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0, 107, 166, .40);
	position: relative;
}

.list_god .hd:before {
	width: 0px;
	height: 1px;
	background: linear-gradient(to left, #006BA6, #428A7B);
	left: 0px;
	bottom: -1px;
}

.list_god a:hover .hd:before {
	width: 100%;
	transition: 0.3s ease-out;
}

.list_god .hd h2 {
	font-size: 18px;
	font-weight: bold;
}

.list_god .hd span {
	padding: 2px 5px;
	color: #fff;
	display: inline-block;
	background: linear-gradient(to left, #006BA6, #428A7B);
	border-radius: 6px;
}

.list_god .bd {
	width: calc(100% - 110px);
	position: relative;
	padding-left: 110px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}

.list_god .bd:before {
	content: "【功能与主治】";
	left: 0px;
	color: #222;
}

.show_pin {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.zutu {
	width: 600px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.zutu .hd {
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}
.zutu .hd ul {
	width: calc(100% - 10px);
	display: flex;
	justify-content: space-between;	
	padding: 5px;
	background: #F3F5F6;
	border-radius: 6px;
	zoom: 1;	
}
.zutu .hd img{
	border-radius: 6px;
}
.zutu .hd li {
	width: calc(20% - 10px);
	float: left;
	position: relative;
	cursor: pointer;
	border-radius: 6px;
}
.zutu .hd li img{
	width: calc(100% - 10px);
	margin: 5px;
	border-radius: 6px;
	position: relative;
	z-index: 2;
}
.zutu .hd li:after{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:linear-gradient(to top,#fff,rgba(255,255,255,.7));
	backdrop-filter:blur(10px);
	border-radius: 6px;
}
.zutu .hd li.on:before {
	width: 100%;
	height: 20px;
	background:linear-gradient(to left,#006BA6,#428A7B);
	left: 0px;
	top: -4px;
	border-radius: 10px;
}
.zutu .bd {
	width: calc(100% - 4px);
	padding: 2px;
	border-radius: 6px;
	background:linear-gradient(80deg,#F3F5F6,#D5D5D5);
	margin-bottom: 10px;
}
.zutu .bd li {
	vertical-align: middle;
}
.zutu .bd li img{
	border-radius: 6px;
}
.show_pin .xinxi{
	width: calc(100% - 650px);
}
.show_pin .xinxi .tt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.show_pin .xinxi .tt h2{
	font-size: 24px;
	font-weight: bold;
}
.show_pin .xinxi .tt span{
	display: flex;
	color: #666;
}
.show_pin .xinxi .tt img{
	width: auto;
	height: 18px;
	margin-right: 10px;
}
.show_pin .xinxi .gg{
	width: 100%;
	margin: 20px 0;
}

.show_pin .xinxi .gg dd{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.show_pin .xinxi .gg dd a{
	display: flex;
	align-items: center;
	height: 40px;
	background: #F3F5F6;
	padding: 0 12px;
	border-radius: 6px;
	margin-top: 15px;
	margin-right: 15px;
}
.show_pin .xinxi .gg dd a:hover{
	color: #fff;
	background:linear-gradient(to left,#006BA6,#428A7B); 
}
.show_pin .xinxi .gn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.show_pin .xinxi dl{
	width: 100%;
	display: flex;
	align-self: flex-start;
}
.show_pin .xinxi dt{
	width: 110px;
}

.show_pin .xinxi dd{
	width: calc(100% - 110px);
	line-height: 26px;
}
.show_pin .xinxi .sm {
	width: 130px;
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #E6E6E6;
	border-radius: 6px;
	position: relative;
	margin-top: 50px;
}
.show_pin .xinxi .sm img {
	display: flex;
	border-radius: 6px;
}
.show_pin .xinxi .sm p{
	width: 100%;
	text-align: center;
}
.show_pin .xinxi .sm b {
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 3;
}

.show_pin .xinxi .sm b:nth-child(1) {
	top: -1px;
	left: -1px;
	border: solid 3px #006BA6;
	border-right: 0;
	border-bottom: 0;
}

.show_pin .xinxi .sm b:nth-child(2) {
	top: -1px;
	right: -1px;
	border: solid 3px #006BA6;
	border-left: 0;
	border-bottom: 0;
}

.show_pin .xinxi .sm b:nth-child(3) {
	bottom: -1px;
	left: -1px;
	border: solid 3px #006BA6;
	border-right: 0;
	border-top: 0;
}

.show_pin .xinxi .sm b:nth-child(4) {
	bottom: -1px;
	right: -1px;
	border: solid 3px #006BA6;
	border-left: 0;
	border-top: 0;
}


.cpxx{
	width: 100%;
}
.cpxx h2{
	width: calc(100% - 30px);
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
	display: flex;
	align-items: center;
	height: 50px;
	background:url("../bz.png") no-repeat 0px 16px;
	background-size: 18px;
}
.cpxx h2:before{
	width: calc(100% - 130px);
	height: 1px;
	background: #D5D5D5;
	right: 0px;
}
.cpxx p{
	font-size: 16px;
	color: #000;
	line-height: 36px;
}



.nexts {
	width: calc(100% - 40px);
	padding: 15px 20px;
	background: #F3F5F6;
	border-radius: 6px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.nexts a {
	width: calc(100% - 60px);
	position: relative;
}

.nexts p {
	font-size: 12px;
	color: #999;
}

.nexts a:last-child {
	width: 50px;
	height: 50px;
	display: flex;
	background: #fff;
	border-radius: 40px;
}

.nexts a:last-child:before {
	width: 100%;
	height: 100%;
	background: url("../next.png") no-repeat center 14px;
	background-size: 12px;
	border-radius: 40px;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.nexts a:last-child:hover:before {
	background-position: center -25px;
}

.nexts a:last-child::after {
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #428A7B, #006BA6);
	border-radius: 40px;
	transform: scale(0);
}

.nexts a:last-child:hover:after {
	transform: scale(1);
	transition: 0.3s ease-out;
}

.lianxi {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.lianxi .tx {
	width: calc(100% - 200px);
}

.lianxi .tx dl {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.lianxi .tx dt {
	width: 40px;
	height: 40px;
	background: linear-gradient(120deg, #006BA6, #428A7B);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	margin-right: 20px;
}

.lianxi .tx dt img {
	width: auto;
	height: 20px;
	display: flex;
}
.lianxi .tx dd{
	width: calc(100% - 80px);
}
.lianxi .tx dd h2 {
	font-size: 14px;
	color: #666;
}

.lianxi .tx dd p {
	font-size: 18px;
	color: #000;
}

.lianxi .sm {
	width: 130px;
	display: flex;
	justify-content: space-between;
	align-self: start;
}

.lianxi .sm li {
	width: calc(100% - 2px);
	border: solid 1px #E6E6E6;
	border-radius: 6px;
	position: relative;
}

.lianxi .sm li img {
	display: flex;
	border-radius: 6px;
}

.lianxi .sm li b {
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 3;
}

.lianxi .sm li b:nth-child(1) {
	top: -1px;
	left: -1px;
	border: solid 3px #006BA6;
	border-right: 0;
	border-bottom: 0;
}

.lianxi .sm li b:nth-child(2) {
	top: -1px;
	right: -1px;
	border: solid 3px #006BA6;
	border-left: 0;
	border-bottom: 0;
}

.lianxi .sm li b:nth-child(3) {
	bottom: -1px;
	left: -1px;
	border: solid 3px #006BA6;
	border-right: 0;
	border-top: 0;
}

.lianxi .sm li b:nth-child(4) {
	bottom: -1px;
	right: -1px;
	border: solid 3px #006BA6;
	border-left: 0;
	border-top: 0;
}

.anchorBL {
	display: none;
}

.ditu {
	width: 100%;
	height: 500px;
	position: relative;
}

.ditu .di {
	width: 50px;
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -50px;
	z-index: 888;
	display: flex;
	position: relative;
}

#map {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.list_job .job_zw li:last-child{float:right;padding-right:30px;}
.list_job{width:100%;float:left;}
.list_job .job_zw{width:calc(100% - 0px);float:left;margin-top:1px;cursor:pointer;position:relative;border-bottom:dotted 1px #D5D5D5;}
.list_job .job_zw li{float:left;line-height:50px;position:relative;font-size:16px;color:#717171;}
.list_job .job_zw li b{width:1px;height:14px;background:#ccc;display:inline-block;margin:0 20px;position:relative;top:1px;}
.list_job .job_zw li:nth-child(1){width:200px;margin-right:60px;font-size:18px;font-weight:bold;color:#222;}

.list_job .job_zw:before{height:0;width:0;border-style:solid;border-width:6px;border-color:#A1A1A1 transparent transparent transparent;position:absolute;right:0px;top:24px;}
.list_job[display_status="1"] .job_zw{border:none;}
.list_job[display_status="1"] .job_zw li{color:#000;}
.list_job[display_status="1"] .job_zw:before{border-color:transparent transparent #006BA6 transparent;top:17px;}
.jpost{width:calc(100% - 40px);float:left;background:#F2F2F2;padding:20px;display:none;border-radius: 6px;}
.jpost h2{font-size:18px;margin:10px 0;color:#000;font-weight: bold;}
.jpost p{font-size:16px;line-height:32px;}

.list_licheng{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-top: 40px;
}
.list_licheng:before{
	width: 2px;
	height: 100%;
	background: #D5D5D5;
	left: 110px;
	top: 0px;
}
.list_licheng:after{
	width: 40px;
	height: 40px;
	background:url("../sjz.png") no-repeat;
	background-size: 100%;
	left: 92px;
	top: -10px;
}
.list_licheng .dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: flex-start;
	margin-top: 20px;
}
.list_licheng .dt{
	width: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
}
.list_licheng .dt:before{
	width: 10px;
	height: 10px;
	background: #D5D5D5;
	border: solid 3px #fff;
	top: 7px;
	right: -19px;
	border-radius: 12px;
}
.list_licheng .dt:after{
	width: 16px;
	height: 16px;
	border: solid 2px #D5D5D5;
	top: 5px;
	right: -21px;
	border-radius: 12px;
}
.list_licheng .dd{
	width: calc(100% - 160px);
}
.list_licheng .dd p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.list_licheng .dd img{
	width: 100%;
	border-radius: 6px;
}
.list_licheng  .dl:hover .dt:before{
	background: #006BA6;
}

.list_rongyu{width:100%;display:flex;flex-wrap:wrap;}
.list_rongyu a{width:calc(33.33% - 32px);margin:0px 0 20px 20px;border: solid 1px #D5D5D5; padding: 5px;border-radius: 6px;}
.list_rongyu a i{width:100%;height: 200px; overflow:hidden;display:flex;justify-content: center;position:relative;border-radius: 6px 6px 0 0;}
.list_rongyu a img{
	width: auto;
	height: 200px;
}
.list_rongyu a h2{width:calc(100% - 20px);padding:10px;font-size:16px;overflow: hidden;}
.list_rongyu a i:before{width:100%;height:100%;left:0px;top:0px;background:rgba(0,0,0,.50);visibility:hidden;z-index:2;}
.list_rongyu a:hover i:before{visibility:visible;}
.list_rongyu a i:after{width:30px;height:30px;background:url("../fdj.png") no-repeat;background-size:100%;left:50%;top:50%;margin-left:-15px;margin-top:-15px;z-index:3;transform:scale(0);}
.list_rongyu a:hover i:after{transform:scale(1);transition:460ms;}
.list_rongyu a:hover img{transform:scale(1.1);transition:600ms;}
.list_rongyu a:hover h2{
	color: #fff;
	border-radius: 0 0 6px 6px;
	background:linear-gradient(to left,#006BA6,#428A7B); 
}

.foot {
	width: 100%;
	padding: 0px 0 30px 0;
	background: #2C3138;
}

.foot .dh {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.foot .dh dt {
	margin-top: 30px;
	display: flex;
	line-height: 60px;
}

.foot .dh dt img {
	width: auto;
	height: 60px;
}

.foot .dh dt h2 {
	margin-left: 20px;
	margin-top: 18px;
	color: #fff;
}

.foot .dh dd {
	display: flex;
	position: relative;
}

.foot .dh dd:before {
	width: 66px;
	height: 50px;
	background: #2C3138;
	right: 0px;
	top: -10px;
	border-radius: 140px;
}

.foot .dh dd:before {
	width: 20px;
	height: 20px;
	background: url("../db.png") no-repeat center center;
	background-size: 100%;
	top: 20px;
	right: 20px;
}

.foot .dh dd a {
	padding-top: 30px;
	display: flex;
	align-items: center;
	height: 60px;
	color: rgba(255, 255, 255, .80);
	margin-left: 40px;
	position: relative;
}

.foot .dh dd a:hover {
	color: #fff;
}

.foot .lx {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	margin: 20px 0;
	border: solid 1px rgba(255, 255, 255, .20);
	border-left: 0px;
	border-right: 0px;
}

.foot .lx .dz {
	width: calc(100% - 350px);
	display: flex;
	justify-content: space-between;
}

.foot .lx .dz dt {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 40px;
	margin-top: 6px;
}

.foot .lx .dz img {
	width: 24px;
}

.foot .lx .dz h2 {
	line-height: 40px;
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
}

.foot .lx .dz p {
	color: #fff;
}

.foot .lx .sm {
	width: 100px;
	position: relative;
	padding: 10px;
	padding-bottom: 13px;
	border: solid 1px rgba(255, 255, 255, .4);
	border-radius: 6px;
}

.foot .lx .sm p {
	color: #fff;
	background: #2C3138;
	padding: 0 4px;
	left: 30px;
	position: absolute;
	z-index: 2;
}

.foot .bq {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.foot .bq dt {
	display: flex;
}

.foot .bq dt p {
	color: rgba(255, 255, 255, .60);
	margin-right: 15px;
}

.foot .bq dd {
	display: flex;
	padding-left: 5px;
	background: url("../icp.png") no-repeat 0 2px;
	background-size: 16px;
}

.foot .bq a {
	margin-left: 20px;
	color: rgba(255, 255, 255, .60);
}

.foot .bq a:hover {
	color: #fff;
}

/*图片弹窗样式*/
.lb-disable-scrolling {overflow:hidden }
.lightboxOverlay {position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none }
.lightbox {position:fixed;top:0 !important;left:0;width:100%;height:100% !important;z-index:10000;text-align:center;line-height:0;font-weight:400;outline:0 }
.lightbox .lb-image {display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;}
.lightbox a img {border:none }
.lb-outerContainer {position:absolute;top:50%;left:50%;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%) }
.lb-outerContainer:after {content:"";display:table;clear:both }
.lb-loader {position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0 }
.lb-cancel {display:block;width:32px;height:32px;margin:0 auto;}
.lb-nav {position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
.lb-container>.nav {left:0 }
.lb-nav a {outline:0;}
.lb-next,.lb-prev {height:100%;cursor:pointer;display:block;}
.lb-nav a.lb-prev {position:absolute;top:0;width:64px;left:-64px;float:left;filter:alpha(Opacity=100);opacity:1;-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s }
.lb-nav a.lb-prev:hover {filter:alpha(Opacity=100);opacity:1 }
.lb-nav a.lb-next {position:absolute;top:0;width:64px;right:-64px;float:right;filter:alpha(Opacity=100);opacity:1;-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s }
.lb-nav a.lb-next:hover {filter:alpha(Opacity=100);opacity:1 }
.lb-nav a.lb-next:before,.lb-nav a.lb-prev:before{width:24px;height:40px;background:url(../fdnext.png) 0 -117px;background-size:100%; left:15px;top:50%;margin-top:-15px;}
.lb-nav a.lb-prev:before{background-position:0 -73px;}
.lb-dataContainer {margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px }
.lb-dataContainer:after {content:"";display:table;clear:both }
.lb-data {padding:0 4px;color:#ccc }
.lb-data .lb-details {display:none;width:85%;float:left;text-align:left;line-height:1.1em }
.lb-data .lb-caption {font-size:13px;font-weight:700;line-height:1em }
.lb-data .lb-caption a {color:#4ae }
.lb-data .lb-number {display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999 }
.lb-data .lb-close {position:absolute;top:20px;left:50%;width:50px;height:50px;background:url(../fdnext.png) #E2201B no-repeat center 8px;background-size:20px;text-align:right;outline:0;opacity:.7;transition:opacity .2s;margin-left: -25px;border-radius: 50px;}
.lb-data .lb-close:hover {cursor:pointer;filter:alpha(Opacity=100);opacity:1 }