@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

HTML {
	padding: 0px;
	margin: 0px
}

body {
	font-family: "Microsoft YaHei", sans-serif; 
	margin: 0px auto;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	background-color: #f8f8f8;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #dd5b5e;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

a img {
	border: 0px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

img:hover {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 3px 3px 20px rgb(119 133 202 / 34%);
	-moz-box-shadow: 3px 3px 20px rgb(119 133 202 / 34%);
	box-shadow: 3px 3px 20px rgb(119 133 202 / 34%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

border: {
	zoom: 1;
}

ul,
li,
p {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

.clear {
	clear: both;
}

.hr2,
.hr4,
.hr5,
.hr6,
.hr8,
.hr10,
.hr12,
.hr20,
.hr30,
.hr40 {
	margin: 0 auto;
	padding: 0px;
	font-size: 0;
	line-height: 0;
	clear: both;
}

.hr2 {
	height: 2px;
}

.hr4 {
	height: 4px;
}

.hr5 {
	height: 5px;
}

.hr6 {
	height: 6px;
}

.hr8 {
	height: 8px;
}

.hr9 {
	height: 9px;
}

.hr10 {
	height: 10px;
}

.hr12 {
	height: 12px;
}

.hr20 {
	height: 20px;
}

.hr40 {
	height: 40px;
}

.hr30 {
	height: 30px;
}

.dash {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
	clear: both;
}

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

.bg {
	background-color: #fff;
}

.clr:after,
.clr:before {
	content: "";
	display: table;
}

.clr:after {
	clear: both;
}

.fll {
	float: left;
}

.flr,
.fr {
	float: right;
}

.banner {
	background: url(../image/banner_about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 260px;
}

.header {
	background-color: #fff;
}

.header .top {
	width: 1200px;
	margin: 0 auto;
	height: 120px;
}

.header .top .logo {
	float: left;
	width: 300px;
	margin: 18px;
}

.header .top .logo img {
	width: 300px;
}

.header .top .logo img:hover {
	box-shadow: none;
}

.header .top .input-group {
	float: right;
	margin-top: 45px;
}


.header .nav {
	background: #171e60;
}

.header .nav .navbar {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
}

.header .nav .navbar ul {
	float: left;
	padding: 10px 0;
}

.header .nav .navbar ul li {
	float: left;
	margin: auto 37px;
}

.header .nav .navbar ul li a {
	color: #fff;
	display: block;
	line-height: 35px;
	font-size: 17px;
	letter-spacing: 1px;
	text-shadow: 0 0 3px #333;
}

.header .nav .navbar ul li a:hover {
	color: #dd5b5e;
	text-decoration: none;
}

.header .nav .nav-line {
	border-left: 1px solid #CCC;
	height: 50px;
	margin: 20px 40px;
}


.wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 400px;
	background: #fff;
}

.wrap .left {
	float: left;
}

.wrap .right {
	float: right;
}

.wrap .left {
	width: 560px;
}

.wrap .right {
	width: 600px;
	margin: 0 25px 0 15px;
}


.wrap .left .focus {
	width: 540px;
	height: 380px;
	position: relative;
	margin: 10px;
}

.wrap .left .focus #pic {
	width: 540px;
	height: 360px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
}

.wrap .left .focus #pic ul {
	width: 540px;
	height: 360px;
	float: left;
}

.wrap .left .focus #pic li {
	width: 540px;
	height: 360px;
	float: left;
}

.wrap .left .focus #pic li img {
	width: 540px;
	height: 360px;
	float: left;
}

.wrap .left .focus #txt {
	width: 540px;
	height: 38px;
	background: #757575;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 100;
	overflow: hidden;
}

.wrap .left .focus #txt ul {
	float: left;
}

.wrap .left .focus #txt li a {
	float: left;
	width: 540px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.wrap .left .focus #txt li a:hover {
	text-decoration: none;
}

.wrap .left .focus .tip-bg {
	width: 540px;
	height: 20px;
	background: url(../image/focus_tip_bg.png) repeat-x left top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 12;
}

.wrap .left .focus #tip {
	width: 100px;
	height: 14px;
	position: absolute;
	left: 200px;
	bottom: 3px;
	z-index: 13;
}

.wrap .left .focus #tip ul li {
	width: 14px;
	height: 14px;
	float: left;
	display: inline;
	margin: 0 5px;
	cursor: pointer;
	background: url(../image/focus_tip.png) no-repeat;
}

