@charset "utf-8";

/*通用样式 start*/
body {
	background:#C1B6B3;
}

a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

.white-bg {
	background: #fff;
}

.am-container {
	max-width: 1600px;
}
ul{
    padding-left: 0em;
}
ul li{
list-style:none;
}

/*通用样式 end*/

/*迷你导航 start*/
.mininav {
     height: 163px;
     background:url(/images/qks/top_bg.png) no-repeat top center;
     background-size: 100% 100%;
}

.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;
}
.top_logo{
    line-height: 163px;
}
.top_logo a img{
  width:575px;
}
.mininav .am-cf:after,.mininav .am-cf:before,.footer .am-cf:after,.footer .am-cf:before{
display:none;
}
#searchform{
display: flex;
    align-items: center;
    height: 163px;
    width: 100%;
    justify-content: flex-end;
}
#searchform .am-form-field{
width: 320px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #A24640;
    background: #FFF;
}
#searchform button{
border: none;
    background: initial;
    color: #DDDFE5;
    font-size: 18px;
    font-weight: initial;
}
/*迷你导航 end*/


/*导航栏 start*/
.nav{
background: #A24640;
}


.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 {
	border-right: #fff dashed 1px;
}

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

.am-topbar-nav>li>a {
	padding: 42.5px 56px;
	line-height: normal;
	text-align: center;
}

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

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

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*/
.news-list .pic-list .am-gallery-item img {
    height: 213px !important;
}
.papers-list .pic-list .am-gallery-item img {
    height: 298px !important;
}
.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*/
.footer .am-container{
	background:url(/images/qks/bg3.png) no-repeat center center;
        background-size: 100% 100%;	
        padding: 96px 160px 96px 180px;
}

.footer p {
	margin: .6rem;
}
.foot-cont{
display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
}
.foot-right{
    text-align: center;
}
/*页尾 end*/

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

/*手机*/

@media only screen and (max-width: 640px) {
	/*导航 start*/
	.am-dropdown-content {
		display: none !important;
	}

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

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

	/*导航 end*/

.mininav {
    height: 142px;
}

.top_logo a img,.link-foot-list li a img {
    width: 100%;
}
.top_logo {
    line-height: 80px;
}
.nav {
    background: initial;
}
.navbox{
    background: #A24640;
    position: relative;
}

#searchform{
height: auto;
justify-content: start;
padding-left: 6vw;
}

#searchform .am-form-field {
    width: 240px;
}
.am-topbar-btn {
    position: absolute;
    top: -71px;
    right: 6vw;
}

.link-foot-list,.xwdt ul,.book-list ul{
   padding: 1rem !important;
        flex-direction: column;
        align-items: center !important;
}
.book-list ul li {
    margin-bottom: 2rem;
}
.footer .am-container{
padding: 1rem;
}
.foot-cont{
    flex-direction: column;
    font-size: 16px;
}
.foot-left{
    text-align: center;
}
.foot-cont img{
  width:100px;
}
.news-list .pic-list .am-gallery-item img {
    height: 105px !important;
}
.papers-list .pic-list .am-gallery-item img {
    height: 253px !important;
} 
}

/*电脑*/

@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: #eee solid 2px;
	}

	/*通用 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*/
