@import '../ncss/bootstrap.min.css';
@import '../ncss/font-awesome.min.css';
@import '../ncss/owl.carousel.css';
@import '../ncss/owl.theme.css';
@import '../ncss/owl.transitions.css';
@import '../ncss/magnific-popup.css';
@import '../ncss/animate.css';
* {
  outline: none !important;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-size: 14px;
  font-family: "Noto Sans Korean","Apple SD Gothic Neo", "Malgun Gothic", "Dotum","Microsoft Yahei";
  background:#fff;

}
[lang="zh"] * {font-family:"Noto Sans SC", "Noto Sans Hans","Microsoft Yahei";}
.relative {
  position: relative !important;
}
.full-wh {
  display: table-cell;
  width: 1%;
  height: 100vh;
  vertical-align: middle;
}
.height-100p {
  height: 100%;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-container {
  z-index: 2;
  overflow: hidden;
}
.section {
  padding-top: 5vw;
  padding-bottom:5vw;
}
.section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-content {
  margin-top: 100px;
}
.section-title {
  margin-bottom: 10px;
}
.section-subtitle {
  margin-bottom: 0;
}
.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mt {
  margin-top: 50px;
}
.no-pb {
  padding-bottom: 0;
}
/*
 * Buttons
 *---------*/
.btn,
.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius:25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 9px 22px;
  font-family: inherit;
  color: #999 !important;
  border-color: #999 !important;
}
.btn:focus,
.btn.focus {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
.btn:hover,
.btn.hover {
  color: #fff !important;
  border-color: #05507d !important;
  background-color: #05507d !important;
}
.btn:active,
.btn.active {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  padding: 9px 22px;
  height: auto;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #333;
  font-weight: 400;
  margin: 0 0 30px;
}
.h3,
h3 {
  font-size: 22px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  color: #333;
}
a:hover,
a.hover,
a:focus,
a.focus {
  color: #0062ae;
  text-decoration: none;
}
.strong,
strong {
  font-weight: 500;
}
blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #00579b;
}
p {
  margin: 0 0 30px;
  text-align: justify;
}
.fa-1dot5 {
  font-size: 1.5em;
}
.bg-light-gray {
  background: #f5f5f5;
}
.bg-tuna {
  background: #32323a url(../img/bg-tuna.jpg);
}
.text-blue {
  color: #00579b;
  text-transform:uppercase;
  font-size:3em;
}
.text-bold {
  font-weight:bold;
}
.text-word{
  font-size:16px;
  line-height:36px;
  color:#333;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important;
}
.mfp-figure::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .0;
  -webkit-backface-visibility: hidden;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .9;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: .0;
}

.scroll-to-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding-top:5px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: .0;
  width: 32px;
  height: 32px;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #00579b;
}
.scroll-to-top .icon {
  font-size: 18px;
}
.scroll-to-top.in {
  opacity: .7;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
.scroll-to-top:hover {
  opacity: 1.0;
}

.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: "\f002";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #333;
  font-size: 25px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background:none;
  font-family: 'FontAwesome', sans-serif;
}
.gallery-image:hover::before {
  opacity: .7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  min-height: 1px;
  font-size: 14px;
  border-bottom:1px solid #ddd;
  background-color: rgba(255,255,255,0.3);
}
.navbar .brand {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
}
.navbar .brand .logo-small {
  display: none;
}
.navbar .brand .logo-big {
  display: inline-block;
}
.navbar .nav {
  text-transform: uppercase;
}
.navbar .nav li a {
  margin: 15px 5px;
  padding: 7px 15px;
  color: #333;
  font-weight:bold;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .nav li a:hover,
.navbar .nav li a.hover,
.navbar .nav li a:focus,
.navbar .nav li a.focus {
  color: #fff;
  background: #00579b;
}
.navbar .nav li.dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  border-top: solid 1px #00579b;
  left: 4px;
  right: auto;
}
.navbar .navbar-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  border: solid 1px #777;
}
.navbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #777;
}
.navbar .navbar-toggle:hover {
  border-color: #00579b;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #00579b;
}
.navbar.navbar-fill .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.navbar.navbar-fill .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.navbar-underline .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: solid 2px transparent;
}
.navbar.navbar-underline .nav li a:hover,
.navbar.navbar-underline .nav li a.hover,
.navbar.navbar-underline .nav li a:focus,
.navbar.navbar-underline .nav li a.focus {
  color: #00579b;
  border-bottom-color: #00579b;
}
.navbar.navbar-underline .nav li.active a {
  color: #00579b;
  border-bottom-color: #00579b;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu {
  border-top: none;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.affix-top {
  position: fixed;
}
.navbar.affix {
  position: fixed;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  background:#fff;
}
.navbar.affix .information {
  height: 0;
  border-bottom-width: 0;
}
.navbar.affix .brand {
  line-height: 30px;
}
.navbar.affix .nav li a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.navbar.affix.navbar-fill .nav li a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar.affix.navbar-underline .nav li a {
  padding-top: 17px;
  padding-bottom: 16px;
}
.no-mobile .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block;
}
.about_left{
	width:20%;
	float:left;
}
.about_left img{
	width:100%;
}
.about_mid{
	width:11%;
	margin-left:9%;
	float:left;
}
.about_mid2{
	width:70%;
	margin-left:9%;
	float:left;
}

