/*PB2345素材网（www.pb2345.com）做最好的PBOOTCMS整站模板下载网站*/
/*页码*/
#yema {
	clear: both;
	text-align: center;
	margin: 30px 0;
}

#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #C6C6C6;
	/* background-color: #c6c6c6; */
	color: #333;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background-color: #0C4DA2;
	display: inline-block;
	font-size: 14px;
}

/*页码*/
/*详情页*/
.about_con p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 16px;
}

.about_name {
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
	color: #333333;
}

.about-con {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #666666;
}

.about_title {
	border-bottom: 1px solid #CCCCCC;
}

.about_con_bottom {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	/* border-top: 1px solid #ccc; */
}

.about_con_fanye {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	float: left;
}

.about_con_fanye a {
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.about_con_fanye a:hover {
	color: #C20D23;
}

.about_fx {
	float: right;
}

/*详情页*/
/*图片效果一*/
.chbimgbox {
	height: 300px;
	width: 300px;
}

.chbimg {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 300px;
}

.chbimg img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.chbimgbg {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	background-color: #ccc;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.chbimgbox:hover .chbimg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.chbimg:hover .chbimgbg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.chbimgtitle {
	position: absolute;
	top: -10%;
	text-align: center;
	left: 0;
	right: 0;
	color: #000000;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.chbimg:hover .chbimgtitle {
	top: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}

.chbimgmore {
	position: absolute;
	bottom: -10%;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.chbimgmore a {
	padding: 2px 6px;
	color: #ff0000;
	font-size: 14px;
	border: 1px solid #ff0000;
}

.chbimg:hover .chbimgmore {
	bottom: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}

/*图片效果一*/
/*图片效果二*/
.case-content {
	overflow: hidden;
	margin: 80px auto 0 auto;
	width: 1200px
}

.case-item {
	float: left;
	margin: 30px 40px;
	margin-bottom: 20px
}

.ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ih-item a {
	color: #333
}

.ih-item a:hover {
	text-decoration: none
}

.ih-item img {
	width: 100%;
	height: 100%
}

.ih-item.circle,
.ih-item.circle .img {
	position: relative;
	width: 210px;
	height: 210px;
	border-radius: 50%
}

.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.ih-item.circle .img img {
	border-radius: 50%
}

.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.ih-item.circle.effect1 .spinner {
	width: 220px;
	height: 220px;
	border: 10px solid #ecab18;
	border-right-color: #1ad280;
	border-bottom-color: #1ad280;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto
}

.ih-item.circle.effect1 .img:before {
	display: none
}

.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 30px;
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ih-item.circle.effect1 a:hover .info {
	opacity: 1
}

/*图片效果二*/
/*图片效果三*/
.da-thumbs {
	list-style: none;
	width: 984px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}

.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75, 75, 75, 0.7);
	width: 100%;
	height: 100%;
}

.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
}

