.am-g-fixed {
  max-width: 1400px;
}
/* ----------------header start---------------- */
header {
  position: relative;
  /* background: url(../images/index2025/header-bg.png) no-repeat center top; */
  /* background-size: cover; */
  /* height: 570px; */
  /* width: 100%; */
  /* background-position-y: -4px; */
}
header > div:first-child {
	background: url(../images/index2025/header-bg.png) no-repeat center top;
	background-size: cover;
	padding-bottom: 78px;
	background-position-y: -26px;
	transition: 0s;
}
header .topnav {
  padding-top: 24px;
}

header .topnav div span a{
  color: rgba(255, 255, 255, 1);  
}

.topnav .topnav-left {
  line-height: 46px;

}

.topnav .topnav-left i{
  color: rgba(255, 255, 255, 1);  
  padding: 0 8px;
}
.topnav .topnav-right .am-fr {
  display: flex;
  flex-wrap: wrap;
}
.topnav .topnav-right-item {
  margin-left: 20px;
  margin-bottom: 10px;
  background: rgba(6, 83, 184, 0.4);
  padding: 8px 12px;
  border-radius: 22px;
  border: 1px solid #529ed5;
}
.topnav .topnav-right .dl_box {
  background: linear-gradient(180deg, rgba(75, 174, 250, 1) 0%, rgba(39, 119, 217, 1) 100%);;
}

.logo {
  margin-top: 0px;
  text-align:center;
}
.logo div {
	font-size: 46px;
	font-weight: bold;
	text-shadow: 0 0 10px #fff;
	color: red;
	margin-left: 40px;
}
.logo > div:first-child img{
	width:80%;
}
.logo div:last-child {
	font-size:36px;
	margin-top: 58px;
	margin-left: -40px;
}
.search {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
#nav {
  /* margin-top: 79px; */
  margin-bottom: 0;
  border:none;
}
#nav::before{
  position: absolute;
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg, rgba(35, 84, 175, 1) 0%, rgba(4, 118, 212, 1) 100%);
}
#nav .am-topbar-nav {
  background-color: #015293;
}
#nav .am-topbar-nav > li:before {
	content: '';
	position:absolute;
	left: 50%;
	bottom: 0;
	transform:translateX(-50%);
	height: 4px;
	width:0;
	background-color: #fff;
	transition: width .3s;
}
#nav .am-topbar-nav > li.active::before {
	width: 60%;
}
#nav .am-topbar-nav > li:hover::before {
	width: 60%;
}
#nav .am-topbar-nav > li > .dropdown-content {
	display: none;
	position: absolute;
	left: 0px;
	top: 80px;
	background: rgba(255, 255, 255, 0.9);
	border: #fff solid 1px;
	/* height: 140px; */
	box-sizing: border-box;
	z-index: 999;
}
#nav .am-topbar-nav > li > .dropdown-content ul {
	text-align: left;
	padding: 10px 15px 0px 15px;
	margin-bottom: 0px;
}
#nav .am-topbar-nav > li > .dropdown-content ul li {
	line-height: 26px;
	list-style: none;
}
#nav .am-topbar-nav > li > .dropdown-content ul.list-inline li {
	display: inline-block;
}
#nav .am-topbar-nav > li > .dropdown-content li {
	color: #333;
	font-size: 18px;
}
#nav .am-topbar-nav > li > .dropdown-content li span {
	color: #000;
	margin-right: 10px;
	width: 80px;
	text-align: right;
	display: inline-block;
	font-weight: 600;
}
#nav .am-topbar-nav > li > .dropdown-content li a {
	color: #333;
	margin-right: 10px;
}
#nav .am-topbar-nav > li > .dropdown-content ul.list-inline li a {
	font-weight: 600;
}
#nav .am-topbar-nav > li > .dropdown-content li a:hover {
	color: #015293;
}
#nav .am-topbar-nav > li > a:hover,
#nav .am-topbar-nav > li > a:focus {
	background: transparent;
	background-color: transparent;
}
#nav .am-topbar-nav > li > a:after {
	border-bottom-color: #083961;
	display: none;
}
#collapse-head2 > ul >li:last-child {
  /* width: 3%; */
  /* vertical-align: middle; */
}
#searchform > div {
	position:relative;
	width:100%;
}
#searchform > div input {
	height:52px;
	border-radius: 22px;
  background-color: #fffC
}
#searchform > div img {
	position: absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}

#baidu_search div {
  width: 100%;
}
#baidu_search div input { 
  border-radius: 20px;
}
#baidu_search #searchWord {
  position: relative;
}
#baidu_search #searchWord {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
#collapse-head2 ul li a {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 80px;
}

