* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff !important;
}

.w {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

.w_a {
	clear: both;
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

/* 改变所有--滚动调样式 */
/* 整个滚动条 */

*::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/* 滚动条有滑块的轨道部分 */

*::-webkit-scrollbar-track-piece {
	background-color: rgb(236, 236, 236);
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */

* ::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: #ccc;
}

/* 滚动条滑块hover */

*::-webkit-scrollbar-thumb:hover {
	background-color: #de030d;
}

/* 同时有垂直和水平滚动条时交汇的部分 */

*::-webkit-scrollbar-corner {
	display: block;
	/* 修复交汇时出现的白块 */
}

/* 改变所有--滚动调样式 */

.nav_w .container-fluid {
	padding-right: 0;
	/* position  : absolute; */
	width: 100%;
	z-index: 999;
	margin: 0;
	padding: 0;
}

input {
	outline: none;
}

.click {
	cursor: pointer;
}

li {
	list-style: none;
}

.bar_qy_hy a {
	color: #000;
}

.nav--prev {
	width: 0 !important;
}

.nav--next {
	width: 0 !important;
}

.jc-right svg,
.jc-left svg {
	fill: #fff !important;
}

.jc-right,
.jc-left {
	background: rgba(0, 0, 0, 0.5) !important;
}

.sea_search {
	position: relative;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1) border-box;
	overflow: hidden;
	width: 100%;
	height: 360px;
	background-color: #f5f5f5;
	text-align: center;
}

.sea_search img {
	width: 100%;
	height: 100%;
}

.sea_search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -30px;
	z-index: -1;
}

.btna {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0;
	background: none;
	border-radius: 0;
}

.fy .pagination li a {
	color: #000 !important;
	font-size: 14px !important;
}

.fy .pagination .active a {
	background: #de030d !important;
	border: 1px solid #de030d !important;
	color: #fff !important;
}

/* 公共主题色 */

.text_color {
	color: #de030d !important;
}

.bac_color {
	background: #de030d !important;
}

/* 公共主题色 */
/* 公共样式-----登录页面-------------------开始 */

.login {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 1001;
	display: none;
}

.login .login_box {
	position: absolute;
	width: 600px;
	height: 400px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 35px 60px;
}

.login .login_box .close {
	position: absolute;
	font-size: 30px;
	right: 29px;
	top: 17px;
}

.login .login_box .phone_login {
	text-align: center;
}

.login .login_box .phone_login h4 {
	font-size: 20px;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	color: #7e9dc1;
}

.login .login_box .phone_login h4 span {
	display: inline-block;
	border-bottom: 2px solid #7e9dc1;
	line-height: 40px;
	padding: 0 15px;
}

.login .login_box .phone_login .login_input .phone {
	padding: 15px 50px;
}

