@charset "utf-8";
@font-face {
	font-family: 'opensans';
	src: url(../font/opensans.eot);
}
@font-face {
	font-family: 'opensans_b';
	src: url(../font/opensans-bold.eot);
}
@font-face {
	font-family: 'frankruhllibre';
	src: url(../font/frankruhllibre-black.eot);
}
@font-face {
	font-family: 'opensans';
	src: url(../font/opensans.eot);
	src: url(../font/opensans.ttf);
	src: url(../font/opensans.svg);
	src: url(../font/opensans.woff);
	src: url(../font/opensans.woff2);
	src: url(../font/original-opensans.ttf);
}
@font-face {
	font-family: 'opensans_b';
	src: url(../font/original-opensans-bold.ttf);
	src: url(../font/opensans-bold.eot);
	src: url(../font/opensans-bold.svg);
	src: url(../font/opensans-bold.ttf);
	src: url(../font/opensans-bold.woff);
	src: url(../font/opensans-bold.woff2);
}
@font-face {
	font-family: 'frankruhllibre';
	src: url(../font/original-frankruhllibre-black.ttf);
	src: url(../font/frankruhllibre-black.eot);
	src: url(../font/frankruhllibre-black.svg);
	src: url(../font/frankruhllibre-black.ttf);
	src: url(../font/frankruhllibre-black.woff);
	src: url(../font/frankruhllibre-black.woff2);
}/*reset*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
:focus {
	outline: 0;
}
body, ul, img, p, input, dl, dd, tr, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #777;
	line-height: 26px;
}
input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}
body {
	overflow-x: hidden;
	font-size: 13px;
	line-height: 30px;
	word-wrap: break-word;
	color: #777;
	font-family: 'opensans';
}
.table-responsive {
	overflow: auto;
	min-height: .01%;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	line-height: 0;
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
a:hover {
	text-decoration: none !important;
}
a:focus {
	outline-style: none;
	-moz-outline-style: none;
	text-decoration: none;
}
.clear {
	clear: both;
}
a:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a, img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul li {
	list-style-position: inside;
}/*top_section*/
.top_section {
	background: #eee;
	padding: 7px 0;
	line-height: 22px;
}
.top_section a {
	line-height: 22px;
}
.top_section a:hover {
	color: #003e85;
}
.top_section .top_con {
	float: left;
}
.top_section .top_r {
	float: right;
}
.top_section .top_language {
	float: right;
	font-size: 14px;
}
.top_section .top_language a {
	display: inline-block;
	margin-left: 10px;
	line-height: 30px;
	text-transform: capitalize;
}
.top_section .top_language a img {
	margin-right: 8px;
}
.top_section .top_con p {
	display: inline-block;
	font-size: 14px;
	color: #777;
	margin-top: 4px;
}
.top_section .top_con p a {
	font-size: 14px;
	color: #777;
}
.top_section .top_con p a:hover {
	color: #084489;
}
.top_section .top_con .tel {
	background: url(../images/top_tel.png) no-repeat left 2px;
	padding-left: 26px;
}
.top_section .top_con .email {
	background: url(../images/top_email.png) no-repeat 0px 3px;
	padding-left: 28px;
	margin-left: 20px;
}
.top_section .top_sns {
	float: left;
	margin-right: 10px;
}
.top_section .top_sns a {
	margin: 0px 2px;
	display: inline-block;
}
.top_section .top_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

@media only screen and (max-width: 960px) {
.top_section .top_con .email {
	margin-left: 15px;
}
.top_section .top_sns a {
	margin-left: 0px;
}
}/* Top Search*/
.search_box {
	float: right;
	z-index: 8888888;
	margin-left: 55px;
}
.search {
	line-height: 30px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #003e85 url(../images/search_ico.png) no-repeat center center;
	display: inline-block;
	color: #fff !important;
	text-transform: uppercase;
}
.search img {
	margin-left: 10px;
}
.search:hover {
	color: #fff;
}
.top-search {
	display: block;
	width: 60%;
	max-width: 500px;
	position: absolute;
	right: 0;
	top: 80px;
	display: none;
	z-index: 9999999;
	background: #fafafa;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.05);
}
.top-search h4 {
	font-size: 20px;
	text-align: center;
	color: #333;
	margin: 15px 0;
	text-transform: capitalize;
	display: none;
	font-family: 'opensans_b';
	display: none;
}
.top-search .input-group-addon i {
	float: right;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
}
.top-search .input-group-addon i:hover {
	color: #c30d23;
}
.top-search .form-control {
	box-shadow: none;
	border: none;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #808080;
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 20px;
	text-align: left;
	font-size: 13px;
	border-radius: 5px;
}
.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
}
.top-search .input-group {
	width: 100%;
	padding: 10px 40px 10px 10px;
}
.btn_search1 {
	background: url(../images/search.png) no-repeat center center;
	top: 0px;
	height: 40px;
	position: absolute;
	right: 2px;
	width: 44px;
	z-index: 3;
}
.header_search {
	position: relative;
	z-index: 9999999;
}
.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}
.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.attr-nav {
	float: right;
	padding-top: 27px;
	z-index: 9999999;
	display: inline-block;
}
.attr-nav ul li {
	list-style: none;
}
.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
}/*nav_section*/
.nav_section {
	padding: 16px 0;
}
.nav_section #logo {
	float: left;
}
.nav_section .nav_r {
	float: right;
	position: relative;
}
.nav_section #cssmenu {
	float: left;
	margin-top: 18px;
}/*header_section*/
.header_section {
	padding: 20px 0;
}
.header_section #logo {
	float: left;
}

@media only screen and (min-width: 998px) {
.small-mdzz {
	position: fixed;
	z-index: 8888888;
	top: 0px;
	right: 0;
	width: 100%;
	max-width: 100% !important;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	margin-top: 0px;
	padding: 0;
	background: #fff;
}
}

@media only screen and (max-width:1200px) {
.header_section #logo {
	margin: 0px;
	width: 100%;
	text-align: center;
}
#cssmenu > ul > li {
	padding: 0px 16px;
}
}

@media only screen and (max-width:960px) {
.header_main {
	width: 100%;
}
.header_section #logo {
	margin: 0px;
	width: 100%;
	text-align: center;
}
#cssmenu > ul > li {
	padding: 0px 8px;
}
.top_section .top_sns {
	display: none;
}
}

@media only screen and (max-width:768px) {
.nav_section {
	padding-bottom: 0px;
}
.header_main {
	position: relative;
}
#cssmenu {
	margin-top: 10px;
}
.top_section .top_con .tel {
	display: none;
}
.top_section .top_con .skype {
	display: none;
}
.top_section .top_con .email {
	background-position: left center;
	padding-left: 30px;
	margin-left: 0px;
}
#cssmenu > ul > li {
	padding: 0px;
}
.nav_section .nav_r {
	width: 100%;
	position: relative;
}
.attr-nav {
	position: absolute;
	top: -74px;
	right: 20px;
}
.nav_section #logo img {
	max-height: 60px;
	margin-left: 15px;
}
.nav_section .container {
	padding: 0px;
}
.top-search {
	top: 12px;
}
.top-search {
	max-width: 100%;
	width: 100%;
}
}

@media only screen and (max-width:600px) {
.top_section .top_con .tel {
	display: none;
}
.top_section .top_con .email {
	border-left: none;
	border-left: 0px;
	margin-left: 0px;
}
}/*banner*//* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide .img img {
	display: block;
	margin: 0 auto;
}
.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;
}/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}/* Dots */
.slick-dots {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
	z-index: 999;
	left: 0;
	margin-top: 34px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 6px;
	width: 27px;
	margin: 0px 5px;
	padding: 0px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 6px;
	width: 27px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #ddd;
	border-radius: 5px;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li.slick-active button {
	background: #084489;
}
.i_title {
	text-align: center;
	margin-bottom: 40px;
}
.i_title h4 {
	color: #333;
	font-size: 36px;
	font-family: 'frankruhllibre';
	text-transform: capitalize;
	margin-bottom: 16px;
	background: url(../images/title_line.png) no-repeat center bottom;
	padding-bottom: 28px;
}
.i_title .p {
	font-size: 13px;
	color: #808080;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	max-width: 740px;
	margin: 0 auto;
}

@media only screen and (max-width:768px) {
.i_title {
	font-size: 24px;
}
.i_title h4 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#cssmenu > ul > li > a {
	font-size: 13px;
	padding: 12px 15px 12px;
}
}
.i_more a {
	display: inline-block;
	background: #084489;
	line-height: 40px;
	padding: 0px 36px;
	color: #fff;
	font-size: 13px;
	font-family: 'opensans_b';
	text-transform: uppercase;
	position: relative;
}
.i_more a i {
	margin-left: 10px;
	font-size: 20px;
}

@media only screen and (max-width:768px) {
.i_more a {
	line-height: 36px;
	padding: 0px 20px;
}
}
.i_more a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.i_more a:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}/*about_section*/
.about_section {
	background: url(../images/about_bg.jpg) no-repeat left top;
	padding-top: 50px;
	padding: 65px 0;
	padding-top: 80px;
}
.about_section .h4 {
	font-size: 36px;
	color: #333;
	font-family: 'frankruhllibre';
}
.about_section .about_text {
	float: left;
	width: 50%;
}
.about_section .about_text h4 a {
	font-size: 20px;
	font-family: 'opensans_b';
	color: #003e85;
	display: block;
	line-height: 30px;
	margin-top: 30px;
}
.about_section .about_text .about_p {
	color: #777;
	line-height: 30px;
	max-height: 240px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
}
.about_section .about_text .i_more {
	margin-top: 30px;
}
.about_section .about_img {
	float: right;
	width: 50%;
	padding-left: 15px;
}
.about_section .about_img img {
	width: 100%;
}
.about_section .about_img .img {
	position: relative;
	display: block;
}
.about_section .about_img .img span {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5) url(../images/video_ico.png) no-repeat center center;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -37px;
	margin-top: -37px;
	z-index: 5;
}
.about_section .about_img .img img {
	position: relative;
	z-index: 5;
}
.about_section .about_img .img:before {
	position: absolute;
	width: 0;
	right: -15px;
	bottom: -55px;
	height: 0;
	border-width: 425px 582px 0 0;
	border-style: solid;
	border-color: transparent #084489 transparent transparent;
	margin: 40px auto;
	content: '';
}