.container {
	width: 100%;
	position: relative;
	/* min-height: 350px; */
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container>header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.container>header>span {
	font-family: 'Alegreya SC', Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #719dab;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.container>header h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #498ea5;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.container>header h1 span {
	font-weight: 700;
}

.container>header h2 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #6190ca;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.container>header p {
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

/*图片效果三*/
/*图片效果4*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: "Before";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;

	*zoom: 1;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse .column,
.row.collapse .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column,
.columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}

@media only screen {

	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}

	.small-1 {
		position: relative;
		width: 8.33333%;
	}

	.small-2 {
		position: relative;
		width: 16.66667%;
	}

	.small-3 {
		position: relative;
		width: 25%;
	}

	.small-4 {
		position: relative;
		width: 33.33333%;
	}

	.small-5 {
		position: relative;
		width: 41.66667%;
	}

	.small-6 {
		position: relative;
		width: 50%;
	}

	.small-7 {
		position: relative;
		width: 58.33333%;
	}

	.small-8 {
		position: relative;
		width: 66.66667%;
	}

	.small-9 {
		position: relative;
		width: 75%;
	}

	.small-10 {
		position: relative;
		width: 83.33333%;
	}

	.small-11 {
		position: relative;
		width: 91.66667%;
	}

	.small-12 {
		position: relative;
		width: 100%;
	}

	.small-offset-0 {
		position: relative;
		margin-left: 0%;
	}

	.small-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}

	.small-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}

	.small-offset-3 {
		position: relative;
		margin-left: 25%;
	}

	.small-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}

	.small-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}

	.small-offset-6 {
		position: relative;
		margin-left: 50%;
	}

	.small-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}

	.small-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}

	.small-offset-9 {
		position: relative;
		margin-left: 75%;
	}

	.small-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}

	[class*="column"]+[class*="column"]:last-child {
		float: right;
	}

	[class*="column"]+[class*="column"].end {
		float: left;
	}

	.column.small-centered,
	.columns.small-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
	.large-1 {
		position: relative;
		width: 8.33333%;
	}

	.large-2 {
		position: relative;
		width: 16.66667%;
	}

	.large-3 {
		position: relative;
		width: 25%;
	}

	.large-4 {
		position: relative;
		width: 33.33333%;
	}

	.large-5 {
		position: relative;
		width: 41.66667%;
	}

	.large-6 {
		position: relative;
		width: 50%;
	}

	.large-7 {
		position: relative;
		width: 58.33333%;
	}

	.large-8 {
		position: relative;
		width: 66.66667%;
	}

	.large-9 {
		position: relative;
		width: 75%;
	}

	.large-10 {
		position: relative;
		width: 83.33333%;
	}

	.large-11 {
		position: relative;
		width: 91.66667%;
	}

	.large-12 {
		position: relative;
		width: 100%;
	}

	.row .large-offset-0 {
		position: relative;
		margin-left: 0%;
	}

	.row .large-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}

	.row .large-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}

	.row .large-offset-3 {
		position: relative;
		margin-left: 25%;
	}

	.row .large-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}

	.row .large-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}

	.row .large-offset-6 {
		position: relative;
		margin-left: 50%;
	}

	.row .large-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}

	.row .large-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}

	.row .large-offset-9 {
		position: relative;
		margin-left: 75%;
	}

	.row .large-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}

	.row .large-offset-11 {
		position: relative;
		margin-left: 91.66667%;
	}

	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}

	.column.large-centered,
	.columns.large-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left !important;
	}

	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right !important;
	}
}

/*图片效果4*/
/*图片效果5*/
.view {
	width: 300px;
	height: 200px;
	margin: 10px;
	border: 5px solid rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px rgb(170, 170, 170);
	cursor: default;
}

.view .mask,
.view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.view img {
	display: block;
	position: relative;
}

.effect img {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.effect .mask {
	opacity: 0;
	overflow: visible;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	border-style: solid;
	border-width: 150px;
	width: 0;
	height: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}

.effect a.info {
	opacity: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}

.effect:hover img {
	opacity: 0.7;
	-moz-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2);
}

.effect:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.effect:hover a.info {
	opacity: 1;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.second-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 0px solid rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.second-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.second-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}

.second-effect:hover a.info {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.view a.info {
	background: url('../images/link.png') no-repeat scroll center center transparent;
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.third-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 100px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	transition: all 0.4s ease-in-out 0s;
}

.third-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
}

.third-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}

.third-effect:hover a.info {
	opacity: 1;
	transition-delay: 0.3s;
}

.fourth-effect .mask {
	position: absolute;
	top: 50px;
	left: 100px;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	height: 100px;
	width: 100px;
	border: 50px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	transform: scale(4);
	transition: all 0.3s ease-in-out 0s;
}

.fourth-effect:hover .mask {
	opacity: 0;
	border: 0px solid rgba(0, 0, 0, 0.7);
	visibility: hidden;
}

/* FIFTH EFFECTS */
.fifth-effect img {
	opacity: 0.2;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.fifth-effect .mask {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	border: 100px solid rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.fifth-effect:hover .mask {
	border: 0px double rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}

.fifth-effect:hover img {
	opacity: 1;
}

/*图片效果5*/
/*图片效果6*/
div.flip-3d {
	perspective: 1200px;
	width: 30%;
	float: left;
}

div.flip-3d .figure {
	position: relative;
	transform-style: preserve-3d;
	transition: 1s transform;
	font-size: 1.6rem;
}

div.flip-3d .figure img {
	width: 100%;
	height: auto;
}

div.flip-3d .figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: rotateY(.5turn) translateZ(1px);
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding-top: 45%;
	opacity: 0.6;
	transition: 1s .5s opacity;
}

div.flip-3d:hover .figure {
	transform: rotateY(.5turn);
}

div.flip-3d:hover .figure figcaption {
	opacity: 1;
}

div.flip-3d .figure:after {
	content: " ";
	display: block;
	height: 8vw;
	width: 100%;
	transform: rotateX(90deg);
	background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

/*图片效果6*/


/*加入我们*/
#join .join-box {
	margin-top: 50px;
	margin-bottom: 60px;
	background-color: #fff;
	padding-top: 50px;
	box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
}

#join .join-box .join-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

#join .join-box .join-nav .item {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	border: 1px solid #eee;
	text-align: center;
	display: block;
	margin-right: 20px;
}

