﻿@media only screen and (max-width:768px ) {
#pc,.pc{display:none;}
#wap,.wap{display:block;}
	.thebox {
		width: 100%;
	}

	.index-til>div:first-of-type {
		font-size: 2.2rem;
	}

	.index-til>div:nth-of-type(2) {
		font-size: 1.6rem;
	}
    /*非首页的大图*/
	.thebigimg>img {
		min-width: 100%;
	}
	/*非首页标题*/
	.oth-til {
		min-width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		margin-top: 20px;
	}

	.oth-til>div>div:first-of-type {
		font-size: 2rem;
	}

	.oth-til>div>div:first-of-type>span:first-of-type {
		font-size: 1.6rem;
	}

	.oth-til>div>div:nth-of-type(2) {
		font-size: 1.5rem;
		margin-top: 10px;
	}
	/*状态栏*/
	.nav-top {
		display: none;
	}
	/*logo栏*/
	.nav-logo {
		width: 100%;
		min-width: 100%;
		height: auto;
		border-bottom: 1px solid #257AA3;
		text-align: center;
   		 padding-bottom: 10px;
	}

	.nav-logo a {
		float: none;
		margin-top: 0;
		margin-left: 0;
		
	}

	.nav-logo a img {
		width: 70%;
		padding-top: 10px;
		padding-left: 5px;
	}

	.nav-logo>div>div {
		float: none;
		margin-top: 20px;
		padding-bottom: 20px;
		display:none;
	}

	.nav-logo>div>div>form {
		width: 80%;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.nav-logo>div>div>form input[type=text] {
		width: 100%;
		height: 40px;
		font-size: 1.6rem;
	}

	.nav-logo>div>div>form input[type=submit] {
		width: 25px;
		height: 25px;
		top: 8px;
		background-size: 25px;
	}

	.nav-logo>div>div>div {
		display: none;
	}
	/*导航栏*/
	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0;
		border: none;
		width: 100%;
	}

	.navbar-nav {
		margin: 0;
	}

	.nav>li {
		position: relative;
		display: block;
		border-bottom: 1px solid gainsboro;
		text-align: center;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1.7rem;
	}

	.navbar-nav>li>a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
    /*轮播图*/
	.carousel-inner {
		min-width: 100%;
	}

	.carousel-control.left {
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
		background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	}

	.carousel-control.right {
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	}
    /*系列产品*/
	.index-pro {
		background-color: #ECFFFD;
		padding-top: 50px;
		padding-bottom: 55px;
		min-width: 100%;
	}

	.md-pro {
		display: none;
	}

	.xs-pro {
		display: block;
	}

	.xs-pro>ul>li {
		
	}

	.xs-pro>ul>li:first-of-type {
		display: block;
	}

	.xs-pro>div {
		clear: both;
		text-align: center;
	}

	.xs-pro>div>button {
		width: 65%;
		font-size: 1.8rem;
		background-color: transparent;
		border: 1px solid #666666;
		border-radius: 9px;
		padding: 6px;
		margin-top: 25px;
	}

	.lunbox>div:nth-of-type(2) {
		margin-left: 2%;
		margin-right: 2%;
	}

	
	



	
	.lunbox>div {
		float: left;
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 25px;
	}

.lunbox>div>div>img {
    width: 100%;
    height: auto;
    }

	.index-pro-box {
		margin-top: 15px;
	}

	.index-pro-box>div:nth-of-type(1) {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.index-pro-box>div:nth-of-type(1)>div>span {
		font-size:14px;
	}

	.index-pro-box>div:nth-of-type(2) {
		color: #666666;
		line-height: normal;
		margin-bottom: 20px;
	}
    /*关于我们*/
	.index-about {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 65px;
	}

	.index-ab-left {
		width: 100%;
		height: 306px;
		background-image: none;
		background-position: center;
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
	}

	.index-ab-left>div:nth-of-type(1) {
		padding-top: 20px;
		margin-bottom: 15px;
	}

	.index-ab-right {
		float: none;
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	.index-ab-right>a>div:nth-of-type(2)>div:first-of-type {
		font-size: 2rem;
	}

	.index-ab-right>a>div:nth-of-type(2)>div:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.index-ab-left>div:nth-of-type(2) {
		font-size: 1.5rem;
	}

	.index-ab-left>div:nth-of-type(3)>a {
		font-size: 1.6rem;
	}
    /*荣耀*/
	.index-glo-box>a {
		margin-left: 7%;
		margin-right: 7%;
	}

	.index-glo-box>a>img {
		width: 35%;
		margin-bottom: 40px;
	}
    /*联盟合作*/
	.index-coop {
		padding-top: 50px;
		padding-bottom: 50px;
		min-width: 100%;
	}

	.xs-coop {
		display: block;
	}

	.md-coop {
		display: none;
	}

	.lunboimgxs>div {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.lunboimgxs>div>a {
		margin-left: 33px;
		margin-right: 33px;
	}

	.lunboimgxs>div>a>div {
		width: 100%;
	}

	.lunboimgxs>div>a>div>img {
		width: 100%;
		height: auto;
	}

	.lunboimgxs>div>a>div:nth-of-type(2)>div:nth-of-type(1) {
		font-size: 2rem;
		color: black;
		margin-top: 12px;
		margin-bottom: 5px;
	}

	.lunboimgxs>div>a>div:nth-of-type(2)>div:nth-of-type(2) {
		font-size: 1.5rem;
		color: #666666;
	}

	.xs-coop-gd {
		display: none;
	}

	.xs-coop>div:last-of-type {
		text-align: center;
	}

	.xs-coop>div:last-of-type>button {
		width: 65%;
		font-size: 1.8rem;
		background-color: transparent;
		border: 1px solid #666666;
		border-radius: 9px;
		padding: 6px;
		margin-top: 25px;
	}
    /*动态，新闻，留言*/
	.index-cen {
		margin-top: 40px;
		padding-left: 0;
	}

	.index-cen>div>div {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}

	.index-cen-dr {
		width: 100%;
		max-width: 300px;
	}

	.index-cen-til {
		font-size: 2rem;
	}

	.index-cen-dr>form>input {
		width: 100%;
		font-size: 1.5rem;
	}

	.index-cen-dr input {
		border: 1px solid #D4D4D4;
		height: 40px;
	}

	.index-cen-dr>form>div>div>input {
		width: 160px;
		font-size: 1.5rem;
		margin-top: 0;
	}

	.index-cen-dr>form>div>div>a {
		font-size: 1.4rem;
		margin-left: 30px;
	}

	.index-cen-dr>form>div>input {
		width: 135px;
		font-size: 1.8rem;
	}

	.index-cen-dr>form>div:nth-of-type(2)>a {
		font-size: 1.8rem;
		padding: 8px 52px;
		position: relative;
		top: 1px;
	}

	.index-cen-dr>form>div:nth-of-type(3)>a {
		font-size: 1.4rem;
	}

	.index-cen-dr>form>div:nth-of-type(2) {
		margin-bottom: 10px;
	}

	.index-ce-qy {
		max-width: 300px;
		width: 100%;
	}

	.index-ce-qy>div:not(:first-child) {
		font-size: 1.5rem;
	}

	.index-ce-qy>div:nth-of-type(3) {
		font-size: 1.7rem;
	}

	.index-ce-zp {
		max-width: 300px;
		width: 100%;
	}

	.index-ce-zp-box>div {
		font-size: 1.8rem;
	}

	.index-ce-zp-box>div>span {
		margin-left: 77px;
		margin-right: 77px;
	}

	.index-ce-zp-box>ul>li>a {
		font-size: 1.5rem;
	}

	.index-ce-zp-box>ul>li>a>div {
		width: 100px;
		margin-right: 5px;
	}

	.index-ce-zp-box>ul>li>a>div:last-of-type {
		width: 48px;
	}
    /*行业，新闻，留言*/
	.index-dtxw-box {
		width: 100%;
	}

	.thechose>div {
		font-size: 2rem;
	}

	.index-dt-xw-text {
		padding-left: 1%;
		padding-right: 1%;
	}

	.index-dt-xw-text>div:nth-of-type(1)>div:nth-of-type(2) {
		font-size: 2rem;
	}

	.index-dt-xw-text>div:nth-of-type(1)>div:nth-of-type(2)>span {
		font-size: 1.4rem;
	}

	.index-dt-xw-text>div:nth-of-type(1)>div:nth-of-type(3) {
		font-size: 1.6rem;
	}

	.dtxw-box>a>div:nth-of-type(1) {
		font-size: 1.9rem;
	}

	.dtxw-box>a>div:nth-of-type(2) {
		font-size: 1.6rem;
	}

	.dtxw-box>a>p>span {
		font-size: 1.5rem;
	}

	.index-cx-box {
		width: 95%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.index-cx-box>div {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.index-cx-box>form>input {
		width: 100%;
		font-size: 1.6rem;
	}

	.index-cx-box>form>textarea {
		width: 100%;
		height: 200px;
		font-size: 1.6rem;
	}

	.index-cx-box>form>div>input {
		width: 200px;
		font-size: 2rem;
		border: 2px solid #AAAAAA;
		margin-bottom: 40px;
	}
    /*友情链接*/
	.thelink {
		height: auto;
		min-width: 100%;
		font-size: 1.5rem;
		padding-top: 16px;
		padding-bottom: 15px;
		padding-left: 1%;
		padding-right: 1%;
	}
    /*页尾*/
	footer {
		min-width: 100%;
		height: auto;
		padding-top: 20px;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 20px;
	}

	footer>div>div {
		float: none;
	}

	footer>div>div:nth-of-type(1) {
		text-align: center;
		font-size: 1.6rem;
		line-height: 24px;
		margin-right: auto;
		margin-left: auto;
	}

	footer>div>div:nth-of-type(2) {
		display: none;
	}

	footer>div>div:nth-of-type(3) {
		display: none;
	}
   
   /*新闻页面*/
	.news-box {
		padding-top: 20px;
		padding-left: 2%;
		padding-right: 2%;
	}

	.news-left {
		width: 100%;
	}

	.news-left>a>div:nth-of-type(2) {
		border: 2px solid #707070;
		width: 100%;
		height: auto;
	}

	.news-left>a>div:first-of-type>div:nth-of-type(2) {
		font-size: 1.5rem;
		margin-top: 28px;
	}

	.news-left>a>div:first-of-type>div:first-of-type>div:nth-of-type(2)>div:first-of-type {
		font-size: 1.8rem;
	}

	.news-left>a>div:first-of-type>div:first-of-type>div:nth-of-type(2)>div:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.news-right {
		float: none;
		margin-top: 30px;
	}

	.news-right-text {
		margin-left: 78px;
		width: auto;
	}

	.news-right>div>a>div:nth-of-type(2)>div:first-of-type {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

	.news-right-text>div:nth-of-type(2) {
		font-size: 1.3rem;
		margin-bottom: 8px;
	}

	.news-right-text>div:nth-of-type(3) {
		font-size: 1.6rem;
	}
    
    /*分页*/
	.fenye {
		width: 100%;
		max-width: 326px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.fenye>ul>li {
		font-size: 1.8rem;
		margin-bottom: 13px;
	}

	.fenye>ul>li:nth-of-type(6) {
		display: none;
	}

	.fenye>ul>li:nth-of-type(7) {
		display: none;
	}

	.fenye>ul>li:nth-of-type(8) {
		display: none;
	}

	.fenye>ul>li:nth-of-type(9) {
		display: none;
	}

	.fenye>ul>li:first-of-type {
		margin-right: 10px;
	}

	.fenye>ul>li:last-of-type {
		margin-left: 10px;
	}
    
    /*关于页面*/
	.about-box-top {
		padding-top: 30px;
		padding-bottom: 40px;
		padding-left: 1%;
		padding-right: 1%;
		min-width: 100%;
	}

	.about-text-til {
		font-size: 2rem;
		background-position: bottom;
	}

	.about-text-til>span {
		font-size: 1.6rem;
	}

	.about-box-top>div>div {
		font-size: 1.8rem;
	}

	.about-text-box>div {
		min-height: auto;
		padding-left: 1%;
		padding-right: 1%;
		margin-bottom: 35px;
	}

	.about-text-box>div>img {
		float: none;
		width: 100%;
		min-height: auto;
		height: auto;
	}

	.about-text-box>div:nth-of-type(2)>img {
		float: none;
	}

	.about-text-box>div>div>div:first-of-type {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.about-text-box>div>div>div:nth-of-type(2) {
		font-size: 1.6rem;
		line-height: 25px;
	}

	.about-text-box>div>div {
		width: 100%;
		margin-left: auto;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 24px;
		text-align: justify;
		min-height: auto;
	}

	.ab-box-bot-til {
		margin-top: 35px;
		min-width: 100%;
		font-size: 2.4rem;
	}

	.about-bot-wufeng {
		min-width: 100%;
	}

	#wrapper {
		width: 100%;
	}
	
	/*联盟合作页面*/
	.cooper-top>div:nth-of-type(1) {
		font-size: 1.8rem;
	}

	.cooper-top>div:nth-of-type(2) {
		font-size: 1.6rem;
	}

	.cooper-text>ul>li {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.cooper-text>ul>li>img {
		width: 100%;
		height: 220px;
	}

	.cooper-text>ul>li>div {
		float: none;
		width: 100%;
		height: 205px;
		box-sizing: border-box;
		border: 1px solid #EDEDED;
		margin-top: 0;
		padding: 30px 20px 10px;
	}

	.cooper-text>ul>li:nth-of-type(2n+1) {
		margin-left: 2%;
	}

	.cooper-text>ul>li>div>div:first-of-type {
		font-size: 1.8rem;
	}

	.cooper-text>ul>li>div>div:nth-of-type(2) {
		font-size: 1.4rem;
	}

	.cooper-text>ul>li>div>a {
		font-size: 1.4rem;
	}

	.coop-de-text {
		padding-left: 2%;
		padding-right: 2%;
	}
    
    /*新闻内页*/
	.news-de-box {
		padding-top: 60px;
	}

	.news-de-til>div:first-of-type {
		font-size: 2.6rem;
	}

	.news-de-til>div:nth-of-type(2) {
		font-size: 1.6rem;
	}

	.news-de-text>div {
		font-size: 1.7rem;
		padding-left: 2%;
		padding-right: 2%;
	}

	.news-de-text>.news-text-img>img {
		width: 100%;
	}

	.thebottom-jump {
		margin-top: 80px;
		padding-left: 3%;
	}
    
    /*招聘页面*/
	.recru-text {
		width: 100%;
		overflow: auto;
	}
	
	/*联系我们页面*/
	.cont-top>div {
		width: 100%;
		height: auto;
		font-size: 1.8rem;
		float: none;
	}

	.cont-top>div:nth-of-type() {
		height: 350px;
	}

	.cont-top>div>ul>li {
		height: auto;
		padding-bottom: 10px;
	}

	.cont-bottom>div>form>div:not(:last-child) {
		float: none;
	}

	.cont-bottom>div>form {
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
	}

	.cont-bottom>div>form>div:nth-of-type(1) {
		width: 100%;
		margin-right: auto;
	}

	.cont-bottom>div>form>div:nth-of-type(1) input {
		width: 100%;
	}

	.cont-bottom>div>form>div:nth-of-type(2) {
		width: 100%;
	}

	.cont-bottom>div>form>div:nth-of-type(2) input {
		width: 100%;
	}

	.cont-bottom>div>form>div:not(:last-child) input {
		font-size: 1.4rem;
	}

	.cont-bottom>div>form label {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.cont-bottom>div>form>textarea {
		width: 100%;
		margin-bottom: 20px;
	}

	.cont-bottom>div:nth-of-type(1) {
		display: block;
	}

	.cont-bottom>div>form>div:last-of-type {
		position: inherit;
	}

	.cont-bottom>div>form>div:last-of-type>input[type=submit] {
		font-size: 1.6rem;
		position: inherit;
		margin-top: 26px;
	}

	.cont-bottom>div>form>div:last-of-type>input[type=text] {
		font-size: 1.4rem;
		position: inherit;
		margin-bottom: 10px;
	}

	.cont-bottom>div>form>div:last-of-type>a {
		font-size: 1.4rem;
		position: inherit;
		margin-bottom: 20px;
	}

	.cont-bottom>div>form>div:last-of-type>span {
		position: inherit;
		margin-bottom: 10px;
	}

	.cont-bottom>div:nth-of-type(2) {
		float: none;
		padding-right: initial;
		text-align: center;
		margin-bottom: 40px;
	}

	.cont-bottom>div:nth-of-type(2)>img {
		max-width: 382px;
		width: 100%;
	}
    
    /*产品页面*/
	.prod-left {
		float: none;
	}

	.prod-left>div>div {
		width: 100%;
		height: 40px;
		font-size: 2rem;
	}

	.prod-left>div {
		width: 100%;
		margin-bottom: 8px;
	}

	.prod-left>div>ul>li {
		font-size: 1.6rem;
	}

	.prod-right {
		float: none;
		width: 100%;
	}

	.prod-right>div>ul>li {
		margin-left: 2%;
		margin-right: 2%;
		width: 46%;
	}

	.prod-right>div>ul>li>a>div:first-of-type {
		border: 2px solid #B2B2B2;
		width: 100%;
	}

	.prod-right>div>ul>li>a>div>img {
		width: 100%;
	}

	.prod-right>div>ul>li>a>div:nth-of-type(2) {
		width: 100%;
		font-size: 1.8rem;
	}

	.prod-right>div>ul>li>a>div:nth-of-type(3) {
		font-size: 1.6rem;
	}

	.pro-three {
		font-size: 1.7rem;
		height: 33px;
		margin-top: 5px;
	}
    
    /*网上购物页面*/
	.pur-dd {
		font-size: 3rem;
	}

	.pur-dd>span {
		font-size: 1.5rem;
	}
    /*网上购物内页*/
	.purchase-right {
		float: none;
		width: 100%;
		height: auto;
		position: relative;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.purchase-right>div:nth-of-type(1) {
		font-size: 2rem;
		padding-left: 1%;
		padding-right: 1%;
	}

	.purchase-right>div:nth-of-type(2)>div>p {
		font-size: 1.5rem;
		width: 68px;
	}

	.purchase-right>div:nth-of-type(2)>div:first-of-type {
		font-size: 1.5rem;
	}

	.purchase-right>div:nth-of-type(2)>div:nth-of-type(2) {
		font-size: 2.5rem;
	}

	.purchase-right>div:nth-of-type(2)>div:nth-of-type(2)>span {
		font-size: 1.4rem;
	}

	.purchase-right>div:nth-of-type(2)>div:nth-of-type(3) {
		font-size: 1.4rem;
	}

	.purchase-right>div:nth-of-type(2)>div {
		margin-bottom: 15px;
	}

	.purchase-right>div:nth-of-type(3)>p {
		font-size: 1.5rem;
		width: 68px;
	}

	.purchase-right>div:nth-of-type(4)>input {
		font-size: 2.4rem;
		margin-left: 20px;
		margin-bottom: 15px;
	}

	.purchase-right>div:nth-of-type(6) {
		height: 55px;
		padding-left: 1%;
		padding-right: 1%;
		position: inherit;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.purchase-right>div:nth-of-type(6)>p {
		font-size: 1.5rem;
		float: none;
	}

	.purchase-right>div:nth-of-type(6)>div {
		font-size: 1.3rem;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.sp-xq>div {
		height: auto;
		padding-bottom: 10px;
	}

	.sp-xq>div>div {
		font-size: 1.6rem;
		color: #9D969A;
		height: auto;
	}

	.sp-xq>div>div:nth-of-type(1) {
		text-align: center;
	}

	.sp-xq>div>div>div {
		float: none;
		width: auto;
		margin-right: auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.pur-bottom>div>div:nth-of-type(1) {
		font-size: 2rem;
		padding-left: 1%;
		padding-right: 1%;
	}

	.pur-bottom>div>div:nth-of-type(2)>div {
		width: 46%;
		height: 230px;
		margin-bottom: 25px;
		margin-left: 2%;
		margin-right: 2%;
	}

	.pur-bottom>div>div:nth-of-type(2)>div:not(:first-child) {
		margin-left: 2%;
	}
    
    /*产品详情页面*/
	.pro-in-box-top {
		padding-left: 3%;
		padding-right: 3%;
	}

	.pro-in-box-top>div {
		float: none;
	}

	.pro-in-box-top>div:first-of-type>img {
		width: 100%;
		height: auto;
	}

	.pro-in-box-top>div:nth-of-type(2) {
		margin-left: auto;
		width: 100%;
	}

	.pro-in-box-top>div:nth-of-type(2)>div:not(:last-child) {
		font-size: 1.7rem;
	}

	.pro-in-box-top>div:nth-of-type(2)>div:last-of-type>a>button {
		font-size: 2rem;
		width: 80%;
	}

	.pro-in-box-bottom>div:first-of-type {
		font-size: 2rem;
		padding-left: 3%;
	}

	.pro-in-box-text>div {
		font-size: 1.7rem;
		text-indent: 37px;
		padding-left: 3%;
		padding-right: 3%;
	}

	.pro-in-box-text>.in-box-text-img>img {
		width: 100%;
	}

	.thebottom-jump {
		margin-top: 80px;
		padding-left: 3%;
	}
    
    /*会员中心*/
	.personal-box {
		padding-top: 50px;
		padding-bottom: 40px;
		min-width: 100%;
	}

	.theleft-menu {
		width: 100%;
		float: none;
	}

	.menu-box>div {
		font-size: 1.9rem;
	}

	.menu-box>ul {
		padding-left: 0;
		margin-bottom: 10px;
		padding-top: 10px;
		text-align: center;
	}

	.menu-box>ul>li {
		font-size: 1.6rem;
	}

	.imptext {
		width: 100%;
		margin-left: 0;
		min-height: 500px;
	}

	.member-useer {
		font-size: 1.8rem;
	}

	.guanli-bot>ul>li>div:first-of-type {
		margin-right: 0;
		width: 60%;
	}

	.guanli-bot>ul>li:first-of-type {
		font-size: 1.5rem;
		height: 45px;
		padding: 12px 2px;
	}

	.guanli-bot>ul>li>div:nth-of-type(3) {
		margin-right: 0;
		width: 18%;
	}

	.guanli-bot>ul>li>div:first-of-type {
		margin-right: 5%;
		width: 55%;
	}

	.guanli-bot>ul>li>div:nth-of-type(2) {
		display: none;
	}

	.guanli-bot>ul>li>div:nth-of-type(3) {
		display: none;
	}

	.guanli-bot>ul>li>div:nth-of-type(5) {
		float: right;
		width: 15%;
	}

	.guanli-bot>ul>li>div {
		margin-right: 0;
		width: 20%;
	}

	.guanli-bot>ul>li>a>div:first-of-type {
		margin-right: 0;
		width: 60%;
	}

	.guanli-bot>ul>li:not(:first-child) {
		height: 75px;
		margin-top: 15px;
		padding-left: 0;
		padding-right: 0;
	}

	.guanli-bot>ul>li>div {
		white-space: normal;
		display: inline-block;
	}

	.guanli-bot>ul>li>div:not(:first-child) {
		line-height: 20px;
	}

	.guanli-bot>ul>li {
		font-size: 1.4rem;
		height: auto;
	}
    
    /*登录注册*/
	.dengluzhuce-box {
		min-width: 100%;
		padding-top: 0;
	}

	.into-box {
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.into-right>.denglu0 {
		float: none;
		width: 80%;
		background-color: rgba(255,255,255,0.8);
		margin-top: 60px;
		margin-right: auto;
		margin-left: auto;
	}

	.into-right>.denglu0>.dlbox>form>input:nth-of-type(1) {
		background-position: 5px 14px;
	}

	.into-right>.denglu0>.dlbox>form>input:nth-of-type(2) {
		background-position: 5px 11px;
	}

	.into-right>.denglu0>.dlbox>form>input {
		width: 90%;
		height: 45px;
		margin-bottom: 25px;
		font-size: 1.7rem;
	}

	.into-dl {
		background-size: 100%;
		height: auto;
		padding-top: 1px;
	}

	.into-right>.denglu0>.dltil {
		height: auto;
		line-height: normal;
		padding: 20px 0;
	}

	.register {
		width: 100%;
	}

	.register>form {
		margin-top: 30px;
		width: 100%;
	}

	.register>form>div>label {
		width: 100%;
		text-align: left;
		padding-left: 13%;
		margin-right: auto;
		font-size: 1.9rem;
		margin-top: 20px;
	}

	.register>form>div>input {
		width: 74%;
		height: 40px;
		font-size: 1.9rem;
		margin-top: 10px;
	}

	.index-dt-xw-text>div:nth-of-type(1)>a>div:nth-of-type(1)>img{
		max-width:100%;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
		background-color: #cd3d37;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: #fff;
	}

	#online,.index-cen>div>div,.oth-til>div>div:nth-of-type(2){display:none;}
	.index-ab-left img{max-width:100%;}
	.index-ab-left{height:auto;padding:0px;}
	.index-ab-right video{width:100%;height: 170px;}	
	.index-glo,.xs-coop>div:last-of-type{display:none;}
	.prod-right>div>ul>li>a>div:first-of-type{height:180px;}
	.pro-box>div>div,.pro-box div div,.pro-box>div{
		overflow: inherit;
   	 	text-overflow: inherit;
    		white-space: inherit;
	}
	.pro-box>div{white-space: inherit;}
	.news-de-box{    width: 95%;    margin: 0 auto;}
	.cont-bottom img{max-width:auto;}

	.pro .news-right .news-right-text{max-width:100%;width:auto;}

	.news-right>div>a>div:nth-of-type(2)>div:first-of-type{max-width:100%;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.dropdown-menu{    width: 100%;
    text-align: center;}



.navbar-collapse.in{overflow-y: inherit;}


blockquote{    font-size: inherit;}
blockquote p,.tab-content,.tab-content div{text-align: inherit !important;}


.pro-box>div:nth-child(1)>div,.guige {
    overflow: hidden;
    height: 40px;
}

#idDiv, .fwcode{    width: 100%;}




}
@media only screen and (max-width:414px ) {
	.prod_mo p span:nth-child(2) {
    		color: #ca285b;
    		margin-left: 0px;
	}
	.prod_g{text-align: center;}
	.prod_g a{width: 160px;    }
	.prod_g a:nth-child(1){margin-right: 0px;    margin-bottom: 15px;}
	.con-FangDa-ImgList > li{    width: 60px;
    height: 62px;}
	.con-FangDa-ImgList > li > img{max-width: 100%;    max-height: 100%;}
	.con-FangDa{width:100%;}
	.con-fangDaIMg{width:100%;height:auto;}
	.con-fangDaIMg > img{height:auto;}
	.prod_mo p{line-height: 41px;}
	.prod_mo p span{display:block;}
	.prod_list ul li:nth-child(1) h2{    font-size: 20px;}
	#myTabContent img {
   	 max-width: 100%;
    	height: auto !important;
	}












		.ttscar{width: 30%;
    float: left;
    text-align: center;}
	.ttscar div{width:100%;}

	.tgoodscar{    display: inline-block;
    width: 70%;}


		/*购物车页顶部begin*/
.shopping-cart .top{width:100%;height:44px;border-bottom:1px solid #e5e5e5;background-color: #f7f7f7;line-height: 44px;}
.top .pro-num{float:left;display:inline-block;*display: inline;*zoom:1;font-size:16px;margin-left: 10px;}
.pro-num input,.pro-num p{display: inline-block;*display: inline;*zoom:1;margin-right: 10px;}
.top .continue{float:right;display:inline-block;*display: inline;*zoom:1;color: #666;margin-right: 10px;}
/*购物车页顶部end*/

/*商品列表begin*/
.list li{position:relative;top:0;left:0;min-height:100px;max-height: 345px;padding-top: 5px;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.list .trash{position:absolute;right:15px;top:45%;width:18px;height:18px;background:url(../images/base-icon.png) no-repeat -97px -82px;z-index: 2;}
.list .present{position:absolute;right:15px;top:45%;width:18px;height:18px;background:url(../images/base-icon.png) no-repeat -132px -71px;z-index: 2;}
.list .active{width: 94%;min-height: 24px;max-height: 42px;padding: 0 1%;padding-top: 8px;margin: 0 auto;background-color: #feebdc;overflow: hidden;}
.active .text{color: #ef7c61;font-size: 12px;overflow: hidden;vertical-align: top;}
.active .tag{width: 44px;height: 17px;display: inline-block;*display: inline;*zoom:1;background: url(../images/goods_tag.png) no-repeat;}
.tag.manjian{background-position: 0 -1px;}
.tag.zhijiang{background-position: 0 -28px;}
.tag.manzeng{background-position: 0 -55px;}
.tag.fanxian{background-position: 0 -82px;}
.tag.zhuanxiang{background-position: 0 -109px;}

.list .container{position:relative;top:0;left:0;margin-top: 10px;height: 90px;}
.container .show{float: left;display: inline-block;*display: inline;*zoom: 1;}
.show input{display: inline-block;*display: inline;*zoom:1;vertical-align: top;margin-top: 25px;margin-left: 10px;}
.show a{position: absolute;top: 0;left: 32px;width: 100%;height: 100%;}
.show a img{width:60px;height:60px;overflow: hidden;margin-top: 5px;}

.container .info{width: 50%;position: absolute;left: 110px;}
.info .name{height: 25px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.info .price{color: #9c9c9c;margin-bottom: 6px;}
.price strong{color:#fb0000;font-weight:normal;margin-left: 10px;font-size: 15px;}

.num-edit p,.num-edit div{float:left;display: inline-block;*display: inline;*zoom:1;}
.num-edit p{color: #9c9c9c;margin-right: 10px;}

.num-edit .edit{width:15px;height:20px;line-height:5px;background-color:#e6e6e6;border:1px solid #c8c8c8;}
.num-edit div{position: relative;top: 0;left: 0;z-index: 1;}
/*商品列表end*/

	.cart_table .number {
    width: 130px;
    margin-left: 70px;
    margin-right: auto;
    margin-top: -31px;
}
		






.index-cen-dr>form>div:nth-of-type(2)>a{width:100px;    padding: 8px 15px;}

.index-cen-dr>form>div>input{width:100px;}

.text-jbzl>div:nth-of-type(2)>div{margin-left:0px;}
#consignee_inf>div:nth-of-type(2)>div>div{margin-right:5px;width: 100%;}
#consignee_inf>div:nth-of-type(2)>div>input{max-width:95%;}
#consignee_inf>div:nth-of-type(2)>div>select{max-width:95%;}
#consignee_inf>div:nth-of-type(2)>div>textarea{max-width:95%;}


}