.wrap .left .focus #tip ul li.on {
	background: url(../image/focus_tip_current.png) no-repeat;
}

.wrap .left .focus .btns {
	width: 42px;
	height: 9px;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 14;
	overflow: hidden;
}

.wrap .left .focus .btns ul {
	width: 100%;
	float: left;
}

.wrap .left .focus .btns li {
	width: 7px;
	height: 9px;
	float: left;
	display: inline;
	margin: 0 7px;
	cursor: pointer;
	overflow: hidden;
}

.wrap .left .focus .btns li.prev {
	background: url(../image/focus_btn_left.png) no-repeat left top;
}

.wrap .left .focus .btns li.next {
	background: url(../image/focus_btn_right.png) no-repeat left top;
}


.wrap .right .hd,
.wrap .right .bd {
	width: 600px;
	overflow: hidden;
}

.wrap .right .hd ul li {
	width: 600px;
	float: left;
	border-bottom: 1px dashed #ccc;
	padding: 10px 10px 5px 10px;
}

.wrap .right .hd ul li h2 {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap .right .hd ul li p {
	font-size: 14px;
	text-indent: 2em;
	padding: 5px 0 0 0;
	line-height: 24px;
	color: #999;
	text-align: justify;
}

.wrap .right .hd ul li p a {
	color: #999;
}

.wrap .right .hd ul li p a:hover {
	color: #dd5b5e;
}

.wrap .right .bd ul li {
	width: 600px;
	float: left;
	border-bottom: 1px dashed #ccc;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 45px;
	line-height: 37px;
	padding-top: 8px;
	padding-left: 20px;
	font-weight: bold;
	background: url(../image/list_point.gif) no-repeat 5px 25px;
}


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

.img-list {
	height: 350px;
	overflow: hidden;
}

.img-list ul li {
	position: relative;
}

.img-list ul li .img {
	display: block;
	height: 350px;
	overflow: hidden;
}

.img-list ul li .des {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 150px 0 20px;
	width: 410px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(54, 95, 220, 0.5);
}

.img-list .hd {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	height: 10px;
	padding: 20px;
}

.img-list .hd ul li {
	float: left;
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
}

.img-list .hd ul li.on {
	background-color: #fff;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.f18 {
	font-size: 18px;
}

.white {
	color: #fff;
}

.aBlock {
	display: block;
	height: 100%;
}

.main .left .bottom-list ul li {
	float: left;
	width: 205px;
	overflow: hidden;
	margin-right: 20px;
	height: 90px;
	border-radius: 5px;
	background-color: #efefef;
}

.main .left .bottom-list ul li.no-m {
	margin-right: 0;
}

.main .left .bottom-list ul li a img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}


.main .mleft .slideTxtBox {
	width: 800px;
	float: left;
}

.main .mleft .slideTxtBox .hd {
	border-bottom: 1px solid #171e60;
	position: relative;
	height: 55px;
	line-height: 55px;
}

.main .mleft .slideTxtBox .hd ul {
	float: left;
	position: absolute;
}

.main .mleft .slideTxtBox .hd ul li {
	font-size: 17px;
	padding: 0 30px;
	float: left;
	font-weight: bold;
}

.main .mleft .slideTxtBox .hd ul li.on {
	height: 55px;
	background: #fff;
	border: 1px solid #171e60;
	border-bottom: 2px solid #fff;
}

.main .mleft .slideTxtBox .bd ul li img {
	width: 120px;
	height: 80px;
	float: left;
	margin: 5px;
}

.main .mleft .slideTxtBox .bd ul li h4 {
	font-size: 17px;
	width: 230px;
	float: left;
	line-height: 25px;
	margin: 5px 0 0 10px;
	height: 50px;
	overflow: hidden;
}

.main .mleft .slideTxtBox .bd ul li p {
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	float: left;
	color: #999;
	text-align: left;
}

.main .mleft .slideTxtBox .bd .pic {
	padding: 20px 10px;
	float: left;
	width: 400px;
}