#join .join-box .join-nav .item.active,
#join .join-box .join-nav .item:hover {
	background-color: #0952ca;
	border: 1px solid #0952ca;
	color: #fff;
}

#join .join-box .text {
	font-size: 16px;
	color: #888;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}

#join .join-box .join-select {
	padding: 0 40px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
	border-bottom: 1px solid #eee;
}

#join .join-box .join-select input {
	width: 28%;
	height: 50px;
	border: 1px solid #eee;
	caret-color: #0952ca;
	padding-left: 30px;
}

#join .join-box .join-select input:focus {
	border: 1px solid #0952ca;
	box-shadow: 0px 0px 10px 0px rgba(0, 66, 120, 0.2);
}

#join .join-box .join-select .select {
	width: 28%;
	height: 50px;
	border: 1px solid #eee;
	background-image: url("../images/munder.png");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 13px 8px;
}

#join .join-box .join-select .select select {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 0;
	padding-left: 30px;
}

#join .join-box .join-select .select select option {
	border: 1px solid #eee;
}

#join .join-box .join-select .btn {
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border: 0;
	background-color: #0952ca;
}

#join .join-box .join-list {
	width: 100%;
	padding: 40px 40px;
}

#join .join-box .join-list li {
	margin-bottom: 10px;
}

#join .join-box .join-list li .recruit-top {
	width: 100%;
	height: 70px;
	padding: 0px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f7f7f7;
	cursor: pointer;
	font-size: 14px;
	box-sizing: border-box;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
}

#join .join-box .join-list li .recruit-top>div {
	color: #666666;
	width: 25%;
}

#join .join-box .join-list li .recruit-top>div span {
	color: #333;
}

#join .join-box .join-list li .recruit-top>div:nth-of-type(2) {
	text-align: center;
}

#join .join-box .join-list li .recruit-top>div:nth-of-type(3) {
	text-align: center;
}

#join .join-box .join-list li .recruit-top>div:nth-of-type(4) {
	text-align: center;
}

#join .join-box .join-list li .recruit-top>div:nth-of-type(5) {
	text-align: right;
}

#join .join-box .join-list li .recruit-top:hover {
	background: #0952ca;
}

#join .join-box .join-list li .recruit-top:hover>div {
	color: #fff;
}

#join .join-box .join-list li .recruit-top:hover>div span {
	color: #fff;
}

#join .join-box .join-list li .active {
	background: #0952ca;
}

#join .join-box .join-list li .active>div {
	color: #fff;
}

#join .join-box .join-list li .active>div span {
	color: #fff;
}

#join .join-box .join-list li .recruit-content {
	width: 100%;
	padding: 0px 30px 50px;
	box-sizing: border-box;
	display: none;
	line-height: 30px;
	font-size: 14px;
}

#join .join-box .join-list li .recruit-content .t1 {
	color: #333;
	font-size: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
}

#join .join-box .join-list li .recruit-content .content p {
	line-height: 2em;
	color: #666;
	font-size: 14px;
}

#join .join-box .join-list li .recruit-content .zhaopin-box {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #eee;
}

#join .join-box .join-list li .recruit-content .zhaopin-box .tt {
	color: #666;
	font-size: 14px;
	line-height: 2em;
}

#join .join-box .join-list li .recruit-content .join-in {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	background: #0952ca;
	margin-top: 35px;
}



/*四大优势*/
.w1200 {
	width: 1400px;
	margin: 0 auto;
}

.youshi {
	padding: 30px 0;
}

.youshi .title {
	text-align: center;
	padding-bottom: 20px;
}

.youshi .title h3 {
	color: #333;
	font-size: 38px;
	font-weight: bold;
	line-height: 60px;
}

.youshi .title p {
	color: #666;
	font-size: 16px;
}

.youshi ul {
	padding: 20px 0px 5px;
	display: flex;
	justify-content: space-between;
}

.youshi ul li {
	width: 23%;
	float: left;
	text-align: center;
	padding: 20px;
	background: #0C4DA2;
	cursor: pointer;
	overflow: hidden;
}

.youshi ul li:last-child {
	margin-right: 0;
}

.youshi ul li img {
	width: 224px;
	height: 224px;
	transition: all .5s;
}