@media only screen and (max-width:1200px) {
.about_section .about_img .img:before {
	display: none;
}
}

@media only screen and (max-width:768px) {
.about_section {
	margin-top: 0px;
	padding: 40px 0;
}
.about_section .about_text {
	width: 100%;
	margin-bottom: 30px;
}
.about_section .about_img {
	width: 100%;
	padding-left: 0px;
}
.about_section .i_title {
	text-align: center;
}
.about_section .i_title h4 {
	background-position: center bottom;
}
.about_section .about_text {
	text-align: center;
}
.about_section .h4 {
	font-size: 24px;
}
.about_section .about_text h4 a {
	font-size: 16px;
	margin-top: 0px;
}
}/* Numbers */
.numbers {
	margin-top: 30px;
}
.numbers .mun_main {
	padding: 40px 0px;
	position: relative;
	cursor: pointer;
}
.numbers > .container > div {
	position: relative;
	z-index: 100;
}
.number-plus .numbers__num {
	position: relative;
}
.number-plus .numbers__num:after {
	position: absolute;
	font-size: 40px;
	color: #333;
	content: '+';
	top: -10px;
	right: -20px;
}
.number-per .numbers__num {
	position: relative;
}
.number-per .numbers__num:after {
	position: absolute;
	font-size: 40px;
	color: #fff;
	content: '%';
	top: 0px;
	right: -10px;
}

@media only screen and (max-width:1440px) {
.numbers > .container > div {
	margin: 0;
}
}
.numbers__one {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.numbers__one:after {
	width: 1px;
	height: 86%;
	background: #eee;
	content: '';
	position: absolute;
	right: 14%;
	top: 7%;
}
.numbers__one:last-child:after {
	content: none;
}
.numbers__one img {
	float: left;
	margin-right: 20px;
	background: #eee;
	border-radius: 50%;
}
.numbers__num {
	color: #212121;
	font-size: 40px;
	line-height: 50px;
	font-family: 'frankruhllibre';
	display: inline-block;
	margin-top: 10px;
}
.number__desc {
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 22px;
	font-size: 14px;
}

@media only screen and (max-width:960px) {
.numbers__num {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
}
.numbers__one img {
	width: 60px;
}
.number__desc {
	font-size: 12px;
}
.numbers__one {
	margin-bottom: 0px;
}
.about_section {
	padding-bottom: 30px;
}
}

@media only screen and (max-width:768px) {
.numbers {
	margin-top: 0px;
}
.numbers__one {
	width: 50%;
	padding: 0px;
	margin: 10px 0;
}
.numbers__one .img {
	max-width: 60px;
	margin-right: 10px;
}
.numbers__num {
	font-size: 30px;
}
.numbers .mun_main {
	padding: 20px 0;
}
.number__desc {
	margin-top: 0px;
}
.numbers__num {
	margin-top: 0;
}
.number__desc {
	font-size: 12px;
}
.numbers__one:after {
	content: none;
}
}

@media only screen and (max-width:600px) {
.numbers__one .img {
	max-width: 40px;
}
}

@media only screen and (max-width:360px) {
.numbers {
	display: none;
}
}/*pro_section*/
.pro_section .li * {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.pro_section {
	background: #f7f7f7 url(../images/pro_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 200px;
	padding-bottom: 60px;
}
.pro_section .li {
	margin: 0px 15px;
}
.pro_section .li .img {
	position: relative;
	overflow: hidden;
	display: block;
	border: 2px solid #eee;
}
.pro_section .li .img .overly {
	position: absolute;
	left: 0px;
	bottom: 400px;
	width: 100%;
	background: rgba(255,255,255,0.75);
	height: 100%;
	border-bottom: 3px solid #003e85;
}
.pro_section .li .img .icon {
	position: absolute;
	left: 50%;
	top: -100px;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	background: url(../images/pro_ico.png) no-repeat center center;
}
.pro_section .li:hover .overly {
	bottom: 0px;
}
.pro_section .li:hover .img .icon {
	top: 50%;
}
.pro_section .li .a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.pro_section .li h4 a {
	font-size: 14px;
	color: #333;
	font-family: 'opensans_b';
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0 5px;
}
.pro_section .li:hover h4 a {
	color: #003e85;
}
.pro_section .li p {
	font-size: 13px;
	color: #808080;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-align: center;
}
.pro_section .li:hover img {
	transform: scale(1.1);
}
.pro_section .slick-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 50px;
	top: -120px;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #fff;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
.pro_section .slick-prev::before {
	border-radius: 0;
	color: #003e85;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f104";
	line-height: 40px;
}
.pro_section .slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: -120px;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #003e85;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
.pro_section .slick-next::before {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f105";
	line-height: 40px;
}
.pro_section .slick-prev:hover, .news_section .slick-next:hover {
	opacity: 1;
}

@media only screen and (max-width:960px) {
.pro_section {
	padding-top: 100px;
	padding-bottom: 30px;
}
}/*news_section*/
.news_section {
	padding-top: 80px;
}
.news_section .news_l {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.news_section .news_l .img {
	position: relative;
}
.news_section .news_l h4 {
	background: rgba(0,0,0,0.7);
	padding: 10px 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.news_section .news_l h4 a {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: block;
	font-family: 'opensans_b';
	text-align: center;
}
.news_section .news_l img {
	width: 100%;
}
.news_section .news_l .li img:hover {
	transform: scale(1.1);
}
.news_section .news_r {
	float: left;
	width: 50%;
	padding-left: 20px;
}
.news_section .news_r ul li {
	list-style: none;
	margin-bottom: 26px;
}
.news_section .news_r ul li .img {
	float: left;
	width: 28%;
	margin-right: 30px;
	overflow: hidden;
}
.news_section .news_r ul li h4 a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	font-family: 'opensans_b';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_section .news_r ul li p {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #808080;
	margin: 5px 0;
}
.news_section .news_r ul li .other span {
	color: #aaa;
	font-size: 13px;
	margin-right: 6px;
}
.news_section .news_r ul li .other span i {
	margin-right: 6px;
}
.news_section .news_r ul li .other a {
	font-size: 14px;
	color: #003e85;
	font-family: 'opensans_b';
	text-transform: uppercase;
	margin-left: 6px;
}
.news_section .news_r ul li:hover img {
	transform: scale(1.1);
}
.news_section .news_r ul li:hover h4 a {
	color: #003e85;
}
.news_section .slick-prev {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 50%;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #003e85;
	border: none;
	opacity: 1;
	margin-top: -15px;
}
.news_section .slick-prev::before {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f104";
	line-height: 30px;
}
.news_section .slick-next {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 50%;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #003e85;
	border: none;
	opacity: 1;
	margin-top: -15px;
}
.news_section .slick-next::before {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 24px;
	content: "\f105";
	line-height: 30px;
}
.news_section .slick-prev:hover, .news_section .slick-next:hover {
	opacity: 1;
}

@media only screen and (max-width:1440px) {
.news_section .slider {
	overflow: hidden;
}
.news_section .slick-prev {
	left: 10px;
}
.news_section .slick-next {
	right: 10px;
}
}

@media only screen and (max-width:768px) {
.news_section .news_l {
	width: 100%;
	padding: 0px;
}
.news_section .news_r {
	width: 100%;
	padding: 0px;
	margin-top: 30px;
}
.news_section {
	padding-top: 30px;
}
.news_section .news_r ul li .img {
	width: 40%;
}
}/*map_section*/
.map_section {
	margin-top: 90px;
	background: url(../images/map_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 80px;
}
.map_section .map_l {
	float: left;
	width: 50%;
	padding-right: 30px;
	margin-top: 30px;
}
.map_section .map_r {
	float: left;
	width: 50%;
	padding-left: 30px;
	margin-top: 30px;
}
.map_section .map_img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-align: center;
}
.map_section .map_img:hover {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	background: #fff;
	border-radius: 30px;
}
.map_section h4 a {
	font-size: 24px;
	color: #333;
	font-family: 'opensans_b';
	display: block;
	text-align: center;
	margin: 15px 0;
}
.map_section h4 a:hover {
	color: #003e85;
}
.map_section p {
	font-size: 13px;
	color: #777;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	padding: 0px 30px;
	text-align: center;
}

@media only screen and (max-width:768px) {
.map_section {
	margin-top: 30px;
}
.map_section .map_l {
	width: 100%;
	padding-right: 0px;
	text-align: center;
}
.map_section .map_r {
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
.map_section h4 a {
	font-size: 20px;
}
.map_section {
	padding-bottom: 30px;
}
}/*con_section*/
.con_section {
	background: url(../images/contact_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	padding-bottom: 90px;
	padding-top: 50px;
	text-align: center;
}
#counterBgdx {
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.con_section .input_main {
	float: left;
	width: 634px;
	position: relative;
	z-index: 999;
	background: rgba(0,62,133,0.9);
	padding: 35px;
}
.con_section .input_main h4 {
	line-height: 30px;
	padding: 18px 0 10px;
	font-family: 'frankruhllibre';
	color: #fff;
	text-transform: capitalize;
	font-size: 36px;
}
.con_section .input_main .p {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 20px;
}
.con_section .in_email {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	padding-left: 0px;
	width: 100%;
	border: none;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 20px;
	background-color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	padding-left: 15px;
}
.con_section .in_tel {
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	width: 100%;
	border: none;
	border: 1px solid #ddd;
	color: #777;
	margin-bottom: 20px;
	background-color: #f0f4f7;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
	padding-left: 15px;
}
.con_section .in_message {
	line-height: 34px;
	font-size: 12px;
	height: 98px;
	padding-left: 15px;
	width: 100%;
	color: #777;
	border: none;
	border: 1px solid #ddd;
	margin-bottom: 28px;
	background-color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	position: relative;
}
.con_section .btn_1 {
	line-height: 50px;
	height: 50px;
	padding: 0px 54px;
	background: #fff;
	font-size: 14px;
	font-family: 'opensans_b';
	border: none;
	color: #003e85;
	text-transform: uppercase;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.con_section .btn_1:hover {
	background: #004fa9;
	color: #fff;
}
.con_section .btn_1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.con_section .btn_1:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.con_section .in_email {
	background: #fff url(../images/inquiry_email.png) no-repeat 20px 16px;
	padding-left: 50px;
}
.con_section .in_tel {
	background: #fff url(../images/inquiry_tel.png) no-repeat 20px 14px;
	padding-left: 50px;
}
.con_section .in_message {
	background: #fff url(../images/inquiry_message.png) no-repeat 20px 10px;
	padding-left: 50px;
}
.con_section .in_email:focus, .con_section .in_tel:focus, .con_section .in_message:focus {
	border: 1px solid #084489;
}
.con_section .contact_r {
	float: right;
	width: 50%;
	padding-left: 63px;
}
.con_section .contact_r .con_ul {
	margin-top: 50%;
	z-index: 999;
	position: relative;
}
.con_section .contact_r .con_ul ul li {
	list-style: none;
}
.con_section .contact_r .con_ul ul .tel {
	background: url(../images/con_tel.png) no-repeat 30px top;
	line-height: 40px;
	padding: 22px;
	border-radius: 20px;
	border: 2px solid rgba(255,255,255,0.1);
	padding-left: 97px;
	font-size: 20px;
	color: #fff;
	font-family: 'opensans_b';
	display: inline-block;
	margin-bottom: 16px;
	width: 410px;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.con_section .contact_r .con_ul ul .email {
	background: url(../images/con_email.png) no-repeat 30px top;
	line-height: 40px;
	padding: 22px;
	border-radius: 20px;
	border: 2px solid rgba(255,255,255,0.1);
	padding-left: 97px;
	font-size: 20px;
	color: #fff;
	font-family: 'opensans_b';
	display: inline-block;
	width: 410px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.con_section .contact_r .con_ul ul .email a {
	border-bottom: 2px solid rgba(255,255,255,0);
	color: #fff;
	line-height: 44px;
}
.con_section .contact_r .con_ul ul .tel:hover {
	border: 2px solid #084489;
	background-color: #084489;
	background-position: 30px -88px;
}
.con_section .contact_r .con_ul ul .email:hover {
	border: 2px solid #084489;
	background-color: #084489;
	background-position: 30px -88px;
}
.con_section .contact_r .con_ul ul .email:hover a {
	border-bottom: 2px solid rgba(255,255,255,0.4);
}

@media only screen and (max-width:960px) {
.con_section .contact_l {
	width: 100%;
}
.con_section .contact_r .con_ul {
	margin-top: 20px;
}
.con_section .contact_r {
	width: 100%;
	padding-left: 0px;
}
.con_section .contact_r .con_ul ul .tel, .con_section .contact_r .con_ul ul .email {
	width: 100%;
}
.con_section .contact_r .con_ul ul .tel {
	border: 2px solid #084489;
	background-color: #084489;
	background-position: 30px -102px;
}
.con_section .contact_r .con_ul ul .email {
	border: 2px solid #084489;
	background-color: #084489;
	background-position: 30px -102px;
}
.con_section .contact_r .con_ul ul .email a {
	border-bottom: 2px solid rgba(255,255,255,0.4);
}
.con_section .contact_r .con_ul ul .tel, .con_section .contact_r .con_ul ul .email {
	padding-top: 10px;
	padding-bottom: 10px;
}
.con_section .contact_r .con_ul ul .email a {
	border-bottom: none;
}
.con_section {
	padding: 40px 0;
}
}

@media only screen and (max-width:768px) {
.con_section .input_main h4 {
	font-size: 24px;
}
.con_section .input_main {
	padding: 15px;
}
.con_section .contact_l h4 {
	font-size: 20px;
}
.con_section .contact_r .con_ul ul .tel, .con_section .contact_r .con_ul ul .email {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.con_section .contact_r .con_ul ul .tel, .con_section .contact_r .con_ul ul .email {
	font-size: 15px;
}
.con_section .contact_r .con_ul ul .email, .con_section .contact_r .con_ul ul .tel {
	background-size: 40px auto;
	background-position: 10px -68px;
}
.con_section .in_email, .con_section .in_tel {
	line-height: 42px;
	height: 42px;
}
.con_section .input_main {
	width: 100%;
}
}/*footer*/
#footer {
	background: #003463 url(../images/footer_bg.png) no-repeat 10% center;
	padding-bottom: 40px;
	padding-top: 70px;
	color: #809ab1;
	font-size: 13px;
}
#footer ul li {
	list-style: none;
}
#footer .modules a {
	color: #809ab1;
}
#footer .modules a:hover {
	color: #fff;
}
#footer .footer_con {
	float: left;
	width: 35%;
	padding-right: 5%;
}
#footer .footer_follow {
	float: left;
	width: 22%;
	padding-right: 5%;
}
#footer .footer_tags {
	float: left;
	width: 20%;
	padding-right: 5%;
}
#footer .footer_message {
	float: left;
	width: 23%;
}

@media only screen and (max-width:768px) {
#footer .footer_con {
	float: left;
	width: 100%;
	padding-right: 0%;
}
#footer .footer_follow {
	float: left;
	width: 100%;
	padding-right: 0%;
}
#footer .footer_tags {
	float: left;
	width: 100%;
	padding-right: 0%;
}
#footer .footer_message {
	float: left;
	width: 100%;
}
}
#footer .footer_follow ul li a, .footer_tags ul li a {
	line-height: 24px;
	padding: 5px 0;
	display: inline-block;
}
#footer .footer_con ul li {
	padding: 7px 0;
	line-height: 24px;
}
#footer .footer_con ul li {
	line-height: 22px;
	padding: 9px 0;
}
#footer .footer_con ul li a {
	line-height: 22px;
}
#footer .footer_con ul .li1 {
	background: url(../images/footer_add.png) no-repeat left 5px;
	padding-left: 40px;
}
#footer .footer_con ul .li2 {
	background: url(../images/footer_tel.png) no-repeat left 1px;
	padding-left: 40px;
}
#footer .footer_con ul .li3 {
	background: url(../images/footer_email.png) no-repeat left 1px;
	padding-left: 40px;
}
#footer .footer_con ul .li4 {
	background: url(../images/footer_fax.png) no-repeat left 1px;
	padding-left: 40px;
}
#footer .footer_con ul .li5 {
	background: url(../images/footer_whatsapp.png) no-repeat left 1px;
	padding-left: 40px;
}
#footer .footer_email .p {
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
}
#footer .email {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
#footer .email_main {
	height: 44px;
	color: #999;
	float: left;
	line-height: 44px;
	font-size: 13px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	border: none;
	background: none;
	background: #fff;
	padding-left: 12px;
}
#footer .email_main:focus {
	background: #fff;
	color: #333;
}
#footer .email_btn {
	background: #003e85;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'opensans_b';
	line-height: 40px;
	padding: 0px 16px;
	margin-top: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width: 100%;
	text-align: left;
	position: relative;
	border: none;
}
#footer .email_btn:after {
	position: absolute;
	font-size: 18px;
	color: #fff;
	content: "\f105";
	font-family: "FontAwesome";
	top: 0px;
	right: 16px;
}
#footer .email_btn:hover {
	background: #004fa9;
}
#footer .email_btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
#footer .email_btn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.footer_message .footer_sns a {
	display: inline-block;
	margin-right: 4px;
}
.footer_message .footer_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
*:focus {
	outline: none;
}
#footer .title_h4 {
	font-size: 22px;
	color: #fff;
	font-family: 'frankruhllibre';
	margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