.login .login_box .phone_login .login_input .phone p {
	width: 96%;
	height: 47px;
	background-color: #f1f3f7;
	border-radius: 30px;
	padding: 1px 14px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

.login .login_box .phone_login .login_input .phone p span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 21px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .phone_login .login_input .phone p input {
	position: absolute;
	right: 3px;
	top: 2px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border: 0;
	height: 90%;
	padding: 0px 10px;
	font-size: 14px;
	color: #000;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .phone_login .login_input .phone p ::placeholder {
	color: #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm {
	padding: 0px 50px;
}

.login .login_box .phone_login .login_input .phone_dxm p {
	width: 100%;
	height: 47px;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left {
	display: inline-block;
	width: 65%;
	height: 100%;
	border-radius: 30px;
	background-color: #f1f3f7;
	overflow: hidden;
	position: relative;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 18px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
	position: absolute;
	right: 4px;
	top: 3px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 71%;
	border: 0;
	height: 89%;
	padding: 0px 10px;
	font-size: 14px;
	color: #333;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_left ::placeholder {
	color: #ccc;
}

.login .login_box .phone_login .login_input .phone_dxm p .codezzc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
	height: 100%;
}

.login .login_box .phone_login .login_input .phone_dxm p .phone_right {
	position: relative;
	display: inline-block;
	width: 29%;
	background-color: #f1f7ff;
	height: 47px;
	border-radius: 30px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	font-size: 12px;
	cursor: pointer;
}

.login .login_box .phone_login .login_input .login_btn button {
	height: 47px;
	border: 0;
	width: 34%;
	margin-top: 17px;
	color: #fff;
	/* background: #0076ff; */
	border-radius: 30px;
	outline: none;
	background: #7e9dc1;
	font-size: 14px;
}

.login .login_box .phone_login .login_input .login_btn span {
	padding-left: 13px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}

/* 密码登录---开始 */

.login .login_box .login_tit {
	display: flex;
	justify-content: space-between;
}

.login .login_box .login_tit h4 {
	width: 50%;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	cursor: pointer;
	color: #666;
}

.login .login_box .login_tit .active_h4 {
	color: #1891ff;
	border-bottom: 2px solid #1891ff;
}

.login .login_box .password_login {
	text-align: center;
	display: none;
}

.login .login_box .password_login h4 {
	font-size: 20px;
	border-bottom: 2px solid #ededed;
	line-height: 40px;
	color: #7e9dc1;
}

.login .login_box .password_login h4 span {
	display: inline-block;
	border-bottom: 2px solid #7e9dc1;
	line-height: 40px;
	padding: 0 15px;
}

.login .login_box .password_login .login_input .phone {
	padding: 15px 50px;
}

.login .login_box .password_login .login_input .phone p {
	width: 96%;
	height: 47px;
	background-color: #f1f3f7;
	border-radius: 30px;
	padding: 1px 14px;
	overflow: hidden;
	position: relative;
	margin: 10px auto;
}

.login .login_box .password_login .login_input .phone p span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 21px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .password_login .login_input .phone p input {
	position: absolute;
	right: 3px;
	top: 2px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 80%;
	border: 0;
	height: 90%;
	padding: 0px 10px;
	font-size: 14px;
	color: #000;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .password_login .login_input .phone p ::placeholder {
	color: #ccc;
}

.login .login_box .password_login .login_input .phone_dxm {
	padding: 0px 50px;
}

.login .login_box .password_login .login_input .phone_dxm p {
	width: 100%;
	height: 47px;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left {
	display: inline-block;
	width: 65%;
	height: 100%;
	border-radius: 30px;
	background-color: #f1f3f7;
	overflow: hidden;
	position: relative;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left span {
	display: inline-block;
	width: 8%;
	font-size: 32px;
	vertical-align: middle;
	position: absolute;
	left: 18px;
	top: 8px;
	color: #7e9dc1;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left input {
	position: absolute;
	right: 4px;
	top: 3px;
	border-radius: 0px 34px 34px 0px;
	vertical-align: middle;
	display: inline-block;
	width: 71%;
	border: 0;
	height: 89%;
	padding: 0px 10px;
	font-size: 14px;
	color: #333;
	border-left: 0;
	background: #f1f3f7;
	border-left: 1px solid #ccc;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_left ::placeholder {
	color: #ccc;
}

.login .login_box .password_login .login_input .phone_dxm p .codezzc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
	height: 100%;
}

.login .login_box .password_login .login_input .phone_dxm p .phone_right {
	position: relative;
	display: inline-block;
	width: 29%;
	background-color: #f1f7ff;
	height: 47px;
	border-radius: 30px;
	color: #666;
	overflow: hidden;
	line-height: 47px;
	font-size: 12px;
	cursor: pointer;
}

.login .login_box .password_login .login_input .login_btn button {
	height: 47px;
	border: 0;
	width: 34%;
	margin-top: 17px;
	color: #fff;
	/* background: #0076ff; */
	border-radius: 30px;
	outline: none;
	background: #7e9dc1;
	font-size: 14px;
}

.login .login_box .password_login .login_input .login_btn span {
	padding-left: 13px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}

/* 密码登录--结束 */
/* 公共样式-----登录页面-------------------------结束 */
/* 公共样式-----公共样式  头部PC--正常----------------------- */

header .head_top {
	width: 100%;
}


header .rightnav .navbar-right li .zyflg .add_more {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 15px;
}

header .head_top .hed_flx {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_top .hed_flx .head_top_left {
	display: flex;
	justify-content: space-between;
}

header .head_top .hed_flx .head_top_left a {
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}

header .head_top .hed_flx .head_top_left .gsmc {
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}

header .head_top .hed_flx .head_top_left .user_zjd {
	font-size: 12px;
}

header .head_top .hed_flx .phone {
	text-align: right;
}

header .head_top .hed_flx .right {
	display: flex !important;
}

header .head_top .hed_flx .right .ind a {
	font-size: 14px;
	display: inline-block;
	color: #333;
	text-decoration: none;
}

header .head_top .hed_flx .right .ind .my_dd a {
	color: #fff;
}

header .head_top .hed_flx .right .ind #login_c {
	padding: 0 15px;
	width: 135px;
	border-radius: 24px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #545454;
	color: #333;
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	text-align: left;
}

header .head_top .hed_flx .right .ind #login_c .carico {
	font-size: 20px;
	color: #000;
}

header .head_top .hed_flx .right .ind #login_c .car_num {
	position: absolute;
	top: 2px;
	right: 7px;
	font-size: 12px;
	background: #de030d;
	min-width: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	line-height: 17px;
}

