﻿@charset "utf-8";

body,html {
	margin: 0;
	padding: 0
}

body {
	overflow: -Scroll;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: PingFang sc Medium;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}

:after,:before,body {
	box-sizing: border-box
}

button,input,select,textarea {
	color: #585858;
	font-family: PingFang sc Medium
}

ul {
	margin: 0;
	padding: 0
}

div,ul {
	zoom: 1
}

li {
	float: left;
	list-style: none;
	vertical-align: middle
}

dd,dl,dt {
	margin: 0;
	padding: 0
}

img {
	margin: 0 auto;
	max-width: 100%;
	border: 0
}

a {
	color: #666
}

a,a:hover {
	text-decoration: none
}

a:hover {
	color: #bf9f8a;
	transition: all .1s
}

a:active,a:focus,a:visited {
	text-decoration: none
}

a:focus {
	list-style: none
}

a img {
	border: 0
}

h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0
}

.clear {
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

button,input,select,textarea {
	margin: 0;
	padding: 0;
	outline: 0 0!important;
	border: 0
}

.container {
	padding: 0
}

i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal
}

.tc {
	text-align: center
}

.row {
	margin: 0
}

.midde_header,.mobile-foot {
	display: none
}

.scale {
	transition: all .5s
}

.scale,.scale span {
	display: block;
	overflow: hidden
}

.scale:hover img {
	transition: all .5s;
	transform: scale(1.1)
}

#dituContent img {
	max-width: initial
}

.scrollup {
	position: fixed;
	right: 20px;
	bottom: 22px;
	z-index: 999;
	display: none;
	width: 40px;
	height: 40px;
	background: url(../images/scroll-top-arrow.png) no-repeat left top;
	text-indent: -9999px;
	opacity: 1
}

.search_hide {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	display: none;
	padding: 15px 0;
	background: rgba(0,0,0,.5)
}

.search_hide form {
	display: flex
}

.search_hide form input {
	width: calc(100% - 75pt);
	height: 45px;
	text-indent: 1rem;
	line-height: 45px
}

.search_hide form button {
	width: 75pt;
	height: 45px;
	line-height: 45px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:992px) {
	.container {
		width: 820px
	}
}

@media(min-width:1280px) {
	.container {
		width: 80pc
	}
}

@media(max-width:480px) {
	.mobile-foot {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: block;
		padding: 8px 0;
		width: 100%;
		background: #e27f40
	}

	.mobile-foot a {
		padding: 0 15px;
		height: 35px;
		border: 1px solid #fff;
		border-radius: 4px;
		color: #fff;
		text-align: center;
		line-height: 33px;
		transition: .3s
	}

	.pull-left {
		float: left
	}

	.pull-right {
		float: right
	}

	.mobile_addhide {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 100;
		display: none;
		width: 80vw;
		background-color: #fff;
		transform: translate(-50%,-50%)
	}

	.mobile_addhide .hide_ul {
		display: flex;
		flex-flow: wrap
	}

	.mobile_addhide .hide_ul li {
		width: 100%;
		border-bottom: 1px solid #474747;
		background-color: #313131;
		text-align: center;
		line-height: 35px
	}

	.mobile_addhide .hide_ul a {
		display: block;
		color: #ccc
	}

	.mobile_addhide .hide_ul i {
		display: inline-block;
		margin-right: 5px;
		color: #ccc
	}

	.btn {
		display: inline-block;
		margin-bottom: 0;
		border: 1px solid transparent;
		border-radius: 4px;
		vertical-align: middle;
		text-align: center;
		white-space: nowrap;
		font-weight: 400;
		font-size: 14px;
		cursor: pointer
	}
}

.mobile_addhide {
	display: none
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}

header .nav_top {
	box-sizing: border-box;
	height: 40px;
	border-bottom: 1px solid #f7f7f7;
	text-align: right;
	font-size: 14px;
	line-height: 40px;
	transition: all 1s
}

header .nav_top.active {
	overflow: hidden;
	height: 0;
	transition: all 1s
}

header .nav_top a {
	display: inline-block;
	color: #666
}

header .nav_top a:hover {
	display: inline-block;
	color: #e15800
}

header .nav_top i {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	font-size: 14px
}

header .nav_foot {
	display: flex;
	height: 5pc
}

header .nav_foot .logo {
	display: flex;
	width: 220px;
	align-items: center
}

header .nav_foot .nav_list {
	display: flex;
	width: calc(100% - 220px);
	justify-content: flex-end
}

header .nav_foot .nav_list li {
	display: flex;
	padding: 0 20px;
	text-align: center;
	justify-content: center;
	align-items: center
}

header .nav_foot .nav_list li i {
	display: block;
	margin-bottom: 5px;
	font-size: 14px
}

header .nav_foot .nav_list li:hover a {
	color: #fff
}

header .nav_foot .nav_list .active,header .nav_foot .nav_list li:hover {
	background-color: #e27f40
}

header .nav_foot .nav_list .active a {
	color: #fff;
	transition: all .5s
}

header .m_menu {
	display: none
}

.ind_ban {
	position: relative;
	overflow: hidden;
	margin-top: 90pt
}

.ind_ban img {
	display: block
}

.ind_ban .ban_float {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center
}

.ind_ban .ban_float .text {
	max-width: 40vw;
	color: #fff;
	text-align: center
}

.ind_ban .ban_float .text .h2 {
	margin-bottom: 15px;
	font-weight: 100;
	font-size: 3pc;
	opacity: 0;
	transform: translate(0,150px)
}

.ind_ban .ban_float .text .p {
	font-size: 18px;
	line-height: 30px;
	opacity: 0;
	transform: translate(0,150px)
}

