@font-face {
	font-family: 'BebasNeue';
	src: url('../font/BebasNeue-1.otf')
}

*,
body,
html {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 14px/1.8 "Arial, sans-serif,'微软雅黑'";
	margin: 0 auto;
	color: #121212;
	background-color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol,
ul,
li {
	list-style: none;
}

input {
	outline: none;
}

a {
	color: #121212;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/* common */
.inner {
	width: 90%;
	max-width: 1512px;
	margin: 0 auto;
}

.padd {
	padding: 100px 0;
}

.yhTit {
	margin-bottom: 40px;
}

.yhTit span {
	font-size: 45px;
	color: #006cbd;
	font-weight: bold;
	line-height: 1.4;
}

.yhTit b {
	display: none;
	color: #006cbd;
	font-size: 28px;
	text-transform: uppercase;
}

.yhTit.center {
	text-align: center;
}

.yhTit.white b,
.yhTit.white span {
	color: #fff;
}

.yhDw {
	position: absolute;
	top: -108px;
}

.hrBtn {
	text-align: center;
}

.hrBtn .indMore {
	display: inline-block;
}

/*  */
.indMore {
	display: block;
	text-align: center;
	color: #fff;
	background: #006cbd;
	line-height: 50px;
	padding: 0 30px;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
}

.indMore img {
	display: inline-block;
	width: 30px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	left: 0;
	transition: all 0.48s;
}

.indMore:hover img {
	left: 8px;
}

.indMore.sm {
	display: inline-block;
	line-height: 42px;
	padding: 0 22px;
	font-size: 12px;
}

/* */
.banner_n {
	position: relative;
	width: 100%;
	height: 26vw;
	overflow: hidden;
}

.banner_n img {
	display: block;
	width: 100%;
	min-height: 248px;
	height: 100%;
	object-fit: cover;
}

.banner_n .banner_mlb {
	display: none;
}

.banner_n::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1f2649;
	opacity: 0.5;
}

.banTit {
	position: absolute;
	top: 50%;
	transform: translateY(-26%);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.banTit span {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
}

.banTit p {
	color: #fff;
	line-height: 1;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	margin-top: 5px;
}

.banTit i {
	width: 38px;
	height: 4px;
	background: #fff;
	border-radius: 6px;
	margin: 10px auto 0;
	display: block;
}


@media(max-width:900px) {
	.banner_n .banner_mlb {
		display: block;
		object-fit: cover;
	}

	.banner_n .banner_web {
		display: none;
	}
}

@media(max-width:468px) {
	.banTit span {
		font-size: 20px;
	}

	.banTit p {
		font-size: 22px;
		letter-spacing: 0;
	}

	.banTit i {
		margin-top: 5px;
		width: 32px;
		height: 3px;
	}
}

/*定位导航*/
.dw_nav {
	width: 100%;
	line-height: 78px;
	border-bottom: 1px solid #e5e5e5;

}

.dw_nav_box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.dw_nav ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 0 12px;
	margin-left: 78px;
	color: #999;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.dw_nav ul li::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #d6d6d6;
	position: absolute;
	right: -39px;
	top: 40%;
}

.dw_nav ul li:first-child {
	margin: 0;
}

.dw_nav ul li:last-child::after {
	content: none;
}

.dw_nav ul li a {
	display: block;
}

/* .two.dw_nav ul li
{
	width: 50%;
} */

.dw_nav_two {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dw_nav_two i {
	font-size: 20px;
	margin-right: 15px;
	color: #006cbd;
}

.dw_nav ul li.active,
.dw_nav ul li:hover {
	border-color: #006cbd;
}

/* 页码 */

.fanye_news {
	margin-top: 68px;
	text-align: center;
}

.fanye_news a {
	display: inline-block;
	padding: 6px 24px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin: 0 2px;
}

.fanye_news .pageinfo {
	display: none;
}

.fanye_news .curpage {
	color: #fff !important;
	background: #006cbd;
	border: 1px solid #006cbd;
}


/*  */
@media screen and (max-width: 1596px) {
	.container {
		width: 85%;
	}

	.wel-about-left {
		padding: 120px 9.5% 150px;
	}
}

/*	 header =========================================================  */
.banNull {
	height: 108px;
}

@media(max-width:1368px) {
	.banNull {
		height: 89px;
	}
}

@media(max-width:1180px) {
	.banNull {
		height: 66px;
	}
}

@media(max-width:480px) {
	.banNull {
		height: 55px;
	}
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}

.bg {
	width: 100%;
	-o-background-size: cover;
	background-size: cover;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
}

.head_nav {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	width: 100%;
	position: relative;
	padding-right: 10%;
}

.nav_logo {
	width: 16%;
	max-width: 286px;
	position: absolute;
	left: 4%;
	top: 26%;
}

.nav_logo img {
	max-width: 100%
}

.nav_logo .logo_none {
	display: none;
}

.nav_box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 10%;
	position: relative;
}

.nav_block ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.hx_c {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 122%;
	height: 1px;
	background: #d1d1d1;
	display: none;
}

.hx_d {
	position: absolute;
	left: 0px;
	bottom: 4px;
	width: 50px;
	height: 3px;
	background: #e94609;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.youYi {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}

.nav_box:hover .nav_none {
	height: 400px;
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	display: block !important;
}

.nav_none_ul {
	display: none;
	opacity: 0;
	-webkit-transition: all 5s;
	-o-transition: all 5s;
	-moz-transition: all 5s;
	transition: all 5s;
}

.nav_box:hover .nav_none .nav_none_ul {
	display: block;
	opacity: 1;
	-webkit-transition: all 5s;
	-o-transition: all 5s;
	-moz-transition: all 5s;
	transition: all 5s;
}

.left_50:hover+.hx_d {
	left: 100px !important;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.left_50:hover+.hx_d {
	color: blue;
}

.nav_block li>a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 18px;
	line-height: 108px;
	padding: 0 26px;
	letter-spacing: 1px;
}

.nav_block li a img {
	width: 14px;
	height: 14px;
}

.country {
	position: absolute;
	right: 5%;
	top: 36%;
	color: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.country a { 
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
	line-height: 1.4;
}

.country>span {
	cursor: pointer;
}

.country img {
	width: 18px;
	height: 18px;
	position: relative;
	margin-left: 20px;
	top: 3px;
	vertical-align: middle;
	display: block;
}

.country .souSuo,.country .souSuo i {
	font-size: 18px;
}
.country .souSuo span{margin-left: 6px;}

.head_nav_top {
	width: 100%;
	/*position: relative;*/
	line-height: 30px;
	text-align: right;
	padding-right: 5%;
	color: #fff;
}

.head_nav_top span {
	padding-left: 3%;
}

.head_nav_top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transform: scaleY(0.2);
	-moz-transform: scaleY(0.2);
	-ms-transform: scaleY(0.2);
	-o-transform: scaleY(0.2);
	transform: scaleY(0.2);
}

.head_nav_top img {
	width: 16px;
	height: 16px;
	margin: 0 16px;
}

.nav_none {

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #333;
	opacity: 0;
	height: 0px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.nav_none ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;

}

.nav_none ul li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;


}

.nav_none ul li a {
	padding: 0 10px;
	padding-right: 20px;
	margin: 10px 0;
	line-height: 20px;
	position: relative;
}

.sx {
	position: absolute;
	left: 5%;
	top: 10px;
	width: 2px;
	height: 0px;
	background: #E94609;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


.nav_box i {
	margin-left: 5px;
}

.nav_box i svg {
	fill: #fff;
	width: 12px;
	height: 12px;
}

.nav_block ul li {
	position: relative;
}

.nav_tow {
	position: absolute;
	width: 180px;
	left: 50%;
	transform: translateX(-50%);
	top: 108px;
	background: #f5f5f5;
	border-top: 3px solid #006cbd;
	display: none;
}

.nav_tow a {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #333;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.nav_tow a:hover {
	color: #E6A230;
}

.nav_tow.fwYcp {
	width: 500%;
	left: -100%;
	border-top: none;
}

.fwYcp_tow {
	width: 100%;
	padding: 28px 0 38px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav_tow_sub {
	position: absolute;
	top: 0;
	left: 100%;
	width: 150%;
	box-shadow: 0 0 10px 1px #eee;
	background: #fff;
	display: none;
}

.nav_tow_li:hover>a {
	color: #006cbd;
}

.nav_tow_li:hover .nav_tow_sub {
	display: block;
}

/*  */

.fwYcp_san {
	position: relative;
	border-right: 1px solid #eee;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 25%;
}


.fwYcp_san:last-child {
	border-right: none;
}

.fwYcp_san a {
	border-bottom: none;
	line-height: 40px;
}

.fwYcp_san a:first-child {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*  */

/*top*/
.change_w {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 5px 20px 5px rgba(100, 100, 100, 0.2);

}


.change_w .logo_block {
	display: none;
}

.change_w .nav_jt1 {
	display: none;
}

.change_w .logo_none {
	display: block;
}

.change_w .nav_box i svg {
	fill: #121212;
}

.change_w .nav_block li>a {
	color: #121212;
}

.change_w .country a,
.change_w .country {
	color: #121212;
}

.change_h {
	color: #121212 !important;
}

.nav_tow a:hover {
	color: #006cbd !important;
}

.nav_xian {
	width: 85%;
	height: 3px;
	background: #006cbd;
	position: absolute;
	bottom: -3px;
	display: none;
}

.nav_jt1 {
	padding-left: 10px;
}

/* mlb */

.headMenu {
	display: none;
	cursor: pointer;
	float: right;
	padding: 10px;
	margin-right: -10px;
}

.headMenu.show {
	display: block;
}

.headMenu span {
	display: block;
	width: 28px;
	height: 2px;
	background: #000;
	margin-top: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.headMenu span:first-of-type {
	margin-top: 0;
}

.headMenu.on span {
	background: #000;
}

.headMenu.on .headMenu_span1 {
	-webkit-transform: rotate(45deg) translate(5px, 6px);
	-moz-transform: rotate(45deg) translate(5px, 6px);
	-ms-transform: rotate(45deg) translate(5px, 6px);
	-o-transform: rotate(45deg) translate(5px, 6px);
	transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
	opacity: 0;
}

.headMenu.on .headMenu_span3 {
	-webkit-transform: rotate(-45deg) translate(5px, -7px);
	-moz-transform: rotate(-45deg) translate(5px, -7px);
	-ms-transform: rotate(-45deg) translate(5px, -7px);
	-o-transform: rotate(-45deg) translate(5px, -7px);
	transform: rotate(-45deg) translate(5px, -7px);
}

.headMenu_Box {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: #fff;
	padding-top: 89px;
	padding-bottom: 54px;
	z-index: 990;
	box-shadow: 0 0 10px 1px #eee;
}

.headMenu_Box.open {
	right: 0;
}


.headMenu_con {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	background: #F2F7FB;
	text-align: center;
}

.headMenu_con a {
	padding: 12px;
	display: block;
	color: #f15a29;
	text-align: center;
	font-size: 27px;
	line-height: 2;
	text-transform: capitalize;
}

.headMenu_Box ul {
	position: relative;
	height: 100%;
	overflow: auto;
	width: 90%;
	margin: 0 auto;
}

.headMenu_Box li {
	line-height: 2.1;
	margin-top: 24px;
}

.headMenu_Box li>a {
	position: relative;
	line-height: 2;
	padding: 10px 0;
	font-size: 20px;
	color: #323232;
	text-transform: capitalize;
	text-align: left;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #eee;
}

.headMenu_Box li>a.change {
	border: 0;
}

.headMenu_Box svg {
	position: absolute;
	right: 10px;
	top: 18px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.headMenu_Box path {
	fill: #666;
}

.headMenu_two.change,
.headMenu_Box .change svg {

	-webkit-transform: rotate(0deg);

	-moz-transform: rotate(0deg);

	-ms-transform: rotate(0deg);

	-o-transform: rotate(0deg);

	transform: rotate(0deg);
}

.headMenu_a {
	position: relative;
	/* background: #f8f8f8; */
	padding: 0 28px 24px;
	padding-right: 0 !important;
	display: none;
	border-bottom: 1px solid #eee;
}

.headMenu_a>a {
	position: relative;
	color: #666;
	display: block;
	font-size: 18px;
	padding-top: 5px;
}

.headMenu_a>a>span {
	width: 50%;
}

.headMenu_click {
	position: absolute;
	z-index: 21;
	width: 48%;
	top: 7px;
	right: 0;
	font-size: 20px;
	color: #999;
	line-height: 1;
	text-align: right;
}

.headMenu_click::after,
.headMenu_click::before {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 10px;
	height: 2px;
	background: #999;
}

.headMenu_click::after {
	transform: rotate(90deg);
	transition: all 0.48s;
}

.headMenu_click.change::after {
	opacity: 0;
}

.headMenu_sub {
	display: none;
	margin: 6px 0 14px;
}

.headMenu_sub a {
	display: block;
	color: #999;
	padding-left: 10px;
}

.headMenu_a a.on {
	color: #f15a29;
	font-weight: bold;
}


/* ========================================================= header  e */

/*	 footer =========================================================  */
.foot {
	width: 100%;
	background: #00478d;
	color: #fff;
	border-top: 1px solid#eee;
}

.foot_box {

	display: -webkit-flex;

	display: -moz-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.foot_l {
	width: 26%;
	/* min-width: 360px; */
	padding: 89px 0;
	color: #666;
}
.diZhi_xq,.diZhi_xq a{color: #fff;}
.diZhi_xq h2{font-size: 24px;margin-bottom: 4%;}
.diZhi_xq p {
	font-size: 18px;
}

.diZhi_xq p span {
	color: #fff;
}
.diZhi_xq .foot-tel{
	display: -webkit-flex;
	
	display: -moz-box;
	
	display: -ms-flexbox;
	
	display: flex;
}

.foot_l h4 {
	
	color: #fff;
}

.foot_c {
	-webkit-flex: 1 1 0;
	-moz-box: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding: 89px 0;
}

.foot_top {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 7%;
}

.foot_nav {
	width: 100%;
	padding-left: 8%;
}

.foot_nav ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.foot_nav li a {
	display: block;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.68);
}

.foot_nav li a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot_nav .active {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.foot_r{width: 30%;	padding: 89px 0;}
.youXian {
	
}
.youXian .lxfs_ewm {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: end;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
}

.youXian .lxfs_ewm>div {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #fff;
	margin-left: 8%;
	width: 42%;
	max-width: 128px;
}
.youXian .lxfs_ewm img{width: 100%;}
.youXian .lxfs_ewm span {
	margin-right: 0;
}
.foot_bm {
	border-top: 1px solid rgba(238, 238, 238, 0.2);
}

.foot_bm p {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.foot_bm p a,
.foot_bm p span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 12px;
	line-height: 60px;
}

.foot_bm p>a,
.foot_bm p span {
	display: block;
}

.icon_foot {
	width: 40px;
	height: 40px;
}

.foot_logo {
	margin-bottom: 8%;
}

.foot_logo img {
	max-width: 280px;
	width: 80%;
}

.slideNav {
        position: fixed;
        z-index: 99;
        bottom: 0;
        opacity: 0;
        transition: all 0.8s;
        right: 1%;
    }

    .slideNav.show {
        opacity: 1;
        bottom: 20%;
    }

    .slideNav a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        width: 46px;
        background: rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

    .slideNav svg {
        display: block;
        width: 50%;
        height: 50%;
        -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
        animation: start-backtop-1 1.5s infinite ease-in-out;
    }

    .slideNav path {
        fill: #fff;
    }

    @keyframes start-backtop-1 {

        0%,
        30% {
            opacity: 0;
            -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
        }

        40% {
            opacity: 1;
            -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

        100% {
            opacity: 0;
            -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px);
        }
    }
/* ========================================================= footer  e */

/*	 index =========================================================  */
/* banner */
.banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banImg {
	position: relative;
	height: 100%;

}

.banImg_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banImg_mlb {
	display: none;
}

.banner video {
	width: 100%;
	height: 128%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banTxt {
	z-index: 11;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13%;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.banTxt h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 4px;
}

.banTxt p {
	font-size: 60px;
	color: #fff;
	line-height: 1.4;
	margin-top: 18px;
	font-weight: bold;
	letter-spacing: 5px;
}

.swiper-slide .banTxt .indMore {
	-webkit-transform: translateY(68px);
	-moz-transform: translateY(68px);
	-ms-transform: translateY(68px);
	-o-transform: translateY(68px);
	transform: translateY(68px);
	-webkit-transition: all 1s 0.48s;
	-o-transition: all 1s 0.48s;
	-moz-transition: all 1s 0.48s;
	transition: all 1s 0.48s;
	opacity: 0;
}

.swiper-slide.swiper-slide-active .banTxt span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.swiper-slide.swiper-slide-active .banTxt .indMore {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


.banner .prev,
.banner .next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../images/arrow-right-lighth.png)no-repeat;
	-o-background-size: 80%;
	background-size: 80%;
	background-position: center;
	position: absolute;
	right: 2%;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 33;
	opacity: .5;
}

.banner .next {
	background: url(../images/arrow-left-lighth.png)no-repeat;
	background-position: center;
	-o-background-size: 80% 80%;
	background-size: 80% 80%;
	position: absolute;
	left: 2%;
	bottom: 50%;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
	position: relative;
}

.banner .swiper-pagination-bullet .my-bullet-active {
	background: #E94609 !important;
}

.banner .my-bullet-active {
	opacity: 1;
}

.banner .swiper-container {
	height: 100%;
}

.banner .swiper-pagination {
	width: auto;
	position: relative;
	left: 12.5%;
	bottom: 28%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

.banner .swiper-pagination {
	text-align: left;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}


.banner .my-bullet-active {
	width: 30px;
	height: 8px;
	border-radius: 20px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.meng {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(16, 20, 212, 0.2);
	z-index: 1;
}

.tit{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 60px;
	margin-bottom: 50px;
}
.tit h2{
	font-size: 48px;
	color: #464646;
	font-style: oblique;
}
/*按钮*/
.pharmacy_more{padding-top: 20px;text-align: center;font-size: 16px;margin-top: 15px}
.pharmacy_more a{display:block;width:160px;height: 32px;line-height: 32px;text-align: center;color:#fff;background:#30416d;border-radius: 30px 20px 30px 20px;}
.pharmacy_more a i{margin-left: 10px;}
.pharmacy_more_no  {padding-top: 0;}
@media only screen and (min-width:1025px){
.pharmacy_more a:hover{color:#fff !important;}


.pharmacy_more{height: 32px;overflow: hidden;}
.pharmacy_more a{width: 40px;position: relative;overflow: hidden;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.pharmacy_more a em{position: absolute;left:-99px;top:0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.pharmacy_more a i{margin-left: 0;}
.pharmacy_more a:hover{width: 160px;}
.pharmacy_more a:hover em{position: static;}
.pharmacy_more a:hover i{margin-left: 10px;}
}

/* 产品中心 */
.cpzx{
	background: url(../images/cpzxbg.jpg) no-repeat;
	background-size: cover;
}
.bg-cover{background-size:cover !important;background-repeat: no-repeat;background-position: center center;}
.bg-contain{background-size:contain;background-repeat: no-repeat;background-position: center center;}
.cpzx_xp{
	 
}
.cpzx_xp ul{
	overflow: hidden;
}
.cpzx_xp li{
	float:left;
	width:14.6%;
	margin-right:0.2%;
	transition: all 0.3s ease-out 0s;
	position:relative;
	background-color: #fff;

}
.cpzx_xp li:before{
	content:"";
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background-color: #fff;
	opacity: 1;
}
.cpzx_xp li a{
	display: block;
	padding-bottom:96px;
	position:relative;
}
.cpzx_xp li *{
	transition: all 0.3s ease-out 0s;
}
.cpzx_xp li:last-child{
	margin-right:0;
}
.cpzx_xp li.on{
	width:26%;
	transition: all 0.3s ease-out 0s;
	background-color: #f2f2f2;
}
.cpzx_xp li.on:before{
	content:"";
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background-color:rgba(0,104,182,.8);
}
.cpzx_xp li .item-icon-box{
	position:relative;
	height:250px;
}
.cpzx_xp li .item-icon-box .item-icon{
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:60px;
	height:auto;
	color: #006cbd;
}
.cpzx_xp li.on .item-icon-box .item-icon{
	color: #fff;
}



.cpzx_xp li .pro-item-footer{
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
}
.cpzx_xp li .pro-item-footer .item-tit-1{
	font-size:16px;
	padding-bottom:25px;
}
.cpzx_xp li .pro-item-footer .item-tit-2{
	font-size:30px;
	color:#0068B6;
	padding-bottom:25px;
}

.cpzx_xp li.on .pro-item-footer{
	left:15%;
	transform: translateX(-15%);
	text-align: left;
}
.cpzx_xp li.on .pro-item-footer .item-tit-1,
.cpzx_xp li.on .pro-item-footer .item-tit-2{
	color:#fff;
}

.cpzx_xp li .pro-item-arrow{
	position:absolute;
	bottom:30px;
	right:25%;
	font-size: 40px;
	color: #fff;
	opacity: 0;
	line-height: 1;
}
.cpzx_xp li.on .pro-item-arrow{
	right:15%;
	opacity: 1;
}

/*简介*/
.gsjj{overflow: hidden;}
.gsjj ul{position: relative;padding-bottom: 38.5%;}
.gsjj li{float: left;height: 100%;overflow: hidden;width: 40%;position: relative;z-index: 3;}
.gsjj li dl,.gsjj li dd{height: 100%;}
.gsjj li dd{position: relative;}
.gsjj li img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.gsjj li dt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;color: #fff;}
.gsjj li .special_txt .text{display: none;line-height: 30px;margin-bottom: 40px;font-size: 16px;}
.gsjj li .special_txt h2{margin-bottom: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 36px;}
/* .special_link a{color: #ca1b41;width: 152px;height: 40px;background: rgba(255,255,255,0.8);border-radius: 30px;line-height: 40px;text-align: center;display: block;}
.special_link a i{font-size: 20px;vertical-align: middle;display: inline-block;margin-top: -3px;margin-left: 10px; }*/
.special_link a{background: rgba(255,255,255,0.5) !important;color: #ca1b41 !important;}
.gsjj li .special_txt{transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);}
.gsjj li.gsjj-01{position: absolute;left: 0;top:0;width:37.3%;}
.gsjj li.gsjj-02{position: absolute;right: 0;top:0;width:37.3%;}
.gsjj li.gsjj-01 .special_txt{left: 13.4%;right: auto;}
.gsjj li.gsjj-02 .special_txt{right: 13.4%;left: auto;}

.img02{display: none;}

.gsjj li.on .img02{display: block;}
.gsjj li.on .img01{display: none;}
.gsjj li.on .special_txt{width: 47%;margin: 0 auto;}
.gsjj li.on dt{text-align: left;}
.gsjj li.on .special_txt .text{display: block;height: 180px;overflow: hidden;}
.gsjj li.on .special_link a{background: #ca1b41!important;color: #fff!important;}
.gsjj li.on{width: 100%;z-index: 2;}
.gsjj li.gsjj-01.on .special_txt{left: 5%;}
.gsjj li.gsjj-02.on .special_txt{right: 5%;}
.img03{display: none;}
@media(min-width:1680px) {
	.gsjj li.gsjj-01 .special_txt{left: calc((100% / 0.373 - 1512px) / 2);}
	.gsjj li.gsjj-02 .special_txt{right: calc((100% / 0.373 - 1512px) / 2);}
	.gsjj li.gsjj-01.on .special_txt{left: calc((100% - 1512px) / 2 );}
	.gsjj li.gsjj-02.on .special_txt{right: calc((100% - 1512px) / 2);}
}

/* 新闻中心 */
.xwzx{
}
.xwzx_xq {}
.xwzx_xq ul{}
.xwzx_xq ul li{width: 33.3%;box-sizing: border-box;}
.xwzx_xq ul li a{color: #000;}
.xwzx_xq ul dd{overflow: hidden;padding-bottom: 56%;position: relative;}
.xwzx_xq ul dd img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.xwzx_xq ul dt{padding: 30px;box-sizing: border-box;}
.xwzx_xq ul dt h3{font-weight: bold;line-height: 24px;height: 48px;overflow: hidden;}
.xwzx_xq ul dt span{font-size: 12px;border-top: 1px solid #e8e8e8;display: block;padding-top: 15px;margin-top: 15px;}
.xwzx_xq .swiper-button-prev,.xwzx_xq .swiper-button-next{ display: none;}
.xwzx_xq .swiper-pagination{ display: none;}
@media(min-width:1025px) {
	.xwzx_xq ul dd:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
/* 业务领域 */
.ywly{background: url(../images/ywly_bg.jpg) no-repeat center center/cover;}

.ywly_xq{
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ywly .ywly_li{
	width: 48%;
	position: relative;
}
.ywly .ywly_li img{
	width: 100%;
}
.ywly .ywly_li a {
	position: absolute;
	top: 0;
	left: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 5% 10%;
	color: #fff;
}
.ywly .ywly_li h3{
	font-size: 36px;
	margin-bottom: 20px;
}
.ywly .ywly_li p{
	font-size: 16px;
	line-height: 1.5;
}
.yihejj {
	width: 100%;
	height: 100%;
	padding: 68px 10%;
	position: relative;
}

.yihejj h3 {
	font-size: 45px;
	color: #006cbd;
	font-weight: 600;
}

.yihejj h4 {
	font-size: 26px;
	line-height: 1.6;
	font-weight: normal;
}

.yihejj p {
	font-size: 16px;
	margin-top: 10px;

}

/* ========================================================= index  e */

/* ========================================================= about s */
/*怡和医药*/
.about {
	overflow: hidden;
}

.yiheYiyao_box {
	position: relative;
	width: 100%;
	background: #f9f9f9;
}

.yiheYiyao_xq {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yiheYiyao_img,.yiheYiyao_video {
	width: 46%;
}
.yiheYiyao_video {
	height: 390px;
}
.yiheYiyao_video .video-js,
.yiheYiyao_video video {
	width: 100%;
	height: 100%;
}
.yiheYiyao_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.yiheYiyao_text {
	width: 54%;
	padding: 0 6%;
}


.yiheYiyao_text h4 {
	margin-bottom: 28px;
}

.yiheYiyao_text p {
	border: 0;
	padding-bottom: 0;
}

.yiheShuju {
	margin-top: 3%;
	width: 100%;
}

.yiheShuju ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -3%;
	margin-right: -3%;
}

.yiheShuju li {
	position: relative;
	flex: 1;
	text-align: center;
}

.yiheShuju li::after {
	content: "";
	width: 1px;
	height: 30%;
	background: #d8d4cb;
	position: absolute;
	left: 0;
	top: 30%;
}

.yiheShuju li:first-child::after {
	content: none
}

.yiheShuju li img {
	display: none;
	width: 40px;
	height: 40px;
}

.yiheShuju_top {
	display: inline-block;
	text-align: left;
	max-width: 60%;
}

.yiheShuju_top label {
	font-size: 24px;
	font-weight: bold;
	color: #006cbd;
	font-family: 'BebasNeue';
}

.yiheShuju_top b {
	font-size: 48px;
	color: #006cbd;
	font-family: 'BebasNeue';
}

.yiheShuju_top span {
	font-size: 44px;
	color: #006cbd;
	font-family: 'BebasNeue';
}

.yiheShuju_bot {
	font-size: 14px;
}

/* 董事长致辞 */
.dszzc_xq{
	-webkit-align-items: flex-start;
	-moz-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.dszzc_xq .yiheYiyao_text{
	width: 64%;
}
.dszzc_xq .yiheYiyao_img{
	position: relative;
	width: 36%;
}
.dszzc_xq .yiheYiyao_img img{
	position: relative;
	z-index: 9;
}
.dszzc_xq .yiheYiyao_img::after{
	content: '';
	position: absolute;
	right: -2%;
	bottom: -1%;
	width: 100%;
	height: 100%;
	background-color: #e5e5e7
}

/*企业文化*/
.qywh_box {
	position: relative;
}

.qywh{display: flex; flex-wrap: wrap; justify-content: space-between;}
.whnr{width:50%;background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%;height: 100%;object-fit: cover;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; margin-top:50px; padding-bottom:20px;position: relative;}
.whbt::after{display: block;content: '';width: 80px;height: 3px;background-color: #006cbd;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.whsm{padding:20px 60px 50px 60px; font-size:16px; line-height:36px; color:#414141; text-align:justify;}


/*发展历程*/
.fzlc_box {
	position: relative;
}

.abDeve_box .swiper-slide {
	opacity: 0 !important;
}

.abDeve_box .swiper-slide-active {
	opacity: 1 !important;
}

.abDeve_div {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding: 0 6%;
}

.abDeve_txt {
	-webkit-flex: 1;
	-moz-box: 1;
	-ms-flexbox: 1;
	flex: 1;
	padding-right: 8%;
}

.abDeve_txt h4 {
	letter-spacing: -1px;
	font-size: 68px;
	line-height: 1.4;
	color: #006cbd;
	line-height: 100px;
	margin-bottom: 20px;
}

.abDeve_txt p {
	font-size: 16px;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
	letter-spacing: 1px;
}

.abDeve_txt p strong {
	color: #006cbd;
	margin-right: 3%;
}

.abDeve_img {
	width: 50%;
	position: relative;
	overflow: hidden;
	padding-top: 28%;
}

.abDeve_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.abTime {
	width: 100%;
	height: 145px;
	background: #fafafa;
	position: relative;
}

.abTime_box {
	padding: 0 108px;
}

.abTime_time {
	padding: 40px 0;
}

.abTime_time .inner {
	position: relative;
}

.abTime_year {
	cursor: pointer;
	text-align: center;
}

.abTime_year span {
	font-size: 20px;
	letter-spacing: -0.5px;
}

.abTime_year b {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #dddddd;
	margin: 0 auto;
}

.abTime_line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 55.5%;
	background: #ececec;
}

.abTime .prev,
.abTime .next {
	width: 50px;
	height: 50px;
	background-image: url(../icon/icon_yg_left.png);
	background-repeat: no-repeat;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-color: #fafafa;
	position: absolute;
	top: 27%;
	text-align: center;
	z-index: 88;
	outline: none;
}

.abTime .prev {
	left: 24px;
}

.abTime .next {
	background-image: url(../icon/icon_yg_right.png);
	right: 24px;
}


.abTime .swiper-slide-thumb-active span {
	color: #006cbd;
}

.abTime .swiper-slide-thumb-active b {
	border: 3px solid#006cbd;
	background: #fff;
}

/*公司荣誉*/

.gsry_zhengShu .swiper-pagination {
	width: auto;
	position: relative;
	left: 0;
	bottom: 0;
	margin-top: 28px;
}

.gsry_zhengShu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

.gsry_zhengShu .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 25px;
	background: #ccc;
	outline: none;
	opacity: 1;
}

.gsry_zhengShu .my-bullet-active {
	background: #006cbd !important;
}

.gsry_box {
	position: relative;
	width: 100%;
	background: #fff;
	text-align: center;
}

.gsry_box .tit_qywh {
	padding-top: 90px;
}

.gsry_box .tit_qywh h3 {
	text-align: left;
	margin-bottom: 0;
}

.gsry_shuju {
	width: 20%;
	padding-left: 10%;
	text-align: right;

}

.gsry_shuju li {
	list-style: none;
	padding: 40% 0;
}

.gsry_shuju li:last-child {
	padding-top: 0;
}

.gsry_shuju li h4 {
	font-size: 30px;
}

.gsry_shuju li p {
	font-size: 16px;
	padding-bottom: 10px;
}

.click_gsry_shuju h4 {
	color: #006cbd;
}

.click_gsry_shuju p {
	color: #006cbd;
	border-bottom: 3px solid#006cbd;
}

.gsry_zhengShu_xq {

	text-align: center;
}

.gsry_zhengShu_img {
	position: relative;
	padding-top: 70%;
	background: #f8f8f8;
}

.gsry_zhengShu_xq img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 90%;
	object-fit: contain;
}

.gsry_zhengShu_xq p {
	font-size: 16px;
	padding: 20px 0;
}

.gsry_zhengShu {
	width: 100%;
	position: relative;
}

.gsry_zhengShu .next,
.gsry_zhengShu .prev {
	width: 50px;
	height: 50px;

	background-repeat: no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	z-index: 88;
	outline: none;
}

.gsry_zhengShu .prev {
	background-image: url(../icon/icon_yg_left.png);
	left: -50px;
}

.gsry_zhengShu .next {
	background-image: url(../icon/icon_yg_right.png);
	right: -50px;
}

/*视频*/
.shiping_xq{
	cursor: pointer;
}
.shiping_xq .shiping_img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background: radial-gradient(circle, rgba(0, 0, 0, 0.2) , rgba(0, 0, 0, 8) );
	z-index: 2;
}
.shiping_xq img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shiping_xq i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	z-index: 3;
}

.ywbt_prev,
.ywbt_next {
	width: 50px;
	height: 50px;
	-o-background-size: 25% auto;
	background-size: 25% auto;
	background-color: #006cbd;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 9;
	outline: none;
}
.ywbt_prev {
	background-image: url(../icon/arrow-left-light.png);
	left: 0%;
	transform: translateX(-120%);
}
.ywbt_next {
	background-image: url(../icon/arrow-right-light.png);
	right: 0%;
	transform: translateX(120%);
}

/*企业内刊*/

.qynk {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.qynk .yhTit {
	width: 100%;
	color: #fff;
	padding: 50px 0 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.qynk_l {
	width: 30%;
	padding-left: 7%;
	padding-right: 5%;
	background: #006cbd;
}

.qynk_qiShu {
	padding: 0 0 60px;
	margin-bottom: 40px;
	position: relative;
}

.qynk_qiShu .swiper-container {
	width: 100%;
	height: 418px;
}


.qynk_qiShu .prev,
.qynk_qiShu .next {
	width: 30px;
	height: 30px;
	background-position: center;
	position: absolute;
	left: 30px;
	bottom: 5%;
	text-align: center;
	z-index: 88;
	outline: none;
}

.qynk_qiShu .prev {
	background: url(../icon/qiShu_l.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;

}

.qynk_qiShu .next {
	left: 70px;
	background: url(../icon/qiShu_r.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.qynk_qiShu .swiper-slide-thumb-active p {
	color: rgba(255, 255, 255, 1);

}

.qynk_qiShu .swiper-slide-thumb-active span {
	font-size: 20px;
}

.qiShu {
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
	padding-left: 30px;
	position: relative;
}

.qiShu_sx {
	width: 2px;
	height: 100%;
	border-left: 2px dashed rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 7px;
	top: 0;
}

.qiShu::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #006cbd;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 2;
}

.qiShu::after {
	content: "";
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	position: absolute;
	left: 5px;
	top: 34%;
	z-index: 2;
}

.qiShu span {
	font-size: 18px;
	line-height: 24px;
	-webkit-transition: all 0.18s;
	-o-transition: all 0.18s;
	-moz-transition: all 0.18s;
	transition: all 0.18s;
}

.qiShu p {
	color: rgba(255, 255, 255, 0.5);
}

.qynk_r {
	width: 70%;
	padding: 0 12%;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.qynk_r img {
	width: 100%;
}

/*员工风采*/

.ygfc {
	position: relative;
}

.ygfc_img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	padding-top: 64%;
}

.ygfc_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}

.ygfc_div p {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

@media(min-width:1025px) {
	.ygfc_img img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all .48s;
		-o-transition: all .48s;
		-moz-transition: all .48s;
		transition: all .48s;
	}
}


.ygfc {
	text-align: center;
}

.ygfc .prev,
.ygfc .next {
	display: inline-block;
	margin: 48px 10px 0;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 88;
	outline: none;
	background-repeat: no-repeat;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: center;
}

.ygfc .prev {
	background-image: url(../icon/icon_yg_left.png);


}

.ygfc .next {
	background-image: url(../icon/icon_yg_right.png);
}

/*  */
.ygfc_box {
	position: relative;
}

.abFc {
	position: relative;
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
}

.abFc_a {
	float: left;
	display: block;
	width: 31.33%;
	margin: 1%;
}

.abFc_img {
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}

.abFc_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.48s;
}

.abFc_txt {
	margin-top: 10px;
}

.abFc_txt p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media(min-width:1025px) {
	.abFc_a:hover .abFc_img img {
		transform: scale(1.1);
	}
}

/* 员工图集 */
.history-wrap {
	background: #fafafa url(../images/91.png) no-repeat top center;
	background-size: cover;
}

.hisYear {
	display: none;
	position: relative;
	z-index: 1;
}

.hisYear::before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	opacity: .1;
	background-color: #006cbd;
}

.hisYear_box {
	position: relative;
}

.hisYear_arr {
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #006cbd;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	background-image: url(../images/arrow-right-lighth.png);
}

.hisYear_prev {
	left: 0;
	transform: rotate(180deg)
}

.hisYear_next {
	right: 0;
}

.hisYear_l,
.hisYear_r {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 240px;
	height: 90px;
	margin-top: -45px;
	padding: 20px 0;
}

.hisYear_l {
	left: 70px;
}

.hisYear_r {
	right: 70px;
}

.yearDemo {
	font-size: 0;
	position: relative;
	width: 1000px;
	text-align-last: auto;
}

.yearItem {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 50px;
	cursor: pointer;
	vertical-align: top;
}

.hisYear_box,
.yearItem::before {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.yearItem::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	content: '';
	opacity: .4;
	border-radius: 50%;
	background-color: #006cbd;
}

.yearItem span {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: .68;
	color: #999;
}

.hisYear_c .slick-current span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hisYear_c .slick-current i {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hisYear_c {
	margin-right: 324px;
	margin-left: 324px;
}

.hisYear_c.slick-slider .slick-list,
.hisYear_c.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hisYear_c.slick-slider .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hisYear_c.slick-slider .slick-list,
.hisYear_c.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hisYear_c_item {
	text-align: center;
}

.hisYear_c_item span {
	font-size: 120px;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	display: inline-block;
	color: #006cbd;
	-moz-transition: -moz-transform 2s;
	-o-transition: -o-transform 2s;
	-webkit-transition: -webkit-transform 2s;
	transition: transform 2s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.hisYear_c_item span::before {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: '';
	border-radius: 50%;
	background-color: #006cbd;
}

.hisYear_c_item i {
	FONT-WEIGHT: 600;
	font-size: 32px;
	line-height: 1;
	color: #006cbd;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.slick-initialized .slick-slide {
	display: block;
}

.js_hisDemo {
	margin-top: 0 !important;
}

.js_hisDemo .pic,
.js_hisDemo .inner {
	display: inline-block;
	vertical-align: middle;
}

.js_hisDemo .pic {
	width: 48%;
}

.js_hisDemo .pic img {
	width: 100%;
}

.js_hisDemo .pic,
.js_hisDemo .inner {
	display: inline-block;
	vertical-align: middle;
}

.js_hisDemo .inner {
	width: 50%;
	padding: 0 108px 0 180px;
}

.js_hisDemo .hisDemo_tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	color: #202020;
}


.hisDemo_txt {
	position: relative;
}

.hisDemo_txt::before {
	content: "â€œ";
	position: absolute;
	font-weight: 700;
	font-style: italic;
	color: #ff5943;
	border-radius: 50%;
	line-height: .8;
	font-size: 89px;
	left: -68px;
	top: -20px;
	opacity: 0.86;
}

.hisDemo_txt li {
	margin-bottom: 18px;
}

.hisDemo_txt span {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #006cbd;
}

.hisDemo_txt p {
	font-size: 16px;
	line-height: 24px;
	color: #888;
	word-break: break-all;
}

.hisYear_c.slick-slider,
.js_hisDemo.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.hisYear_c .slick-list,
.js_hisDemo .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.hisYear_c .slick-slide,
.js_hisDemo .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	overflow: hidden;
	outline: none;
}

.altBox {
	margin-left: -1%;
	margin-right: -1%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;

}

.altItem {
	cursor: pointer;
	margin: 1%;
	width: 31.33%;
	padding: 20px;
	text-align: center;
	background: #fff;
}

.altImg {
	padding-top: 62%;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}

.altImg img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}

.altItem:hover .altImg img {
	transform: scale(1.1);
}

.lmdy img{
	max-width: 100%;
	height: auto !important;
}

/* ========================================================= about  e */
/*<!--放大->*/
.swiper-big {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -999;
	opacity: 0;
	transition: all 0.68s;
}

.swiper-big.active {
	opacity: 1;
}

.swiper-big-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.89);
}

.swiper-big .close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	line-height: 40px;
	text-align: center;
	background-color: rgba(231, 66, 19, 0.9);
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}

.swiper-big .swiper-button-white {
	width: 7%;
	height: 80%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 68%;
	background-position: center;
	border: none;
	position: absolute;
	top: 10%;
	text-align: center;
	z-index: 88;
	outline: none;
}

.swiper-big .swiper-button-next {
	right: 0;
	background-image: url(../icon/right.png);
}


.swiper-big .swiper-button-prev {
	left: 0;
	background-image: url(../icon/left.png);
}

/*  */

.auto-small {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 80%;
}

.auto-small .bigImg img {
	cursor: pointer;
	height: 108px;
	object-fit: cover;
	transition: all 0.48s;
}

.auto-small .swiper-slide-thumb-active .bigImg img {
	opacity: 1;
}

.auto-size {
	width: 80%;
	max-width: 1280px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 4px 25px 0px rgb(255 255 255 / 10%);
}

.auto-size .bigImg {
	padding-top: 54%;
}

.auto-size .bigImg img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.48s;
}

.auto-size .swiper-button-white {
	width: 7.3%;
	height: 80%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 68%;
	background-position: center;
	border: none;
	position: absolute;
	top: 10%;
	text-align: center;
	z-index: 88;
	outline: none;
}

.auto-size .swiper-button-next {
	right: 0;
	background-image: url(../icon/right.png);
}


.auto-size .swiper-button-prev {
	left: 0;
	background-image: url(../icon/left.png);
}

/*  */
.auto-small {

	width: 65.5%;
	margin: 0 auto;
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid #999;
}

.auto-small .bigImg img {
	opacity: 0.38;
	height: 108px;
	object-fit: cover;
	transition: all 0.48s;
}

.auto-small .swiper-slide-thumb-active .bigImg img {
	opacity: 1;
}

/*news--------------------------------------------------------*/

.qiye_news a {
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid#e5e5e5;
	padding: 3% 0;
	position: relative;
}

.qiye_news li:first-child a {
	padding-top: 0;
}

.qiye_news a::after {
	content: "";
	width: 0%;
	height: 2px;
	background: #006cbd;
	position: absolute;
	left: 0%;
	bottom: 0%;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
	z-index: 3;
}

.qiye_news_text {
	width: 71.5%;
	padding: 2% 0;
	padding-left: 5%;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}

.qiye_news_text span {
	font-size: 18px;
}

.qiye_news_text h4 {
	font-size: 26px;
	margin-bottom: 2%;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.qiye_news_text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 40px;
	color: #555;
}

.qiye_news_img {
	position: relative;
	width: 28.5%;
	overflow: hidden;
	padding-top: 18%;
}

.qiye_news_img img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


@media(min-width:1025px) {
	.qiye_news a:hover::after {
		width: 100%;
	}

	.qiye_news a:hover .qiye_news_img img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.qiye_news a:hover>.qiye_news_text {
		-webkit-transform: translateX(48px);
		-moz-transform: translateX(48px);
		-ms-transform: translateX(48px);
		-o-transform: translateX(48px);
		transform: translateX(48px);
	}

	.qiye_news a:hover h4 {
		color: #006cbd;
	}

}

/*info--------------------------------------------------------*/
.info .flexBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info .info-item {
    display: block;
    padding: 28px 0 28px 28px;
    line-height: 30px;
    transition: all .36s ease;
}

.info .info-item:hover {
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.info .info-item:nth-child(2n-1) {
    background: #f5f5f5;
}

.info .item-mains {
    align-items: stretch;
}

.info .list2-item-left {
    flex: 0 0 calc(100% - 294px);
    width: calc(100% - 294px);
}

.info .list2-item-right {
    flex: 0 0 194px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ababab;
}

.info .right-btn {
    flex: 0 0 114px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #0054a7;
    text-align: center;
}

.info .info-name {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.info .left-request {
    font-size: 14px;
    color: #666;
    justify-content: flex-start;
}

.info .request-item {
    flex: 0 0 auto;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

/*pro--------------------------------------------------------*/
.plist_nav {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(29 56 72 / 10%);
	margin-bottom: 40px;
}

.plist_nav .swiper-container {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.plist_nav .swiper-container .swiper-slide a {
    display: block;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .5s ease;
    color: #7f8c94;
    margin: 15px 12px;
    cursor: pointer;
    overflow: hidden;
}

.plist_nav .swiper-container .swiper-slide a.on,.plist_nav .swiper-container .swiper-slide a:hover {
    background: #006cbd;
    color: #fff;
}

.plist_nav .swiper-container .swiper-slide a.on .icon,.plist_nav .swiper-container .swiper-slide a:hover .icon {
    transform: translateY(-100%);
}

.plist_nav .swiper-container .swiper-slide a .iconfont {
    font-size: 46px;
    display: block;
}

.plist_nav .swiper-container .swiper-slide a .mc_name {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 10px;
}

.plist_nav .swiper-container .swiper-slide .iconbox {
    height: 60px;
    width: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.plist_nav .swiper-container .swiper-slide .icon{
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}
.plist_nav .swiper-container .swiper-slide .icon i{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.plist_nav .swiper-container .swiper-slide .icon i:first-child{
	color: #7f8c94;
}
.plist_nav .swiper-container .swiper-slide .icon i:last-child{
	color: #fff;
}

.plist_nav .plist_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc((100% - 50px) / 2);
    cursor: pointer;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 40px rgb(29 56 75 / 17%);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    bottom: 10px;
    z-index: 1;
    transition: all .5s ease;
    margin-top: 0px;
}

.plist_nav .plist_btn:hover {
    background: linear-gradient(45deg, #00a0e9 0%, #006cbd 100%);
    box-shadow: 0 0 27px rgb(0 104 183 / 27%) !important;
    color: #fff;
}

.plist_nav .swiper-button-prev {
    left: -25px;
}

.plist_nav .swiper-button-next {
    right: -25px;
}

.plist_btn.swiper-button-disabled {
    display: none;
}


.pro .proBox {
    width: 100%;
    height: auto;
}

.pro .proContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pro .proLi {
    position: relative;
    overflow: hidden;
    padding: 10px;
	width: 25%;
	float: left;
}

.pro .porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 70%;
}

.pro .proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}

.pro .porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}

.pro .proTitle {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.pro .proSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}

.pro .lookDetail {
    position: relative;
    display: none;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}

.pro .lookDetail a{
	color: #777;
}

.pro .arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}

.pro .arrowsR img {
    position: absolute;
    transition: all .5s ease;
}

.pro .harr {
    opacity: 0;
}

.pro .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(19, 74, 151, .8);
    transition: all 0.5s ease;
}

.pro .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
}

.pro .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.pro .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.pro .lookDetail:hover .barr {
    opacity: 0;
}

.pro .lookDetail:hover .harr {
    opacity: 1;
}

.pro .proLi:hover .showBox {
    opacity: 1;
}

.pro .proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
}

.pro .proLi:hover .showBoxLink::before {
    width: 16px;
}

.pro .proLi:hover .showBoxLink::after {
    width: 16px;
}

.pro .proLiBox{
	position: relative;
	box-shadow: 0 0 15px rgb(29 56 72 / 10%);
	padding: 5%;
	border-radius: 3%;
}
.pro .proLiBox .porBbox{
	height: auto;
	border: 0;
	padding: 10px 0;
}
.pro .proLiBox .showBox {
	background: linear-gradient(0deg, rgba(0,160,233,.9) 0%, rgba(0,108,189,.9) 100%);
	border-radius: 3%;
}
.pro .proLiBox .showBox a {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 40px 30px;
}
.pro .proLiBox .showBox .pro_top {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    padding-left: 5px;
    margin: 15px 0px;
    font-weight: bold;
}
.pro .proLiBox .showBox .proSum {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.pro .proLiBox .showBox .proSum p {
    padding-bottom: 10px;
}


/*join--------------------------------------------------------*/
.join_box  {
        overflow: hidden;
    }
    .join_box .inner {
        border: 1px solid #d0d0d0;
    }
    .join_box .join_table_head{
        background: #f4f4f4;
        color: #4f4f4f;
        font-size: 16px;
        display: flex;
        padding: 0 20px;
    }
    .join_box .rows {
        color: #0c5fa1;
        font-size: 14px;
        display: flex;
        padding: 0 20px;
        border-bottom: 1px dashed #ccc;
    }
    .join_box .rows:last-child {
        border-bottom: none;
    }
    .join_box .join_table_head .tr {
        
    }
    .join_box .rows .td{
        line-height: 80px;
        text-align: center;
        width: 15%;
        color: #606060;
        font-size: 16px;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
    .join_box .join_table_head .tr.more,
    .join_box .rows .td.more {
        width: 224px;
    }
    .join_box .join_table_head .tr.pname,
    .join_box .rows .td.pname {
        flex: 1;
        text-align: center;
    }
    .join_box .rows .td.name {
        flex: 1;
        text-align: left;
    }
    .join_box .rows:hover .name{
        color: #e31a47;
    }
    .join_box .rows .td.more:hover{
        
        color: #0c5fa1;
    }
    .join_box .rows .td.more{
        cursor: pointer;
    }
    .join_box .join_table_head .tr{
        line-height: 80px;
        text-align: center;
        font-weight: bold;
        width: 15%;
        padding: 0 10px;
    }
    
    .join_box .join_table_head .tr.name {
        text-align: left;
        flex: 1;
        padding: 0 10px;
    }

/*========================================================================	contact	*/
.conAll {
	border-top: 1px dashed #eee;
}

.conAll_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.conAll_item {
	width: 50%;
	padding: 68px 0;
	text-align: center;
}

.conAll_item:last-child {
	border-left: 1px dashed #eee;
}

.conAll_item div {
	display: inline-block;
}

.conAll_item p {
	font-size: 20px;
	margin-bottom: 20px;
}

.conAll_item .conTop_txt span {
	font-weight: bold;
	font-size: 28px;
	margin-left: 10px;
}

.conAll_item .iconfont {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	color: #006cbd;
	font-size: 42px;
	margin-right: 10px;
	line-height: 1;
}

.conAll_item a {
	margin-top: 14px;
	display: block;
	font-family: 'BebasNeue';
	font-size: 34px;
	line-height: 1;
	margin-left: 14px;
	letter-spacing: 1px;
}

/*  */
.conBg {
	border-bottom: 1px solid #eee;

	background-repeat: no-repeat;
	background-position: bottom center;
}

.conTop_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}

.conTop_box a {

	width: 33.33%;
	text-align: center;
	margin: 68px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.conTop_box a>div {
	display: flex;
	align-items: center;
}

.conTop_box span {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2;
}

.conTop_txt {
	text-align: left;
}

.conTop_box i {
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	margin-right: 14px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006cbd;
}

.conTop_box .iconfont {
	display: block;
	width: 58%;
	height: 58%;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.conTop_box p {
	font-family: 'BebasNeue';
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 10px;
}

/*  */
.conTwo_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.conTwo_item {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	border: 1px solid #EBEBEB;
	background: #fdfdfd;
}

.conTwo_ico {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	min-width: 50px;
	transition: all 0.48s;
}

.conTwo_ico .iconfont {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;

}

.conTwo_ico span {
	color: #006cbd;
	text-transform: uppercase;
	font-weight: bold;
}

.conTwo_img {
	position: relative;
	padding-top: 40%;
	overflow: hidden;
}

.mapBox {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.conTwo_txt {
	position: relative;
	padding: 50px 60px;
	min-height: 273px;
}

.conTwo_txt>span {
	color: #006cbd;
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 21px;
}

.conTwo_txt i {
	display: block;
	border-top: 1px dashed #eee;
	padding-top: 24px;
	margin-top: 24px;
	font-style: inherit;
	font-size: 21px;
	margin-bottom: 8px;
}

.conTwo_txt p {
	color: #666;
	font-size: 18px;
	line-height: 1.8;
}

/*========================================================================	inline	*/

.tit_contact {
	position: relative;
}

.tit_contact .yhTit {
	position: relative;
	z-index: 3;
	background: #fff;
	margin-bottom: 0 !important;
	display: inline-block;
	min-width: 21%;
}

.blfy .tit_cx {
	position: absolute;
	top: 39px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
}

.blfy_xq {
	padding-top: 48px;
}

.blfy_xq form {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.ipt_blfy {
	width: 31.33%;
	line-height: 80px;
	background: #f5f5f5;
	color: #666;
	margin-bottom: 1%;
	font-size: 16px;
	padding: 0 28px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

}

.ipt_blfy span {
	width: 72px;
}

.ipt_blfy input,
.ipt_blfy select,
.ipt_blfy textarea {
	-webkit-appearance: none;
	border: none;
	background: #f5f5f5;
	width: -webkit-calc(100% - 72px);
	width: -moz-calc(100% - 72px);
	width: calc(100% - 72px);
	font-size: 16px;
	outline: none;
	color: #666;
}

.ipt_blfy:last-of-type {
	width: 100%;
	padding: 28px;
}

.ipt_blfy:last-of-type span {
	width: 180px;
	line-height: 1.4;
}

.ipt_blfy_div {

	text-align: left;
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: calc(100% - 180px);
	text-align: right;
}

.ipt_blfy textarea {
	width: 100%;
	height: 289px;
}

.fs_blfy {
	display: inline-block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	background: #006cbd;
	text-align: center;
	font-size: 16px;
}

.fs_blfy a {
	color: #fff;
}

/* newsdetail */

 .gszl {
	padding-top: 68px;
}
.gszl_xq {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gszl_l {
	width: -webkit-calc(100% - 514px);
	width: -moz-calc(100% - 514px);
	width: calc(100% - 514px);
	border-right: 1px solid #f3f3f3;
	padding-right: 3%;
}
.gszl_r {
	width: 514px;
	padding: 50px;
}

.newsDet_con {
	overflow: auto;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 10px 28px;
	min-height: 500px;
}

.newsDet_con p {
	font-size: 15px;
	color: #666;
	line-height: 36px;
}

/* .newsDet_con div {
	text-align: center;
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 20px 1%;
}

.newsDet_con div.one {
	width: 100%;
}

.newsDet_con div img {
	max-width: 72%;
	display: inline-block;
}

.newsDet_con div p {
	margin-top: 2%;
	line-height: 23px;
	color: #333;
	letter-spacing: 0.4px;
} */

.cd-target__box span {
	font-size: 20px;
	line-height: 1.4;
	color: #111;
	display: block;
	margin-bottom: 25px;
}

.cd-target__list li {
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
}

.cd-target__list a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	-moz-transition: color .4s;
	transition: color .4s;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.8);
	overflow: hidden;
}

.cd-target__list a span {
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: calc(100% - 160px);
	height: 54px;
	display: block;
	font-size: 15px;
	line-height: 1.8;
	color: rgba(17, 17, 17, 0.8);
	margin-top: 10px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.cd-target__list li .img {
	position: relative;
	width: 140px;
	height: 80px;
	margin-right: 20px;
}

.cd-target__list a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.cd-target__list.nopic li {
	margin-bottom: 16px;
}
.cd-target__list.nopic li + li{
	border-top: 1px dashed #999
}
.cd-target__list.nopic a span{
	width: 100%;
	height: auto;
}

.newsDet_con img {
	max-width: 100% !important;
	height: auto !important;
}

.gszl_r {
	position: absolute;
	right: 0;
	width: 450px;
}

.gszl_r.fixed {
	position: fixed;
	top: 108px;
	right: -webkit-calc((100% - 1512px)/2);
	right: -moz-calc((100% - 1512px)/2);
	right: calc((100% - 1512px)/2);
}

.gszl_r.pos {
	position: absolute;
	bottom: 0;
}

.gszl_l {
	position: relative;
	width: -webkit-calc(100% - 450px);
	width: -moz-calc(100% - 450px);
	width: calc(100% - 450px);
}

.gszl_l .yhTit span {
	color: #333;
	font-weight: 100;
	font-size: 30px;
}

.gszl_l .yhTit span::after {
	content: "";
	width: 0;
	height: 0;
	background: #D55228;
	border-radius: 25px;
	position: absolute;
	left: 0;
	bottom: -2px;
}

/* prodetail */
.detailBox{background-color: #f6f9fb;}
.detailBox .brand_tit {
    font-size: 14px;
    color: #7f8c94;
    line-height: 2;
}

.detailBox .description div {
    font-size: 16px;
    line-height: 1.6;
    color: #7f8c94;
}

.detailBox .description img {
    max-width: 100%;
}

.detailBox .tabContent video {
    max-width: 100%;
}

.detailBox .description p {
    font-size: 16px;
    line-height: 1.6;
    color: #7f8c94;
    padding-bottom: 15px;
}

.detailBox .description table {
    font-size: 15px;
    margin: 15px 0px;
    color: #7f8c94;
}

.detailBox .description table tr:first-child {
    font-weight: bold;
    background: none;
    color: #7f8c94;
    font-size: 16px;
}

.detailBox .description table td {
    border: 1px solid #ddd;
    padding: 12px;
    line-height: 1.8;
}

.detailBox .description h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    color: #222;
    background: #f5f5f5;
    padding: 10px 0px;
    margin: 20px 0px 30px;
}

.detailBox .sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

.detailBox .sp-wrap {
    display: none;
    line-height: 0px;
    font-size: 0px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    margin: 0px;
    overflow: hidden;
    max-width: 800px;
}

.detailBox .sp-thumbs {
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

.detailBox .sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.detailBox .sp-thumbs a:link, .detailBox .sp-thumbs a:visited {
    width: 60px;
    height: 60px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    border: 1px solid #999;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.detailBox .sp-thumbs a:hover {
    opacity: 1;
}

.detailBox .sp-thumbs a:active, .detailBox .sp-current {
    opacity: 1!important;
    position: relative;
}

.detailBox .sp-large {
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.detailBox .sp-large a img {
    max-width: 100%;
    height: auto;
}

.detailBox .sp-large a {
    display: block;
}

.detailBox .sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: zoom-in;
    display: none;
}

.detailBox .detailBox {
    padding: 0px;
}

.detailBox .img {
    width: 100%;
}

.detailBox .li {
    margin-bottom: 10px;
}

.detailBox .tabTitleBox {
    display: flex;
    position: relative;
    padding: 0px 70px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 60px;
    background: #fff;
    /* box-shadow: 0 -30px 30px 0px rgb(29 56 72 / 5%); */
}

.detailBox .tabTitleBox .tab_warp {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.detailBox .tabTitleBox .tab_warp .tab_left {
    width: 50%;
    display: none;
    align-items: center;
}

.detailBox .tabTitleBox .tab_warp .tab_left .title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

.detailBox .tabTitleBox .tab_warp .tab_list {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    display: flex;
}

.detailBox .tabContent {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 100%;
    padding: 40px 70px 60px;
    background: #fff;
    /* box-shadow: 0 23px 90px -5px rgb(29 56 72 / 10%); */
}

.detailBox .tabTitleBox.hover {
    position: fixed;
    top: 0px;
    z-index: 9999;
    padding: 17px 0px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.detailBox .tabTitleBox .tab {
    line-height: 46px;
    padding: 60px 0px 15px;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin-left: 0px;
    font-size: 32px;
    text-align: left;
    position: relative;
    background: none;
    color: #0068b7;
}

.detailBox .tabTitleBox .tab:after {
    position: absolute;
    content: '';
    width: 130px;
    height: 2px;
    background: #0068b7;
    left: 0;
    bottom: -2px;
}

.detailBox .tabTitleBox .tab.active {
    color: #005aad;
    background: #fff;
}

.detailBox .center {
    position: relative;
    box-shadow: 0px 20px 30px 0px rgb(29 56 75 / 10%);
}

.detailBox .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailBox .top {
    display: flex;
    position: relative;
    border-bottom: none;
    border-top: none;
    padding: 60px 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 30px 0px rgb(29 56 75 / 10%);
}

.detailBox .top:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: none;
}

.detailBox .left {
    flex-basis: 50%;
    background: none;
    position: relative;
    z-index: 2;
}

.detailBox .left_con {
    padding: 0%;
    display: flex;
    justify-content: flex-start;
}

.detailBox .right {
    flex-basis: 50%;
    position: relative;
    z-index: 2;
    background: none;
    display: flex;
    align-items: flex-start;
}

.detailBox .right_con {
    width: 100%;
    padding-left: 12%;
}

.detailBox .right_con .title {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 15px;
}

.detailBox .right_con .p_Title01 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #333;
}

.detailBox .right_con .ser_tel {
    color: #333;
    padding: 25px 0px 25px;
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
}

.detailBox .right_con .ser_tel .font {
    font-size: 18px;
    font-weight: normal;
    align-items: center;
    display: flex;
}

.detailBox .right_con .ser_tel .font span {
    font-weight: bold;
}

.detailBox .right_con .ser_tel .font i {
    font-size: 12px;
	line-height: 1;
    color: #fff;
    border-radius: 50%;
    background: #525252;
    margin-right: 5px;
    padding: 3px 3px;
    border: 1px solid #555;
}

.detailBox .right_con .ser_tel .font a {
    color: #0068b7;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
}

.detailBox .btn_con {
    display: flex;
    flex-direction: row;
    padding: 25px 0px;
}

.detailBox .btn_con .pro_btn {
    margin-right: 20px;
}

.detailBox .btn_con .pro_btn a {
    font-size: 16px;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s ease;
}

.detailBox .btn_con .pro_btn a i {
    padding-right: 5px;
}

.detailBox .btn_con .pro_btn a.btn_red {
    background: #7f8c94;
}

.detailBox .btn_con .pro_btn:hover a.btn_red {
    background: linear-gradient(45deg, #00a0e9 0%, #0068b7 80%);
    box-shadow: 0 0 27px rgb(0 104 183 / 27%) !important;
}

.detailBox .btn_con .pro_btn a.btn_black {
    background: #7f8c94;
}

.detailBox .btn_con .pro_btn:hover a.btn_black {
    background: linear-gradient(45deg, #00a0e9 0%, #0068b7 80%);
    box-shadow: 0 0 27px rgb(0 104 183 / 27%) !important;
}

.detailBox .summary {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #7f8c94;
    line-height: 2;
}
.p_nextBox{
	display: none;
}

.main_cont table{
	margin: auto !important;
	width: 100% !important;
}
.main_cont .table{
	overflow-x: auto;
}
.main_cont .table p{
	word-break: break-all;
}