.youshi ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
}

.youshi ul li p {
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	height: 140px;
}

.youshi ul li:hover img {
	transform: rotate(360deg);
}



.video_ico {
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 图片拉伸以填充整个容器 */
	z-index: 1;
}

.video_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* 使用transform属性进行垂直居中 */
	z-index: 2;
}

.five {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.five {
	font-size: 24px;
}

.five li {
	width: 32%;
	margin-bottom: 20px;
	position: relative;
}
.five li .bfan{position: absolute;
    top: 100px;
    left: 170px;
    z-index: 1;}
.five li img {
	width: 100%;
}

.five h3 {
	font-size: 36px;
	color: #ff0000;
	font-weight: 400;
}

.five span {
	color: #666;
	font-size: 16px;
	font-family: 'AkzidenzGroteskRegular';
}

.five a {
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 36px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9998;
}

.overlay.active {
	display: flex;
}

.video-container {
	position: relative;
	width: 70%;
	border: 3px solid #666;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	/* 添加这行代码 */
	align-items: center;
	/* 添加这行代码 */
	justify-content: center;
	/* 添加这行代码 */
}

.video-container iframe {
	max-width: 100%;
	max-height: 100%;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 36px;
	color: #ff0000;
	cursor: pointer;
	z-index: 9999;
}


li {
	cursor: pointer;
}




.page-section {
	padding: 80px 0;
}

.page-tit {
	text-align: center;
	margin-bottom: 50px;
}

.page-tit h3 {
	font-size: 30px;
	padding-bottom: 20px;
	width: 400px;
	margin: 0 auto 20px;
	position: relative;
}

.page-tit h3:after {
	content: "";
	left: 42%;
	bottom: 0px;
	width: 55px;
	height: 3px;
	background-color: #0f75c8;
	position: absolute;
}

.page-tit p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin: 0 auto;
}

@media (max-width:1366px) {
	.page-section {
		padding: 60px 0;
	}

	.page-tit h3 {
		font-size: 26px;
	}

	.page-tit p {
		font-size: 15px;
	}
}

@media (max-width:1024px) {
	.page-section {
		padding: 40px 0;
	}

	.page-tit {
		margin-bottom: 30px;
	}

	.page-tit h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
}

