@font-face {
  font-family: "BEBAS_";
  src: url("/static/gh/fonts/BEBAS_.woff2") format("woff2"),
       url("/static/gh/fonts/BEBAS_.woff") format("woff"),
       url("/static/gh/fonts/BEBAS_.ttf") format("truetype"),
       url("/static/gh/fonts/BEBAS_.eot") format("embedded-opentype"),
       url("/static/gh/fonts/BEBAS_.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bebas{
  font-family: "BEBAS_",arial;
}
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
 .homebtnBox{
	/*border-bottom: 4px solid #1f3e75;*/
	 background: #fff;
	 box-shadow: 0 0 10px 0 rgb(115 115 115 / 50%);
	 margin: 10px 0;
	 box-sizing: border-box;
 }
 .zhongting{
	 margin-top: -20px !important;
 }
 .homebtn{
	width: 200px;
	height:90px;
	display: block;
	cursor: pointer;
	margin: auto;
 }
 .homebtn.b1{
	background:url(/static/gh/images/img2-1.jpg) no-repeat center / 100%; 
 }
.homebtn.b1:hover{
 	background:url(/static/gh/images/img2-1.jpg) no-repeat center / 100%; 
 }
 .homebtn.b2{
	background:url(/static/gh/images/img1.jpg) no-repeat center / 100%; 
 }
.homebtn.b2:hover{
 	background:url(/static/gh/images/img1-1.jpg) no-repeat center / 100%; 
 }
  .homebtn.b3{
	background:url(/static/gh/images/img3.jpg) no-repeat center / 100%; 
 }
.homebtn.b3:hover{
 	background:url(/static/gh/images/img3-1.jpg) no-repeat center / 100%; 
 }
  .homebtn.b4{
	background:url(/static/gh/images/img4.jpg) no-repeat center / 100%; 
 }
.homebtn.b4:hover{
 	background:url(/static/gh/images/img4-1.jpg) no-repeat center / 100%; 
 }
 #header{
 	height: 120px;
 	line-height:1;
 }
 #header .header-inner, #header #header-wrap{
 	height: 120px;
	transition:none;
 }
#header .header-inner #logo,
#header #header-wrap #logo{
	height: 120px
}
#header .header-inner .container{
	width: 1140px;
}
.header-inner > .container.logobox{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header-inner .logobox .float-left{
	width: 60%;
}
.header-inner .logobox .float-right{
	flex: 1;

}
.navbar{
	width: 100%;
	/*background: #052f45;*/
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgb(111 110 110 / 30%);
}
.navbar .navbar-nav{
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar .navbar-nav .nav-link{
	color: #052f45;
	line-height: 1;
	font-size: 14px;
}
.navbar .navbar-nav .nav-item{
	padding: 0 15px;
}
.navbar .navbar-nav .dropdown-item{
	color: #052f45;
	padding: 8px 20px;
	font-size: 14px;
	border: 1px solid #052f45;
	border-bottom: 0;
    background: #fff;
	position: relative;
}
.navbar .navbar-nav .dropdown-menu{
	padding: 0;
	margin: 0;
	min-width: auto;
	left: 50%;
    transform: translateX(-50%);
}
.navbar .navbar-nav .dropdown-item:last-child{
	border-bottom: 1px solid #052f45;
}
.navbar .navbar-nav .dropdown-item:hover {
	color: #ed6a26;
}

.navbar .navbar-nav .dropdown-item:first-child::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0.85);
	border: 6px solid transparent;
	border-top-color: #052f45;
	z-index: 99999;
}
.navbar-expand-sm {
    justify-content: space-between;
}
@media (max-width: 767px){
	.navbar-expand-sm {
    justify-content: flex-start;
}
}
.headerform{
	background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding-right: 10px;
}
input.searchform{
	border: 0;
	padding: 6px 12px !important;
    min-height: 36px !important;
}

