@charset "utf-8";

/*通用样式 start*/
* {
  margin: 0;
  padding: 0;
}

body {
	background: #eee;
}

a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

.white-bg {
	background: #fff;
}

.am-container {
	max-width: 1300px;
}

.box-shadow {
	box-shadow: 0 0 10px #ddd;
margin-bottom: 20px;
}

/*通用样式 end*/

/*迷你导航 start*/
.mininav {
	line-height: 50px;
	background: #ebebeb;
	font-size: 1.4rem;
}

.mininav p {
	margin: 0;
}

.mininav .mininav-list {
	margin: 0;
	padding: 0;
}

.mininav .mininav-list li {
	display: inline-block;
	padding: 0 .3em;
	color: #a40000;
}

.mininav .mininav-list li a {
	color: #a40000;
}

/*迷你导航 end*/

/*logo&search start*/
.logobox {
  padding-top: 50px;
  padding-bottom: 35px;
}

#searchform {
  margin-top: 20px;
  width: 321px;
  float: right;
  height: 45px;
}

#searchform input[type="text"] {
  text-indent: 10px;
  background: #fff;
  border: #cccccc solid 1px;
  height: 45px;
}

#searchform button[type="submit"] {
  outline: none;
  background: none;
  border: none;
}

#searchform [class*=am-icon-]:before {
  color: #abadae;
}

/*logo&search end*/

/*导航栏 start*/
.header {
  width: 100%;
  height: 229px;
  background: url(/images/bjyy.svg) no-repeat bottom;
  background-size: 100%;
}

.navbox {
  margin-top: -12px;
}

.navbox .am-container {
  max-width: 1499px;
}

.am-nav-pills>li {
  background: url(/images/ico_01.png) 0 no-repeat;
}

.am-nav-pills>li:first-child {
  background: none;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
  opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
  background-color: #910101;
  color: #fff;
}

.am-nav-pills>li+li {
  margin-left: 0;
}

.am-nav-pills {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.am-nav-pills>li {
  width: 10%;
}

.am-nav-pills:last-child {
  border-right: none;
}

.am-topbar-nav>li>a {
  padding: 24.5px 0px;
  text-align: center;
  font-weight: 700;
  color: #333333;
  line-height: 18px;
}

.am-dropdown-content {
  margin: 0;
  border: none;
  background-color: #910101;
  min-width: 100%;
}

ul.am-dropdown-content>li>a {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
  background-color: transparent;
  color: #FFFF00;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
  display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
  background-color: #ff6600;
  border-color: #ff6600;
}

.am-topbar-btn {
  margin-bottom: 8px;
}

/*导航栏 end*/

/*列表分页 start*/
.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #fff;
}

.am-pagination>li {
	font-size: 1.2rem;
}

.am-pagination>li>a,
.am-pagination>li>span {
	padding: .4em .7em;
	border-radius: 3px;
	color: #999;
	margin-right: 0;
}

/*列表分页 end*/

/*友情链接 start*/
#friendly-link li a {
	padding-left: 15px;
	background: url(../images/ico_01.gif) no-repeat 0 8px;
}

/*友情链接 end*/

/*页尾 start*/
.footer {
  background: #960300 url(/images/bottom_bj.svg) no-repeat top;
  color: #fff;
  font-size: 14px;
  padding: 60px 0px;
  font-weight: 600;
  padding-top: 240px;
}

.footer li p {
  margin: .5rem 0;
}

.footer-bq {
  margin-top: 50px;
}

.footer-code {
  display: flex !important;
  align-items: center;
}

.footer-code>div>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-code>div>div>img {
  min-width: 113px;
  height: 113px;
}

.footer .am-u-md-5 {
  width: 45%;  
}
.footer li {
    list-style: none;
}
.footer .am-u-md-5>a>img {
  width: 94%;
}

.footer .am-u-md-7 {
  width: 54%;
  margin-bottom: 0.5rem;
}

.footer ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-code>div {
  display: flex;
}

.footer-code>div:first-child {
  width: 60%;
}

.footer-code>div:last-child {
  width: 40%;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	.footer ul {
    flex-direction: column;
    align-items: center;
  }

  .footer .am-u-md-5 {
    width: 100%;
    float: none !important;
  }

  .footer .am-u-md-7 {
    width: 100%;
    float: none !important;
    padding: 0px;
  }
.footer {
    height: auto;
    margin-top: -60px;
  }

  .footer-bq {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-code {
    flex-direction: column;
  }

  .footer .am-u-md-12 {
    padding: 0px;
  }

  .footer-code>div {
    display: flex;
    flex: 1;
    width: 100% !important;
  }

  .footer-code>div>div {
    padding: 5px;
    font-size: 12px;
  }

  .footer-code>div>div>img {
    min-width: 108px;
    height: 108px;
  }
  /*search start*/
  #searchform {
    max-width: 100%;
    float: none;
  }

	/*search start*/
  /*导航 start*/
  .header {
    height: auto;
  }

  .navbox {
    background: #a40000;
    margin-bottom: 20px;
  }

  .am-nav-pills {
    display: initial;
  }

  .am-dropdown-content {
    display: none !important;
  }

  .am-nav>li>a {
    padding: .4em 1em;
    color: #fff;
  }

  .am-nav-pills>li {
    background: none;
    width: 100%;
  }

  /*导航 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}

	/*通用 start*/
	.margin-bottom {
		margin-bottom: 2px;
	}

	.border-right {
		border-right:none;
	}

	.border-bottom {
		border-bottom:none;
	}

	/*通用 end*/

	/*列表 start*/
	.am-list-news-default {
		margin: 10px 0;
	}

	/*列表 end*/
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
