/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

body {
	overflow-x: hidden;
}

img {
	border: none;
}

.nav_logo {
	overflow: hidden;
	height: 90px;
}

.logo {
	float: left;
	width: 640px;
	padding: 25px 0px 0px 5px;
}

.logo img {
	width: 190px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}


/*搜索框*/

.nav_logo .search {
	float: right;
	margin-top: 15px;
}

div.search {
	padding: 10px 0;
}

form {
	position: relative;
	width: 274px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

.search {
	float: right;
	margin-top: 30px;
}

#searchform {
	display: block;
	float: left;
}

.inp_srh {
	border: 1px solid #c1c1c1;
	float: left;
	display: inline;
	margin-top: 3px;
	border-radius: 0;
	height: 36px;
	width: 274px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

.btn_srh {
	background: url(../img/search.jpg) no-repeat;
	width: 34px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 8px;
	position: absolute;
	right: 1px;
	border-radius: 10px;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}


/*=====*/

body {
	font: 16px "微软雅黑", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.header {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: inline-block;
}

.nav ul.cons {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.nav ul.cons li {
	float: left;
}

.nav ul.cons li a {
	display: inline-block;
	padding: 10px 19px;
	position: relative;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 16px;
	transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav ul.cons li:hover a {
	color: #aa182c;
}

.nav ul.cons li.active a {
	background: #3d80cc;
	color: #fff;
	box-sizing: border-box;
}

.nav ul.cons li.active a:hover {
	background: #3d80cc;
	color: #fff !important;
	border-top: 2px solid #3d80cc;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin: 15px auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	margin: 20px 0;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.adverte {
	text-align: center;
	padding: 10px 0;
}

.v1_content {
	overflow: hidden;
}

.v1_left {
	width: 470px;
	float: right;
}

.v_list {
	padding: 20px 0;
}

.first_one .ul_list {
	width: 400px;
	float: left;
}

.ul_list ul {
	margin-bottom: 22px;
}
.ul_list ul li a {
	color: #4e4e4e;
	font-size: 18px;
	line-height: 37px;
}

.ul_list ul li:nth-of-type(1) a {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 10px;
	display: inline-block;
}


/* ==轮播图= */

.v1_right {
	width: 715px;
	float: left;
}

.v_list .swiper-container {
	height: 420px;
	width: 650px;
	overflow: hidden;
	position: relative;
}

.conteners img {
	width: 100%;
	height: 420px;
}

.pagination {
	position: absolute;
	width: 25% !important;
	right: 0 !important;
	left: initial !important;
	text-align: right;
	padding: 0 20px;
	line-height: 50px;
	bottom: 0 !important;
	z-index: 99;
}

.pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #888;
	opacity: 1 !important;
}

.pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 98px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background: url(../img/l.png) no-repeat 100% 100%;
}

.swiper-button-next {
	background: url(../img/r.png) no-repeat 100% 100%;
}

.conteners .swiper-slide {
	position: relative;
}

.beiying p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.conteners .swiper-slide p {
	font-size: 18px;
	padding-right: 25%;
}

.conteners a span {
	z-index: 999;
	position: absolute;
	color: white;
	background: rgba(000, 000, 000, .5);
	width: 40px;
	line-height: 70px;
	top: 50%;
	font-size: 35px;
	margin-top: -35px;
	text-align: center;
	cursor: pointer;
}

.page_cehter {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.index_tit {
	padding: 40px 0 20px 0;
	text-align: center;
}

.index_tit h1 a {
	font-size: 36px;
	color: #aa182c;
	padding-bottom: 15px;
	display: inline-block;
	padding-bottom: 15px;
}

.index_tit p a {
	color: #000;
	font-size: 15px;
	display: inline-block;
}

.index_tit p span {
	float: left;
}

.swper_btn {
	position: absolute;
}

.v_list .swiper-container .swper_btn img {
	width: 50px !important;
	height: 50px;
	cursor: pointer;
}

.ul_li_first {
	width: 400px;
}

.ul_li_first ul {
	margin-bottom: 30px;
}

.sec1_first .ul_li_first ul .h1 a {
	font-size: 20px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
}

.clearfix {
	clear: both;
}


/*第二个轮播*/

.v2_left {
	width: 400px;
}

.v2_middle {
	width: 444px;
	margin-left: 28px;
}

.v2_right {
	width: 300px;
}

.swiper-container2 {
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 40px;
}

.swiper-container2 img {
	height: 260px;
}

.swiper-container2 .swiper-slide p {
	font-size: 16px;
}

.hottop {
	position: relative;
}

.hop_title {
	display: inline-block;
	font-size: 27px;
	border-bottom: 4px solid #aa182c;
	font-weight: bold;
	margin-bottom: 10px;
}

.hottop .box {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #ddd;
}

.hottop .box a {
	width: 88%;
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.box ul li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 10px;
	height: 60px;
	box-sizing: border-box;
}

.box ul li:last-child {
	border: none;
}

.box em {
	float: left;
	color: #AA182C;
	font-size: 28px;
	border-bottom: 5px solid #f3f3f3;
}

.box_list ul li {
	line-height: 47px;
	border-bottom: 1px solid #eee;
	padding-left: 25px;
	transition: all ease-in-out .2s;
	background: url(../img/yuan.png) no-repeat 10px;
	background-image: none;
	box-sizing: border-box;
}

.box_list ul li:last-child {
	border: none;
}

.one_day .hop_title {
	margin-left: 15px;
}

.box_feng em {
	line-height: 25px;
}

.box_list ul li:hover {
	box-shadow: 0 0 10px #ddd;
	background: url(../img/yuan.png) no-repeat 10px;
}

.box_list ul li a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.cai_fu {
	margin-bottom: 40px;
}

.box_list ul li:nth-of-type(1) a,
.box_list ul li:nth-of-type(2) a,
.box_list ul li:nth-of-type(3) a {
	font-weight: 700;
}

.cai_fu .box ul li em {
	background: url(../img/orange.png) no-repeat center;
	width: 35px;
	height: 32px;
	padding-top: 3px;
	display: block;
	float: left;
	margin-right: 13px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	border: none;
	font-style: normal;
}

.cai_fu .box ul li:nth-of-type(1) em,
.cai_fu .box ul li:nth-of-type(2) em {
	background: url(../img/red.png) no-repeat center;
}

.cai_fu .box ul li a {
	width: 80%;
}

.qiye_ .box a {
	width: 100%;
}


/*row5===============*/

.row5 {
	padding-top: 86px;
}

.title_row {
	position: relative;
	border-bottom: 4px solid #efefef;
}

.title_row .middle {
	position: absolute;
	left: 50%;
	bottom: -5px;
	background: #fff url(../img/icon_title.png) no-repeat center bottom;
	width: 162px;
	margin-left: -81px;
	height: 20px;
}

.title_row span {
	position: absolute;
	left: 50%;
	top: -16px;
	font-size: 26px;
	height: 26px;
	line-height: 1;
	width: 120px;
	margin-left: -60px;
	text-align: center;
	font-weight: 700;
	background: #fff;
}

.row5_ul {
	padding: 21px 50px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.row5_ul li {
	position: relative;
	width: 10%;
	float: left;
	text-align: center;
	height: 44px;
}

.row5_ul li a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 44px;
	font-weight: 700;
}

.row5_ul li.selected a {
	color: #aa182c;
}

.row5_ul li.selected a:before {
	content: "";
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #aa182c;
}

.content {
	margin-top: 44px;
}

.content .panel {
	display: none;
}

.panel .w720 {
	float: left;
	width: 720px;
}

.panel .w720 .pic {
	position: relative;
	float: left;
	margin-right: 20px;
}

.panel .w720 .pic:nth-child(2n) {
	margin-right: 0;
}

.panel .w720 .pic:nth-of-type(1),
.panel .w720 .pic:nth-of-type(2) {
	margin-bottom: 40px;
}

.panel .w720 .pic a {
	display: block;
}

.panel .w720 .pic a img {
	display: block;
	width: 350px;
	height: 194px;
}

.panel .w720 .pic a span {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 1px;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
	color: #fff;
}

.panel .w720 .pic a:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: url(../img/fouce_mask.png) no-repeat center;
	width: 100%;
	height: 66px;
}

.panel .w436 {
	float: right;
	width: 436px;
	margin-left: 44px;
}

.panel .w436 .list li:first-child {
	padding-top: 0;
}

.panel .w436 .list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px 0;
}

.panel .w436 .list li a {
	font-size: 18px;
	line-height: 28px;
}

.row5,
.row6,
.row7,
.row8 {
	padding-top: 80px
}

.row6 .title {
	position: relative;
	border-bottom: 4px solid #f2f2f2
}

.row6 .title .middle {
	position: absolute;
	left: 50%;
	bottom: -5px;
	background: #fff url(../images/icon_title.png) no-repeat center bottom;
	width: 162px;
	margin-left: -81px;
	height: 20px
}

.row6 .title .middle span {
	position: absolute;
	left: 50%;
	top: -16px;
	font-size: 26px;
	height: 26px;
	line-height: 1;
	width: 120px;
	margin-left: -60px;
	text-align: center;
	font-weight: 700;
	background: #fff
}

.row6 .box {
	padding-top: 35px
}

.row6 .box .item {
	position: relative;
	float: left;
	width: 26%;
	padding-top: 4px;
	height: 280px
}

.row6 .box .item.fouth,
.row6 .box .item:first-child {
	width: 24%
}

.row6 .box .item:first-child .content {
	padding-left: 0
}

.row6 .box .item:first-child:before {
	display: none
}

.row6 .box .item.fouth dl {
	padding-right: 0
}

.row6 .box .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5
}