@media (max-width:768px) {
	.page-tit h3 {
		font-size: 22px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.page-tit h3:after {
		width: 38px;
		left: 45%;
	}
}

@media (max-width:668px) {
	.page-tit h3 {
		width: 100%;
	}

	.page_title h3 {
		font-size: 18px;
	}

	.page-tit h3:after {
		width: 35px;
		height: 2px;
	}
}

.about-page1 .page-tit {
	text-align: left;
}

.about-page1 .page-tit h3 {
	margin-left: 0px;
}

.about-page1 .page-tit h3:after {
	left: 0px;
}

.about-page1 .page-tit p {
	margin-left: 0px;
}

.about-page1 .desc {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.about-page1 .aboutrightimg {
	width: 96%;
	float: right;
}

.about-page1 .about-page-ul {
	padding: 1px 10px;
	text-align: center;
}

.about-page1 .about-page-ul li {
	position: relative;
	border-top: 1px solid #ccc;
	padding: 28px 0;
}

.about-page1 .about-page-ul li .shu-div1 {
	line-height: 1.5;
}

.about-page1 .about-page-ul li .shu-div2 {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

.about-page1 .about-page-ul li:last-child {
	border-bottom: 1px solid #ccc;
}

@media (max-width:1600px) {
	.about-page1 .about-page-ul {
		padding: 20px 50px;
	}

	.about-page1 .about-page-ul li {
		padding: 22px 0;
	}
}

@media (max-width:1480px) {
	.about-page1 .page-tit h3 {
		font-size: 26px;
	}

	.about-page1 .about-page-ul {
		padding: 17px 50px;
	}

	.about-page1 .about-page-ul li {
		padding: 22px 0;
	}
}

@media(max-width:1366px) {
	.about-page1 .desc {
		line-height: 30px;
	}

	.about-page1 .about-page-ul {
		padding: 17px 20px;
	}

	.about-page1 .list_box ul li {
		padding: 16px 20px;
	}
}

@media(max-width:1280px) {
	.about-page1 .about-page-ul {
		padding: 10px 20px;
	}

	.about-page1 .list_box ul li {
		padding: 18px 0px;
	}

	.about-page1 .aboutrightimg {
		width: 100%;
		float: right;
	}
}

@media (max-width: 1200px) {
	.about-page1 .page-tit h3 {
		font-size: 22px;
	}

	.about-page1 .desc {
		width: 90%;
	}

	.about-page1 .aboutrightimg {
		width: 110%;
	}

	.about-page1 .about-page-ul li {
		width: 33.33333337%;
		float: left;
		border-top: 0px;
		border-right: 1px solid #ccc;
	}

	.about-page1 .list_box {
		width: 100%;
		height: 100%;
	}

	.about-page1 .about-page-ul li:last-child {
		border-bottom: 0px;
	}
}

@media(max-width:1124px) {
	.about-page1 .aboutrightimg {
		width: 123%;
	}
}

@media(max-width:992px) {
	.about-page1 .list_box .list_box {
		width: 35%;
	}

	.about-page1 .desc {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.about-page1 .about-page-ul {
		padding: 20px 5px;
	}

	.about-page1 .about-page-ul li .shu-div2 {
		font-size: 16px;
		line-height: 25px;
	}
}

@media(max-width:768px) {
	.about-page1 .list_box ul li {
		padding: 20px 10px 0;
	}
}

@media(max-width:600px) {
	.about-page1 .list_box .list_box {
		width: 50%;
	}

	.about-page1 .list_box ul li {
		padding: 20px 5px;
	}

	.about-page1 .list_box p {
		font-size: 14px;
	}
}

@media(max-width:400px) {
	.about-page1 .list_box p {
		height: 60px;
	}
}

.about-page2 {
	width: 100%;
	padding-bottom: 120px;
	background: url(../images/about_bg2.jpg) no-repeat repeat center;
	z-index: 1;
}

.about-page2 .page-tit h3 {
	color: #fff;
}

.about-page2 .page-tit h3:after {
	color: #fff;
}

.about-page2 .brand_lsit .box {
	width: 16.666667%;
	float: left;
	height: 320px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}

.about-page2 .brand_lsit .box .con {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 85%;
	font-size: 16px;
	line-height: 32px;
	transform: translate(-50%, -50%);
}

.about-page2 .brand_lsit h3 {
	font-size: 24px;
	margin: 20px 0;
}

.about-page2 .brand_lsit .img {
	display: block;
}

.about-page2 .brand_lsit .img1 {
	display: none;
}

.about-page2 .brand_lsit .box:hover .img {
	display: none;
}

.about-page2 .brand_lsit .box:hover .img1 {
	display: block;
}

@media screen and (max-width:1366px) {
	.about-page2 .brand_lsit h3 {
		font-size: 22px;
	}

	.about-page2 .brand_lsit .box .con {
		width: 90%;
		font-size: 15px;
	}
}

@media screen and (max-width:1280px) {
	.about-page2 .brand_lsit h3 {
		font-size: 20px;
	}
}

@media screen and (max-width:1200px) {
	.about-page2 .brand_lsit h3 {
		font-size: 18px;
	}

	.about-page2 .brand_lsit .box .con {
		width: 100%;
		font-size: 14px;
		line-height: 28px;
	}
}

@media screen and (max-width:1024px) {
	.about-page2 .top_text {
		padding: 30px 0;
		color: #fff;
		z-index: 9;
		width: 50%;
		margin: 0 auto;
	}

	.about-page2 .top_text h3 {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}

	.about-page2 .top_text p {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.about-page2 .brand_lsit .box {
		width: 33.3333337%;
		height: 240px;
	}

	.about-page2 .brand_lsit .box .con {
		width: 93%;
	}
}

@media screen and (max-width:590px) {
	.about-page2 {
		padding-bottom: 60px;
	}

	.about-page2 .brand_lsit .box {
		width: 50%;
		height: 180px;
	}

	.about-page2 .brand_lsit .box .con {
		width: 98%;
	}

	.about-page2 .brand_lsit h3 {
		font-size: 16px;
		margin: 10px 0;
	}

	.about-page2 .brand_lsit .img img {
		width: 30%;
		margin: 0 auto;
	}
}

.about-page3 .about-page3-top {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.about-page3 h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.about-page3 .desc {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.about-page3 .about-page3-mid .con {
	border: 4px solid #e5e5e5;
	padding: 40px 20px;
	margin-bottom: 30px;
}

.about-page3 .about-page3-mid .con h2 {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
}

.about-page3 .about-page3-mid .con p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}

@media (max-width:1280px) {
	.about-page3 .about-page3-top {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.about-page3 h2 {
		font-size: 22px;
	}

	.about-page3 .about-page3-mid .con {
		padding: 30px 15px;
	}

	.about-page3 .about-page3-mid .con h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width:1024px) {
	.about-page3 .about-page3-mid .con h2 {
		font-size: 18px;
	}

	.about-page3 h2 {
		font-size: 20px;
	}

	.about-page3 .desc {
		line-height: 28px;
	}
}

@media (max-width:992px) {
	.about-page3 .about-page3-mid .con {
		padding: 20px 15px;
	}

}

@media (max-width:425px) {
	.about-page3 .about-page3-mid .con {
		padding: 20px 1% 20px 1%;
		margin-bottom: 20px;
		height: inherit;
	}

	.about-page3 .about-page3-mid .con h2 {
		font-size: 18px;
	}
}

.imgZoom img,
.imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}



/*二维码弹窗*/
.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}

.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;
	transition: all ease 300ms;
}

.ewmbox .close:hover {
	transform: rotate(180deg);
}

.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}

.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}

.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #0699e7;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}

.toolbar dd:first-child {
	margin-top: 0;
}

.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
	background-position-y: 0;
}

.toolbar dd.tel i {
	background-position-y: -30px;
}

.toolbar dd.code i {
	background-position-y: -60px;
}

.toolbar dd.top i {
	background-position-y: -90px;
}

.toolbar dd span {
	display: block;
	color: #fff;
}

.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #0699e7;
	opacity: 0;
	transition: all .5s;
}

