.head {
	width: 100%;
	height: 100px;
	background: #1357ac url(../images/top-bg.jpg) no-repeat right center;
	position: relative;
	float: left;
}

.logo {
	width: 285px;
	height: 100px;
	display: block;
	float: left;
}

.logo:hover {
	cursor: pointer;
}

.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

.head-1 {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/xx.jpg) no-repeat 500px center;
}

.top-left,
.top-right {
	color: #fff;
	font-size: 12px;
	line-height: 32px;
}

.top-left a {
	height: 12px;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	padding: 6px 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.guide {
	width: 100%;
	height: 32px;
	background: #08448e;
	line-height: 32px;
	float: left;
	display: flex;
}

.wid1200 {
	/*width: 1200px;*/
	margin: 0 auto;
}

.a-color {}

.a-color:hover {
	background-color: #fff;
	color: black;
	/*transform: scale(1.5);*/
	/*transition: top 1s ease, background-color 1s ease, color 0.5s ease 1s;*/
	transition: background-color 1s ease, color 1s ease;
}
.mid-container{
	width: 100%;
	height: 100%;
	display: none;
	
}
.xinxin:hover{
	cursor: pointer;
}
.InMid{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/*justify-content: center;
    align-content: center;*/
    flex-direction: column;
}
.mid{
	width: 100%;
	height: 543px;
	
	display: flex;
	overflow: scroll;
	overflow-x: hidden;
	/*设置背景图片*/
    background-image: url(../images/pic25.jpg) ;
    background-repeat: no-repeat;
    /*background-attachment: fixed;  */
    background-position: bottom;
    /*justify-content: center;
    align-content: center;*/
    
}

.index{
	/*background-color: #e2e2e2;*/
	width: 60%;
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	padding-bottom: 10px;
	padding-top: 13px;
	/*background: #fff;
	-moz-box-shadow: 0px 0px 11px #ADADAD;
	-webkit-box-shadow: 0px 0px 11px #ADADAD;
	box-shadow: 0px 0px 11px #ADADAD;*/
}
.index1{
	font-size: 1em;
	width: 60%;
	height: auto;
	margin-top: 10px;
}
.index-img{
	width: 30%;
	height: auto;
	margin-top: 10px;
}


.foot {
	width: 100%;
	background: #08448e;
	color: #fff;
	position: relative;
	bottom: 0px;
	height: 50px;
	display: flex;
}

.foot-middle {
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	
}

/*滚动条样式*/
/*滚动条整体样式*/
.mid::-webkit-scrollbar {
  width: 8px;
    height: 6px;
}

/*滚动条里面的滚动的块样式*/
.mid::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    border-radius: 10px;
    background-color: #f8f9fb;
}

/*滚动条里面轨道*/
.mid::-webkit-scrollbar-track {
   border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 0.5);
    background-color: #C4C4C4;
}



.wrap {
	width: 1200px;
	margin: 0 auto
}




/*首页左侧*/

.leftBox {
	width: 300px;
	float: left;
	margin-top:20px ;
	z-index: 999;
	position: relative
}

.photo {
	width: 300px;
	height: 413px;
	padding: 10px;
	-moz-box-shadow: 0px 0px 11px #ADADAD;
	-webkit-box-shadow: 0px 0px 11px #ADADAD;
	box-shadow: 0px 0px 11px #ADADAD;
	background: #fff;
}

.photoimg {
	width: 280px;
	height: 309px;
	border: 1px solid #0a6ac9;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.photoimg img {
	vertical-align: middle;
	max-width: 279px;
	max-height: 309px;
}

.name {
	text-align: center;
	width: 280px;
	height: 50px;
	padding: 10px 0;
	background: #0a6ac9;
	color: #fff;
}

.name h2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.name p {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.name p i {
	width: 23px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.name p i img {
	cursor: pointer
}

.disorder {
	width: 320px;
	background: #fff;
	margin-top: 15px;
	-moz-box-shadow: 0px 0px 11px #ADADAD;
	-webkit-box-shadow: 0px 0px 11px #ADADAD;
	box-shadow: 0px 0px 11px #ADADAD;
	display: flex;
	flex-direction: column;
}

.basic h3 {
	font-size: 18px;
	color: #0a6ac9;
	padding-left: 20px;
	height: 50px;
	line-height: 48px;
	border-bottom: 2px solid #0a6ac9
}

.basic li {
	padding: 7px 15px;
	line-height: 24px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
}

.pd20 {
	padding: 20px;
}




/*首页右侧*/

.rightBox {
	width: 865px;
	float: right;
	margin-top: 1px;
}

.sidebox {
	margin-top: 20px;
	background: #fff;
	-moz-box-shadow: 0px 0px 11px #ADADAD;
	-webkit-box-shadow: 0px 0px 11px #ADADAD;
	box-shadow: 0px 0px 11px #ADADAD;
	padding: 15px 25px 20px 25px;
}

.tit {
	border-bottom: 1px solid #0a6ac9;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.tit h2 {
	font-size: 20px;
	color: #0a6ac9;
	float: left
}

.sub {
	text-indent: 2em;
	line-height: 26px;
	font-size: 14px;
}

.listnr {
	font-size: 14px;
	width: auto;
	height: auto;
	display: flex;
}

.listnr li {
	margin-top: 10px;
}

.listnr li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.listnr li span {
	display: block;
	float: left
}

.listnr li .date {
	width: 137px;
	height: 33px;
	line-height: 33px;
	padding-left: 5px;
	margin-right: 10px;
	background: #eeeeee;
	border: 1px solid #c5d5e5;
	color: #0a6ac9
}

.listnr li .neir {
	padding-top: 3px;
	line-height: 26px;
	width: 668px;
	word-wrap: break-word;
}

.research {
	font-size: 14px;
}

.research li {
	margin-top: 15px;
	cursor: pointer;
	padding: 5px 15px 5px 5px;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
}

.clearfix{zoom:1}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	border: 0px;
}

body,
button,
input,
select,
textarea {
	font-family: '微软雅黑';
	font-size: 14px;
}

ul,
ol,
li {
	list-style: none;
	float: left;
}

body {
	min-width: 1400px;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
}

i,
em,
b {
	font-style: normal;
}

img {
	border: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
}