#footer .title_h4 {
	position: relative;
	margin-top: 0;
	background: rgba(255,255,255,0.1);
	font-size: 14px;
	padding-bottom: 0px;
	padding: 4px 10px;
	margin-bottom: 15px;
}
#footer .title_h4:after {
	display: block;
	content: "\f078";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 14px;
	top: 3px;
	color: #fff;
}
#footer .title_h4.active:after {
	content: "\f077";
}
}
.footer_bottom {
	background: #00315d;
	padding: 12px 0;
	font-size: 13px;
	color: #66839e;
	text-align: center;
	line-height: 22px;
}
.footer_bottom .links a {
	margin: 0px 4px;
	line-height: 22px;
}
.footer_bottom a {
	color: #66839e;
	font-size: 13px;
}
.footer_bottom a:hover {
	color: #fff;
}/*service*/
.online_section {
	position: fixed;
	z-index: 9999998;
	top: 200px;
	right: -190px;
	transition: all .3s ease;
}
.online_section ul li {
	list-style: none;
	width: 220px;
	height: 36px;
	color: #555;
	padding-left: 42px;
	margin-bottom: 3px;
	border-radius: 5px;
	transition: all .5s ease;
	overflow: hidden;
	margin-bottom: 3px;
	line-height: 36px;
	font-size: 13px;
	border: 1px solid #084489;
}
.online_section ul li a {
	line-height: 36px;
	font-size: 13px;
	color: #fff;
}
.online_section .online_tel {
	background: #fff url(../images/online_t.png) no-repeat;
}
.online_section .online_email {
	background: #084489 url(../images/online_e.png) no-repeat;
}
.online_section .online_whatsapp {
	background: #fff url(../images/online_w.png) no-repeat;
}
.online_section .online_skype {
	background: #084489 url(../images/online_s.png) no-repeat;
}
.online_section .online_coad {
	background: #fff url(../images/online_c.png) no-repeat;
	padding: 0px;
	border-radius: 5px;
}
.online_section .online_coad p {
	padding-left: 42px;
	font-family: 'opensans_b';
	color: #333;
	font-size: 12px;
}
.online_coad .img {
	max-width: 150px;
	padding: 10px 30px;
	padding-top: 0px;
}

@media only screen and (max-width: 768px) {
.online_section {
	display: none;
}
}/*footer_nav*/
.footer_nav, .height {
	display: none
}

