@charset "utf-8";

.container {
	width: 74%;
	margin: 0 auto;
}

/* jinruye */
.enterBox{
	background: #b3b6b8;
}
.enterBox .imgbg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;   
}

.jryBoximg .imgbg{
	position: fixed;
	left: 0;
	top: 0;
}

.jryBoximg .enterLogin {
	position: fixed;
}

.enterLogin {
	position: absolute;
	z-index: 2;
	right: 1.7rem;
	top: 50%;
	width: 4.75rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.enterLogin h3{
	color: #ffffff;
	font-size: .38rem;
	font-family: "Didot-Bold-1";
}
.enterLogin h2{
	color: #fff;
	font-size: .3rem;
	font-weight: normal;
	letter-spacing: 2px;
}

.enterLogin ul{
	margin-top: .25rem;
}
.enterLogin ul li{
	margin-bottom: .12rem;
	float: left;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
}
.enterLogin ul li span{
	position: absolute;
	left: .17rem;
	top: 50%;
	width: .22rem;
	height: .22rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.enterLogin ul li input{
	background: none;
	border: none;
	padding: .14rem 0 .15rem .5rem;
	font-size: .16rem;
	width: 100%;
	color: #fff;
}
.enterLogin ul li input::-webkit-input-placeholder{
	color: #fff;
}

.enterLogin ul li a.yzmbtn{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	color: #666666;
	font-size: .16rem;
	padding: .14rem .2rem .15rem;
}

.enterLoginBtn a{
	color: #fff;
	font-size: .14rem;
}

.enterLoginBtn .jzmm{
	background: url(../images/btn.png) no-repeat left 0.05rem;
	padding-left: .18rem;
}
.enterLoginBtn .jzmm.cur{
	background-image:url(../images/btn2.png); 
}
.enterLoginBottom{
	margin-top: .3rem;
}
.enterLoginBottom a{
	display: block;
	background: #fff;
	width: 48%;
	text-align: center;
	font-size: .16rem;
	padding: .14rem 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.enterLoginBottom button{
	display: block;
	background: #fff;
	width: 48%;
	text-align: center;
	font-size: .16rem;
	padding: .14rem 0;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.enterNews{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(255, 255, 255, .9);
}
.enterNews a{
	display: block;
	float: left;
}
.enterNews .img{
	float: left;
	width: 4.15rem;
	line-height: 0;
}
.enterNews .text{
	float: left;
	width: 3.7rem;
	padding: .35rem .4rem 0;
}
.enterNews .text .num{
	color: #939291;
}
.enterNews .text h3{
	margin-top: .15rem;
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.enterNews .text p{
	margin-top: .05rem;
	line-height: .24rem;
	color: #939291;
	height: .48rem;
	overflow: hidden;
}
.enterNews .text span{
	display: inline-block;
	color: #333333;
	margin-top: .25rem;
}
/* index */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 15px 50px;
}

.header .logo {
	float: left; position:absolute; left:50px; top:50%; transform: translateY(-50%);
	display: block;
	line-height: 0;
	width: 208px;
	overflow: hidden;
}
.header .logo .img01{
	display: block;
}
.header .logo .img02 {
	display: none;
}

.nav {
	/*position: absolute;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	/*-webkit-transform: translateX(-50%);*/
	/*-moz-transform: translateX(-50%);*/
	/*-ms-transform: translateX(-50%);*/
	/*-o-transform: translateX(-50%);*/
}

.nav ul li {
	float: left;
	font-size: 18px;
	/*position: relative;*/
	margin: 0 .5rem;
}

.nav ul li::before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .15s;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
}

.nav ul li>a {
	color: #fff;
	display: block;
	padding: 5px 0 15px;
}
.nav ul li:hover::before,
.nav ul li.cur::before {
	opacity: 1;
	width: 100%;
	left: 0;
	right: 0;
}

.rightBtn {
	float: right;
	margin-top: 7px;
	margin-right: 45px;
}
.rightBtn a{
	display: block;
	line-height: 0;
	float: left;
	margin-left: 13px;
}
.rightBtn a img{
	height: 17px;
}

.rightBtn a .img01{
	display: block;
}

.rightBtn a .img02 {
	display: none;
}

.navbtn {
	position: absolute;
	right: 50px;
	top: 27px;
	width: 26px;
	line-height: 0;
}
.navbtn .img01 {
	display: block;
}
.navbtn .img02 {
	display: none;
}

.header2,
.fixed-head {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.header2 .logo .img01,
.fixed-head .logo .img01 {
	display: none;
}
.header2 .logo .img02,
.fixed-head .logo .img02 {
	display: block;
}
.header2 .nav ul li a,
.fixed-head .nav ul li a {
	color: #333333;
}
.header2 .nav ul li::before,
.fixed-head .nav ul li::before {
	background: #333;
}
.header2 .rightBtn a .img01,
.fixed-head .rightBtn a .img01 {
	display: none;
}

.header2 .rightBtn a .img02,
.fixed-head .rightBtn a .img02 {
	display: block;
}
.header2 .navbtn .img01,
.fixed-head .navbtn .img01 {
	display: none;
}

.header2 .navbtn .img02,
.fixed-head .navbtn .img02 {
	display: block;
}

/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	background: rgba(rgb(173 169 169 / 97%));
	z-index: 99999;
	padding-bottom: 20px;
}

.nav_box .nav-title {
	margin-top: .8rem;
	position: relative;
	
}

.nav_box .nav-title .navclose {
	width: .66rem;
	height: .66rem;
	display: block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title h1 {
	width: 1.43rem;
	line-height: 0;
}

.nav_box .contentBox {
	margin-top: 1.2rem;
}
.nav_box .navlist {
	float: left;
	width: 40%;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: .30rem;
	letter-spacing: 8px;
	margin-bottom: .18rem;
}

.nav_box .navlist ul>li>a {
	color: #ffffff;
}
.nav_box .navProImg{
	float: right;
	margin-top: .1rem;
}
.nav_box .navProImg ul li{
	float: left;
	width: 4rem;
	line-height: 0;
	margin-left: .35rem;
}
.nav_box .navProImg ul li img{
	width: 100%;
}
.nav_box .navProImg ul li a{
	display: block;
}
.nav_box .navProImg ul li:first-child{
	margin-left: 0;
}

/* banner */
.bannerBox {
	position: relative;
	z-index: 2;
}
.banner {
	position: relative;
}

.banner .text {
	width: 72.917%;
	position: absolute;
	left: 13.5415%;
	overflow: hidden;
	top: 42%;
	color: #fff;
	width: 35%;
}

.banner .text h3 {
	font-size: .58rem;
	font-family: "Didot-Bold-1";
}

.banner .text .t {
	color: #fff;
	font-size: .28rem;
	margin-top: .15rem;
}

.banner .swiper-pagination {
	bottom: .5rem;
	left: 13.5415%;
	text-align: left;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: .2;
	height: .2;
	background: url(../images/yuan1.png) no-repeat center center/cover;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images/yuan2.png) no-repeat center center/cover;
}

.banner .swiper-button-prev,
.banner .swiper-button-next{
	width: .48rem;
	height: .48rem;
}

.banner .swiper-button-prev{
	left: 60px;
	background: url(../images/prev.png) no-repeat center center/cover;
}
.banner .swiper-button-next {
	right: 60px;
	background: url(../images/next.png) no-repeat center center/cover;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.bannerNews{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #fff;
	width: 3.7rem;
	padding: .3rem 0 0 .3rem;
}
.bannerNews .img{
	line-height: 0;
	overflow: hidden;
}
.bannerNews .text{
	margin-top: .2rem;
	padding-right: .3rem;
	padding-bottom: .15rem;
}
.bannerNews .text h3{
	font-size: .22rem;
	font-family: "Didot-Bold-1";
	color: #010101;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bannerNews .text p{
	margin-top: .05rem;
	line-height: 24px;
	color: #010101;
	height: 48px;
	overflow: hidden;
}
.bannerNews .bottom {
	background: #222222;
	padding: 0.12rem 0.3rem;
	margin-left: -0.3rem;
	color: #fff;
}
.bannerNews .bottom span {
	display: block;
	background: url(../images/jt.png) no-repeat right center/cover;
	background-size: 7px 10px;
}

/* footer */
.footer{
	background: #c0c1c3;
	padding-top: .52rem;
}
.footerTop{
	padding-bottom: .4rem;
	border-bottom:1px solid #404040;
}
.footerTop .footimg{
	float: left;
}
.footerTop .footimg .img{
	width: 2.41rem;
	height:5rem;
	line-height: 0;
	margin-bottom: .2rem;
}
.footerTop .footimg .text{
	margin-bottom: .35rem;
}
.footerTop .footimg .text h3{
	color: #dfdfdf;
	font-size: .18rem;
	font-weight: normal;
	margin-bottom: .08rem;
}
.footerTop .footimg .text p {
	color: #ababab;
	font-size: .14rem;
}
.footerTop .footimg .links a{
	width: 17px;
	line-height: 0;
	display: inline-block;
	margin-right: .25rem;
}
.footerTop .footimg .links a:last-child{
	margin-right: 0;
}

.footNav{
	width: 20rem;
	height:5rem;
	margin-left: .8rem;
	float: left;
	padding-top: .18rem;
}
.footNav ul li{
	float: left;
	margin-left: .7rem;
}
.footNav ul li span{
	display: block;
	color: #939393;
	font-size: .15rem;
}
.footNav ul li .t{
	margin-top: .1rem;
}
.footNav ul li .t a{
	display: block;
	color: #bcbcbc;
	font-size: .14rem;
	line-height: .28rem;
}
.guanzhu{
	
	padding-top: .18rem;
}
.guanzhu span{
	display: block;
	color: #939393;
	font-size: .15rem;
}
.guanzhu .ewm{
	margin-top: .18rem;
}
.guanzhu .ewm .img{
	width: 1.08rem;
	line-height: 0;
}
.guanzhu .ewm p{
	margin-top: .12rem;
	color: #939393;
	font-size: .12rem;
	line-height: .2rem;
}
.banquan{
	text-align: center;
	color: #8a8a8a;
	font-size: 18px;
	padding: .25rem 0 .2rem;
}


.title h3{
	color: #010101;
	font-size: 0.38rem;
	font-weight: normal;
	font-family: "Didot-Bold-1";
}
.title p{
	color: #666666;
	font-size: .16rem;
	margin-top: .1rem;
}
.title2 h3{
	color: #fff;
	letter-spacing: 2px;
}
.title2 p{
	color: #fff;
}

.homeBrand{
	background: url(../images/homebrandbg.jpg) no-repeat center center/cover;
	text-align: center;
	padding: 1.6rem 0 1.9rem;
}
.homeBrand .text{
	max-width: 800px;
	margin: .15rem 0 .42rem;
	color: #101010;
	font-size: .18rem;
	line-height: .32rem;
	text-align: left;
}
.morebtn{
	text-align: center;
}
.morebtn a,.morebtn span{
	color: #dedede;
	font-size: .16rem;
	display: inline-block;
	border: 1px solid #b2b2b2;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: .12rem .4rem;
	transition: all 0.5s;
}
.marginT50 { margin-top:0.5rem; }
.morebtn a:hover,.morebtn span:hover { color:#fff; background:#333333; border-color:#333333; }

.homeProTj{
	padding: 1rem 0;
}
.homeProTj .title{
	text-align: center;
}
.homeProTj ul{
	margin-top: .45rem;display:flex; flex-wrap:wrap;
}
.homeProTj ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
}
.homeProTj ul li:nth-child(3n){
	margin-right: 0;
}
.homeProTj ul li:nth-child(n+4){
	margin-top: 20px;
}
.homeProTj ul li .text{
	position: relative;
}
.homeProTj ul li .text .img{
	line-height: 0;
	width: 100%;
}
.homeProTj ul li .text .img { position: relative; }
/*.homeProTj ul li .text .img:after { content:''; width: 100%; height: 100%; position: absolute; left:0; top: 0; background: url(../images/hyyxgbg.png) no-repeat center/cover; }*/
.homeProTj ul li .text .t{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .25rem;
	width: 100%;
}
.homeProTj ul li .text .t h3{
	color: #ffffff;
	font-size: .16rem;
	font-weight: normal;
	margin-bottom: 8px;
}
.homeProTj ul li .text .t p{
	color: #ffffff;
	font-size: 12px;
}
.homeProTj ul li .more{
	position: absolute;
	right: 0.25rem;
	bottom: 0.22rem;
	z-index: 2;
}
.homeProTj ul li .more a{
	display: block;
	width: .42rem;
	line-height: 0;
}

.homePro{
	padding: 1rem 0 1.2rem;
}
.homePro .left{
	float: left;
	width: 25%;
	margin-top: .22rem;
}

.homePro .left ul{
	margin-top: .58rem;
	border-left:1px solid #e5e5e5;
}
.homePro .left ul li{
	float: left;
	width: 100%;
	margin-bottom: .3rem;
	padding-left: .18rem;
	cursor: pointer;
	position: relative;
}
.homePro .left ul li::before{
	content: "";
	position: absolute;
	left: -2px;
	top: 0.02rem;
	width: 3px;
	height: 100%;
	background: #835aa1;
	display: none;
}
.homePro .left ul li.cur h3,
.homePro .left ul li.cur p{
	color: #333333;
}
.homePro .left ul li.cur::before{
	display: block;
}

.homePro .left ul li:last-child{
	margin-bottom: 0;
}
.homePro .left ul li h3{
	color: #666666;
	font-size: .16rem;
	font-weight: normal;
	margin-bottom: .05rem;
}
.homePro .left ul li p {
	color: #cccccc;
	font-size: .14rem;
}

.homePro .textImg{
	float: right;
	width: 75%;
}
.homePro .textImg ul li{
	float: left;
	width: 100%;
	position: relative;
}
.homePro .textImg ul li .img{
	line-height: 0;
	width: 100%;
}
.homePro .textImg ul li .txt{
	position: absolute;
	right: 1rem;
	bottom: 1.72rem;
	width: 3.8rem;
}
.homePro .textImg ul li .txt h3{
	color: #333333;
	font-size: .46rem;
	font-family: "Didot-Bold-1";
	margin-bottom: .1rem;
}
.homePro .textImg ul li .txt h2{
	color: #333333;
	font-size: .26rem;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: .28rem;
}
.morebtn2 {
	text-align: left;
}
.morebtn2 a,.morebtn2 span{
	color: #333333;
	border-color: #333333;
}

.homePro2{
	padding: 0 20px;
}
.homePro2 ul { margin-top:20px; }
.homePro2 ul li{
	float: left;
	width: 100%;
	position: relative;
	margin-top: -25px;
	margin-bottom: 30px;
}
.homePro2 ul li:last-child{
	margin-bottom: 0;
}
.homePro2 ul li .img{
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
.homePro2 ul li .txt{
	position: absolute;
	left: 1rem;
	bottom: 0.75rem;
	width: 4.55rem;
}
.homePro2 ul li .txt h3{
	color: #000000;
	font-size: .34rem;
	font-weight: normal;
	margin-bottom: .15rem;
}
.homePro2 ul li .txt p{
	color: #6b6b6c;
	font-size: .14rem;
	line-height: 1.8;
	margin-bottom: .4rem;
}

/* nybanner */
.nybanner{
	position: relative;
	overflow: hidden;
}
.nybanner .img{
	/*height: 7.2rem;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.nybanner .text {
	position: absolute;
	left: 13.5415%;
	overflow: hidden;
	top: 42%;
	color: #fff;
	width: 27%;
}

.nybanner .text h3 {
	font-size: .58rem;
	font-family: "Didot-Bold-1";
}
.nybanner .text h2 {
	font-size: .28rem;
	font-weight: normal;
	letter-spacing: 2px;
}

.nybanner .text .t {
	color: #fff;
	font-size: .18rem;
	line-height: .3rem;
	margin-top: .15rem;
}

.BrandBox{
	padding: 1rem 0 1.2rem;
}
.BrandBox .title{
	text-align: center;
}
.Brandgushi{
	margin-top: .5rem;
	background: #f2f4f5;padding:20px;
	position: relative;
}
a,img {vertical-align: top; }
* { box-sizing: border-box; }
.branda1 { float:left; width:47%; }
.branda2 { font-size:14px;color:#666666; line-height:1.8; float:right; width: 53%; padding:40px 60px 0 80px; }
.branda2 p:nth-child(n+2) { margin-top: 16px; }

@media(max-width: 1900px){
    .branda2 { font-size:14px; line-height:1.6; padding:2vw 3vw 0 4vw; }
    .branda2 p:nth-child(n+2) { margin-top: 15px; }
}
@media(max-width: 1700px){
    .branda2 { font-size:17px; line-height:1.5; padding:0 2vw 0 3vw; }
    .branda2 p:nth-child(n+2) { margin-top: 12px; }
    .homeBrand .text{
	max-width: 670px;
}
}
@media(max-width: 1600px){
    .homeBrand .text{
	max-width: 670px;
}
}

@media(max-width: 1100px){
    .branda1 {
	width: 100%;
}
    .branda2 { font-size:14px; width:100%; line-height:1.5; padding:20px 0 20px; }
    .branda2 p:nth-child(n+2) { margin-top: 12px; }
}



.Brandgushi ul li{
	float: left;
	width: 9.3%;
	/* height: 4.72rem; */
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.Brandgushi ul li .bg{
	position: relative;
	line-height: 0;
}
.Brandgushi ul li .bg img{
	width: 100%;
}
.Brandgushi ul li .bg p{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
	font-family: "Didot-Bold-1";
	font-size: .26rem;
	line-height: 1.6;
}
.Brandgushi ul li .img{
	display: none;
}
.Brandgushi ul li .text{
	display: none;
}

.Brandgushi ul li.cur{
	width: 81.4%;
	padding: 20px;
}
.Brandgushi ul li.cur .bg {
	display: none;
}
.Brandgushi ul li.cur .img{
	width: 47.5%;
	line-height: 0;
	float: left;
	display: block;
}
.Brandgushi ul li.cur .text{
	float: left;
	width: 52%;
	padding: .6rem .3rem .3rem .5rem;
	display: block;
}
.Brandgushi ul li.cur .text h3{
	color: #000000;
	font-size: .32rem;
	font-family: "Didot-Bold-1"
}
.Brandgushi ul li.cur .text .t{
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
	margin-top: .15rem;
}
.Brandgushi ul li.cur .text .t p{
	margin-bottom: 10px;
}

.BrandBox2{
	background: url(../images/brandbg1.jpg) no-repeat center center/cover;
	padding: 1rem 0 1.1rem;
}
.BrandBox2 .title{
	text-align: center;
}

.BrandBox2 ul{
	margin-top: .5rem;
}

.BrandBox2 ul li{
	width: 33.333%;
	float: left;
	text-align: center;
}
.BrandBox2 ul li .icon{
	width: .47rem;
	line-height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.BrandBox2 ul li h3{
	color: #ffffff;
	font-size: .22rem;
	font-weight: normal;
	margin-top: .2rem;
	margin-bottom: .2rem;
}
.BrandBox2 ul li .t{
	color: #fff;
	opacity: .8;
	font-size: .14rem;
	line-height: .26rem;
	padding: 0 1rem;
}

.BrandBox3{
	padding: 1rem 0 1.2rem;
}
.BrandBox3 .img{
	float: left;
	width: 50%;
	line-height: 0;
	overflow: hidden;
}
.BrandBox3 .text{
	float: right;
	width: 42%;
	padding-top: .44rem;
}
.BrandBox3 .text .t{
	font-size: .14rem;
	color: #666666;
	line-height: .28rem;
}
.BrandBox3 .text .t p{
	margin-top: .15rem;
}
.BrandBox4{

	padding: 1rem 0;
}
.BrandBox4 .title{
	text-align: center;
}
.BrandBox4 ul{
	margin-top: .5rem;
	display: flex; flex-wrap: wrap;
}
.BrandBox4 ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #fff;
}
.BrandBox4 ul li:nth-child(3n){
	margin-right: 0;
}
.BrandBox4 ul li .img{
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.BrandBox4 ul li .text{
	padding: .25rem;
}
.BrandBox4 ul li .text h3{
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
}
.BrandBox4 ul li .text p{
    
	color: #666666;
	font-size: .14rem;
	margin-top: 5px;
}
.BrandBox4 ul li .text span{
	display: block;
	color: #999999;
	font-size: 13px;
	margin-bottom: .15rem;
}
.fl { float:left; }
.fr { float:right; }

.BrandBox5{
	padding: 1.2rem 0 1rem;
	background: #f9f9f9;
}
.BrandBox5 .pathBtn .text{
	text-align: center;
	padding: 0 .8rem;
	position: relative;
}
.BrandBox5 .pathBtn .text::before{
	content: "";
	position: absolute;
	right: -1rem;
	top: 0.48rem;
	width: 2rem;
	height: 1px;
	background: #dcdcdc;
}
.BrandBox5 .pathBtn .text  span{
	width: .92rem;
	height: .92rem;
	border: 2px solid #242424;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	line-height: .9rem;
	color: #fff;
	font-size: .18rem;
	background: #242424;

}
.BrandBox5 .pathBtn .text .txt{
	margin-top: .35rem;
}
.BrandBox5 .pathBtn .text .txt h3{
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
}
.BrandBox5 .pathBtn .text .txt p{
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	margin-top: 10px;
}
.BrandBox5 .pathBtn .slick-current .text span{
	background: #fff;
	color: #242424;
}
.BrandBox6{
	background:#fff url(../images/brandbg2.jpg) no-repeat center top/cover;
	background-size: 100% 5.8rem;
	min-height: 5.8rem;
	padding-top: 1rem;
}
.BrandBox6 .title{
	text-align: center;
}
.BrandBox6 .txt{
	max-width: 8.5rem;
	width: 100%;
	margin: .2rem auto 0;
	text-align: center;
	color: #ffffff;
	font-size: .16rem;
	line-height: .28rem;
}
.BrandBox6 .tables {
	margin-top: .6rem;
	background: #fff;
	padding: .5rem 1rem 1rem;
}
.BrandBox6 .tables table tr th{
	border-bottom:2px solid #434343;
	padding: .25rem 0;
	color: #333333;
	font-size: .16rem;
}
.BrandBox6 .tables table tr td {
	border-bottom: 1px solid #ececec;
	padding: .25rem 0;
	color: #666666;
	font-size: .14rem;
	text-align: center;
}
.page,.page2{
	text-align: center;
	margin-top: .5rem;
}
.page a,.page2 a{
	display: inline-block;
	border: 1px solid #353535;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	color: #666;
	font-size: 14px;
	margin: 0 5px;
	vertical-align:top;
}
.page a.cur,
.page a:hover,
.page2 a.cur,
.page2 a:hover{
	background: #353535;
	color: #fff;
}

.Brandshow{
	padding: 1.2rem 0 ;
}
.Brandshow .img{
	float: left;
	width: 41%;
	margin-left: .68rem;
	position: relative;
}
.Brandshow .img::before{
	content: "";
	position: absolute;
	left: -0.68rem;
	top: -0.48rem;
	background: #f3f4f5;
	width: 2.4rem;
	height: 4.3rem;
}
.Brandshow .img img{
	position: relative;
}
.Brandshow .text{
	float: right;
	width: 42%;
	margin-top: .4rem;
}
.Brandshow .text .t{
	margin-top: .25rem;
	color: #666666;
	font-size: .14rem;
	line-height: .26rem;
}

.Brandshow .text .t p{
	margin-bottom: .2rem;
}
.Brandshow .text .t p:last-child{
	margin-bottom: 0;
}

.Brandshow2{
	background: #f9f9f9;
	padding: 1rem 0;
}
.Brandshow2 .title{
	text-align: center;
}
.BrandPro{
	margin-top: .5rem;
}
.BrandPro .text{
	position: relative;
}
.BrandPro .text .img{
	width: 100%;
	line-height: 0;
}
.BrandPro .text .img img{
	width: 100%;
}
.BrandPro .text .txt{
	position: absolute;
	left: 0.25rem;
	bottom: 0.25rem;
	color: #fff;
	font-size: .18rem;
}
.BrandPro .text .txt h3{
	font-weight: normal;
}
.BrandPro .swiper-button-prev,
.BrandPro .swiper-button-next {
	width: .48rem;
	height: .48rem;
}

.BrandPro .swiper-button-prev {
	left: .2rem;
	background: url(../images/prev2.png) no-repeat center center/cover;
}

.BrandPro .swiper-button-next {
	right: .2rem;
	background: url(../images/next2.png) no-repeat center center/cover;
}

.BrandPro .swiper-button-prev::after,
.BrandPro .swiper-button-next::after {
	display: none;
}
.Brandshow3 .img{
	float: right;
	width: 50%;
	margin-left: 0;
}
.Brandshow3 .img::before{
	display: none;
}
.Brandshow3 .text{
	float: left;
}

.Brandshow4{
	background: url(../images/brandbg3.jpg) no-repeat center center/cover;
	padding: 1.6rem 0;
}
.Brandshow4 .title{
	text-align: center;
}
.Brandshow4 .text{
	max-width: 1008px;
	width: 100%;
	text-align: center;
	margin: 0.35rem auto 0;
	color: #ffffff;
	font-size: .16rem;
	line-height: .32rem;
	opacity: .8;
}

.Bread{
	background: #1b1b1b;
	padding-top: 88px;
}
.Bread h3{
	padding: .2rem 0 .2rem .3rem;
	color: #ffffff;
	font-size: .18rem;
	background: url(../images/breadbg.png) no-repeat left center/cover;
	background-size: .18rem .18rem; 
	font-weight: normal;
}
.probanner{
	position: relative;
}
.probanner .box .bg{
	height: 7.12rem;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat; 
}
.probanner .box .text{
	position: absolute;
	top: 25%;
	z-index: 2;
	left: 13.5415%;
	width: 30%;
}
.probanner .box .text span.num{
	color: #979797;
	font-size: .2rem;
}
.probanner .box .text h3{
	color: #010101;
	font-size: .38rem;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: .18rem;
}
.probanner .box .text .t {
	color: #666666;
	font-size: .18rem;
	margin-top: .1rem;
}
.probanner .box .text .txt{
	margin-top: .2rem;
	color: #000000;
	font-size: .16rem;
	opacity: .7;
	line-height: .3rem;
}

.probanner .swiper-button-prev,
.probanner .swiper-button-next {
	width: .4rem;
	height: .4rem;
	top: auto;
	bottom: 1.7rem;
}

.probanner .swiper-button-prev {
	left: 13.5415%;
	background: url(../images/prev3.png) no-repeat center center/cover;
}

.probanner .swiper-button-next {
	left: 16.5415%;
	right: auto;
	background: url(../images/next3.png) no-repeat center center/cover;
}

.probanner .swiper-button-prev::after,
.probanner .swiper-button-next::after {
	display: none;
}

.proXG{
	padding: 1rem 0;	
}
.proXG .title{
	text-align: center;
}


.proNews{
	background: #f3f3f4;
	padding: 1rem 0;
}
.proNews .title{
	text-align: center;
}
.proNews ul{
	margin-top: .5rem;
}
.proNews ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
	position: relative;
}
.proNews ul li:nth-child(2n){
	margin-right: 0;
}
.proNews ul li .img{
	line-height: 0;
	overflow: hidden;
}
.proNews ul li .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .3rem;
}
.proNews ul li .text span{
	color: #fff;
	font-size: 14px;
}
.proNews ul li .text h3 {
	color: #fff;
	font-weight: normal;
	font-size: .2rem;
	margin-top: .1rem;
}
.shaixuanBtn{
	margin-top: .5rem;
}
.shaixuanBtn .selectBtn{
	float: left;
	width: 24%;
	margin-right: 1%;
	position: relative;
}
.shaixuanBtn .selectBtn::before{
	content: "";
	position: absolute;
	right: 0.15rem;
	top: 50%;
	width: .16rem;
	height: .1rem;
	background: url(../images/jt.jpg) no-repeat center center/cover;
	margin-top: -0.05rem;
}
.shaixuanBtn .selectBtn select{
	width: 100%;
	padding: .15rem;
	font-size: .14rem;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: #fff;
	color: #999999;
	height: .48rem;
	overflow: hidden;
}
.shaixuanBtn .inputBtn{
	float: left;
	width: 50%;
}
.shaixuanBtn .inputBtn .txt{
	float: left;
	width: 70%;
	padding: .14rem .15rem .13rem;
	font-size: 14px;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #fff;
	color: #999999;
	height: .48rem;
	overflow: hidden;
}
.shaixuanBtn .inputBtn .btn{
	margin-left: 2%;
	float: right;
	width: 28%;
	border: none;
	background: #222222;
	color: #fff;
	font-size: .16rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: .48rem;
	overflow: hidden;
	line-height: .48rem;
	cursor: pointer;
}
.shaixuanBtn .inputBtn .btn i{
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/btn2.jpg) no-repeat center center/cover;
	margin-right: .1rem;
	position: relative;
	top: 0.04rem;
}
.proXG .homeProTj{
	padding: 0;
}

.proShow{
	background: #f0f1f2;
	margin: 20px;
	padding: .8rem 0;
}
.proShow .left{
	float: left;
	width: 60%;
	position: relative;
}
.proShow .left .proDT{
	float: right;
	width: 83%;
	overflow: hidden;
}
.proShow .left .proDT ul li{
	float: left;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.proShow .left .proDT ul li img{
	width: 100%;
}

.proShow .left .proXT{
	float: left;
	width: 14%;
}
.proShow .left .proXT ul li{
	float: left;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	margin-bottom: .2rem;
	cursor: pointer;
	border: 2px solid #f0f1f2;
}
.proShow .left .proXT ul li.cur{
	border-color:#1b1b1b;
}
.proShow .left .proXT ul li:last-child{
	margin-bottom: 0;
}

.proShow .right {
	float: right;
	width: 35%;
	margin-top: .3rem;
}
.proShow .right .mbx{
	color: #999999;
	font-size: 13px;
}
.proShow .right .showTop{
	margin-top: .3rem;
	border-bottom:1px solid #e1e2e3;
	padding-bottom: .4rem;
}
.proShow .right .showTop h1{
	color: #333333;
	font-size: .34rem;
	font-weight: normal;
	letter-spacing: 2px;
}

.proShow .right .txt{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	border-bottom:1px solid #e1e2e3;
	padding: .25rem 0;
}
.proShow .right .bottomBtn{
	margin-top: .9rem;
	text-align: center;
}
.proShow .right .bottomBtn a{
	display: block;
	float: left;
	width: 1.3rem;
	padding: .13rem 0;
	border: 2px solid #333333;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	overflow: hidden;
	margin-right: .32rem;
	font-size: 14px;
	color: #666666;
}
.proShow .right .bottomBtn a.gm{
	color: #fff;
	background: #333;
}

.morebtn3{
	margin-top: .5rem;
}
.morebtn3 a,.morebtn3 span{
	color: #666666;
	border-color:#666666;
}

.setBtn{
	border-bottom:1px solid #ececec;
	text-align: center;
	margin-top: .4rem;
}
.setBtn span{
	color: #010101;
	font-size: .16rem;
	padding: 0 .9rem .25rem;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.setBtn span::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #835aa1;
	display: none;
}
.setBtn span.cur::before{
	display: block;
}

.xljpBox{
	background: #f9f9f9;
	padding: 1rem 0;
}
.xljpBox .title{
	text-align: center;
}
.xljpBox ul{
	margin-top: .5rem;
}
.xljpBox ul li{
	position: relative;
	width: 31.3%;
	margin-right: 2%;
	float: left;
}
.xljpBox ul li:nth-child(2n){
	margin-right: 2%;
}
.xljpBox ul li span.num{
	position: absolute;
	left: 0.25rem;
	top: 0.25rem;
	border: 1px solid #666666;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	padding: .08rem .15rem;
	min-width: .85rem;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.xljpBox ul li .text .img{
	line-height: 0;
	overflow: hidden;
}
.xljpBox ul li .text .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .25rem;
}
.xljpBox ul li .text .txt h3{
	color: #ffffff;
	font-size: .2rem;
	font-weight: normal;
	margin-bottom: .08rem;
}
.xljpBox ul li .text .txt p {
	color: #ffffff;
	font-size: 14px;
}
.xljpBox ul li .more{
	position: absolute;
	right: 0.25rem;
	bottom: 0.24rem;
	z-index: 2;
}
.xljpBox ul li .more a{
	display: block;
	width: .42rem;
	line-height: 0;
}
.xljpBox ul li:hover span.num{
	background: #666666;
	color: #fff;
}

.BrandNews{
	padding: 1rem 0;
	background: #f9f9f9;
}
.BrandNews .text{
	float: left;
	width: 35%;
	padding-top: .65rem;
}
.BrandNews .text span.num {
	color: #979797;
	font-size: .2rem;
}

.BrandNews .text h3 {
	color: #010101;
	font-size: .38rem;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: .18rem;
}

.BrandNews .text .t {
	color: #00469b;
	font-size: .18rem;
	margin-top: .1rem;
}

.BrandNews .text .txt {
	margin-top: .2rem;
	color: #000000;
	font-size: .16rem;
	opacity: .7;
	line-height: .3rem;
}
.BrandNews .text .morebtn{
	margin-top: .5rem;
}
.BrandNews .img{
	float: right;
	line-height: 0;
	width: 61%;
}

.BrandNewsList{
	padding: .3rem 0 1rem;
}
.BrandNewsList ul{
	margin-top: .4rem;
}
.BrandNewsList ul li{
	float: left;
	width: 100%;
	border-bottom:1px solid #e8e8e8;
	padding: .3rem 0;
}
.BrandNewsList ul li:last-child{
	padding-bottom: 0;
	border-bottom:none; 
}
.BrandNewsList ul li .img{
	float: left;
	width: 40%;
	line-height: 0;
	overflow: hidden;
}
.BrandNewsList ul li .img img{
	width: 100%;
}
.BrandNewsList ul li .text{
	float: right;
	width: 55%;
	padding-top: .6rem;
}
.BrandNewsList ul li .text h3{
	color: #010101;
	font-size: .3rem;
	font-weight: normal;
}
.BrandNewsList ul li .text .t{
	color: #00469b;
	font-size: .16rem;
	margin-top: .15rem;
}
.BrandNewsList ul li .text .txt {
	margin-top: .2rem;
	color: #000000;
	font-size: .16rem;
	opacity: .7;
	line-height: .3rem;
}

.memberBox{
	padding: .8rem 0;
}
.memberBox .img{
	float: left;
	width: 39%;
	line-height: 0;
	overflow: hidden;
}
.memberBox .text{
	float: right;
	width: 55%;
	padding-top: .3rem;
}
.memberBox .text h3{
	color: #000000;
	font-size: .28rem;
	font-weight: normal;
	border-bottom:1px solid #d2d2d2;
	padding-bottom: .25rem;
}
.memberBox .text .t{
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
}
.memberBox .text .t p{
	margin-top: .2rem;
}
.hyqyBox{
	padding-bottom: .6rem;
}
.hyqyBox ul li{
	float: left;
	width: 22%;
	text-align: center;
	margin-right: 4%;
	margin-bottom: .4rem;
}
.hyqyBox ul li:nth-child(4n){
	margin-right: 0;
}
.hyqyBox ul li .icon{
	width: 1.2rem;
	line-height: 0;
	margin: 0 auto;
	overflow: hidden;
}
.hyqyBox ul li .text{
	margin-top: .3rem;
}
.hyqyBox ul li .text h3{
	color: #000000;
	font-size: .18rem;
	font-weight: normal;
	margin-bottom: .1rem;
}
.hyqyBox ul li .text p{
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	height: .48rem;
	overflow: hidden;
}
.navigation{
	background: #e5e5e5;
}
.navigation ul li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: .16rem;
	border-right:1px solid #afafaf;
}
.navigation ul li:last-child{
	border-right: none; 
}
.navigation ul li a{
	display: block;
	line-height: .58rem;
	color: #333333;
}
.navigation ul li.cur a,
.navigation ul li:hover a {
	background: #222222;
	color: #fff;
}

.contactBox{
	padding: 1rem 0;
}
.contactBox .text{
	float: left;
	width: 32%;
	padding-top: .25rem;
}
.contactBox .text ul{
	border-top:1px solid #d6d6d6;
	margin-top: .3rem;
	padding-top: .5rem;
}
.contactBox .text ul li{
	float: left;
	width: 100%;
	margin-bottom: .2rem;
}
.contactBox .text ul li:last-child{
	margin-bottom: 0;
}
.contactBox .text ul li span.icon{
	float: left;
	width: .38rem;
	height: .38rem;
	display: block;
	line-height: 0;
	margin-right: .2rem;
}
.contactBox .text ul li p{
	color: #666666;
	font-size: .16rem;
	line-height: .38rem;
}
.contactBox .Map{
	float: right;
	width: 60%;
	position: relative;
	margin-right: .28rem;
}
/*.contactBox .Map::before{
	content: "";
	position: absolute;
	right: -0.28rem;
	top: -0.28rem;
	width: 3.13rem;
	height: 4.05rem;
	background: #f7f7f7;
	border: 1px solid #f4f4f4;
}*/
.contactBox .Map #allmap{
	width: 100%;
	height: 4.38rem;
	border: 1px solid #dcdcdc;
}
.Feedback{
	background: url(../images/feedbackbg.jpg) no-repeat center top/cover;
	background-size:100% 6.2rem;
	min-height: 6.2rem; 
	padding: 1.1rem 0 .8rem;
}
.Feedback .title{
	text-align: center;
}
.FeedbackTxt{
	background: #fff;
	margin-top: .5rem;
	padding: .7rem .8rem 0;
}
.FeedbackTxt .tx{
	color: #333333;
	font-size: .2rem;
}
.FeedbackTxt ul{
	margin-top: .25rem;
}
.FeedbackTxt ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.FeedbackTxt ul li:nth-child(3){
	margin-right: 0;
}
.FeedbackTxt ul li input{
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333333;
	font-size: .16rem;
	padding: .15rem;
}
.FeedbackTxt ul li textarea{
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333333;
	font-size: .16rem;
	padding: .15rem;
	height: 2.55rem;
	font-family: "微软雅黑";
}
.FeedbackTxt ul li.last{
	width: 100%;
	text-align: center;
}
.FeedbackTxt ul li.last input{
	width: 1.8rem;
	background: #313131;
	border-color:#313131;
	color: #fff;
}
.problemBox{
	padding: 1rem 0 .8rem;
}
.problemBox .title{
	text-align: center;
}
.problemList{
	margin-top: .5rem;
}
.problemList ul li{
	float: left;
	width: 100%;
	margin-bottom: .22rem;
}
.problemList ul li:last-child{
	margin-bottom: 0;
}
.problemList ul li .bt{
	background: #f8f8f8;
	padding: 0.12rem .15rem;
	position: relative;
	cursor: pointer;
}
.problemList ul li .bt::before{
	content: "";
	position: absolute;
	right: .25rem;
	top: 50%;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url(../images/jt3.png) no-repeat center center/cover;
}
.problemList ul li .bt span{
	width: .24rem;
	height: .24rem;
	background: #333333;
	display: block;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	line-height: .24rem;
	color: #fff;
	font-size: .14rem;
}
.problemList ul li .bt p{
	line-height: .24rem;
	color: #333333;
	font-size: .14rem;
	padding-left: .4rem;
	padding-right: .55rem;
}
.problemList ul li.cur .bt::before {
	background: url(../images/jt2.png) no-repeat center center/cover;
}
.problemList ul li .text{
	padding: .12rem .15rem;
	position: relative;
	display: none;
}
.problemList ul li .text span{
	width: .24rem;
	height: .24rem;
	background: #f6f6f6;
	display: block;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-align: center;
	line-height: .24rem;
	color: #333;
	font-size: .14rem;
}
.problemList ul li .text .t{
	line-height: .24rem;
	color: #666666;
	font-size: .14rem;
	padding-left: .4rem;
	padding-right: .55rem;
}

.OrderPsBox{
	padding: .8rem 0 .8rem;
}
.OrderPsBox .text{
	border-top: 1px solid #e5e5e5;
	margin-top: .25rem;
	padding-top: .25rem;
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
}
.InquireBox{
	padding: 1rem 0 1.2rem;
}
.InquireBox .img{
	float: left;
	width: 48%;
	line-height: 0;
	overflow: hidden;
}
.InquireBox .txt{
	float: right;
	width: 42%;
	padding-top: .7rem;
}
.InquireBox .txt ul{
	margin-top: .45rem;
}
.InquireBox .txt ul li{
	float: left;
	width: 100%;
	margin-bottom: .47rem;
}
.InquireBox .txt ul li:last-child{
	margin-bottom: 0;
}
.InquireBox .txt ul li input{
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333333;
	font-size: .16rem;
	padding: .15rem;
}
.InquireBox .txt ul li input.btn{
	background: #222222;
	border-color:#222222;
	color: #fff;
}
.InquireBox .text{
	background: #f9f9f9;
	margin-top: .4rem;
	padding: .3rem .35rem;
}
.InquireBox .text .ts{
	color: #333333;
	font-size: .2rem;
}
.InquireBox .text .tx{
	margin-top: .15rem;
	color: #666666;
	font-size: .14rem;
}
.InquireBox .text .tx span.f-r{
	color: #333;
}
.InquireBox .tBtn{
	margin-top: .4rem;
}
.InquireBox .tBtn a{
	display: block;
	width: 48%;
	border: 1px solid #222222;
	background: #222222;
	color: #fff;
	font-size: .14rem;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: .17rem 0;
}
.InquireBox .tBtn a.return {
	background: #fff;
	border-color: #bfbfbf;
	color: #666666;
}
.PolicyBox{
	padding: .8rem 0;
}
.PolicyBox .leftMenu{
	float: left;
	background: #f9f9f9;
	width: 22%;
	padding: .3rem .3rem .6rem;
}
.PolicyBox .leftMenu .bt h3{
	color: #333333;
	font-size: .28rem;
	font-weight: normal;
	letter-spacing: 2px;
}
.PolicyBox .leftMenu .bt p{
	font-size: .14rem;
	color: #666666;
	margin-top: .1rem;
}
.PolicyBox .leftMenu ul{
	margin-top: .35rem;
}
.PolicyBox .leftMenu ul li{
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #bfbfbf;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	font-size: .16rem;
	margin-bottom: .16rem;
	background: #fff;
}
.PolicyBox .leftMenu ul li a{
	display: block;
	color: #666;
	padding: .12rem 0 .13rem;
}

.PolicyBox .leftMenu ul li a i{
	display: inline-block;
	width: .14rem;
	height: .16rem;
	position: relative;
	top: 0.03rem;
	margin-right: 0.07rem;
}
.PolicyBox .leftMenu ul li a i.i1{
	background: url(../images/i1.png) no-repeat center center/cover;
}
.PolicyBox .leftMenu ul li a i.i2 {
	background: url(../images/i2.png) no-repeat center center/cover;
}

.PolicyBox .leftMenu ul li.cur,
.PolicyBox .leftMenu ul li:hover{
	background: #222222;
	border-color: #222222;
}
.PolicyBox .leftMenu ul li.cur a,
.PolicyBox .leftMenu ul li:hover a{
	color: #fff;
}

.PolicyBox .leftMenu ul li:hover a i.i1{
	background: url(../images/i01.png) no-repeat center center/cover;
}
.PolicyBox .leftMenu ul li:hover a i.i2 {
	background: url(../images/i02.png) no-repeat center center/cover;
}
.PolicyBox .rightBox{
	float: right;
	width: 73%;
}
.PolicyBox .PolicyTxt h2{
	color: #333333;
	font-size: .28rem;
	font-weight: normal;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: .2rem;
}
.PolicyBox .PolicyTxt .text{
	margin-top: .2rem;
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
}
.PolicyBox .PolicyTxt .text h3{
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: .12rem;
	margin-bottom: .12rem;
}

.jobsTxt h1{
	color: #000000;
	font-size: 0.28rem;
	font-weight: normal;
}
.jobsTxt .text{
	margin-top: .25rem;
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
}
.jobsTxt .text h3{
	color: #333333;
	font-size: .16rem;
	font-weight: normal;
}

.loginBox .enterLogin {
	right: 13.5415%;
}

.PersonalCenter{
	padding: .8rem 0;
}

.PersonalCenter .leftMenu {
	float: left;
	background: #f9f9f9;
	width: 22%;
	padding: .38rem 0;
}
.touxiang{
	text-align: center;
}
.touxiang .img{
	width: .94rem;
	height: .94rem;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 auto;
	position: relative;
}
.touxiang .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.touxiang .name{
	color: #333333;
	font-size: .2rem;
	margin-top: .15rem;
}
.grCenter{
	margin-top: .3rem;
}
.grCenter h3{
	color: #333333;
	font-size: .18rem;
	font-weight: normal;
	padding: 0 .35rem;
}
.grCenter ul{
	margin-top: .15rem;
}
.grCenter ul li{
	float: left;
	width: 100%;
	color: #666666;
	font-size: .14rem;
	line-height: .4rem;
	border-left:.04rem solid #f9f9f9;
}
.grCenter ul li a{
	display: block;
	width: 100%;
	color: #666666;
	padding-left: .31rem;
}
.grCenter ul li i{
	display: inline-block;
	width: .18rem;
	height: .18rem;
	margin-right: .15rem;
	position: relative;
	top: 0.03rem;
}
.grCenter ul li i.i1{
	background: url(../images/gricon1.png) no-repeat center center/cover;
}
.grCenter ul li i.i2 {
	background: url(../images/gricon2.png) no-repeat center center/cover;
}
.grCenter ul li i.i3 {
	background: url(../images/gricon3.png) no-repeat center center/cover;
}
.grCenter ul li i.i4 {
	background: url(../images/gricon4.png) no-repeat center center/cover;
}
.grCenter ul li i.i5 {
	background: url(../images/gricon5.png) no-repeat center center/cover;
}
.grCenter ul li i.i6 {
	background: url(../images/gricon6.png) no-repeat center center/cover;
}

.grCenter ul li.cur,
.grCenter ul li:hover{
	background: #eeeeee;
	border-left:.04rem solid #835aa1;
}
.grCenter ul li.cur a,
.grCenter ul li:hover a{
	color: #000;
}
.grCenter ul li.cur i.i1,
.grCenter ul li:hover i.i1 {
	background: url(../images/gricon01.png) no-repeat center center/cover;
}

.grCenter ul li.cur i.i2,
.grCenter ul li:hover i.i2 {
	background: url(../images/gricon02.png) no-repeat center center/cover;
}

.grCenter ul li.cur i.i3,
.grCenter ul li:hover i.i3 {
	background: url(../images/gricon03.png) no-repeat center center/cover;
}

.grCenter ul li.cur i.i4,
.grCenter ul li:hover i.i4 {
	background: url(../images/gricon04.png) no-repeat center center/cover;
}

.grCenter ul li.cur i.i5,
.grCenter ul li:hover i.i5 {
	background: url(../images/gricon05.png) no-repeat center center/cover;
}

.grCenter ul li.cur i.i6,
.grCenter ul li:hover i.i6 {
	background: url(../images/gricon06.png) no-repeat center center/cover;
}

.PersonalCenter .rightBox{
	float: right;
	width: 73%;
}
.PersonalCenter .rightBox .top h3{
	float: left;
	color: #000000;
	font-size: .28rem;
	font-weight: normal;
}
.PersonalCenter .rightBox .top .more{
	float: right;
	color: #ffffff;
	font-size: .14rem;
	background: #333333;
	padding: 0 .45rem;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	line-height: .36rem;
}

.grzlBox{
	margin-top: .3rem;
}
.grzlBox .txImg ul li{
	float: left;
	width: .94rem;
	height: .94rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-right: .15rem;
}
.grzlBox .txImg ul li img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.grzlBox .txImg ul li.lastMore{
	background: #eeeeee;
}
.grzlBox .txImg ul li.lastMore a{
	display: block;
	text-align: center;
	line-height: .96rem;
	color: #ababab;
	font-size: .35rem;
}
.grzlBox .txImg .t{
	margin-top: .15rem;
	color: #666666;
	font-size: .15rem;
}
.grzlTxt{
	margin-top: .2rem;
}
.grzlTxt ul li{
	float: left;
	width: 100%;
	margin-bottom: .2rem;
}
.grzlTxt ul li p{
	color: #333333;
	font-size: .16rem;
}
.grzlTxt ul li input{
	margin-top: .1rem;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333;
	padding: .15rem;
	font-size: .14rem;
}
.grzlTxt ul li .city-picker-span {
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	color: #333;
	padding: 0 .15rem;
}
.grzlTxt ul li .city-picker-span > .placeholder { color: #888;}

.grzlTxt ul li .btn{
	background: #1b1b1b;
	border-color:#1b1b1b;
	color: #fff;
	width: 1.8rem;
}

.grzlTxt ul li.li1{
	width: 48%;
}
.grzlTxt ul li.li2 {
	width: 48%;
	float: right;
}
.grzlTxt ul li.li5 p{
	float: left;
	margin-right: .55rem;
}

.grzlTxt ul li .txt .radiobtn {
	display: block;
	position: relative;
	float: left;
	padding-left: .24rem;
	margin-right: .25rem;
	color: #666666;
	font-size: .16rem;
}

.grzlTxt ul li .txt .radiobtn input[type="radio"],
.grzlTxt ul li .txt .radiobtn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.grzlTxt ul li .txt .radiobtn input[type="radio"]+.radio-label:before,
.grzlTxt ul li .txt .radiobtn input[type="checkbox"]+.radio-label:before,
.grzlTxt ul li .txt .radiobtn .radio-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.05rem;
	background: url(../images/xz01.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
	width: .14rem;
	height: .14rem;
	cursor: pointer;
}

.grzlTxt ul li .txt .radiobtn input[type="radio"]:checked+.radio-label:before,
.grzlTxt ul li .txt .radiobtn input[type="checkbox"]:checked+.radio-label:before,
.grzlTxt ul li .txt .radiobtn .radio-label.cur:before {
	background: url(../images/xz02.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.grzlTxt ul li .txt .radiobtn input[type="radio"]:focus+.radio-label:before,
.grzlTxt ul li .txt .radiobtn input[type="checkbox"]:focus+.radio-label:before {
	background: url(../images/xz02.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.grzlTxt ul li .txt .radiobtn input[type="radio"]:disabled+.radio-label:before,
.grzlTxt ul li .txt .radiobtn input[type="checkbox"]:disabled+.radio-label:before {
	background: url(../images/xz01.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.zhglBox {
	margin-top: .3rem;
}
.zhglBox ul li{
	float: left;
	width: 100%;
	margin-bottom: .35rem;
}
.zhglBox ul li .icon{
	float: left;
	width: .52rem;
	height: .52rem;
	line-height: 0;
	overflow: hidden;
}
.zhglBox ul li .text{
	float: left;
	margin-left: .35rem;
	padding-top: .05rem;
}
.zhglBox ul li .text h3{
	color: #333333;
	font-size: .16rem;
	font-weight: normal;
}
.zhglBox ul li .text p{
	margin-top: .05rem;
	color: #666666;
	font-size: .14rem;
}

.zhglBox ul li .text p span{
	display: inline-block;
	width: .18rem;
	height: .18rem;
	line-height: 0;
	overflow: hidden;
	margin-right: .1rem;
}
.zhglBox ul li a{
	margin-top: .05rem;
	display: block;
	float: right;
	color: #666666;
	font-size: .14rem;
	background: #eaeaea;
	width: 1.15rem;
	text-align: center;
	line-height: .36rem;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
}
.zhglBox ul li a:hover{
	background: #333333;
	color: #fff;
}
.dzglBox{
	margin-top: .3rem;
}
.dzglBox ul li{
	float: left;
	width: 49%;
	border: 1px solid #ededed;
	height: 1.6rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: .22rem .28rem;
	margin-right: 2%;
	margin-bottom: 2%;
}
.dzglBox ul li:nth-child(2n){
	margin-right: 0;
}
.dzglBox ul li .tx{
	line-height: .26rem;
}
.dzglBox ul li .tx .name{
	float: left;
	color: #333333;
	font-size: .16rem;
}
.dzglBox ul li .tx .tel{
	float: right;
	color: #333333;
	font-size: .16rem;
}
.dzglBox ul li .dz{
	margin-top: .15rem;
	color: #666666;
	font-size: .14rem;
	line-height: .24rem;
	min-height: .48rem;
}
.dzglBox ul li .dzbottom{
	border-top:1px solid #f0f0f0;
	margin-top: .05rem;
	padding-top: .12rem;
	font-size: .13rem;
}
.dzglBox ul li .dzbottom span.btn{
	color: #666666;
	background: url(../images/dzbg01.jpg) no-repeat left center/cover;
	background-size:.14rem .14rem;
	padding-left: .2rem;
	cursor: pointer; 
}
.dzglBox ul li.cur .dzbottom span.btn {
	background: url(../images/dzbg02.jpg) no-repeat left center/cover;
	background-size:.14rem .14rem;
}
.dzglBox ul li .dzbottom .f-r a{
	float: left;
	display: block;
	color: #999999;
	margin-left: .25rem;
}
.dzglBox ul li .dzbottom .f-r a:first-child{
	margin-left: 0;
}

.selectDQ{
	width: 100%;
	margin-top: .1rem;
	position: relative;
}
.selectDQ select{
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: .15rem .14rem;
	font-size: .14rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	color: #333;
}
.selectDQ::before {
	content: "";
	position: absolute;
	right: 0.15rem;
	top: 50%;
	width: .16rem;
	height: .1rem;
	background: url(../images/jt.jpg) no-repeat center center/cover;
	margin-top: -0.05rem;
}

.mrdz{
	margin-bottom: .3rem;
	color: #333333;
	font-size: .18rem;
	letter-spacing: 2px;
}
.mrdz span{
	display: inline-block;
	background: url(../images/dzbg03.jpg) no-repeat right 0.03rem/cover;
	background-size: .2rem .2rem;
	padding-right: .35rem;
	cursor: pointer;
}
.mrdz span.cur{
	background: url(../images/dzbg04.jpg) no-repeat right 0.03rem/cover;
	background-size: .2rem .2rem;
}

.DOrderBox{
	margin-top: .3rem;
}
.DOrderTop{
	border-bottom: 1px solid #ececec;
	padding-bottom: .16rem;
}
.DOrderTop li{
	float: left;
	color: #333333;
	font-size: .16rem;
}

.DOrderTop li.li1{
	width: 30%;
	padding-left: .35rem;
}
.DOrderTop li.li2,
.DOrderTop li.li3,
.DOrderTop li.li4,
.DOrderTop li.li5 {
	width: 12%;
	text-align: center;
}
.DOrderTop li.li6{
	width: 22%;
	text-align: right;
	padding-right: .56rem;
}

.DOrderList{
	margin-top: .3rem;
}
.DOrderList li{
	float: left;
	width: 100%;
	margin-bottom: .35rem;
}
.DOrderList li .txtBox{
	border-bottom:1px solid #ececec;
	padding-bottom: .2rem;
}
.DOrderList li .txtBox .imgWZ{
	float: left;
	width: 30%;
}
.DOrderList li .txtBox .imgWZ .img{
	display: block;
	float: left;
	width: .96rem;
	height: 1rem;
	overflow: hidden;
}
.DOrderList li .txtBox .imgWZ .t{
	float: right;
	color: #666666;
	font-size: .16rem;
	line-height: .28rem;
	height: 1rem;
	position: relative;
	width: 60%;
	overflow: hidden;
}
.DOrderList li .txtBox .imgWZ .t p,
.DOrderList li .txtBox .txtC p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.DOrderList li .txtBox .txtC {
	text-align: center;
	float: left;
	width: 12%;
	height: 1rem;
	overflow: hidden;
	position: relative;
	font-size: .14rem;
	color: #666666;
}
.DOrderList li .txtBox .txtC p{
	width: 100%;
	text-align: center;
}
.DOrderList li .txtBox .danhao {
	float: right;
	width: 22%;
	color: #000000;
}
.DOrderList li .txtBox .danhao p{
	text-align: right;
}
.DOrderList li .txtBottom{
	padding-top: .2rem;
}
.DOrderList li .txtBottom .hj{
	color: #666666;
	font-size: .16rem;
	float: left;
	margin-top: 0.06rem;
}
.DOrderList li .txtBottom .hj span{
	color: #000000;
	font-size: .2rem;
}
.DOrderList li .txtBottom .btn{
	float: right;
}
.DOrderList li .txtBottom .btn a{
	display: block;
	float: left;
	color: #666666;
	font-size: .14rem;
	border: 1px solid #bfbfbf;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	min-width: 1rem;
	text-align: center;
	padding: 0.09rem .15rem 0.08rem;
	margin-left: .16rem;
}
.DOrderList li .txtBottom .btn a:hover{
	background: #333333;
	color: #fff;
	border-color:#333333;
}

.shoppingCart .leftMenu{
	float: right;
	padding: .32rem .3rem;
	background: #f5f5f5;
}
.shoppingCart .leftMenu .bt{
	color: #000000;
	font-size: .2rem;
}
.shoppingCart .leftMenu .xiaoji{
	margin-top: .2rem;
	border-bottom:1px solid #dadada;
	padding-bottom: .16rem;
}
.shoppingCart .leftMenu .xiaoji .f-l{
	color: #000000;
	font-size: .14rem;
	margin-top: 0.03rem;
}
.shoppingCart .leftMenu .xiaoji .f-r{
	color: #000000;
	font-size: .2rem;
}
.shoppingCart .leftMenu .yunshu{
	margin-top: .2rem;
}
.shoppingCart .leftMenu .yunshu .f-l{
	color: #000000;
	font-size: .14rem;
}
.shoppingCart .leftMenu .yunshu .ysBtn{
	float: right;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn {
	display: block;
	position: relative;
	padding-left: .24rem;
	color: #666666;
	font-size: .14rem;
	margin-bottom: .1rem;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="radio"],
.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="radio"]+.radio-label:before,
.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="checkbox"]+.radio-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.02rem;
	background: url(../images/xz01.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
	width: .14rem;
	height: .14rem;
	cursor: pointer;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="radio"]:checked+.radio-label:before,
.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="checkbox"]:checked+.radio-label:before {
	background: url(../images/xz02.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="radio"]:focus+.radio-label:before,
.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="checkbox"]:focus+.radio-label:before {
	background: url(../images/xz02.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="radio"]:disabled+.radio-label:before,
.shoppingCart .leftMenu .yunshu .ysBtn .radiobtn input[type="checkbox"]:disabled+.radio-label:before {
	background: url(../images/xz01.jpg) no-repeat right center/cover;
	background-size: .14rem .14rem;
}

.shoppingCart .leftMenu .tit{
	margin-top: .1rem;
	color: #000000;
	font-size: .14rem;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding: .16rem 0;
}
.shoppingCart .leftMenu .tit a{
	display: block;
	color: #000000;
}
.shoppingCart .leftMenu .zongji{
	border: none;
}
.shoppingCart .leftMenu .please{
	margin-top: .2rem;
}
.shoppingCart .leftMenu .please input{
	width: 100%;
	border: none;
	background: #1b1b1b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	font-size: .14rem;
	padding: .1rem 0;
}

.shoppingCart .rightBox {
	float: left;
}


.DOrderList2 li .txtBox .radiobtn {
	float: left;
	display: block;
	position: relative;
	width: 5%;
	height: 1rem;
}

.DOrderList2 li .txtBox .radiobtn input[type="radio"],
.DOrderList2 li .txtBox .radiobtn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.DOrderList2 li .txtBox .radiobtn input[type="radio"]+.radio-label:before,
.DOrderList2 li .txtBox .radiobtn input[type="checkbox"]+.radio-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../images/dzbg03.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
	width: .2rem;
	height: .2rem;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.DOrderList2 li .txtBox .radiobtn input[type="radio"]:checked+.radio-label:before,
.DOrderList2 li .txtBox .radiobtn input[type="checkbox"]:checked+.radio-label:before {
	background: url(../images/dzbg04.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}

.DOrderList2 li .txtBox .radiobtn input[type="radio"]:focus+.radio-label:before,
.DOrderList2 li .txtBox .radiobtn input[type="checkbox"]:focus+.radio-label:before {
	background: url(../images/dzbg04.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}

.DOrderList2 li .txtBox .radiobtn input[type="radio"]:disabled+.radio-label:before,
.DOrderList2 li .txtBox .radiobtn input[type="checkbox"]:disabled+.radio-label:before {
	background: url(../images/dzbg03.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}

.DOrderList2 li .txtBox .txtC {
	width: 10%;
}
.DOrderList2 li .txtBox .danhao{
	width: 10%;
}
.DOrderList2 li .txtBox .danhao p{
	text-align: center;
	text-decoration: underline;
}

.numTxt{
	width: .66rem;
	height: .36rem;
	border: 1px solid #d2d2d2;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.numTxt input{
	float: left;
	width: .4rem;
	height: .32rem;
	text-align: center;
	border: none;
	border-right:1px solid #d2d2d2;
	font-size: .14rem;
	color: #666666;
}
.numTxt .numJY{
	float: left;
	width: .22rem;
}
.numTxt .numJY span{
	display: block;
	width: 100%;
	height: .17rem;
	border-bottom:1px solid #d2d2d2;
	cursor: pointer;
	color: #666;
	font-size: .15rem;
}
.numTxt .numJY span:last-child{
	border-bottom: none; 
}
.DOrderList2 li .txtBox .shuliang,
.DOrderList2 li .txtBox .zhuangtai,
.DOrderList2 li .txtBox .zonge {
	width: 15%;
}

.DOrderList2 li{
	margin-bottom: 0.18rem;
}

.DOrderTop2 li.li2{
	width: 10%;
}
.DOrderTop2 li.li3,
.DOrderTop2 li.li4,
.DOrderTop2 li.li5{
	width: 15%;
}

.DOrderTop2 li.li6{
	width: 10%;
	padding-right: 0;
	text-align: center;
	float: right;
}

.txtBottom2 .hj {
	color: #666666;
	font-size: .16rem;
	float: left;
	margin-top: 0.06rem;
}

.txtBottom2 .hj span {
	color: #000000;
	font-size: .2rem;
}

.txtBottom2 .btn {
	float: right;
	margin-top: 0.1rem;
}

.txtBottom2 .btn a {
	display: block;
	float: left;
	color: #666666;
	font-size: .14rem;
	margin-left: .16rem;
	text-decoration: underline;
}

.txtBottom2 .btn a:hover {
	color: #333333;
}

.OrderNews{
	padding: .8rem 0;
}
.OrderNews .top{
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: .3rem;
}
.OrderNews .top h3{
	color: #000000;
	font-size: .28rem;
	font-weight: normal;
}
.OrderNewsBox{
	margin-top: .4rem;
}
.OrderNewsBox .left{
	float: left;
	width: 48%;
}
.OrderNewsBox .left p{
	color: #000000;
	font-size: .18rem;
}
.OrderNewsBox .left ul li{
	float: left;
	width: 100%;
	margin-bottom: .3rem;
}
.OrderNewsBox .left ul li .selectDQ{
	margin-top: .18rem;
}
.OrderNewsBox .left ul li textarea{
	margin-top: .18rem;
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333333;
	font-size: .14rem;
	padding: .15rem;
	height: 1.05rem;
	font-family: "微软雅黑";
}
.OrderNewsBox .right {
	float: right;
	width: 48%;
}
.OrderNewsBox .right .spmx .bt{
	color: #000000;
	font-size: .18rem;
}
.OrderNewsBox .right .spmx .tables {
	border: 1px solid #dcdcdc;
	padding: .23rem .35rem;
	margin-top: .18rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.OrderNewsBox .right .spmx .tables table tr{
	border-bottom:1px solid #e3e3e3;
	
}
.OrderNewsBox .right .spmx .tables table tr:last-child,
.OrderNewsBox .right .spmx .tables table tr:first-child {
	border: none;
}
.OrderNewsBox .right .spmx .tables table tr:last-child td{
	padding-bottom: 0;
}

.OrderNewsBox .right .spmx .tables table tr th{
	color: #000000;
	font-size: .16rem;
	font-weight: normal;
}
.OrderNewsBox .right .spmx .tables table tr th:first-child{
	text-align: left;
}
.OrderNewsBox .right .spmx .tables table tr td {
	color: #666666;
	font-size: .14rem;
	text-align: center;
	padding: .12rem 0;
}
.OrderNewsBox .right .spmx .tables table tr td .imgBox .img{
	float: left;
	width: .6rem;
	height: .6rem;
	line-height: 0;
	overflow: hidden;
}
.OrderNewsBox .right .spmx .tables table tr td .imgBox .t{
	float: left;
	text-align: left;
	margin-left: .2rem;
	width: 1rem;
	height: .6rem;
}
.OrderNewsBox .right .spmx .tables table tr td .imgBox .t p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.invoiceBox .bt{
	color: #000000;
	font-size: .18rem;
}
.invoiceBox .text{
	margin-top: .15rem;
}
.invoiceBox .text a{
	display: block;
	color: #666666;
	font-size: .14rem;
	float: left;
}
.invoiceBox .text a.t1{
	color: #000000;
	text-decoration: underline;
	margin-right: .4rem;
}
.invoiceBox .text a.t3 {
	color: #000000;
	margin-left: .2rem;
}
.OrderBottom{
	margin-top: .2rem;
}
.OrderBottom .ddze{
	text-align: right;
	color: #666666;
	font-size: .14rem;
}
.OrderBottom .ddze span{
	color: #000000;
	font-size: .24rem;
}
.OrderBottom .buttonZF{
	text-align: right;
	margin-top: .2rem;
}
.OrderBottom .buttonZF input{
	background: #1b1b1b;
	color: #fff;
	width: 1.7rem;
	text-align: center;
	padding: .15rem 0;
	font-size: .14rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
}
.popInvoice{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	display: none;
}
.popInvoice .box{
	width: 5.06rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0 .4rem .5rem;
}
.popInvoice .box .top{
	border-bottom:1px solid #d2d2d2;
	padding: .2rem 0;
}
.popInvoice .box .top h3{
	color: #333333;
	font-size: .2rem;
	font-weight: normal;
	float: left;
}
.popInvoice .box .top .guanbi{
	float: right;
	width: .17rem;
	height: .17rem;
	cursor: pointer;
	margin-top: 0.05rem;
}
.popInvoice .box ul{
	margin-top: .25rem;
}
.popInvoice .box ul li{
	float: left;
	width: 100%;
	margin-bottom: .1rem;
}
.popInvoice .box ul li .t{
	float: left;
	color: #333333;
	font-size: .14rem;
	width: .8rem;
	padding-top: .1rem;
}
.popInvoice .box ul li .text{
	float: right;
	width: 3.4rem;
}
.popInvoice .box ul li .text input{
	width: 100%;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #333;
	font-size: .12rem;
	padding: .1rem .15rem;
}
.popInvoice .box ul li .text .mx{
	color: #666666;
	font-size: .13rem;
	padding-top: .11rem;
}
.popInvoice .box ul li.li5{
	margin-bottom: 0;
}
.popInvoice .box ul li .txt{
	margin-top: .1rem;
}
.popInvoice .box ul li .ts{
	color: #999999;
	font-size: .12rem;
	line-height: 1.5;
}
.popInvoice .box ul li .radiobtn {
	float: left;
	display: block;
	position: relative;
	padding-left: .28rem;
	color: #666666;
	font-size: .14rem;
	width: 1.3rem;
	margin-bottom: .1rem;
}

.popInvoice .box ul li .radiobtn input[type="radio"],
.popInvoice .box ul li .radiobtn input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.popInvoice .box ul li .radiobtn input[type="radio"]+.radio-label:before,
.popInvoice .box ul li .radiobtn input[type="checkbox"]+.radio-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../images/dzbg03.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
	width: .2rem;
	height: .2rem;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.popInvoice .box ul li .radiobtn input[type="radio"]:checked+.radio-label:before,
.popInvoice .box ul li .radiobtn input[type="checkbox"]:checked+.radio-label:before {
	background: url(../images/dzbg04.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}

.popInvoice .box ul li .radiobtn input[type="radio"]:focus+.radio-label:before,
.popInvoice .box ul li .radiobtn input[type="checkbox"]:focus+.radio-label:before {
	background: url(../images/dzbg04.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}

.popInvoice .box ul li .radiobtn input[type="radio"]:disabled+.radio-label:before,
.popInvoice .box ul li .radiobtn input[type="checkbox"]:disabled+.radio-label:before {
	background: url(../images/dzbg03.jpg) no-repeat right center/cover;
	background-size: .2rem .2rem;
}
.popInvoice .box ul li.li7{
	text-align: center;
	margin-top: .25rem;
	margin-bottom: 0;
}
.popInvoice .box ul li.li7 input{
	width: 1.5rem;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #fff;
	padding: .12rem 0;
	color: #666666;
	font-size: .14rem;
	margin: 0 .1rem;
}
.popInvoice .box ul li.li7 input.b1{
	background: #333333;
	border-color:#333333;
	color: #fff;
}
.successBox{
	padding: .8rem 0;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.successBox .top h3{
	text-align: center;
	color: #000000;
	font-size: .28rem;
	font-weight: normal;
}
.successBox .successTop{
	border: 1px solid #dcdcdc;
	margin-top: .5rem;
	padding: .2rem;
	line-height: 1.5;
}
.successBox .successTop .dingdan{
	float: left;
	color: #333333;
	font-size: .16rem;
}
.successBox .successTop .right{
	margin-top: 0.02rem;
	float: right;
	color: #666666;
	font-size: .14rem;
}
.successBox .successTop .right span{
	display: block;
	float: left;
}
.successBox .successTop .right span.zf{
	margin-right: 1.6rem;
}

.successBox .showCon {
	margin-top: .3rem;
}
.successBox .showCon .bt{
	color: #000000;
	font-size: .18rem;
}
.successBox .showCon .showOrder{
	border: 1px solid #dcdcdc;
	margin-top: .2rem;
}
.successBox .showCon .showOrder .showTop{
	border-bottom: 1px solid #dcdcdc;
	padding: .2rem;
}
.successBox .showCon .showOrder .showTop .f-l{
	color: #333333;
	font-size: .16rem;
}
.successBox .showCon .showOrder .showTop .f-r {
	color: #666666;
	font-size: .16rem;
}
.successBox .showCon .showOrder .showText{
	padding: .2rem;
	color: #666666;
	font-size: .14rem;
	border-bottom: 1px solid #dcdcdc;
}
.successBox .showCon .showOrder .showText p{
	margin-top: .2rem;
}
.successBox .showCon .showOrder .showText p:first-child{
	margin-top: 0;
}
.successBox .showCon .showOrder .tables {
	padding: .3rem .2rem;
}

.successBox .showCon .showOrder .tables tr {
	border-bottom: 1px solid #dcdcdc;

}

.successBox .showCon .showOrder .tables table tr:first-child {
	border: none;
}

.successBox .showCon .showOrder .tables table tr th {
	color: #000000;
	font-size: .16rem;
	font-weight: normal;
}

.successBox .showCon .showOrder .tables table tr th:first-child {
	text-align: left;
}

.successBox .showCon .showOrder .tables table tr td {
	color: #666666;
	font-size: .14rem;
	text-align: center;
	padding: .2rem 0;
}

.successBox .showCon .showOrder .tables table tr td .imgBox .img {
	float: left;
	width: .6rem;
	height: .6rem;
	line-height: 0;
	overflow: hidden;
}

.successBox .showCon .showOrder .tables table tr td .imgBox .t {
	float: left;
	text-align: left;
	margin-left: .2rem;
	width: 3rem;
	height: .6rem;
}

.successBox .showCon .showOrder .tables table tr td .imgBox .t p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.successBox .showCon .showOrder .ddze{
	text-align: right;
	padding: .2rem;
	padding-top: 0;
	padding-bottom: .3rem;
	color: #666666;
	font-size: .14rem;
}
.successBox .showCon .showOrder .ddze span{
	color: #000000;
	font-size: .24rem;
}
.jobsBotton{
	display: none;
}

/* 2021-4-22 */
.proShow .right .showTop .showTopRight {
	margin-top: .15rem;
}

.proShow .right .showTop span {
	color: #333333;
	font-size: .2rem;
	float: left;
}

.proShow .right .showTop .showTopRight .selectBtn {
	float: left;
	position: relative;
	margin-left: .25rem;
	margin-top: 2px;
}

.proShow .right .showTop .showTopRight .selectBtn p {
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
	height: 24px;
	overflow: hidden;
	position: relative;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
	cursor: pointer;
	width: 50px;
}

.proShow .right .showTop .showTopRight .selectBtn::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 9px;
	width: 8px;
	height: 7px;
	background: url(../images/xzjt.jpg) no-repeat center center/cover;
	z-index: 2;
}

.proShow .right .showTop .showTopRight .selectBtn dl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	z-index: 2;
	display: none;
}

.proShow .right .showTop .showTopRight .selectBtn dl dd {
	padding: 0 10px;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	border-top: 1px solid #e1e2e3;
	cursor: pointer;
}
.grzlTxt2 ul li{
	border-bottom: 1px solid #dedede;
	margin-bottom: 0;
	padding: .2rem 0;
}
.grzlTxt2 ul li p{
	display: inline-block;	
	width: 1.07rem;
}
.grzlTxt2 ul li span{
	font-size: .18rem;
	color: #333333;
	display: inline-block;
}
.grzlTxt2 ul li.li5 p{
	margin-right: 0.02rem;
}
.grzlTxt2 ul li .xztet {
	float: left;
	width: 1.7rem;
}
.grzlTxt2 ul li .xztet p{
	width: .48rem;
}
.grzlTxt2 ul li.li1{
	width: 100%;
}

.PersonalCenter .rightBox .top{
	position: relative;
}

.bjzlBox{
	position: absolute;
	display: inline-block;
	background: #1b1b1b;
	color: #fff;
	line-height: 18px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	-ms-border-radius: .5rem;
	-o-border-radius: .5rem;
	margin-left: .16rem;
	bottom: 2px;
}
.bjzlBox:hover{
	color: #fff;
}

.DOrderTop3 li.li6,
.DOrderList3 li .txtBox .danhao {
	display: none;
}

.DOrderTop3 li.li2,
.DOrderList3 li .txtBox .txtC {
	width: 15%;
}

.shoppingCart .leftMenu .zffs{
	color: #000000;
	font-size: .14rem;
	border-bottom: 1px solid #dadada;
	padding: .16rem 0;
}

.shoppingCart .leftMenu .zffs span{
	color: #000000;
	font-size: .14rem;
}

.shoppingCart .leftMenu .zffs .selectBtn {
	float: right;
	position: relative;
}

.shoppingCart .leftMenu .zffs .selectBtn p {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #333333;
	font-size: .18rem;
	cursor: pointer;
	padding-right: 20px;
}

.shoppingCart .leftMenu .zffs .selectBtn::before {
	content: "";
	position: absolute;
	right: 0;
	top: 9px;
	width: 8px;
	height: 7px;
	background: url(../images/xzjt.jpg) no-repeat center center/cover;
	z-index: 2;
}

.shoppingCart .leftMenu .zffs .selectBtn dl {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100px;
	background: #fff;
	z-index: 2;
	display: none;
	text-align: right;
}

.shoppingCart .leftMenu .zffs .selectBtn dl dd {
	color: #333;
	font-size: .18rem;
	border-bottom: 1px solid #e1e2e3;
	cursor: pointer;
	padding: 12px 20px 12px;
}

.PaybyBox .leftMenu {
	float: right;
	width: 28%;
}
.PaybyBox .leftMenu .bt{
	color: #000000;
	font-size: .2rem;
	padding: 0 .3rem .25rem;
}
.PaybyBox .leftMenu .zffstext {
	padding: 0.25rem .3rem 0;
	border-top:1px solid #dadada;
}
.PaybyBox .leftMenu .zffstext p{
	color: #666666;
	font-size: .14rem;
	line-height: 1.5;
}

.PaybyBox .leftMenu .zffstext .box{
	margin-top: .2rem;
	margin-bottom: .4rem;
}

.PaybyBox .leftMenu .zffstext .box ul{
	float: left;
	width: 80%;
}

.PaybyBox .leftMenu .zffstext .box ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 1px solid #dcdcdc;
	background: #fff;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.PaybyBox .leftMenu .zffstext .box ul li:nth-child(3n){
	margin-right: 0;
}
.PaybyBox .leftMenu .zffstext .box ul li.cur,
.PaybyBox .leftMenu .zffstext .box ul li:hover{
	border-color: #000; 
}


.PaybyBox .leftMenu .zffstext .box .btn{
	float: right;
	color: #666666;
	font-size: .14rem;
	text-decoration: underline;
	margin-top: .35rem;
}

.PaybyBox .tit{
	border-bottom: 1px solid #bfbfbf;
	font-size: .28rem;
	font-weight: normal;
	color: #000000;
	padding-bottom: .3rem;
	margin-bottom: .6rem;
}

.PaybyBox .rightBox {
	float: left;
	width: 65%;
}
.PaybyText ul{
	min-height: 200px;
	margin-bottom: 20px;
}
.PaybyText ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3.5%;
}
.PaybyText ul li:nth-child(2n){
	margin-right: 0;
}

.PaybyText ul li p{
	color: #000000;
	font-size: .18rem;
	margin-bottom: 12px;
}

.PaybyText ul li select{
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
.PaybyText ul li input {
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	font-size: 16px;
	height: 48px;
}
.PaybyText ul li input.xm{
	width: 49%;
}

.PaybyText .bottom{
	width: 48%;
	text-align: center;
}
.PaybyText .bottom a{
	display: inline-block;
	background: #1b1b1b;
	color: #fff;
	font-size: 16px;
	width: 2.20rem;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.PaybyText .bottom p{
	line-height: 1.5;
	color: #666666;
	font-size: .18rem;
	margin-top: .35rem;
}

.PaybyText .bottom2 {
	width: 48%;
	text-align: left;
}
.PaybyText .bottom2 a{
	text-align: center;
	width: 1.8rem;
}
.PaybyText  .ulH {
	min-height: 0;
}
.PaybyText .bottomewm {
	width: 48%;
	text-align: center;
}
.PaybyText .bottomewm .img{
	width: 200px;
	border: 1px solid #e5e5e5;
	line-height: 0;
	margin: 0 auto;
}
.PaybyText .bottomewm p{
	margin-top: .3rem;
	color: #666666;
	font-size: .18rem;
	line-height: 1.5;
}

.pop_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../images/bg.png);
}
.pop_box .box {
  position: relative;
  left: 50%;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pop_box .box .top {
  height: 60px;
  padding: 0 25px;
  line-height: 60px;
}
.pop_box .box .top h1 {
  float: left;
  color: #333333;
  font-size: 16px;
}
.pop_box .box .top .guangbi {
  display: block;
  float: right;
  width: 24px;
  height: 23px;
  cursor: pointer;
  line-height: 23px;
  margin-top: 18px;
}
.pop_box .box .bottom {
  text-align: center;
  margin: 20px 0 30px;
}
.pop_box .box .bottom a {
  display: inline-block;
  background: #999999;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fefefe;
  font-size: 14px;
  margin: 0 10px;
}
.pop_box .box .bottom a:first-child {
  background: #348ce6;
}
.pop_box .dizhi_box {
  margin-left: -330px;
  width: 660px;
  background: #eeeeee;
}
.pop_box .dizhi_box .text_con {
  background: #fff;
  padding: 30px 40px 40px;
}
.pop_box .dizhi_box .text_con ul li {
  margin-top: 10px;
  float: left;
  width: 285px;
}
.pop_box .dizhi_box .text_con ul li input {
  border: 1px solid #ebebeb;
  line-height: 36px;
  width: 100%;
  padding: 0 15px;
}
.pop_box .dizhi_box .text_con ul li .dizhi {
  border: 1px solid #ebebeb;
  height: 40px;
}
.pop_box .dizhi_box .text_con ul li .dizhi .city-picker-span {
  border-bottom: none;
  padding: 0 15px;
  position: relative;
}
.pop_box .dizhi_box .text_con ul li .dizhi .city-picker-span:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background: url(../images/dz_icon2.jpg) no-repeat center center;
}
.pop_box .dizhi_box .text_con ul li .dizhi .city-picker-span > .placeholder {
  color: #888;
}
.pop_box .dizhi_box .text_con ul .li3 {
  width: 100%;
}
.pop_box .mima_box {
  width: 435px;
  margin-left: -217.5px;
  background: #fff;
  border: 1px solid #999;
}
.pop_box .mima_box .top {
  border-bottom: 1px solid #f0f0f0;
}
.pop_box .mima_box .text_con {
  padding: 0 25px 10px;
}
.pop_box .mima_box .text_con ul li {
  float: left;
  width: 100%;
}
.pop_box .mima_box .text_con ul li p {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
}
.pop_box .mima_box .text_con ul li input {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #ebebeb;
  line-height: 36px;
  background: none;
  padding: 0 10px;
}
.pop_box .mima_box .text_con ul li span {
  color: #666666;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.pop_box .mima_box .text_con ul li .yzm_t {
  width: 240px;
  float: left;
}
.pop_box .mima_box .text_con ul li .yzm_img {
  width: 120px;
  display: block;
  float: right;
  height: 38px;
  position: relative;
}
.pop_box .mima_box .text_con ul li .yzm_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pop_box .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}


































/**2021-10-22新增**/
.ckdl .ckdla {
	position: fixed;
	top: 50%;
	right: 13.6%;
	transform: translateY(-50%);
	width: 460px;
}

.ckdl .ckdla h3 {
	font-size: 38px;
	color: #fff;
	font-family: "Didot-Bold-1";
}

.ckdl .ckdla h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
}

.ckdl .ckdla ul {
	margin-top: 26px;
}

.ckdl .ckdla ul li {
	margin-bottom: 12px;
	float: left;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}

.ckdl .ckdla ul li span {
	position: absolute;
	left: 17px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}

.ckdl .ckdla ul li input {
	background: none;
	border: none;
	padding: 14px 0 15px 50px;
	font-size: 16px;
	width: 100%;
	color: #fff;
}

.ckdl .ckdla ul li .bs::-webkit-input-placeholder {
	color: #fff;
}

.ckdl .ckdla ul li .bs::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}


.ckdl .ckdla ul li .bs:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.ckdl .ckdla ul li .bs:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.ckdl .ckdla ul li .wdada {
	width: 70%;
	float: left;
}

.ckdl .ckdla ul li .f-l {
	float: right;
	font-size: 15px;
	color: #666666;
	width: 30%;
	border: 0;
	line-height: 51px;
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtna {
	float: left;
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtna a {
	background: url(../images/btn.png) no-repeat left 5px;
	padding-left: 18px;
	color: #fff;
	font-size: 14px;
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtna a.cur {
	background-image: url(../images/btn2.png);
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtnb {
	float: right;
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtnb a {
	display: inline-block;
	font-size: 0.14rem;
	color: #fff;
}

.ckdl .ckdla .enterLoginBtn .enterLoginBtnb span {
	display: inline-block;
	background: #fff;
	height: 12px;
	margin: 3px 1px 0 1px;
	width: 1px;
}


.ckdl .ckdla .enterLoginBottom button {
	display: block;
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 14px 0;
	border: 0;
	border-radius: 5px;
	color: #666666;
}

.ckdl .ckdla .enterLoginBottom {
	margin-top: 35px;
}

.ckdl .ckdla .ckdlca {
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	float: left;
	width: 63%;
}

.ckdl .ckdla .ckdlca span {
	position: absolute;
	left: 17px;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}

.ckdl .ckdla .ckdlca input {
	background: none;
	border: none;
	padding: 14px 0 15px 50px;
	font-size: 16px;
	width: 100%;
	color: rgb(255 255 255);
}

.ckdl .ckdla .ckdlca input::-webkit-input-placeholder {
	color: #fff;
}

.ckdl .ckdla .ckdlca input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}


.ckdl .ckdla .ckdlca input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.ckdl .ckdla .ckdlca input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.ckdl .ckdla .ckdlcb {
	float: right;
	width: 35%;
}

.ckdl .ckdla .ckdlcb button {
	width: 100%;
	line-height: 49px;
	border: 0;
	color: #333333;
	font-size: 16px;
	border-radius: 5px;
}

.ckdl .ckdla .zysxwca{
	position: relative;
	line-height: 1;
	padding-left: 24px;
	color: #fff;
	font-size: 14px;
}

.ckdl .ckdla .zysxwca span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}





@media (max-width:1600px) {
	.ckdl .ckdla {
		right: 7%;
	}
}


@media (max-width:1100px) {
	.ckdl .ckdla {
		left: 50%;
		right: auto;
		text-align: center;
		transform: translate(-50%, -50%);
	}
	
	.ckdl .ckdla .zysxwca{
		text-align: left;
	}
}

@media (max-width:750px) {
	.ckdl .ckdla {
		width: 90%;
	}

	.ckdl .ckdla h3 {
		font-size: 35px;
	}

	.ckdl .ckdla h2 {
		font-size: 24px;
	}

	.ckdl .ckdla ul li input {
		padding: 14px 0 15px 46px;
		font-size: 14px;
	}

	.ckdl .ckdla ul li span {
		width: 20px;
		height: 20px;
	}

	.ckdl .ckdla .enterLoginBottom button {
		font-size: 14px;
	}

	.ckdl .ckdla .enterLoginBtn .enterLoginBtnb span {
		height: 11px;
		margin: 3px 1px 0 1px;
		width: 1px;
	}

	.ckdl .ckdla .enterLoginBottom {
		margin-top: 19px;
	}

	.ckdl .ckdla ul li .f-l {
		line-height: 46px;
		font-size: 14px;
	}

	.ckdl .ckdla .ckdlca input {
		font-size: 14px;
	}

	.ckdl .ckdla .ckdlcb button {
		font-size: 14px;
		line-height: 48px;
	}
}

@media (max-width:415px) {
	.ckdl .ckdla .zysxwca{
		top: 10px;
		line-height: 1.3;
	}
	
	.ckdl .ckdla .zysxwca span{
		transform: inherit;
		top: 2px;
	}
}

@media (max-width:350px) {
	.ckdl .ckdla ul li .wdada {
		width: 60%;
	}

	.ckdl .ckdla ul li .f-l {
		width: 40%;
	}
	
	.ckdl .ckdla .ckdlca {
	    width: 60%;
	}
	
	.ckdl .ckdla .ckdlcb {
	    width: 38%;
	}
}

.aboutc1 { float:left; width: calc(33.3333% - 12px); margin-right: 18px; }
.aboutc1:nth-child(3n) { margin-right: 0; }
.aboutc2 { display:block; position:relative; }


.aboutc2 .t { position:absolute; font-size:0.18rem; color:#fff; left:26px; line-height:38px; bottom: 20px; }
.aboutc2 .more { position:absolute; bottom: 20px; right: 26px; }
.aboutc2 .more span { color:#fff; border-color:#fff; }

.aboutc2:hover .more span { color:#fff; background:#333; border-color:#333; }

@media(max-width: 1500px){
    .aboutc2 .t { line-height: 32px; }
}
@media(max-width: 1100px){
    .aboutc1 { margin-bottom: 0.4rem; width: 100%; margin-right: 0px; }
    .aboutc2 .t { left:20px; }
    .aboutc2 .more { right: 20px; }
    .aboutc1:last-child { margin-bottom:0; }

}
.nyNav a { float: left; width: 33.33333%; text-align: center; padding:16px 0; background:#e5e5e5; font-size: 0.18rem; color:#333333; transition: all 0.5s; }
.nyNav a:hover,.nyNav a.cur { background:#222222; color:#ffffff; }
.padding120 { position: relative; z-index: 10; padding: 120px 0;  }
@media(max-width: 1900px){
	.padding120 {  padding: 6vw 0; }
}
@media(max-width: 1100px){
	.padding120 {  padding: 50px 0 40px; }
}
@media(max-width: 600px){
	.padding120 {  padding: 40px 0 50px; }
}
.contact2.newsA2 { z-index:10; }
.ggthA-c { margin-left:10px; border-radius: 50px; position:relative; z-index: 10; }
.ggthA-c p {  }
.ggthA-c .inp {border:2px solid #cccccc; border-radius: 50px; cursor: pointer;position: relative;font-size: 16px;padding-left: 15px;width: 200px;}
.ggthA-c .inp p {line-height: 46px;font-size: 0.16rem;color: #666666; overflow: hidden;}
.ggthA-c .inp dl {padding: 15px 12px;display: none;border: 1px solid #eee;z-index: 100;background: #fff;width: 100%;position: absolute;left: 0;top: 46px;}
.ggthA-c .inp:hover dl {display: block;}
.ggthA-c .inp dl dd {cursor: pointer;line-height: 2;font-size: 14px;color: #666;}
.ggthA-c .inp dl dd:hover {color: #02378d;}
.ggthA-c:after {content: ''; border-radius:15px; overflow:hidden; width: 36px;height: 30px;background: url(../images/xwzx-xv.png) no-repeat center #fff;position: absolute;right: 5px;top: 50%;margin-top: -15px;z-index: 100;display: block; }
@media(max-width: 1600px){
    .ggthA-c .inp {font-size: 14px;padding-left: 12px;width: 160px;}
    .ggthA-c .inp p {line-height: 42px; }
    .ggthA-c .inp dl {padding: 15px 12px;top: 42px;}
    .ggthA-c .inp:hover dl {display: block;}
    .ggthA-c .inp dl dd {cursor: pointer;line-height: 2;font-size: 14px;color: #666;}
    .ggthA-c .inp dl dd:hover {color: #02378d;}
    .ggthA-c:after {content: '';width: 36px;height: 30px;background: url(../images/xwzx-xv.png) no-repeat center #fff;position: absolute;right: 5px;top: 50%;margin-top: -15px;z-index: 100;display: block; }
}
@media(max-width: 1100px){
    .nyNav a { padding:12px 0; }
    .newsA2 .contact3 { max-width: 380px; float: right; }
    .ggthA-c .inp { padding-left: 12px;width: 120px;}
    .ggthA-c .inp p {line-height: 30px; font-size:14px; color: #666666;}
    .ggthA-c:after { width: 28px; height: 28px; margin-top:-14px; }
    .ggthA-c .inp dl { top: 28px; }
    .mainTopT-a .mainTit .t { padding: 16px 0; }
    .mainTopT-a .mainSel2 { right:140px; }
}
@media(max-width: 500px){
    .mainTopT-a .mainSel2 { display: none; }
    .ggthA-c .inp { padding-left: 10px;width: 120px;}
}



.colorWhite { color:#fff; }
.mainPre { position:relative; }
/*公告及通函*/
.borderRLB5 { border-radius: 3px; overflow: hidden; }
.bgRed { background: #333; }
.gonggA1 ul li { margin-bottom:20px; background:#f8f8f8; padding:20px; }
.gonggA2 {  padding:0 50px 0 140px; background: url(../images/pdf.png) no-repeat right center; background-size: auto 100%; }
.gonggA2 .d { font-size:14px; display: inline-block; position: absolute; left:0; top:50%; transform: translateY(-50%); padding: 10px 20px; }
.gonggA2 .t { ffont-size: 16px;color:#333; line-height: 36px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; }

@media(max-width:  1900px){
	.gonggA2 { padding:0 50px 0 140px; }
}
@media(max-width:  1500px){
	.gonggA2 { padding:0 40px 0 140px; background: url(../images/pdf.png) no-repeat right center; background-size: 24px auto; }
}
@media(max-width:  1300px){
	.gonggA2 .d { padding: 5px 15px; }
	.gonggA2 { padding:0 40px 0 120px; background: url(../images/pdf.png) no-repeat right center; background-size: 24px auto; }
}
@media(max-width:  600px){
    .gonggA1 ul li { margin-bottom:15px; background:#f8f8f8; padding:15px; }
	.gonggA2 .d { padding: 5px 15px; margin-bottom: 6px; position: relative; top:0; transform: translateY(0); }
	.gonggA2 { padding:0 0 0 0; background: none; }
	.gonggA2 .t { line-height: 1; }
}


/*服务*/
.shouhoua { }
.alignC { text-align:center; }
.colorWhite { color:#fff!important; }
.shouhoua1 .a { padding:0.6rem 0.4rem 0.6rem; background:#f2f4f5; }
.shouhoua1 .img img { width:auto; height: 0.9rem; }
.shouhoua1 .tt { font-size: 0.22rem; margin: 0.2rem 0 0.2rem; color:#000000; display:block; }
.shouhoua1 .cc { font-size: 0.14rem; margin: 0 0 0.3rem; color:#666666; line-height:1.6; display:block; }

.shouhoua1:hover .morebtn2 span { color:#fff; background:#333; border-color:#333; }
.fuwua5 .c { line-height: 1.6; }
.fuwua5 .c p:nth-child(n+2) { margin-top:6px; }
.fuwua5 ol { margin-left: 15px; list-style: disc; }
.fuwua5 ul { margin-left: 20px; list-style: decimal; }
.fuwua5 ol li { list-style: decimal; }
.fuwua5 ul li { list-style:disc ; }


.fuwua3 { margin-top:0.5rem; }
.fuwua5 { padding: 20px 0; border-bottom:1px solid rgba(255,255,255,0.3); }
.fuwua4 .t { font-size:0.22rem; width: 1.1rem; }
.fuwua4 .c { font-size:.14rem; width:calc(100% - 110px); max-width: 800px; }
.fuwua5:last-child { border:none; }
.fuwua1 { padding: 120px 0; }
@media(max-width: 1900px){
    .fuwua1 { padding: 6vw 0; }
}
@media(max-width: 1100px){
    .fuwua1 { padding: 50px 0 70px; }
    .fuwua4 .c { font-size:14px; }
    .fuwua4 .t { font-size: 16px; width: 100%; margin-bottom:10px; }
    .fuwua4 .c { width: 100%; }
    .fuwua5 { padding: 16px 0; }
}
@media(max-width: 600px){
    .fuwua1 { padding: 40px 0 50px; }
}


.croDetA-j { background: #f9f9f9; }
.rongyu_a .btm {margin-top: 30px;}
.rongyu_a .btm .ol > li{margin-bottom: 16px;background: #ffffff; border-radius: 5px;}
.rongyu_a .btm .ol > li:last-child{margin-bottom: 0;}
.rongyu_a .btm .ol > li .t .bt { border:1px solid #ddd; cursor: pointer; padding: 1.2vw 60px 1.2vw 1vw;color: #333333;font-size: 0.18rem; }
.rongyu_a .btm .ol > li .t .anniu{ width: 21px;height: 12px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);background: url(../images/anb.png) no-repeat center/cover;}
.rongyu_a .btm .ol > li.cur .t .anniu{ background: url(../images/ana.png) no-repeat center/cover;}
.rongyu_a .btm .ol > li .b{ font-size: 16px; color:#666666; line-height: 1.8; display: none;padding: 0.4rem 0.3rem 0.2rem;}

.croDetB .rongyu_a .btm .ol > li .t .bt { cursor: default; }

.rongyu_a .btm .ol > li.cur .t .bt { border:1px solid rgba(0,167,229,1); background: rgba(0,167,229,1); color: #fff; }
.fuwua9 { display:flex; flex-wrap:wrap; }
.fuwua9 dd { margin-bottom: 0.4rem; width: 33.3333%; float:left; padding-right:20px; }
.fuwua9 .t { font-size:0.18rem; color:#333;margin-bottom:5px; }
.fuwua9 .c { font-size:0.14rem; color:#333;margin-bottom:5px; }

@media(max-width: 1480px){
    .rongyu_a .btm .ol > li .t .bt { padding: 16px 45px 16px 16px; }
    /*.rongyu_a .btm .ol > li .b { font-size: 14px; padding: 5px 16px 20px;}*/
    /*.rongyu_a .btm .ol > li .t .anniu { right: 16px; width: 30px; height: 30px; top:9px; transform: translateY(0); }*/
}
@media(max-width: 1100px){
    .rongyu_a .btm .ol > li .t .bt { font-size: 16px; padding: 12px 45px 12px 12px; }
    .rongyu_a .btm .ol > li .b { font-size: 14px; padding: 5px 12px 20px;}
    .rongyu_a .btm .ol > li .t .anniu { right: 12px;}
    .croDetA-i .cc { font-size: 14px; }
    .fuwua9 dd { width: 50%; padding-right: 15px; }
}


.fuwub2 { float:left; width: 100%; padding-left: 13vw; padding-top:0.3rem; }
.fuwub3 .y { font-size: 0.18rem; color:#333; margin: 0.3rem 0 0.2rem; }
.fuwub3 .c { font-size: 0.8rem; color:#666; line-height: 1.6; }
.fuwub3 .c p { margin-bottom:10px; }
.fuwub3 .swiper-container { padding-bottom: 100px; position: relative; }
.fuwub5 .swiper-container { position: relative; }
.fuwub3 .mainQhPrev { top:auto; transform:translateY(0);margin:0; bottom:0; left:0; }
.fuwub3 .mainQhNext { top:auto; transform:translateY(0);margin:0; bottom:0; left:70px; }
.fuwub5 .mainQhPrev {  left: 30px; }
.fuwub5 .mainQhNext { right: 30px; }
.fuwub5 { width: 60%; }
.fuwub6 { position: relative; }
.fuwub6 .t { font-size: 0.14rem;color:#fff; position:absolute; bottom: 0.3rem; padding: 0 0.2rem; width: 100%; }

@media(max-width: 1100px){
    .fuwub2 {
	width: 100%;
	padding-left: 20px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 30px;
}
    .fuwub5 { width: 100%; padding-left: 0; padding: 0 20px 0; }
}
@media(max-width: 600px){
    .fuwub5 .mainQhPrev {  left: 10px; }
    .fuwub5 .mainQhNext { right: 10px; }
}



.mainQh { width: 60px!important; height: 60px!important; border-radius: 50px; border: 1px solid rgba(62, 58, 57, 0.3); }
.mainQh:after { font-size:16px!important;color:#000; }
.mainQh:hover { background-color: #333; border-color:#333; }
.mainQh:hover:after { color:#ffffff; }



.fuwub5 .mainQh { opacity: 0.6; background-color: #333; border-color:#333; }
.fuwub5 .mainQh:after { color:#ffffff; }
.fuwub5 .mainQh:hover { opacity:1; }


.mainQh.swiper-button-disabled { opacity:0!important; }

.mb { display:none; }

@media(max-width:1100px){
    .pc { display:none!important; }
    .mb { display:block; }
}





.footerC { float: right; }
.footerC dl dd { position: relative; padding-left: 120px; }
.footerC dl dd .t { font-size: 14px; opacity:0.5; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.footerC dl dd .tt { font-size: 24px; color:#fff; }
.footerB-b li { float: left; width: 50px;}
.footerB-b li:nth-child(n+2) { margin-left:10px!important; float: left; }
.footerB-b li .icon img { width: 48px; height: auto; }
.footerC dl dd:nth-child(n+2) { margin-top:30px; }
.footerC dl dd:nth-child(n+3) { margin-top:20px; }



.footerB-b ul li { float: left; position: relative; }
.footerB-b ul li:nth-child(n+2) { margin-left:30px; cursor: pointer; }
/*.footerB-b ul li .icon { opacity: 0.5; }*/
.footerB-b ul li:hover .icon { opacity: 1; }
.footerB-b ul li .ewm { position: absolute; width: 120px; height: 120px; border:1px solid #e2e2e2; background: #fff; position: absolute; left:50%; transform: translateX(-50%); bottom:45px; display: none; }
.footerB-b ul li:hover .ewm { display: block; }

@media(max-width:1900px){
    .footerC dl dd { padding-left: 100px; }
    .footerB-b li { float: left; width: 40px;}
    .footerB-b li .icon img { width: 40px; height: auto; }
    .footerC dl dd .tt { font-size: 22px; }
}
@media(max-width:1500px){
    .footerC dl dd { padding-left: 90px; }
    .footerC dl dd .t { font-size:12px; }
    .footerB-b li { float: left; width: 36px;}
    .footerB-b li .icon img { width: 36px; height: auto; }
    .footerC dl dd .tt { font-size: 20px; }
}
@media(max-width:750px){
    .footerC { width:100%; }
    .guanzhu { display: block!important; float:left; width: 100%; }
    .footerC dl dd:nth-child(n+2) { margin-top:20px; }
    .footerC dl dd:nth-child(n+3) { margin-top:20px; }
}

.contactMes ul li { margin-bottom:18px; float:left; width:calc(33.333% - 12px); margin-right:18px; }
.contactMes ul li input { background:#f9f9f9; border-radius: 3px; border:1px solid #dedede; font-size:15px; padding-left: 10px; height: 58px; }
.contactMes ul li:nth-child(3n) { margin-right:0; }
.contactMes ul li:nth-child(n+4) { width:calc(50% - 9px); margin-right:18px; }
.contactMes ul li:nth-child(5),.contactMes ul li:nth-child(7) { margin-right:0; }
.contactMes .more { text-align:center; }
.contactMes .more button { padding:12px 80px; font-size:15px; color:#fff; border-radius: 50px; background:#333; }
.marginT40 { margin-top: 40px; }
.marginT20 { margin-top: 10px; }
@media(max-width: 1600px){
    .contactMes ul li input { height: 50px; }
    .marginT40 { margin-top: 30px; }
}
@media(max-width: 1100px){
    .contactMes ul li input { height: 40px; }
    .contactMes ul li { margin-bottom:12px; float:left; width:calc(50% - 6px); margin-right:12px; }
    .contactMes ul li:nth-child(3n) { margin-right:12px; }
    .contactMes ul li:nth-child(n+4) { width:calc(50% - 6px); margin-right:12px; }
    .contactMes ul li:nth-child(5),.contactMes ul li:nth-child(7) { margin-right:12px; }
    .contactMes ul li:nth-child(2n),.contactMes ul li:last-child { margin-right:0; }
    .contactMes ul li:last-child { width:100%; }
    .contactMes ul li input { font-size:14px; }
    .contactMes .more button { padding:10px 70px; font-size:14px; }
}
@media(max-width: 600px){
    .contactMes ul li input { height: 40px; }
    .contactMes ul li { margin-bottom:10px; width:100%; margin-right:0; }
    .contactMes ul li:nth-child(3n) { margin-right:0; }
    .contactMes ul li:nth-child(n+4) { width:100%; margin-right:0; }
    .contactMes ul li:nth-child(5),.contactMes ul li:nth-child(7) { margin-right:0; }
    .contactMes ul li:nth-child(2n),.contactMes ul li:last-child { margin-right:0; }
    .contactMes ul li:last-child { width:100%; }
    .contactMes .more button { padding:10px 70px; font-size:14px; }
}

.topNews { background:#f9f9f9; }
.topNews .Brandgushi { padding:0; background:#fff; margin-top:0; }
.branda2 .t { font-size: 0.24rem;color:#333333; }
.branda2 .d { font-size: 12px; margin: 0.2rem 0; color:#333333; }
.branda2 .more { margin-top: 0.4rem; }
.topNews .branda2 { padding-top: 0.3rem; }

@media(max-width: 1100px){
    .branda2 .t { font-size: 20px; }
    .branda2 .d { font-size: 12px; margin: 16px 0; }
    .branda2 .more { margin-top: 24px; }
    .topNews .branda2 { padding: 20px 16px 30px; }
}

.newsList { padding: 1rem 0; }
.newsC ul { display: flex; flex-wrap: wrap; }
.newsC ul li  { float: left; width: calc(50% - 15px); margin-right: 30px; }
.newsC ul li:nth-child(2n) { margin-right:0; }
.newsC ul li:nth-child(n+3) { margin-top:30px; }
.newsC ul li a { display: block; }
.newsC-a { position: relative; }
.newsC-c { position: absolute; left:0; bottom:0; padding:0 30px 30px; color:#fff; }
.newsC-c .d { font-size:12px; }
.newsC-c .t { font-size:20px; margin-top: 6px; }
.newsC-a .newsC-b { position:relative; }
.newsC-a .newsC-b:after { content:''; width:100%; height: 100%;   background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 34%, rgba(0, 0, 0, 0.6) 100%);position: absolute;left: 0;top: 0; }

@media(max-width: 1600px){
    .newsC ul li  { float: left; width: calc(50% - 10px); margin-right: 20px; }
    .newsC ul li:nth-child(2n) { margin-right:0; }
    .newsC ul li:nth-child(n+3) { margin-top:20px; }
    .newsC-c { padding:0 25px 25px; }
    .newsC-c .t { font-size: 18px; }
}
@media(max-width: 1300px){
    .newsC ul li  { float: left; width: calc(50% - 10px); margin-right: 20px; }
    .newsC ul li:nth-child(2n) { margin-right:0; }
    .newsC ul li:nth-child(n+3) { margin-top:20px; }
    .newsC-c { padding:0 20px 20px; }
    .newsC-c .t { font-size: 18px; }
}
@media(max-width: 1100px){
    .newsList { padding: 40px 0 50px; }
    .newsC ul li  { float: left; width: calc(50% - 10px); margin-right: 20px; }
    .newsC ul li:nth-child(2n) { margin-right:0; }
    .newsC ul li:nth-child(n+3) { margin-top:20px; }
    .newsC-c { padding:0 20px 20px; }
    .newsC-c .t { font-size: 18px; }
}
@media(max-width: 800px){
    .newsC ul li  { float: left; width: 100%; margin-right: 0; }
    .newsC ul li:nth-child(2n) { margin-right:0; }
    .newsC ul li:nth-child(n+2) { margin-top:20px; }
    .newsC-c { padding:0 15px 20px; }
    .newsC-c .t { font-size: 16px; }
}




.nav ul li .Gross { display:none; width: 180px; border-radius:10px; padding-top:40px; position: absolute; left:50%; transform:translateX(-50%); top:25px; }
.nav ul li .GrossB { width: 220px; }
.Grossbj { background: rgb(255,255,255,0.8); border-radius: 10px; padding: 15px; overflow: hidden; text-align:center; }
.Grossa1 a { display: block; font-size: 16px; color:#333; padding: 10px 0; }
.Grossa1 a { border-bottom:1px solid #dedede; }
.Grossa1:last-child a { border:none;}
.Grossa1 a:hover { color:#2B378E; }
.nav ul li:hover .Gross { display:block; }


.addSub { z-index: 10; position: absolute; left:0; width: 100%; top: 78px; height:0; transition:all 0.5s; overflow:hidden; }
.addSubA { background:#c6c8cf; padding: 30px 0; text-align:center; }
.addSub dl dd .t { color:#fff; }
.addSub dl dd { display:inline-block; margin: 0 20px; }
.addSub dl dd a { padding:0!important; margin:0; display:block; }
.addSub dl dd a img{display:none; }
.nav ul li:hover .addSub { height:150px; }
.nav ul li>a { padding: 15px 0; }
.rightBtn { right: 50px; position:absolute; top: 50%; transform: translateY(-50%); }
.nav { width: 800px; margin: 0 auto; text-align: center; }
.nav ul li { float: none; display: inline-block; }
.rightBtn { margin-top: 2px; }

@media(max-width: 1600px){
    .header { padding: 10px 50px!important; }
    .addSub { top: 68px; }
    .navbtn { top: 21px!important;}
}

.addSh { display: flex; flex-wrap: wrap; }
.addSh2 .img { display:none; }

@media(max-width: 1100px){
    .addSh2 .img { width: 100%; display: block; }
    .addSh2 .img img { height: auto; width: 100%; display: block; }
}

.sub-1 { display:none; }

@media(max-width: 750px){
    .header { padding: 10px 15px!important; }
    .header .logo { left:0; width: auto!important; top: 0; transform:translateY(0); position: relative; float:left; }
    .header .logo img { width: auto; height: 20px;  }
    .navbtn { top: 50%!important; transform:translateY(-50%); }

    .nav_box .navlist ul>li>a { font-size: 18px; }
    .sub-1 { padding:10px 0; background: #3c3c3c; margin-top: 10px; }
    .sub-1 a { display:block; font-size: 14px;color:#fff; padding: 3px 0; }

    .nav_box .navlist ul>li.cur>a span { position: relative; }
    .nav_box .navlist ul>li.cur>a span:after,.nav_box .navlist ul>li.cur>a span:before { content:''; width: 6px; height: 1px; background: #fff; position: absolute; top:50%; transform:translateY(-50%); }
    .nav_box .navlist ul>li.cur>a span:after { left: calc(100% + 8px); }
    .nav_box .navlist ul>li.cur>a span:before { right: calc(100% + 8px); }

    .nav_box .container {
	width: 100%;
	padding: 0;
	background: black;
}
    .nav_box .nav-title { padding: 0 15px; }
    .nav_box .nav-title .navclose { right: 15px; }
}
