* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/* font-family: '微软雅黑' !important; */
	font-weight: normal;
}

a {
	display: inline-block;
}

input,
textarea,
select {
	outline: none;
	box-sizing: border-box !important;
}

input::-webkit-input-placeholder {
	color: #999999;
}

img {
	width: 100%;
}


/* 头部 链接 */

.head_top {
	border-bottom: 1px solid #a8b9cd;
	height: 40px;
}

.head_top a,
.top_login {
	font-size: 14px;
	line-height: 40px;
	color: #333333;
	text-transform: uppercase;
}

.head_top a img {
	width: auto;
	height: 13px;
	margin-right: 3px;
	margin-top: -4px;
}

.top_nav {
	padding-left: 30px;
}

.top_nav a {
	padding-left: 15px;
}

.head_top a:hover {
	color: #063671;
}

.head_mid {
	height: 100px;
	line-height: 100px;
}

.head_mid .bx-logo {
	line-height: 100px;
	height: 100px;
}
.bx-logo a{
	display: flex;
	align-items: center;
	height: 100%;
}


.bx-logo img {
	width: auto;
	max-height: 80px;
}
.bx-logo span{
	display: inline-block;
	padding-left: 8px;
	line-height: 30px;
	font-size: 24px;
	color: #063671;
	font-weight: bold;
	white-space: pre-line;
    width:400px;
}
.mid_input {
	height: 40px;
	border: 1px solid #bfbfbf;
	border-radius: 40px;
	margin: 30px 0;
}

.mid_input select {
	height: 38px;
	background: none;
	line-height: 38px;
	float: left;
	border: none;
	padding: 0 5px 0 14px;
	color: #666666;
	font-size: 14px;
	text-transform: capitalize;
}

.mid_input input {
	padding: 0 8px;
	font-size: 14px;
	color: #333333;
	height: 38px;
	background: none;
	border: none;
	float: left;
	width: 180px;
}

.mid_input a {
	float: left;
	line-height: 38px;
	width: 52px;
	text-align: center;
	position: relative;
}

.mid_input a img {
	width: 16px;
}

.mid_input a::before {
	content: '';
	width: 1px;
	height: 26px;
	background-color: #b3b3b3;
	position: absolute;
	left: 0;
	top: 6px;
}

.mid_gwc a {
	position: relative;
	width: 30px;
	margin-left: 28px;
}

.dian {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	right: -7px;
	top: 34%;
	background-color: #f24421;
}

.pcnone {
	display: none;
}

header,
.bx-nav-one {
	background-color: #063671;
	line-height: 60px;
	height: 60px;
}

.bx-nav-one .bx-nav ul li {
	position: relative;
	width: 14.2%;
	line-height: 60px;
	height: 60px;
}

.bx-nav-one .bx-nav ul li .bx-nav-fd {
	top: 60px;
}
.bx-nav-one .bx-nav ul li .bx-nav-fd2 {
	width:400px;
	top: 60px;
	right:0;
	left:auto
}
.bx-nav-one .bx-nav ul li .bx-nav-fd2  a{
   line-height:25px;
   padding:10px;
   text-align:left

}
.bx-nav-one .bx-nav ul li a {
	width: auto;
	background-color: #063671;
	color: #FFFFff;
}

.bx-nav-one .bx-nav ul li a img {
	width: 10px;
	margin-left: 7px;
}

.bx-nav-one .bx-nav ul li a.nav_xz {
	font-weight: bold;
	background-color: #042753;
}

.bx-nav-one .bx-nav ul li a:hover {
	background-color: #07448e;
}