.about h5{
	line-height:0;
	margin:3px 0 50px;
	font-weight:bold;
	font-size:24px;
}
.about_right{
	width:50%;
	float:right;
}
.about_right2{
	width:75%;
	float:right;
}
.about_more{
	margin-top:2vw;
}
#catalog h1{
	margin:0;
	font-size:30px;
	text-align:center;
}
.p_icon{
	width:83.333333%;
	margin:0 auto;
	padding:3vw 0;
}
.p_icon li{
	width:25%;
	list-style:none;
	float:left;
	padding:1.8vw 0;
	border-right:1px dashed #e9e9e9;
	border-bottom:1px dashed #e9e9e9;
}
.p_icon li:nth-child(5){
	border-right:0;
}
.p_icon li:nth-child(9){
	border-bottom:0;
}
.p_icon li:nth-child(6){
	border-bottom:0;
}
.p_icon li:nth-child(7){
	border-bottom:0;
}
.p_icon li:nth-child(8){
	border-bottom:0;
}
.p_icon li:nth-child(10){
	border-right:0;
	border-bottom:0;
}
.p_icon li a{
	color:#666;
}
.p_icon li a:hover{
	color:#05507d!important;
}
.p_icon li a:hover .p_icon_nav{
	background:#05507d;
}
.p_icon_nav{
	background:#bdbdba;
	width:78px;
	height:78px;
	border-radius:39px;
	-moz-border-radius:39px;
	webkit-border-radius:39px;
	margin:0 auto;
	position:relative;
}
.p_icon_nav .icon{
	height:60px;
	width:60px;
	position:absolute;
	left:9px;
	top:10px;
}
.p_icon li:nth-child(1) .icon{
	background:url(../images/p_icon.png) 0 -670px no-repeat;
}
.p_icon li:nth-child(8) .icon{
	background:url(../images/p_icon.png) 0 -423px no-repeat;
}
.p_icon li:nth-child(5) .icon{
	background:url(../images/p_icon.png) 0 -336px no-repeat;
}
.p_icon li:nth-child(10) .icon{
	background:url(../images/p_icon.png) 0 -732px no-repeat;
}
.p_icon li:nth-child(7) .icon{
	background:url(../images/p_icon.png) 0 -797px no-repeat;
}
.p_icon li:nth-child(9) .icon{
	background:url(../images/p_icon.png) 0 -863px no-repeat;
}
.p_icon li:nth-child(3) .icon{
	background:url(../images/p_icon.png) 0 -485px no-repeat;
}
.p_icon li:nth-child(6) .icon{
	background:url(../images/p_icon.png) 0 -550px no-repeat;
}
.p_icon li:nth-child(2) .icon{
	background:url(../images/p_icon.png) 0 -60px no-repeat;
}
.p_icon li:nth-child(4) .icon{
	background:url(../images/p_icon.png) 0 -0px no-repeat;
	top:16px;
}
/*.p_icon_nav .icon_av{
	background:url(../images/p_icon.png) 0 -485px no-repeat;
	top:10px;
}
.p_icon_nav .icon_cs{
	background:url(../images/p_icon.png) 0 -542px no-repeat;
	top:10px;
}
.p_icon_nav .icon_sicm{
	background:url(../images/p_icon.png) 0 -605px no-repeat;
	top:10px;
}
*/
.p_title{
	text-transform:uppercase;
	text-align:center;
	line-height:50px;
	font-weight:bold;
}
#projects h1{
	text-align:center;
}
#projects ul{    -webkit-padding-start:0px;}
#tit{
	width:1500px;
	margin:0 auto;
}
#tit span {list-style:none;
	float:left;
	padding:.6vw 1vw;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;}