.main .mleft .slideTxtBox .bd .txt {
	width: 400px;
	/* margin-right:30px; */
	padding-left: 25px;
	background: url(../image/list_point.gif) no-repeat 15px 20px;
	line-height: 45px;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.main .mleft {
	width: 800px;
	padding: 0 0 20px 0;
}

.main .mleft .hd {
	height: 55px;
	line-height: 55px;
	border-bottom: 3px solid #ddd;
	position: relative;
}

.main .mleft .bd ul li {
	float: left;
}

.main .mleft .bd ul li img {
	width: 120px;
	height: 80px;
	float: left;
	margin: 5px;
}

.main .mleft .bd ul li h4 {
	font-size: 17px;
	width: 230px;
	float: left;
	line-height: 25px;
	margin: 5px 0 0 10px;
	height: 50px;
	overflow: hidden;
}

.main .mleft .bd ul li p {
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	float: left;
	color: #999;
	text-align: left;
}

.main .mleft .bd .pic {
	padding: 20px 10px;
	float: left;
	width: 400px;
}

.main .mleft .bd .txt {
	width: 400px;
	/* margin-right:30px; */
	padding-left: 25px;
	background: url(../image/list_point.gif) no-repeat 15px 20px;
	line-height: 45px;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.main .mleft .hd-x {
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #ddd;
}

.main .mleft .hd-x h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 3px solid #171e60;
	text-align: center;
	width: 120px;
	height: 55px;
	line-height: 55px;
}

.main .mright {
	width: 360px;
}

.main .mright .hd {
	height: 55px;
	line-height: 55px;
	border-bottom: 3px solid #ddd;
}

.main .mright .hd h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 3px solid #171e60;
	text-align: center;
	width: 120px;
	height: 55px;
	line-height: 55px;
}

.main .mright .mag ul li img {
	width: 120px;
	height: 80px;
	float: left;
	margin: 5px;
}

.main .mright .mag ul li h4 {
	font-size: 17px;
	width: 200px;
	float: left;
	line-height: 25px;
	margin: 5px 0 0 10px;
	height: 50px;
	overflow: hidden;
}

.main .mright .mag ul li p {
	font-size: 14px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	float: left;
	color: #999;
	text-align: left;
}

.main .mright .mag .pic {
	padding: 5px 10px;
	float: left;
}

.main .mright .bd {
	padding: 20px 0;
}

.main .mright .bd ul li {
	padding-left: 20px;
	background: url(../image/list_point.gif) no-repeat 5px 21px;
	line-height: 45px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px dotted #dddddd;
}

.main .mright .bd-img ul {
	padding-top: 15px;
}

.main .mright .bd-img ul li {
	float: left;
	padding: 10px 0;
}

.main .mright .bd-img ul li img {
	width: 110px;
	height: 88px;
	border: 1px solid #ddd;
	margin: 5px;
	float: left;
}

.main .mright .bd-img ul li h4 {
	line-height: 25px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	width: 220px;
	margin: 5px 0 0 10px;
}

.main .mright .bd-img ul li p {
	font-size: 12px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	float: left;
	color: #999;
}

.main .mright .txtScroll-top {
	width: 360px;
	overflow: hidden;
	position: relative;
}

.main .mright .txtScroll-top .bd {
	padding-top: 30px;
}

.main .mright .txtScroll-top .bd ul li {
	line-height: 45px;
	background: url(../image/list_point.gif) no-repeat 5px 20px;
}

.main .mleft .bd-img ul {
	padding-top: 15px;
}

.main .mleft .bd-img ul li {
	float: left;
	padding: 10px 0;
	width: 400px;
}

.main .mleft .bd-img ul li img {
	width: 120px;
	height: 80px;
	border: 1px solid #ddd;
	margin: 5px;
	float: left;
}

.main .mleft .bd-img ul li h4 {
	line-height: 25px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	width: 240px;
	margin: 5px 0 0 10px;
}

.main .mleft .bd-img ul li p {
	font-size: 12px;
	line-height: 25px;
	margin: 5px 0 0 10px;
	float: left;
	color: #999;
}

.main .hd {
	height: 55px;
	line-height: 55px;
	border-bottom: 3px solid #ddd;
}

.main .hd h3 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 3px solid #171e60;
	text-align: center;
	width: 120px;
	height: 55px;
	line-height: 55px;
}

.main .bd-img {
	padding: 30px 0 20px 0;
	float: left;
}

.main .bd-img ul li {
	float: left;
	margin: 0 15px;
	width: 270px;
}

.main .bd-img ul li img {
	width: 270px;
	height: 160px;
}

.main .bd-img ul li img:hover {
	box-shadow: none;
}