header .head_top .hed_flx .right .rigtit .zxly {
	font-size: 14px;
	color: #333;
}

header .head_top .hed_flx .right .rigtit .btn {
	border: 0;
}

header .head_top .hed_flx .right .rigtit #login_c {
	font-size: 14px;
	color: #333;
}

header .head_top .hed_flx .right .rigtit #login_c .icon-cart-full {
	font-size: 20px;
	color: #08a7e4;
}

header .navbar-header {
	margin: 0 !important;
}

header .navbar-header .navbar-brand {
	padding: 0;
}

header .navbar-header .close {
	display: none;
}

header .navbar-header .close .icon-close {
	font-size: 34px;
}

header .rightnav {
	position: relative;
	margin-left: 0% !important;
}

header .rightnav .dropdownlist:hover {
	display: block;
}

header .rightnav a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

header .rightnav .navbar-right {
	/* max-width: 100%; */
	width: 100%;
	line-height: 36px;
}

header .rightnav .navbar-right .active {
	color: #4F0599;
}

header .rightnav .navbar-right li .tk_list a {
	color: #333;
}

header .rightnav .navbar-right li .zyflg {
	/* margin     : 0 10px; */
	/* display: flex; */
	align-items: center;
}

header .rightnav .navbar-right li .icodp {
	font-weight: bold;
	color: #4F0599;
}

header .rightnav .navbar-right li:hover {
	color: #4F0599;
}

header .mrleft {
	left: -150px;
}

header .lange {
	display: inline-block;
}

.cpjs ul li {
	width: 100% !important;
}

@media screen and (min-width: 1370px) {
	.nav_w {
		position: relative;
		clear: both;
		display: block;
		margin: 0 auto;
		width: 99%;
	}

	header .rightnav .navbar-right li {
		line-height: 50px;
		cursor: pointer;
		font-size: 15px;
		position: relative;
		width: 11.8%;
		text-align: center;
	}

	header .rightnav .navbar-right li:hover a {
		text-decoration: none;
		color: #de030d;
		transition: all .3s;
	}

	header .nav_w .rightnav {
		width: 67%;
		margin: 0;
		padding: 0;
	}

	.navbar-right {
		float: left !important;
		margin-right: -15px;
	}
}