.row6 .box .item .content {
	padding: 0 27px;
	margin: 0;
}

.row6 .box .item .content .logos {
	width: 100%;
	height: 62px;
	display: table;
}

.row6 .box .item .content .logos .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.row6 .box .item .content .logos .cell img {
	display: inline-block;
	width: 120px;
	height: 80px;
}

.row6 .box .item .content dl dt {
	font-size: 18px;
	line-height: 1.7;
	font-weight: 700;
	margin-bottom: 12px
}

.row6 .box .item .content dl dd {
	background: url(../img/icon_o.png) no-repeat 5px 8px;
	padding-left: 20px;
	padding-bottom: 7px
}

.row6 .box .item .content dl dd a {
	font-size: 14px;
	line-height: 1.9;
	color: #8d8d8d
}

.row_list7 {
	margin-top: 35px;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}

.row_list7>div {
	float: left;
	box-shadow: 0 0 8px #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 20px 30px 20px;
	height: 275px;
}

.row_list7>div a {
	font-size: 14px;
	color: #555;
}

.wechat {
	width: 335px;
}

.tiktok {
	width: 490px;
	height: 257px;
	margin: 0 25px;
}

.tiktok p {
	font-size: 15px;
	color: #333;
}

.weis {
	width: 310px;
	height: 257px;
}