#tit span a{
	color:#333;
}
#tit span a:hover{
	color:#fff;
}
#tit span:first-child{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-left:1px solid #eee;
}
#tit span:last-child{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#con li{display: none; list-style:none;}
#tit span.select {background:#00579b; color: #fff;}
#tit span.select a{color:#fff;}
#con li.tshow {display: block;}
.project-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  margin-bottom: 30px;
  background: #fff;
}
.project-item .gallery-image {
  margin-bottom: 10px;
}
.project-item .info {
  position: relative;
  padding: 5px 80px 5px 10px;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.project-item .info .title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 5px;
}
.project-item .info .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #777;
  margin-bottom: 10px;
}
.project-item:hover {
  background: #00579b;
}
.project-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.project-item:hover .info .title,
.project-item:hover .info .description,
.project-item:hover .info .social {
  color: #fff;
}
.testimonials-carousel .owl-controls {
  position: absolute;
  top: -100px;
  right: 5px;
  text-align: center;
}
.testimonials-carousel .owl-controls .owl-buttons div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 10px;
  opacity: .9;
  background: #00579b;
}
.testimonials-carousel .owl-controls .owl-buttons div i.fa {
  font-size: 16px;
}
.testimonials-carousel .testimonial {
  margin: 0 10px;
}
.testimonials-carousel .testimonial .content {
  margin-bottom: 10px;
  background: #000;
}
.testimonials-carousel .testimonial .content img{
  opacity:0.8;
  filter(alpha=80)
}
    .box{
		text-align: center;
		overflow: hidden;
		position: relative;
	}
	.box:after{
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box:hover:after{
		opacity: 1;
	}
	.box img{
		width: 100%;
		height: auto;
	}
	.box .box-content{
		width: 100%;
		padding: 10px 0;
		color: #fff;
		position: absolute;
		bottom:-100%;
		left: 0;
		z-index: 1;
		transition: all 0.5s ease 0s;
	}
	.box:hover .box-content{
		bottom: 41%;
	}
	.box .title{
		width: 80px;
		height: 80px;
		line-height: 30px;
		border-radius: 50%;
		border:3px solid #eee;
		font-size: 30px;
		padding-top:22px;
		font-weight: 700;
		color: #eee;
		margin:0 auto;
		text-transform: uppercase;
	}
	.box .title:hover{
		color:#000;
		border:3px solid #000;
	}
.testimonials-carousel .testimonial .content img:hover{
  opacity:0.3;
  filter(alpha=30)
}
.testimonials-carousel .testimonial .content .text {
  margin: 0;
}
.testimonials-carousel .testimonial h2 {
  font-size:1.3em;
  font-weight:bold;
  margin-bottom:10px;
}
.testimonials-carousel .testimonial p {
  font-size:1em;
  color:#666;
  line-height:1.2em;
}
.testimonials-carousel .testimonial .company {
  color: #00579b;
}
.testimonials-carousel .testimonial:nth-child(3n) {
  margin-right: 0;
}
.cd-fixed-bg {
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
}
.news-seciton{
    background: url("../images/blue_bg.jpg");
}
.w_none{
	float:none;
	margin:0 auto;
}
.mis-slider {
   height: 250px;
}
.mis-slider h2{
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
	font-size:36px;
}
.mis-slider p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.mis-slider li a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.mis-slide {
	width: 200px;
	height:auto;
}
.mis-nav-buttons a {
   color: #fff;
}
@media (max-width:991px){
	.mis-slider {
		margin-top: 1em;
	}
}
@media (max-width:900px){
	.mis-slider {
		height: 220px;
	}
	.mis-slide {
		height: 230px;
	}
	.mis-slider {
		margin-top: 2em;
	}
}
@media (max-width:480px){

	.mis-slider {
		margin-top: 0em;
	}
}
@media (max-width:384px){
	.mis-slider {
		height: 210px;
	}
}
@media (max-width:320px){
	.mis-slider figcaption span {
		font-size: 13px;
	}
}
.mis-stage, .mis-slider, .mis-slide, .mis-container, .mis-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mis-stage, .mis-slider {
    position: relative;
    overflow: hidden;
}
.mis-stage {
    width: 100%;
    margin: 0 auto;
	padding:2.5vw 0;
}
.mis-slider {
	list-style: none;
	overflow: visible;
	height: 100%;
	margin-top: 0;
}
/*  Set slide width and padding */
.mis-slide {
	/*  Set width in pixels to restrict width of slides 
	for multi-item slider, default is 100%
	for single-item slider. Use padding to add space 
	between slides */
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	overflow: visible !important;
}
.mis-slide.mis-current {
	z-index: 100;
}
/*  Slide container - inserted around the contents
of each slide by the plugin */
.mis-container {
	display: block;
	width: auto;
	height: auto;
	border: 0;
}
/*  Style list navigation */
.mis-nav-list {
	position: absolute;
	bottom: .5em;
	width: 10%;
	/*margin: 0 auto;*/
	right:42%;
	z-index: 300;
	padding: 0;
}
.mis-nav-list li {
	display: inline-block;
	margin: 0 .25em;
}
.mis-nav-list li a {
	display: block;
	width: 14px;
	height: 14px;
	text-indent: 100%; /* Replace text */
	overflow: hidden;
	white-space: nowrap;
	background:none;
	border:2px solid #fff;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.mis-nav-list li.mis-current a, .mis-nav-list li a:hover {
	background: #fff;
}

    .mis-nav-buttons {
        display: block;
        position: absolute;
        height: 0;
        top: 0;
        opacity: 0.5;
        z-index: 200;
    }
        .mis-nav-buttons a {
			display: none;
            position: absolute;
            color: #eee;
            font-size: 0; /* Hide for browser except Android */
            line-height: .01; /* 0 is inconsistent in Opera */
            font-family: Verdana, Geneva, sans-serif;
            font-weight: bold;
            text-decoration: none;
            text-indent: -9999px; /* Hide for Android */
        }
            .mis-nav-buttons a:hover {
                color: #ccc;
            }
            .mis-nav-buttons a.mis-next {
                left: auto;
                right: 0;
            }
.mis-nav-buttons a.mis-prev {
	left: 0;
}
.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after {
	content: "\2039"; /* left single angle quote */
	display: block;
	font-size: 80px;
	text-indent: 0;
}
.mis-nav-buttons a.mis-next:after {
	content: "\203A"; /* right single angle quote */
}
.news-more{
	width:28%;
}
@media (max-width:1080px){
	.mis-stage {
		width: 100%;
	}
}
@media (max-width:991px){
	.mis-stage {
		height: 300px !important;
	}
}
@media (max-width:900px){

}
@media (max-width:480px){
	.mis-stage {
		height: 250px !important;
	}
}
@media (max-width: 384px){
	.mis-stage {
		height: 280px !important;
	}
}
/*--------------------------------------------------------------------------------------------------------------------
 * Footer
 *--------------------------------------------------------------------------------------------------------------------*/
.footer {
  /*border-top: solid 2px #00579b;
  padding-bottom: 10px;*/
  background:#00579b;
}
.f_mid{
	margin:0 auto;
}
.f_col_2{
	width:22%;
	float:left;
}
.f_col_3{
	width:31.5%;
	float:left;
}
.f_col_r{
	width:15%;
	float:right;
}
.footer .title{
	color:#fff;
	font-size:16px;
	font-weight:500;
}
.footer p {
  color:#9fd5ff;
  font-size:12px;
  line-height:26px;
}
footer p a{color:#9fd5ff;}
footer p a:hover{color:#9fd5ff;}
.footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  position: relative;
  padding-left: 15px;
  list-style:none;
}
.footer .menu li a {
  display: block;
  padding-bottom: 4px;
  font-weight: 500;
  color: #9fd5ff;
}
.footer .menu li::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: #9fd5ff;
}
.footer .menu li:hover a {
  color: #9fd5ff;
}
.footer .menu li:hover::before {
  background-color: #00579b;
}
.copyright{
	background:#000;
	line-height:55px;
	color:#333;
}
.copyright a{
	color:#333;
}
.cp_left{
	float:left;
}
.cp_right{
	float:right;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Inner Pages
 *--------------------------------------------------------------------------------------------------------------------*/
.section-page-header {
  margin-bottom: 50px;
  padding: 30px 0;
  background: #f5f5f5;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
.section-page-header .title {
  color: #555;
  font-size: 24px;
  padding: 0;
  margin-bottom: 5px;
}

/*
 * Widget: Menu
 *--------------*/
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  border-bottom: solid 1px #eee;
}
.sidebar-menu li a:hover {
  color: #00579b;
  padding-left: 10px;
}
/*
 * Widget: Latest Posts
 *----------------------*/
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.latest-posts .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.latest-posts .post .text {
  margin-bottom: 5px;
}
/*
 * Widget: Search
 *----------------*/
/*
 * Widget: Advert
 *----------------*/
.advert {
  width: 100%;
  height: 250px;
  min-height: 250px;
}
/*
 * Widget: Tags
 *--------------*/
/*
 * Widget: Recent Comments
 *-------------------------*/
.recent-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-comments li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
/*
 * Widget: Comments
 *------------------*/
.comments {
  position: relative;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.comments .image {
  overflow: hidden;
}
.comments .image img {
  max-width: 60px;
}
.comments .author {
  margin-bottom: 10px;
}
.comments .date {
  display: block;
  margin-bottom: 10px;
}
.comments .text {
  margin-bottom: 10px;
}
.comments li {
  margin-bottom: 30px;
}
.comments ul {
  padding-left: 70px;
}
.send-comment textarea {
  min-height: 150px;
  resize: vertical;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Projects
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Project Carousel
 *------------------*/
.project-carousel {
  margin-bottom: 130px;
}
.project-carousel .owl-wrapper-outer {
  z-index: 1;
}
.project-carousel .owl-controls {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.project-carousel .owl-controls .owl-pagination .owl-page {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100px;
  width: 25%;
  vertical-align: middle;
  border: solid 0 #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  opacity: .8;
}
.project-carousel .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .7;
  background: transparent;
  border: none;
}
.project-carousel .owl-controls .owl-pagination .owl-page.active {
  opacity: 1.0;
}
.project-carousel .owl-controls .owl-pagination .owl-page:hover {
  opacity: 1.0;
}
.project-carousel .owl-controls .owl-pagination .owl-page:nth-child(4n) {
  border-right-width: 0;
}
.project-carousel .owl-controls .owl-buttons {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-carousel .owl-controls .owl-buttons .owl-prev,
.project-carousel .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto 0;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 44px;
  color: #777;
  background: rgba(255, 255, 255, 0.95);
}
.project-carousel .owl-controls .owl-buttons .owl-prev:hover,
.project-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: #ffffff;
}
.project-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.project-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.project-information .title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.project-information .title::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  background: #00579b;
}
.project-information p {
  text-align: justify;
}
.project-information .details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.project-information .details li {
  padding: 5px 0;
  border-bottom: solid 1px #eee;
}
.project-information .details li span {
  display: inline-block;
  width: 50px;
  font-weight: 500;
}
.projects-carousel .recent-project {
  margin-right: 10px;
}
.projects-carousel .recent-project .image-popup {
  display: block;
}
.projects-carousel .recent-project .info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #777;
}
.projects-carousel .recent-project .info .title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.projects-carousel .recent-project .info .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.projects-carousel .recent-project:hover .info {
  padding-left: 10px;
  color: #fff;
  background: #00579b;
}
.projects-carousel .recent-project:hover .info .title {
  color: #fff;
}
.projects-carousel .recent-project:nth-child(4n) {
  margin-right: 0 !important;
}
.projects-carousel .owl-controls {
  position: absolute;
  top: -100px;
  right: 5px;
  text-align: center;
}
.projects-carousel .owl-controls .owl-buttons div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 28px;
  opacity: .9;
  background: #00579b;
}
.projects-carousel .owl-controls .owl-buttons div i.fa {
  font-size: 16px;
}
@-moz-keyframes animationZoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(-100%);
    -moz-transform: scale(0.7) translateY(-100%);
    -ms-transform: scale(0.7) translateY(-100%);
    -o-transform: scale(0.7) translateY(-100%);
    transform: scale(0.7) translateY(-100%);
  }
  to {
    -webkit-transform: scale(1) translateY(none);
    -moz-transform: scale(1) translateY(none);
    -ms-transform: scale(1) translateY(none);
    -o-transform: scale(1) translateY(none);
    transform: scale(1) translateY(none);
  }
}
@keyframes animationZoomIn {
  from {
    -webkit-transform: scale(0.7) translateY(-100%);
    -moz-transform: scale(0.7) translateY(-100%);
    -ms-transform: scale(0.7) translateY(-100%);
    -o-transform: scale(0.7) translateY(-100%);
    transform: scale(0.7) translateY(-100%);
  }
  to {
    -webkit-transform: scale(1) translateY(none);
    -moz-transform: scale(1) translateY(none);
    -ms-transform: scale(1) translateY(none);
    -o-transform: scale(1) translateY(none);
    transform: scale(1) translateY(none);
  }
}
@-moz-keyframes animationSubMenu {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%) scale(0.8);
    -moz-transform: translateY(10%) scale(0.8);
    -ms-transform: translateY(10%) scale(0.8);
    -o-transform: translateY(10%) scale(0.8);
    transform: translateY(10%) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes animationSubMenu {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%) scale(0.8);
    -moz-transform: translateY(10%) scale(0.8);
    -ms-transform: translateY(10%) scale(0.8);
    -o-transform: translateY(10%) scale(0.8);
    transform: translateY(10%) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .header {

  }
  .breadcrumb {
    float: none;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .brand .logo-big {
    display: none !important;
  }
  .brand .logo-small {
    display: inline-block !important;
  }
  .slider {
    text-align: center;
  }
  .stat {
    margin-bottom: 30px;
  }
  .footer .signup-form .btn-theme {
    display: block;
    width: 100%;
  }
  .blog-post .social-inline {
    float: none !important;
  }
  .about_right{
	width:100%;
	float:none;
}
	.navbar.affix { position:inherit;}
	.navbar.affix-top {
     position:inherit;
}
.affix {

    position:inherit;
}
.p_icon li {width:33.333333333%; border:0;}
.p_icon li:first-child{display:none;}
.p_title {
    text-transform:none;
    text-align: center;
    line-height: 50px;
    font-weight:lighter;
	font-size:.8em;
}
.mis-nav-list {width:19%}
.mis-slider h2{
	font-size:1.5em;
	margin-bottom:20px;
}
.mis-slider p {
    font-size:1em;
    color: #fff;
    line-height: 1.5em;
}
.cp_left {
    font-size:.8em;
	float:none;
	text-align:center;
}
.about h5 {text-align:center; padding:3.5vw 0; margin-bottom:4vw;}
}
@media screen and (max-width: 480px) {
  .testimonials-carousel .owl-controls {
    position: static;
  }
  .footer .footer-col {
    float: none;
    width: 100%;
  }
  .footer hr {
    display: none;
  }
  .about_more{
	  width:115px;
	  margin:0 auto;
  }
  .p_icon li {width:50%; border:0;}
  .p_icon li:first-child{display:block;}
  .box .title {
    width: 60px;
    height: 60px;
    padding-top: 12px;
}

.box:hover .box-content {
    bottom:30%;
}
}
@media (min-width:992px) and (max-width:1199px) {
	.p_icon{width:100%;}
	.p_title { text-transform:capitalize;}
	#tit span {
    list-style: none;
    float: left;
    padding: .6vw 1vw;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
}







