/*pubilc start*/
html{font-size: 1rem;}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;user-select:none;font-family: "微软雅黑";-webkit-font-smoothing:antialiased;}
a{text-decoration:none; color:#333; }
ul,ol {list-style: none;}
li{list-style-type: none;}
input, textarea {outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;-webkit-appearance: none;background: none;}
select,button {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;} /* 清楚selec默认样式*/
select::-ms-expand {display: none;}/* 清除ie的默认选择框样式清除，隐藏下拉箭头 */
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button {-webkit-appearance: none;outline: none;}
table, table td {border-collapse: collapse;}
img{max-width: 100%;vertical-align: middle;}
#phone_box{max-width: 640px;min-width: 320px;width: 100%;overflow: hidden;margin: 0 auto;position: relative;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl{float: left;}
.fr{float: right;}
.tc {text-align: center;}
.div600{width: 37.5rem;margin: 0 auto;}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex2{
	display: flex;
	align-items: center;
}
/*pubilc end*/

.muen-bg{
	position: absolute;
	right: -100%;
	background: rgba(255,255,255,.3);
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	transition: all .6s;
}
.muen-dowm{
	position: absolute;
	top: 0;
	left: -100%;
	transition: all .6s;
	z-index: 99;
	background: #fff;
	height: 100%;
	width: 250px;
}
.muen-dowm >ul{
	width: 220px;
	margin: 0 auto;
}
.muen-dowm >ul >li{
	border-bottom: 1px solid #ccc;
}
.muen-dowm >ul >li >a{
	font-size: 1.125rem;
	padding: 10px 0 10px;
	display: block;
	background: url(../images/xia-icon.png) no-repeat 96% center;
}
.catalog-muen {
	padding-bottom: 10px;
	display: none;
}
.catalog-muen >ul >li{
	line-height: 30px;
}
.catalog-muen >ul >li >a{
	font-size: 1rem;
	display: block;
	padding-left: 15px;
}
.header-cont{
	height: 80px;
}
.search{
	background-color: #11294c;
	padding: 13px 0;
}
.search input {
	height: 35px;
	background-color: #ffffff;
	width: 535px;
}
.search button {
	width: 64px;
	height: 35px;
	background-color: #e0751a;
}
.search-form{
	overflow: hidden;
	border-radius: 3px;
	background-color: #ffffff;
}
.banner{
	position: relative;
}
.banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(0,0,0,.42);
    margin-bottom: 15px;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/banner-icon1.png) no-repeat;
	width: 15px;
	height: 15px;
}
.content{
	background: #f2f2f2;
	padding-bottom: 30px;
}
.icon{
	
	background: #fff;
	margin-bottom: 20px;
}
.icon ul{
	height: 70px;
}
.list ul{
	flex-wrap: wrap;
}
.list ul li{
	width: 149px;
	background: #fff;
	text-align: center;
	margin-bottom: 1px;
	margin-left: 1px;
}
.list ul li:nth-child(4n+1){
	margin-left: 0;
}
.list ul li span{
	display: block;
	margin-bottom: 13px;
	font-size: 1.125rem;
	color: #333333;
}
.list ul li.more img{
	padding: 20px 0 36px;
}
.list ul li.more span{
	color: #e0751a;
	font-size: 1rem;
}
.product-title{
	padding: 28px 0 20px;
}
.product-title span {
	font-size: 1.5rem;
	color: #333333;
}
.product-title span:before{
	width: 22px;
	height: 23px;
	background: url(../images/product-icon1.png) no-repeat;
	content: "";
	display: inline-block;
	margin-right: 18px;
	margin-bottom: -3px;
}
.product-title a {
	font-size: 1rem;
	color: #999999;
}
.product-list ul{
	flex-wrap: wrap;
}
.product-list li{
	background: #fff;
	width: 293px;
	margin-bottom: 12px;
	padding-bottom: 15px;
}
.li-product-text{
	width: 252px;
	margin: 0 auto;
}
.li-product-text strong {
	font-size: 1.25rem;
	color: #333333;
	display: block;
	padding: 12px 0 10px;
}
.li-product-text p {
	font-size: 1.125rem;
	line-height: 26px;
	color: #999999;
}
.li-product-bg{
	width: 252px;
	height: 1px;
	background-color: #eeeeee;
	margin: 0 auto;
}
.apply-title{
	padding: 10px 0 20px;
}
.apply-title span:before{
	width: 22px;
	height: 21px;
	background: url(../images/apply-icon1.png) no-repeat;
}
.apply-lb{
	position: relative;
}
.apply-lb .swiper-slide span {
	display: block;
	line-height: 50px;
	height: 50px;
	background-color: #bbbbbb;
	color: #ffffff;
	font-size: 1.5rem;
	padding-left: 20px;
}
.apply-lb .swiper-pagination{
	text-align: right;
	margin-bottom: 5px;
}
.apply-lb .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(0,0,0,.42);
    margin-bottom: 15px;
    opacity: 1;
    vertical-align: middle;
	text-align: right;
	outline: none;
}
.apply-lb .swiper-pagination-bullet:last-child{
	margin-right: 23px !important;
}
.apply-lb .swiper-pagination-bullet-active{
	background: url(../images/banner-icon1.png) no-repeat;
	width: 15px;
	height: 15px;
}
.about{
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}
.about-title span:before{
	width: 25px;
	height: 22px;
	background: url(../images/about-icon1.png) no-repeat;
}
.about-text{
	padding: 15px;
}
.about-text p {
	text-indent: 2em;
	font-size: 20px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}
