.footer {
	width: 100%;
	background-color: #be2933;
        padding: 25px 0;
        height: 85px;
}

.footer_box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
        box-sizing: border-box;
    padding-top: 7px;
}

.footer_box_left {
	width: auto;
	float: left;
}

.footer_box_left p:nth-child(2){
        color: rgba(255, 255, 255,1);
}
.icp{
    color: rgba(255, 255, 255, 1);
}
.footer_box_left p:nth-child(3) {
	padding-left: 8px;
	color: rgb(255, 255, 255, 1);
}

.footer_box_left p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
	/* opacity: 0.6; */
}


.footer_box_right ul li a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_box_right ul li {
	float: left;
	margin-left: 20px;
}

.footer_box_right ul li:nth-child(1) {

	margin-left: 0px;
}

.swide_cenbox_S {
	position: relative;
}

.swide_cenbox_S:hover:after {
	width: 100%;
}

.swide_cenbox_S:after {
	width: 0;
	height: 3px;
	content: '';
	display: inline-block;
	transition: 1s;
	position: absolute;
	background-color: #008cd6;
	bottom: 0px;
}



.cd-top {
	display: inline-block;
	height: auto;
	position: fixed;
	bottom: 258px;
	right: 41px;
	width: 69px;
	height: 69px;
	background-color: #008acf;
	border: solid 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	z-index: 999;
	white-space: nowrap;
	background: url(../image/image.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* opacity: .5; */
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@charset "utf-8";
/*�ײ�logo+�ײ��ⲿ����*/
.flogo_fselect {
	padding-top: 21px;
}
.f_logo {
	width: 279px;
	padding-bottom: 21px;
}
.f_logoimg {
	width: 100%;
	height: 68px;
}
.f_logoimg a.f_logoimg img {
	display: block;
	width: 100%;
	height: 100%;
}
.f_select {
	width: 541px;
	padding-top: 20px;
}
.f_select_right {
	width: 170px;
	padding-top: 10px;
}
.fs_box {
	width: 160px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	padding-left: 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	background: url(../image/r_.png) no-repeat 133px center, rgba(255, 255, 255, .04);
	float: left;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}
.fs_box:last-child {
	margin-right: 0;
}
.fs_box:hover{
	background: url(../image/top33.png) no-repeat 133px center, rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .8);
}
.fs_box_cont {
	height: auto;
	overflow-y: scroll;
	background: rgb(255, 255, 255);
	position: absolute;
	left: 0;
	bottom: 35px;
	display: none;
}
.fs_box_cont a {
	color: #333;
}
.fs_box_cont p{
	text-indent: 10px;
	width: 100%;
	line-height: 24px;
}
.fs_box_cont p:hover{
	background: aliceblue;
}
.fs_box:hover .fs_box_cont {
	display: block;
}

.fs_box:first-child .fs_box_cont {
	width: 192px;
}
.fs_box:nth-child(2) .fs_box_cont {
	width: 210px;
}
.fs_box:last-child .fs_box_cont {
	width: 230px;
	left: -59px;
}
.fs_box_cydw .fs_box_cont {
	width: 270px!important;
	left: inherit!important;
	right: 0;
}
/*�ײ�����+�ײ���ά��*/
.fnav_ewm {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 23px;
}
.f_nav {
	width: 970px;
	padding-bottom: 28px;
}
.f_ewm {
	width: 115px;
	padding-bottom: 133px;
}

@media screen and (max-width:800px) {
	.f_select{
		width: 90%;
		margin: 0 auto;
		margin-top: 7px;
	}
	.fs_box{
		font-size: 12px;
		width: 28%;
		background: url(../image/r_.png) no-repeat 95px center, rgba(255, 255, 255, .04);
	}
	.fs_box:first-child .fs_box_cont {
    width: 150px;
}
	.fs_box:nth-child(2) .fs_box_cont {
    width: 150px;
}
	.fs_box:hover{
		background: url(../image/top33.png) no-repeat 95px center, rgba(255, 255, 255, .04);
	}
	.fs_box:last-child .fs_box_cont,.fs_box_cydw .fs_box_cont{
		width: 162px !important;
		left: -40%;
	}
	.f_select_right{
		width: 122px;
	}
	.clearfix{
		padding-bottom: 4px;
	}
	.fr {
    float: none;
}
}


@media screen and (max-width: 375px){
.f_select {
    width: 94%;
}
}

.i-pager {
    height: auto;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    clear: both;
    color: #666666;
    margin-bottom: 3%;
}
.i-pager-next a{
width: 77px;
color: #09368c;
display: inline-block;
}
.i-pager-last a{
width: 77px;
color: #09368c;
display: inline-block;
}
.i-pager-first,
.i-pager-prev,
.i-pager-next,
.i-pager-last,
.i-pager-item {
    display: inline-block;
    width: auto;
    min-width: 38px;
    height: 38px;
    margin-left: 6px;
    border-radius: 4px;
    border: solid 1px rgba(102, 102, 102, 0.3);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    padding: 0;
    color: #666666 !important;
}

.i-pager-next,
.i-pager-last,
.i-pager-first,
.i-pager-prev {
    font-size: 15px;
    /* padding: 0 0.1rem; */
    vertical-align: bottom;
    color: #666666 !important;
}

.i-pager-info {
    height: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(102, 102, 102, 0.3);
    font-size: 16px;
    vertical-align: bottom;
    color: #666666;
    margin-left: 7px;
}

.i-pager-current {
    width: auto;
    text-align: center;
    display: inline-block;
    margin-left: 6px;
    line-height: 38px;
    border: none;
    color: #666666;
    padding: 0;
}

.i-pager-info-c {
    color: #0081cc;
    width: auto;
    text-align: center;
    display: inline-block;
    padding-right: 0;
    font-size: 16px;
    padding-left: 6px;
    line-height: 34px;
    border: none;
}

.i-pager-info-p {
    color: #666666;
    width: auto;
    text-align: center;
    display: inline-block;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 200;
    line-height: 34px;
    border: none;
}

.i-pager-info-t {
    color: #666666;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    line-height: 38px;
    border: none;
}

.i-pager a:hover {
    color: #fff !important;
}
.i-pagers a {
    color: #09368c;
    display: inline-block;
}
.i-pagers:hover {
    background: #036cb4;
    color: #ffffff!important;
}
.i-pager-item-active {
    background: #036cb4;
}
.i-pager-item-active span {
    color: #fff;
}
.i-pager-item:hover {
    background: #036cb4;
    color: #ffffff;
}
.i-pager-next:hover {
    background: #036cb4;
    color: #ffffff!important;
}
.i-pager-last:hover {
    background: #036cb4;
    color: #ffffff!important;
}.i-pager-info {display: inline-block;/* width: auto; *//* height: 22px; */line-height: 39px;margin-left: 3px;font-family:Arial, Microsoft YaHei, sans-serif;padding-left: 0px;padding-right: 10px;}
.i-pagers{
    display: inline-block;
    border: solid 1px rgba(102, 102, 102, 0.3);
    padding: 10px 4px;
    font-size: 14px;
    border-radius: 4px;
}
select{
    border: none;
}
