.ind_ban .swiper-slide-active .ban_float .text .h2 {
	opacity: 1;
	transition: all .5s 1.5s;
	transform: translate(0,0)
}

.ind_ban .swiper-slide-active .ban_float .text .p {
	opacity: 1;
	transition: all .5s 2s;
	transform: translate(0,0)
}

.ind_ban #particles-js {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50
}

.ind_ban #particles-js canvas {
	width: 100%;
	height: 100%
}

.ind_ban:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	height: 2pc;
	background: url(../images/shadow.png) no-repeat center top;
	content: ""
}

.ind_ban .swiper_banner .ban2 {
	display: none
}

.ind_ban .swiper_banner .ban1 {
	display: block
}

.ind_about {
	padding: 60px 0;
	background: url(../images/texture-1.png) repeat left top;
	text-align: center
}

.ind_about .ab_tit h2 {
	margin-bottom: 15px;
	font-weight: 300;
	font-style: normal;
	font-size: 35px;
	line-height: 35px
}

.ind_about .ab_tit p {
	color: #727272;
	font-weight: 200;
	font-size: 14px;
	line-height: 23px
}

.ind_about .ab_list {
	display: flex;
	margin: 30px 0;
	justify-content: space-between
}

.ind_about .ab_list .inlist {
	width: 23%
}

.ind_about .ab_list .ico {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 20px 0;
	width: 65%;
	border: 5px solid #fff;
	border-radius: 4px;
	background-color: #e3e3e3
}

.ind_about .ab_list .ico i {
	color: #272727;
	font-size: 50px
}

.ind_about .ab_list .ico:after,.ind_about .ab_list .ico:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: " ";
	pointer-events: none
}

.ind_about .ab_list .ico:before {
	margin-left: -1pc;
	border-color: transparent;
	border-width: 1pc;
	border-top-color: #fff
}

.ind_about .ab_list .ico:after {
	margin-left: -10px;
	border-color: transparent;
	border-width: 10px;
	border-top-color: #e3e3e3
}

.ind_about .ab_list h4 {
	margin: 25px 0 15px;
	font-style: normal;
	font-size: 15px;
	line-height: 25px
}

.ind_about .ab_list p {
	font-weight: 400;
	font-size: 9pt;
	line-height: 23px
}

.ind_about .ab_list .inlist:hover .ico {
	border-color: #0085cc;
	background-color: #fff;
	transition: all .3s
}

.ind_about .ab_list .inlist:hover .ico:before {
	transition: all .3s;
	border-top-color: #0085cc
}

.ind_about .ab_list .inlist:hover .ico:after {
	transition: all .3s;
	border-top-color: #fff
}

.ind_about .ab_list .inlist:hover .ico i,.ind_about .ab_list .inlist:hover h4 a {
	color: #0085cc;
	transition: all .3s
}

.ind_choose {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 35pc
}

.ind_choose .ch_tit h3 {
	color: #fff;
	text-align: center;
	font-size: 35px
}

.ind_choose .ch_list {
	position: relative;
	display: flex;
	margin: 30px 0;
	color: #fff
}

.ind_choose .ch_list:after {
	position: absolute;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #616161;
	content: ""
}

.ind_choose .ch_list .left,.ind_choose .ch_list .right {
	width: 50%
}

.ind_choose .ch_list li {
	display: flex;
	margin-bottom: 50px
}

.ind_choose .ch_list li .icon {
	display: inline-block;
	margin: 0 30px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #999;
	text-align: center;
	line-height: 72px
}

.ind_choose .ch_list li i {
	font-size: 35px
}

.ind_choose .ch_list li .txt {
	width: calc(100% - 99pt);
	color: #c9c9c9;
	font-size: 9pt;
	line-height: 25px
}

.ind_choose .ch_list .left li .icon {
	order: 1
}

.ind_choose .ch_list .left li .txt {
	text-align: right
}

.ind_choose .ch_list h5 {
	color: #ddd;
	font-size: 15px;
	line-height: 25px
}

.ind_choose .ch_list .left li:last-child,.ind_choose .ch_list .right li:last-child {
	margin-bottom: 0
}

.ind_choose .ch_list li:hover .icon {
	background-color: #fff;
	transition: all .3s
}

.ind_choose .ch_list li:hover .icon i {
	color: #999;
	transition: all .3s
}

.ind_cases {
	padding: 50px 0
}

.ind_cases .case_tit {
	display: flex;
	margin-bottom: 30px;
	font-size: 35px;
	justify-content: center
}

.ind_cases .case_tit li {
	overflow: hidden;
	margin: 0 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight: 700;
	line-height: 45px
}

.ind_cases .case_tit li p {
	display: block;
	width: 45px;
	height: 90px;
	transition: all .5s
}

.ind_cases .case_tit li span {
	display: block;
	width: 45px
}

.ind_cases .case_tit li .sp2 {
	color: #e27f40
}

.ind_cases .case_tit .active p {
	transition: all .5s;
	transform: translate(0,-45px)
}

.ind_cases .case_tit li:nth-child(2) p {
	display: block;
	width: 90px;
	height: 45px;
	transition: all .5s
}

.ind_cases .case_tit li:nth-child(2) span {
	display: inline-block
}

.ind_cases .case_tit li:nth-child(2).active p {
	transition: all .5s;
	transform: translate(-45px,0)
}

.ind_cases .case_menu {
	display: flex;
	overflow: hidden;
	justify-content: center
}

.ind_cases .case_menu li {
	margin: 0 3px;
	padding: 15px 18px;
	border: 1px solid #ededed;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer
}

.ind_cases .case_menu .active,.ind_cases .case_menu li:hover {
	background-color: #e27f40;
	color: #fff;
	transition: all .3s
}

.ind_cases .case_list {
	margin-top: 50px
}