.we_li {
	height: 130px;
	position: relative;
}

.we_li img {
	width: 100%;
	height: 130px;
}

.we_li p {
	line-height: 30px;
	background: rgba(0, 0, 0, 0.3);
}

.chat_li img {
	width: 44px;
	height: 44px;
	float: right;
}

.chat_li {
	overflow: hidden;
}

.chat_li {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 21px 12px 24px 19px;
	border-radius: 0 0 5px 5px;
}

.chat_li a span {
	display: block;
	float: left;
	width: 206px;
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}

.tiktok ul li {
	width: 47%;
	float: left;
	margin-right: 26px;
}

.tiktok ul li:nth-of-type(2) {
	margin-right: 0;
}

.tiktok ul li img {
	width: 100%;
	height: 178px;
	border-radius: 5px;
}

.weis ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.weis ul li a img {
	float: left;
	width: 110px;
	height: 60px;
}

.weis ul li a span {
	font-size: 14px;
	float: right;
	display: inline-block;
	width: 150px;
	padding-top: 10px;
}


/*第一部分右*/

.swiper-container4 {
	width: 90%;
	position: relative;
	overflow: hidden;
	margin: 40px auto;
}

.swiper_last .swiper-button-next,
.swiper_last .swiper-button-prev {
	top: 30%;
}

.swiper_last {
	position: relative;
}

.sbn4 {
	right: 0;
}

.swiper-container4 img {
	width: 100%;
	height: 180px;
}

.sbp4,
.sbn4 {
	width: 20px;
	height: 45px;
	top: 39% !important;
}

.sbp4 {
	background: url(../img/ls.png) no-repeat 100% 100%;
}

.sbn4 {
	background: url(../img/rs.png) no-repeat 100% 100%;
}

.swiper-container4 .swiper-slide {
	text-align: center;
}

.swiper-container4 .swiper-slide p {
	font-size: 14px;
	color: #8d8d8d;
	padding: 0 20px;
	box-sizing: border-box;
}

.swiper-container4 .swiper-slide div {
	display: inline-block !important;
	font-size: 18px;
	border-bottom: 2px solid #aa182c;
	font-weight: 700;
	margin: auto;
	margin: 10px 0;
	max-width: 120px;
}


/*列表*/

.clear {
	clear: both;
}

.educaList {
	margin-bottom: 30px;
}

.locat {
	padding: 10px 0 20px 0;
	font-size: 14px;
	color: #666;
}

.locat a {
	font-size: 14px;
	color: #666;
}

.locat a:hover {
	color: #d10000;
}

.tabtit {
	color: #d10000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	padding: 15px 0;
	font-weight: normal;
	border-bottom: 1px solid #e8e8e8;
}

.sedl {
	width: 830px;
	float: left;
}

.sedr {
	float: right;
	width: 300px;
	padding-top: 40px;
}

.datatit {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	display: inline-block;
}