.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}

.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0699e7;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}

.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #0699e7;
	opacity: 0;
	transition: all .5s;
}

.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}

.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0699e7;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}

.toolbar dd:hover {
	background: #333;
}

.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}

.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}


.tel-btn {
	width: 100%;

	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.tel .icon {
	background-image: url("/skin/images/icon_blue.png");
	display: inline-block;
	vertical-align: middle;
}

.tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #0c4da2;
}

.tel-btn .btn:hover {
	background: #333;
}

.tel-btn .tel {
	width: 280px;
	float: left;
}

.tel-btn .tel span,
.tel-btn .tel strong {
	display: block;
	color: #666;
}

.tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}

.tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}

.tel-btn .tel strong {
	color: var(--colour1);
	font-size: 28px;
	line-height: 28px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px 100px;
}

.popup h2 {
	text-align: center;
	font-size: 24px;
	padding-bottom: 30px;
}

.popup p {
	margin: 10px 0;
}

.popup input,
textarea {
	font-size: 14px;
	width: 350px;
	height: 38px;
	margin-top: 4px;
	border: 1px solid #ddd;
	padding-left: 3px;
}

.popup input:focus {

	outline: none;
	/* 去除默认的聚焦边框 */
}

.popup button {
	width: 140px;
	height: 45px;
	color: #fff;
	background: #0699e7;
	line-height: 45px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.message-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.message-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 20px;
}