.ind_cases .case_list .inlist {
	display: flex;
	overflow: hidden;
	margin: 0 -7.5px;
	height: 0;
	transition: all .5s;
	flex-flow: wrap
}

.ind_cases .case_list li {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 7.5px 15px;
	width: calc(33.3333% - 15px);
	border: 1px solid #ededed;
	text-align: center
}

.ind_cases .case_list .img {
	overflow: hidden;
	transition: all .5s
}

.ind_cases .case_list .img img {
	display: block;
	width: 100%
}

.ind_cases .case_list .link {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center
}

.ind_cases .case_list .link a {
	display: inline-block;
	margin: 0 20px;
	padding: 5px 15px;
	background-color: #fff;
	color: #272727;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	transition: all 1s
}

.ind_cases .case_list .p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	background-color: #fff;
	line-height: 50px
}

.ind_cases .case_list .p a {
	display: block;
	color: #272727;
	text-transform: uppercase
}

.ind_cases .case_list .link a:hover {
	background-color: #e3e3e3;
	transition: all .3s
}

.ind_cases .case_list li:hover .img {
	transition: all .5s;
	transform: translateY(-50px);
	background: #333
}

.ind_cases .case_list li:hover .link a {
	margin: 0 10px;
	transition: all 1s
}

.ind_cases .case_list .inlist li {
	transition: all .5s;
	transform: scale(0)
}

.ind_cases .case_list .inlist.active {
	height: initial
}

.ind_cases .case_list .inlist.active li {
	transition: all .5s;
	transform: scale(1)
}

.ind_cases .more {
	display: block;
	margin-top: 15px;
	text-align: center
}

.ind_cases .more a {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	background-color: #666;
	/*background-color: #13afeb;*/
	color: #fff
}

.ind_cact,.ind_cases .more:hover a {
	background-color: #e27f40
}

.ind_cact {
	padding: 30px 0;
	color: #fff;
	text-align: center;
	font-size: 19px
}

.ind_sevice {
	padding: 50px 0
}

.ind_sevice .sev_tit {
	display: flex;
	margin-bottom: 30px;
	font-size: 35px;
	justify-content: center
}

.ind_sevice .sev_tit li {
	overflow: hidden;
	margin: 0 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight: 700;
	line-height: 45px
}

.ind_sevice .sev_tit li p {
	display: block;
	width: 45px;
	height: 90px;
	transition: all .5s
}

.ind_sevice .sev_tit li span {
	display: block;
	width: 45px
}

.ind_sevice .sev_tit li .sp2 {
	color: #e27f40
}

.ind_sevice .sev_tit .active p {
	transition: all .5s;
	transform: translate(0,-45px)
}

.ind_sevice .sev_tit li:nth-child(3) p {
	display: block;
	width: 90px;
	height: 45px;
	transition: all .5s
}

.ind_sevice .sev_tit li:nth-child(3) span {
	display: inline-block
}

.ind_sevice .sev_tit li:nth-child(3).active p {
	transition: all .5s;
	transform: translate(-45px,0)
}

.ind_sevice .sev_menu {
	display: flex;
	border: 1px solid #ddd;
	background: #f1f1f1;
	justify-content: space-between
}

.ind_sevice .sev_menu li {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	width: 100%;
	border-bottom: 2px solid transparent;
	background: #f1f1f1;
	color: #323232;
	text-align: center;
	font-style: italic;
	font-size: 1pc;
	line-height: 53px;
	cursor: pointer
}

.ind_sevice .sev_menu li:before {
	position: absolute;
	top: 0;
	right: -24px;
	z-index: 1;
	display: block;
	width: 0;
	height: 0;
	border-top: 0 solid #f1f1f1;
	border-bottom: 54px solid transparent;
	border-left: 24px solid #f1f1f1;
	border-image: none;
	content: ""
}

.ind_sevice .sev_menu li:after {
	position: absolute;
	top: 0;
	right: -13px;
	z-index: 9;
	display: block;
	width: 1px;
	height: 54px;
	background: #ddd;
	content: "";
	transform: skew(-26deg);
	-ms-transform: skew(-26deg)
}

.ind_sevice .sev_menu li:last-child:after,.ind_sevice .sev_menu li:last-child:before {
	display: none
}

.ind_sevice .sev_menu li i {
	display: inline-block;
	margin-right: 5px;
	color: #323232;
	font-size: 20px
}

.ind_sevice .sev_menu .active {
	background-color: #fff;
	border-bottom-color: #e27f40
}

.ind_sevice .sev_menu .active:before {
	border-top: 0 solid #fff;
	border-left: 24px solid #fff
}

.ind_sevice .inlist li {
	position: relative
}

.ind_sevice .sev1_txt {
	text-align: center
}

.ind_sevice .sev1_txt h3 {
	margin-bottom: 15px;
	color: #353537;
	font-size: 15px
}

.ind_sevice .sev1_txt p {
	color: #666;
	font-size: 9pt
}

.ind_sevice .sev2 {
	display: flex;
	text-align: center;
	line-height: 25px;
	justify-content: space-between
}

.ind_sevice .sev2 li {
	width: 23%
}

.ind_sevice .sev2 li i {
	display: inline-block;
	margin-bottom: 1px;
	width: 75pt;
	height: 75pt;
	border-radius: 49px;
	text-align: center;
	font-size: 45px;
	line-height: 75pt;
	transition: all .5s
}

.ind_sevice .sev2 li:hover i {
	background-color: #e27f40;
	color: #fff;
	font-size: 45px;
	transition: all .5s
}

.ind_sevice .sev2 h4 {
	margin-bottom: 15px;
	font-size: 15px
}

.ind_sevice .sev3 {
	display: flex;
	line-height: 25px;
	justify-content: space-between
}

