body {
	font-size: 14px;
}

.img {
	font-size: 0;
	display: block;
	max-width: 100%;
}
/* header */
.g-list {
	float: left;
	width: 55%
}

.g-list .tit {
	background: #f7f7f7;
	padding-bottom: 14px;
	padding-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.g-list .tit .box {
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.g-list .tit .box .img {
	position: relative;
	width: 58px;
	height: 58px;
	background: #0188cc;
	border-radius: 10px
}

.g-list .tit .box .img img {
	width: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.g-list .tit .box .txt {
	margin-left: 20px
}

.g-list .tit .box .txt h3 {
	font-size: 20px;
	color: #0d131a
}

.g-list .tit .box .txt p {
	font-size: 14px;
	color: #333
}

.g-list .tit .more {
	margin-right: 15px;
	width: 68px;
	height: 24px;
}
.g-list .tit .more a{
	height: 24px;
	line-height: 24px;
	border: 1px solid #0088CC;
	border-radius: 30px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #0188cc;
}

.g-list .tit .more:hover a {
	color: #fff;
	background: #0188cc;
}

.g-list .list {
	padding: 20px 0;
	background: #fff;
	border-top: 6px solid #0188cc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	
}

.dynamic {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.dynamic ul {
	transform: translateY(0);
}

.animate {
	-webkit-transition: all .3s ease-out;
}

.g-list .list li {
	margin-left: 20px;
	width: 260px;
	height: 30px;
	line-height: 30px;
	float: left;
	padding-left: 7px;
	position: relative;
	margin-bottom: 8px;
}

.g-list .list li:last-child {
	margin-bottom: 0
}

.g-list .list li>a {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	display: block;
	margin-left: 5px;
	border-bottom: 1px solid #8a8a8a;
}

.g-list .list li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 5px;
	border-color: transparent transparent transparent #b7b7b7
}

.g-list .list li .childe {
	display: none;
	padding: 6px 0 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #999
}

.g-list .list li .childe a {
	color: #f60
}
.g-list .list li:hover a{
	color: #0088CC;
	border-bottom: 1px solid #0088CC;
}
.g-list .list li:nth-child(1) .childe {
	display: block
}

.g-news-list {
	padding: 12px 12px 20px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #dedede;
	width: 44%
}

.g-news-list .list h3 {
	padding: 25px 0 15px;
	font-size: 30px;
	color: #0d131a
}

.g-news-list .list li {
	line-height:30px;
	font-size: 14px;
	background: url(../images/sj.png) no-repeat left center;
}

.g-news-list .list li:last-child {
	margin-bottom: 0
}

.g-news-list .list li a {
	display: block;
	padding-left: 12px
}

.isMobile {
	display: none
}

.wrapper {
	margin: 0 auto;
	width: 1080px
}
.header .header-top {
	background: #f2f2f2;
	line-height: 38px;
	font-size: 14px
}

.header .header-top .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .header-top .cut-box img,
.header .header-top .cut-box span {
	display: inline-block;
	vertical-align: middle
}
.header .cut-item{
	padding-left: 15px;
}
.header .header-top .cut-box img {
	margin-right: 5px;
	vertical-align: middle;
	width: 15px;
}

.header .header-top .cut-box a {
	display: none;
	margin-left: 5px;
	color: #ff6701
}

.header .header-top .resg-btn {
	color: #666
}

.header .header-top .resg-btn a {
	display: inline-block;
	margin: 0 4px;
	color: #f60;
	cursor: pointer;
}

.header .header-top .collect {
	display: inline-block
}

.header .header-top .collect a {
	padding: 0 0 0 28px;
}

.header .header-top .collect a:hover {
	color: orange;
}

.header .header-top .collect a:first-child {
    height:25px;
	padding: 0 20px;
	border:1px solid #565656;
	border-radius: 20px;
}

.header .header-bd {
	position: relative;
	padding: 18px 0;
	background: #fff
}

.header .header-bd .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .header-bd .serch-box {
	margin: 0 5%;
	width: 446px;
	border: 2px solid #ddd;
	border-radius: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.header .header-bd .serch-box form {
	display: block;
	height: 100%;
	height: 40px
}

.header .header-bd .serch-box .select-box {
	position: relative;
	float: left;
	display: block;
	width: 30%;
	line-height: 40px;
	text-align: center;
	border-right: 2px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9
}

.header .header-bd .serch-box .select-box>a {
	position: relative;
	display: block;
	color: #666;
	font-size: 14px;
}

.header .header-bd .serch-box .select-box>a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #cdcdcd transparent transparent transparent
}

.header .header-bd .serch-box .select-box .childe {
	display: none;
	position: absolute;
	left: 50%;
	top: 55px;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	overflow: hidden
}

.header .header-bd .serch-box .select-box .childe:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17px 10px;
	border-color: transparent transparent #fff transparent
}

.header .header-bd .serch-box .select-box .childe li {
	text-align: center;
	background: #fff
}

.header .header-bd .serch-box .select-box .childe li a {
	display: block;
	color: #333;
	font-size: 14px;
}

.header .header-bd .serch-box .select-box .childe li a:hover {
	color: #08c
}

.header .header-bd .serch-box .input-box {
	float: left;
	position: relative;
	width: 70%;
	height: 100%
}

.header .header-bd .serch-box .input-box input {
	padding: 0 50px 0 20px;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: none
}

.header .header-bd .serch-box .input-box button {
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	border-radius: 22px;
	border: none;
	background: url(../images/icon_02.png) no-repeat center;
	background-size: 16px;
	background-color: #ddd
}
.header .header-bd .qr-code {
	float: right;
}
.header .header-bd .qr-code .img{
	text-align: center;
}
.header .header-bd .qr-code img{
	width: 80px;
}
.header .header-bd .qr-code ul {
	overflow: hidden
}

.header .header-bd .qr-code ul li {
	color: #9b9b9c;
	float: right;
}

.header .header-bd .qr-code ul li span {
	text-align: center;
	display: block;
	font-size: 14px;
}

.header .header-bd .qr-code ul li:last-child {
	margin-left: 15px
}

.header .header-ft {
	background: #08c;
	height: 54px
}

.header .header-ft .nav ul {
	float: left;
	width: 65%
}

.header .header-ft .nav ul li {
	float: left;
	width: 20%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	position: relative
}

.header .header-ft .nav ul li>a {
	display: block;
	color: #fff
}

.header .header-ft .nav ul li .childer {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	width: 100%;
	line-height: 50px;
	z-index: 1199
}

.header .header-ft .nav ul li .childer dd {
	background: #fff
}

.header .header-ft .nav ul li .childer dd:hover {
	background: #0a95da
}

.header .header-ft .nav ul li .childer dd:hover a {
	color: #fff
}

.header .header-ft .nav ul li .childer dd:last-child {
	border: none
}

.header .header-ft .nav ul li .childer dd a {
	display: block;
	color: #333
}

.header .header-ft .nav ul li:hover {
	background: #0a95da
}

.header .header-ft .nav .btn {
	display: none
}

.header .header-ft .phone {
	margin-top: 3px;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff
}

.header .header-ft .phone .img img,
.header .header-ft .phone .img p {
	display: inline-block;
	vertical-align: middle
}

.header .header-ft .phone .img p {
	margin-left: 5px;
	font-size: 18px
}

.header .header-ft .phone .txt {
	font-size: 18px;
	color: #fff;
	line-height: 24px
}
.header .header-ft .phone .txt p{
	font-size: 16px;
}

.gh{
	display: none;
}

/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 500px;
}
.banner .bg-swiper{
	height: 500px;
}


.bg-swiper .swiper-slide {    
	text-align: center;
	background: #313131;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .bg-swiper img{
	display: block;
}
.banner .list {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 80%;
	z-index: 100;
}

.banner .list ul {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(254, 254, 254, 0.88);
	padding: 48px 24px;
	width: 348px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.banner .list ul li {
	margin-top: 16px
}

.banner .list ul li:first-child {
	margin: 0
}

.banner .list ul li .tit {
	background: #0188cc;
	-webkit-transition: all .3s;
	transition: all .3s
}

.banner .list ul li .tit:hover {
	background: #0a95da
}

.banner .list ul li .tit a {
	display: block;
	line-height: 48px;
	overflow: hidden;
	background: url(../images/icon_04.png) no-repeat 95% center
}

.banner .list ul li .tit .big {
	float: left;
	width: 19%;
	font-size: 36px;
	font-family: GBJenLei-Medium;
	letter-spacing: -1px;
	color: #fff;
	text-align: center;
	background-color: #0a95da
}

.banner .list ul li .tit .small {
	float: left;
	width: 78%;
	padding: 0 12px 0 5px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff
}

.banner .list ul li .txt {
	padding: 10px 5px 0;
	color: #666;
	font-size: 14px;
	line-height: 24px
}

.mind {
	background: #f7f7f7
}

.mind .notice-box {
	border-bottom: 1px solid #e5e5e5
}

.mind .notice-box .bd {
	height: 50px;
	line-height: 50px;
	overflow: hidden
}

.mind .notice-box .bd label {
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.mind .notice-box .bd label img {
	margin-right: 10px
}

.mind .notice-box .bd label img,
.mind .notice-box .bd label span {
	display: inline-block;
	vertical-align: middle
}
.mind .notice-box .bd .swp-box {
	margin-left: 5px;
	height: 50px;
	float: left
}

.mind .notice-box .bd ul {
	font-size: 18px;
}

.mind .notice-box .bd ul li {
	height: 50px
}

.mind .notice-box .bd ul a {
	color: #0d131a;
	font-size: 14px;
}

.mind .notice-box .bd .more {
	float: right
}

.mind .notice-box .bd .more a {
	font-size: 18px;
	color: #0d131a
}

.mind .notice-box .bd .more span {
	margin-left: 20px;
	display: inline-block;
	width: 30px;
	line-height: 18px;
	vertical-align: middle;
	background: #fff;
	font-size: 22px;
	border-radius: 4px;
	color: #adadad;
	text-align: center
}

.mind .tab-box {
	border-bottom: 2px solid #fff
}

.mind .tab-box .bd {
	padding: 27px 65px 27px;
}

.mind .tab-box .bd ul {
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}

.mind .tab-box .bd ul li {
	
}

.mind .tab-box .bd ul li:last-child {
	margin-right: 0
}

.mind .tab-box .bd ul li:hover .img {
	background: #ffa449
}

.mind .tab-box .bd ul li .img {
	position: relative;
	background: #0188cc;
	width: 118px;
	height: 118px;
	border-radius: 50%
}

.mind .tab-box .bd ul li .img img {
	max-width: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.mind .tab-box .bd ul li .txt {
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
	color: #0d131a
}

.mind .news-box .news-item {
	padding: 18px 0 20px;
	overflow: hidden;
	border-bottom: 2px solid #fff
}

.mind .news-box .news-item .g-list {
	float: left;
	background: #fff;
}

.mind .news-box .news-item .activity,
.mind .news-box .news-item .g-news-list {
	float: right
}

.mind .news-box .news-item .activity {
	width: 43.5%;
	background: #fff;
	padding: 15px 25px;
	border: solid 1px #dedede;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mind .news-box .news-item .activity .tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.mind .news-box .news-item .activity .tit .img{
	width: 58px;
}
.activity .tit .img img{
	max-width: 100%;
}
.mind .news-box .news-item .activity .tit .txt {
	margin-left: 20px
}

.mind .news-box .news-item .activity .tit .txt h3 {
	font-size: 20px;
	color: #0d131a
}

.mind .news-box .news-item .activity .tit .txt p {
	font-size: 14px;
	color: #07519a;
}

.mind .news-box .news-item .activity .tit .txt p span {
	color: #ff6000;
	font-weight: normal
}

.mind .news-box .news-item .activity .desc {
	height:270px;
	overflow: hidden;
	margin-top: 5px;
	background: #f1f5fe;
	padding:10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	color: #333
}

.mind .news-box .news-item .activity .btn {
	margin-top: 13px
}

.mind .news-box .news-item .activity .btn a {
	display: block;
	width: 100%;
	line-height: 50px;
	background-color: #0188cc;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.mind .news-box .news-item .activity .btn a:hover {
	background: #0399e5
}

.mind .news-box .news-item .notice-item .list {
	
}

.mind .news-box .news-item .notice-item li:last-child {
	margin-bottom: 0
}

.mind .news-box .news-item .notice-item li:hover>a {
	color: #0188cc
}

.mind .news-box .news-item .notice-item li:hover>a:before {
	border-color: transparent transparent transparent #0188cc
}

.mind .news-box .news-item:nth-child(even) .g-news-list {
	float: left
}
.mind .news-box .news-item .g-news-list{
	width: 43.5%;
}
.mind .news-box .news-item .g-news-list .img{
	width: 100%;
	position: relative;
}
.news-item .g-news-list .img h3{
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 145px;
	text-align: center;
	font-size: 20px;
	color: #0d131a;
	height: 46px;
	line-height: 46px;
	background: #fff;
	z-index: 100;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.feedback .img a{
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 68px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	color: #0088CC;
	border:1px solid #0088CC;
	border-radius: 30px;
	text-align: center;
	z-index: 199;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feedback .img a:hover{
	background: #0088cc;
	color: #fff;
}
.mind .news-box .news-item .g-news-list img{
	max-width: 100%;
}


.news-item .g-news-list .dynamic{
	margin-top: 15px;
	max-height: 240px;
	width: 100%;
}
.mind .news-box .news-item:nth-child(even) .g-list {
	float: right
}

.mind .news-box .news-item .dynamic li a {
	color: #030;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.mind .news-box .news-item .dynamic li:hover a{
	text-decoration: underline;
}
.mind .news-box .news-item .review .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mind .news-box .news-item .review .list li {
	width: 50%
}

.mind .news-box .news-item .review .list li:nth-child(even) {
	width: 40%
}

.mind .news-box .news-item .review .list li a {
	line-height: 1;
	font-size: 20px;
	padding-left: 0;
	color: #07519a
}

.mind .news-box .news-item .review .list li a:before {
	width: 4px;
	height: 4px;
	border: none;
	background: #07519a;
	border-radius: 50%
}


.mind .news-box .news-item .questions .list li a {
	padding-left: 20px;
	/*font-size: 18px;*/
	color: #333
}

.mind .news-box .news-item .questions .list li a:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ccc;
	border: none
}

.mind .news-box .news-item .feedback {
	padding: 12px 12px 10px
}

.mind .news-box .news-item .feedback .list h3 {
	overflow: hidden
}

.mind .news-box .news-item .feedback .list h3 a {
	margin-top: 16px;
	font-size: 18px;
	float: right
}

.mind .news-box .news-item .feedback .list h3 a:hover {
	color: #07519a
}

.mind .news-box .news-item .feedback .list li {
	margin-bottom: 4px
}

.mind .news-box .news-item .feedback .list li .t1 {
	width: 59%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mind .news-box .news-item .feedback .list li:last-child {
	margin-bottom: 0
}

.mind .news-box .news-item .feedback .list li a {
	position: relative;
	padding-left: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #07519a;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mind .news-box .news-item .feedback .list li a span {
	color: #ff6000
}

.mind .news-box .news-item .feedback .list li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: url(../images/icon_10.png) no-repeat center;
	background-size: cover
}

.footer {
	padding: 35px 0 30px;
	background: #333;
	color: #868686
}

.footer .f-nav ul {
	text-align: center
}

.footer .f-nav ul li {
	display: inline-block;
	padding: 0 15px;
	line-height: 1;
	border-right: 1px solid #868686
}
.footer .f-nav ul li:last-child{
	border-right:none;
}
.footer .f-nav ul li a {
	display: block;
	color: #868686
}
.footer .f-nav ul li a:hover {
    color: #ffff
}

.footer .f-copy {
	text-align: center
}

.footer .f-copy p {
	margin: 10px 0
}

.footer .f-copy p a {
     color: #868686
}
.footer .f-copy p a:hover {
     color: #ffff
}

.footer .f-safety {
	margin-top: 15px
}

.footer .f-safety ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer .f-safety ul li {
	margin: 0 16px 0 0;
	padding: 5px 8px;
	border: 1px solid #4e4e4e
}

.footer .f-safety ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #868686;
	overflow: hidden
}
.footer .f-safety ul li a:hover {
     color: #fff
}
.footer .f-safety ul li a .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px
}

.footer .f-safety ul li a .txt {
	text-align: left;
	font-size: 12px
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #000;
	opacity: .6
}



/* 修改 */
.news-item-block{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.mind .news-box .news-item .review .exl li{
	height: 35px;
	line-height: 35spx;
	width: 44%;
	margin-left: 6%;
}
.mind .news-box .news-item .review .exl li a{
	border: none;
	font-size: 14px;
	color: #363737;
	line-height: 40px;
	margin-left: 0;
}
.mind .news-box .news-item .review .exl li::before{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background:#88accf;
	border: 0;
}

.g-list .subject li{
	width: 80%;
}
.g-list .subject li a{
	border-bottom: 0;
}
.g-list .subject li::before{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background:#ccc;
	border: 0;
}
.mind .news-box .news-item .questions .subject li a{
	padding-left: 5px;
	font-size: 14px;
}
.mind .news-box .news-item .questions .subject li a:hover{
	border: 0;
	color: #0088CC;
}
.mind .news-box .news-item .feedback .list{
	margin-top: 25px;
	padding: 0 10px;
}

/* 友情链接 */
.w100{
	width: 100%;
	background: #F7F7F7;
	border-bottom: 6px solid #0088CC;
}
.friend-ship{
	width: 1080px;
	height: 400px;
	background: url(../images/link-bg.jpg) no-repeat center;
	margin: 0 auto;
	padding: 20px 0;
}
.friend-ship .ship-cont{
	padding: 257px 10px 0;
}
.ship-cont .title{
	width: 145px;
	text-align: center;
	font-size: 20px;
	color: #0d131a;
	height: 46px;
	line-height: 46px;
	background: #fff;
	z-index: 100;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 58px;
	z-index: 10;
	position: relative;
}
.ship-cont .links{
	position: relative;
	background: #fff;
	border: 1px solid #959595;
	margin-top: -1px;
	padding: 15px;
	box-sizing: border-box;
}
.links-swiper .swiper-slide img{
	display: block;
}

.links-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#page{
	display: none;
}

.swiper-pagination-bullet{
	background: #fff;
}
