@font-face {
	font-family:"ArialBlackItalic";src:url('fonts/ArialBlackItalic/ArialBlackItalic-1549959262.eot');src:url('fonts/ArialBlackItalic/ArialBlackItalic-&1549959262.eot#iefix') format('embedded-opentype'),url('fonts/ArialBlackItalic/ArialBlackItalic-1549959266.woff2') format('woff2'),url('fonts/ArialBlackItalic/ArialBlackItalic-1549959262.woff') format('woff'),url('fonts/ArialBlackItalic/ArialBlackItalic-1549953987.ttf') format('truetype');font-weight:400;font-style:formal
}

@font-face {
	font-family:"ArialBlackbold";src:url('fonts/ArialBlackbold/ArialBlackbold-1549959334.eot');src:url('fonts/ArialBlackbold/ArialBlackbold-&1549959334.eot#iefix') format('embedded-opentype'),url('fonts/ArialBlackbold/ArialBlackbold-1549959334.woff2') format('woff2'),url('fonts/ArialBlackbold/ArialBlackbold-1549959334.woff') format('woff'),url('fonts/ArialBlackbold/ArialBlackbold-1549953987.ttf') format('truetype')
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

body {
	line-height: 1;
	text-size-adjust: none
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote::after,blockquote::before,q::after,q::before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,select,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	outline: 0;
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none
}

body,input,textarea {
	font-family: PingFang SC, Tahoma, Helvetica,"Microsoft YaHei","STSong","SimSun",Arial,sans-serif
}

input[type='text']:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset
}[class*=' icon-'],[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}

input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
	display: none
}

.wow {
	visibility: hidden
}

.no-cssanimations .wow {
	visibility: visible
}

.mt-10 {
	margin-top: 10px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-80 {
	margin-top: 80px
}

.mt-90 {
	margin-top: 90px
}

.mt-100 {
	margin-top: 100px
}

.mt-110 {
	margin-top: 110px
}

.mt-120 {
	margin-top: 120px
}

.mt-140 {
	margin-top: 140px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 180px
}

.mt-200 {
	margin-top: 200px
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.d-inline-block {
	display: inline-block
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.contact-map .BMapLabel {
	border: 0
}

.contact-map .anchorBL {
	display: none
}

.list {
	position: relative;
	font-size: 0
}

.list>li {
	display: inline-block;
	vertical-align: top
}

.list-1>li {
	width: 100%
}

.list-2>li {
	width: 50%
}

.list-3>li {
	width: 33.3333%
}

.list-4>li {
	width: 25%
}

.list-5>li {
	width: 20%
}

.img-box {
	position: relative
}

.img-box::before {
	content: "";
	display: block
}

.img-box img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3%, 0);
		transform: translate3d(0, 3%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3%, 0);
		transform: translate3d(0, 3%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.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
}

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

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.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)
}

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

.slick-track::after,.slick-track::before {
	display: table;
	content: ""
}

.slick-track::after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: 0
}

.slick-slide a {
	outline: 0
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

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

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}
.slogan {
	padding:14em 0 20em 3em;
}
.maintitle {
	font-size:50px;
	color:#ffffff;
}
.sectitle {
	font-size:24px;
}
.banner-dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	font-size: 0;
	text-align: center
}

.banner-dots li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: top
}

.banner-dots li button {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0;
	font-size: 0;
	background-color: transparent;
	outline: 0;
	cursor: pointer
}

.banner-dots li button::before {
	-moz-transition: border .3s ease-out;
	-o-transition: border .3s ease-out;
	-webkit-transition: border .3s ease-out;
	transition: border .3s ease-out;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #bababa
}

.banner-dots li.slick-active button::before {
	background-color: #0075c2
}

.header {
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 600;
	background-color: #fff
}

.header-main {
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity: 1;
	padding: 40px 0;
	font-size: 0
}

.logo {
	width: 225px
}

.logo img {
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	width: 225px;
	height: 40px
}

.logo,.navigation {
	display: inline-block;
	vertical-align: bottom
}

.navigation {
	width: calc(100% - 150px);
	text-align: right
}

.subMenu {
	font-size: 0
}

.subMenu dd {
	margin-bottom: 26px
}

.subMenu dd.on a {
	color: #000
}

.subMenu dd.on i {
	opacity: 1;
	visibility: visible
}

.subMenu i {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 12px;
	opacity: 0;
	visibility: hidden
}

.subMenu a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 14px;
	color: #000;
	position: relative;
	display: inline-block;
}

.subMenu a i {
	position: absolute;
	left: 0;
	top: 50%;
	color: #000;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-overlay {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 300;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden
}

.header-overlay.show {
	opacity: .8;
	visibility: visible
}

.m-menu {
	display: none
}

@media (min-width: 1025px) {
	.subNav {
		display: inline-block;
		vertical-align: top;
		margin-left: 44px;
		position: relative
	}

	.subNav>a {
		display: block
	}

	.subNav>a span {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 18px
	}

	.subNav>a .ct {
		color: #000
	}

	.subNav.active>a .et {
		opacity: 0;
		visibility: hidden
	}

	.subNav.active>a .ct {
		opacity: 1;
		visibility: visible
	}

	.subNav.active .subMenu {
		opacity: 1;
		visibility: visible
	}

	.subMenu {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		position: absolute;
		left: 0;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		padding-top: 30px;
		width: 120px;
		text-align: left;
		z-index: 400
	}

	.subMenu a:hover {
		color: #000
	}

	.subMenu a:hover i {
		opacity: 1;
		visibility: visible
	}
    .langMenu {
		padding-bottom:5px;
		border-bottom:2px solid #149373;
	}
	.logo,.navigation {
		position: relative;
		z-index: 400
	}

	.scroll .header {
		background-color: transparent
	}

	.scroll .header-main {
		padding: 20px 0;
		opacity: .3
	}
}

@media (max-width: 1600px) {
	.logo {
		width: 225px
	}

	.logo img {
		width: 225px;
		height: 40px
	}

	.navigation {
		width: calc(100% - 220px)
	}

	.header-main {
		padding: 54px 0
	}
}

@media (max-width: 1440px) {
	.logo {
		width: 225px
	}

	.logo img {
		width: 225px;
		height: 40px
	}
}

@media (max-width: 1200px) {
	.navigation {
		width: calc(100% - 190px)
	}
}