.about-more{
	margin: 0 auto;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #e37718;
	margin: 20px auto 0;
	line-height: 40px;
	text-align: center;
}
.about-more a {
	font-size: 16px;
	color: #e37718;
	display: block;
}
.new-title span:before{
	width: 25px;
	height: 21px;
	background: url(../images/new-icon1.png) no-repeat;
}
.new-list{
	padding-top: 18px;
	background-color: #ffffff;
}
.new-list li{
	padding-bottom: 30px;
}
.new-list li a{
	display: flex;
	justify-content: space-between;
	
	padding: 0 10px;
}
.li-new-pic {
	width: 200px;
	height: 121px;
	
	border-radius: 8px;
}
.li-new-text {
	width: 350px;
}
.li-new-text strong {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 12px;
}
.li-new-text p{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	overflow: hidden;
}

.li-new-text p span {
	font-size: 18px;
	color: #e37718;
	float: right;
}

.footer{
	background: #F2F2F2;
}
.footer-cont{
	background: #11294c;
	padding-bottom: 97px;
}
.footer-footer{
	padding-left: 60px;
	background: url(../images/footer-icon1.png) no-repeat 0px 5px;
}
.footer-footer span {
	font-size: 16px;
	line-height: 31px;
	color: #ffffff;
	display: block;
}
.footer-footer strong {
	font-style: italic;
	font-size: 24px;
	color: #e37718;
}
.footer-icon span {
	font-size: 16px;
	line-height: 31px;
	color: #ffffff;
}
.footer-top{
	padding: 30px 0 13px;
	align-items: flex-end;
	border-bottom: 1px solid rgba(242,242,242,.12);
}
.footer-middle{
	padding: 12px 0;
	margin-bottom: 10px;
}
.footer-middle p ,.footer-middle p a {
	font-size: 16px;
	line-height: 24px;
	color: #cccccc;
	text-align: center;
}
.picimg2{
	display: none;
}
.footer-bottom li:hover .footer-icon .picimg2{
	display: inline-block;
}
.footer-bottom li:hover .footer-icon .picimg1{
	display: none;
}
.footer-bottom li:hover span{
	color: #e37718;
}
.footer-bottom{
	background: #ffffff;
	border-top: 1px solid #e6e6e6;
	padding-top: 17px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99;
	bottom: 0;
}
.footer-bottom li{
	text-align: center;
}
.footer-bottom li span {
	font-size: 18px;
	line-height: 48px;
	letter-spacing: 2px;
	color: #666666;
}
.footer-bottom ul{
	display: flex;
	justify-content: space-between;
	width: 575px;
	margin: 0 auto;
}
/* ny1 */
.ny1-header{
	background: #11294c;
}
.ny1-header-cont span {
	font-size: 20px;
	color: #ffffff;
}
.ny1-header-cont span:before{
	width: 11px;
	height: 22px;
	content: "";
	display: inline-block;
	background: url(../images/web.png) no-repeat;
	margin-right: 14px;
	margin-bottom: -4px;
}
.ny1-header-cont h2 {
	font-size: 26px;
	color: #ffffff;
}
.ny1-header-cont{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company-nav{
	line-height: 60px;
	background: #fff;
	margin-bottom: 30px;
}
.company-ul{
	overflow-x: scroll;
}
.company-nav ul{
	display: flex;
	width: 800px;
}
.company-nav ul li{
	margin-left: 45px;
	position: relative;
}
.company-nav ul li:first-child{
	margin-left: 0;
}
.company-nav ul li a{
	font-size: 20px;
	color: #333333;
	display: block;
}
.company-nav ul li.active:after{
	content: "";
	width: 100%;
	background: #E0751A;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.company-nav ul li.active a{
	color: #E0751A;
}
.company{
	background: #fff;
	padding-bottom: 20px;
}
.company-pic{
	text-align: center;
	padding: 20px 0 25px;
}
.company-text dl{
	margin-bottom: 15px;
}
.company-text dt{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;
	font-weight: 600;
}

.company-text dd {
	font-size: 20px;
	color: #666666;
	text-indent: 2em;
	text-align: justify;
	line-height: 30px;
}
.company-text{
	font-size: 20px;
	color: #666666;
	text-align: justify;
	line-height: 30px;
}
.company-text p,.company-text span {
	font-size: 20px;
	color: #666666;
	text-align: justify;
	line-height: 30px;
}
/* ny2 */
.ny1-header-cont p{
	font-size: 20px;
	color: #fff;
}
.entry-title{
	background: #fff;
	line-height: 60px;
	margin-bottom: 10px;
}
.entry-title span{
	font-size: 24px;
	display: block;
}
.entry-title span:before{
	width: 3px;
	height: 24px;
	background: #e0751a;
	content: "";
	display: inline-block;
	margin-right: 9px;
	margin-bottom: -4px;
}
.li-entry-text span{
	font-size: 1.5rem;
}
.li-entry-text p{
	font-size: 26px;
	line-height: 30px;
	color: #e0751a;
	padding-top: 35px;
	padding-bottom: 10px;
}
.li-entry-text small{
	display: block;
	color: #999999;
	font-size: 18px;
}
.entry-list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.li-entry-pic{
	border: 1px solid #f2f2f2;
}
.li-entry{
	width: 550px;
}
.li-entry a{
	display: flex;
	justify-content: space-between;
}
.li-entry-text{
	width: 370px;
}
.entry-list{
	background: #fff;
}
.page{
	background: #fff;
	padding: 23px 0;
	margin-top: 10px;
}
.page ul{
	display: flex;
	justify-content: center;
}
.page ul li{
	height: 36px;
	line-height: 36px;
	background-color: #ffffff;
	border: solid 1px #c9c9c9;
	width: 45px;
	text-align: center;
	margin-left: 6px;
}
.page ul li:first-child{
	margin-left: 0;
}
.page ul li a {
	font-size: 20px;
	color: #555555;
	display: block;
}
.page ul li:first-child,.page ul li:last-child{
	width: 91px;
	
}
.page ul li.page-bg{
	background-color: #11294c;
}
.page ul li.page-bg a {
	color: #ffffff;
}
.entry-search{
	position: absolute;
	top: 80px;
	width: 100%;
	display: none;
	padding: 17px 0;
	background: #F2F2F2;
}
.entry-search .search-form input{
	background: #F2F2F2;
	background: #fff;
}
/* 购物车 */
.cart{
	background: #fff;
	padding-bottom: 35px;
}
.cart-tit{
	padding: 17px 0;
	border-bottom: 1px solid #eeeeee;
}
.cart-tit input[type=checkbox] {
	width: 19px;
	height: 19px;
	background-color: #f7fbfe;
	border: solid 1px #dddddd;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.cart-tit input[type=checkbox]:checked{
	background: url(../images/sub4-dui.png) no-repeat center center;
}
.cart-tit span{
	font-size: 20px;
	/* line-height: 35px; */
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}
.li-cart-left{
	display: flex;
}
.li-cart-chekbox{
	padding: 10px 16px 0 0;
}
.li-cart-chekbox input[type=checkbox]{
	width: 19px;
	height: 19px;
	border: solid 1px #dddddd;
	border-radius: 10px;
	
}
.li-cart-chekbox input[type=checkbox]:checked{
	border: solid 1px #e0751a;
	background: url(../images/dui.png) no-repeat center center;
}
.li-cart-text >span {
	font-size: 1.25rem;
	line-height: 30px;
	display: block;
	color: #333333;
}
.li-cart-text small {
	font-size: 20px;
	display: block;
	color: #e0751a;
	padding: 11px 0 26px;
}
.li-cart-text p{
	
}
.cart-list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.li-cart-pic{
	border: 1px solid #f2f2f2;
	margin-right: 18px;
	width: 138px;
}
.li-cart-text p{
	width: 118px;
	border: 1px solid #bfbfbf;
	height: 32px;
	display: flex;
	align-items: center;
}
.li-cart-text p input{
	width: 52px;
	text-align: center;
	height: 32px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	background: #fff;
	color: #333333;
	font-size: 18px;
}
.li-cart-text p input:-ms-input-placeholder{
	color: #333333;
	font-size: 18px;
}
.li-cart-text p input::-webkit-input-placeholder{
	color: #333333;
	font-size: 18px;
}
.li-cart-text p input::-moz-placeholder{
	color: #333333;
	font-size: 18px;
}
.li-cart-text p span{
	width: 32px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #666;
	height: 32px;
	line-height: 28px;
}
.jian{
	background: #f8f8f8;
}
.jia{
	background: #eee;
}
.cart-con{
	background: #fff;
	margin-top: 10px;
	padding: 22px 0;
}
.cart-con .div600{
	display: flex;
	justify-content: space-between;
}
.cart-con p{
	color: #4a4b4b;
	font-size: 18px;
}
.cart-con p span{
	color: #e0751a;
	font-size: 24px;
}
.cart-con p strong{
	color: #e0751a;
	font-size: 24px;
}
.cart-con a{
	width: 110px;
	height: 37px;
	display: block;
	line-height: 37px;
	color: #fff;
	background-color: #e0751a;
	color: #fdfcfb;
	font-size: 1.5rem;
	text-align: center;
}
/* 会员登录 */
.ny1-header-cont p a{
	font-size: 1.25rem;
	color: #fff;
}
.register-btn{
	background: #fff;
}
.register-form li{
	border-bottom: 1px solid #eeeeee;
}
.register-form input[type=text] {
	font-size: 20px;
	color: #666666;
	height: 60px;
	width: 100%;
}
.register-form input[type=password] {
	font-size: 20px;
	color: #666666;
	height: 60px;
	width: 100%;
}
.register-form input[type=text]::-webkit-input-placeholder{
	font-size: 20px;
	color: #666666;
}
.register-form input[type=text]::-moz-placeholder{
	font-size: 20px;
	color: #666666;
}
.register-form input[type=text]::-ms-input-placeholder{
	font-size: 20px;
	color: #666666;
}
.register-form input[type=submit] {
	width: 600px;
	height: 40px;
	background-color: #0b4cd0;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.375rem;
	margin-top: 30px;
}
.register-form li.wechat-qq{
	text-align: center;
	border-bottom: 0;
	padding: 30px 0 25px;
}
.register-form li.wechat-qq  a:first-child{
	margin-right: 45px;
}
.register-munber{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
}
.register-munber ul li {
	line-height: 60px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.register-munber ul li a{
	display: block;
	font-size: 22px;
	color: #333333;
	z-index: 999;
	position: relative;
}
.register-munber ul li:after{
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 22px;
	color: #666666;
	transform: translateY(-50%);
	z-index: 0;
}
/* 产品详情 */
.details-text .div600>span{
	color: #01070d;
	font-size: 1.75rem;
}
.details-text p{
	display: flex;
	justify-content: space-between;
}
.details-text p span small {
	font-size: 18px;
	color: #999999;
}
.details-text p span small:first-child{
	margin-right: 18px;
}
.details-text p span {
	font-size: 24px;
	color: #e0751a;
}
.details-text{
	margin-top: 10px;
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}
.details-txt{
	background: #fff;
	padding-top: 25px;
	padding-bottom: 2px;
}
.details-txt p {
	font-size: 20px;
	color: #666666;
	margin-bottom: 25px;
}
.details-txt p span {
	font-size: 20px;
	color: #333333;
}
.details-txt p small {
	font-size: 20px;
	display: block;
	color: #0068b7;
	height: 30px;
	line-height: 30px;
	margin-bottom: 18px;
	padding-left: 35px;
}
.details-span1{
	background: url(../images/details-icon3.png) no-repeat;
	width: 210px;
}
.details-span2{
	background: url(../images/details-icon2.png) no-repeat;
	width: 210px;
}
.details-span3{
	background: url(../images/details-icon1.png) no-repeat;
	width: 160px;
}
.details-txt p.details-p{
	display: flex;
}
.details-txt p.details-p span{
	font-size: 20px;
	color: #666666;
}
.details-nav{
	background: #fff;
	margin-top: 10px;
	border-bottom: 1px solid #eeeeee;
}
.details-nav ul{
	display: flex;
	justify-content: space-between;
}
.details-nav ul li{
	width: 212px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.details-nav ul li:after{
	width: 1px;
	height: 30px;
	background: #eee;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
}
.details-nav ul li:last-child:after{
	content: none;
}
.details-nav ul li a{
	color: #333333;
	font-size: 24px;
}
.details-nav ul li.active a{
	color: #e0751a;
}
.details-nav ul li.active:before{
	width: 143px;
	height: 2px;
	background: #e0751a;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.details-word p {
	font-size: 20px;
	line-height: 48px;
	color: #666666;
}
.details-word  p span {
	font-size: 20px;
	color: #333333;
}
.details-note{
	background: #fff;
	padding: 18px 0 110px;
	border-bottom: 20px solid #f2f2f2;
}
.details-note .details-word{
	display: none;
}
.details-note .details-word:first-child{
	display: block;
}
.footer-bottom ul li.details-car{
	background: #0068b7;
	width: 170px;
	padding-top: 0;
}
.footer-bottom ul li.details-car a,.footer-bottom ul li.details-buy a{
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 104px;
}
.footer-bottom ul li.details-buy{
	background: #e0751a;
	width: 170px;
	padding-top: 0;
}
.details-bottom {
	padding-top: 0;
	border-top: 0;
	border-top: 20px solid #F2F2F2;
}
.details-bottom ul{
	width: 100%;
	max-width: 640px;
	
}
.details-bottom ul li{
	width: 158px;
	padding-top: 17px;
}
.car-tan{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0,0,0,.9);
	max-width: 640px;
	margin: 0 auto;
	display: none;
}
.car-tan-cont{
	background: #fff;
	margin-top: 80px;
	padding-top: 28px;
	height: 100%;
	z-index: 999;
}
.car-tan-text{
	width: 415px;
}
.car-tan-text span{
	display: block;
	color: #e0751a;
	font-size: 26px;
	line-height: 30px;
}
.car-tan-text p{
	color: #666666;
	font-size: 1.25rem;
	line-height: 30px;
}
.car-tan-text small{
	display: block;
	color: #333333;
	font-size: 1.25rem;
	line-height: 30px;
}
.car-tan-pic{
	border: 1px solid #eee;
	width: 118px;
}
.car-tan-tit{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 44px;
}
.norms{
	margin-bottom: 38px;
}
.norms span{
	color: #333333;
	font-size: 24px;
	display: block;
	padding-bottom: 20px;
}
.norms ul {
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.norms ul li{
	padding: 0 20px;
	height: 35px;
	background-color: #eeeeee;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
	margin-right: 20px;
}
.norms ul li p{
	font-size: 18px;
	color: #333333;
}
.norms-color ul{
	display: flex;
}
.norms-color ul li{
	padding: 0 15px 0 3px;
	background-color: #eeeeee;
	border-radius: 3px;
	margin-right: 20px;
	height: 35px;
}
.norms-color ul li{
	display: flex;
	align-items: center;
}
.norms-color img{
	border: 1px solid #f8f8f8;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 25px;
}
.norms-color ul li p{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	padding-left: 15px;
	line-height: 27px;
}
.norms-buy p{
	width: 118px;
	border: 1px solid #bfbfbf;
	height: 32px;
	display: flex;
	align-items: center;
}
.norms-buy p input{
	width: 52px;
	text-align: center;
	height: 32px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	background: #fff;
	color: #333333;
	font-size: 18px;
}
.norms-buy p input:-ms-input-placeholder{
	color: #333333;
	font-size: 18px;
}
.norms-buy p input::-webkit-input-placeholder{
	color: #333333;
	font-size: 18px;
}
.norms-buy p input::-moz-placeholder{
	color: #333333;
	font-size: 18px;
}
.norms-buy p span{
	width: 32px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #666;
	height: 32px;
	line-height: 28px;
}
.norms-buy{
	display: flex;
	justify-content: space-between;
	padding-bottom: 38px;
	border-bottom: 1px solid #f2f2f2;
}
.norms-buy >span{
	color: #333;
	font-size: 1.5rem;
}
.norms-more {
	height: 50px;
	line-height: 50px;
	background-color: #e0751a;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
}
.norms-more a {
	display: block;
	font-size: 28px;
	color: #ffffff;
}
/* 产品分类 */
.classify-content{
	padding-bottom: 0;
}
.classify-cont{
	display: flex;
	
}
.classify-left{
	background: #fff;
	width: 150px;
	padding-bottom: 200px;
}
.classify-left ul li{
	line-height: 59px;
	border-bottom: 1px solid #dddddd;
}
.classify-left ul li.active{
	background: #f2f2f2;
	border-left: 5px solid #11294c;
}
.classify-left ul li a{
	display: block;
	color: #333333;
	font-size: 1.25rem;
	padding-left: 20px;
}
.classify-right{
	width: 450px;
	padding: 20px 20px 0;
}
.classify-tit span{
	color: #e0751a;
	font-size: 1.375rem;
	display: block;
	margin: 30px 0 20px;
	position: relative;
}
.classify-tit span:after{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: ">";
	color: #e0751a;
	font-size: 1.375rem;
}
.classify-list ul{
	display: flex;
	flex-flow: wrap;
}
.classify-list ul li {
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 18px;
	border: solid 1px #eeeeee;
	margin-right: 20px;
}
.classify-list ul li a{
	color: #666666;
	font-size: 1.25rem;
	display: block;
}
.classify-right .classify-xun{
	display: none;
}
.classify-right .classify-xun:first-child{
	display: block;
}
/* 提交订单 */
.shop-mess,.shop-padfor{
	background: #fff;
	
}
.shopcart{
	border-bottom: 10px solid #f2f2f2;
}
.shopping-way{
	padding: 20px 0 22px;
}
.shopping-way li{
	float: left;
	margin-right: 95px;
	text-align: center;
}
.shopping-way li:last-child{
	margin-right: 0;
}
.shopping-way li p{
	color: #fdf8f8;
	font-size: 24px;
	width: 35px;
	height: 35px;
	background: #e5e5e5;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}
.shopping-way li p:after{
	width: 155px;
    height: 4px;
    background: #e5e5e5;
    position: absolute;
    right: -155px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.shopping-way li:last-child p:after{content: none;}
.shopping-way li.active p{background: #ff6600;color: #fff;}
.shopping-way li p.active:after{
	background: #ff6600;
}
.shopping-mssage{
	padding: 17px 0 17px;
	margin-bottom: 10px;
}

.shopping-way li span{
	font-size: 21px;
	line-height: 30px;
	color: #404040;
	padding-top: 20px;
	display: block;
}
.shopping-title{
	font-size: 24px;
	color: #404040;
	padding: 27px 0;
}

.shopping-title a{
	font-size: 18px;
	color: #0c69f3;
	margin-left: 20px;
}
.shopping-tit{
	background: #e37718;
	color: #fff;
	font-size: 1.125rem;
	font-family: heistr;
	letter-spacing: 1;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.shopping-form li{
	margin-bottom: 16px;
	overflow: hidden;
}
.shopping-form li p:first-child {
	text-align: right;
	margin-right: 12px;
	width: 110px;
}
.shopping-form li p:nth-child(2){
	margin-right: 12px;
}
.shopping-form p{
	color: #0a0a0a;
	float: left;
	font-size: 1.1875rem;
	line-height: 32px;
}
.shopping-form p input[type=radio]:hover{
	border: 0;
}
.shopping-form p input[type=radio]{
	border-radius: 9px;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	width: 18px;
	height: 18px;
	background-color: #bfbfbf;
}
.shopping-form p input[type=radio]:checked{
	background: url(../images/shopping-icon1.png)  no-repeat;
	border-radius: 9px;
}
.shopping-form p span{
	color: #0a0a0a;
	font-size: 19px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 55px;
}
.shopping-form li small{
	color: #fd0c06;
	font-size: 16px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
}
.shopping-form li input[type=text]{
	height: 32px;
	width: 304px;
	border: 1px solid #bfbfbf;
	font-size: 19px;
	color: #0A0A0A;
	text-indent: 0.5em;
	background: #fff;
}
.shopping-form li input:hover{
	border: 1px solid #126fe2;
}
.shopping-form li.li-shopping3 input{
	width: 74px;
	margin-right: 15px;
}
.shopping-form li.li-shopping3 input:last-child {
    width: 122px;
    display: block;
    margin-left: 122px;
    margin-top: 13px;
    margin-bottom: 5px;
}
.shopping-form li.li-shopping4 input[type=checkbox]{
	width: 16px;height: 16px;
	border: 1px solid #dddddd;
	vertical-align: middle;
	display: inline-block;
	margin-left: 120px;
	margin-right: 5px;
}
.shopping-form li.li-shopping4 input[type=checkbox]:checked{
	background: url(../images/gou-1.png) center center no-repeat;
}
.shopping-form li.li-shopping4 span{
	font-size: 15px;
	line-height: 30px;
	color: #1c1c1c;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}
.shopping-form li.li-shopping4 small{
	font-size: 15px;
	color: #fd0c06;
}
.shopping-form li.li-shopping5 span{
	
	color: #fff;
	margin-left: 120px;
	cursor: pointer;
	display: block;
	text-align: center;
	margin-top: 5px;
	width: 119px;
	height: 28px;
	line-height: 26px;
	background-color: #e37718;
}
.li-shopping6{
	margin-bottom: 10px;
	/* margin-top: 40px; */
}
.li-shopping6 span{
	color: #000000;
	font-size: 18px;
}
.li-shopping7 span{
	width: 144px;
	height: 28px;
	background-color: #fdfcfb;
	border: solid 1px #bfbfbf;
	color: #515050;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	background: #fdfcfb;
}
.li-shopping7 span.active{
	border: 1px solid #ff5100;
	background: url(../images/gou-2.png) no-repeat 135px 12px #fff;
}
.shop-padfor{
	margin-top: 10px;
	padding: 18px 0 20px;
}
.shop-datils-tit .div600{
	display: flex;
	justify-content: space-between;
}
.shop-datils-tit {
	height: 40px;
	line-height: 40px;
	background-color: #eeeeee;
}
.shop-datils-tit span {
	font-size: 20px;
	color: #3e3d3d;
}
.shop-datils-tit a {
	font-size: 20px;
	color: #e37718;
}
.li-shop-text strong{
	font-size: 24px;
	line-height: 24px;
	color: #3e3d3d;
	padding: 2px 0 20px;
	display: block;
}
.li-shop-text span {
	font-size: 18px;
	line-height: 24px;
	color: #e37718;
}
.li-shop-text span small {
	font-size: 18px;
	color: #999999;
}
.li-price p span {
	font-size: 20px;
	color: #999999;
}

.li-price p {
	font-size: 20px;
	color: #333333;
}
.li-price p small{
	font-size: 20px;
	color: #e37718;
}
.shop-datils-list{
	background: #fff;
}
.shop-datils-list li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 25px 0;
	border-bottom: 1px solid #f2f2f2;
}
.li-shop{
	display: flex;
}
.li-shop-pic{
	width: 89px;
	height: 83px;
	border: 1px solid #f8f8f8;
	margin-right: 35px;
}
.shop-datils-text{
	padding: 35px 0 25px;
}
.shop-datils-text p {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-align: right;
	padding-bottom: 12px;
}

.shop-datils-text p span{
	font-size: 16px;
	color: #e37718;
}

.shop-datils-text p small {
	font-size: 35px;
	color: #ff6600;
}
.shop-datils-text a {
	display: block;
	width: 140px;
	line-height: 42px;
	text-align: center;
	height: 42px;
	font-size: 24px;
	color: #faf7f6;
	margin: 0 0 0 auto;
	background-color: #e37718;
}

.shop-datils{
	margin-bottom: 30px;
}
.shoppimg-content{
	padding-bottom: 0;
}
/* 我的 */
.my-header{
	padding-bottom: 68px;
	position: relative;
	z-index: 99;
}
.my-login{
	background: #1b1b1b;
	border-radius: 10px;
	display: flex;
	padding: 50px 0 65px;
	position: relative;
	z-index: 999;
	margin-top: -65px;
/* 	position: absolute;
	left: 0;
	right: 0;
	top: -60px; */
}
.my-login-pic{
	margin:0 22px 0 40px;
	width: 83px;
	height: 83px;
	border-radius: 50%;
}
.my-login-text >a{
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 1.625rem;
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	line-height: 40px;
	text-align: center;
}
.my-login-text{
	/*text-align: center;*/
}
.my-login-text p{
	padding-top: 10px;
}
.my-login-text p,.my-login-text p a{
	font-size: 18px;
	color: #ffffff;
}
.ny-order-tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0 45px;
	
}
.ny-order-tit span{
	font-size: 28px;
	color: #333333;
}
.ny-order-tit a {
	font-size: 18px;
	color: #333333;
}
.my-order {
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: 10px;
}
.my-order-cont{
	width: 565px;
	margin: 0 auto;
}
.ny-order-list ul{
	display: flex;
	justify-content: space-between;
}
.ny-order-list li{
	padding-bottom: 45px;
}
.ny-order-list li span{
	font-size: 20px;
	color: #666666;
	display: block;
	padding-top: 22px;
	text-align: center;
}
/* 我的订单 */
.myorder-nav {
	background: #fff;
	margin-bottom: 10px;
}
.myorder-nav ul{
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
.myorder-nav ul li a{
	font-size: 20px;
	color: #666666;
	display: block;
}
.myorder-nav ul li.active a{
	color: #e0751a;
}
.myorder-list ul li{
	background: #fff;
	margin-bottom: 10px;
}
.li-myorder-tit{
	display: flex;
	justify-content: space-between;
	padding: 13px 0 15px;
	border-bottom: 1px solid #eeeeee;
	align-items: center;
}
.li-myorder-tit span {
	font-size: 24px;
	color: #333333;
}
.li-myorder-tit a {
	font-size: 20px;
	color: #e0751a;
}
.li-myorder-pic{
	border: 1px solid #f2f2f2;
	width: 118px;
	height: 108px;
}
.li-myorder-text span{
	display: block;
	/*margin-bottom: 23px;*/
}
.li-myorder-text span,.li-myorder-text p {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}
.li-myorder-right{
	display: flex;
}
.li-myorder-right a {
	font-size: 18px;
	color: #999999;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #cccccc;
	line-height: 30px;
	display: block;
	text-align: center;
}
.li-myorder-right a:first-child{
	margin-right: 20px;
}
.li-myorder-right button {
	font-size: 18px;
	color: #999999;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #cccccc;
	line-height: 30px;
	display: block;
	text-align: center;
	background: none;
}
.li-myorder-right button:first-child{
	margin-right: 20px;
}
.li-myorder-note{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 20px 0;
}
.li-myorder-left{
	display: flex;
	
}
.li-myorder-text{
	width: 230px;
	margin-left: 18px;
}
.myorder-list li>span {
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #4a4b4b;
}
/* 注册验证 */
.verify{
	background: #fff;
	padding-bottom: 50px;
	margin-bottom: 60px;
}
.verify ul li{
	border-bottom: 1px solid #eeeeee;
	height: 58px;
	display: flex;
	align-items: center;
}
.verify ul li input {
	font-size: 20px;
	color: #666666;
}
.verify ul li input::-webkit-input-placeholder{
	color: #666666;
}
.verify ul li input::-moz-placeholder{
	color: #666666;
}
.verify ul li input::-ms-input-placeholder{
	color: #666666;
}
.verify ul li span{
	font-size: 18px;
	color: #999999;
	display: block;
	margin-left: 15px;
}
.verify ul li.li-verify2 input{
	width: 100%;
}
.verify ul li.li-verify input{
	width: 420px;
}
.li-verify{
	display: flex;
	height: 50px;
	align-items: center;
}
.li-verify-pic{
	width: 120px;
	height: 48px;
	border: 1px solid #eee;
}
.verify ul li a{
	font-size: 20px;
	width: 130px;
	height: 35px;
	background-color: #0b4cd0;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	display: block;
	color: #ffffff;
}

.verify ul li small {
	font-size: 20px;
	color: #666666;
}

.verify ul li input[type=checkbox]{
	width: 15px;
	height: 15px;
	border:1px solid #da1f01;
	margin-right: 18px;
}
.verify ul li input[type=checkbox]:checked{
	background: url(../images/gou-3.png) center no-repeat;
}
.verify ul li.li-verify3{
	display: block;
	border-bottom: 0;
	height: auto;
}
.verify ul li input[type=submit]{
	width: 600px;
	height: 43px;
	background-color: #0b4cd0;
	border-radius: 3px;
	font-size: 22px;
	color: #fff;
	margin-top: 40px;
}


.catalog-page ul{
	display: table;
	margin: 0 auto;
	padding: 13px 0 10px;
}
.catalog-page ul li{
	float: left;
	margin-left: 13px;
}
.catalog-page li a{
	/*width: 30px;*/
	padding: 0 12px;
	height: 30px;
	display: block;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 31px;
	color: #575757;
	font-size: 14px;
	font-family: heistr;
}
.catalog-page li.li-page a{
	width: 60px;
	background: #ff7800;
	border: 1px solid #ff7800;
	color: #fff;
}
.catalog-page li.current a{
	border: 1px solid #11294c;
	color: #fff;
	background: #11294c;
}





.cart-add{ font-size:14px; }
.cart-add-tit{ color: #666; padding: 0 20px; line-height: 50px; font-size: 14px; background: #f5f5f5;}
.cart-add-main{ padding: 20px 0;}
.cart-btn-box{margin-bottom:10px;}
a.cart-add-btn, button.cart-add-btn{ float:left; margin:0; padding:0 20px; line-height:35px; height:35px; background:#ff6600; color:#fff; font-size:14px; margin-right:10px; border:0; cursor:pointer;}
/*a.js-address-add{ background:#ED7020;}*/
a.cart-add-btn:hover, button.cart-add-btn:hover {
	background-color: #262C3C;
}
.cart-add-box{padding: 20px 30px; background: #f5f5f5; margin-bottom: 20px;}
.cart-add-box h3{font-weight:bold; color:#000; margin-bottom:20px; font-size: 14px;}
.cart-asterisk{float:left; width: 20px; height: 28px; color: #b70002;  font-size:12px; /*font-weight:bold;*/}
.cart-add-box table{width:100%;}
.cart-add-box td{font-size:14px; color:#666; padding:5px 0; line-height:28px;}
.cart-add-box .td-tit{width:20%; white-space:nowrap;}
.inp-select {
    float: left;
    border: 1px solid #dcdcdc;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    min-width: 70px;
	font-size: 14px;
	color: #757575;
	padding-left: 5px; 
}
.inp-text{  height:28px; line-height:28px; border:1px solid #dcdcdc; padding:0 5px; box-sizing:border-box; float:left; margin-right:10px; font-size:14px;}
.inp-text-qh{width:60px;}
.inp-text-tel{width:170px;}
.inp-text-jg{float:left; width:10px; font-size:12px; text-align:center;}
.inp-text-address{width:25rem;}
.cart-add-box .login-btn{width:auto; padding:0 30px; font-size:14px; height:28px; line-height:28px; border-radius:3px;}

.address-list {
    margin-left: 13px;
    margin-top: 23px;
}
.address-list li:not(:nth-child(3n)) {
    margin-right: 43px;
}
.address-list li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    padding: 13px 22px 15px;
}
.address-list p:first-child {
    font-size: 0;
}
.name {
    font-size: 14px;
    color: #096dd9;
    font-weight: bold;
}
.phone {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-left: 19px;
}
.addr {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 9px 0 10px;
}
.address-btn {
    font-size: 0;
}
.address-btn input[type=button]:first-child {
    margin-right: 20px;
}
.address-btn input[type=button] {
    font-size: 12px;
    color: #096dd9;
    background: none;
    cursor: pointer;
}


.address-list li.addr-on {
    border-color: #096dd9;
    background: url(../images/ny5-00_03.png) no-repeat right bottom;
}