#collapse-head2 ul li .list-inline {
  background-color: #fff;
}
#collapse-head2 ul li .list-inline a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 768px) { 
  .logo {
    margin-top: 30px;
  }
	header .topnav {
		padding-top:0;
	}
	header > div:first-child {
		background-position-y: 0;
	}
  .topnav .topnav-right-item {
	margin-left:0;
	margin-right:20px
  }
  #nav {
    /* margin-top: 30px; */
  }
  #nav::before {
    height: 50px;
  }
	.active::before {
		display:none;
	}
	#collapse-head2 > ul > li:hover::before {
		display:none;
	}
  #collapse-head2 > ul >li:last-child {
    margin: 16px 0;
  }

}
/* ----------------header end---------------- */

/* ----------------friendlink start---------------- */
#links {
  background: rgba(21, 71, 163, 1);
}
.tabs-nav li{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;  
  line-height: 46px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.tabs-nav i{
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/index2025/arrows-bottom.png) no-repeat center;
}
.am-tabs-content .content-item ul {
  padding: 20px 0;
}
.am-tabs-content .content-item ul li {
  line-height: 34px;
}
.am-tabs-content .content-item ul li a{
  color: rgba(255, 255, 255, 1);  
}
.nav-item-active {

}
.content-item {
  display: none;
}
.content-item-active {
  display: block;
}

/* ----------------friendlink end---------------- */

/* ----------------footer start---------------- */
footer {
  width: 100%;
  min-height: 154px;
  background-color: rgba(35, 84, 175, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 41px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}
footer a {
  color: rgba(255, 255, 255, 1);
}
footer a:hover, footer a:focus{
  color: rgba(255, 255, 255, 1);
}
footer .websit-info span{
  margin-right: 14px;
}
#_ideConac {
  margin-top: 44px;
}
footer .right-icon div {
  margin-top: 20px;
}
footer .right-icon img {
  width: 100px;
  height: 50px;
}
footer .right-icon a {
  margin-left: 10px;
}
footer #_span_jiucuo {
  margin-left: 10px;
}
@media (max-width: 768px) { 
  footer {
    font-size: 14px;
  }
  #_ideConac {
    margin-top: 0px;
  }
  footer .websit-info div{
    margin-top: 14px;
    padding: 0 12px;
    line-height: 28px;
  }
  footer .right-icon {
    margin-top: 20px;
    padding-left: 0;
  }
   footer .right-icon  div {
    padding: 0 12px 20px;
    display: flex;
    justify-content: space-between;
   }
  .logo img {
    /* width: 86%; */
   }
	.logo div {
		font-size:30px;
		margin: 0;
	}
	.logo div:last-child {
		font-size:24px;
		margin-top: 8px;
		margin-left: auto;
	}
	.search {
		width: 100%;
		/* margin: 0 auto; */
		/* float: unset; */
		display: flex;
		justify-content: center;
	}
   #nav .am-topbar-nav > li {
      width: 100%;
      white-space: nowrap;
      display: block;
      font-size: 18px;
      line-height: 37px;
      height: 37px;
      padding: 0px 29px;
    }
    #collapse-head2 ul li a {
      line-height: 37px;
    }
    #collapse-head2 > ul >li:last-child {
      width: 100%;
    }
	.tabs-nav li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.am-tabs-content .content-item ul {
    display: flex;
    flex-wrap: wrap;
}
	.am-tabs-content .content-item ul li {
    width: 50%;
    text-align: center;
}
}
/* ----------------footer end---------------- */
@media (min-width: 1200px) and (max-width: 1500px) {
	.logo div {
    margin-left: 120px;
}
	#nav {
	  /* margin-top: 88px; */
	}
	header > div:first-child {
		/* padding-bottom: 72px; */
		background-position-y: 1px;
	}
	footer .am-u-lg-3 {
		width:30%;
		text-align: right;
	}
	footer .am-u-lg-9 {
		width:70%;
	}
}
@media (min-width: 1200px) and (max-width: 1600px){
	header > div:first-child {
		background-position-y: 0;
		background-size: 100% 100%;
	}
}
/* 当前位置 */
.theme-dqwz{background: url(../images/public/location.png) no-repeat 0 center;padding: 21px 0 21px 27px;color: rgba(10, 91, 171, 1);font-size: 16px;line-height: 30px;margin-left: -1.5rem;margin-right: -1.5rem;border-bottom: 1px solid rgba(217, 217, 217, 1);}
.theme-dqwz a{color: rgba(87, 87, 87, 1);}