
/*gotop*/
.gotop {
	display: inline-block;
	position: fixed;
	font-weight: bold;
	text-align: center;
	right: 50px;
	bottom: 50px;
	border-radius: 50%;
	background-color: #ccc;
	/*box-shadow: rgba(58, 165, 96, 0.5) 0px 4px 24px;*/
	color: #fff;
	text-align: center;
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(50%) scale(0.8);
	-webkit-transform: translateY(50%) scale(0.8);
	-ms-transform: translateY(50%) scale(0.8);
	-o-transform: translateY(50%) scale(0.8);
	transform: translateY(50%) scale(0.8);
	overflow: hidden;
}

.gotop:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:#111;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.gotop em,
.gotop:before {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.gotop em {
	font-size: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 1;
}

.gotop:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%; background:url(../images/top.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 36px;
	background-size: auto 36px;
	position: relative;
	z-index: 1;
}

.gotop:hover,
.gotop.active:hover {
	color: #f90;
}

.gotop:hover:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff;
}

.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}




/* web_head */
.web_head {
	border-bottom: 1px solid #f6f6f6;
}
.web_head .head_top .wd1200{  padding-top:7px; padding-bottom:7px;}

.web_head .head_top {
	background-color: #006cb7;
}

.web_head .head_top .top_right {
	float: right;
}

.web_head .change-language {
	display: inline-block; background:url(images/yy.gif) no-repeat left; background-size:25px; height:25px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}

.web_head .change-language .change-language-title {
	margin-left: 15px;
	position: relative;
}

.web_head .change-language .change-language-title a {
	color: #fff;
}