/* 优势 */
/*选择我们*/
/*实力*/
.wp {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.g-tit01 {
	text-align: center;
}

.g-tit01 .tit {
	font-size: 36px;
	margin-bottom: 5px;
	color: #ff7f27;
	font-weight: 600;
}

.g-tit01 .tit span {
	color: #333;
}

.g-tit01 p {
	font-size: 20px;
	color: #666;
}

.row-a3 {
	overflow: hidden;
}

.row-a3 .g-tit01 {
	padding: 60px 0 40px;
}

.m-list01 {
	overflow: hidden;
	padding: 122px 0 60px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.ul-imgtxt02 {
	float: right;
	width: 56%;
}

.ul-imgtxt02 li {
	overflow: hidden;
	margin-bottom: 62px;
}

.ul-imgtxt02 li .pic {
	float: left;
	width: 67px;
	height: 67px;
	border-radius: 50%;
}

.ul-imgtxt02 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxt02 li .txt {
	overflow: hidden;
	padding-left: 40px;
	color: #fff;
}

.ul-imgtxt02 li .txt .tit {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}

.ul-imgtxt02 li .txt p {
	font-size: 14px;
	color: #d4e6ff;
	line-height: 1.6;
}

/*优势*/
.m-list02 {
	padding: 60px 0 40px;
	overflow: hidden;
}

.m-list02 .g-tit01 {
	padding: 23px 0;
	text-align: center;
}

.m-list02 .g-tit01 span {
	font-weight: 400;
}

.m-list02 .btn {
	float: right;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background-color: #ff7f27;
	font-size: 14px;
	color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.m-list02 .btn:hover {
	background-color: #e87426;
	margin-top: 0;
}

.ul-imgtxt03 {
	overflow: hidden;
	margin: 0 -15px;
	padding-bottom: 50px;
}

.ul-imgtxt03 li {
	float: left;
	width: 25%;
	padding-bottom: 30px;
}

.ul-imgtxt03 li:hover {
	background: url(../images/icon18.png) 50% 100% no-repeat;
}

.ul-imgtxt03 li .con {
	background-color: #005ad2;
	border-radius: 10px;
	padding: 30px 0;
	margin: 0 15px;
}

.ul-imgtxt03 li:hover .con {
	background-color: #ff7f27;
}

.ul-imgtxt03 li .pic {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.ul-imgtxt03 li .pic img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.ul-imgtxt03 li .txt {
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
}

.ul-imgtxt03 li .txt .tit {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
}

.ul-imgtxt03 li .txt span {
	display: block;
}

.ul-imgtxt03 li .txt em {
	width: 1px;
	height: 25px;
	display: block;
	margin: 10px auto 15px;
	background-color: #fff;
}

.ul-imgtxt03 li .txt p {
	margin-bottom: 15px;
}

.m-tit01 {
	padding: 12px 0;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.ul-imgtxt04 {
	overflow: hidden;
	padding: 50px 0;
}

.ul-imgtxt04 li {
	float: left;
	width: 25%;
}

.ul-imgtxt04 li .pic {
	float: left;
	width: 75px;
	height: 75px;
}

.ul-imgtxt04 li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.ul-imgtxt04 li .tit {
	overflow: hidden;
	padding-left: 28px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 75px;
	line-height: 75px;
}

/*品牌*/
.g-tit02 {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0 10px 14px;
	background-image: url(../images/icon17.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.g-txt01 {
	padding: 0 50px;
}

.g-txt01 .con {
	padding: 28px 0 56px;
}

.g-txt01 .tit {
	padding: 36px 0;
	color: #333;
}

.g-txt01 .tit .hd {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}

.g-txt01 .tit span {
	display: block;
	font-size: 18px;
}

.g-txt01 p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.l,
.col-l,
.col_l,
.col-c,
.col_c {
	float: left;
}

.r,
.col-r,
.col_r,
dt span,
.ul-txt li span,
.ul_txt li span {
	float: right;
}

.row-a4 {
	overflow: hidden;
	background-color: #f8f8f8;
}

.row-a5 {
	overflow: hidden;
	padding-bottom: 80px;
	background-color: #f8f8f8;
}

.row-a5 .col-l {
	width: 58%;
	height: 685px;
	background-color: #fff;
}

.row-a5 .col-r {
	width: 39%;
	height: 685px;
	background-color: #fff;
}

.m-imgtxt01 {
	background-color: #fff;
}

.m-imgtxt01 .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 51%;
}

.m-imgtxt01 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.m-list03 {
	background-color: #fff;
	border-top: 8px solid #005ad2;
}

.m-list03 .first-txt .con {
	border-bottom: 1px solid #e3e3e3;
}

/*资讯热线:*/
.tage {
	width: 100%;
	height: 250px;
	background: url(../images/tageck.jpg) no-repeat center center;
}

.tage_box {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}

.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 51px;
	float: left;
}

.tage_box p {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.tage_box span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.tage_box div {
	padding-left: 515px;
	margin-top: 22px;
}

.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}

.tage_box div a:hover {
	text-decoration: underline;
}


/* 新闻 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.tit-index {
	font-size: 18px;
	color: #333;
}

.tit-index b {
	font-size: 36px;
}


.index5 {
	background: #edf0f4;
	padding: 90px 0 100px;
}

.index5 .box {
	margin-bottom: 40px;
	display: flow-root;
}

.index5 .box .more {
	display: block;
	width: 100px;
	height: 36px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #999;
	border-radius: 500px;
}

.index5 .box .more:hover {
	border: 1px solid #005bad;
	background: #005bad;
	color: #fff;
	transition: all .3s;
}

.index5 .box-h {
	width: 34%;
}

.index5 .box-c {
	width: 64.6%;
}

.index5 .box-h .imgfd {
	max-height: 258px;
	overflow: hidden;
}

.index5 .box-h .txt {
	background: #fff;
	padding: 30px;
}

.index5 .box-h .txt .date {
	color: #f09800;
	font-size: 14px;
	font-family: 'Lato';
	margin-bottom: 15px;
}

.index5 .box-h .txt .date b {
	font-size: 28px;
	padding-right: 5px;
}

.index5 .box-h .txt h3 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.index5 .box-h .txt .des {
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	margin: 15px 0 30px;
	color: #666;
	font-size: 14px;
}

.index5 .box-h .txt:hover h3 {
	color: #005bad;
	transition: all .3s;
}

.index5 .tab {
	background: #fff;
	padding: 30px;
}

.index5 .box-c .tab-hd {
	width: 20%;
	border-right: 2px solid #ddd;
	box-sizing: border-box;
	height: 495px;
}

.index5 .box-c .tab-hd li {
	cursor: pointer;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	max-width: 84%;
}

.index5 .box-c .tab-hd li span {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 20px 0 14px;
}

.index5 .box-c .tab-hd li span i {
	display: none;
}

.index5 .box-c .tab-hd li.active span {
	color: #f09800;
}

.index5 .box-c .tab-hd li.active span i {
	display: block;
}

.index5 .box-c .tab-hd img {
	margin-top: 35px;
	max-width: 84%;
}

.index5 .box-c .tab-bd {
	width: 100%;
}

.index5 .box-c .tab-bd li {
	display: none;
	width: 100%;
}

.index5 .box-c .tab-bd li.thisclass {
	display: list-item;
}

.index5 .box-c .tab-bd li dl {
	padding: 0 38px;
}

.index5 .box-c .tab-bd li dt {
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-weight: 500;
}

.index5 .box-c .tab-bd li dt p {
	display: block;
	background: url(../images/index5-ic.png) no-repeat left;
	font-size: 16px;
	color: #333;
	height: 54px;
}

.index5 .box-c .tab-bd li dt span {
	font-size: 14px;
	color: #666;
}

.index5 .box-c .tab-bd li dt:hover p {
	color: #005bad;
	transition: all .3s;
	background: url(../images/index5-ic2.png) no-repeat left;
}


/* 搜索 */
#searchContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	visibility: hidden;
}

#searchBox {
	width: 680px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
}

.closeButton {
	position: relative;
	top: -10px;
	float: right;

	cursor: pointer;
	font-size: 24px;

	width: 30px;
	height: 30px;
	line-height: 24px;
	background: #0e90d2;
	color: #fff;
	border-radius: 50px;
}

.closeButton:hover {
	background: #ff0000;
}

#searchBox input {
	width: 300px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	padding-left: 10px;
}

#searchBox button {
	height: 45px;
	width: 68px;
	border: #0e90d2;
	background: #0e90d2;
	color: #fff;
	font-size: 14px;
}

input:focus {
	outline: none;
}

@media screen and (max-width: 768px){
	.toolbar{display: none;}
	.m-list02 .g-tit01{padding: 0px;}
	.g-tit01 .tit{font-size: 20px;}
	.row-a5 .col-l{width: 95%;
    margin: 0 auto;height: inherit;
    float: inherit;}
	.row-a5 .col-r{width: 95%;height: inherit;
    margin: 0 auto;
    float: inherit;}
	.row-a5{padding-bottom: 20px;}
	.row-a3 .g-tit01{padding: 20px 0 30px 0;}
	.g-tit01 p{font-size: 16px;}
	.g-txt01 .con{padding: 28px 0 36px;}
	.g-txt01 .tit{padding: 10px 0;}
	.ul-imgtxt02{float: inherit;
    width: 95%;
    margin: 0 auto;}
	.m-list01{background-position: center right;padding: 20px 0 20px 0;}
	.five{flex-direction: column;}
	.five li{width: 100%;}
	.section-title strong{font-size: 24px;}
	.section{padding: 30px 0;}
	.five li .bfan{top: 80px;
    left: 140px;}
	.tage_box{width: 100%;padding: 0 10px;}
	.tage_box>span{width: 100%;}
	.tage_box span{font-size: 24px;}
	.tage_box p{font-size: 16px;}
	.tage_box div{padding-left: 0;
    width: 100%;
    text-align: center;}
	.tage_box div a{display: inline-block;}
	.index5{padding: 30px 0;}
	.tit-index b{font-size: 24px;}
	.index5 .box-h{width: 95%;
    margin: 0 auto;
    float: inherit !important;}
	.index5 .box-c{width: 95%;
    margin: 0 auto;
    float: inherit !important;margin-top: 20px;}
	.index5 .box-c .tab-bd li dl{padding: 0;}
	#join .join-box .join-list{padding: 20px 5px;}
}