.ind_sevice .sev3 li {
	margin: 0 2%;
	width: 21%
}

.ind_sevice .sev3 li i {
	display: inline-block;
	margin-bottom: 1px;
	width: 100%;
	height: 75pt;
	text-align: center;
	font-size: 45px;
	line-height: 75pt
}

.ind_sevice .sev3 .p b {
	color: #333;
	font-weight: 400;
	font-size: 20px
}

.ind_sevice .sev3 .p {
	position: relative;
	margin-bottom: 5px;
	color: #666;
	font-size: 13px
}

.ind_sevice .sev4 {
	display: flex;
	text-align: center;
	line-height: 25px;
	justify-content: space-between
}

.ind_sevice .sev4 li {
	width: 24%
}

.ind_sevice .sev4 .ico {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #e27f40;
	border-radius: 50%;
	text-align: center;
	line-height: 40px
}

.ind_sevice .sev4 .ico i {
	display: inline-block;
	font-size: 30px
}

.ind_sevice .sev4 p {
	color: #353537;
	font-size: 14px;
	line-height: 25px
}

.ind_sevice .sev4 li:hover i {
	font-size: 36px;
	transition: all .5s
}

.ind_sevice .inlist {
	display: none;
	overflow: hidden;
	padding: 50px 30px
}

.ind_sevice .inlist.active {
	display: block;
	transition: all .3s
}

.ind_contact {
	position: relative;
	padding: 50px 0 0;
	box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.ind_contact:after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 67px;
	height: 41px;
	background: url(../images/cact01.png) no-repeat;
	content: "";
	transform: translate(-50%,0)
}

.ind_contact .cact_tit {
	text-align: center
}

.ind_contact .cact_tit h3 {
	color: #666;
	font-weight: 700;
	font-size: 27px
}

.ind_contact .cact_tit h3:after,.ind_contact .cact_tit h3:before {
	display: inline-block;
	margin: 0 15px;
	width: 50px;
	height: 1px;
	background-color: #ccc;
	content: "";
	vertical-align: middle
}

.ind_contact .cact_ul {
	display: flex;
	margin: 30px 0;
	justify-content: center
}

.ind_contact .cact_ul li {
	position: relative;
	margin: 0 15px;
	padding: 8px 30px;
	background-color: #313131;
	color: #fff;
	cursor: pointer
}

.ind_contact .cact_ul li:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid #13afeb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
	transform: translate(-50%,0)
}

.ind_contact .cact_ul li:hover {
	background-color: #13afeb;
	transition: all .3s
}

.ind_contact .cact_ul .active:after,.ind_contact .cact_ul li:hover:after {
	bottom: -10px;
	transition: all .3s
}

.ind_contact .cact_ul .active {
	background-color: #13afeb
}

.ind_contact #allmap {
	min-height: 353px
}

.foot_top {
	overflow: hidden;
	padding: 30px 0 0;
	background: #262626 url(../images/footer-graph2.jpg) no-repeat center bottom
}

.foot_top .foot_list {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px dashed #3b3b3b;
	justify-content: space-between
}

.foot_top .foot_list .inlist {
	width: 33.33333%;
	color: #999;
	font-size: 13px;
	line-height: 24px
}

.foot_top .foot_list .inlist a,.foot_top .foot_list .inlist p a {
	color: #999
}

.foot_top .foot_list .inlist i {
	display: inline-block;
	margin-right: 5px;
	font-size: 9pt
}

.foot_top .foot_list .inlist ul {
	overflow: hidden
}

.foot_top .foot_list .inlist:last-child ul {
	line-height: 23px
}

.foot_top .foot_list .inlist ul li {
	float: none;
	width: 100%
}

.foot_top .foot_list h3 {
	margin-bottom: 10px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 50px
}

.foot_top .foot_list .inlist .more i {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 18px
}

.foot_top .foot_list .inlist .more a {
	color: #999;
	font-size: 14px
}

.foot_copy {
	padding-bottom: 30px;
	background: #262626;
	color: #999;
	font-size: 13px;
	line-height: 25px
}

.foot_copy a {
	margin: 0 5px;
	color: #999
}

footer a:hover {
	color: #fff!important
}

.nei_head {
	margin-top: 90pt;
	padding: 30px 0;
	border-top: 2px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f4f4f4
}

.nei_head .container {
	display: flex
}

.nei_head .left {
	width: 40%
}

.nei_head .right {
	width: 60%;
	color: #666;
	vertical-align: bottom;
	text-align: right;
	font-size: 14px;
	line-height: 25px
}

.nei_head .right a {
	margin: 0 5px;
	color: #666
}

.nei_head .right a:hover {
	color: #000
}

.nei_case {
	padding: 50px 0
}

.nei_case .case_list .inlist {
	display: flex;
	margin: 0 -7.5px;
	flex-flow: wrap
}

.nei_case .case_list li {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 7.5px 15px;
	width: calc(33.3333% - 15px);
	border: 1px solid #ededed;
	text-align: center
}

.nei_case .case_list .img {
	overflow: hidden;
	transition: all .5s
}

.nei_case .case_list .img img {
	width: 100%
}

.nei_case .case_list .link {
	display: flex;
	height: 50px;
	background-color: #313131;
	align-items: center;
	justify-content: center
}

.nei_case .case_list .link a {
	display: inline-block;
	margin: 0 20px;
	padding: 5px 15px;
	background-color: #fff;
	color: #272727;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	transition: all 1s
}

.nei_case .case_list .p {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	background-color: #fff;
	line-height: 50px
}

.nei_case .case_list .p a {
	display: block;
	height: 50px;
	color: #272727;
	text-transform: uppercase
}

.nei_case .case_list .link a:hover {
	background-color: #e3e3e3;
	transition: all .3s
}