.web_head .btn--search {
	display: inline-block;
	width: 35px;
	height: 16px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.web_head .btn--search:after,
.web_head .btn--search:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 16px;
	background-image: url(img/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.web_head .btn--search:after {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(.6) translateY(60%);
	-ms-transform: scale(.6) translateY(60%);
	-o-transform: scale(.6) translateY(60%);
	transform: scale(.6) translateY(60%);
}

.web_head .btn--search:hover:after {
	webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: .6;
	filter: alpha(opacity=60);
}

.web_head .btn--search:hover:before {
	opacity: 0;
	-webkit-transform: scale(.6) translateY(-60%);
	-ms-transform: scale(.6) translateY(-60%);
	-o-transform: scale(.6) translateY(-60%);
	transform: scale(.6) translateY(-60%);
}

.web_head .change-language+.btn--search {
	border-left: 1px solid #fff;
	margin-left: 13px;
}

.web_head .head_layer .layout:after {
	width: 0;
}

.web_head .head_layer .layout { margin:0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.web_head .logo {

}


.web_head .nav_wrap { /*margin-top:20px;*/
	height: 80px;
	text-align: right;

/*	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;*/
}

.web_head .head_nav {
/*	display: inline-block;
	max-width: 98%;
	vertical-align: middle;*/
}

.web_head .head_nav>li {
	display: inline-block; line-height:80px;
	margin-left: 50px;
	position: relative;
}

.web_head .head_nav>li>a {
	display: inline-block;
	vertical-align:middle;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;

}

.web_head .head_nav>li>a>b {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-width: 0;
	border-left-width: 4px;
	border-right-width: 4px;
	vertical-align: middle;
	margin-left: 5px;
}

.web_head .head_nav>li>a:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
}

.web_head .head_nav>li:hover>a {
	color: #006cb7;
}

.web_head .head_nav>li:hover>a:after {
	width: 100%;
	background-color: #006835;
}

.web_head .head_nav>li ul {
	width: 200px;
	border-top: 1px solid #fff;
/*	padding: 15px 0;*/
	background-color: rgba(255, 255, 255, 1);
	*background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5fff, endColorstr=#e5fff);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 8px 8px 10px rgba(0, 0, 0, .08);
}

.nav_wrap .head_nav li.menu_left ul {
	/* left: auto; */
	right: 0;
}

.nav_wrap .head_nav li.menu_left ul ul {
	left: 102%;
}

.nav_wrap .head_nav>li.nav-current>a {
	color: #aaa;
}

.nav_wrap .head_nav>li li {
	position: relative;
	text-align: left;
	padding: 0 15px;
}

.nav_wrap .head_nav>li li a {
	display: block;
	line-height: 1.8em;
	padding: 8px 5px 8px 0;
	font-size: 16px;
	position: relative;
	color: #333;
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
	content: '';
	display: block;
	width: 2px;
	height: 30%;
	background-color: #006cb7;
	position: absolute;
	left: -15px;
	top: 40%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav_wrap .head_nav>li li a:hover:before,
.nav_wrap .head_nav>li li:hover>a:before {
	top: 50%;
	margin-top: -11px;
	height: 22px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li li b:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 5px solid #006cb7;
	border-left-width: 6px;
	border-right: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: 0;
	top: 14px;
}

.nav_wrap .head_nav>li li:last-child>a {
	border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
	color: #006cb7;
	padding-left: 5px;
	padding-right: 0;
}

.nav_wrap .head_nav>li li:hover>a b:after {
	border-left-color: #006835;
}

.nav_wrap .head_nav>li ul ul {
	left: 102%;
	top: -15px;
}

.nav_wrap .head_nav li:hover>ul {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.head_layer .wd1200{ padding-top:15px; padding-bottom:5px;}
.fixed-nav .logo,
.fixed-nav .nav_wrap { height:70px;

}

.fixed-nav .logo img {
	max-height: 70px;
}

.fixed-nav .head_layer .wd1200{ padding-top:15px; padding-bottom:15px;}
.fixed-nav .head_layer {
	width: 100%;
/*	position: fixed;*/
	left: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	background-color: rgba(255, 255, 255, 1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.fixed-nav .head_layer:after {
	display: none;
}

.fixed-nav .nav_wrap .head_nav>li {
	line-height: 70px;
}

.web_head .head_nav>li>a:after {
	top: 100%;
	margin-top: -5px;
	display: none;
}

.fixed-nav .head_nav>li ul {
	top: 100%;
}

.fixed-nav-active .head_layer {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
	opacity: 1;
	height: 100%;
}

.fixed-nav .head_top {
	display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}




@media only screen and (max-width:950px) {


	.web_head .logo {
		position: relative;
		display: block;
		float: none;
		text-align: center;
	}

	.web_head {
		padding: 25px 0 0;
		height: auto;
	}

	.web_head .nav_wrap .head_nav,
	.web_head .change-language,
	.web_head .btn--search {
		display: none;
	}

	.web_head .nav_wrap {
		position: static;
	}

	.web_head .btn--search {
		right: 0;
		top: -20px;
		margin: 0;
	}

	.web_head .head-search {
		display: none;
	}

	.head-search {
		position: relative;
		width: 90%;
		height: 35px;
		background: #000;
		margin: 0 auto;
	}

	.head-search .search-ipt {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		color: #FFF;
		padding: 0 10px;
	}

	.head-search .search-btn {
		position: absolute;
		width: 35px;
		height: 100%;
		background: url(img/search_btn_mobile.png) no-repeat center center;
		-webkit-background-size: auto 16px;
		background-size: auto 16px;
		border: none;
		right: 0;
		top: 0;
		display: block !important;
	}

	.head-search .search-attr {
		display: none;
	}

	/* header */
	.web_head .head_top {
		padding: 0;
		background: none;
	}

	.web_head .head_layer {
		padding: 15px 0;
	}

	.web_head .head_layer .layout {
		display: block;
	}

	.web_head .logo {
		height: auto;
	}

	.web_head .logo img {
		width: auto;
		max-height: 80px;
	}

	.path_bar {
		background-attachment: scroll !important;
	}

	/*nav */
	.head_nav {
		width: 100%;
		padding: 0 5px;
	}

	.head_nav li {
		padding-left: 28px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.head_nav li,
	.head_nav li a {
		color: #111;
	}

	.head_nav li.has-child {
		padding-left: 28px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.head_nav li.has-child>a {
		margin-top: 3px;
		margin-bottom: 3px;
		margin-right: 35px;
	}

	.head_nav li.has-child>ul {
		display: none;
	}

	.head_nav li.siblings-no-menu {
		position: relative;
		padding-left: 15px;
	}

	.head_nav li a {
		display: block;
		height: 1.4em;
		line-height: 1.4em;
		position: relative;
	}

	.head_nav li a:hover {
		color: inherit;
	}

	.head_nav li em {
		display: block;
		height: 1.4em;
		overflow: hidden;
	}

	.head_nav li li {
		font-size: 14px;
	}

	.head_nav li li li {
		font-size: 12px;
	}

	.head_nav li li a {
		color: #666;
	}

	.head_nav li.has-child a b {
		display: inline-block;
		width: 15px;
		height: 15px;
		border: 1px solid #111;
		border-radius: 2px;
		overflow: hidden;
		line-height: 15px;
		position: absolute;
		right: -35px;
		top: 1px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.head_nav li.has-child a b:before,
	.head_nav li.has-child a b:after {
		content: '';
		display: block;
		width: 9px;
		height: 1px;
		background-color: #111;
		position: absolute;
		left: 3px;
		top: 50%;
		margin-top: -.5px;
	}

	.head_nav li.has-child a b:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.head_nav li.has-child a:hover b {
		border-color: #111;
	}

	.head_nav>li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
	}

	.head_nav>li>a {
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: -1px;
		position: relative;
		text-transform: uppercase;
		position: relative;
	}

	.head_nav li,
	.head_nav li.has-child {
		padding-left: 0;
	}

	.head_nav li li,
	.head_nav li li.has-child {
		padding-left: 15px;
	}

	.head_nav li.active>a>b:after {
		display: none;
	}

	.head_nav li.active>a>b {
		background-color: #111;
	}

	.head_nav li.active>a>b:before,
	.head_nav li.active>a>b:after {
		background-color: #fff;
	}

	.web_head .nav_wrap {
		display: none;
	}

}




@media only screen and (max-width:480px) {
	.mobile-hide {
		display: none !important;
	}

	.gotop {
		display: none !important;
	}

	.service_item {
		width: 100%;
	}

	.blog-item .item-img {
		width: 150px;
	}

	.table_wrap {
		overflow-x: scroll;
	}

	/*header*/
	.web_head .logo img {
		max-height: 80px;
	}


}


















/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {display: none;}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {display: block}



.change-language .change-language-cont {
	position: absolute; background:#006cb7;
	top:32px;left:0px;
/*	right: 0;*/
	width: 140px;
	transform: scale3d(0.9, 0.9, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
/*	border: 1px solid #ccc;
	border-radius: 5px;*/
	
}

.change-language:hover .change-language-cont {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;}
	
.change-language .change-language-cont li span{ color:#fff;font-size:15px; }
.change-language .change-language-cont li:nth-child(1){ border-bottom:1px solid rgba(255,255,255,0.1)}
.change-language .change-language-cont li {
	display: inline-block;
	vertical-align: top; height:40px;
	width: 100%; line-height:40px; text-align:center;
	font-size: 14px;
	overflow: hidden;

}

.change-language .change-language-cont li:hover { background:#231815;}

.change-language .change-language-cont .lang-item-hide {display: none !important;}

.change-language .change-language-cont .lang-more {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 30px;}

.change-language .change-language-cont .more-active {font-size: 20px;}

.language-flag span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline; font-size:17px;
	*zoom: 1;
	white-space: nowrap;
	overflow: hidden;}