@media only screen and (max-width: 768px) {
.footer_nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	display: block;
	overflow: hidden;
	z-index: 999999
}
.height {
	height: 50px;
	display: block
}
.footer_nav {
	background: #084489;
	padding: 12px 0 5px;
	border-top: 2px solid #fff;
}
.footer_nav ul li {
	float: left;
	width: 20%;
	text-align: center;
	list-style: none;
	padding: 0px 10px;
}
.footer_nav ul li i {
	font-size: 16px;
	color: #fff;
}
.footer_nav ul li:nth-child(4) {
	float: right;
}
.footer_nav ul li:nth-child(5) {
	float: right;
}
.footer_nav ul li p {
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
	text-transform: capitalize;
	line-height: 12px;
}
}

@media only screen and (max-width: 375px) {
.footer_nav ul li p {
	display: none;
}
.height {
	height: 43px;
}
}/*service*/
#online_qq_layer {
	z-index: 9999999;
	position: fixed;
	right: 0px;
	bottom: 0;
}
#floatShow {
	display: block;
}
#floatHide {
	display: none;
}
#online_qq_tab {
	position: relative;
	z-index: 9;
}
#online_qq_tab #floatShow {
	overflow: hidden;
	background: url(../images/ser_2.png) no-repeat left bottom;
	height: 36px;
	width: 170px;
	padding-top: 5px;
	font-size: 12px;
	padding-left: 42px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'opensans_b';
}

@media only screen and (min-width:768px) {
#online_qq_tab #floatShow:hover {
	width: 180px;
}
}
#online_qq_tab #floatShow img {
	max-height: 24px;
	float: right;
	margin-top: 6px;
}
#online_qq_tab #floatHide img {
	max-height: 32px;
	float: right;
	margin-top: 2px;
}
#online_qq_tab #floatHide {
	overflow: hidden;
	background: #084489 url(../images/ser_1.png) no-repeat left center;
	width: 100%;
	height: 40px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	padding-left: 50px;
	width: 300px;
	text-transform: capitalize;
	margin-right: 10px;
	font-family: 'opensans_b';
}
#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 13px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border: 1px solid #eee;
	margin-right: 10px;
}
#online_qq_tab #floatHide:after {
	position: absolute;
	right: 9px;
	top: 0px;
	height: 36px;
	width: 48px;
	content: '';
	background: url(../images/ser_3.png) no-repeat left center;
}
.web_inquiry .p {
	font-size: 13px;
	color: #555;
	line-height: 22px;
	margin-bottom: 10px;
}
.web_inquiry {
	padding: 15px;
}
.web_inquiry .input_1 {
	line-height: 38px;
	height: 38px;
	border: 1px solid #ddd;
	padding-left: 10px;
	width: 100%;
	background: none;
	color: #777;
	margin-bottom: 15px;
	font-size: 12px;
}
.web_inquiry .input_1:focus {
	color: #333;
	border: 1px solid #084489;
}
.web_inquiry .input_2 {
	line-height: 26px;
	height: 80px;
	border: 1px solid #ddd;
	padding-left: 10px;
	width: 100%;
	background: none;
	color: #777;
	margin-bottom: 15px;
	font-size: 12px;
}
.web_inquiry .input_2:focus {
	color: #333;
	border: 1px solid #084489;
}
.web_inquiry .google_genzong {
	line-height: 36px;
	height: 36px;
	background: #084489;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding: 0px 32px;
	border: none;
	font-family: 'opensans_b';
}
.web_inquiry .google_genzong i {
	margin-right: 6px;
}
.web_inquiry .google_genzong::before {
	line-height: 36px !important;
}

@media only screen and (max-width: 768px) {
#onlineService {
	width: 100%;
}
#online_qq_layer {
	width: 100%;
}
#online_qq_tab {
	width: 100%;
}
#online_qq_tab #floatShow {
	background: url(../images/inquiry_ico.png) no-repeat;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -23px;
	padding-left: 46px;
}
#online_qq_tab #floatHide {
	width: 100%;
	background: #084489 url(../images/ser_1.png) no-repeat left center;
	width: 100%;
	height: 36px;
}
}/*back-top*/
.totop {
	width: 46px;
	height: 46px;
	position: fixed;
	right: 30px;
	bottom: 80px;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,0.3) url(../images/top.png) no-repeat center center;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.5);
}
.totop:hover {
	background: #084489 url(../images/top.png) no-repeat center center;
	border: 2px solid #084489;
}