.colse{
   display: inline-block;
    width: 22px;
    height: 22px;
    background:url(../uploadfile/close1.png);
    position: absolute;
    top: 12px;
    right: 12px;
    transition: transform 300ms;
    z-index: 10001;
}


.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.7;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
#LoginBox{box-sizing: content-box;padding: 15px; position:fixed;left: 50%;top: 50%; margin-left: -156px; margin-top:-237px; background:white;width: 312px;height:auto;border:1px solid #999;border-radius:7px;z-index:10000;display:none;}
.logo-area{width:100%;text-align: center;}
.header_h1{box-sizing: content-box;margin-bottom:0;padding: 0.75em 0;font-family: "微软雅黑";font-size: 18px;}
.form-gr {box-sizing: content-box; position: relative; padding:10px 15px;}
.control-label{box-sizing: content-box;display:inline-block;padding: 5px 10px;width: 80px;text-align: right; font-size: 16px;}	
.form-con{padding: 5px 10px;border:1px solid forestgreen;background-color: #fff;border-radius:5px;}		
.form-deng{box-sizing: content-box;margin: 30px 0;}
.form-yan{box-sizing: content-box;width: 62px;margin-left: 20px;padding: 8px 10px;border: 1px solid #999;background-color: #fff;}
.chkcode_img{position: absolute;right:48px;width: 64px;}
.btn-b {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-pri {
	float: right;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-suc {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}