@charset "UTF-8";


.menu{
background:transparent;
	font-size:20px;
	right: 17px;

}
.menu > li{
	float:left;
	position:relative;
}
.menu > li > a{
	padding: 0px 20px;
	height: 90px;
	line-height:90px;
	color:#666;
	display:block;
}
.menu > li:hover > a ,.menu > li:hover .caret{
	color:#013C80;
}
.menu .caret{
	color:#013C80;
}
.submenu{
	display:none;
	position: absolute;
    z-index: 999;
}
.submenu li{
	width: 220px;
	padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 12px;
}
.submenu a{
	font-size: 18px;
	color:#013C80;
	position:relative;
}
.submenu .fa{
	font-size:18px;
	font-size: 18px;
	position: absolute;
	left: -17px;
	top: 1px;
	display:none;
}
.footer-top{
	min-height:250px;
	padding:32px 0 50px 0;
	background-color:#20282d;
	text-align:center;
}
.footer-bottom{
	min-height: 160px;
	background-color:#1a2227;
	text-align: center;
	color:#b0bec5;
	font-size: 14px;
}
.sitemap{
	display: inline-block;
	font-size:15px;
	border-top: 1px solid #144e6f;
	border-bottom: 1px solid #0288d1;
    
}
.sitemap:before{
	content: '';
	width: 100%;
    border-top: 1px solid #0288d1;
    padding-bottom: 30px;
}
.sitemap:after{
	content: '';
	width: 100%;
    border-bottom: 1px solid #144e6f;
    padding-top: 30px;
}
.sitemap li{
	float:left;
}
.sitemap li a{
	margin: 0 19px;
	color:#b0bec5;
}
.sitemap li a:hover,.company_info a:hover{
	color:#fff;
}
.go-top{
    width: 40px;
    margin:0 auto 15px auto;
    border-top: 1px solid #144e6f;
    cursor:pointer;
}
.go-top:before{
	content: '';
    width: 100%;
    display: block;
    padding-top: 9px;
    border-top: 1px solid #0288d1;
}
.go-top div{
	width: 26px;
    height: 26px;
    display: inline-block; 
    border-color: #144e6f;
    border-width: 1px 0 0 1px;
    border-style: solid;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}
.go-top div:before{
	content: '';
    height: 100%;
    display: block;
    border-color: #0288d1;
    border-width: 1px 0 0 1px;
    border-style: solid;
}
.company_info{
	line-height:22px;
	margin-bottom: 12px;
}
.company_info a{
	color:#b0bec5;
}
#search-bar{
    text-align: center;
}
#search-bar div{
	width:88%;
	position:relative;
	margin:0 auto;
}
#search-bar span{
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 20px;
    color: #b0bec5;
}
.search-icon{
	font-size: 17px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 4px;
}
.subscribe{
	display:inline-block;
	width:220px;
	height:32px;
	color:#b0bec5; 
	border:1px solid #37474f;
	background-color:#313131;
	line-height: 30px;
}
.subscribe:hover{
	color:#fff;
	background-color:#151515;
}
.subscribe span{
    font-size: 18px;
    margin-right: 12px;
}
.mobile_bg{
	height:35px;
	background-color: #26467F;
}
@media screen and (max-width: 1400px){
	.menu{
background:transparent;
	font-size:18px;
	right: 17px;

}
		.menu > li > a{
	padding: 0px 10px;
	height: 90px;
	line-height:90px;
	color:#666;
	display:block;
}
}
@media screen and (min-width: 768px){
	.pc_hidden{
		display:none!important;
	}

	.lang_menu > li{
		float:left;
	}
	.submenu{
		width: 220px;
		background-color: #fff;
	}
	.submenu ul{
		float:left;
		padding-top: 21px;
		padding-bottom: 9px;
		background:#fff
	}

	.submenu a:hover,.submenu .active a{
		color:#2196F3;
	}
	.submenu a:hover .fa,.submenu .active a .fa{
		display:block;
	}

	.two_colume{
		width:440px;
	}
	.three_colume{
		width: 660px;
	}
	.menu > li:nth-child(5) .two_colume{
		/*margin-left:-170px; */
	}
	.menu > li:nth-child(5) .three_colume{
		/*margin-left:-330px; */
	}
	.lang_menu >li{
		border-right:1px solid #0097d6;
	}
	.lang_menu >li:last-child{
		border-right:0px;
	}
	.lang_menu >li >a,.lang_menu >li > .dropdown >a{
		padding: 4px 0px;
		margin: 0 14px;
		color:#fff;
	}
	#search-bar{
    	width: 625px;
    	height: 100px;
    	margin-left: -523px;
    	padding-top: 30px;
	}
	.menu > li:hover > a,.menu > li:hover .caret{
		color:#013C80;
	}

	.menu > li:hover{
		background-color:#fff;
		color:#013C80;
	}
	.footer_info{
	    position: absolute;
	    top: 40px;
	}
	.company_info{
		position: absolute;
		top: 83px;
		right: 0;
	}
	.company_info li{
		float:left;
		padding-left: 30px;
	}
	.copyright{
		position: absolute;
    	top: 83px;
	}
	.subscribe{
		position:absolute;
		right:0;
		top:36px;
	}
}