.flickity-button:hover {
  background-color: #052f45;
}
.website-slider.dots-inside .flickity-page-dots,
.carousel.dots-inside .flickity-page-dots {
  bottom: 40px;
  position: absolute;
}
.background-image{
	display: block;
	text-align: center;
}
.background-image img{
	opacity: 0;
}
.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.title h1{
	margin: 0;
	font-size:18px;
    color: #204b5e;
    padding-left: 20px;
	background: url(/static/gh/images/titleicon.jpg) no-repeat left center / 11px;
}
.title h1 span{
	margin-left: 10px;
	font-size: 11px;
	color: #b4c1d3;
}
.titleline-t{
	border-top: 4px solid #0e4a55;
}
.titleline-b{
	border-bottom: 4px solid #0e4a55;
}
.title .fa{
	color: #204b5e;
}
.homenews{
	min-height: 400px;
}
.homenews div[class*='col-lg-']{

}
.homenews .homenews-left{
	padding-right: 25px;
}
.homenews .homenews-right{
	padding-left: 25px;
	padding-right: 25px;
}
.homenewsImg{
	width: 100%;
    position: relative;
    overflow: hidden;
    height: 220px;
    display: block;
}
.homenewsImg img{
    height: 100%;
}

.homenewsImg .txt{
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 12px;
    color: #fff;
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
}
.homenewsImg:hover .txt{
	color: #ea6a23;
}
.homenewsLi {
    color: #052f45;
    padding: 25px 0 0;
    display: block;
}
.homenewsLi .h2{
	font-size:18px;
	color: #052f45;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.homenewsLi .time{
	color: #555;
	font-size: 12px;
	margin-bottom: 10px;
}

.homenewsLi .con{
	text-indent:2em;
	position: relative;
	color: #666;
	line-height: 1.5;
	max-height: 124px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.homenewsLi:hover .con,.homenewsLi:hover .h2{
	color: #eb6b22;
}
.homenewsLi .con,.homenewsImg .txt{
	font-size: 14px;
}
/*.homenewsLi .con:after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
background: -webkit-linear-gradient(left, transparent, #fff 55%);
background: -o-linear-gradient(right, transparent, #fff 55%);
background: -moz-linear-gradient(right, transparent, #fff 55%);
background: linear-gradient(to right, transparent, #fff 55%);
}*/

.noice{
	background: #e9e9e9;
	padding: 10px 20px;

}
.noice-li{
	padding: 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0d8e4;
}

.noice-li:last-child{
	 border-bottom: 0;
}
.noice-date{
	width: 56px;
    text-align: center;
    margin-right: 15px;
    font-family: arial;
}
.datetop{
	background: #7e94b2;
    font-size: 26px;
    color: #fff;
    padding: 2px 0;
}
.datebot{
	background: #fff;
    font-size: 11px;
    color: #7e94b2;
}
.noice-txt{
	flex: 1;
	font-size: 16px;
	color: #052f45;
}
.noice-txt:hover{
	color: #eb6b22;
}

.pageli{
	display: inline-block;
	padding: 20px 10px;
}
.pageli-img{
	width: 100%;
	height: 200px;
	text-align: center;
	position: relative;
  overflow: hidden;
}
.pageli-img img{
	height: 100%;
}
.viewport:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
  content: ' ';
  z-index: 2;
}
.viewport{
	border:2px solid #052f45;
}
.viewport img {
  position: relative;
  transition: all 0.5s ease-out;
	transform: scale(1.1);
  z-index: 1;
  display: block;
}

.pageli-t{
	text-align: center;
    padding: 10px 0;
    color: #0f3a7e;
    font-size: 16px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pageli:hover .pageli-t{
	color: #eb6b22;
}
#footer .copyright-content .link{
	line-height: 1.8;
}
.n-banner,.n-banner img{
	width: 100%;
}
.n_menu{
	width: 260px;
	margin-top: -63px;
	padding-bottom: 210px;
	background: #f0f0f0  url(../images/menubg.jpg) no-repeat bottom / 100%;
}