@media (max-width: 1024px) {
	.open .m-menu i:nth-of-type(1) {
		height: 24px;
		-moz-transform: translateX(3px) rotate(-46deg);
		-ms-transform: translateX(3px) rotate(-46deg);
		-webkit-transform: translateX(3px) rotate(-46deg);
		transform: translateX(3px) rotate(-46deg)
	}

	.open .m-menu i:nth-of-type(2) {
		-moz-transform: translateX(-6px) rotate(46deg);
		-ms-transform: translateX(-6px) rotate(46deg);
		-webkit-transform: translateX(-6px) rotate(46deg);
		transform: translateX(-6px) rotate(46deg)
	}

	.m-menu {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1000
	}

	.m-menu i {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		display: inline-block;
		vertical-align: top;
		width: 4px;
		background-color: #000;
		margin-left: 5px
	}

	.m-menu i:nth-of-type(1) {
		height: 16px
	}

	.m-menu i:nth-of-type(2) {
		height: 24px
	}

	.logo img {
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.header-main {
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: relative;
		padding: 52px 0
	}

	.scroll .header-main {
		padding: 28px 0
	}

	.scroll .logo img {
		width: 225px;
		height: 40px
	}

	.header-overlay {
		display: none
	}

	.navigation {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 620;
		text-align: center;
		overflow-y: scroll;
		padding-top: 180px;
		padding-bottom: 40px;
		display: none
	}

	.subNav {
		margin: 0 20px;
		position: relative
	}

	.subNav>a {
		display: inline-block;
		position: relative;
		padding: 20px 0;
	}

	.langMenu>a {
		margin-bottom:5px;
		border-bottom:2px solid #149373;
	}
	
	.subNav>a span {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		font-size: 32px
	}

	.subNav .et {
		font-family: "ArialBlackItalic"
		visibility: hidden;
	}

	.subNav .ct {
		left: 0;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		pointer-events: none;
	}

	.subMenu {
		padding-top: 10px;
		width: 100%;
		text-align: center;
		opacity: 1;
		visibility: visible;
		display: none
	}

	.subMenu a {
		font-size: 24px
	}

	.subMenu dd {
		margin-bottom: 30px
	}

	.maintitle{
		font-size:40px;
	}

}

@media (max-width: 750px) {
	.navigation {
		padding-top: 60px
	}

	.subNav {
		margin-bottom: 20px
	}

	.subNav>a {
		padding: 15px 0
	}

	.langMenu>a {
		margin-bottom:5px;
		border-bottom:2px solid #149373;
	}

	.subMenu dd {
		padding-right: 40px
	}

	.subMenu a {
		font-size: 22px;
		padding-left: 40px
	}

	.subMenu i {
		font-size: 20px
	}
	
}

.index-project__photo {
	display: none
}

.index-project__intro {
	margin-bottom: 30px
}

.index-project__intro h3 {
	font-size: 30px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 6px
}

.index-project__intro p {
	font-size: 15px;
	color: #000;
	line-height: 1.5
}

.index-project__wrap ul {
	font-size: 0
}

.index-project__wrap li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	padding-right: 30px;
	margin-bottom: 20px
}

.index-project__title {
	position: relative
}

.index-project__title span {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 16px;
	line-height: 22px
}

.index-project__title .et {
	font-family: "ArialBlackItalic";
	color: #ccc
}

.index-project__title .ct {
	position: relative;
	font-style: italic;
	color: #000;
	padding-right: 30px;
	margin-right: 8px
}

.index-project__title .ct .icon-ziyuan {
	font-size: 12px;
	color: #000;
	position: absolute;
	right: 0;
	top: 6px
}

.index-project__title .ct,.index-project__title .index-project__tag {
	display: inline-block;
	vertical-align: middle
}

.index-project__title .index-project__tag {
	font-size: 13px;
	color: #000
}

.show-project__photo {
	margin-top: 10px
}

.show-project__photo img {
	width: 100%
}

.show-project__photo a {
	position: relative;
	display: block;
	overflow: hidden
}

.show-project__photo a:after {
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0
}

.index-serve__wrap .filter-item {
	width: 16.6%;
	padding-right: 40px
}

.index-more__btn {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font: 20px "ArialBlackItalic";
	color: #ccc;
	line-height: 1.3
}

.index-more__btn:hover {
	color: #000
}