.nei_case .case_list li:hover .img {
	transition: all .5s;
	transform: translateY(-50px)
}

.nei_case .case_list li:hover .link a {
	margin: 0 10px;
	transition: all 1s
}

.page_pro {
	margin: 30px 0
}

.page_pro ul {
	clear: both;
	display: inline-block
}

.page_pro li {
	float: left;
	margin: 0 5px;
	background-color: #f5f5f5
}

.page_pro li,.page_pro li a {
	color: #676767;
	font-size: 14px
}

.page_pro li a {
	display: inline-block;
	padding: 5px 10px
}

.page_pro li:hover {
	background-color: #13afeb;
	color: #fff
}

.page_pro li:hover a {
	color: #fff
}

.nei_head .left {
	display: flex;
	align-items: center
}

.nei_head .left h2 {
	color: #666;
	font-weight: 700;
	font-size: 30px
}

.nei_head .left p {
	padding: 15px 0;
	color: #666;
	font-size: 9pt
}

.nei_head .left p a {
	margin: 0 5px
}

.nei_head .right {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end
}

.nei_head .right .p1 {
	width: 100%
}

.nei_head .right .p2 {
	max-width: 5in
}

.nei_head .right .p3 {
	width: 100%
}

.nei_casexq {
	padding: 50px 0
}

.nei_casexq .casexq_cont {
	display: flex
}

.nei_casexq .right {
	width: 250px
}

.nei_casexq .left {
	margin-right: 3%;
	width: calc(97% - 250px)
}

.nei_casexq .newxq_page {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #ccc
}

.nei_casexq .right h1 {
	margin-bottom: 10px;
	font-size: 18px
}

.nei_casexq .right p {
	font-size: 14px;
	line-height: 23px
}

.nei_casexq .right .more a {
	display: inline-block;
	margin-top: 50px;
	padding: 10px 30px;
	border-radius: 3px;
	background-color: #08c;
	color: #fff;
	transition: all .5s
}

.nei_casexq .right .more i {
	margin-right: 5px;
	font-size: 18px
}

.nei_casexq .right .more:hover a {
	background-color: #383634;
	transition: all .5s
}

.nei_about {
	padding: 50px 0
}

.nei_about .ab_img img {
	width: 100%
}

.nei_about .ab_txt {
	display: flex;
	margin: 30px 0;
	line-height: 30px
}

.nei_about .ab_txt .left {
	padding-right: 40px;
	width: 70%
}

.nei_about .ab_txt .right {
	padding-left: 40px;
	width: 30%;
	border-left: 1px dotted #ccc;
	line-height: 34px
}

.nei_about .ab_list {
	display: flex;
	margin: 30px -1%;
	flex-flow: wrap
}

.nei_about .ab_list .inlist {
	position: relative;
	margin: 0 1% 15px;
	width: 23%
}

.nei_about .ab_list .outer {
	box-sizing: border-box;
	padding: 10%;
	border: 8px solid #e27f40;
	background-color: #e27f4080;
	color: #fff;
	text-align: center;
	transition: all 1.25s;
	transform: rotateY(0);
	backface-visibility: hidden
}

.nei_about .ab_list .outer h4 {
	padding: 10px 0;
	font-size: 18px
}

.nei_about .ab_list .outer p {
	font-size: 14px
}

.nei_about .ab_list .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 10%;
	border: 8px solid #966546;
	background: #f0bf9f;
	color: #fff;
	text-align: center;
	transition: all 1.25s;
	transform: rotateY(180deg);
	backface-visibility: hidden
}

.nei_about .ab_list .inner h4 {
	padding: 15px 0;
	font-size: 18px
}

.nei_about .ab_list .inner p {
	font-size: 14px;
	line-height: 25px
}

.nei_about .ab_list .inner .more {
	display: inline-block;
	margin-top: 15px;
	padding: .825em 1em;
	border-radius: .35em;
	background-color: #966546;
	color: #fff;
	text-decoration: none;
	font-size: 13px
}

.nei_about .ab_list .inner .more:hover {
	background-color: #272727
}

.nei_about .ab_list .inlist:hover .inner {
	transition: all 1.25s;
	transform: rotateY(0)
}

.nei_about .ab_list .inlist:hover .outer {
	transition: all 1.25s;
	transform: rotateY(-180deg)
}

.nei_yewu {
	padding: 50px 0
}

.nei_yewu .yw_list {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap
}

.nei_yewu .inlist {
	display: flex;
	margin-bottom: 30px;
	width: 31.3333%
}

.nei_yewu .inlist i {
	display: inline-block;
	width: 50px;
	color: #e15800;
	font-size: 35px
}

.nei_yewu .inlist .txt {
	padding-left: 4%;
	width: calc(100% - 50px);
	color: #666;
	font-size: 14px;
	line-height: 23px
}

.nei_yewu .inlist .txt h3 {
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 18px
}

.nei_yewu .ye_cact {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #eee;
	border-left: 5px solid #e15800;
	color: #999;
	color: #272727;
	font-size: 22px;
	line-height: 50px
}

.nei_yewu .ye_cact .fr {
	padding: 0 30px;
	height: 50px;
	border-radius: 3px;
	background-color: #e15800;
	color: #fff;
	font-size: 1pc;
	line-height: 50px;
	transition: all .3s
}

.nei_yewu .ye_cact .fr:hover {
	background-color: #313131;
	color: #fff;
	transition: all .3s
}

.nei_yewu .ye_cact .fr i {
	margin-right: 5px
}

.nei_news {
	padding: 50px 0
}

.nei_news .inlist {
	display: flex;
	padding-bottom: 30px
}

.nei_news .inlist .img {
	overflow: hidden;
	width: 170px
}

