/* CSS Document */
body, html {
	margin: 0;
	padding: 0; 
}
body {
	font-size: 13px;
}
header {
	width: 1200px;
	margin: auto;
	display: block;
}
.main{
	background-position: bottom;
	display: flex;
	width: 100%;
	background-image: url('../img/main-bg4.png');  
	background-position: bottom;
	background-repeat: no-repeat;
}
.main-contain{
	width: 1200px; 
	margin: auto;
	display: flex;
	flex-direction: column;
	background-color: #fff;
} 
.contain { 
	display: flex;
	flex-direction: row;
	margin: auto;
	margin-top:20px ;
	margin-bottom: 20px;
	width: 100%;
	 /* border: solid 1px #628fc5; */
	justify-content: space-between;
}
.col{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: auto;
}
.row{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: auto;
	justify-content: space-around;
}
.footer {  
	width: 100%; 
	background-color: #ad3136; 
	display: flex;
	flex-direction: row;
} 
.hot{
	width:100%;
	margin-top: -20px;
	padding-top: -10px;
}
.hot img{
	width:100%; 
	height:100%;
}
.bg-white{
	background-color: #fff;
}
.contain-full {
	width: 100%;
}
.marginTop20 {
	margin-top: 20px;
}
.header-contain {
	padding-left: -15px;
	padding-right: -15px;
	width: 1200px;
	height: 158px;
	clear: both;
	position: relative;
	background-image: url(../img/top_bg.png);
}
.version {
	display: block;
	float: right;
	clear: both;
	color: #888;
}
.version a {
	display: inline-block;
	padding: 10px 5px;
	color: #888;
	text-decoration: none;
}
.version a:hover {
	color: #ff5400;
}
.logo {
	display: block;
	float: left;
	height: 158px;
}
.search-box {
	position: absolute;
	right: 25px;
	bottom: 14px;
	display: block;
}
.search-box input, .search-box button {
	line-height: 26px;
	border: none;
	width: 35px;
	background-color: transparent;
}
.search-box input[type="text"] {
	width: 140px;
}
.navbar {
	background-color: #cd1024;
	width: 100%;
	height: 62px;
	min-width: 1200px;
}
.navbar-nav {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-max {
	width: 1170px;
	margin: auto;
	border-color: transparent;
	display: block;
}
.navbar-max ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navbar-max ul>li {
	display: block;
	float: left;
	padding: 20px 0px;
}
.navbar-max a {
	text-decoration: none;
}
.navbar-max ul>li>a {
	font-size: 20px; 
	font-family:"黑体";
	padding: 20px 20px;
	text-decoration: none;
	color: #fff;
}
.navbar-max li >a:focus {
	color: #fff;
	background-color: #d00;
}
.navbar-max .active > a, .navbar-max .active > a:hover, .navbar-max active > a:focus {
	color: #fff;
}
.navbar-max .navbar-nav >.disabled > a, .navbar-max .navbar-nav >.disabled > a:hover, .navbar-max .navbar-nav >.disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-max li:hover a {
	color: #fff;
	background-color: #d00;
}
.navbar-max li.dropdown {
	display: inherit;
	position: relative;
}
.navbar-max li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 62px;
	width: 100%;
	background: #cd1024;
	box-shadow: #888 2px 5px 10px 0px;
	width: 120%;
	left: -10%;
	z-index: 1000;
}
.navbar-max .navbar-nav> li.dropdown .dropdown_menu a {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 0;
	line-height: 50px;
	text-align: center;
	background: #d7172b;
	margin-bottom: 1px
}
.navbar-max .navbar-nav> li.dropdown:hover .dropdown_menu {
	display: block;
	background: #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.navbar-max .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666
}
.navbar-max .navbar-nav> li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #d00;
}
.newPart {
	width: 770px;
    display: flex;
    flex-direction: column;
}
.nPart {
	width: 370px;
	display: flex;
	flex-direction: column;
}
.footer-contain{
	width:1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px;
}
.footer img {
	padding-left: 100px;
	padding-right: 80px; 
	margin-bottom: 10px;
	width:120px;
	display: block;
	float: left; 
}
.footer-text {
	display: block;
	padding:15px 20px 0px 20px;
	text-align: left;
	color: #f8f8f8;
	font-size:14px;
	line-height:30px;
	float:left;
}
.after-nav {
	margin-top: 20px !important;
}
.title-line {
	/* padding: 10px 0px 0px 0px; */
	padding-left: 8px;
	padding-right: 8px;
}
.title-line {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 30px; 
	border-bottom: solid 1px #e2e2e2;
}
.title-text {
	display: inline-block; 
	padding-left: 25px; 
	height: 30px;
	color: #cf1b2e;
	font-size: 20px;
	font-weight: bold;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
}
.title-more {
	display: block;  
}
.newPart .title-line {
	width: 770px; 
}
.nPart .title-line {
	width: 370px;
	border-bottom: solid 1px #e4e4e4;
}