@media (min-width: 1025px) {
	.index-project__title .ct-box {
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		position: absolute;
		display: inline-block;
		left: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}

	.index-project__wrap li.active .index-project__title .ct-box {
		opacity: 1;
		visibility: visible
	}

	.index-project__wrap li.active .index-project__title .et {
		opacity: 0;
		visibility: hidden
	}

	.show-project__photo a:hover:after {
		opacity: .6
	}

	.index-serve__wrap .filter-item a:hover .default-pic,.index-serve__wrap .filter-item a:hover .et {
		opacity: 0;
		visibility: hidden
	}

	.index-serve__wrap .filter-item a:hover .hover-pic,.index-serve__wrap .filter-item a:hover .icon-arr,.index-serve__wrap .filter-item a:hover .ct {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 1440px) {
	.index-project__intro h3 {
		font-size: 24px
	}

	.index-project__intro p {
		font-size: 14px
	}
}

@media (max-width: 1300px) {
	.index-project__wrap li {
		width: 50%
	}
}

@media (max-width: 1024px) {
	.index-project__wrap li {
		width: 50%;
		margin-bottom: 80px
	}

	.index-project__wrap li:last-child {
		margin-bottom: 0
	}

	.index-news__wrap .news-item {
		margin-bottom: 26px
	}

	.index-project__intro h3 {
		font-size: 22px
	}

	.index-project__intro p {
		font-size: 13px
	}

	.index-project__photo {
		display: block
	}

	.index-project__photo img {
		width: 100%
	}

	.index-project__tag {
		display: none
	}

	.index-project__title {
		margin-bottom: 20px
	}

	.index-project__title .ct {
		padding-right: 0;
		font-style: normal
	}

	.index-project__title .ct .icon-ziyuan {
		display: none
	}

	.index-project__title .ct-box {
		margin-bottom: 5px
	}

	.index-project__title .index-project__tag {
		display: none
	}

	.index-page .news-pic {
		display: none
	}

	.index-news__wrap.mt-180 {
		margin-top: 110px
	}

	.index-serve__wrap .filter-item {
		width: 33%;
		padding-right: 20px;
		padding-left: 20px
	}

	.index-serve__wrap .filter-txt .ct {
		position: relative;
		top: inherit;
		left: inherit;
		opacity: 1;
		visibility: visible
	}

	.index-serve__wrap .filter-pic .hover-pic {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 800px) {
	.index-serve__wrap .filter-item {
		width: 50%
	}
}

@media (max-width: 640px) {
	.index-project__wrap li {
		width: 100%;
		padding-right: 0
	}

	.index-serve__wrap .mt-60 {
		margin-top: 50px
	}
}

@media (max-width: 500px) {
	.index-project__title {
		max-width: 275px;
		margin-left: auto;
		margin-right: auto
	}

	.show-project__photo a {
		height: 210px
	}
}

body {
	background-color: #fff
}

body .bdshare-button-style0-16 a,body .bdshare-button-style0-16 .bds_more {
	float: none;
	padding-left: 0;
	background-image: inherit;
	margin: 0
}

.bd_weixin_popup {
	height: 300px !important;
	width: 250px !important
}

.error-404 {
	text-align: center;
	margin-left: 20px;
	margin-right: 20px
}

.error-404 h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 12px
}

.error-404 p {
	font-size: 18px;
	color: #333;
	line-height: 1.5
}

body .swal-button,body .swal-button:active,body .swal-icon--info:after,body .swal-icon--info:before,body .swal-icon--info:after,body .swal-icon--info:before,body .swal-icon--success__line,body .swal-icon--error__line,body .swal-icon--warning__body,body .swal-icon--warning__dot {
	background-color: #000
}

body .swal-icon--success__ring {
	border: 4px solid #000
}

body .swal-button--cancel:active {
	background-color: #eee
}

body .swal-button {
	border-radius: 0;
	padding: 13px 24px
}

body .swal-icon--info,body .swal-icon--error,body .swal-icon--warning {
	border-color: #000
}

body .swal-button:focus {
	box-shadow: none
}

body .swal-button--cancel {
	color: #333;
	background-color: #eee
}

body .swal-footer {
	text-align: center
}

body .swal-overlay--show-modal .swal-modal {
	border-radius: 0
}

input {
	outline: none
}

.w1600 {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}

.lazy {
	background: url("../imgs/loading.gif") no-repeat center center;
	background-size: 24px
}

.lazy.insert {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	z-index: -1
}

.fl {
	float: left
}

.fr {
	float: right
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.wrap {
	padding-top: 145px
}

.filter-toolbar__full {
	font-size: 0
}

.filter-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 70px;
	position: relative
}

.filter-item:last-child .filter-pic {
	top: -7px
}

.filter-item.active .filter-content .icon-arr {
	opacity: 1;
	visibility: visible
}

.filter-item.active .filter-pic .default-pic {
	opacity: 0;
	visibility: hidden
}

.filter-item.active .filter-pic .hover-pic {
	opacity: 1;
	visibility: visible
}

.filter-item.active .filter-txt .et {
	opacity: 0;
	visibility: hidden
}

.filter-item.active .filter-txt .ct {
	opacity: 1;
	visibility: visible
}

.filter-item.active .filter-options {
	opacity: 1;
	visibility: visible
}

.filter-content {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px
}

.filter-content .icon-arr {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.filter-pic {
	position: relative
}

.filter-pic img {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	max-width: 100%
}

.filter-pic .hover-pic {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.filter-txt {
	position: relative;
	padding-right: 14px
}

.filter-txt span {
	display: block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.filter-txt .et {
	font: 20px "ArialBlackItalic";
	color: #ccc;
	line-height: 1.3
}

.filter-txt .ct {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-style: italic;
	line-height: 1.5
}

.filter-options {
	display: none
}

.filter-options li {
	margin-bottom: 16px
}

.filter-options li.on .et {
	opacity: 0;
	visibility: hidden
}

.filter-options li.on .ct {
	opacity: 1;
	visibility: visible
}

.filter-options span {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.filter-options a {
	display: block;
	position: relative
}

.filter-options a:hover .et {
	opacity: 0;
	visibility: hidden
}

.filter-options a:hover .ct {
	opacity: 1;
	visibility: visible
}

.filter-options .et {
	font: 16px "ArialBlackItalic";
	color: #ccc
}

.filter-options .ct {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-style: italic;
	opacity: 0;
	visibility: hidden
}

.loading-full {
	text-align: center;
	height: 24px
}

.loading-full i {
	display: inline-block;
	vertical-align: top;
	width: 4px;
	height: 16px;
	position: relative;
	top: 0;
	background-color: #000;
	margin: 0 7px;
	opacity: 0;
	visibility: hidden;
	-moz-animation: loading 3s ease infinite;
	-webkit-animation: loading 3s ease infinite;
	animation: loading 3s ease infinite
}

.loading-full i:nth-of-type(1) {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.loading-full i:nth-of-type(2) {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.loading-full i:nth-of-type(3) {
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	height: 24px
}

.loading-full i:nth-of-type(4) {
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.loading-full i:nth-of-type(5) {
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

@keyframes loading {
	50% {
		opacity: 1;
		visibility: visible
	}
}

@-webkit-keyframes loading {
	50% {
		opacity: 1;
		visibility: visible
	}
}

.list-data__func .data-icon {
	display: block;
	margin-bottom: 35px
}

.list-data__func .data-icon:hover i {
	color: #ccc
}

.list-data__func .data-icon:hover label {
	opacity: 1;
	visibility: visible;
	color: #ccc
}

.list-data__func .data-share {
	margin-bottom: 0;
	cursor: pointer
}

.list-data__func i {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 18px;
	color: #000
}

.list-data__func label,.list-data__func i {
	display: inline-block;
	vertical-align: middle
}

.list-data__func label {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	color: #000;
	margin-right: 5px
}

body .ds-box a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	display: block;
	font-size: 26px;
	color: #000;
	margin-bottom: 12px
}

body .ds-box a:hover {
	color: #ccc
}

body .ds-box.opa {
	opacity: 1;
	visibility: visible
}

.paragraph h3 {
	font-size: 18px;
	line-height: 34px
}

.paragraph p {
	font-size: 14px;
	line-height: 28px;
	color: #000
}

.paragraph h6 {
	margin-bottom: 10px
}

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

.page-caption {
	font: 52px "ArialBlackbold";
	color: #000;
	text-transform: uppercase
}

.list-func__fix {
	width: 1280px
}

@media (min-width: 1025px) {
	.list-func__fix {
		position: fixed;
		top: 0;
		text-align: right;
		z-index: 100
	}

	.list-func__fix .data-icon {
		display: inline-block
	}

	body .ds-box {
		padding-top: 16px;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		position: absolute;
		right: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 10
	}
}

@media (max-width: 1600px) {
	.wrap {
		padding-top: 152px
	}

	.mt-200 {
		margin-top: 140px
	}

	.mt-160 {
		margin-top: 120px
	}

	.mt-180 {
		margin-top: 140px
	}

	.page-caption {
		font-size: 46px
	}
}

@media (max-width: 1440px) {
	.wrap {
		padding-top: 148px
	}

	.mt-200 {
		margin-top: 120px
	}

	.mt-160 {
		margin-top: 100px
	}

	.mt-180 {
		margin-top: 120px
	}

	.mt-30 {
		margin-top: 20px
	}

	.mt-40 {
		margin-top: 30px
	}

	.mt-50 {
		margin-top: 40px
	}

	.mt-60 {
		margin-top: 50px
	}

	.mt-100 {
		margin-top: 80px
	}

	.mt-120 {
		margin-top: 100px
	}

	.filter-pic {
		margin-bottom: 5px
	}

	.list-data__func .data-icon {
		margin-bottom: 28px
	}

	.list-data__func i {
		font-size: 16px
	}

	.filter-item {
		padding-right: 45px
	}
}

@media (max-width: 1366px) {
	.mt-200 {
		margin-top: 100px
	}

	.mt-160 {
		margin-top: 80px
	}

	.mt-180 {
		margin-top: 90px
	}

	.mt-50 {
		margin-top: 30px
	}

	.mt-60 {
		margin-top: 40px
	}

	.mt-100 {
		margin-top: 70px
	}

	.mt-120 {
		margin-top: 90px
	}

	.filter-content {
		padding-bottom: 14px
	}

	.filter-options li {
		margin-bottom: 14px
	}

	.filter-options .et,.filter-options .ct {
		font-size: 14px
	}

	.filter-txt .et {
		font-size: 18px
	}

	.filter-txt .ct {
		font-size: 16px
	}

	.filter-pic img {
		width: 70px
	}

	.filter-item {
		padding-right: 20px
	}

	.page-caption {
		font-size: 38px
	}
}

@media (max-width: 1300px) {
	.w1600,.list-func__fix {
		width: 92%
	}
}

@media (max-width: 1200px) {
	.mt-160 {
		margin-top: 60px
	}

	.mt-180 {
		margin-top: 80px
	}

	.filter-txt .et,.filter-txt .ct {
		font-size: 15px
	}
}

@media (max-width: 1024px) {
	.wrap {
		padding-top: 144px
	}
	.slogan {
		padding: 9em 0 12em 1em;
	}
	.filter-item {
		width: 50%;
		margin-bottom: 40px;
		padding-right: 16px
	}

	.mt-200 {
		margin-top: 100px
	}
    
	.mt-180 {
		margin-top: 90px
	}

	.mt-160,.mt-100,.mt-120 {
		margin-top: 50px
	}

	.filter-content {
		padding-bottom: 0
	}

	.filter-content .icon-arr {
		font-size: 12px
	}

	.loading-full i {
		width: 3px;
		height: 12px;
		margin: 0 4px
	}

	.loading-full i:nth-of-type(3) {
		height: 18px
	}

	.paragraph p {
		line-height: 28px
	}

	.list-photo__full {
		display: none
	}

	.page-caption {
		font-size: 28px;
		letter-spacing: -1px
	}

	.list-data__func {
		margin-top: 30px
	}

	.list-data__func .data-icon {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		margin-right: 14px
	}

	.list-data__func i {
		font-size: 14px
	}

	.list-data__func label {
		display: none
	}

	.list-data__func .icon-Share {
		display: none
	}

	.list-data__func.list-func__fix>div {
		display: inline-block;
		vertical-align: top;
		margin-right: 14px
	}

	.list-data__func.list-func__fix .data-icon {
		margin-right: 0
	}

	body .ds-box {
		display: inline-block;
		vertical-align: top
	}

	body .ds-box a {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		margin-right: 0
	}

	.filter-txt .ct {
		margin-bottom: 8px
	}
}

@media (max-width: 750px) {
	.mt-60 {
		margin-top: 30px
	}

	.w1600 {
		width: auto;
		margin-left: 45px;
		margin-right: 45px
	}

	.list-func__fix {
		width: auto
	}

	.paragraph h3 {
		font-size: 16px;
		line-height: 30px
	}
}

@media (max-width: 500px) {
	.w1600 {
		margin-left: 20px;
		margin-right: 20px
	}
	.slogan {
		padding: 2.5em 0 4em 1em;
	}
	.maintitle{
		font-size:22px;
	}
	.sectitle{
		font-size:16px;
	}
}

.footer-main {
	position: relative;
	padding-bottom: 56px
}

.foot-message {
	font-size: 0
}

.foot-message .rows,.foot-message span,.foot-message i {
	display: inline-block;
	vertical-align: middle
}

.foot-message .rows {
	margin-right: 30px
}

.foot-message .row-01,.foot-message .row-02 {
	font-family: "ArialBlackbold"
}

.foot-message .row-03 {
	cursor: pointer
}

.foot-message .row-03 .box {
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	pointer-events: none;
	opacity: 0;
	max-width: 100px;
	position: absolute;
	top: 0;
	transform: translateY(-101px);
	z-index: 20
}

.foot-message .row-03 .box img {
	width: 100%
}

.foot-message .row-03:hover .box {
	opacity: 1
}

.foot-message span,.foot-message a {
	font-size: 12px
}

.foot-message i {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-right: 10px
}

.copyright {
	margin-top: 20px
}

.copyright,.copyright a {
	font: 12px "ArialBlackItalic"
}

.back-top {
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	position: fixed;
	bottom: 50px;
	width: 1280px;
	text-align: right;
	opacity: 0;
	z-index: 80;
	pointer-events: none
}

.back-top.show {
	opacity: 1
}

.back-top a {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #fff;
	pointer-events: auto
}

.back-top a:hover i {
	color: #ccc
}

.back-top i {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 14px;
	color: #000;
	position: absolute;
	left: 12px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 1300px) {
	.back-top {
		width: 92%
	}
}

@media (max-width: 750px) {
	.foot-message i {
		font-size: 14px;
		margin-right: 8px
	}
}

@media (max-width: 640px) {
	.back-top {
		display: none
	}

	.foot-message .rows {
		margin-right: 14px
	}
}

@media (max-width: 500px) {
	.foot-message .rows {
		margin-bottom: 12px
	}

	.foot-message .row-03 .box {
		transform: translateY(-76px)
	}

	.copyright {
		margin-top: 8px
	}
}

.case .filter-toolbar__full {
	margin-left: -9px;
	margin-right: -9px
}

.case .filter-content {
	margin-left: 9px;
	margin-right: 9px
}

.case-list__wrap {
	font-size: 0
}

.case-list__wrap ul {
	margin: 0 -10px
}

.case-list__wrap li {
	margin-bottom: 70px;
	display: inline-block;
	vertical-align: top;
	width: 25%
}

.case-list__wrap a {
	margin: 0 10px;
	display: block
}

.case-list__wrap img {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	width: 100%
}

.case-list__wrap figure {
	position: relative;
	margin-bottom: 30px
}

.case-list__wrap figure:after {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0
}

.case-list__wrap article {
	position: relative;
	padding-right: 15px
}

.case-list__wrap span {
	display: block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 16px;
	line-height: 24px
}

.case-list__wrap .et {
	font-family: "ArialBlackItalic";
	color: #ccc
}

.case-list__wrap .ct {
	color: #000
}

.case-list__wrap .icon-arr {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 14px;
	color: #000;
	position: absolute;
	right: 0;
	top: 4px;
	opacity: 0;
	visibility: hidden
}

.case-data__pic img {
	width: 100%
}

.case-data__title h1 {
	font: 40px "ArialBlackItalic";
	line-height: 1.35
}

.case-data__title span {
	font-size: 20px;
	line-height: 1.65
}

.case-data__inner {
	max-width: 745px
}

.case-top__content {
	position: relative;
	padding-right: 60px
}

.block-photo__wrap {
	font-size: 0;
	margin-bottom: -60px
}

.block-photo__wrap ul {
	margin: 0 -20px
}

.block-photo__wrap li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 60px
}

.block-photo__wrap li.w50 {
	width: 50%
}

.block-photo__wrap .box {
	margin: 0 20px
}

.block-photo__wrap img {
	width: 100%
}

.case .filter-item.on .filter-content .default-pic,.case .filter-item.on .filter-content .et {
	opacity: 0;
	visibility: hidden
}

.case .filter-item.on .filter-content .hover-pic,.case .filter-item.on .filter-content .ct,.case .filter-item.on .filter-content .icon-arr {
	opacity: 1;
	visibility: visible
}

@media (min-width: 1025px) {
	.case-detail .list-data__abs {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100
	}

	.case-detail .list-func__fix {
		transform: translateY(230px)
	}

	.case-list__wrap .ct {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		font-style: italic;
		opacity: 0;
		visibility: hidden
	}

	.case-list__wrap a:hover .icon-arr,.case-list__wrap a:hover .ct {
		opacity: 1;
		visibility: visible
	}

	.case-list__wrap a:hover .et {
		opacity: 0;
		visibility: hidden
	}

	.case-list__wrap a:hover figure:after {
		opacity: .6
	}

	.case .filter-content:hover .default-pic,.case .filter-content:hover .et {
		opacity: 0;
		visibility: hidden
	}

	.case .filter-content:hover .hover-pic,.case .filter-content:hover .ct,.case .filter-content:hover .icon-arr {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 1440px) {
	.case-list__wrap figure {
		margin-bottom: 24px
	}

	.case-list__wrap li {
		margin-bottom: 55px
	}

	.case-data__title h1 {
		font-size: 34px
	}

	.case-data__title span {
		font-size: 18px
	}
}

@media (max-width: 1366px) {
	.case-data__title h1 {
		font-size: 32px
	}

	.case-data__title span {
		font-size: 16px
	}
}

@media (max-width: 1200px) {
	.case-list__wrap li {
		width: 33.333333%
	}
}

@media (max-width: 1024px) {
	.case-list__wrap article {
		margin-top: 20px
	}

	.case-list__wrap figure {
		margin-bottom: 12px
	}

	.case-list__wrap li {
		margin-bottom: 60px;
		width: 50%
	}

	.case-list__wrap .ct {
		margin-bottom: 6px
	}

	.case-list__wrap .icon-arr {
		font-size: 12px
	}

	.block-photo__wrap {
		margin-bottom: -30px
	}

	.block-photo__wrap li {
		margin-bottom: 30px
	}

	.case-top__content {
		padding-right: 0
	}

	.case-detail .list-data__func>div {
		display: inline-block;
		vertical-align: top
	}
}

@media (max-width: 750px) {
	.case-data__title h1 {
		font-size: 28px
	}

	.block-photo__wrap ul {
		margin: 0 -10px
	}

	.block-photo__wrap .box {
		margin: 0 10px
	}
}

@media (max-width: 640px) {
	.case-top__content {
		padding-right: 0;
		margin-top: 12px
	}

	.case-data__title h1 {
		font-size: 20px;
		margin-bottom: 5px
	}

	.case-data__text {
		margin-top: 30px
	}
}

@media (max-width: 500px) {
	.case-list__wrap li {
		width: 100%
	}

	.case-list__wrap figure {
		position: relative;
		overflow: hidden;
		margin-bottom: 0
	}
}

.news-pic {
	display: none
}

.news-pic img {
	max-width: 100%
}

.list-photo__full {
	-moz-transition: opacity .4s,visibility .4s;
	-o-transition: opacity .4s,visibility .4s;
	-webkit-transition: opacity .4s,visibility .4s;
	transition: opacity .4s,visibility .4s;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding-right: 70px;
	opacity: 0;
	visibility: hidden;
	width: 1280px
}

.list-photo__full img {
	max-width: 490px;
	width: 100%
}

.news-list__wrap {
	position: relative
}

.news-list__wrap li {
	position: relative;
	padding-left: 110px;
	margin-bottom: 110px
}

.news-month {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font: 64px "ArialBlackItalic";
	position: absolute;
	left: 0;
	top: -10px;
	color: #000
}

.news-item {
	padding-right: 30px;
	position: relative;
	margin-bottom: 10px;
	font-size: 0
}

.news-item a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 16px;
	line-height: 21px;
	color: #333
}

.news-item a span {
	display: inline-block;
	margin-right: 12px;
	font: 18px "ArialBlackbold"
}

.news-item i.icon {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 18px;
	color: #000
}

.news-item .icon-jianhaocu {
	opacity: 0;
	visibility: hidden
}

.news-data__title time {
	display: block;
	font: 28px "ArialBlackbold";
	color: #000;
	margin-bottom: 10px
}

.news-data__title h1 {
	font-size: 20px;
	line-height: 1.6;
	color: #000
}

.news-data__inner {
	max-width: 650px;
	text-align: justify
}

.nd-item {
	margin-bottom: 50px
}

.nd-item .pic {
	margin-bottom: 10px
}

@media (min-width: 1025px) {
	.news-list__wrap li.forbid-active .news-item a {
		color: #ccc
	}

	.news-list__wrap li.forbid-active .news-item.on a,.news-list__wrap li.forbid-active .news-item.on a span {
		color: #000
	}

	.news-list__wrap li.forbid-active .news-item.on .icon-jianhaocu {
		opacity: 1;
		visibility: visible
	}

	.news-list__wrap li.forbid-active .news-item.on .icon-plus {
		opacity: 0;
		visibility: hidden
	}

	.news-list__wrap li.forbid-active .news-month {
		color: #ccc
	}

	.news-list__wrap li.forbid-active .news-month.on {
		color: #000
	}

	.list-photo__full.fix {
		top: 140px;
		right: initial;
		position: fixed
	}

	.list-photo__full.show {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 1640px) {
	.list-photo__full {
		width: 92%
	}
}

@media (max-width: 1600px) {
	.news-list__wrap li {
		padding-left: 120px
	}

	.news-data__title time {
		font-size: 26px
	}

	.news-data__title h1 {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.news-item a {
		font-size: 16px
	}

	.news-item i.icon {
		font-size: 16px
	}

	.news-list__wrap li {
		margin-bottom: 75px
	}

	.news-data__title time {
		font-size: 24px
	}

	.news-data__title h1 {
		font-size: 16px
	}
}

@media (max-width: 1366px) {
	.news-list__wrap li {
		padding-left: 100px
	}

	.list-photo__full {
		padding-right: 50px
	}

	.list-photo__full img {
		width: 400px
	}
}

@media (max-width: 1100px) {
	.list-photo__full img {
		width: 350px
	}
}

@media (max-width: 1024px) {
	.news-pic {
		display: block;
		margin-top: 15px
	}

	.news-item {
		margin-bottom: 60px;
		padding-right: 0
	}

	.news-item a {
		display: inline-block;
		line-height: 28px
	}

	.news-item a span {
		display: block;
		font-size: 18px;
		margin-right: 6px
	}

	.news-item i.icon {
		top: 30px
	}

	.news-month {
		font-size: 38px;
		top: inherit;
		position: relative;
		margin-bottom: 20px
	}

	.news-list__wrap li {
		padding-left: 0;
		margin-bottom: 48px
	}

	.news-data__inner {
		max-width: 100%
	}

	.news-data__title time {
		font-size: 22px;
		margin-bottom: 2px
	}

	.news-data__title h1 {
		font-size: 15px
	}

	.news-item__header {
		position: relative;
		padding-right: 30px
	}
}

@media (max-width: 750px) {
	.news-data__title time {
		font-size: 20px
	}

	.news-data__inner {
		margin-top: 40px
	}
}

@media (min-width: 501px) {
	.nd-item .pic img {
		max-width: 100%;
		width: auto !important;
		height: auto !important
	}
}

.contact-map {
	height: 650px;
	margin-top: 30px
}

.contact-top__message {
	margin-top: 26px
}

.contact-top__message p,.contact-top__message p a,.contact-top__message p span {
	font-size: 14px;
	line-height: 22px;
	color: #000
}

.contact-top__message p {
	margin-bottom: 14px
}

.contact-share {
	font-size: 0
}

.contact-share span,.contact-share a {
	display: inline-block;
	vertical-align: middle
}

.contact-share span {
	font: 20px "ArialBlackItalic";
	color: #000
}

.contact-share a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 32px;
	color: #000;
	margin-right: 12px
}

.contact-share a:hover {
	color: #ccc
}

.contact-form__wrap {
	font-size: 0
}

.contact-form__wrap h3 {
	font: 26px "ArialBlackItalic";
	color: #000;
	margin-bottom: 40px
}

.form-group {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	padding-right: 52px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.form-group label.error {
	font-size: 13px;
	color: #ccc;
	position: absolute;
	left: 0;
	bottom: 0
}

.form-group input::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #000
}

.form-group input,.form-group textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #000;
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
	color: #000
}

.form-group input:focus::-webkit-input-placeholder,.form-group input:focus::-webkit-input-placeholder,.form-group textarea:focus::-webkit-input-placeholder,.form-group textarea:focus::-webkit-input-placeholder {
	color: #ccc
}

.form-group input {
	height: 33px
}

.form-group textarea {
	height: 130px;
	resize: none;
	outline: none
}

.form-group__textarea {
	width: 924px;
	margin-bottom: 10px
}

.form-selector__group input {
	height: 0;
	padding: 0;
	border: none;
	position: absolute;
	left: 0
}

.form-selector__group.active .filter-selector__attr i {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.filter-selector__main {
	position: relative
}

.filter-selector__attr {
	position: relative;
	height: 33px;
	padding: 6px 20px 6px 0;
	cursor: pointer;
	border-bottom: 2px solid #000
}

.filter-selector__attr span {
	font-size: 14px;
	color: #000;
	line-height: 21px
}

.filter-selector__attr i {
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px
}

.filter-selector__option {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	padding: 5px 10px;
	background-color: #000;
	z-index: 30
}

.filter-selector__option a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 14px;
	color: #ccc;
	display: block;
	padding: 7px 0
}

.filter-selector__option a:hover {
	color: #fff
}

.send-btn__full a {
	-moz-transition: background .4s;
	-o-transition: background .4s;
	-webkit-transition: background .4s;
	transition: background .4s;
	display: inline-block;
	width: 180px;
	height: 60px;
	text-align: center;
	background-color: #000;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 24px;
	padding-left: 22px
}

.send-btn__full a:hover {
	background-color: #ccc
}

.block-join__inner .text {
	max-width: 950px
}

.join-list__main {
	position: relative
}

.join-list__main li.forbid-active .join-item a {
	color: #ccc
}

.join-list__main li.on .icon-plus {
	opacity: 0;
	visibility: hidden
}

.join-list__main li.on .icon-jianhaocu {
	opacity: 1;
	visibility: visible
}

.join-pic {
	display: none
}

.join-list__title {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	font-weight:bold;
}

.join-item {
	position: relative;
	padding-right: 30px;
	margin-bottom: 20px
}

.join-item a {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 16px;
	color: #000
}

.join-item i.icon {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 16px;
	color: #000;
	position: absolute;
	right: 0;
	top: 6px
}

.join-item .icon-jianhaocu {
	opacity: 0;
	visibility: hidden
}

.join-list__intro {
	margin-top: 40px
}

.join-list__intro span,.join-list__intro a {
	font-size: 14px;
	color: #808080
}

.join-list__intro a {
	display: inline-block;
	position: relative;
	padding-bottom: 4px
}

.join-list__intro a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #149373
}

.join-data__title h3 {
	font: 52px "ArialBlackbold";
	color: #000;
	margin-bottom: 10px
}

.join-data__title p,.join-data__title p span {
	font-size: 24px;
	color: #000
}

.join-data__title .num {
	margin-left: 16px
}

.join-data_attr p,.join-data_attr span {
	font-size: 14px;
	line-height: 34px;
	color: #000
}

.join-data__inner .title {
	font-size: 20px;
	color: #000;
	line-height: 34px;
	margin-bottom: 10px
}

.join-data__intro div {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 10px
}

.join-data__intro a {
	display: inline-block;
	position: relative
}

.join-data__intro a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #149373
}

.block-join__pic img {
	max-width: 100%
}

@media (max-width: 1600px) {
	.form-group {
		width: 33.3333%
	}

	.form-group__textarea {
		width: 66.6666%
	}

	.contact-map {
		height: 550px
	}
}

@media (max-width: 1440px) {
	.contact-map {
		height: 480px
	}

	.join-item a {
		font-size: 18px
	}

	.join-item i.icon {
		font-size: 16px
	}

	.send-btn__full a {
		height: 55px;
		line-height: 55px;
		font-size: 18px;
		letter-spacing: 18px;
		padding-left: 18px
	}

	.join-data__title h3 {
		font-size: 46px
	}

	.join-data__title p,.join-data__title p span {
		font-size: 22px
	}

	.join-data__title .num {
		margin-left: 6px
	}
}

@media (max-width: 1366px) {
	.join-data__title h3 {
		font-size: 40px;
		margin-bottom: 8px
	}

	.join-data__title p,.join-data__title p span {
		font-size: 20px
	}
}

@media (max-width: 1024px) {
	.contact-map {
		height: 380px
	}

	.join-item {
		margin-bottom: 16px
	}

	.join-item a {
		font-size: 16px
	}

	.join-item i.icon {
		font-size: 15px;
		top: 4px
	}

	.form-group {
		padding-right: 30px
	}

	.join-data__title h3 {
		font-size: 32px
	}

	.join-data__title p,.join-data__title p span {
		font-size: 18px
	}

	.join-data__inner .title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 6px
	}

	.join-data_attr p,.join-data_attr span {
		line-height: 30px
	}

	.join-data__intro div {
		margin-bottom: 6px
	}

	.block-join__inner .text {
		margin-top: 10px
	}
}

@media (max-width: 750px) {
	.contact-map {
		height: 210px
	}

	.contact-share a {
		font-size: 28px;
		margin-right: 10px
	}

	.contact-form__wrap h3 {
		font-size: 22px;
		margin-bottom: 30px
	}

	.form-group {
		width: 50%;
		margin-bottom: 10px
	}

	.form-group textarea {
		height: 90px
	}

	.form-group__textarea {
		width: 100%
	}

	.send-btn__full {
		margin-top: 10px
	}

	.send-btn__full a {
		width: 160px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		letter-spacing: 12px;
		padding-left: 12px
	}

	.join-data__title h3 {
		font-size: 30px
	}

	.BMap_Marker {
		width: 76px !important;
		height: 71px !important
	}
}

@media (max-width: 640px) {
	.contact-map {
		margin-top: 20px
	}

	.contact-form__wrap h3 {
		margin-bottom: 20px
	}

	.contact-top__message {
		margin-top: 20px
	}

	.contact-top__message p {
		margin-bottom: 18px
	}

	.contact-top__message a,.contact-top__message span {
		display: block
	}

	.contact-share span {
		font-size: 18px
	}

	.contact-share a {
		font-size: 26px;
		margin-right: 8px
	}

	.join-list__title {
		font-size: 24px;
		margin-bottom: 24px
	}

	.join-list__intro {
		margin-top: 26px
	}

	.join-data__title h3 {
		font-size: 26px
	}

	.join-data__title p,.join-data__title p span {
		font-size: 17px
	}

	.join-data_attr {
		margin-top: 20px
	}

	.join-data_attr p,.join-data_attr span {
		line-height: 28px
	}

	.join-data__inner {
		margin-top: 30px
	}
}

@media (max-width: 500px) {
	.form-group {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0
	}
}

.serve .about-middle__content {
	max-width: 100%
}

.serve-list__wrap {
	font-size: 0
}

.serve-list__wrap li {
	margin-bottom: 190px
}

.serve-left__content,.serve-right__content {
	display: inline-block;
	vertical-align: top
}

.serve-left__content {
	width: 25.5%;
	padding-right: 20px
}

.serve-right__content {
	width: 74.5%
}

.serve-right__content:after {
	content: "";
	display: block;
	float: none;
	clear: both
}

.serve-shape {
	position: relative;
	margin-bottom: 12px
}

.serve-shape img {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	width:80px;
	height:80px;
}

.serve-shape .hover-icon {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden
}

.serve-title {
	position: relative
}

.serve-title span {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s
}

.serve-title .et {
	font-size: 20px;
	color: #999;
	font-family: "ArialBlackItalic";
	line-height: 1.4
}

.serve-title .ct {
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	font-style: italic;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	line-height: 1.5
}

.serve-tag {
	margin-top: 30px
}

.serve-tag p {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 15px;
	line-height: 30px;
	color: #999
}

.serve-inner {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #999;
	float: left;
	max-width: 460px;
	width: 50%;
	margin-top: -8px
}

.serve-inner p {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	color: #999
}

.serve-photo {
	float: right;
	width: 47%
}

.serve-photo img {
	max-width: 100%;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

@media (min-width: 1025px) {
	.serve-list__wrap li:hover .serve-shape .default-icon {
		opacity: 0;
		visibility: hidden
	}

	.serve-list__wrap li:hover .serve-shape .hover-icon {
		opacity: 1;
		visibility: visible
	}

	.serve-list__wrap li:hover .serve-title .et {
		opacity: 0;
		visibility: hidden
	}

	.serve-list__wrap li:hover .serve-title .ct {
		opacity: 1;
		visibility: visible
	}

	.serve-list__wrap li:hover .serve-tag p {
		color: #000
	}

	.serve-list__wrap li:hover .serve-inner p {
		color: #000
	}

	.serve-list__wrap li:hover .serve-photo img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}
}

@media (max-width: 1600px) {
	.serve-list__wrap li {
		margin-bottom: 160px
	}
}

@media (max-width: 1440px) {
	.serve-tag {
		margin-top: 20px
	}

	.serve-list__wrap li {
		margin-bottom: 140px
	}
}

@media (max-width: 1366px) {
	.serve-list__wrap li {
		margin-bottom: 120px
	}
}

@media (max-width: 1024px) {
	.serve-left__content,.serve-right__content {
		width: 100%
	}

	.serve-left__content {
		margin-bottom: 34px;
		padding-right: 0
	}

	.serve-photo,.serve-inner {
		width: 100%
	}

	.serve-photo {
		margin-top: 10px
	}

	.serve-inner {
		max-width: 100%
	}

	.serve-list__wrap li {
		margin-bottom: 100px
	}

	.serve-list__wrap li .serve-shape {
		position: relative;
		left: -7px
	}

	.serve-list__wrap li .serve-shape .default-icon {
		opacity: 0;
		visibility: hidden
	}

	.serve-list__wrap li .serve-shape .hover-icon {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
		visibility: visible
	}

	.serve-list__wrap li .serve-title .et {
		opacity: 0;
		visibility: hidden
	}

	.serve-list__wrap li .serve-title .ct {
		opacity: 1;
		visibility: visible
	}

	.serve-list__wrap li .serve-tag p {
		color: #000
	}

	.serve-list__wrap li .serve-inner {
		color: #000
	}

	.serve-list__wrap li .serve-photo img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}
}

@media (max-width: 750px) {
	.serve-list__wrap li {
		margin-bottom: 80px
	}
}

.about-top__photo {
	max-width: 950px
}

.about-top__photo img {
	width: 100%
}

.about-top__inner {
	max-width: 950px
}

.about-middle__header {
	position: relative
}

.about-middle__header .title {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font-size: 42px;
	color: #000
}

.about-middle__header .title span {
	display: inline-block;
	margin-right: 14px;
	font-family: "ArialBlackbold"
}

.about-middle__header .icon-arr {
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about-middle__photo img {
	max-width: 100%
}

.about-middle__content {
	max-width: 950px
}

.about-middle__content ul {
	font-size: 0
}

.about-middle__content li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-right: 20px;
	margin-bottom: 30px
}

.about-bottom__content {
	max-width: 950px
}

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

.honor-year {
	-moz-transition: color .4s;
	-o-transition: color .4s;
	-webkit-transition: color .4s;
	transition: color .4s;
	font: 28px "ArialBlackbold";
	color: #000;
	position: absolute;
	left: 0;
	top: -10px
}

.honor-list__wrap li {
	margin-bottom: 50px
}

.honor-list__wrap .news-item {
	margin-bottom: 16px
}

.honor-list__wrap .list-photo__full img {
	max-width: 380px
}

.honor-list__main {
	position: relative
}

.about-bottom__pic img {
	width: 100%
}

@media (min-width: 1025px) {
	.honor-list__wrap li.forbid-active .honor-year {
		color: #ccc
	}

	.honor-list__wrap li.forbid-active .honor-year.on {
		color: #000
	}

	.honor-list__wrap li.forbid-active .honor-year.on .icon-plus {
		opacity: 0;
		visibility: hidden
	}

	.honor-list__wrap li.forbid-active .honor-year.on .icon-jianhaocu {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 1600px) {
	.about-middle__header .title {
		font-size: 36px
	}
}

@media (max-width: 1440px) {
	.honor-year {
		font-size: 26px;
		top: -6px
	}

	.about-bottom__inner p {
		font-size: 17px
	}
}

@media (max-width: 1200px) {
	.honor-list__wrap .list-photo__full img {
		max-width: 300px
	}
}

@media (max-width: 1024px) {
	.honor-list__wrap li {
		padding-left: 0
	}

	.honor-list__wrap .news-item {
		margin-bottom: 74px
	}

	.honor-list__wrap .news-pic {
		margin-top: 10px
	}

	.honor-year {
		position: relative;
		top: inherit;
		margin-bottom: 10px
	}

	.about-middle__header .title {
		font-size: 30px
	}

	.about-middle__header .icon-arr {
		font-size: 14px
	}

	.about-top__inner .text {
		margin-top: 10px
	}

	.about-bottom__inner {
		margin-top: 15px
	}

	.about-middle__inner {
		margin-top: 15px
	}

	.about-top__photo .pic {
		margin-top: 10px
	}

	.honor-list__wrap .news-item {
		padding-right: 0
	}

	.honor-list__wrap i.icon {
		display: none
	}

	.about-middle__photo {
		margin-top: 10px
	}
}

@media (max-width: 750px) {
	.about-middle__header .title {
		font-size: 26px
	}

	.honor-list__main {
		margin-top: 20px
	}
}

@media (max-width: 640px) {
	.about-middle__header .title {
		font-size: 22px
	}

	.about-middle__header .title span {
		margin-right: 8px
	}
}

@media (max-width: 500px) {
	.about-middle__content li {
		width: 50%
	}
}

.team-top__inner h4 {
	font-size: 20px;
	line-height: 32px;
	color: #000;
	margin-bottom: 10px
}

.team-list__content {
	display: none
}

.team-list__wrap {
	font-size: 0
}

.team-list__wrap ul {
	margin: 0 -10px
}

.team-list__wrap li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom: 70px
}

.team-list__wrap li.active .team-list__name .et {
	opacity: 0;
	visibility: hidden
}

.team-list__wrap li.active .team-list__name .ct {
	opacity: 1;
	visibility: visible
}

.team-list__wrap li a {
	display: block;
	margin: 0 10px
}

.team-list__wrap li .icon-plus {
	display: none
}

.team-list__wrap .box {
	position: relative
}

.team-list__wrap .box:after {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0
}

.team-list__title {
	margin-top: 30px;
	font-size: 16px;
	position: relative
}

.team-list__title span {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	margin-right: 10px
}

.team-list__title .et {
	font-family: "ArialBlackItalic";
	color: #ccc
}

.team-list__title .ct {
	width: 100%;
	color: #000
}

.team-list__name {
	position: relative;
	min-width: 100px
}

.team-list__name span {
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 20px;
	color: #ccc
}

.team-list__name .et {
	font-family: "ArialBlackItalic"
}

.team-list__name .ct {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	color: #000;
	font-style: italic
}

.team-list__photo {
	margin-top: 10px;
	position: relative
}

.team-list__photo img {
	width: 100%
}

.team-list__photo .icon-plus {
	font-size: 20px;
	color: #000;
	position: absolute;
	right: 20px;
	bottom: 20px
}

.team-show__main .team-list__photo .icon-plus {
	display: none
}

.team-list__tag {
	font-size: 14px;
	line-height: 26px;
	color: #000
}

.team-list__text {
	max-width: 905px;
	margin-top: 50px
}

.team-data__subject .team-list__title {
	margin-top: 0
}

.team-data__subject .pic img {
	width: 100%
}

.team-data__txt {
	max-width: 950px;
	text-align: justify
}

.case-list__push h3 {
	font-size: 26px;
	color: #000
}

.case-list__push ul {
	margin-top: 20px
}

.case-list__push li {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-bottom: 10px
}

.team-top__pic img {
	width: 100%
}

.team-detail .list-func__fix {
	margin-top: -8px
}

.team-detail .list-func__fix .data-icon {
	margin-bottom: 20px
}

@media (min-width: 1025px) {
	.team-list__wrap a:hover .box:after {
		opacity: .6
	}

	.team-list__wrap a:hover .team-list__title .et {
		opacity: 0;
		visibility: hidden
	}

	.team-list__wrap a:hover .team-list__title .ct {
		opacity: 1;
		visibility: visible
	}

	.team-list__title .ct {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		visibility: hidden
	}
}

@media (max-width: 1440px) {
	.team-top__inner h4 {
		font-size: 18px;
		margin-bottom: 6px
	}

	.case-list__push h3 {
		font-size: 24px
	}

	.case-list__push ul {
		margin-top: 15px
	}

	.team-list__wrap li {
		margin-bottom: 55px
	}
}

@media (max-width: 1200px) {
	.team-list__wrap li {
		width: 33.3333%
	}
}

@media (max-width: 1024px) {
	.team-list__wrap {
		margin-top: 70px
	}

	.team-list__text {
		margin-top: 30px
	}

	.team-list__name span {
		font-size: 18px
	}

	.team-list__wrap li {
		margin-bottom: 60px;
		width: 50%
	}

	.team-list__title .ct {
		margin-bottom: 6px
	}

	.case-list__push h3 {
		font-size: 22px
	}

	.case-list__push ul {
		margin-top: 12px
	}

	.case-list__push li {
		margin-bottom: 6px
	}

	.team-top__inner,.team-data__txt {
		margin-top: 10px
	}

	.team-detail .list-func__fix {
		margin-top: 30px
	}

	.team-detail .list-func__fix .data-icon {
		margin-bottom: 0
	}

	.team-show__main .team-list__photo .icon-plus {
		display: block
	}
}

@media (max-width: 750px) {
	.team-top__inner h4 {
		font-size: 16px;
		margin-bottom: 0
	}

	.team-data__subject .pic {
		margin-top: 20px
	}
}

@media (max-width: 640px) {
	.team-list__name span {
		font-size: 16px
	}

	.team-list__text {
		margin-top: 20px
	}

	.team-list__title {
		margin-top: 20px
	}

	.team-list__photo {
		margin-top: 0
	}

	.team-list__photo .icon-plus {
		font-size: 16px;
		right: 16px;
		bottom: 16px
	}

	.team-list__tag {
		font-size: 15px
	}
}

@media (max-width: 500px) {
	.team-list__wrap li {
		width: 100%
	}
}
.custom-content-marker {
	position: relative;
	width: 88px;
	height: 75px;
}
.custom-content-marker img {
	width: 100%;
	height: 100%;
} 
@font-face {font-family: "iconfont";
	src: url('//at.alicdn.com/t/font_1042052_vom925taxma.eot?t=1550128352175'); /* IE9 */
	src: url('//at.alicdn.com/t/font_1042052_vom925taxma.eot?t=1550128352175#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
	url('//at.alicdn.com/t/font_1042052_vom925taxma.woff?t=1550128352175') format('woff'),
	url('//at.alicdn.com/t/font_1042052_vom925taxma.ttf?t=1550128352175') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('//at.alicdn.com/t/font_1042052_vom925taxma.svg?t=1550128352175#iconfont') format('svg'); /* iOS 4.1- */
  }
  
  .iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook:before {
	content: "\e6d4";
  }
  
  .icon-jianhaocu:before {
	content: "\e613";
  }
  
  .icon-weixin:before {
	content: "\e609";
  }
  
  .icon-Share:before {
	content: "\e60d";
  }
  
  .icon-Down:before {
	content: "\e60f";
  }
  
  .icon-mail:before {
	content: "\e648";
  }
  
  .icon-linkedin:before {
	content: "\e7bd";
  }
  
  .icon-weibo:before {
	content: "\e62f";
  }
  
  .icon-ziyuan:before {
	content: "\e600";
  }
  
  .icon-tel:before {
	content: "\e601";
  }
  
  .icon-wx:before {
	content: "\e603";
  }
  
  .icon-top:before {
	content: "\e604";
  }
  
  .icon-arr:before {
	content: "\e602";
  }
  
  .icon-menu:before {
	content: "\e605";
  }
  
  .icon-arrot-right:before {
	content: "\e606";
  }
  
  .icon-arrow-left:before {
	content: "\e607";
  }
  
  .icon-plus:before {
	content: "\e608";
  }
/*# sourceMappingURL=main.css.map */