.menu_header{
	font-size: 22px;
    font-weight: bold;
    padding: 20px;
    /*background: #052f45;*/
	background: #ffffff;
	box-shadow: 0 -6px 10px 0 rgb(134 134 134 / 30%);
	color: #052f45;
}
.menu_content{
	padding:10px 30px;
}
.menu_li{
	display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #d0d8e4;
    color: #052f45;
    background: #f0f0f0  url(../images/menuicon.jpg) no-repeat left center / 12px;
}
.menu_li:hover{
	color: #e56921;
}
.n_content_box {

}
.n_content_box .bag{
	font-size: 14px;
	padding: 20px 0;
    border-bottom: 1px solid #ecebeb;
}
.n_content{
	margin: 0 0 20px;
	min-height: 400px;
	padding-top: 15px;
}
.newlist_ul{
}
.newlist_li{
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid #ecebeb;
    padding: 15px 15px 15px 20px;
    display: flex;
    justify-content: space-between;
    color: #555;
}
.newlist_li:before{
	content: "";
	position:absolute;
	left: 0;
	top: 45%;
	width: 6px;
  	height: 6px;
  	border: 1px #ccc solid;
  	transform: rotate(45deg) translateY(-50%);
}
.newlist_li:hover{
	color: #eb6b22;
}
.newlist_li:first-child{
	padding-top: 0;
}
.newlist_li:first-child::before{
	top: 25%;
}
.newlist_li>div:first-child{
	text-align: left;
	flex: 1;
}
.list_page{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.pagination li{
	margin:0 6px;
}
.list_pageli,.nd-btn,.pagination li a{
	padding: 6px 10px;
    text-align: center;
    border: 1px #ccc solid;
    color: #555;
    background: #eee;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}
a.list_pageli:hover,a.list_pageli.active,.pagination li a:hover,.pagination li.active a{
	background: #052f45;
	color: #fff!important;
	border: 1px #052f45 solid;
}
.newdetailhead {
	padding: 30px 0 10px;
    text-align: center;
    border-bottom: 1px #d8d7d7 dashed;
}
.newdetailhead h1{
	font-size: 22px;
	text-align: center;
}
.newdetailbtn a{
	display: block;
	padding: 10px 0;
    color: #555;
	font-size: 14px;
}
.newdetailhead .date{
	font-size: 12px;
}

.newdetailbtn a:hover{color: #eb6b22;}
.newdetailbtn .nd-btn{

	margin-right: 10px;
}
.newdetailbody{
	padding: 20px;
	min-height: 300px;
}
.sub_con{
	padding: 30px 0 20px 40px;
}
.sub_li{
	display: block;
	padding-bottom: 20px;
	margin: 20px 0;
	cursor: pointer;
}
.sub_li .kuang{

	position: relative;
	border:1px solid #1c4896;
}
.sub_li .kuang img{
	width: 100%;
	min-height: 122px;
}
.sub_li .kuang:before{
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border:8px solid #1c4896;
	top: -26px;
	left: -26px;
}
.sub_li .text{
    padding: 10px 0 20px;
    color: #1c4896;
    font-size: 18px;
    font-weight: bold;
    width: 180px;
}
.sub_li:hover .text{color: #eb6b22;}

.sub_d_head{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.sub_d_head:after{
	content: '';
	position:absolute;
	width: 150%;
	height: 2px;
	background: #eaeaea;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.sub_d_head h4{
	color: #1c4896;
	font-size: 24px;
}
.sub_d_head > span{
	color: #eaeaea;
    line-height: 1.5;
    padding-bottom: 10px;
}
.sub_d_body{
	color: #555;
	padding: 20px 0;
}
.sub_d_body h5{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
#footer .copyright-content .link a{
	margin: 0 6px;
}
.layer-photos-demo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layer-photos-demo img{
	padding: 10px;
	width: 30%;
	cursor: pointer;
}
.SearchBtn .fa{
	color: #174c5c;
}
.new50{
	width: calc(50% - 25px);
}
input:not([type="checkbox"]):not([type="radio"]):focus{
	outline: 0;
}