@media only screen and (max-width: 768px) {
.totop {
	display: none;
	bottom: 80px;
}
.totop:hover {
	bottom: 80px;
}
.totop {
	max-width: 40px;
	height: 40px;
}
}/*n_main*/
.mbx_section {
	position: relative;
	background: #f7f7f7;
	text-align: center;
	padding: 12px 0;
}
.mbx_section .img img {
	width: 100%;
	height: auto;
}
.mbx_section .h4 {
	color: #333;
	font-size: 30px;
	font-family: 'frankruhllibre';
	text-transform: capitalize;
	line-height: 40px;
}
.mbx_section .mbx {
	font-size: 13px;
	margin-top: 0px;
}
.mbx_section .mbx a {
	color: #777;
	font-size: 13px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.mbx_section .mbx a:hover {
	color: #084489;
	border-bottom: 1px solid #084489;
}
.mbx_section .mbx a i {
	margin-right: 4px;
	color: #084489;
}
.mbx_section .mbx span {
	font-size: 13px;
	color: #dcdcdc;
	margin: 0px 10px;
}
.mbx_section .mbx h2 {
	color: #777;
	font-size: 13px;
	display: inline-block;
}
.mbx_section .icon i {
	font-size: 17px;
	color: #fff;
	line-height: 36px;
	width: 36px;
	border-radius: 5px;
	background: #084489;
	text-align: center;
	border-bottom: 2px solid #33678b;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 36px;
}

@media only screen and (max-width: 768px) {
.mbx_section .h4 {
	width: 100%;
	text-align: center;
	font-size: 22px;
}
.mbx_section .mbx {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.mbx_section h4 {
	border-bottom: none;
}
.mbx_section .icon i {
	display: none;
}
.mbx_section {
	padding-left: 0;
}
.mbx_section h4 {
	margin-top: 10px;
	line-height: 24px;
}
}
.n_main {
	padding: 40px 0 60px;
	color: #777;
}
.n_banner img {
	width: 100%;
}
.section_title {
	margin-top: 30px;
	background: url(../images/stay_ico.png) no-repeat left center;
	font-family: 'frankruhllibre';
	color: #333;
	padding: 4px 0px;
	line-height: 30px;
	text-transform: capitalize;
	font-size: 24px;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
}
.contact .h4 h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'frankruhllibre';
	text-transform: capitalize;
	text-align: center;
}
.contact .h4 .p {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
.section_title {
	font-size: 20px;
}
}
.prom_r {
	float: right;
	width: 28%;
	padding-left: 50px;
}
.prom_l {
	float: left;
	width: 72%;
}
.n_left {
	float: left;
	width: 28%;
	padding-right: 50px;
}
.left_h4 {
	font-family: 'frankruhllibre';
	color: #333;
	font-size: 24px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.nav_h4 {
	font-family: 'frankruhllibre';
	color: #333;
	font-size: 24px;
	position: inherit;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.n_right {
	float: right;
	width: 72%;
}
.n_left .block {
	margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
.n_left {
	width: 100%;
	padding-right: 0;
}
.n_right {
	width: 100%;
	border-left: none !important;
	padding-left: 0px;
}
.left_h4 span {
	background: none;
}
.left_h4 {
	position: relative;
	margin-bottom: 20px;
	background: none;
	text-align: left !important;
	background: #084489 !important;
	padding: 0px 10px;
	line-height: 36px;
	color: #fff !important;
	font-size: 16px !important;
	border-bottom: none;
}
.left_h4:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	top: 0px;
	color: #fff;
}
.left_h4.active:after {
	content: "\f106";
}
.n_left .toggle_content {
	padding-bottom: 30px;
}
.nav_h4 {
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	background: #084489;
	padding: 3px 10px;
	font-size: 16px;
}
.nav_h4:before {
	content: none;
}
.nav_h4:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	top: 4px;
	color: #fff;
}
.nav_h4.active:after {
	content: "\f106";
}
}
.bt11 .img {
	position: relative;
}
.bt11 .img img {
	width: 100%;
	background: #fff;
}
.bt11 .img .line {
	position: relative;
	overflow: hidden;
	display: block;
}
.bt11 .img .line:after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	left: 10px;
	top: 10px;
	content: '';
	border: 1px solid rgba(255,255,255,0.5);
	transition: all ease-out .3s;
	opacity: 0;
}
.bt11 .img {
	transition-duration: 0.6s;
	width: 100%;
	transition-timing-function: ease-out;
}
.bt11 .img:hover .line img {
	transform: scale(1.1);
}
.bt11 .icon {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0;
	display: block;
	transition: all ease-out .3s;
	text-align: center;
	font-size: 40px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: url(../images/links_ico.png) no-repeat center center;
	width: 60px;
	height: 60px;
}
.bt11 .img:hover .icon {
	opacity: 1;
	top: 50%;
}
.cbp-vm-view-grid ul li .li {
	overflow: hidden;
}
.cbp-vm-view-grid ul li:hover .icon {
	opacity: 1;
	top: 50%;
}
.cbp-vm-view-grid ul li:hover .line img {
	opacity: 0.5;
}
.cbp-vm-view-grid ul li .img a {
	display: block;
	overflow: inherit;
}
.cbp-vm-view-grid ul li:hover .img img {
	transform: scale(1.1);
}
.rel_pro .li {
	overflow: hidden;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.rel_pro .li .img a {
	display: block;
	overflow: hidden;
}
.rel_pro .li:hover .img img {
	transform: scale(1.1);
}/*left*/
ul.mtree {
	opacity: 0;
	margin-left: 0;
}
ul.mtree>li {
	list-style: none;
	margin-bottom: 3px;
	background: #f7f7f7;
}
ul.mtree>li:last-child {
	border-bottom: none;
}
ul.mtree a {
	display: block;
	font-size: 14px;
	color: #212121;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding: 10px 30px 10px 10px;
	line-height: 22px;
	padding-right: 36px;
}
ul.mtree li ul a {
	padding: 8px 25px 8px 15px;
}
ul.mtree ul li:last-child a {
	border: none;
}
ul.mtree li.mtree-node > a {
	font-size: 14px;
}
ul.mtree.transit li.mtree-open>span:before {
	content: "-";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 30px;
	color: #333;
	font-style: normal;
	padding: 3px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
ul.mtree.transit li.mtree-closed>span:before {
	content: "+";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	color: #333;
	font-style: normal;
	padding: 6px 17px;
	position: absolute;
	right: 0;
	top: 0;
}
ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "-";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 30px;
	color: #333;
	font-style: normal;
	background: none;
	padding: 2px 14px;
	position: absolute;
	right: 2px;
	top: 0;
}
ul.mtree .mtree-level-1 li.mtree-closed>span:before {
	content: "+";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 20px;
	color: #333;
	font-style: normal;
	background: none;
	padding: 4px 12px;
	position: absolute;
	right: 2px;
	top: 0;
}
ul.mtree>li:hover>a {
	color: #084489;
}
ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}
ul.mtree>li.mtree-open {
	color: #084489;
	padding-bottom: 0;
}
ul.mtree>li.mtree-open>a {
	color: #084489;
}
ul.mtree>li.mtree-node:hover>a {
	color: #084489;
	text-decoration: none;
}
ul.mtree ul {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
}
ul.mtree ul li {
	list-style: none;
	position: relative;
}
ul.mtree ul li a {
	display: block;
	color: #777;
	font-size: 14px;
}
ul.mtree>li>ul>li>a {
	font-size: 13px !important;
}
ul.mtree ul li a:hover {
	color: #084489;
}
ul.mtree li ul li.mtree-open a {
	color: #084489;
	text-decoration: none;
}
ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}
ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 13px;
}
ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #084489;
	font-weight: normal;
}
ul.mtree.jet ul {
	margin-left: 0;
}
ul.mtree.jet li {
	margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
	margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
	border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
	background: #FFC000;
	color: #FFF;
}
ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
	padding-left: 2em;
}
ul.mtree.jet li li li > a {
	padding-left: 3em;
}
ul.mtree.jet li li li li > a {
	padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
	padding-left: 5em;
}
ul.mtree a:hover {
	text-decoration: none;
}
ul.mtree>li.mtree-node ul i {
	margin-right: 4px;
}
.mtree-skin-selector {
	display: none !important
}
ul.mtree>li>a:before {
	display: none;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0px;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	left: 5px;
	top: 0;
	padding: 8px 0;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #aaa;
}/*ul.mtree>li.active>a{color:#084489; padding-left:20px;}ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}*//*hot_left*/
.hot_left ul li {
	list-style: none;
	margin-top: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.hot_left ul li .img {
	float: left;
	width: 34%;
	display: inline-block;
	margin-right: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	overflow: hidden;
	overflow: hidden;
	border: 1px solid #eee;
}
.hot_left ul li .more {
	color: #084489;
	font-family: 'opensans_b';
	text-transform: uppercase;
	font-size: 12px;
}
.hot_left ul li .more i {
	margin-left: 4px;
}
.hot_left ul li h4 a {
	font-size: 13px;
	color: #333;
	overflow: hidden;
	line-height: 26px;
	margin-top: 5px;
	max-height: 52px;
	display: block;
}
.hot_left ul li:hover h4 a {
	color: #084489;
}
.hot_left ul li:hover .img img {
	transform: scale(1.1);
}/*LATEST NEWS*/
.news_left {
	margin-top: 30px;
	background: none;
	padding: 0;
}
.news_left ul li {
	list-style: none;
	padding-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_left ul li h4 a {
	font-size: 14px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'opensans_b';
}
.news_left ul li p {
	margin-top: 4px;
	font-size: 13px;
	color: #777;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.news_left ul li .day {
	font-size: 13px;
	color: #084489;
	margin-top: 5px;
}
.news_left ul li:hover h4 a {
	color: #084489;
}
.news_left ul li .day i {
	margin-right: 6px;
}/*about*/
.team {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eee;
}
.team ul li {
	list-style: none;
}
.team ul li .li {
	background: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.team ul li .li .img {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	max-width: 218px;
}
.team ul li .li h4 {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.team ul li .li p {
	line-height: 24px;
	color: #8f8f8f;
	margin: 10px 0;
}
.team ul li .li .icon a {
	margin: 0px 10px;
}/*page_left*/
.page_left .nav ul {
	background: #fbfbfb;
	padding: 15px;
}
.page_left .nav ul li {
	list-style: none;
	border-bottom: 1px dashed #eee;
	padding: 5px 0;
}
.page_left .nav ul .active a {
	color: #fff;
}
.page_left .nav ul .active i {
	color: #fff;
}
.page_left .nav ul li a {
	color: #555;
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
}
.page_left .nav ul li a i {
	font-size: 13px;
	color: #bbb;
	margin-right: 10px;
}
.page_left .nav ul li:hover a, .page_left .nav ul li:hover i {
	color: #fff;
}
.adv_left {
	margin-top: 30px;
}
.adv_left .toggle_content {
	border: 1px solid #eee;
	padding: 15px;
}
.adv_left h4 a {
	font-size: 14px;
	color: #808080;
	text-align: center;
	display: block;
	margin-top: 15px;
}/*contact*/
.com_ul {
	margin-top: 30px;
}
.com_ul a:hover {
	color: #084489;
}
.com_ul .h4 span {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	padding: 0px 30px;
	display: inline-block;
}
.com_ul li {
	list-style: none;
	text-align: center;
}
.com_ul li .li {
	padding: 30px 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #f7f7f7;
}
.com_ul li .li .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background: #084489;
	font-size: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.com_ul li .li:hover .icon {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.com_ul li .li .icon i {
	line-height: 60px;
}
.com_ul li .li h4, .com_ul li .li h4 a {
	color: #333;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	line-height: 20px;
	overflow: hidden;
	margin: 15px 0 5px;
	font-family: 'opensans_b';
	text-transform: uppercase;
}
.com_ul li .li p {
	font-size: 14px;
	color: #808080;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.com_ul li .li em {
	font-style: normal;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #084489;
	font-size: 16px;
	margin: 10px 0;
	display: inline-block;
	font-family: 'opensans_b';
}
.com_ul li .li em i {
	margin-left: 10px;
}
.com_ul .con_info {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.com_ul .con_infop {
	line-height: 30px;
	font-size: 13px;
	color: #777;
}
.contact {
	margin-bottom: 40px;
}
.contact map {
	margin-top: 20px;
}
.contact .con_infop {
	padding-top: 10px;
	font-size: 13px;
}
.contact .contact_section .contact_box {
	text-align: left;
	margin-left: 0px;
}
.contact .contact_inq .req {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}
.contact .contact_inq .req span {
	color: red;
}
.contact_inq .p {
	font-size: 13px;
	color: #777;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 15px;
}
.contact_inq .input_1 {
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
	color: #999;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.contact_inq .input_1:focus {
	border: 1px solid #084489;
	color: #333;
}
.contact_inq .input_2 {
	line-height: 40px;
	font-size: 13px;
	height: 100px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.contact_inq .input_2:focus {
	border: 1px solid #084489;
	color: #333;
}
.contact_inq .in_email {
	background: #fff url(../images/inquiry_email.png) no-repeat 8px center;
	padding-left: 40px;
}
.contact_inq .in_tel {
	background: #fff url(../images/inquiry_tel.png) no-repeat 8px center;
	padding-left: 40px;
}
.contact_inq .in_message {
	background: #fff url(../images/inquiry_message.png) no-repeat 8px 10px;
	padding-left: 40px;
}
.contact_email {
	float: right;
}
.contact_email .email {
	background: url(../images/con_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 30px;
}
.contact_email .email h4 {
	font-size: 26px;
	color: #fff;
	text-transform: capitalize;
	line-height: 40px;
	font-family: 'opensans_b';
	text-transform: capitalize;
}
.contact_email .email p {
	color: #fff0e0;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 10px 0;
}
.contact_email .email .email_main {
	background: #fff;
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding-left: 10px;
	border: none;
	color: #999;
	border-radius: 30px;
}
.contact_email .email_btn {
	background: #084489;
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding-left: 10px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
	border-radius: 30px;
}
.contact_oth {
	margin-top: 40px;
}
.contact .map {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
.contact_m {
	padding: 0px;
}
.con_map {
	margin-top: 20px;
}
.com_ul li {
	margin-bottom: 15px;
}
.com_ul li .li h4 {
	margin: 5px 0;
}
.contact_email {
	width: 100%;
}
.contact_email {
	margin-top: 20px;
}
.contact_oth {
	padding: 20px 0;
	margin: 20px 0;
}
.com_ul {
	margin-bottom: 20px;
}
.com_ul li .li {
	background: #fafafa;
}
}/*news*/
.news .img {
	width: 32%;
	margin-right: 20px;
	overflow: hidden;
	display: block;
	float: left;
}
.news .img img {
	width: 100%;
}

@media only screen and (max-width: 980px) {
.news .img {
	width: 45%;
}
}
.news ul li {
	list-style: none;
	margin-bottom: 30px;
}
.news ul li .pic {
	display: block;
	overflow: hidden;
}
.news ul li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.news ul li h4 a {
	font-size: 14px;
	color: #333;
	font-family: 'opensans_b';
	display: block;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
	overflow: hidden;
}
.news ul li p {
	font-size: 13px;
	color: #999;
	max-height: 60px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom: 10px;
}
.more_1 {
	line-height: 30px;
	display: inline-block;
	border: 1px solid #eee;
	font-size: 12px;
	font-family: 'opensans_b';
	text-transform: uppercase;
	color: #333;
	padding: 0px 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.more_1 i {
	margin-left: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.news ul li h4:hover a {
	color: #084489;
}
.news ul li:hover img {
	transform: scale(1.1);
}
.more_1:hover {
	background: #084489;
	color: #fff;
	border: 1px solid #084489;
}
.more_1:hover i {
	color: #fff;
}

@media only screen and (max-width: 550px) {
.more_1 {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.news ul li h4 a {
	overflow: hidden;
	height: 48px;
}
}

@media only screen and (max-width: 375px) {
.news .img {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: 20px;
}
}/*翻页*/
.page_p {
	margin: 30px auto 0px;
	text-align: center;
	width: 100%;
	font-size: 13px;
}
.page_p a {
	display: inline-block;
	font-size: 13px;
	line-height: 34px;
	padding: 0px 12px;
	margin-left: 5px;
	color: #555;
	margin-top: 5px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	border: 2px solid #eee;
}
.page_p a i {
	line-height: 34px;
}
.page_p a:hover {
	background: #084489;
	color: #fff !important;
	border: 2px solid #084489;
}
.total {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.total span {
	color: #084489;
}
.page_p>span {
	padding: 0px 12px;
	border: 2px solid #084489;
	line-height: 34px;
	background: #084489;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
}
.cbp-vm-view-grid .page_more {
	display: none;
}
.page_more i {
	display: none;
}
.page_more a {
	display: inline-block;
	line-height: 22px;
	border-radius: 5px;
	border: 2px solid #084489;
	color: #084489;
	text-align: center;
	padding: 4px 30px;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 20px;
}
.page_more a span {
	color: #084489;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.page_more a:hover {
	background: #084489;
}
.page_more a:hover span {
	color: #fff;
}
#pre_next {
	margin: 10px 0;
	list-style: none;
	font-size: 13px;
	background: #f7f7f7;
	padding: 6px 15px;
	margin-top: 20px;
}
#pre_next li {
	padding: 4px 0px;
	border-bottom: none;
	margin-bottom: 0px;
	border-left: none;
}
#pre_next span {
	color: #555;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-align: center;
	padding: 5px 0px;
	font-family: 'opensans_b';
	text-transform: uppercase;
	font-size: 14px;
}
#pre_next span i {
	margin-right: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #084489;
	background: none;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
}
#pre_next a {
	color: #777;
	font-size: 13px;
}
#pre_next li:hover a {
	color: #084489;
}
#pro_page {
	list-style: none;
	margin-top: 10px;
}
#pro_page span {
	font-size: 14px;
	text-transform: capitalize;
	color: #444;
}
#pro_page li {
	padding: 2px 0px;
}

@media (max-width:768px) {
.pre {
	float: none;
	width: 100%;
}
.next {
	float: none;
	width: 100%;
}
}/*产品列表*/
.products_m {
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}/*products*/
.cbp-vm-switcher {
	width: 100%;
}
.cbp-vm-view-grid .p_hot_2 {
	display: none;
}
.cbp-vm-view-grid .pro_more {
	margin-top: 10px;
}
.cbp-vm-options {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.cbp-vm-options p {
	display: inline-block;
	vertical-align: middle;
	color: #084489;
	text-transform: uppercase;
	font-size: 14px;
	display: none;
}
.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	text-align: center;
	line-height: 34px;
	text-align: center;
	width: 34px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
	color: #084489;
}
.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
	line-height: 34px;
}
.p_hot_2 {
	margin-bottom: 18px;
	margin-top: 5px;
	float: left;
	width: 68%;
	padding: 4px 0;
	background: #f7f7f7;
	padding: 4px 10px;
}
.p_hot_2 span {
	font-size: 13px;
	font-family: 'opensans_b';
	margin-right: 5px;
	text-transform: uppercase;
	color: #333;
	margin-right: 6px;
}
.p_hot_2 a {
	font-size: 13px;
	display: inline-block;
	padding: 0px 15px;
	color: #777;
}
.p_hot_2 i {
	margin-right: 3px;
	font-size: 12px;
}
.p_hot_2 a:hover {
	color: #fff;
	background: #084489;
}

@media screen and (max-width: 768px) {
.p_hot_2 {
	width: 100%;
}
}/* General list */
.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
}/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}
.cbp-vm-switcher ul:after {
	clear: both;
}
.cbp-vm-switcher ul li {
	display: block;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-vm-image {
	display: block;
	margin: 0 auto;
	position: relative;
}
.cbp-vm-image span {
	display: inline-block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	overflow: hidden;
}
.cbp-vm-image img {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.cbp-vm-switcher ul li h4 a {
	font-size: 14px;
	display: block;
	color: #444;
	word-wrap: break-word;
	text-align: left;
}
.cbp-vm-switcher ul li .cbp-vm-details {
	color: #8f8f8f;
	overflow: hidden;
	height: 48px;
	font-size: 13px;
	line-height: 24px;
}
.cbp-vm-switcher ul h4 a:hover {
	text-decoration: none;
	color: #084489;
}
.cbp-vm-view-grid .prol_more {
	display: none;
}/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
	content: "\f009";
}
.cbp-vm-list:before {
	content: "\f0ca";
}/* Large grid view */
.cbp-vm-view-grid ul li {
	width: 33.33%;
	text-align: left;
	vertical-align: top;
	float: left;
}
@media screen and (min-width: 1200px) {
.cbp-vm-view-grid ul li:nth-child(3n+1){ clear: both;}
}
.cbp-vm-view-grid ul li:hover .li {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}/* List view */
.cbp-vm-view-list li {
	white-space: nowrap;
	text-align: left;
	white-space: normal;
	margin-top: 30px;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
	content: " ";
	display: table;
}
.cbp-vm-view-list li:after {
	clear: both;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 3%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	border: 1px solid #eee;
}
.cbp-vm-view-list ul li h4 a {
	display: inline-block;
	width: 68%;
	text-align: left;
	font-size: 14px;
	color: #333;
	float: left;
}
.cbp-vm-view-list ul li:hover h4 a {
	color: #084489;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 68%;
	overflow: hidden;
	white-space: normal;
	max-height: 48px;
	line-height: 24px;
	font-size: 13px;
	color: #8f8f8f;
	margin: 5px 0px;
}

@media screen and (max-width: 940px) {
.cbp-vm-view-grid ul li {
	width: 50%;
}
.cbp-vm-switcher ul li h4 a {
	font-size: 14px;
}
}

@media screen and (max-width: 520px) {
.cbp-vm-view-list .prol_more {
	font-size: 13px;
	padding: 2px 20px 7px 20px;
}
}

@media screen and (max-width: 300px) {
.cbp-vm-view-list ul li h4 a {
	width: 100%;
}
.cbp-vm-view-list ul li .cbp-vm-details {
	width: 100%;
}
.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
	margin-right: 0px;
}
.cbp-vm-view-grid ul li {
	width: 100%;
	margin-bottom: 20px;
}
.p_hot_2 {
	width: 100%;
}
}
.products li span {
	overflow: hidden;
}
.cbp-vm-view-list ul li h4 a {
	overflow: hidden;
	max-height: 48px;
	overflow: hidden;
	display: block;
	font-family: 'opensans_b';
}
.cbp-vm-view-list ul li {
	overflow: hidden;
}
.cbp-vm-view-list ul li:first-child {
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}/*9gonghe*/
.cbp-vm-view-grid ul {
	list-style: none;
	padding: 0;
	margin: 0px -10px;
}
.cbp-vm-view-grid ul li .more_1 {
	display: none;
}
.cbp-vm-view-grid ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding: 0px 10px;
}
.cbp-vm-view-grid ul li h4 a {
	margin: 5px 0 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-family: 'opensans_b';
}
.cbp-vm-view-grid ul li .li {
	text-align: center;
	padding: 8px;
	padding-bottom: 15px;
	border: 1px solid #eee;
}
.cbp-vm-view-grid ul li .li:hover h4 a {
	color: #084489;
}
.cbp-vm-view-grid ul li .li .cbp-vm-image {
	overflow: hidden;
	margin-bottom: 15px;
}
.cbp-vm-view-grid ul .li {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.cbp-vm-view-grid ul li .li:hover .buttons .fa {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.cbp-vm-view-grid ul li .li:hover .ovrly {
	opacity: 1;
}/*效果*/
.products ul li .li .img a {
	display: block;
	overflow: hidden;
}
.products ul li .li:hover .img img {
	transform: scale(1.1);
}
.cbp-vm-view-grid ul li .li:hover h4 a {
	color: #084489;
}/*products_main*/
.page {
	margin-bottom: 50px;
}
.page .main {
	padding-right: 80px;
}
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}
.sp-loading img {
	max-width: 100%;
	height: auto;
}/* Element wrapper */
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 100%;
}/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
}
.sp-thumbs a {
	position: relative;
	border: 1px solid #eee;
}
.sp-thumbs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.sp-thumbs a:hover:before {
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.sp-thumbs a:after {
	transition: all .5s;
	transform: scaleX(0);
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 16px;
	color: #084489;
	position: absolute;
	left: 50%;
	top: 33%;
	margin-left: -8px;
	z-index: 2;
}
.sp-thumbs a:hover:after {
	transform: scaleX(1);
	visibility: visible;
}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 0.5;
}
.sp-thumbs a:hover {
	opacity: 1;
	border: 1px solid #084489;
}/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
	border: 1px solid #084489 !important;
}
.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #ebebeb;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.sp-large a {
	display: block;
}/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
.sp-wrap {
	margin: 0 0 15px 0;
}
#sp-prev, #sp-next {
	top: 50px;
	margin-top: 0;
}
}
.sp-current-big img {
	width: 100%;
}
.sp-large img {
	max-width: none;
}/*pro_table*/
.product_detail {
	border-top: 1px solid #eee;
}
.product_detail .n_left {
	padding-right: 30px;
	padding-top: 30px;
}
.product_detail .n_right {
	border-left: 1px solid #eee;
	padding-left: 30px;
	padding-bottom: 60px;
	padding-top: 30px;
}