.swiper-pagination-bullet {
	width: 50px;
	height: 10px;
	border-radius: 10px;
	background-color: #063671;
	opacity: .5;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

/* 首页 New Product */
.index {
	padding-top: 70px;
}

.biao {
	text-align: center;
	color: #343434;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 40px;
}

.news .bx-img-hover {
	display: block;
}

.news .bx-img-hover h2 {
	padding: 20px 18px;
	color: #343434;
	font-size: 16px;
	font-weight: bold;
}

.news .bx-img-hover p {
	color: #343434;
	font-size: 14px;
	padding: 0 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.news .bx-img-hover p span {
	color: #f24421;
	font-size: 30px;
	font-weight: bold;
}

.news .bx-img-hover:hover {
	background-color: #f7f7f7;
}

.news .swiper-slide {
	position: relative;
}

.jrgwc {
	display: inline-block;
	border: 1px solid #f24421;
	line-height: 33px;
	border-radius: 30px;
	padding: 0 14px;
	color: #f24421;
	font-size: 14px;
}

.jrgwc:hover {
	color: #FFFFFF;
	background-color: #f24421;
}

.news .jrgwc {
	/*position: absolute;
	right: 20px;
	bottom: 30px;*/
    display: block;
	width: 100%;
	text-align: center;
}
.pro_list.news img{
	height: 360px;
}

.news img{
	height: 425px;
	object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
	width: auto;
	height: auto;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: none;
	content: '';
	width: 60px;
	height: 60px;
	background-size: 100% 100% !important;
}

.swiper-button-prev:after {
	background: url(../images/left.png) no-repeat;
}

.swiper-button-next:after {
	background: url(../images/right.png) no-repeat;
}

.news .swiper-button-next {
	right: -80px;
}

.news .swiper-button-prev {
	left: -80px;
}

/* company */

.company ul {
	margin: 0 -15px;
}

.company ul li {
	padding: 15px;
}

.company ul li a {
	display: block;
}

.com_rq {
	width: 120px;
	height: 120px;
	text-align: center;
	padding: 10px;
	border: 1px solid #063671;
}

.com_rq span {
	color: #063671;
	font-size: 36px;
	font-weight: bold;
	line-height: 58px;
	display: inline-block;
	width: 88px;
	border-bottom: 1px solid #063671;
}

.com_rq p {
	color: #063671;
	font-size: 16px;
	line-height: 38px;
}

.com_gs {
	width: calc(100% - 120px);
	padding-left: 18px;
}

.com_gs h2 {
	line-height: 30px;
	font-size: 18px;
	color: #343434;
	font-weight: bold;
	padding-bottom: 7px;
}

.com_gs p {
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.company ul li a:hover .com_rq {
	background-color: #063671;
}

.company ul li a:hover .com_rq span,
.company ul li a:hover .com_rq p {
	color: #FFFFFF;
}

.company ul li a:hover .com_rq span {
	border-bottom: 1px solid #FFFFFF;
}

/* contact */
.contact ul {
	margin: 0 -10px;
}

.contact ul li {
	padding: 0 10px;
	line-height: 50px;
}

.contact ul li img {
	width: 30px;
	margin-top: -3px;
}

.contact ul li p {
	color: #666666;
	font-size: 16px;
}

.contact ul li p span {
	font-weight: bold;
	color: #343434;
}

/* banquan */
.banquan {
	border-top: 1px solid #b3b3b3;
	line-height: 36px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}

/* 产品列表页 */


.pro_fl ul {
	text-align: center;
	padding-bottom: 30px;
}

.pro_fl ul li {
	display: inline-block;
	padding: 5px 20px;
}

.pro_fl ul li a {
	display: block;
	border: 1px solid #063671;
	line-height: 33px;
	border-radius: 30px;
	padding: 0 20px;
	color: #063671;
	font-size: 14px;
}

.pro_fl ul li a:hover {
	opacity: .8;
}

.pro_fl ul li.pro_fl_xz a {
	background-color: #063671;
	color: #FFFFFF;
}

.pro_list ul {
	margin: 0 -10px;
}

.pro_list ul li {
	padding: 10px;
	/*text-align: center;*/
}

.pro_list ul li a {
	display: block;
}

.pro_ms h2 {
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.pro_ms span {
	display: inline-block;
	border: 1px solid #063671;
	line-height: 33px;
	border-radius: 5px;
	padding: 0 20px;
	color: #FFFFFF;
	background-color: #063671;
	font-size: 14px;
	margin-top: 8px;
}
.pro_ms span:hover{
	background: none;
	color: #063671;
}



/* 商品详情 */
.shangpin {
	margin: 55px 0 0;
}

.shangpin ul {
	position: relative;
}

.shangpin h4 a {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}

.shangpin h4 a img {
	width: 16px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.shangpin h4 a:hover {
	text-decoration: underline;
}

.sp-img .swiper-slide{
	height: 400px;
	overflow: hidden;
}
.sp-img img,
.thumbs img{
	width: 100%;
	object-fit: cover;
}
.thumbs .swiper-slide{
	height: 92px;
}


.sp-ms {
	padding-left: 55px;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}

.sp-ms h2 {
	color: #4C4948;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
}

.sp-ms .gang {
	margin: 18px 0;
	display: block;
	width: 98px;
	height: 4px;
	background-color: #DDDDDD;
}

.sp-ms h3 {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	width: 68%;
}

.sp-ms p {
	color: #E2231A;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding-top: 22px;
}

.xiabian {
	/*position: absolute;*/
	bottom: 0;
	display: flex;
    margin-top:60px;
}

.xiabian span {
	color: #333333;
	font-size: 22px;
	line-height: 40px;
	padding-right: 20px;
}

.xiabian h3 span {
	font-size: 24px;
	font-weight: bold;
}

.xiabian .gwc-sl {
	float: none;
	width: auto;
	display: inline-block;
}

.xiabian .gwc-sl input {
	line-height: 38px;
	height: 40px;
	width: 40px;
	text-align: center;
}
.gwc-sl input {
	font-size: 14px;
	width: 34px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	background: none;
	border: 1px solid #d2d2d2;
	outline: none;
}
.xiabian .gwc-sl .min {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.xiabian .gwc-sl .add {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.thumbs {
	padding: 24px 0 8px;
	position: relative;
}

.thumbs .swiper-button-next,
.thumbs .swiper-button-prev {
	transform: translate(0,-50%);
	margin: 0;
}
.thumbs .swiper-button-prev:after,
.thumbs .swiper-button-next:after{
	width: 18px;
	height: 18px;
}

.xqanniu {
	padding-left: 55px;
	position: absolute;
	right: 0;
	bottom: 0;
	/*height: 100%;*/
}

.xqanniu a {
	margin-top: 20px;
	margin-right: 15px;
	display: inline-block;
	padding: 0 36px;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 22px;
}

.xqanniu a:last-child {
	margin-right: 0;
}

.xiangqing {
	padding: 50px 0;
}

.xiangqing h2 {
	line-height: 44px;
	border-top: 1px solid rgba(119, 119, 119, .3);
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.xiangqing h2 span {
	display: inline-block;
	position: relative;
	width: 175px;
	text-align: center;
}

.xiangqing h2 span::before {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #191919;
	position: absolute;
	left: 0;
	top: 0;
}

.xiangqing img {
	width: 100%;
}

.zuogg {
	width: 15%;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999999;
}

.yougg {
	width: 15%;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999999;
}

.guanggao {}

.guanggao img {
	width: 100%;
}

.guanggao a {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #333333;
}

.bf_red {
	background: #E2231A !important;
}

.bg_cheng {
	background: #F38836 !important;
}
.detail p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


/* 位置 */
.weizhi {
	padding: 30px 0;
}

.weizhi p,
.weizhi p a {
	line-height: 20px;
	color: #999999;
	font-size: 14px;
}

.weizhi p a.dangqian {
	color: #063671;
}

.weizhi p img {
	width: 18px;
	vertical-align: sub;
	margin-right: 5px;
}

/* 联系 */

.map{
	padding-top: 60px;
}
.map iframe{
	width: 100%;
}
/* 关于我们 */
.about img {
	width: auto;
	margin:0 auto 50px;
	display: block;
}

.banner_gs p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding: 0 50px;
	text-indent: 28px;
	padding-bottom: 28px;
}

.banner_gs p:last-child {
	padding-bottom: 0;
}

/* 登录 注册 忘记密码 */

.sign_input {
	height: 668px;
	position: relative;
	/* background-color: #F5F5F5; */
}

.sign {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 590px;
	box-sizing: border-box;
	padding: 0 48px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 #CCCCCC;
}

.sign h2 {
	line-height: 35px;
	font-size: 26px;
	color: #000000;
	padding-top: 46px;
	padding-bottom: 6px;
}

.sign ul li {
	margin-top: 20px;
	display: flex;
	position: relative;
}

.sign ul li span {
	width: 105px;
	line-height: 40px;
	font-size: 16px;
}

.sign ul li input {
	width: calc(100% - 105px);
	background: none;
	line-height: 22px;
	font-size: 16px;
	padding: 8px 14px;
	border: 1px solid #A5A5A5;
	color: #333333;
}

.sign ul li input::-webkit-input-placeholder {
	color: #A5A5A5;
}

.forget {
	padding-top: 14px;
	font-size: 16px;
	color: #A5A5A5;
	line-height: 22px;
}

.ldbz_an {
	display: block;
	width: 100%;
	background: #063671 !important;
	line-height: 40px;
	color: #FFFFFF !important;	
	font-size: 16px;
}


.lz_lj {
	color: #063671;
	font-size: 16px;
}

.pt17 {
	padding-top: 17px;
}

.yzm_fs {
	display: block;
	width: 118px;
	line-height: 40px;
	color: #FFFFFF !important;
	background: #063671 !important;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}

.ldbz_an:hover,
.yzm_fs:hover{
	opacity: .8;
}
/* 页面背景 */
.bg_F5 {
	background-color: #F5F5F5;
}

/* 我的订单 */
.yonghuzx {
	width: 180px;
	float: left;
	padding-top: 40px;
}

.yhzx-you {
	width: calc(100% - 180px);
	float: left;
	margin-top: 40px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #CCCCCC;
}

.dd-fl ul {
	padding: 0 18px;
	border-bottom: 1px solid #e5e5e5;
}

.dd-fl ul li {
	display: inline-block;
	padding: 0 12px;
	line-height: 48px;
}

.dd-fl ul li a {
	color: #4c4948;
	font-size: 16px;
	position: relative;
}

.dd_ss {
	background-color: #FFFFFF;
	border: 1px solid #C90000;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	display: flex;
}

.dd_ss input {
	border: none;
	background: none;
	line-height: 18px;
	font-size: 13px;
	padding: 8px;
	width: 212px;
}

.dd_ss a {
	display: inline-block;
	font-size: 13px;
	width: 48px;
	line-height: 33px;
	color: #FFFFFF;
	background-color: #C90000;
	text-align: center;
}

.disnone {
	display: none;
}

.xian {
	display: block !important;
}

.dd-lb {
	padding: 14px 16px 170px;
}

.dd-lb table {
	width: 100%;
}

.dd-lb table th {
	background-color: rgba(0, 0, 0, .15);
	text-align: center;
	width: 15%;
}

.dd-lb table th:first-child {
	width: 40%;
}

.dd-lb table h2 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 44px;
}

.dd-lb table td {
	text-align: center;
	padding: 30px 20px;
	position: relative;
}

.dingdan {
	position: relative;
	margin-bottom: 10px;
}

.dd-lb table span {
	color: #FF3B3B;
	font-size: 14px;
}

.dd-lb table p {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

.dd-lb table img {
	width: 25%;
	float: left;
}

.ddms {
	padding-left: 16px;
	width: 75%;
	float: left;
	text-align: left;
	position: absolute;
	left: 25%;
	height: 100%;
}

.ddms p span {
	display: block;
	color: #999999;
}

.ddms>span {
	position: absolute;
	bottom: 0;
}

.dd-lb table td>a {
	display: block;
	border: 1px solid #063671;
	border-radius: 4px;
	color: #063671;
	font-size: 12px;
	line-height: 26px;
}

.ddhao {
	text-align: left;
	color: #4C4948;
	font-size: 14px;
}

.dot {
	color: #FA5252;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: -10px;
	line-height: 16px;
}

.panel,
.panel>.panel-heading,
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.panel-title>a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 20px;
}

.panel-body ul li a {
	padding-top: 12px;
	color: #999999;
	font-size: 13px;
}

.panel-body {
	padding-bottom: 30px !important;
}

.zuoxuanzhong {
	color: #063671 !important;
}

.yonghuzx h2 {
	line-height: 64px;
	font-size: 16px;
	background-color: rgba(10, 21, 64, .7);
	text-align: center;
	color: #FFFFFF !important;
	font-weight: bold;
	display: none;
}

.ydcuo {
	display: none;
}

.yddd_lb {
	display: none;
}

.xgmima table {
	width: 48%;
	margin: auto;
	margin-top: 90px;

}

.xgmima table th {
	width: 22%;
	vertical-align: top;
}

.xgmima table td {
	width: 68%;
	border: none;
	position: relative;
}

.yzm_anniu {
	display: inline-block;
	color: #FFFFFF;
	background: #063671 !important;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 10px;
}

.xgmima table h2 {
	color: #333333;
	font-size: 14px;
	vertical-align: top;
	line-height: 50px;
	padding: 5px 0;
	text-align: right;
}

.xgmima table h2 span {
	color: #E61820;
}

.xgmima.text-left table h2 {
	text-align: left;
}

.xgmima table input {
	width: 100%;
	line-height: 38px;
	height: 40px;
	border: 1px solid #dbdbda;
	color: #333333;
	font-size: 14px;
	padding: 0 18px;
	box-sizing: border-box;
	outline: none;
}

.gerenzx {
	text-align: center;
	position: relative;
	margin-top: 40px;
	top: 40px;
}

.gerenzx>img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
}

.sctx span img {
	width: 15px;
	margin: 12px 8px;
}

.sctx span {
	display: inline-block;
	color: #4c4948;
	font-size: 14px;
	margin-top: 18px;
	width: 130px;
	line-height: 40px;
	border: 1px solid #dbdbda;
	border-radius: 5px;
}

.sctx {
	position: relative;
}

.sctx input {
	position: absolute;
	left: 50%;
	top: 18px;
	opacity: 0;
	transform: translate(-50%, 0);
	width: 130px;
	height: 40px;
}

.tijiao {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 48px;
	background-color: #063671 !important;
	border: 1px solid #063671;
	border-radius: 2px;
	padding: 0 70px;
	display: block;
	margin-bottom: 140px;
}

.tijiao:hover {
	background: none !important;
	color: #063671 !important;
}

.w48 {
	width: 48%;
	margin: auto;
}

/* 下单详情 */
.xiadan {
	margin: 36px 0 0;
	box-shadow: 0 0 10px 0 #CCCCCC;
}

.dd-biao {
	line-height: 68px;
	color: #4C4948;
	font-size: 20px;
	padding: 0 30px;
	border-bottom: 1px solid #DBDADA;
	background-color: #FFFFFF;
}

.dd-kuang {
	background-color: #FFFFFF;
	padding: 30px 40px;
}

.psxx,
.hedui {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-bottom: 30px;
}

.bobot0 {
	border-bottom: none !important;
}


.psxx {
	padding: 30px 0;
}

.hedui li {
	padding: 10px 0;
}

.hedui li a {
	display: flex;
	align-items: center;
}


.dd-ms h2 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	width: 250px;
}

.dd-ms p {
	color: #FF3B3B;
	font-size: 18px;
	line-height: 25px;
	padding-top: 14px;
}

.dd-ms p span {
	color: #4c4948;
	padding-left: 50px;
}

.dd-img img {
	width: 100%;
}

.dd-ms {
	padding-left: 20px;
}

.psxx p {
	color: #868686;
	font-size: 14px;
	line-height: 27px;
}

.dd-xbiao {
	color: #4C4948;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.zongjie {
	padding: 40px 0;
	text-align: right;
}

.zongjie p {
	color: #191919;
	font-size: 16px;
	line-height: 32px;
}

.zongjie p span {
	color: #FF3B3B;
	font-size: 24px;
	padding-left: 10px;
	font-weight: bold;
}

.zongjie a {
	display: inline-block;
	background-color: #063671;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 18px;
	margin-top: 25px;
	min-width: 178px;
	text-align: center;
}

/* 下单 */

.gwc-xq {
	display: flex;
	align-items: center;
	border: 1px solid #d2d2d2;
	width: 100%;
	padding: 30px;
}

.wi34 {
	width: 50%;
}

.wi34 {
	display: flex;
	align-items: center;
}

.wi34 .bx-checkbox {
	width: 10%;
}

.gwcsp-jt {
	display: flex;
	align-items: center;
}

.gwcsp-jt {
	width: 90%;
}

.gwcsp-jt img {
	width: 30%;
	padding-right: 20px;
}

.gwcsp-jt span {
	width: 70%;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ydflex {
	width: 100%;
}

.ydflex {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

.gwc-jq,
.gwc-sl,
.gwc-sc {
	/* width: 33.33333%; */
	float: left;
	text-align: center;
}

.gwc-jq {
	width: 32.33333%;
}

.gwc-sl {
	width: 48.33333%;
}

.gwc-sc {
	width: 22.33333%;
}



.gwc-jq p {
	color: #FF3B3B;
	font-size: 18px;
}

.gwc-sl input {
	width: 34px;
	line-height: 24px;
	height: 24px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	background: none;
	border: 1px solid #d2d2d2;
	outline: none;
}

.gwc-sc span,
.gwc-sl span{
	color: #000000;
	font-size: 12px;
}

.zjdz {
	width: 540px;
	border: 1px solid #999999;
	padding: 18px 25px;
	margin-top: 24px;
}

.zjdz ul {
	margin: 0 -7px;
}

.zjdz ul li {
	padding: 0 7px;
}

.zjdz input {
	width: 100%;
	padding: 0 14px;
	line-height: 55px;
	border: 1px solid #dbdbda;
	outline: none;
	color: #333333;
	font-size: 14px;
	margin: 7px 0;
	border-radius: 4px;
}

.dt {
	height: 55px;
	border: 1px solid #dbdbda;
	padding: 0 14px;
	border-radius: 4px;
	margin: 7px 0;
	font-weight: normal;
}

.dt p {
	color: #a5a5a5;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
}

.dt input {
	line-height: 33px;
	padding: 0;
	margin: 0;
	border: none;
}

.psxx dl {
	margin: 0 -3.5px;
}

.psxx dl dt {
	padding: 0 3.5px;
	position: relative;
}
/* 购物车 */

.gwc-top ul {
	background-color: #EAEAEA;
}

.gwc-top ul li {
	width: 22%;
	float: left;
	text-align: center;

}

.gwc-top ul li:nth-child(1) {
	width: 34%;
}

.gwc-top ul li h2 {
	line-height: 50px;
	color: #000000;
	font-size: 12px;
}

.gwc-sp ul {
	margin: 15px 0;
}

.gwc-sp ul li {
	padding: 15px 18px;
}

.quanxuan {
	/* height: 72px; */
	line-height: 50px;
	background-color: #e4e4e4;
	padding: 0 50px;
	position: relative;
	margin-bottom: 50px;
}

.quanxuan .checkbox {
	display: inline-block;
	/* padding: 14px 0; */
}

.quanxuan .checkbox .bx-checkbox {
	display: flex;
	align-items: center;
}

.jiaqian {
	position: absolute;
	right: 0;
	top: 0;
}

.jiaqian p {
	display: inline-block;
	text-align: right;
	line-height: 23px;
	padding: 12px 0;
	color: #999999;
	font-size: 12px;
}

.jiaqian p span {
	font-size: 20px;
	color: #cb1b24;
}

.jiaqian h2 {
	display: inline-block;
	vertical-align: top;
}

.jiaqian a {
	display: inline-block;
	margin-left: 35px;
	color: #FFFFFF;
	background-color: #063671;
	font-size: 18px;
	line-height: 50px;
	padding: 0 17px;
}
.bx-checkbox input[type="checkbox"] + i:after{
	font-size: 14px;
	left: -2px;
}
.quanxuan .bx-checkbox{
	font-size: 16px;
}
	






























































@media (max-width: 1365px) and (min-width:1000px) {
	.container {
		max-width: 1000px !important;
		padding: 0;
	}






}

@media (max-width: 1600px) and (min-width:1366px) {}

@media (max-width: 1920px) and (min-width:1366px) {
	.container {
		padding: 0;
	}


}





@media (max-width: 1000px) {
	.ydnone {
		display: none;
	}

	.pcnone {
		display: block;
	}

	.head_top a,
	.top_login {
		font-size: 12px;
		text-transform: lowercase;
	}

	.top_nav a {
		padding-left: 5px;
	}

	.top_nav {
		padding-left: 7px;
	}

	.head_mid,
	.head_mid .bx-logo {
		height: 50px;
		line-height: 50px;
	}

	.bx-logo img {
		max-height: 35px;
	}

	.bx-nav .pcnone {
		background-color: #FFFFFF;
		float: none !important;
	}

	.bx-nav-one .bx-nav ul li {
		width: 100%;
	}

	header,
	.bx-nav-one {
		height: 0;
		padding: 0 !important;
	}

	.bx-nav-one .bx-nav {
		width: 96%;
		right: 2%;
		margin: 0;
		top: 90px;
	}

	body .hamburger .line {
		width: 27px;
		margin: 4px auto;
		/* background: #FFFFFF; */
	}

	#hamburger-1.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(-135deg);
		-ms-transform: translateY(-7px) rotate(-135deg);
		-o-transform: translateY(-7px) rotate(-135deg);
		transform: translateY(-7px) rotate(-135deg);
	}

	#hamburger-1.is-active .line:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(135deg);
		-ms-transform: translateY(7px) rotate(135deg);
		-o-transform: translateY(7px) rotate(135deg);
		transform: translateY(7px) rotate(135deg);
	}

	body .bx-nav-tow .bx-nav ul li a {
		padding: 0;
		line-height: 50px;
	}

	body .bx-nav-tow .bx-nav {
		width: 96%;
		right: 2%;
		margin: 0;
		top: 50px;
	}

	.mid_input select {
		padding: 0 5px 0 4px;
		font-size: 12px;
	}

	.mid_input input {
		font-size: 12px;
		width: 135px;
	}

	.mid_input a {
		width: 42px;
	}

	.mid_input {
		margin: 10px 0;
	}

	.mid_gwc a {
		margin: 0 15px;
	}

	.dian {
		top: 22%;
	}

	.bx-nav-one .bx-nav ul li a {
		width: 100%;
	}

	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.index {
		padding-top: 20px;
	}

	.biao {
		font-size: 20px;
		padding-bottom: 18px;
	}

	.news .swiper-button-next {
		right: 0px;
	}

	.news .swiper-button-prev {
		left: 0px;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		width: 30px;
		height: 30px;
	}

	.news .bx-img-hover h2 {
		padding: 10px;
		font-size: 14px;
	}

	.news .bx-img-hover p {
		font-size: 12px;
		padding: 0 6px;
		padding-bottom: 5px;
		text-align: left;
	}

	.news .bx-img-hover p span {
		font-size: 18px;
	}

	.news {
		text-align: center;
	}

	.news .jrgwc {
		position: static;
		right: 20px;
		bottom: 30px;
	}

	.jrgwc {
		display: inline-block;
		border: 1px solid #f24421;
		line-height: 22px;
		border-radius: 30px;
		padding: 0 14px;
		color: #f24421;
		font-size: 12px;
	}

	.com_rq {
		width: 80px;
		height: 80px;
	}

	.com_rq span {
		font-size: 22px;
		line-height: 28px;
		width: 56px;
	}

	.com_rq p {
		font-size: 12px;
		line-height: 30px;
	}

	.com_gs {
		width: calc(100% - 80px);
		padding-left: 10px;
	}

	.com_gs h2 {
		line-height: 20px;
		font-size: 16px;
		padding-bottom: 5px;
	}

	.com_gs p {
		line-height: 18px;
		font-size: 12px;
	}

	.company ul li {
		padding: 5px;
	}

	.company ul {
		margin: 0 -5px;
	}

	.contact ul li p {
		font-size: 14px;
	}

	.contact ul li {
		line-height: 30px;
		padding: 5px 10px;
	}

	.contact ul li img {
		width: 24px;
	}

	.banquan {
		line-height: 24px;
		font-size: 12px;
		padding: 5px 0;
	}
	/* 位置 */
	.weizhi {
		padding: 20px 0;
	}
/* 详情 */
	.shangpin {
		margin: 20px 0;
	}

	.sp-ms {
		padding-left: 0;
		position: static;
	}

	.sp-ms h2 {
		padding-top: 10px;
		font-size: 16px;
		line-height: 22px;
	}

	.sp-ms .gang {
		margin: 5px 0;
	}

	.sp-ms h3 {
		font-size: 12px;
		line-height: 18px;
		width: 100%;
	}

	.sp-ms p {
		padding-top: 5px;
		font-size: 20px;
		line-height: 30px;
	}

	.xiabian,
	.xqanniu {
		position: static;
		bottom: auto;
	}

	.xiabian {
		padding-top: 10px;
	}

	.thumbs {
		padding: 10px;
	}

	.ydnone {
		display: none;
	}
	.xqanniu a {
		padding: 0 36px;
		line-height: 40px;
		font-size: 16px;
	}

	.xiangqing {
		padding: 20px 0;
	}

	.xiangqing h2 {
		padding-bottom: 0;
	}
	
	/* 联系 */
	
.map{
	padding-top: 20px;
}
/* 关于我们 */

	.about img {
		margin: 12px auto;
	}
.banner_gs p {
		line-height: 24px;
		padding: 0;
	}
	
	/* 登录 注册 忘记密码 */
	
	.sign_input {
		height: auto;
		padding: 20px 0;
	}
	
	.sign {
		width: 100%;
		position: static;
		transform: none;
		padding: 0 10px;
	}
	
	.sign ul li span {
		font-size: 14px;
		width: 90px;
	}
	
	.sign ul li input {
		width: calc(100% - 90px);
		font-size: 14px;
	}
	
	.sign h2 {
		line-height: 28px;
		font-size: 22px;
		padding-top: 24px;
	}
	
	.yzm_fs {
		width: 82px;
		font-size: 14px;
	}
	
	.sign ul li {
		margin-top: 10px;
	}
	/* 下单 修改密码 个人中心 */
	.yonghuzx h2 {
		display: block;
	}
	
	.yonghuzx,
	.yhzx-you {
		width: 100%;
	}
	.ydgrzx {
		padding: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999999;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, .6);
	}
	
	.ydgrzx .panel-group {
		background-color: #FFFFFF;
		padding: 60px 30px;
		height: 100%;
		width: 80%;
	}
	.ydcuo {
		display: block;
		color: #FFFFFF;
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 40px;
		font-weight: bold;
	}
	
	.dd-fl ul {
		padding: 0 10px;
	}
	
	.dd-fl ul li a {
		font-size: 12px;
	}
	
	.dd-lb {
		padding: 15px 5px 60px;
	}
	
	.dd-lb {
		display: none !important;
	}
	
	.yddd_lb {
		display: block;
		padding: 10px 5px;
	}
	
	.yd_ddh {
		color: #999999;
		font-size: 12px;
		line-height: 20px;
		position: relative;
	}
	
	.yd_ddh span {
		color: #FF3B3B;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.dingdan_yd {
		padding: 5px 0;
		display: flex;
		align-items: center;
	}
	.dingdan_yd img{
		width: 80px;
		height: 80px;
	}
	
	.yd_dd_ms p {
		color: #333333;
		font-size: 14px;
		line-height: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	
	.yd_dd_ms {
		padding-left: 10px;
	}
	
	.yd_dd_ms span {
		display: inline-block;
		font-size: 12px;
		color: #999999;
		padding: 2px 0;
	}
	
	.yd_dd_ms h3 {
		color: #FF3B3B;
		padding-top: 5px;
		font-size: 14px;
	}
	
	.bobot {
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 8px;
	}
	
	.yd_anniu {
		display: inline-block;
		border: 1px solid #3680E1;
		border-radius: 4px;
		color: #3680E1;
		font-size: 12px;
		line-height: 26px;
		padding: 0 10px;
		margin-top: 10px;
	}
	
	.xgmima table {
		width: 96%;
		margin-top:20px;
	}
	
	.gerenzx {
		margin-top: 0;
		top: 15px;
	}
	
	.tijiao {
		margin-bottom: 40px;
	}
	
	.xgmima table h2 {
		font-size: 12px;
		/* font-family: "arial, helvetica, sans-serif" !important;
		font-family: "仿宋" !important;
		font-family: "新宋体" !important;
		font-family: "blackadder itc" !important; */
	}
	
	.w48 {
		width: 100%;
	}
	
	.tijiao {
		font-size: 16px;
		line-height: 38px;
	}
	.dd_ss {
		top: -88px;
		right: auto;
		transform: translate(-50%, 0);
		left: 50%;
	}
.dd-biao {
    line-height: 48px;
    font-size: 18px;
    padding: 0 18px;
}
.xiadan {
		margin: 20px 0;
	}
	/* 下单 */
	.gwc-xq {
		padding: 10px 5px;
		display: block;
	}
	
	.hedui li {
		padding: 5px 0;
	}
	
	.gwc-xq {
		padding: 10px 5px;
		display: block;
	}
	
	.gwc-jq,
	.gwc-sl,
	.gwc-sc {
		margin: 0 10px;
		width: auto;
	}
	
	.wi34 {
		width: 100%;
	}
	
	.zjdz {
		width: 100%;
		padding: 5px 10px;
		margin-top: 12px;
	}
	/* 购物车 */
	.gwc-sp ul li {
		padding: 5px 0px;
	}
	
	.quanxuan {
		padding: 0 8px;
		line-height: 32px;
		position: relative;
	}
	
	.jiaqian p span {
		font-size: 16px;
	}
	
	.jiaqian a {
		margin-left: 10px;
		font-size: 14px;
		line-height: 32px;
		padding: 0 15px;
		position: absolute;
		right: 0;
		bottom: -43px;
	}
	.dd-kuang {
		padding: 10px;
	}
	
	.dd-ms h2 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.dd-ms p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.dd-ms {
		padding-left: 8px;
	}
	.zongjie {
		padding: 20px 0;
	}
	
	.zongjie p,
	.zongjie a {
		font-size: 14px;
	}
	
	.zongjie p span {
		font-size: 18px;
	}
	
	.zongjie a {
		line-height: 38px;
		min-width: 120px;
	}
	.psxx {
		padding: 10px 0;
	}
	
	
    .news img,
	.pro_list.news img{
		height: 360px;
	}
	.bx-logo span{
		padding-left: 3px;
		line-height: 16px;
		font-size: 14px;
	}
























}