.index-list-content {
	width: 100%;
	min-height: 300px;
	padding: 10px 0;
} 
.nd-img {
	display: block;
	float: left;
	width: 290px;
	height:350px;
}
.news-img{
	display: block;
	float: left;
	width: 290px;
	height:340px;
	margin-top:10px; 
}
.dj-img{
	isplay: block;
	float: left;
	width: 290px;
	height: 300px;
}
.nd-img-mob {
	display: none;
}
.nd-list {
	display: block;
	float: left;
	margin-left: 10px
}
.nd-list ul {
	margin: 0;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
.nd-list ul li { 
	display: flex;
	flex-direction: column; 
	margin-left: 16px;
	overflow: hidden; 
	border-bottom: solid 1px #e4e4e4;
	padding-top:5px;
	padding-bottom:5px;
}
.nd-list li>a {
	display: inline-block;
	overflow: hidden;
	color: #222;
	width: 450px;
	font-family: '微软雅黑';
	font-size:14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	float: left;
	padding:10px 0;
}
.nd-list li>span {
	display: inline-block;
	width: 80px;
	float: right;
	color: #ad3136;
}
.nd-list li:hover>a {
	color: #ff5400;
}
/* 通知公告 */
.n-list {
	width: 100%;
	clear: both;
}
.n-list ul {
	margin: 0;
	padding: 10px 0;
}
.n-list ul li { 
	display: flex;
	flex-direction: row;
	margin-top: 15px;
}
.n-list ul li span{
	color: #fff;
	background-color:#ad3136 ; 
	line-height: 50px;
	width:50px;
	text-align: center;
	height:52px;
}
.n-list ul li a{
	color: #222;
	width: 295px; 
	font-family: '微软雅黑';
	text-decoration: none;
	padding:0 10px;
	line-height: 26px;
	font-size: 14px;
}
.dj-activ{
	display: flex;
	width:575px;
	flex-direction: column;
	background-color: #fff;
}
.dj-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:10px;
}
.dj-top-img{
	width:200px;
}
.dj-top-img img{
	width: 100%;
}
.dj-top-li{
	width:345px;
	display: flex;
	flex-direction: column;
	height: 180px;
	overflow: hidden;
}
.dj-top-li-title a{
	font-size: 16px;
	font-family: '微软雅黑';
	color: #222;
	line-height: 30px;
	text-decoration: none;
}
.dj-top-li-desc{
	padding-top: 10px;
	font-size: 14px;
	color: #aaa;
	font-family: '微软雅黑';
	line-height: 200%;
}
.dj-list{
	width:100%;
	display: flex;
	flex-direction: column; 
}
 