.nei_news .inlist:hover img {
	transition: all .5s;
	transform: scale(1.05)
}

.nei_news .inlist .txt {
	padding-left: 30px;
	width: calc(100% - 170px)
}

.nei_news .inlist .txt h3 {
	overflow: hidden;
	padding: 5px 0;
	color: #525252;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px
}

.nei_news .inlist .txt .data {
	color: #999;
	font-size: 9pt;
	line-height: 23px
}

.nei_news .inlist .txt p {
	display: -webkit-box;
	overflow: hidden;
	color: #313131;
	font-size: 14px;
	line-height: 25px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.nei_news .inlist .txt a {
	display: block
}

.nei_news .inlist:hover h3 {
	color: #966546
}

.nei_newxq {
	padding: 50px 0
}

.nei_newxq .newxq_cont {
	padding: 20px 0;
	border-top: 1px solid #cccc;
	border-bottom: 1px solid #cccc;
	font-size: 14px;
	line-height: 25px
}

.nei_newxq .newxq_tit h3 {
	font-size: 18px
}

.nei_newxq .newxq_tit .data {
	padding: 15px 0;
	font-size: 13px
}

.nei_newxq .newxq_page {
	overflow: hidden;
	margin: 15px 0
}

.nei_contact .container {
	display: flex;
	padding: 50px 15px;
	justify-content: space-between
}

.nei_contact .cact_msg {
	width: 48%
}

.nei_contact .cact_msg .txt {
	font-size: 14px;
	line-height: 25px
}

.nei_contact .cact_msg .txt h3 {
	margin: 30px 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #272727;
	font-size: 22px
}

.nei_contact .cact_add {
	box-sizing: border-box;
	padding: 30px 30px 15px;
	width: 48%;
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9
}

.nei_contact .cact_msg form {
	display: flex;
	flex-flow: wrap
}

.nei_contact .cact_msg .ipt {
	margin-bottom: 15px;
	width: 48%
}

.nei_contact .cact_msg .area {
	width: 100%
}

.nei_contact .cact_msg textarea {
	padding: 10px 50px 10px 10px;
	width: 100%;
	height: 130px;
	text-indent: 1em;
	resize: none
}

.nei_contact .cact_msg .p1 {
	height: 40px;
	line-height: 40px
}

.nei_contact .cact_msg .p2 {
	position: relative;
	display: flex;
	padding: 5px 0;
	border: 1px solid #ccc
}

.nei_contact .cact_msg .p2:hover {
	border: 1px solid #313131;
	transition: all .3s
}

.nei_contact .cact_msg .p2 i {
	display: inline-block;
	width: 40px;
	height: 30px;
	border-left: 1px solid #ccc;
	color: #ccc;
	text-align: center;
	line-height: 30px
}

.nei_contact .cact_msg .p2 input {
	width: calc(100% - 40px);
	height: 30px;
	outline: 0;
	text-indent: 1em
}

.nei_contact .cact_msg .ipt:nth-child(odd) {
	margin-right: 2%
}

.nei_contact .cact_msg .ipt:nth-child(even) {
	margin-left: 2%
}

.nei_contact .cact_msg .area i {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block
}

.nei_contact .cact_msg button {
	margin-top: 30px;
	padding: 5px 30px;
	background-color: #272727;
	color: #fff;
	cursor: pointer;
	transition: all .3s
}

.nei_contact .cact_msg button:hover {
	background-color: #08c;
	color: #fff;
	transition: all .3s
}

.nei_contact .cact_add .add_list {
	margin-bottom: 15px;
	line-height: 25px
}

.nei_contact .cact_add .add_list i {
	display: inline-block;
	margin-right: 5px;
	color: #666;
	vertical-align: middle
}

.nei_contact .cact_add .add_list h3 {
	margin-bottom: 10px;
	font-weight: lighter;
	font-size: 18px
}

.nei_ditu {
	padding: 50px 0
}

.nei_ditu .inlist {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #eee
}

.nei_ditu .inlist h3 {
	margin-right: 15px;
	padding-top: 10px;
	width: 90pt
}

.nei_ditu .inlist .dt_ul {
	display: flex;
	padding: 10px 0;
	width: calc(100% - 135px);
	background-color: #f6f6f6;
	flex-flow: wrap
}

.nei_ditu .inlist .dt_ul li {
	width: 12.5%;
	text-align: center;
	line-height: 35px
}

.ind_choose_lay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 70px 0 50px;
	background: #666 url(../images/parallax-bg-dark.jpg) center;
	background-size: cover
}

.ind_choose>img {
	transform: translateY(-100px);
	-ms-transform: translateY(-100px)
}

.banimg02 {
	display: none!important
}

@media(max-width:1024px) {
	.banimg02 {
		display: block!important
	}

	.banimg01 {
		display: none!important
	}

	.ind_ban .ban_float .text {
		max-width: 60vw
	}

	.foot_top .foot_list .inlist {
		font-size: 9pt;
		line-height: 23px
	}

	header .nav_foot .nav_list li {
		padding: 0 10px
	}

	.ind_ban .ban_float .text .h2 {
		font-size: 35px
	}

	.ind_ban .ban_float .text .p {
		font-size: 1pc;
		line-height: 25px
	}

	.ind_about,.ind_cases {
		padding: 30px 0
	}

	.ind_about .ab_tit h2 {
		font-size: 30px
	}

	.ind_choose .ch_list li .icon {
		margin: 0 15px;
		width: 55px;
		height: 55px;
		line-height: 55px
	}

	.ind_choose .ch_list li .txt {
		width: calc(100% - 85px);
		line-height: 20px
	}

	.ind_cases .case_list {
		margin-top: 30px
	}

	.nei_about .ab_list .inlist {
		width: 31.333%
	}

	.nei_head .left {
		width: 20%;
		min-width: 200px
	}

	.nei_head .right {
		width: 80%;
		font-size: 13px
	}

	.page_pro {
		margin: 15px 0
	}

	.nei_contact .container {
		flex-wrap: wrap
	}

	.nei_contact .cact_msg {
		width: 100%
	}

	.nei_contact .cact_add {
		margin-top: 30px;
		width: 100%
	}
}