@media (min-width: 768px) {
	.nav_hover {
		position: absolute;
		top: 44px;
		left: -19px;
		min-width: 159px;
		background: rgba(255, 255, 255, 0.87);
		display: none;
		text-align: center;
	}

	header {
		position: fixed !important;
		background: transparent !important;
	}

	header {
		position: relative;
		background: #353535;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	header .before {
		position: absolute;
		top: 0;
		z-index: 998;
		width: 100%;
		display: none;
		height: 80px;
		background: #fff;
		box-shadow: 0 0 15px rgb(180, 180, 180);
	}

	header .nav_w .rightnav {
		display: inline-block !important;
	}

	header .nav_w .container-fluid {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}


@media screen and (max-width: 1370px) {
	.nav_w {
		position: relative;
		/* background-color: #fbfbfc; */
		clear: both;
		display: block;
		margin: 0 auto;
		/* max-width: 100%; */
		width: 90%;
	}

	.nav_w {
		position: relative;
		clear: both;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	header .nav_w .rightnav {
		width: 62%;
		margin: 0;
		padding: 0;
	}

	header .rightnav .navbar-right li {
		line-height: 50px;
		cursor: pointer;
		font-size: 15px;
		margin: 0 14px;
		position: relative;
	}

	.navbar-right {
		float: left !important;
		margin-right: -15px;
	}
}


header .lange .left_cn {
	/* display  : inline-block; */
	display: inline-block;
	padding-left: 14px;
	border-left: 1px solid #fff;
}

header .lange .left_cn span a {
	margin: 0 8px;
	color: #de030d;
	font-size: 15px;
	font-weight: bold;
}

header .lange .right_inp {
	display: inline-block;
	position: relative;
}

header .lange .right_inp .search_ico {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 20px;
	color: #de030d;
}

header .lange .right_inp input {
	background: #ddd;
	border: 0;
	/* padding: 3px 10px; */
	border-radius: 25px;
	width: 150px;
	height: 30px;
	text-indent: 0.5em;
}

/* 公共样式  头部PC--正常---- */

.choose-screening-input {
	position: relative;
}

.auto-screening-prompt:hover {
	background: #cccccc;
}

.router {
	background-color: #f5f5f5;
}

.router .w {
	background: transparent;
}

.router .breadcrumb {
	background-color: #f5f5f5;
	margin-bottom: 10px;
	border-radius: 0;
}

.breadcrumb a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

/* 公共样式------底部样式---------开始 */

.footer {
	width: 100%;
	background: #353535;
	margin-top: 70px;
	float: left;
}

.footer .w {
	background: #353535;
}

.footer .fot1 {
	overflow: hidden;
	margin-bottom: 30px;
}

.footer .fot1 .ico {
	margin: 0px 0 30px;
}

.footer .fot1 .ico a {
	margin: 0px 0 30px;
	color: #fff;
}
.footer .fot1 .ico a:hover{
	color: #de030d;
	transition:  all 0.5s;
	top: 2px;
	position: relative;
}
.footer .fot1 .ico a span {
	font-size: 30px;
}

.footer .fot1 .ico img {
	/* font-size: 30px; */
}

.footer .fot2 {
	text-align: center;
	padding: 25px 0;
	font-size: 14px;
	background: #242424 !important;
}

.footer .fot2 p {
	color: #999;
	display: inline-block;
	margin: 0 10px;
}

.footer .fot2 p a {
font-size: 14px;
    color: #999;
}

.footer .leftjj p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	margin: 20px 0;
}

.footer .leftjj .top_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	margin-bottom: 43px;
}

.footer .leftjj .top_logo .go_top {
	cursor: pointer;
	color: #fff;
}

.footer .leftjj .top_logo .arrow_up {
	background: #de030d;
	color: #fff;
	margin-left: 10px;
}

.footer .leftjj .sea_btn .input {
	height: 32px;
	padding: 0px 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #333;
}

.footer .leftjj .sea_btn .btn {
	padding: 5px 14px;
	color: #fff;
	position: relative;
	left: -5px;
	top: 0px;
	border-radius: 0;
	outline: none;
}

.footer .leftjj .ico span {
	font-size: 28px;
	cursor: pointer;
}

.footer .rightjj ul .footer_li {
	overflow: hidden;
	min-height: 220px;
}

.footer .rightjj ul li h4 a {
	color: #f1f1f1;
	font-weight: bold;
	font-size: 15px;
}

.footer .rightjj ul li h4 {
	font-weight: normal;
	text-align: left;
}

.footer .rightjj ul li p {
	font-size: 14px;
	margin: 0;
	line-height: 26px;
	text-align: left;
}

.footer .rightjj ul li p a {
	color: #999;
}

.footer .rig_gsjs {
	color: #939193;
	text-align: left;
	font-size: 14px;
}
.footer .rig_gsjs p{
	margin-bottom: 5px;
}

.footer .rig_gsjs .ewm_box {
	display: flex;
	/* justify-content: space-between; */
}

.footer .rig_gsjs .ewm_box .xcx_ewm {
	text-align: center;
	margin-right: 45px;
}