.main .bd-img ul li h4 {
	font-size: 14px;
	font-weight: normal;
	width: 270px;
	text-align: center;
	overflow: hidden;
	height: 58px;
	line-height: 24px;
	padding: 5px 10px 0 10px;
	background: #CED9E8;
}

.main .bd-img ul li h4 a {
	color: #666;
}

.main .bd-img ul li:hover {
	box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 50%);
}

.main .bd-txt {
	width: 600px;
	float: left;
	padding-bottom: 20px;
}

.main .bd-txt ul {
	float: left;
}

.main .bd-txt ul li {
	width: 560px;
	margin: 0 30px 0 10px;
	float: left;
	border-bottom: 1px dashed #ddd;
	height: 45px;
	line-height: 45px;
}

.main .bd-txt ul li a {
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	background: url("../image/list_point.gif") no-repeat 10px 20px;
	padding: 0 0 0 25px;
	font-size: 17px;
}

.main .bd-txt ul li span {
	color: #999;
	float: right;
	width: 100px;
	text-align: right;
	font-size: 16px;
	padding-right: 10px;
}

.main .box {
	width: 570px;
}

.main .box .bd-mc ul li {
	width: 570px;
	float: left;
	padding: 15px 0;
	margin-right: 30px;
}

.main .box .bd-mc ul li img {
	width: 150px;
	height: 100px;
	float: left;
	margin: 10px 20px;
}

.main .box .bd-mc ul li h4 {
	font-size: 17px;
	float: left;
	width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 35px;
	font-weight: bold;
}

.main .box .bd-mc ul li p {
	font-size: 14px;
	float: left;
	width: 370px;
	overflow: hidden;
	line-height: 25px;
	padding-bottom: 5px;
}

.logo-wall {}

.logo-wall ul {
	padding: 20px 25px;
	background: #fff;
	float: left;
}

.logo-wall ul li {
	margin: 10px 10px;
	float: left;
}

.logo-wall ul li img {
	width: 120px;
	height: 80px;
}

.logo-wall ul li img:hover {
	box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 50%);
}


.main .mleft .hd-list {
	height: 50px;
	line-height: 50px;
}

.main .mleft .hd-list h4 {
	font-size: 16px;
	padding: 20px;
	color: #999;
}

.main .mleft .hd-list h4 a {
	color: #999;
}

.main .mleft .bd-list {
	float: left;
	width: 800px;
}

.main .mleft .bd-list ul li {
	text-align: justify;
	text-justify: inter-ideograph;
	float: left;
	padding: 10px 20px 20px 20px;
	width: 760px;
}

.main .mleft .bd-list ul li img {
	width: 180px;
	height: 120px;
	float: left;
	margin: 15px 0;
}

.main .mleft .bd-list ul li p {
	float: left;
	font-size: 16px;
	line-height: 28px;
	padding: 0 0 5px 15px;
	overflow: hidden;
	width: 100%;
}

.main .mleft .bd-list ul li:hover {
	background-color: #ecf3fa;
}

.main .mleft .bd-list h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main .mleft .bd-list h6 {
	color: #999;
	padding: 0 0 0 15px;
	line-height: 25px;
	font-size: 13px;
}

.pages {
	text-align: center;
	margin: 40px 0;
}

.pages {
	display: inline-block;
}

.pages li {
	clear: none;
	padding: 4px 12px;
	line-height: 18px;
	border: 1px solid #ddd;
	float: left;
}

.pages .pageinfo {
	padding: 4px 12px;
	line-height: 18px;
}

.page_item {
	text-align: center
}

.page_item ul.page_number {
	display: inline-block;
	padding: 0;
	margin: 0;
	line-height: 20px
}

.page_item .page_number a {
	text-decoration: none;
	margin-right: 0px !important
}

.page_item ul.page_number li {
	display: inline
}

.page_item .disabled,
.page_number .active,
.page_number li a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px
}

.page_number .active {
	background-color: #dd5b5e;
	color: #fff;
	border: 1px solid #dd5b5e
}

.page_item .disabled {
	background-color: rgba(236, 236, 236, 0.78)
}

.page_item ul.page_number a.active {
	background-color: #dd5b5e;
	color: white;
	border: 1px solid #dd5b5e
}

.page_item ul.page_number li a:hover:not(.active) {
	background-color: #dd5b5e;
	color: #FFF !important
}