@media(max-width:770px) {
	.ind_ban .swiper_banner .ban1 {
		display: none
	}

	.ind_ban .swiper_banner .ban2 {
		display: block
	}
}

@media(max-width:480px) {
	header .nav_foot .logo {
		width: 150px
	}

	header .nav_foot {
		height: 60px
	}

	header .m_menu {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: normal
	}

	header .m_menu i {
		position: absolute;
		left: 50%;
		margin-left: -20px;
		width: 40px;
		height: 2px;
		background-color: #000;
		transition: all .5s
	}

	header .m_menu .i1 {
		top: 25%
	}

	header .m_menu .i2 {
		top: 50%
	}

	header .m_menu .i3 {
		top: 75%
	}

	header .m_menu.active .i1 {
		transition: all .5s;
		transform: rotate(45deg);
		transform-origin: 8px 7px
	}

	header .m_menu.active .i2 {
		opacity: 0;
		transition: all .5s;
		transform: translate(-20px,0)
	}

	header .m_menu.active .i3 {
		transition: all .5s;
		transform: rotate(-45deg);
		transform-origin: 8px -5px
	}

	header .nav_top {
		display: none
	}

	.ind_ban {
		margin-top: 60px
	}

	header .nav_foot .nav_list {
		position: fixed;
		top: 0;
		right: -10pc;
		bottom: 0;
		display: initial;
		padding-top: 60px;
		width: 155px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.5);
		transition: all .5s
	}

	header .nav_foot .nav_list li {
		display: initial;
		padding: 0;
		width: 100%;
		height: 45px;
		line-height: 45px
	}

	header .nav_foot .nav_list li a {
		display: block
	}

	header .nav_foot .nav_list li i {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		vertical-align: middle
	}

	.ind_ban .ban_float .text {
		max-width: 80vw
	}

	.ind_ban .ban_float .text .h2 {
		margin-bottom: 10px;
		font-size: 20px
	}

	.ind_ban .ban_float .text .p {
		font-size: 9pt;
		line-height: normal
	}

	.ind_about .ab_tit h2 {
		font-size: 25px
	}

	.ind_about .ab_tit p {
		font-size: 13px
	}

	.ind_about .ab_list {
		flex-flow: wrap
	}

	.ind_about .ab_list .inlist {
		margin-bottom: 15px;
		width: 48%
	}

	.ind_about .ab_list .ico i {
		font-size: 30px
	}

	.ind_choose .ch_tit h3 {
		font-size: 25px
	}

	.ind_choose .ch_list {
		flex-flow: wrap
	}

	.ind_choose .ch_list .left {
		width: 100%
	}

	.ind_choose .ch_list .right {
		margin-top: 15px;
		width: 100%
	}

	.ind_choose .ch_list .left li .icon {
		order: 0
	}

	.ind_choose .ch_list .left li .txt {
		text-align: left
	}

	.ind_choose .ch_list li {
		margin-bottom: 15px
	}

	.ind_choose .ch_list:after {
		display: none
	}

	.ind_cases .case_menu li {
		margin: 0 1px;
		padding: 10px 8px;
		font-size: 13px
	}

	.ind_cases .case_list li {
		width: calc(50% - 15px)
	}

	.ind_cases .case_list .link a {
		padding: 5px;
		min-width: 52px;
		font-size: 9pt
	}

	.ind_cases .case_list .p {
		font-size: 13px
	}

	.ind_choose {
		padding: 25% 0
	}

	.ind_cact {
		font-size: 1pc;
		line-height: 25px
	}

	.ind_sevice .sev_menu {
		border: initial;
		background-color: initial;
		flex-flow: wrap
	}

	.ind_sevice .sev_menu li {
		margin-bottom: 5px;
		width: 100%;
		border-top: 1px solid #f1f1f1
	}

	.ind_sevice .sev_menu li:after,.ind_sevice .sev_menu li:before {
		display: none
	}

	.ind_sevice .inlist {
		padding: 0;
		flex-flow: wrap
	}

	.ind_sevice .inlist.active {
		padding: 15px 0!important;
		flex-flow: wrap
	}

	.ind_sevice .sev2 li {
		width: 48%;
		font-size: 9pt
	}

	.ind_sevice .sev2 li i {
		width: 5pc;
		height: 5pc;
		font-size: 30px;
		line-height: 5pc
	}

	.ind_sevice .sev2 h4 {
		margin-bottom: 10px;
		font-size: 14px
	}

	.ind_sevice .sev3 li {
		box-sizing: border-box;
		padding: 0 5px;
		width: 50%
	}

	.ind_sevice .sev3 .p b {
		font-size: 18px
	}

	.ind_sevice .sev3 .p {
		line-height: normal
	}

	.ind_sevice .sev3 li i {
		height: 70px;
		font-size: 35px;
		line-height: 70px
	}

	.ind_sevice .sev1_txt p {
		line-height: 22px
	}

	.ind_sevice .sev4 li {
		margin-bottom: 15px;
		width: 50%
	}

	.ind_sevice .sev4 p {
		font-size: 14px
	}

	.ind_sevice .sev4 .ico {
		width: 65px;
		height: 65px;
		line-height: 65px
	}

	.ind_sevice .sev4 .ico i {
		font-size: 25px
	}

	.ind_contact .cact_ul li {
		margin: 0 10px;
		padding: 5px 20px
	}

	.ind_contact #allmap {
		min-height: 250px
	}

	.foot_top .foot_list {
		flex-flow: wrap
	}

	.foot_top .foot_list .inlist {
		width: 100%
	}

	.foot_copy {
		margin-bottom: 50px
	}

	.ind_contact .cact_tit h3 {
		font-size: 20px
	}

	.nei_head {
		margin-top: 60px;
		padding: 15px 0
	}

	.nei_head .left h2 {
		font-size: 20px
	}

	.nei_head .left p {
		padding: 10px 0 0
	}

	.nei_about,.nei_case,.nei_casexq,.nei_newxq,.nei_yewu {
		padding: 30px 0
	}

	.nei_about .ab_txt {
		line-height: 25px;
		flex-flow: wrap
	}

	.nei_about .ab_txt .left {
		padding: 0;
		width: 100%
	}

	.nei_about .ab_txt .right {
		margin-top: 15px;
		padding: 0;
		padding: 15px 0;
		width: 100%;
		border-top: 1px solid #ccc;
		border-left: 0
	}

	.nei_about .ab_list .inlist {
		width: 48%
	}

	.nei_about .ab_list .inner {
		padding: 10px
	}

	.nei_about .ab_list .inner h4 {
		padding: 10px 0;
		font-size: 1pc
	}

	.nei_about .ab_list .inner p {
		font-size: 13px
	}

	.nei_head .container {
		flex-flow: wrap
	}

	.nei_head .left,.nei_head .right {
		width: 100%
	}

	.nei_head .right {
		margin-top: 10px;
		text-align: left
	}

	.nei_head .right a {
		margin: 0 3px
	}

	.nei_case .case_list li {
		width: calc(50% - 15px)
	}

	.nei_case .case_list .link a {
		padding: 3px;
		width: 58px;
		height: 20px;
		font-size: 9pt
	}

	.nei_casexq .casexq_cont {
		flex-flow: wrap
	}

	.nei_casexq .left {
		margin: 0;
		width: 100%;
		order: 1
	}

	.nei_casexq .right {
		width: 100%
	}

	.nei_casexq .right .more a {
		margin: 15px 0
	}

	.nei_casexq .newxq_page p {
		float: none;
		overflow: hidden;
		margin-bottom: 5px;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.nei_yewu .inlist {
		width: 100%
	}

	.nei_yewu .ye_cact {
		font-size: 1pc;
		line-height: 30px
	}

	.nei_yewu .ye_cact .fr {
		padding: 0 20px;
		height: 40px;
		font-size: 14px;
		line-height: 40px
	}

	.nei_yewu .inlist .txt h3 {
		margin-bottom: 10px
	}

	.nei_news .inlist {
		flex-flow: wrap
	}

	.nei_news .inlist .img,.nei_news .inlist .img img {
		width: 100%
	}

	.nei_news .inlist .txt {
		padding: 0;
		width: 100%
	}

	.nei_news .inlist .txt h3 {
		padding-top: 10px;
		font-size: 1pc
	}

	.nei_newxq .newxq_page p {
		float: none;
		margin-bottom: 5px
	}

	.nei_contact .container {
		padding: 30px 15px
	}

	.nei_contact .cact_msg .ipt {
		width: 100%
	}

	.nei_contact .cact_msg .ipt:nth-child(even),.nei_contact .cact_msg .ipt:nth-child(odd) {
		margin: 0
	}

	.nei_contact .cact_add {
		padding: 15px
	}

	.nei_contact .cact_add .add_list {
		margin-bottom: 15px;
		line-height: 22px
	}

	.nei_contact .cact_add .add_list h3 {
		font-size: 1pc
	}
}