.dj-list ul {
	margin: 0;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
.dj-list ul li { 
	display: flex;
	flex-direction: column; 
	margin-left: 16px;
	overflow: hidden; 
	border-bottom: solid 1px #e4e4e4;
	padding-top:5px;
	padding-bottom:5px;
}
.dj-list li>a {
	display: inline-block;
	overflow: hidden;
	color: #222; 
	font-family: '微软雅黑';
	font-size:14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	float: left;
	padding:10px 0;
}
.dj-list li>span {
	display: inline-block;
	width: 80px;
	float: right;
	color: #ad3136;
}
.dj-list li:hover>a {
	color: #ff5400;
}

/* 基地 */
.jidi{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	padding:15px 0;
}
.jidi div{
	width:280px;
	height: 150px;
	margin: 10px;
	/* background-color: #e4e4e4; */
	display: flex;
	flex-direction: column;
	color: #ad3136;
	justify-content: center;
	align-items: center;
	font-size:16px;
	border-radius: 5px;
}
.jidi div img{
	width:40px;
}
.jidi div i{ 
	font-size: 60px;
	margin-bottom: 10px;
}
/* .jidi div:hover{
	background-color: #ad3136;
	color: #fff;
} */
/* .n-img {
	width: 370px;
	clear: both;
	border-radius:5px;
}
.n-img-mob {
	display: none;
}
.n-list {
	width: 100%;
	clear: both;
}
.n-list ul {
	margin: 0;
	padding: 10px 0;
}
.n-list ul li {
	position: relative;
	background-image: url(../img/cl.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 16px;
	overflow: hidden;
	height: 30px;
}
.n-list li>a {
	display: inline-block;
	overflow: hidden;
	color: #222;
	width: 265px; 
	font-family: '微软雅黑';
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.n-list li>span {
	display: inline-block;
	width: 80px;
	float: right;
}
.n-list li:hover>a {
	color: #ff5400;
} */
.xc {
	width: 370px;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.fast-btn {
	width: 200px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 10px 0px 22px 0;
	padding: 15px;
}
.fast-btn-email {
	background-color: #c50060;
}
.fast-btn-download {
	background-color: #628fc5;
}
.fast-btn-user {
	background-color: #8e5d10;
}
.fast-btn-wjdc {
	float: left;
	clear: both;
	width: 70px;
	border-radius: 60px;
	height: 70px;
	margin:5px 0;
	background-color: #c50060;
}
.fast-btn a {
	text-decoration:none;
	font-size: 20px;
	color: #fff;
}

.links{
      display:block;
       float:left; 
      padding:0 5px; 
      padding-left:30px;
      line-height:30px;
}
.links select{
    line-height:30px;
    margin:5px 15px;
    padding:5px 2px
}
/*其他页面*/
.location {
	background-image: url(../img/dangqian.png);
	background-repeat: no-repeat;
	margin: 20px 0;
	padding-left: 36px;
	height: 30px;
	line-height: 30px;
}
.location a {
	text-decoration: none;
	color: #222;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
}
.location a:hover {
	color: #ff5400;
}
.leftMenu {
	width: 245px; 
	display: flex;
	flex-direction: column; 
}
.leftMenu-header {
	padding: 15px 0;
	background-color: #cd1024;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.leftMenu-item {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	background-color: #e7e7e7;
	border-bottom: solid 2px #fff;
}
.leftMenu-item:hover{
	background-color: #fffff2; 
}
/* .leftMenu-item:hover a{
	color: #fff;
} */
.leftMenu-item a {
	color: #222;
	text-decoration: none;
}
 
.rightMain {
	width: 890px;
	float: right;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
.rightMain-title {
	width: 100%;
	text-align: left;
	font-size: 22px;
	padding: 10px 0 0 0px;
	color: #cd1024;
	border-bottom: solid 1px #cd1024;
}
/* .rightMain-title:before {
	content: "|";
	font-weight: bolder;
} */
.rightMain ul {
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	align-items: left;
}
.rightMain ul li {
	padding-top: 25px;
	padding-bottom: 25px;
	/* maring-left: 40px; */
	list-style-type: square;
	list-style-position: inside; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;  
	border-bottom: dashed 1px #a4a4a4 ;
	
}
.rightMain ul li a {
	/* width:600px; */
	display: block;
	color: #222;
	font-size:16px;
	font-family: '微软雅黑'; 
	text-decoration: none;   
}
.rightMain ul li a i{
	color: #ff5400;
	margin-right: 5px;
}
.rightMain ul li a:hover {
	color: #ff5400;
}
.rightMain ul>li>span{
	width:120px;
	font-size:14px;
}
.rightMain p{
	text-indent: 2em;
	font-size: 16px;
	font-family: '宋体';
	line-height: 200%;
	padding:5px;
}