.main .mleft .bd-content {
	float: left;
	width: 800px;
	padding: 30px;
}

.main .mleft .bd-content .bd-top {
	text-align: center;
}

.main .mleft .bd-content .bd-top h1 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	font-weight: 500;
	line-height: 50px;
}

.main .mleft .bd-content .bd-top span {
	color: #aaaaaa;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
}

.main .mleft .bd-content .content {
	font-size: 17px;
	line-height: 1.8em;
	padding-top: 40px;
}

.main .mleft .bd-content .content p {
	margin-bottom: 20px;
}

.main .mleft .bd-content .content img {
	max-width: 700px;
	border: 1px #ccc solid;
	margin: 5px 0 15px 0;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.main .aleft {
	width: 280px;
}

.main .aright {
	width: 880px;
}

.main .aleft .hd-sigle {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
	color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a80b9), to(#ccc));
	background-image: -webkit-linear-gradient(top, #2a80b9, #ccc);
	background-image: -o-linear-gradient(top, #2a80b9, #ccc);
	background-image: linear-gradient(to bottom, #2a80b9, #ccc);
	background-repeat: repeat-x;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff6ebbf5', endColorstr='#ff228bea', GradientType=0);
	*zoom: 1;
	background: linear-gradient(to bottom right, #69adfe, #1367c5, #218eec);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.main .aleft .hd-sigle h3 {
	color: #fff;
	line-height: 40px;
	height: 40px;
	font-size: 17px;
}

.main .aleft .bd {
	min-height: 300px;
}

.main .aleft .bd ul {
	background-color: #fff;
	padding-bottom: 10px;
}

.main .aleft .bd ul li {
	line-height: 55px;
	border-bottom: 1px dashed #d6d8d9;
	padding-left: 30px;
	font-size: 16px;
}

.main .aleft .bd ul li:hover {
	background: #f2f2f2;
}

.main .aright .hd-sigle {
	font-size: 17px;
	min-height: 40px;
	line-height: 40px;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
	color: #000;
	background-color: #f3f5f6;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
}

.main .aright .single {
	padding: 20px 0 120px 0;
	background: #fff;
}

.main .aright .single img {
	margin: 0px auto;
	padding: 10px;
	display: block;
	max-width: 100%;
	height: auto;
}

.main .aright .single p {
	font-size: 17px;
	line-height: 30px;
	margin: 10px 30px;
	padding: 10px 0;
	text-align: justify;
}


.main .mright .bd-search ul {}

.main .mright .bd-search ul li {
	line-height: 35px;
	font-size: 17px;
	overflow: hidden;
	float: left;
}

.main .mright .bd-search ul li a {
	display: block;
	padding: 10px 20px;
}

.main .mright .bd-search ul li u {
	text-decoration: none;
}

.main .mright .bd-search ul li a:hover {
	background: #171e60;
	color: #fff;
}

.main .res {
	width: 1200px;
	float: left;
}

.main .res p {
	padding: 20px 50px;
	font-size: 17px;
	text-indent: 2em;
	line-height: 30px;
}

.main .res .bd {
	padding: 0px 10px;
}

.main .res .bd ul li {
	font-size: 17px;
}

.main .res .bd ul li a {
	color: #171e60;
	background: #ecf3fa;
	padding: 8px 50px;
	border: 1px solid #dedede;
	margin: 0px 10px 30px 15px;
	float: left;
	-webkit-transition: all 0.225s ease-in-out;
	-moz-transition: all 0.225s ease-in-out;
	-o-transition: all 0.225s ease-in-out;
	transition: all 0.225s ease-in-out;
}

.main .res .bd ul li a:hover {
	background: #171e60;
	color: #fff;
	border: 1px solid #171e60;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 11;
	box-shadow: 0 0 20px 0 rgba(45, 183, 245, .5);
}
.maininfo {
	height: 60px;
	margin-top: 50px;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
	color: #b7b7b7;
}
.footer .foot {
	background: #171e60;
	padding: 16px 0;
}

.footer .foot p {
	line-height: 28px;
	color: #bdc8ff;
	text-align: center;
	font-size: 14px;
}

.footer .foot p a {
	color: #bdc8ff;
	font-size: 14px;
}

.footer .foot p a:hover {
	color: #fff;
}

.footer .foot p span {
	margin: 0 20px 0 12px;
}