.list_pages {
	margin-top: 20px;
	margin-bottom: 75pt;
	height: 52px;
	text-align: center
}

.list_pages ul li {
	float: none;
	display: inline-block;
	margin: 0 2px;
	padding: 4px 8px;
	width: auto;
	border: 1px solid #eee;
	background-color: #eee;
	zoom: 1
}

.list_pages ul li a {
	color: #606060
}

.list_pages ul li a:hover {
	color: #000
}

.list_pages ul li.thisclass,.list_pages ul li.thisclass a,.list_pages ul li.thisclass a:hover {
	border: 1px solid #e27f3e;
	background-color: #e27f3e;
	color: #fff
}

.list_pages .pageinfo {
	float: none;
	padding: 4px 10px
}

.list_pages .pageinfo,.list_pages .pageinfo strong {
	color: #555;
	font-weight: 400
}

.list_pages select {
	display: none;
	vertical-align: middle;
	font: 9pt Verdana,Arial,Tahoma
}

@media(max-width:320px) {
	.ind_cases .case_menu li {
		padding: 10px 4px;
		font-size: 9pt
	}
}

.css3 {
	width: calc(100%+2em);
	box-shadow: 0;
	font-size: 24px
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

fieldset,img {
	border: 0
}

:focus {
	outline: 0
}

address,cite,code,ctoolion,dfn,em,optgroup,strong,th,var {
	font-style: normal
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	font-size: 100%
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

button,input,optgroup,option,select,textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit
}

code,kbd,samp,tt {
	font-size: 100%
}

body {
	line-height: 1.5
}

ol,ul {
	list-style: none
}

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

ctoolion,th {
	text-align: left
}

sub,sup {
	vertical-align: baseline;
	font-size: 100%
}

:link,:visited,ins {
	text-decoration: none
}

blockquote,q {
	quotes: none
}

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

.ye_fisht{
	margin: 29px 0;
}

.foot_tab h3{  display: inline-block; margin-right: 10px; }
.foot_tab h3.active a{ color: #fff !important; }
.uk_tab ul{ display: none; }
.uk_tab ul.active{ display: block; }