.tiktok p:hover {
	color: #aa182c !important;
}

.slide_box ul li a:hover {
	text-decoration: none;
}

a:hover {
	color: #aa182c !important;
}

.datatime {
	margin-top: 20px;
	display: block;
	text-align: right;
	color: #666;
	font-size: 14px;
}

.slide_box ul li {
	padding: 25px 10px;
	box-sizing: border-box;
	border-top: 1px solid #ededed;
}

.slide_box ul li:hover {
	background: #f4f4f4;
}

.slide_box ul li p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin-bottom: 8px;
}

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 0;
	overflow: hidden;
}

.breadcrumb li {
	font-size: 16px;
	line-height: 1;
	color: #666;
	padding: 5px;
	float: left;
	background: #f4f4f4;
}

.breadcrumb li a {
	font-size: 16px;
	line-height: 1;
	color: #444;
	padding-right: 5px;
	display: inline-block;
}


/*列表右侧*/

.news_pic li {
	width: 100%;
	height: 120px;
	margin-top: 10px;
}

.news_pic li img {
	float: left;
	width: 145px;
	height: 120px;
}

.news_pic li p {
	float: right;
	width: 140px;
	line-height: 24px;
	font-size: 14px;
	padding-top: 20px;
}

.box_read ul li {
	margin-bottom: 16px;
}

.box_read ul li p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
}

.box_read img {
	width: 100%;
	max-height: 168px;
}

.lis_h3tit {
	border-top: 2px solid #d10000;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 400;
}


/*推荐*/

.tuijian .hop_title {
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.tui_ul {
	overflow: hidden;
}

.tuijian .box ul li {
	height: auto;
	line-height: 25px;
	background: url(../img/yuan.png) no-repeat 5px;
	padding-left: 25px;
}

.tuijian .box ul li a {
	font-weight: 500;
	font-size: 15px;
}

.tuijian {
	width: 100%;
}

.tuijian .tit {
	border-top: 5px solid #eee;
	padding: 15px 0 10px 0;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

.tuijian ul li {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
}

.tui_ul .tui_list {
	width: 380px;
	height: 105px;
	float: left;
	margin-bottom: 20px;
}

.tui_ul .tui_list:nth-child(2n) {
	float: right;
}

.tuijian .div_img .image {
	display: block;
	float: left;
	width: 125px;
	height: 79px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tuijian .list .item .link .multi-text {
	display: inline-block;
	float: right;
	width: 260px;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 0;
}

.tuijian .div_img .multi-text {
	display: block;
	float: right;
	line-height: 25px;
	font-size: 15px;
	color: #222;
	width: 240px;
	padding-top: 12px;
}

.tuijian .div_img .multi-text:hover {
	color: #d10000;
}


/*详情*/

.edi_xq {
	margin-top: 20px;
}

#left_cont_tit {
	width: 100%;
	line-height: 36px;
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 10px;
	font-weight: normal;
}

.top_tit {
	margin-bottom: 40px;
}

.top_tit .info {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 12px;
}

.addr_xq {
	margin-bottom: 30px;
}

.left {
	width: 870px;
	float: left;
}

.content_tex {
	font-size: 16px;
	line-height: 32px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}

.post-navigation {
	overflow: hidden;
	margin: 10px 0 0;
	padding: 20px 0;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 45%;
	color: #999;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 5px;
}

.post-navigation div a {
	border: 1px solid #eee;
	padding: 10px;
	transition: all ease-in-out .2s;
	border-radius: 5px;
}

.post-navigation div:hover a {
	color: #d10000 !important;
	border: 1px solid #d10000;
}

.post-previous {
	float: left;
	text-align: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-navigation div span {
	font-weight: bold;
	padding-right: 10px;
}

.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #ddd;
	font-size: 40px;
	line-height: 22px;
}


/*========*/

.ul_list ul li,
.index_tit p,
.swiper-container4 p,
.beiying p,
.box_list ul li,
.panel .w436 .list li,
.post-navigation div a,
.swiper-container4 .swiper-slide div,.datatit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.slideChange .bd li a,
.slide_box ul li p,
.hottop .box a,
.tiktok p,
.weis ul li a span,
.chat_li a span,
.row6 .box .item .content dl dd a,
.tuijian .div_img .multi-text,
.panel .w720 .pic a span,.box_read ul li p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_pic li p {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*底部*/

.footbgs {
	background: #717277;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: white;
	overflow: hidden;
	width: 1350px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 60px;
	height: 0px;
	overflow: hidden;
	border-radius: 100%;
	background: url(../img/top.jpg) 0 0 no-repeat;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
}

.goTop:hover {
	background-position: -60px 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #d10000;
	padding: 8px 15px;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}