.footer .rig_gsjs .ewm_box .xcx_ewm p {
	margin: 10px 0;
	color: #999;
}

.footer .rig_gsjs .ewm_box .xcx_ewm img {
	background: #fff;
	width: 100px;
	height: 100px;
}

/* 公共样式------底部样式---------结束 */

.btn-default:hover {
	background-color: #fff;
}

.open>.dropdown-menu {
	display: block;
	position: absolute;
	top: 43px;
	transform: translateY(-9px);
	/* width  : auto; */
	transition: transform 0.1s ease-out, opacity 2s linear;
	background: rgba(0, 0, 0, 0.5);
}

.open>.dropdown-menu li a {
	color: #fff;
}

.open>.dropdown-menu li a:hover {
	color: #333;
}

.btn-default {
	border: 0;
	box-shadow: none !important;
}

.navbar {
	margin: 0 !important;
	padding: 40px 0;
}

.navbar-default {
	border: 0;
	background-color: transparent !important;
	position: relative;
	z-index: 999;
}

.navbar-default .botmbor {
	border-bottom: 3px solid #4F0599;
	display: none;
}
.loga {
	display: none;
}

.log img {
	width: 121px;
	height: 75px;
}

.navbar-default .log img {
	width: 100%;
	height: 50px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ma5slider {
	margin: 0 !important;
}



/* @media (min-width: 1520px) {
	.auto-screening {
		top: 55px;
		width: 66%;
	}

	header .head_top .hed_flx {
		height: 80px;
		line-height: 80px;
	}

	.T {
		display: inline-block;
	}

	.mbxnav .nav_bar_box .bar_qy_hy {
		width: 35%;
	}

	.search_box .search_inp .inp_box button {
		padding: 10px 50px;
	}

	.hyxw_big_box ul li {
		width: 40% !important;
		margin: 0 60px;
	}

	.hyxw_big_box ul .first_li {
		margin-right: 238px !important;
	}

	.search_box .search_inp .sea_list {
		margin-top: 10px;
		left: 18%;
	}

	.footer {
		padding: 40px 0 0;
	}
} */



/* @media (min-width: 980px) {
	header .rightnav .navbar-right li:hover a {
		text-decoration: none;
		color: #de030d;
		transition: all .3s;

		.icoclose {
			display: none;
		}


		.T {
			display: inline-block;
		}

		.mbxnav .nav_bar_box .bar_qy_hy {
			width: 35%;
		}

		.search_box .search_inp .inp_box button {
			padding: 10px 50px;
		}

		.search_box .search_inp .sea_list {
			margin-top: 10px;
			left: 18%;
		}

		.btn-group-justified {
			width: 80%;
		}

		.canvas {
			height: 400px;
		}

		.checkbox {
			margin: 0 26px;
		}

		.footer {
			min-height: 500px;
			z-index: 990;
			background: #353535;
			float: left;
		}

		.footer .rightjj ul .footer_li {
			width: 20%;
		}

		header .head_top .hed_flx {
			height: 80px;
			line-height: 80px;
		}
	} */



@media (max-width: 980px) {

	.login .login_box .close {
		right: 128px;
	}

	header .head_top .hed_flx {
		height: 50px;
		/* line-height: 50px; */
	}

	header .head_top .hed_flx .head_top_left {
		width: 100%;
	}

	header .head_top .hed_flx .head_top_left .left_ind {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.login .login_box .phone_login .login_input .phone p {
		width: 80%;
		height: 48px;
		margin: 0 auto;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_left {
		width: 50%;
		height: 100%;
	}

	.login .login_box .phone_login .login_input .phone p input {
		width: 80%;
		height: 90%;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_right {
		height: 48px;
		width: 28%;
		line-height: 48px;
	}

	.login .login_box .phone_login .login_input .phone_dxm p .phone_left input {
		width: 69%;
		height: 86%;
	}

	.login .login_box .phone_login .login_input .login_btn button {
		height: 42px;
		width: 31%;
	}

	.search_box .search_inp .inp_box button {
		padding: 10px 20px;
	}

	.search_box .search_inp .sea_list {
		margin-top: 10px;
		left: 10%;
	}

	.bann {
		padding: 20px;
	}

	.bann img {
		width: 335px;
		height: 300px;
	}

	.check {
		text-align: left;
	}

	.footer {
		min-height: 650px;
	}
}

.see_lishi {
	padding: 10px 8px;
}

.see_lishi h4 {
	font-size: 16px;
	color: #333;
	text-align: left;
}

.see_lishi .ls_pic .ls_img .items {
	padding: 5px 0;
}

.see_lishi .ls_pic .ls_img .items a {
	display: inline-block;
	/* notice the comments between inline-block items */
	margin-right: 10px;
	width: 130px;
	height: 130px;
	/* box-shadow: 0 0 5px #ccc; */
	text-align: center;
	font-weight: normal;
}

.see_lishi .ls_pic .ls_img .items a img {
	width: 100%;
	padding: 10px;
	/* border: 1px solid #f1f1f1; */
	margin-bottom: 15px;
}

.see_lishi .ls_pic .ls_img .items a p {
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.xgcp {
	padding: 0 8px;
}

.xgcp h4 {
	font-size: 16px;
	color: #353435;
	margin-bottom: 24px;
	text-align: left;
}

.xgcp .xg_name {
	overflow: hidden;
}

.xgcp .xg_name a {
	width: 130px;
	padding: 0;
	font-size: 14px;
	color: #e40009;
	text-decoration: underline;
	line-height: 26px;
	text-align: left;
	width: 10%;
}

.spjszx {
	padding: 45px 8px;
}

.spjszx h4 {
	font-size: 16px;
	color: #353435;
	margin-bottom: 20px;
}

.spjszx .p1 {
	color: #999;
}

.spjszx p {
	font-size: 14px;
}

.spjszx p .sl_date {
	margin-left: 30px;
}

header .wddd {
	position: relative;
	font-size: 13px;
	display: inline-block;
	color: #333;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

header .my_dd {
	position: absolute;
	top: 43px;
	left: -24px;
	z-index: 9999;
	text-align: center;
	width: 123px;
	height: 142px;
	/*padding    : 10px;*/
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
	display: none;
}

.wddd>.my_dd>ul>li {
	margin: -5px 0;
}

.wddd>.my_dd>ul>li>.mydd_href {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.w_a {
	    clear: both;
	    display: block;
	    margin: 0 auto;
	    max-width: 94%;
	}
	.sea_search {
	    position: relative;
	    margin: 0 auto;
	    background: rgba(255, 255, 255, 0.1) border-box;
	    overflow: hidden;
	    width: 100%;
	    height: 200px;
	    background-color: #f5f5f5;
	    text-align: center;
	}

	header .lange .right_inp input {
		background: #ddd;
		border: 0;
		/* padding: 3px 10px; */
		border-radius: 25px;
		width: 200px;
		height: 30px;
		text-indent: 0.5em;
	}

	.navbar {
		margin: 0 !important;
		padding: 20px 0;
	}

	header .navbar-header {
		margin: 15px 0px !important;
	}

	.icodp {
		z-index: 100;
		position: absolute;
		right: 10px;
		top: 9px;
		font-size: 20px;
	}

	.rightnav {
		width: 100%;
		position: absolute !important;
		right: 0px;
		top: 65px;
		background: #333;
		/* box-shadow: 0 0 5px #ccc; */
		border: 0;
		z-index: 100005 !important;
	}

	header .rightnav .navbar-right {
width: 100% !important;
    line-height: 34px !important;
    margin: 0;
    overflow: hidden;
    background: #fff;
	}

	header .rightnav .navbar-right li {
		line-height: 50px;
	}

	.zyflg {
		z-index: 101;
		display: block;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #f7f7f7;
		padding-left: 28px;
		margin: 0 !important;
	}

	.nav_hover {
		position: absolute;
		top: 57px;
		left: -46px;
		min-width: 200px;
		background: #fff;
		display: none;
		text-align: center;
	}

	header .rightnav a {
		color: #000;
	}

	header .nav_w .rightnav {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.xgcp .xg_name a {
	    padding: 0;
	    font-size: 14px;
	    color: #e40009;
	    text-decoration: underline;
	    line-height: 26px;
	    text-align: left;
	    width: 33%;
	}

}