@media only screen and (max-width: 768px) {
.product_detail .n_right {
	padding-left: 0px;
	padding-top: 0px;
}
.product_detail .n_left {
	padding-right: 0px;
}
}
.pro_table .pro_main_title {
	font-size: 20px;
	font-family: 'opensans_b';
	overflow: hidden;
	display: block;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #333;
	line-height: 26px;
}
.pro_table .pro_main_text {
	color: #999;
	font-size: 13px;
	line-height: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.pro_table ul {
	margin-top: 15px;
}
.pro_table ul li {
	margin: 2px 0;
	font-size: 14px;
	color: #808080;
	list-style: none;
}
.pro_table ul li p {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	vertical-align: middle;
	margin-bottom: 0;
	color: #333;
	font-family: 'opensans_b';
}
.main-more {
	text-align: left !important;
	float: left;
	margin-right: 10px;
}
.main-more a {
	color: #fff;
}
.pro_table .i_more a {
	background: #084489;
	margin-top: 20px;
	line-height: 40px;
	font-family: 'opensans_b';
	padding: 0px 28px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
.pro_table .i_more a i {
	margin-left: 8px;
	font-size: 16px;
}/*products-tab*/
.pro-tab {
	margin-top: 30px;
}
#parentHorizontalTab02 {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-top: -56px;
}
#parentHorizontalTab02 .resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	background: #ddd;
	font-size: 20px;
	padding: 10px 0;
	font-family: 'poppins-s';
	padding: 10px 45px;
	line-height: 34px;
	border-top: 2px solid #fff !important;
}
#parentHorizontalTab02 .resp-tabs-container div table {
	max-width: 100%;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding: 15px 0px;
	clear: left;
	background: none;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 6px 15px !important;
	font-family: 'poppins-s';
	font-style: normal;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	color: #0092dc;
	z-index: 99;
	background-color: #f9f9f9 !important;
}
#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
	display: block;
}
#parentHorizontalTab02 em.resp-accordion {
	font-size: 18px;
	margin: 0px;
	background: #eee;
	margin-bottom: 1px;
	color: #333;
}
#parentHorizontalTab02 em.resp-tab-active {
	margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff;
}
#parentHorizontalTab02 em.resp-tab-active {
	background: #3399db !important;
	color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;/* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
	width: 100%;
	margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
	display: block;
}

@media only screen and (max-width: 768px) {
#main-btn {
	padding: 2% 6%;
}
#parentHorizontalTab02 {
	padding: 0;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	display: none;
}
#parentHorizontalTab02 em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 15px 15px 30px 15px;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
#parentHorizontalTab02 .resp-accordion-closed {
	display: none !important;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.pro_table .pro_main_title {
	margin-top: 20px;
}
}/*products-tab*/
#parentHorizontalTab02 {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	font-family: 'frankruhllibre';
	color: #333;
	padding: 4px 0px;
	line-height: 30px;
	text-transform: capitalize;
	font-size: 20px;
	border-bottom: 1px solid #eee;
}
#parentHorizontalTab02 .resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	background: #ddd !important;
	padding: 0px;
	font-size: 18px;
	font-family: 'frankruhllibre';
	padding: 0px 20px;
	line-height: 40px;
}
#parentHorizontalTab02 .resp-tabs-container div table {
	max-width: 100%;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding: 15px 0px;
	clear: left;
	background: none;
}
#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 3px 15px !important;
}
#parentHorizontalTab02 .resp-tab-content {
	display: none;
}
#parentHorizontalTab02 .resp-tabs-list li:hover {
	background: #333;
}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	color: #fff;
	z-index: 99;
	background-color: #084489 !important;
}
#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
	display: block;
}
#parentHorizontalTab02 em.resp-accordion {
	font-size: 18px;
	margin: 0px;
	background: #f8f8f8;
	margin-bottom: 1px;
	color: #333;
	font-style: normal;
	margin-bottom: 10px;
	font-family: 'frankruhllibre';
	text-transform: capitalize;
}
#parentHorizontalTab02 em.resp-tab-active {
	margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff;
}
#parentHorizontalTab02 em.resp-tab-active {
	background: #084489 !important;
	color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;/* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
	width: 100%;
	margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
	display: block;
}

@media only screen and (max-width: 768px) {
#main-btn {
	padding: 2% 6%;
}
#parentHorizontalTab02 {
	padding: 0;
}
#parentHorizontalTab02 ul.resp-tabs-list {
	display: none;
}
#parentHorizontalTab02 em.resp-accordion {
	display: block;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
	border: 1px solid #084489;
	border-top: none;
	padding: 8px 15px 8px 15px;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
#parentHorizontalTab02 .resp-accordion-closed {
	display: none !important;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
#parentHorizontalTab02 .resp-tabs-container {
	padding-top: 0px;
}
}/*inquiry*/
.inquiry_line {
	overflow: hidden;
}
.inquiry .section_title {
	margin-bottom: 10px;
}
.inquiry .p {
	font-size: 13px;
	color: #777;
	text-align: left;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin: 16px 0;
}
.inquiry .contact_box {
	text-align: left;
	margin-left: 0px;
}
.inquiry .contact_box .input_1 {
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	padding-left: 35px;
	width: 100%;
	background: #fff;
	color: #999;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 0px;
}
.inquiry .contact_box .input_1:focus {
	border: 1px solid #084489;
	background-color: #fff;
}
.inquiry .contact_box .input_2 {
	line-height: 40px;
	font-size: 13px;
	height: 100px;
	padding-left: 35px;
	width: 100%;
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 0px;
}
.inquiry .contact_box .input_2:focus {
	border: 1px solid #084489;
	background-color: #fff;
}
.inquiry .btn_1 {
	line-height: 42px;
	height: 42px;
	padding: 0px 26px;
	background: #003e85;
	font-size: 14px;
	font-family: 'opensans_b';
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
}
.inquiry .btn_1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.inquiry .btn_1:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.inquiry .contact_box .in_email {
	background: #fff url(../images/inquiry_email.png) no-repeat 15px center;
	padding-left: 50px;
}
.inquiry .contact_box .in_tel {
	background: #fff url(../images/inquiry_tel.png) no-repeat 15px center;
	padding-left: 50px;
}
.inquiry .contact_box .in_message {
	background: #fff url(../images/inquiry_message.png) no-repeat 15px 10px;
	padding-left: 50px;
}
.inquiry .subject_title {
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 0px;
	line-height: 46px;
	padding: 0px 10px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.inquiry .subject_title a {
	color: #084489;
}
.inquiry .subject_title span {
	font-size: 13px;
	color: #777;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
.inquiry .p {
	font-size: 13px;
}
}/*rel_pro*/
.rel_pro {
	padding: 40px 0 60px;
	margin-bottom: -60px;
	border-top: 1px solid #eee;
}
.rel_pro .h4 {
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	font-family: 'opensans_b';
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #333;
	text-transform: uppercase;
	font-size: 24px;
}

@media only screen and (min-width: 768px) {
.rel_pro .h4::after {
	content: "";
	height: 3px;
	width: 44px;
	background-color: #084489;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
}
.rel_pro .slider {
	margin: 0px -10px;
}
.rel_pro .li {
	margin: 10px;
	background: #fff;
	border: 1px solid #eee;
}
.rel_pro .li .text {
	border-top: none;
	padding: 10px;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #fff;
}
.rel_pro .li .text h4 a {
	font-size: 14px;
	font-family: 'opensans_b';
	display: block;
	line-height: 24px;
	height: 48px;
	color: #333;
	overflow: hidden;
}
.rel_pro .li .text p {
	font-size: 13px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	color: #8f8f8f;
	margin-top: 5px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.rel_pro .li:hover {
	box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}
.rel_pro .li:hover h4 a {
	color: #003e85;
}
.rel_pro .li:hover .buttons a {
	opacity: 1;
	left: 0;
	color: rgba(50, 50, 50, 0.9);
}
.rel_pro .li:hover img {
	transform: scale(1.1);
}
.rel_pro .slick-prev {
	width: 34px;
	height: 34px;
	position: absolute;
	left: -60px;
	top: 40%;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: none;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
.rel_pro .slick-prev::before {
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 30px;
	content: "\f104";
	line-height: 34px;
}
.rel_pro .slick-next {
	width: 34px;
	height: 34px;
	position: absolute;
	right: -60px;
	top: 40%;
	vertical-align: middle;
	opacity: 1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: none;
	border-radius: 50%;
	border: none;
	opacity: 1;
}
.rel_pro .slick-next::before {
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 30px;
	content: "\f105";
	line-height: 34px;
}
.rel_pro .slick-prev:hover, .app_section .slick-next:hover {
	opacity: 1;
}

@media only screen and (max-width:1440px) {
.rel_pro .slider {
	padding-left: 40px;
	padding-right: 40px;
}
.rel_pro .slider {
	overflow: hidden;
}
.rel_pro .slick-prev {
	left: -10px;
}
.rel_pro .slick-next {
	right: -10px;
}
}/*blog_left*/
.blog_left {
	float: left;
	width: 75%;
	padding-right: 60px;
}
.blog_right {
	float: left;
	width: 25%;
}
.blog_right .blog_nav {
	padding: 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fafafa;
	border-top: 1px solid #eee;
}
.blog_right .blog_nav2 {
	border-top: none;
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width:768px) {
.blog_right .block {
	background: none;
	padding: 0;
	border: none;
}
.n_main {
	padding: 20px 0;
}
}
.blog_h4 {
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;
	border-top: none;
	padding-top: 0px;
	text-transform: capitalize;
	position: relative;
	font-family: 'frankruhllibre';
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 768px) {
.blog_left {
	float: left;
	width: 100%;
	padding-right: 0px;
margin-bottom:
}
.blog_right {
	float: left;
	width: 100%;
}
}
.blog_right .hot_left {
	margin-bottom: 30px;
	margin-top: 30px;
}
.blog_nav ul li {
	list-style: none;
}
.blog_nav ul li a {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	padding: 8px 0px;
	display: inline-block;
	display: block;
}
.blog_nav ul li a i {
	color: #ccc;
	font-size: 14px;
	margin-right: 10px;
}
.blog_nav ul li a:hover {
	color: #084489;
	padding-left: 10px;
}
.blog_nav ul li a:hover i {
	color: #084489;
}
.hot_tags {
	margin-top: 30px;
}
.hot_tags a {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	padding: 0px 12px;
	margin-right: 4px;
	margin-top: 4px;
	background: #084489;
	margin: 4px;
	line-height: 30px;
}
.hot_tags .toggle_content {
	margin: 0px -4px;
	margin-top: 15px;
}
.hot_tags a:hover {
	color: #fff;
	background: #084489;
}

@media only screen and (max-width: 768px) {
.hot_tags {
	margin-top: 0;
}
}
.blog-info {
	display: block;
	font-size: 12px;
	color: #aaa;
}
.blog-info i {
	margin-right: 4px;
}
.blog-info img {
	margin-right: 6px;
}
.blog_main h3 {
	font-size: 19px;
	color: #333;
	margin-bottom: 10px;
	font-family: 'opensans_b';
}
.blog_main .blog_tags {
	margin-top: 20px;
}
.blog_main .blog_tags span {
	font-size: 14px;
	text-transform: uppercase;
}
.blog_main .blog_tags a {
	font-size: 13px;
	display: inline-block;
	color: #777;
	padding: 0px 8px;
	background: #f8f8f8;
}
.blog_main .blog_tags a i {
	margin-right: 4px;
	font-size: 13px;
	color: #999;
}
.blog_nav ul li {
	list-style: none;
}
.blog_p {
	margin-top: 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.blog_list {
	list-style: none;
}
.blog_list li {
	position: relative;
	list-style: none;
	margin-bottom: 0;
	border: 1px solid #f5f5f5;
	padding: 25px 20px;
	border-radius: 0;
	transition: 0.5s all;
}
.blog_list li:last-child {
	margin-bottom: 30px;
}
.blog_list li:hover {
	border-color: #084489;
}
.blog_list li .date {
	color: #808080;
	font-size: 12px;
	margin-top: 0;
	display: block;
}
.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .title {
	color: #333;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	font-family: 'opensans_b';
}
.blog_list li:hover .title {
	color: #084489;
	text-decoration: none;
}
.blog_list li .text {
	color: #999;
	font-size: 13px;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	max-height: 72px;
}
.blog_list li .blog_tag li a i {
	color: #808080;
}
.blog_list li .blog_tag li:hover a {
	color: #fff;
	text-decoration: none;
	background: #084489
}
.blog_tag {
	text-align: left;
	margin-top: 15px;
}
.blog_tag>p {
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
	font-family: 'opensans_b';
	display: inline-block;
}
.blog_tag>p i {
	padding-right: 2px;
}
.blog_tag li {
	display: inline-block;
	border: none;
	padding: 0;
}
.blog_tag li:last-child {
	padding: 0;
}
.blog_tag li a {
	font-size: 12px;
	display: inline-block;
	color: #777;
	padding: 0px 15px;
	background: #eee;
	text-transform: capitalize;
}
.blog_tag li i {
	padding-right: 5px;
	color: #f27000;
}

@media only screen and (max-width: 992px) {
.blog_list li .right {
	padding-left: 65px;
	width: 100%;
}
}

@media only screen and (max-width: 768px) {
.blog_list > li {
	padding: 20px 10px;
}
.blog_list li .date {
	left: 0;
}
.blog_list {
	border: none;
}
.blog_tag>p {
	display: block;
}
.blog_list li .right {
	padding-left: 80px;
}
.left-blog {
	margin-bottom: 0;
}
.blog_list li .main-more {
	padding: 6px 20px;
}
.blog_tag li {
	margin: 5px 3px;
}
}

@media only screen and (max-width: 480px) {
.blog_list li .date {
	position: inherit;
	width: 100%;
}
.blog_list li .date span {
	border-radius: 0;
	height: auto;
	width: auto;
	padding: 0 20px;
	border-radius: 25px;
}
.blog_list li .date>span p {
	display: inline-block;
	padding-left: 5px;
}
.blog_list li .right {
	padding: 0;
	padding-top: 10px;
}
}

@media only screen and (max-width:500px) {
.blog_li .lileft {
	display: none;
}
}
.blogin {
	font-size: 13px;
	color: #aaa;
	margin: 4px 0px;
}
.blogin span {
	color: #fff;
	margin: 0px 6px;
}
.blogin span i {
	font-size: 14px;
}
.blog .blog_tags {
	width: 100%;
	margin-top: 10px;
}
.blog .blog_list .more_1 {
	margin-top: 20px;
}
.blog_tags span {
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	font-family: 'opensans_b';
	margin-right: 4px;
}
.blog_tags a {
	font-size: 13px;
	display: inline-block;
	color: #777;
	padding: 0px 15px;
	background: #eee;
}
.blog_tags i {
	font-size: 13px;
	margin-right: 6px;
}
.blog_tags a:hover {
	color: #fff;
	background: #084489;
}/*sitemap*/
.sitemap {
	width: 100%;
}
.stp-listA>li {
	text-transform: capitalize;
	margin-bottom: 15px;
	list-style: none;
	padding: 10px 20px;
	background: #f7f8f9;
}
.stp-top {
	width: 100%;
}
.stp-top a {
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	text-transform: capitalize;
	color: #333;
	font-family: 'opensans_b';
	text-transform: uppercase;
}
.stp-top a:hover {
	text-decoration: none;
	color: #084489;
}
.stp-top a i {
	padding-left: 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.stp-top a:hover i {
	padding-left: 12px;
	color: #084489;
}
.stp-listB {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #eee;
	list-style: none;
	margin-top: 5px;
}
.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
}
.stp-listB>li>a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #666;
}
.stp-listB>li>a:hover {
	color: #084489;
}
.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 15px;
	list-style: none;
}
.stp-listB li .stp-listC li {
	width: 100%;
	margin-bottom: 10px;
}
.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 13px;
}
.stp-listB li .stp-listC li a:hover {
	color: #084489;
}
.stp-listB li .stp-listC i {
	margin-right: 6px;
}

@media only screen and (max-width: 768px) {
.stp-listB>li {
	width: 50%;
	padding: 8px 0;
}
}

@media only screen and (max-width: 400px) {
.stp-listB li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
}/*web*/

@media only screen and (max-width: 768px) {
.blog_nav {
	margin-bottom: 0px;
}
.n_left .block {
	margin-bottom: 0px;
}
.left_nav {
	background: none;
	padding: 0px;
	border: none;
	color: #fff;
}
.contact_right {
	width: 100%;
}
.blog_h4 {
	position: relative;
	margin-bottom: 20px;
	background: none;
	text-align: left !important;
	background: #084489 !important;
	padding: 0px 10px;
	line-height: 36px;
	color: #fff !important;
	font-size: 16px !important;
	border-bottom: none;
}
.blog_h4:after {
	display: block;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	cursor: pointer;
	font-size: 20px;
	top: 0px;
	color: #fff;
}
.blog_h4.active:after {
	content: "\f106";
}
.news_left {
	margin-top: 0px;
}
.blog_right .hot_left {
	margin: 0px;
}
}
.mobile-menu-area .container .row {
	margin: 0;
}/*projects*/
.projects .nav_li {
	margin-bottom: 30px;
	text-align: center;
}
.projects .nav_li a {
	display: inline-block;
	line-height: 30px;
	margin: 4px;
	padding: 8px 20px;
	color: #ffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'opensans_b';
	background: #808080;
}
.projects .nav_li .active {
	background: #084489;
}
.projects ul {
	margin: 0px -5px;
}
.projects ul li {
	list-style: none;
	float: left;
	width: 33.33%;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.projects ul li .li {
	position: relative;
	overflow: hidden;
}
.projects ul li .li h4 a {
	display: block;
	position: absolute;
	left: 0px;
	bottom: -200px;
	padding: 10px 20px;
	background: rgba(0,84,163,0.8);
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-family: 'opensans_b';
}
.projects ul li .li:hover h4 a {
	bottom: 0px;
}

@media only screen and (max-width: 768px) {
.projects ul li {
	width: 50%;
	margin-bottom: 10px;
}
.projects ul li .li h4 a {
	position: inherit;
	background: none;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
}
.projects .nav_li a {
	padding: 0px 10px;
}
}

@media only screen and (max-width: 360px) {
.projects ul li {
	width: 100%;
}
}/*download*/
.download {
	list-style: none;
}
.download li {
	margin-bottom: 20px;
}
.download li h4 a {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	display: block;
	font-family: 'opensans_b';
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
}
.download li .text p {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-bottom: 20px;
}
.download li .icon {
	color: #fff;
	display: inline-block;
	background: #084489 url(../images/icon_pdf.png) no-repeat 15px center;
	background-size: 24px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 25px 4px 50px;
	font-family: 'opensans_b';
	border-radius: 30px;
}
.download li .icon:hover {
	background-color: #084489;
	text-decoration: none;
	color: #fff;
}
.download li h4 a:hover {
	color: #084489;
}

@media only screen and (max-width: 768px) {
.download li {
	padding: 0;
	border: 1px solid #ebebeb;
	padding: 15px;
}
.download li .page_title {
	border: none;
	padding-bottom: 0;
}
.download li .text {
	height: auto;
	max-height: 36px;
}
}

@media screen and (max-width: 768px) {
.page .main {
	padding-right: 15px;
}
.product_detail .main {
	padding: 0px 15px;
}
}
.inquiry_partner .h4 {
	font-family: 'frankruhllibre';
	font-size: 30px;
	text-align: center;
	margin: 15px 0;
	color: #333;
}
.inquiry_partner {
	padding: 30px;
	border-radius: 10px;
	background: #fafafa;
	border: 1px solid #eee;
}
.upload {
	width: 165px;
	height: 34px;
	display: block;
	border: none;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 16px;
	top: 31px;
	background: #eee;
	font-family: 'opensans_b';
}
.fileField {
	position: absolute;
	top: 31px;
	right: 16px;
	height: 34px;
filter:alpha(opacity:0);
	opacity: 0;
	width: 165px;
	cursor: pointer
}
.inquiry_partner .contact_box .input_1 {
	line-height: 34px;
	height: 36px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.inquiry_partner .contact_box .input_2 {
	padding-left: 10px;
}
.inquiry_partner h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
	font-family: 'opensans_b';
}
.inquiry_partner h3 span {
	color: red;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #ddd;
	box-sizing: border-box;
	clear: both;
	margin-bottom: 10px;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	width: 100%;
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}


.inquiry .contact_box .in_name,.con_section .in_name {
	background: #fff url(../images/inquiry_name.png) no-repeat 15px center;
	padding-left: 50px;
}
.inquiry .contact_box .in_comp,.con_section .in_comp{
	background: #fff url(../images/inquiry_comp.png) no-repeat 15px center;
	padding-left: 50px;
}