@media screen and (max-width: 767px){
	.navbar-fixed-top{
		width: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 1030;
	}
	html body .m_hidden{
		display:none;
	}
	.header,.footer,.content{
		min-width:100%;
	}
	.header{
		height:60px;
		border-top: 0px;
	}
	.header .open{
		display:block;
	}
	.content{
		padding-top:60px;
	}
	.lang_menu{
		left: 0;
	    top: 0;
	    width: 100%;
	    background-color: #0050b0;;
	}
	.language {
	    padding:0;
	    margin:0;
	}
	.dropdown-menu {
		position: relative;
    	top: 0px;
	}
	.lang_btn{
		width: 100%;
		height: 38px;
		background: none;
	    padding: 0;
	    margin: 0;
	    font-size: 18px;
    	color: #fff;
	}
	.dropdown-menu{
		border:0;
    	width: 100%;
    	padding:0;
    	margin: 0;
    	float:none;
    }
	.container{
		width:100%;
	}
	.logo{
	    width: 150px;
	    left: 25px;
	    top: 15px;
	    z-index: 1033;
	}

	#m_block{
		position:absolute;
		width:100%;
		height:60px;
		background-color: #fff;
		z-index: 1032;
	}
	.m_nav_btn{
		width: 22px;
		height: 30px;
		position:absolute;
		right: 26px;
	    top:24px;
	    cursor:pointer;
	    z-index: 1034;
	}
	.icon-bar{
		width:100%;
	    height: 4px;
	    position:absolute;
	    border-radius: 5px;
	    background-color: #002667;
	    -webkit-transition-duration: 0.5s;
	    transition-duration: 0.5s;
	}
	.show .icon-bar:nth-child(1){
		margin-top:7px;
		-ms-transform:rotate(45deg);
	    -webkit-transform:rotate(45deg);
	    transform: rotate(45deg);
	}
	.show .icon-bar:nth-child(2){
		display:none;
	}
	.show .icon-bar:nth-child(3){
		margin-top:-7px;
		-ms-transform:rotate(-45deg);
	    -webkit-transform:rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.animated_speed{
		-webkit-animation-duration: 0.3s;
		animation-duration: 0.3s;
	}
	#bar1{
		top:0px;
	}
	#bar2{
		top:7px;
	}
	#bar3{
		top:14px;
	}
	#nav{
		position: absolute;
	    top: 60px;
	    width: 100%;
	    background-color: #fff;
    	overflow-y: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	#nav .caret{
		position: absolute;
	    top: 50%;
	    right: 30px;
	    margin-top: -3px;
	}
	.caret{
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		transform: rotate(-90deg);
	}
	.menu,.lang_menu{
		position:static;
	}
	.menu > li{
		float:none;
		padding:0px; 
	}
	.menu > li > a,.lang_menu > li >a,.lang_menu > li > .dropdown > a{
		position: relative;
		height:auto;
		padding: 12px 26px;
	    border-bottom: 1px solid #dcdcdc;
	    margin: 0;
	}
	.lang_menu > li >a,.lang_menu > li > .dropdown > a{
		color:#fff;
		border-bottom: 1px solid #0097d6;
	}
	.submenu{
		width: 100%;
		position: static;
	    padding: 0;
	    background-color: #EDEEF2;
	}
	.submenu li {
		width:100%;
		height:auto;
	    margin: 0;
	    padding:0;
	}
	.submenu a,.dropdown-menu > li > a{
		padding: 11px 36px;
    	display: block;
	}
	.submenu a {
	    color: #002668;
	}
	.submenu a:hover{
		background-color:#F29311;
		color:#fff;
	}
	.sitemap{
		width:85%;
	}
	.sitemap:before{
	    padding-bottom: 12px;
	}
	.sitemap:after{
	    padding-top: 12px;
	}
	.sitemap li{
		width:100%;
		padding: 12px 0;
	}
	.footer_info{
		padding: 40px 0 20px 0;
	}
	.copyright{
		padding: 0px 15px 84px 15px;
	}
	.copyright span{
		display:block;
	}
	.subscribe{
		margin-bottom:55px;
	}
	.title{
		padding-top: 12px;
    	padding-left: 25px;
	}
	.search input{
		height:30px;
	}
	#search-bar{
		padding: 7px 0;
	}
	#search-bar span{
		top:0;
	}
}
.down_arrow,#main_menu .active .caret,#nav .open .caret{
	-ms-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.up_arrow{
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.bread_wrap{
	min-height: 35px;
	position:relative;
	border:1px solid #b5b5b5;
	margin-bottom:30px;
}
.breadcrumb{
	width: 1200px;
	height: 35px;
	padding-left: 39px;
	margin-left:-1px;
	position:absolute;
	font-size: 13px;
	line-height: 34px;
	background-color: rgba(0,38,104,0.85);
	color:#fff;
}
.breadcrumb span:after{
	content: ">";
    padding: 0 4px 0 7px;
}
.breadcrumb span:last-child:after{
	content: " ";
    padding: 0;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.kv-banner{
	height:338px;
	overflow: hidden;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.unit_title{
	position:absolute;
	left:36px;
	top:65px;
	color:#002668;
	font-size:24px;
	font-family:arial;
	font-weight:bold;
}
.unit_title span{
	color:#626262;
}
.html_edit li{
	list-style-position: inside;
}