html{font-size: 100%;width: 100%;outline: none;min-height: 100%;position: relative;overflow-x: hidden;}
body{background: #fafafa;overflow-x: hidden;font-family:  "华文楷体","楷体";font-size: 14px;font-weight: 400;color: #373737;text-align: left;margin: auto;width: 100%;min-width: 100%;outline: none;position: relative;}
body,
div,
p,
input,
a,
span,
img,
ul,
li,
textarea,
select,
button{outline: none;}
a,
a:hover{color: #373737;text-decoration: none;}
html{font-size: 100%;width: 100%;outline: none;}
body,
div,
p,
span,
ul,
li,
a,
input,
textarea{box-sizing: border-box;}
.clearfix::after{display: block;content: '';clear: both;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
.left{float: left;}
.right{float: right;}
img{border: none;}
p{margin: 0;}
.boxShadow{-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);box-shadow: 0 1px 5px rgba(0, 0, 0, 0.26);}
input[name="color"]::-webkit-input-placeholder { /* WebKit browsers */ 
color: #969696;
font-family: "华文楷体";
font-size:20px;
}

//firefox火狐浏览器
input[name="color"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #969696;
font-family: "华文楷体";
font-size:20px;
} 
input[name="color"]::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #969696;
font-family: "华文楷体";
font-size:20px;
}

//IE浏览器
input[name="color"]:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #969696;
font-family: "华文楷体";
font-size:20px;
}

/* gShow*/.gShow{opacity: 0;}
@keyframes mymove{from{transform: translate3d(0, 50%, 0);opacity: 0;}
to{transform: translate3d(0, 0, 0);opacity: 1;}}
@-webkit-keyframes mymove
/* Safari and Chrome*/{from{transform: translate3d(0, 50%, 0);opacity: 0;}
to{transform: translate3d(0, 0, 0);opacity: 1;}}
.fontFadeIn{animation: 3s ease 0s 1 normal none running fontMove;-webkit-animation: 3s ease 0s 1 normal none running fontMove;}
@keyframes fontMove{from{transform: translate3d(-10%, 50%, 0);opacity: 0;}
to{transform: translate3d(0, 0, 0);opacity: 1;}}
@-webkit-keyframes fontMove
/* Safari and Chrome*/{from{transform: translate3d(-10%, 50%, 0);opacity: 0;}
to{transform: translate3d(0, 0, 0);opacity: 1;}}
/* scaleImg*/
.scaleImg{overflow: hidden;display: block;}
/* .scaleImg img{transition-duration: .6s;-webkit-transition-duration:.6s;display: block;width: 100%;}
.scaleImg:hover img{transform: scale(0.94);/* filter: grayscale(0);*/} */
.scaleImg{transition-duration: .6s;-webkit-transition-duration:.6s;display: block;width: 100%;}
.scaleImg:hover {transform: scale(0.94);transition-duration: .6s;/* filter: grayscale(0);*/}
.scaleImg1 img{display: block;}

.scaleImg2{overflow: hidden;display: block;}
.scaleImg2 {transition-duration: .6s;-webkit-transition-duration:.6s;display: block;width: 100%;}
.scaleImg2 img{display: block;}
.scaleImg2:hover {transform: scale(0.94);/* filter: grayscale(0);*/}
.scaleImg3 img{display: block;width: 100%;}

/* banner*/.banner{position: relative;overflow: hidden;}
.banner img{transform: scale(1, 1);-webkit-transform: scale(1, 1);animation: 10s infinite alternate bannerMove;-webkit-animation: 10s infinite alternate bannerMove;display: block;}
.banner .swiper-pagination-bullet{width: 80px;height: 6px;background-color: #bdbdbd;border-radius: 0;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #47c1c4;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 10px;}
@keyframes bannerMove{from{transform: scale(1, 1);}
to{transform: scale(1.1, 1.1);}}
@-webkit-keyframes bannerMove
/*Safari and Chrome*/{from{-webkit-transform: scale(1, 1);}
to{-webkit-transform: scale(1.1, 1.1);}}
/* content*/.content{width: 1000px;margin: 0 auto;}
.lTop{margin-top: 100px;background-color: #f7f7f7;}
/* header*/.headerLeft{position: fixed;top: 70px;left: 4%;width: 100%;z-index: 999;width: 130px;}
.headerLeft .img{width: 130px;height: 123px;margin-bottom: 80px;margin-left: 10px;}
.headerLeft .img img{width: 100%;height: 100%;}
.headerLeft .list{width: 102px;margin-left: 24px;}
.headerLeft .list .item{position: relative;line-height: 40px;height: 40px;text-align: center;}
.headerLeft .list .item a{font-size: 24px;color: #000000;text-align: center;font-weight: bold;display: block;text-shadow: 1px 1px 2px #f9f9f9;}
.headerLeft .list .item a:hover{color: #47c1c4;}
.headerLeft .list .item.last{margin-top:30px;}
.headerRight{position: fixed;top: 60px;right: 80px;width: 100%;z-index: 999;width: 250px;}
.headerRight .abtn1{float: left;margin-right: 36px;}
.headerRight .abtn1 a{font-size: 20px;color: #333333;}
.headerRight .abtn1 a img{width: 17px;height: 16px;margin-right: 10px;}
.headerRight .abtn2{float: left;}
.headerRight .abtn2 a{font-size: 20px;color: #333333;}
.headerRight .abtn2 a img{width: 21px;height: 19px;margin-right: 10px;}
.headerRight .abtn1 a:hover,.headerRight .abtn2 a:hover{color: #47c1c4;}
.headerLeft .list .item a:hover{border-bottom: 1px solid #47c1c4;}
.headerLeft .list .item.last a{border-bottom: 1px solid #47c1c4;margin-top:0px;}
.headerLeft .list .item.last{margin-top:0px;}
.headerLeft .list .item.last a{color: #47c1c4;}
.headerLeft .list .item:last-child{margin-top:30px;}
.banner img{width: 100%;}
/* home*/.home_1{/* padding: 40px 0;*/background-color: #FFFFFF;height: 110px;margin-top: 80px;}
.home_1 .left{font-size: 22px;color: #000000;font-weight: bold;padding: 25px 0 0 30px;}
.home_1 .right{font-size: 22px;color: #000000;padding-top: 0px;float: left;margin-left: 46px;}
.home_1 .right .txtMarquee-top{}
.home_1 .right .txtMarquee-top .bd{height: 70px;}
.txtMarquee-top{width: 670px;overflow:hidden;position:relative;height: 100px;}
.txtMarquee-top .hd{overflow:hidden;height:30px;background:#f4f4f4;padding:0 10px;}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{display:block;width:9px;height:5px;float:right;margin-right:5px;margin-top:10px;overflow:hidden;cursor:pointer;background:url("../images/arrow.png") 0 -100px no-repeat;}
.txtMarquee-top .hd .next{background-position:0 -140px;}
.txtMarquee-top .hd .prevStop{background-position:-60px -100px;}
.txtMarquee-top .hd .nextStop{background-position:-60px -140px;}
.txtMarquee-top .bd{padding:15px;}
.txtMarquee-top .infoList li{height:36px;line-height:36px;}
.txtMarquee-top .infoList li .date{float:right;color:#999;}
.txtMarquee-top .infoList li span{border-bottom: 1px solid #a3a3a3;}
.txtMarquee-top .infoList li:hover span{color: #47c1c4;}
.home_2{padding:80px 0;background-size: 1920px auto;}
.home .title{text-align: center;margin-bottom: 40px;}
.home .title p{display: inline-block;position: relative;font-size: 36px;color: #000000;font-weight: bold;}
.home .title span{position: absolute;bottom: 0;right: 0;color: #F2D453;font-size: 12px;}
.home_2 .swiper{position: relative;margin-left: -16px;margin-right: -16px;margin-top: -16px}
.home_2 .swiper-container{position: initial;padding: 16px;}
.home_2 .swiper-slide a{position: relative;display: block;transition: .5s;-webkit-transition: .5s;background-color: #fff;}
.home_2 .swiper-slide a .info{border-top: 1px solid #F0F0F0;padding: 20px 10px;}
.home_2 .swiper-slide a .info .tit{width: 100%;}
.home_2 .swiper-slide a .info .name{font-size: 16px;margin-bottom: 3px;transition: .5s;-webkit-transition: .5s;font-size: 24px;color: #000000;}
.home_2 .swiper-slide a .info .price{color: #888888;}
.home_2 .swiper-slide a .info .cart{width: 38px;height: 38px;border-radius: 50%;border: 1px solid #999999;text-align: center;line-height: 36px;}
.home_2 .swiper-slide a .info .cart img{vertical-align: middle;filter: grayscale(1);transition: .5s;-webkit-transition: .5s;}
.home_2 .swiper-slide a:hover{box-shadow:0px 0px 17px 1px rgba(4,0,0,0.19);}
.home_2 .swiper-slide a:hover .scaleImg img{transform: scale(1.1);}
.home_2 .swiper-slide a:hover .name{color: #47c1c4;}
.home_2 .swiper-slide a:hover .cart{border-color: #729A41;}
.home_2 .swiper-slide a:hover .cart img{filter: grayscale(0);}
.home_2 .swiper-pagination{bottom: -20px;}
.home_2 .swiper-pagination-bullet{border: 1px solid #C0C0C0;height: 12px;width: 12px;background-color:#999999;opacity: 1;transition: .5s;-webkit-transition: .5s;}
.home_2 .swiper-pagination-bullet-active{background-color: #47c1c4;border-color: #47c1c4;}
.home_2 .swiper-slide{width: 310px!important;margin-right: 36px!important; position: relative;}
.home_2 .swiper-container1{display: block;}
.home_2 .swiper-container2{display: none;}


.home_2 .swiper-slide .bg{position: absolute;top: 0;left: 0;opacity: 0;    width: 100%;
    height: 100%;
    background: #dddddd6b;transition: all ease .3s;}
.home_2 .swiper-slide:hover .bg{opacity: 1;transition: all ease .3s;}



.home_3{padding:80px 0;/* background: url(../images/index_16.png) no-repeat right 80px;*/background: #fff;}
.home_3 .scaleImg2{width: 250px;position: relative;}
.home_3 .scaleImg2 span{position: absolute;top: 0;left: 0;width: 100%;bottom: 0;background-color: rgba(0, 0, 0, 0.5);text-align: center;font-size: 20px;color: #fff;line-height: 210px;transition: .5s;-webkit-transition: .5s;}
.home_3 .scaleImg2::before{content: "";position: absolute;border:1px solid #ffffff73;top: 10px;bottom: 10px;left: 10px;right: 10px;transition: .5s;-webkit-transition: .5s;opacity: 0;z-index: 9;}
.home_3 .img.scaleImg2{width: 500px;}
.home_3 .scaleImg2:first-child::before{display: none;}
.home_3 .scaleImg2:hover span{opacity: 0;}
.home_3 .scaleImg2:hover::before{opacity: 1;}
.home_3 .img.scaleImg2::before{opacity: 0;}
.home_3 .left_main .scaleImg2 span{line-height: 300px;}

.home_4{padding-bottom: 90px;padding-top: 60px;}
.home_4 .home_4_main{min-height: 340px;}
.home_4 .home_4_main .list{}
.home_4 .home_4_main .list .item{height: 170px;background: #ffffff;margin-bottom: 26px;transition-duration: .6s;cursor: pointer;}
.home_4 .home_4_main .list .item a{display: block;}
.home_4 .home_4_main .list .item .left{width: 30%;height: 170px;}
.home_4 .home_4_main .list .item .left img{width: 100%;height: 100%;display: block;}
.home_4 .home_4_main .list .item .right{width: 70%;float: left;padding-top: 54px;padding-left: 60px;}
.home_4 .home_4_main .list .item .right .p1{font-size: 16px;color: #333333;}
.home_4 .home_4_main .list .item .right .p2{font-size: 22px;color: #000000;padding-top: 14px;}
.home_4 .home_4_main .list .item:hover{transform: translateY(-4px);transition: all ease .6s;box-shadow: 0 0 10px #DDDDDD;transition-duration: .6s;}
.home_4 .home_4_main .list .item:hover .right .p2{color: #47c1c4;}
.home_4 .home_4_main .more{transition: all ease .6s;margin: 0 auto;margin-top: 60px;font-size: 20px;color: #000000;width: 530px;height: 64px;line-height: 64px;text-align: center;display: block;border:1px solid #999999;background-color: #ffffff;}
.home_4 .home_4_main .more:hover{transition: all ease .6s;background-color: #47c1c4;color: #FFFFFF;border: 1px solid #47c1c4;}
/* footer*/footer .top{padding: 70px 0;background: url(../images/bg2.jpg) no-repeat center;background-size: 1920px auto;}
footer form{display: block;text-align: center;}
footer form>div{display: inline-block;}
footer form .text{width:480px;height:55px;background:rgba(255,255,255,1);border-radius:4px;padding-left: 50px;position: relative;margin-right: 10px;}
footer form .text::before{content: "";position: absolute;width:1px;height:22px;background:rgba(111,152,60,1);left: 30px;top: 16.5px;}
footer form input{width: 100%;display: block;margin-top: 16.5px;padding-right: 30px;height: 22px;border: 0;font-size: 20px;color: #969696;font-family: "华文楷体";border: 0!important;}
footer form button{width:74px;height:55px;background:rgba(255,255,255,1);border-radius:4px;border: 0;display: inline-block;cursor: pointer;}
footer .sharer{padding: 30px 0;border-bottom: 1px solid rgba(150,150,150,.4);}
footer .sharer .content{text-align: center;position: relative;}
footer .sharer .content>div.clearfix{display: inline-block;}
footer .sharer a{transition: all ease .6s;float: left;width:37px;height:37px;border-radius:8px;line-height: 35px;margin-right: 20px;transition: .5s;-webkit-transition: .5s;}
footer .sharer a:last-child{margin-right: 0;}
footer .sharer a img{display: block;/* margin: 6.5px 0 0 6.5px;*/}
footer .sharer a img:last-child{/* display: none;*/}
footer .sharer a:hover{}
footer .sharer a:hover img:first-child{display: none;}
footer .sharer a:hover img:last-child{display: block;}
footer .sharer .content>span{position: absolute;right: 0;top: 0px;cursor: pointer;}
footer .bottom{padding: 24px 0;text-align: center;}
footer .bottom .content>div{display: inline-block;}
footer .bottom p:first-child{margin-bottom: 12px;}
footer .bottom p:first-child a{position: relative;float: left;margin-right: 30px;color: #333333;font-size: 20px;line-height: 16px;}
footer .bottom p:first-child a:last-child{margin-right: 0;}
footer .bottom p:first-child a::before{content: "";position: absolute;right: -15px;top: 0;height: 16px;width: 1px;background-color: #DDDDDD;}
footer .bottom p:first-child a:last-child::before{display: none;}
footer .bottom p:last-child a{font-size: 16px;color: #a6a6a6;}
footer .bottom p:last-child a.left{margin-right: 40px;font-size: 16px;color: #a6a6a6;}
footer .sharer a:hover{box-shadow: 0 0 6px #a9a9a9;transition: all ease .6s;}
.submit.pc{display: block;}
.submit.mb{display: none;}
/* 内页*/.content_main{padding-bottom: 90px;padding-top: 70px;/* margin-bottom: 80px;*/}
.location{height: 90px;border-top: 1px solid #cbcbcb;}
/* .location i{background: url(../images/home.png) center center no-repeat;width: 20px;float: left;display: block;height: 18px;margin-right: 10px;}*/.location1{height: 30px;line-height: 30px;border-top: 0px solid #cbcbcb;margin-top: -20px;margin-bottom: 100px;}
.location .sitepath{font-size:24px;}
.location .sitepath a{font-size:24px;color: #000000;margin-right: 10px;    transition: all ease .6s;    line-height: 40px;}
.location .sitepath a:hover{color: #47c1c4;font-weight: bold;    transition: all ease .6s;}
.newsDetailPage{}
.newsDetailPage .cont{min-height: 400px;}
.newsDetailPage .cont .tit{font-size: 30px;color: #000000;height: 90px;line-height: 90px;border-bottom: 1px solid #dddddd;}
.newsDetailPage .cont .cs{height: 66px;line-height: 66px;margin-bottom: 30px;}
.newsDetailPage .cont .cs span{font-size: 20px;color: #333333;margin-right: 40px;}
.newsDetailPage .cont .contmain{margin: 20px 0;min-height:200px;}
.newsDetailPage .cont .contmain p{font-size: 22px;color: #333333;line-height: 34px;}
.newsDetailPage .cont .contmain img{max-width: 100%;height: auto;margin: 0 auto;display: block;}
.brandPage{}
.brandPage .content_main{}
.brandPage .content_main .part1{}
/*.brandPage .content_main .part1 .img{height: 500px;}*/
.brandPage .content_main .part1 .img img{width: 100%;height: auto;}
.brandPage .content_main .part1 p{font-size: 30px;color:#000000;height: 80px;line-height: 80px;text-align: right;}
.brandPage .content_main .part2{padding-top: 30px;}
.brandPage .content_main .part2 .list{width: 100%;}
.brandPage .content_main .part2 .list .item{width: 30%;float: left;margin-right: 5%;}
.brandPage .content_main .part2 .list .item:nth-child(3n){margin-right: 0;}
.brandPage .content_main .part2 .list .item .img{width: 100%;
    height: auto;}
.brandPage .content_main .part2 .list .item .img img{width: 100%;height: 100%;}
.brandPage .content_main .part2 .list .item p{font-size: 30px;color:#000000;text-align: right;height: 70px;line-height: 70px;}
.brandPage .content_main .part3{padding-top: 50px;height: 540px;}
.brandPage .content_main .part3 .tit1{font-size: 36px;color:#000000;font-weight: bold;text-align: center;    padding-bottom: 10px;}
.brandPage .content_main .part3 .tit2{font-size: 28px;color:#000000;text-align: center;padding-bottom: 30px;}
.brandPage .content_main .part3 .part3_main{}
.brandPage .content_main .part3 .part3_main .left{width: 76%;height: 540px;}
.brandPage .content_main .part3 .part3_main .left img{width: 100%;height: 100%;}
.brandPage .content_main .part3 .part3_main .right{width: 24%;background-color: #FFFFFF;padding: 30px;height: 540px;}
.brandPage .content_main .part3 .part3_main .right .right1{border-bottom: 1px solid #cccccc;text-align: center;}
.brandPage .content_main .part3 .part3_main .right .right1 .p1{font-size: 48px;color:#000000;padding-bottom: 10px;}
.brandPage .content_main .part3 .part3_main .right .right1 .p2{font-size: 28px;color:#000000;padding-bottom: 20px;}
.brandPage .content_main .part3 .part3_main .right .right2{border-bottom: 1px solid #cccccc;padding-top: 50px;text-align: center;}
.brandPage .content_main .part3 .part3_main .right .right2 img{width: 79px;height: 115px;margin: 0 auto;display: block;}
.brandPage .content_main .part3 .part3_main .right .right2 p{font-size: 28px;color:#000000;padding: 20px 0;}
.brandPage .content_main .part3 .part3_main .right .right3{font-size: 24px;color: #333333;height: 120px;line-height: 120px;text-align: center;}

.brandPage .content_main .part3 .part3_main .right .right1 .p3{margin-top:-10px;margin-bottom: 10px;}
.brandPage .content_main .cont{
    min-height: 340px;
}
.brandPage .content_main .cont p{font-size:22px;}
.productPage{}
.productPage .part1{margin-bottom: 40px;}
.productPage .part1 .tit{font-size: 36px;color: #000000;font-weight: bold;padding-bottom: 26px;}
.productPage .part1 .list{width: 104%;}
.productPage .part1 .list .item{position: relative;width: 30%;float: left;height: 324px;margin-right: 3%;margin-bottom: 40px;transition-duration: .6s;}
.productPage .part1 .list .item .scaleImg{width: 100%;height: 246px;}
.productPage .part1 .list .item .scaleImg img{width: 100%;height: 100%;display:block;object-fit: cover;background-size: cover;}
.productPage .part1 .list .item .info{height: 80px;line-height: 80px;text-indent: 30px;background-color: #FFFFFF;}
.productPage .part1 .list .item .info .left{width: 100%;}
.productPage .part1 .list .item .info .left .name{transition: all ease .3s;font-size: 24px;color: #000000;width: 100%;}
.productPage .part1 .list .item:hover .info .left .name{transition: all ease .3s;color: #47c1c4;}
.contactPage{}
.contactPage .cont{}
.contactPage .cont .part1{}
.contactPage .cont .part1 .tit{text-indent: 20px;font-size: 30px;color: #000000;height: 80px;line-height: 80px;border-bottom: 1px solid #dddddd;}
.contactPage .cont .part1 .list{}
.contactPage .cont .part1 .list .item{line-height: 100px;height: 100px;border-bottom: 1px solid #dddddd;}
.contactPage .cont .part1 .list .item .p1{text-indent: 50px;width: 274px;float: left;font-size: 24px;color: #000000;}
.contactPage .cont .part1 .list .item .p2{text-indent: 0px;font-size: 24px;color: #000000;float: left;}
.contactPage .cont .part1 .list .item img{width: 120px;height: 120px;margin-top: 30px;}
.contactPage .cont .part1 .list .item:last-child{height: 200px;}
.productPage .part1 .list .item .bg{position: absolute;top: 0;left: 0;opacity: 0;    width: 100%;
    height: 100%;
    background: #dddddd6b;transition: all ease .3s;}
.productPage .part1 .list .item:hover .bg{opacity: 1;transition: all ease .3s;}


.contactPage .cont .part2{height: 500px;}
.contact_main_3{text-align: center;clear: left;padding-bottom:60px;padding-top:66px;}
.contact_main_3 .title h3{font-size: 30px;color: #000;font-weight: normal;padding: 0;height: 80px;line-height: 80px;border-bottom: 1px solid #ddd;text-align: left;}
.contact_main_3 .title h3 span{display: block;font-size: 14px;color: #737373;font-family: "Arial";text-transform: uppercase;}
.contact_main_3 .item .txt{width: 100%;height: 46px;font-size: 14px;line-height: 46px;text-indent: 8px;border: none;background-color: #fff;color: #999999;padding-left: 6px;*text-indent: 0px;background: #fff;font-family: "华文楷体";}
.contact_main_3 .item .area{width: 100%;height: 140px;background: #fff;font-size: 14px;text-indent: 8px;resize: none;-webkit-appearance: none;color: #999999;line-height: 40px;padding-left: 6px;border: #dddddd solid 1px;font-family: "华文楷体";}
.contact_main_3 .submit{display: block;clear: left;float: left;width: 300px;height: 50px;line-height: 50px;margin-top: 20px;}
.contact_main_3 .submit .btn1{font-family: "华文楷体";width: 300px;height: 50px;font-size: 16px;line-height: 52px;color: #ffffff;cursor: pointer;border: #d3d7e3 solid 1px;background-color: #3dd3d7;display: inline-block;margin-bottom: 50px;padding: 0;}
.contact_main_3 .submit .btn:hover{background-color:#F0F0F0;}
.contact_main_3 .item{float: left;position: relative;width: 31%;height: 50px;line-height: 50px;padding-top: 0;background: #fff;margin-bottom: 18px;border: #dddddd solid 1px;}
.contact_main_3 .item .n-top{position:absolute;left:0;top:20px;}
.contact_main_3 .item.item4,.contact_main_3 .item.item3{margin-left: 34px;}
.aboutPage{/* padding-top:50px;*/}
.contact_main_3 .item.item3,.contact_main_3 .item.item5{}
.contact_main_3 .item i{color:#F00;display:block;position:absolute;right: 12px;top: 5px;}
.contact_main_3 .submit .btn1:hover{background-color: #30a7ab;}
.contact_main_3 .item1{border: 0;width: 100%!important;height: 140px;}
.contact_main_3 .bz{font-size: 20px;
    text-align: right;}
.shoppingCartPage{}
.shoppingCartPage .cont{min-height:300px;}
.shopping-car-container{border: 1px solid #e8e8e8;}
.shopping-car-container .car-headers-menu{border-bottom: 1px solid #f5f5f5;/* padding: 0 15px;*/}
.shopping-car-container .panel-body{height: 70px;/* line-height: 70px;*/}
#checkAll{vertical-align: text-bottom;}
.shopping-car-container .car-menu{text-align: center;}
/* 商品区 **/.shopping-car-container .goods-content{/* margin-top: 15px;*/}
.shopping-car-container .goods-content .goods-item{margin-top: 20px;border-bottom: 1px solid #e8e8e8;padding-bottom: 40px;}
.shopping-car-container .goods-content .goods-item .car-goods-info{/* height: 150px;*//* display: flex;*//* align-items: center;*//* justify-content: center;*//* overflow: hidden;*/}
.shopping-car-container .goods-content .goods-item .goods-image-column img,.shopping-car-container .goods-content .goods-item .goods-image-column span{/* display: block;*//* float: left;*/}
.shopping-car-container .goods-content .goods-item .goods-image-column span{/* width: calc(100% - 100px);*//* box-sizing: border-box;*//* text-indent: 2rem;*//* line-height: 25px;*//* padding: 10px;*/}
.goods-price{color: red;font-weight: bolder;}
.form-control{text-align: center;}
.single-total{color: red;font-weight: bold;}
.goods-params{color: darkgray;}
.bottom-menu{display: flex;align-items: center;justify-content: center;padding-top: 26px;}
.bottom-menu #checkAllBottom{vertical-align: text-bottom;    font-size: 18px; color: #666666;}
#deleteMulty{color: #47c1c4;cursor: pointer;vertical-align: text-bottom;font-size: 18px;}
.bottom-menu-include{background: #f2f2f2;padding: 0 20px;}
#selectGoodsCount{    color: #dd2020;font-size: 16px;font-weight: bolder;}
#selectGoodsMoney{    color: #dd2020;font-size: 16px;font-weight: bolder;}
/* .jg{ display: none;}
.yc{ display: block;   color: #dd2020!important;font-size: 16px!important;font-weight: bolder!important;float: right;} */
.panel-default .submitData{    color: #dd2020;font-size: 16px;color: white;cursor: pointer;font-weight: bolder;height: 58px;position: absolute;right: 0;top: 0;}
.panel-default .submitDis{background: #B0B0B0;cursor: no-drop;}
.shopping-car-container .panel-default{position: relative;}
.shoppingCartPage .part1{}
.shoppingCartPage .part1 .car-headers-menu{height: 50px;line-height: 50px;background-color: #f2f2f2;}
.shoppingCartPage .part1 .car-headers-menu .car-menu{width: 90px;float: left;font-size: 20px;color: #333333;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:first-child{width: 480px;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(2){margin-right: 60px;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(3){margin-right: 50px;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(4){margin-right: 34px;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(5){}
.shoppingCartPage .part1 .goods-item .car-goods-info{text-align: center;width: 90px;float: left;font-size: 22px;color: #333333;}
.shoppingCartPage .part1 .goods-item .car-goods-info:nth-child(2){width: 394px;}
.shoppingCartPage .part1 .goods-item .car-goods-info{}
.shoppingCartPage .part1 .goods-item .car-goods-info #goods-info{}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group{border: 1px solid #c8c8c8;background: #f5f5f5;height: 30px;border-left: 0;border-right: 0;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .input-group-btn{float: left;width: 27px;line-height: 23px;height: 28px;text-align: center;border-right: 1px solid #c8c8c8;border-left: 1px solid #c8c8c8;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .input-group-btn .btn{border: 0;background: #f5f5f5;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .form-control{position: relative;z-index: 2;float: left;width: 100%;margin-bottom: 0;display: block;width: 40%;height: 34px;/* padding: 6px 12px;*/font-size: 14px;line-height: 1.42857143;color: #555;background-color: #f5f5f5;background-image: none;border: 0;height: 28px;}
.shoppingCartPage .part1 .goods-item .car-goods-info .goods-image{width: 90px;height: 90px;float: left;}
.shoppingCartPage .part1 .goods-item .car-goods-info #goods-info{font-size: 22px;color: #333333;height: 90px;line-height: 90px;display: block;float: left;margin-left: 26px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 66%;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-counts{padding-top: 30px;margin-right: 60px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-price{padding-top: 30px;margin-right: 50px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-money-count{padding-top: 30px;margin-right: 30px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-operate{padding-top: 30px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-operate button{background-color: #fafafa;border: 0;}
.shoppingCartPage .part1 .goods-item .car-goods-info.cg1{margin-top: 38px;opacity: 1;}
.shoppingCartPage .part1 .panel{}
.shoppingCartPage .part1 .panel .it1{width: 70px;height: 16px;float: left;padding-top: 38px;opacity: 1;}
.shoppingCartPage .part1 .panel .it1 span{}
.shoppingCartPage .part1 .panel .it2{width: 36px;float: left;margin-right: 400px;}
.shoppingCartPage .part1 .panel .it2 span{}
.shoppingCartPage .part1 .panel .it3{/* width: 160px;*//* float: left;*/display: none;}
.shoppingCartPage .part1 .panel .it4{width: 160px;float: left;font-size: 18px;color: #333;opacity: 0;}
.shoppingCartPage .part1 .panel .it2 span{}
.shoppingCartPage .part1 .panel .it2 #selectGoodsCount{}
.shoppingCartPage .part1 .panel .it5{float: right;}
.shoppingCartPage .part1 .panel .it5 span{    font-size: 18px;color: #333333;}
.shoppingCartPage .part1 .panel .it5 #selectGoodsMoney{}
.fade{opacity: 0;}
.modal{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;display: none;overflow: hidden;-webkit-overflow-scrolling: touch;outline: 0;background: #13111187;}
.fade.in{opacity: 1;}
.modal-open .modal{overflow-x: hidden;overflow-y: auto;}
.modal-dialog{position: relative;width: auto;margin: 10px;}
.modal.fade .modal-dialog{-webkit-transition: -webkit-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;transition: transform .3s ease-out;-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);}
.modal.in .modal-dialog{-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
.modal-content{position: relative;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, .2);border-radius: 6px;outline: 0;-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);box-shadow: 0 3px 9px rgb(0 0 0 / 50%);width: 500px;margin: 0 auto;margin-top: 100px;}
.modal-title{margin: 0;line-height: 40px;}
.close{float: right;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}
button.close{-webkit-appearance: none;padding: 0;cursor: pointer;background: transparent;border: 0;}
.modal-header .close{margin-top: -2px;}
.modal-body{position: relative;padding: 15px;}
.modal-header{min-height: 16.42857143px;padding: 15px;border-bottom: 1px solid #e5e5e5;}
.modal-footer{padding: 15px;text-align: right;border-top: 1px solid #e5e5e5;}
.btn-default{color: #333;background-color: #fff;border-color: #ccc;}
.btn1{display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn-primary{color: #fff;background-color: #337ab7;border-color: #2e6da4;}
.modal-footer .btn + .btn{margin-bottom: 0;margin-left: 5px;}
.contact_main_4{height: 880px;border: 1px solid #e8e8e8;margin-top: 68px;position: relative;}
.contact_main_4 .title{height: 50px;line-height: 50px;background: #f2f2f2;text-align: center;padding: 0!important;margin: 0!important;font-size: 22px;color: #333333;}
.contact_main_4 .item{float: left;position: relative;width: 75%;height: 50px;line-height: 50px;padding-top: 0;/* background: #fff; *//* border: #dddddd solid 1px; */margin-top: 14px;margin-right: 9px;}
.contact_main_4 .item input{font-family: "华文楷体";width: 83%;height: 46px;font-size: 14px;line-height: 46px;text-indent: 8px;border: none;/* background-color: #fff; */color: #999999;padding-left: 6px;*text-indent: 0px;background: #fff;border: #dddddd solid 1px;}
.contact_main_4 .it5{}
.contact_main_4 .submit{position: absolute;bottom: -120px;left: 180px;height: 50px;line-height: 50px;}
.contact_main_4 .submit .btn1{font-family: "华文楷体";width: 300px;height: 50px;font-size: 16px;line-height: 52px;color: #ffffff;cursor: pointer;border: #d3d7e3 solid 1px;background-color: #cbcbcb;display: inline-block;padding: 0;border-radius: 0;float: left;margin-right: 30px;transition: all ease .6s;}
.contact_main_4 .submit .btn2{font-family: "华文楷体";width: 300px;height: 50px;font-size: 16px;line-height: 52px;color: #ffffff;cursor: pointer;border: #d3d7e3 solid 1px;background-color: #3dd3d7;display: inline-block;padding: 0;transition: all ease .6s;}
.contact_main_4 .list{padding: 0 0px;padding-left: 50px;padding-top: 40px;}
.contact_main_4 .item .area{border: 0;}
.contact_main_4 .item.it5{width: 65%;}
.contact_main_4 .item.it3 span{margin-left: 10px;}
.contact_main_4 .item select{width: 70%;height: 40px;border: 0;font-family: "华文楷体";}
.contact_main_4 .submit .btn2:hover,.contact_main_4 .submit .btn1:hover{transform: translateY(-4px);transition: all ease .6s;}

.contact_main_4 .item label{width: 120px;float: left;    font-size: 16px;}





/* 本例子css */
.shoppingCartPage .contact_main_4 .slideTxtBox{width: 100%;}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd{height: 36px;line-height: 30px;/* background:#f4f4f4; *//* padding:0 10px 0 20px; *//* border-bottom:1px solid #ddd; */position:relative;margin-bottom: 16px;}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul{/* float:left; *//* position:absolute; *//* left:20px; *//* top:-1px; *//* height: 32px; */}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul li{float:left;padding: 0 40px;cursor:pointer;border: 1px solid #ddd;margin-right: 12px;position: relative;background: #ddd;color: #fff;}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul li.on{height: 32px;background: #3dd3d7;border: 1px solid #3dd3d7;color: #fff;}
.shoppingCartPage .contact_main_4 .slideTxtBox .bd ul{zoom:1;}
.shoppingCartPage .contact_main_4 .slideTxtBox .bd li{height: 44px;line-height: 44px;width: 100%;margin-bottom: 14px;}
.shoppingCartPage .contact_main_4 .slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
.shoppingCartPage .contact_main_4 .slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.shoppingCartPage .contact_main_4 .slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.shoppingCartPage .contact_main_4 .slideTxtBox .arrow .next{ background-position:0 -50px;  }
.shoppingCartPage .contact_main_4 .slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.shoppingCartPage .contact_main_4 .slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }

.shoppingCartPage .bill{float: left;width: 83%;}

.shoppingCartPage .contact_main_4 .slideTxtBox .bd li .txt{width: 79%;}

.shoppingCartPage .contact_main_4 .item.fs{height: 190px;}
.shoppingCartPage .contact_main_4 .item.fs1{height: 60px;}
.shoppingCartPage .contact_main_4 .item.bz .area{
    width: 83%;
    height: 100px;
    font-size: 14px;
    text-indent: 8px;
    resize: none;
    -webkit-appearance: none;
    color: #999999;
    line-height: 40px;
    padding-left: 6px;
    border: 0;
    border: 1px solid #cccc;
    }

.shoppingCartPage .part3 .part3_main{height: 240px;border: 1px solid #e8e8e8;margin-top: 68px;position: relative;}
.shoppingCartPage .part3 .part3_main .title{height: 50px;line-height: 50px;background: #f2f2f2;text-align: center;padding: 0!important;margin: 0!important;font-size: 22px;color: #333333;}

.shoppingCartPage .part3{
    height: 240px;
}
.shoppingCartPage .part3 .part3_main{}
.shoppingCartPage .part3 .part3_main .Way{
    padding: 32px;
}
.shoppingCartPage .part3 .part3_main .Way .left{
    width: 43%;
}
.shoppingCartPage .part3 .part3_main .Way .left .item{font-size: 18px;color: #000000;height: 36px;line-height: 36px;}
.shoppingCartPage .part3 .part3_main .Way .left .item .checkbox{
    margin-right: 6px;
}
.shoppingCartPage .part3 .part3_main .Way .right{
    float: left;
}
.shoppingCartPage .part3 .part3_main .Way .right .item{font-size: 18px;color: #666666;line-height: 30px;height: 30px;}
.shoppingCartPage .part3 .part3_main .Way .left .item .txt{width: 200px;height: 34px;line-height: 34px;border: 1px solid #dddddd;padding-left: 10px;margin-left: 20px;}


.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul li input{
    width: 12px;
    line-height: 22px;
    height: 22px;
    text-indent: 0;
    padding-left: 0;
    float: left;
    position: absolute;
    left: 6px;
    }







.shoppingCartDetailPage{}
.shoppingCartDetailPage .part1{}
.shoppingCartDetailPage .part1 .left{width: 31.6%;}
.shoppingCartDetailPage .part1 .left .tit{font-size: 36px;color: #000000;font-weight: bold;margin-bottom: 200px;/* height: 36px;*/line-height: 40px;}
.shoppingCartDetailPage .part1 .left .cs{width: 110px;border-top: 1px solid #dddddd;padding-top: 20px;}
.shoppingCartDetailPage .part1 .left .cs p{font-size: 22px;color: #333333;line-height: 36px;}
.shoppingCartDetailPage .part1 .left .cs .time{font-size: 22px;color: #333333;margin-top: 30px;}
.shoppingCartDetailPage .part1 .right{width: 67%;}
.shoppingCartDetailPage .part1 .right .tit{font-size: 24px;color: #000000;padding-bottom: 30px;}
.shoppingCartDetailPage .part1 .right .conts{font-size: 22px;color: #333333;line-height: 40px;border-bottom: 1px solid #dddddd;padding-bottom: 30px;}
.shoppingCartDetailPage .part1 .right .cs{font-size: 22px;color: #333333;border-bottom: 1px solid #dddddd;padding: 30px 0;height: auto;display: inline-block;}
.shoppingCartDetailPage .part1 .right .cs span{font-size: 22px;color: #333333;width: 100px;float: left;}
.shoppingCartDetailPage .part1 .right .gm{margin-top: 40px;}
.shoppingCartDetailPage .part1 .right .gm .qj{width: 200px;float: left;margin-top: -8px;}
.shoppingCartDetailPage .part1 .right .gm .qj p{font-size: 24px;color: #000000;line-height: 32px;}
.shoppingCartDetailPage .part1 .right .gm .number{width: 150px;float: left;border: 1px solid #c8c8c8;height: 50px;background: #f5f5f5;margin-right: 20px;}
.shoppingCartDetailPage .part1 .right .gm .number button{font-size: 24px;color: #000000;height: 48px;width: 49px;float: left;border: 0;}
.shoppingCartDetailPage .part1 .right .gm .number span{font-size: 24px;color: #000000;width: 50px;height: 50px;display: block;float: left;text-align: center;line-height: 48px;}
.shoppingCartDetailPage .part1 .right .gm .dg .amore{display: block;float: left;text-align: center;line-height: 48px;background-color: #3dd3d7;width: 300px;height: 48px;font-size: 24px;color: #ffffff;    border: 0;font-family:  "华文楷体","楷体";}
.shoppingCartDetailPage .part2{padding-top: 80px;}
.shoppingCartDetailPage .part2 .tit{font-size: 22px;color: #333333;padding-bottom: 30px;}
.shoppingCartDetailPage .part2 .list{width: 103%;}
.shoppingCartDetailPage .part2 .list .item{ width: 31%;height: auto;float: left;margin-right: 2%;transition-duration: .6s;    position: relative;}
.shoppingCartDetailPage .part2 .list .item .img{    width: 100%;
    height: auto;transition-duration: .6s;}
.shoppingCartDetailPage .part2 .list .item .img img{width: 100%;height:auto;display:block}
.shoppingCartDetailPage .part1 .right .cs p{width: 544px;float: left;}
.shoppingCartDetailPage .part1 .right .gm .dg .amore:hover{background-color: #279598;}
.shoppingCartPage .content_main{margin-bottom: 80px;}

.shoppingCartDetailPage .part2 .list .item .bg{position: absolute;top: 0;left: 0;opacity: 0;    width: 100%;
    height: 100%;
    background: #dddddd6b;transition: all ease .3s;}
.shoppingCartDetailPage .part2 .list .item:hover .bg{opacity: 1;transition: all ease .3s;}

.registerPage{}
.registerPage .block{position: relative;margin: 0 auto;margin-top: 80px;width: 710px;height: 500px;border: 1px solid rgba(29, 29, 29, 0.64);background: url("./img/logo2396.jpg")no-repeat;background-size: 100%;}
.registerPage .photo{position: absolute;z-index: 1;width: 710px;height: 500px;background-color: rgba(0, 0, 0, 0.71);}
.registerPage .biao{margin-top: 20px;position: absolute;z-index: 2;margin-left: 150px;}
.registerPage li{position: relative;padding-left:20px ;list-style: none;line-height: 70px;width: 400px;border: 1px solid white;margin:5px auto;}
.registerPage li input[type=text]{padding-left: 20px;border-style: none;background: none;}
.registerPage input[type=submit]{margin-left: 150px;border-style: none;font-size: 25px;color: white;background: none;}
.registerPage .d{background-color: rgba(222, 53, 3, 0.71);}
.registerPage .txt{line-height: 50px;width: 280px;font-size: 15px;color: white;}
.registerPage .error{position: absolute;z-index: 2;left: 230px;color: rgba(253, 253, 253, 0.4);font-size: 14px;top: -8px;}
.registerPage li h2{display: block;}


.divAll{width: 820px;/* font-family:'黑体'; *//* margin:50px auto; */}
#titles{font-weight:bold;font-size:18px;height:50px;line-height:50px;background:#FFF9F3;text-align:center;border:1px solid #CCC;;}
#contents{margin-top:20px;background:#FFF9F3;border:1px solid #CCC;;}
#form-itemGroup{position: relative;}
#form-itemGroup .label{display:inline-block;width:100px;height:32px;line-height:32px;color:#666;text-align:right;}
#form-itemGroup .userName{width:200px;height:40px;line-height:40px;border: 1px solid #ddd;}
#form-itemGroup .default{width:200px;height:32px;line-height:32px;color:#999;}
#form-itemGroup .error{height:32px;line-height:32px;color:#F00;position: relative;left: -430px;top: -29px;}
#form-itemGroup .success{height:32px;line-height:32px;color:#096;}
.divBtn{transition: all ease .6s;margin-top:20px; cursor: pointer; margin-left: 250px;width: 370px;height: 64px;line-height: 64px;background-color: #82bd38;margin-bottom:10px;color:#ffffff;border:none;font-size: 24px;display: block;font-family: "华文楷体";} 
.divBtn1{transition: all ease .6s;margin-top: 10px;cursor: pointer;margin-left: 250px;width: 370px;height: 64px;line-height: 64px;background-color: #fff;color: #666666;border:none;font-size: 24px;border: 1px solid #cccccc;font-family: "华文楷体";} 
.divBtn:hover,.divBtn1:hover{transform: translateY(-4px);transition: all ease .6s;}


.zcBtn{
    position: absolute;
    margin-top: 20px;
}




.registerPage{}
.registerPage .part{
    padding-bottom: 150px;
	margin-left: 60px;
}
.registerPage .part .tit{font-size: 36px;color: #333333;padding-bottom: 20px;}
.registerPage .part .ftit{font-size: 24px;color: #333333;padding-bottom: 20px;}
.registerPage .part .divAll{}
.registerPage .part .divAll form{width: 820px;border: 1px solid #dddddd;background-color: #ffffff;}

.registerPage .part .divAll #form-itemGroup{height: 76px;border-bottom: 1px solid #dddddd;}
.registerPage .part .divAll #form-itemGroup .label{font-size: 20px;color: #333333;width: 200px;background-color: #f3f3f3;height: 76px;line-height: 76px;text-align: left;text-indent: 20px;position: relative;border-right: 1px solid #dddddd;border-bottom: 1px solid #dddddd;float: left;}
.registerPage .part .divAll #form-itemGroup .label span{font-size: 20px;color: #ffffff;border-radius: 4px;/* padding: 4px 10px; */position: absolute;right: 14px;top: 30px;width: 60px;height: 20px;/* display: inline-block; */line-height: 20px;text-align: center;text-indent: 0;color: #3dd3d7;font-weight: bold;}
.registerPage .part .divAll #form-itemGroup .userName{font-size: 20px;color: #333333;width: 380px;height: 40px;margin: 0 auto;display: block;margin-top: 18px;background: #fafafa;font-family: "华文楷体";}
.registerPage .part .divAll #form-itemGroup .default{font-size: 14px;color: #666666;width: 140px;display: inline-block;line-height: 18px;height: 18px;position: absolute;top: 20px;left: 40px;text-align: left;}
.registerPage .part .divAll #form-itemGroup .amid{font-size: 20px;width: 416px;border-right: 1px solid #dddddd;float: left;height: 76px;}
.registerPage .part .divAll #form-itemGroup .aright{width: 200px;float: left;height: 76px;line-height: 76px;text-align: center;position: relative;}
.registerPage .part .divAll #form-itemGroup .aright img{width: 11px;height: 10px;position: absolute;top: 24px;left: 10px;}
.registerPage .part .divAll .top_tit{font-size: 18px;color: #666666;height: 62px;line-height: 62px;text-align: left;text-indent: 20px;border-bottom: 1px solid #dddddd;}

.LogInPage .part .divAll #form-itemGroup .amid{width: 620px;border: 0;}
.LogInPage .part .divAll #form-itemGroup .userName{width: 480px;}
.LogInPage .part .divAll #form-itemGroup:last-child{border-bottom: 0px;}
.LogInPage .part .divAll form{border-bottom: 0;}
.LogInPage  .login{font-size: 24px;color: #333333;border-bottom: 1px solid #d4d4d4;    margin-left: 300px;}
.LogInPage .part{margin-left: 60px;}
.mb{display: none;}


/* 个人中心 */
.UserInfoPage .part {}
.top_nav{height: 90px;    margin-left: 120px;}
.top_nav .list{}
.top_nav .list .item{width: 150px;float: left;    border: 0;line-height: 20px;padding: 0;margin: 0;}
.top_nav .list .item img{width: 100%;display: block;object-fit: cover;}
.top_nav .list .item a{font-size: 18px;color: #333333;}
.top_nav .list .item .img{width: 19px;height: 19px;float: left;}
.top_nav .list .item .img1{display: block;}
.top_nav .list .item .img2{display: none;}
.top_nav .list .item p{float: left;    margin-left: 12px;}
.top_nav .list .item:hover a,.top_nav .list .item.hover a{color: #47c1c4;}
.top_nav .list .item:hover .img1,.top_nav .list .item.hover .img1{display: none;}
.top_nav .list .item:hover .img2,.top_nav .list .item.hover .img2{display: block;}
.UserInfoPage .part .divAll #form-itemGroup .amid1{    line-height: 72px;padding-left: 14px;}

.myorderPage{}
.myorderPage .part1{width: 1000px;margin-bottom: 30px;}
.myorderPage .part1 .top_tit{height: 50px;line-height: 50px;background-color: #f2f2f2;padding: 0 30px;}
.myorderPage .part1 .top_tit .time{font-size: 18px;color: #333333;float: left;}
.myorderPage .part1 .top_tit .state{font-size: 18px;color: #333333;float: right;}
.myorderPage .part1 .part1_main{border-bottom: 1px solid #e8e8e8;}
.myorderPage .part1 .part1_main .left{
    width: 750px;
}
.myorderPage .part1 .part1_main .left .item{
    border-bottom: 1px solid #e8e8e8;
    height: 100%;
    width: 100%;
    line-height: 130px;
    border: 0;
    padding-left: 0;
    margin: 0;
    border-right: 1px solid #e8e8e8;
    display: inline-block;
    margin-bottom: -6px;
    }
.myorderPage .part1 .part1_main .left .item .img{width: 90px;height: 90px;float: left;margin-top: 20px;margin-right: 30px;}
.myorderPage .part1 .part1_main .left .item .img img{width: 100%;height: 100%;}
.myorderPage .part1 .part1_main .left .item .name{font-size: 22px;color: #333333;float: left;width: 80%;/* overflow: hidden; *//* text-overflow: ellipsis; *//* white-space: nowrap; */line-height: 40px;padding-top: 20px;}
.myorderPage .part1 .part1_main .left .item .price{font-size: 20px;color: #000000;float: left;width: 170px;}
.myorderPage .part1 .part1_main .left .item .number{font-size: 16px;color: #333333;float: left;}
.myorderPage .part1 .part1_main .right{
    width: 250px;
    text-align: center;
    height: auto;
    padding-top: 40px;
    position: relative;
}
.myorderPage .part1 .part1_main .right .p1{font-size: 20px;color: #000000;}
.myorderPage .part1 .part1_main .right .p2{font-size: 16px;color: #999999;}
.myorderPage .part1 .part1_main .left .item:last-child{border-bottom: 0;}
/*.myorderPage .part1 .part1_main .left .item:first-child{border-bottom: 1px solid #e8e8e8;}*/
.myorderPage .part1 .top_tit .state.state1{color: #21a2a5;}
.myorderPage .part1 .part1_main .right #delorder{position: absolute;
    right: 6%;
    top: 56%;}

.ny_nav{}
.ny_nav .list{}
.ny_nav .list .item{cursor: pointer; margin-bottom: 50px; border: 1px solid #aaaaaa;padding: 0 36px;height: 44px;line-height: 44px;border-radius: 30px;    float: left;margin-right: 24px;}
.ny_nav .list .item a{font-size: 26px;color: #666666;height: 44px;line-height: 44px;text-align: center;}
.ny_nav .list .item:hover,.ny_nav .list .item.hover{background-color: #47c1c4;border: 1px solid #47c1c4;}
.ny_nav .list .item:hover a,.ny_nav .list .item.hover a{color: #fff;}



.shoppingCartPage .part2 input[type=radio]:after {position: absolute;width: 8px;height: 13px;top: 3px;content: " ";background-color: #fff;color: #fff;display: inline-block;visibility: visible;padding: 0px 3px;border-radius: 50%;border: 1px solid #b7b0b0;}

.shoppingCartPage .part2 input[type=radio]:checked:before {content: "";display: block;position: relative;top: 7px;left: 4px;width: 8px;height: 8px;color: #fff;font-weight: 400;z-index: 1;background: #0075ff;border-radius: 60px; }
input[type=radio]:checked:after{border: 1px solid #0075ff;}



@media screen and (max-width: 1700px){
    .headerRight{right:0;width:154px;}
    .headerLeft{left:1%}
    .headerRight .abtn1{
        border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 1320px){
	.location1 .sitepath{margin-left: 0!important;}
	.headerLeft{left: 20px;}
.home .content{margin-left: 190px;}
.brandPage .content{margin-left: 190px;}
.brandPage .content_main{width: 88%;}
.contactPage .content,.newsPage .content,.newsDetailPage .content,.productPage .content,.shoppingCartPage .content,.shoppingCartDetailPage .content,.registerPage .content,.LogInPage .content{    margin-left: 190px;}
.contactPage .content_main,.newsPage .content_main,.productPage .content_main,.shoppingCartPage .content_main,.shoppingCartDetailPage .content_main,.registerPage .content_main,.LogInPage .content_main{width: 90%;}
.newsDetailPage .content_main{width: 88%;}
.shoppingCartDetailPage .part1 .right .gm .dg .amore{width: 196px;}
.shoppingCartDetailPage .part1 .right .gm .qj{    width: 120px;}
.shoppingCartDetailPage .part1 .right .gm .qj p{font-size: 18px;}
.shoppingCartDetailPage .part2 .list .item{width: 28%;}


.divAll{    width: 620px;}
.registerPage .part .divAll form{    width: 620px;}
.registerPage .part .divAll #form-itemGroup .amid{width: 216px;}
.registerPage .part .divAll #form-itemGroup .userName{    width: 180px;}
.registerPage .part .divAll #form-itemGroup .aright{width: 180px;}
.LogInPage .part .divAll #form-itemGroup .userName{width: 380px;    margin-left: 20px;}
.LogInPage .part{margin-left: 10px;}
.contact_main_4 .item input{width: 75%;}
.shoppingCartPage .contact_main_4 .slideTxtBox .bd li .txt{width: 70%;}
.shoppingCartPage .contact_main_4 .item.bz .area{width: 70%;}
.contact_main_4 .item label{width: 80px;}
}
@media screen and (max-width: 1280px){.home_2 .swiper-slide{width: 30%!important;margin-right: 4%!important;}
.content{width: 92%;}}
@media screen and (min-width:800px) and (max-width:1100px){.content{width: 96%;}
.home_2 .swiper-container1{display: none;}
.home_2 .swiper-container2{display: block;}
.home_2 .swiper-slide{width: 48%!important;margin-right: 3%!important;}
.home_2 .swiper-pagination{left: -0px;}
.home_4 .home_4_main .list .item{height: 140px;}
.home_4 .home_4_main .list .item .left{width: 240px;height: 140px;}
.home_4 .home_4_main .list .item .right{padding-left: 20px;width: 60%;}
.home_4 .home_4_main .list .item .right .p2{font-size: 20px;}
.home_4 .home_4_main .list .item .right .p1{font-size: 14px;}
.home_3 .scaleImg{width: 156px;height: 125px;}
.home_3 .img.scaleImg{width: 100%;height: 188px;}
.home_3 .img.scaleImg2{width: 100%;height: 188px;}
.home_3 .content{width: 90%;}
.contact_main_3 .item{    width: 30%;}
.shoppingCartPage .part1 .goods-item .car-goods-info .goods-image{display: none;}
.shoppingCartPage .part1 .goods-item .car-goods-info.cg1{width: 6%;}
.shoppingCartPage .part1 .goods-item .car-goods-info:nth-child(2){width: 24%;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:first-child{width: 30%;}


}
@media screen and (max-width: 784px){.home .title p{font-size: 24px;font-weight: 400;}
.contmain iframe{max-width:100%;height:auto;}
 .scaleImg img{transition-duration: .6s;-webkit-transition-duration:.6s;display: block;width: 100%;}
.scaleImg:hover img{transform: scale(1.1);/* filter: grayscale(0);*/} 

header{display: none;}
.content{width: 88%;}
.home_1{margin-top: 20px;height: 160px;}
.home_1 .left{
    padding: 10px 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    }
.home_1 .right .txtMarquee-top{width: 100%;}
.home_1 .right{margin-left: 0;}
.home_1 .right{font-size: 16px;color: #000000;padding-top: 0px;float: left;}
.home_2 .swiper-container1{display: none;}
.home_2 .swiper-container2{display: block;}
.home_2 .swiper-slide{width: 49%!important;margin-right: 4%!important;}
.home_3 .img.scaleImg{width: 100%; height: 150px;}
.home_3 .img.scaleImg2{width: 100%; height: 150px;}
.home_3 .scaleImg{width: 50%;}
.home_3 .scaleImg span{background-color: rgb(0 0 0 / 0%);}
.home_3 .scaleImg::before{opacity: 1;}
.home_4 .home_4_main .list .item{height: 110px;background: #ffffff;margin-bottom: 26px;transition-duration: .6s;cursor: pointer;}
.home_4 .home_4_main .list .item .left{width: 50%;height: 110px;}
.home_4 .home_4_main .list .item .right{width: 48%;float: left;padding-top: 4%;padding-left: 3%;height: 100px;}
.home_4 .home_4_main .list .item .right .p1{font-size: 12px;color: #333333;}
.home_4 .home_4_main .list .item .right .p2{font-size: 12px;color: #000000;padding-top: 4px;line-height: 20px;}
footer form .text{width: 70%;    padding-left: 40px;}
footer form input{font-size: 16px;}
footer .bottom p:first-child a{font-size: 15px;margin-right: 28px;}
footer .bottom p:last-child a{float: left;}
.home_4 .home_4_main .more{transition: all ease .6s; margin: 0 auto; margin-top: 60px; font-size: 18px; color: #000000; width: 530px; height: 44px; line-height: 44px; text-align: center; display: block; border: 1px solid #999999; background-color: #ffffff;width: 100%; margin-top: 20px;}
.mb{display: block;}
.mb{position: relative;height: 60px;background-color: #fff;box-shadow: 0px 4px 6px rgba(0,0,0,.15);}
.mb .logo{margin-top: 6px;}
.mb .logo img{height: 48px;}
.mb ul.right{position: absolute;top: 60px;left: 0;width: 100%;background-color: #fff;border-top: 1px solid rgba(0, 0, 0, 0.15);box-shadow: 0px 4px 6px rgba(0,0,0,.15);transform: translateX(105%);-webkit-transform: translateX(105%);-moz-transform: translateX(105%);transition: .5s;-webkit-transition: .5s;z-index: 99;}
.mb ul.right.active{transform: translateX(0);-webkit-transform: translateX(0);-moz-transform: translateX(0);}
.mb ul.right>li{padding: 0;width: 100%;margin: 0;}
.mb ul.right>li>a{padding: 0 15px;width: 100%;line-height: 40px;}
.mb ul.right>li>a::before, .mb ul.right>li>a::after, .mb ul.right>li>a span{display: none;}
.mb .hdBtn{position: relative;display: inline-block;width: 44px;height: 32px;overflow: hidden;white-space: nowrap;color: transparent;z-index: 3;margin-top: 14px;}
.mb .hdBtn span{position: absolute;display: inline-block;height: 3px;width: 30px;background: #47c1c4;top: 50%;right: 8px;margin-top: -2px;}
.mb .hdBtn span::before{content: " ";position: absolute;display: inline-block;height: 3px;width: 30px;background: #47c1c4;top: 8px;}
.mb .hdBtn span::after{content: " ";position: absolute;display: inline-block;height: 3px;width: 30px;background: #47c1c4;top: -8px;}
.mb .hdBtn.close span{height: 0;}
.mb .hdBtn.close span::before{transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);top: 0;}
.mb .hdBtn.close span::after{transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);top: 0;}
.home_2{padding: 20px 0;}
.content_main{padding-top: 50px;}
.location1{margin-bottom: 60px;}
.location .sitepath a{font-size: 16px;}
.brandPage .content_main .part1 .img img{height: auto;}
.brandPage .content_main .part1 .img{height: 100%;}
.brandPage .content_main .part1 p{font-size: 22px; color: #000000; height: 40px; line-height: 40px; text-align: right;}
.brandPage .content_main .part2 .list .item{width: 32%; float: left; margin-right: 1%;}
.brandPage .content_main .part2 .list .item .img{width: 100%; height: auto;}
.brandPage .content_main .part2 .list .item .img img{width: 100%; height: 100%;}
.brandPage .content_main .part2 .list .item p{font-size: 20px; color: #000000; text-align: right; height: 40px; line-height: 40px;}
.brandPage .content_main .part2 .list{width: 102%;}
.brandPage .content_main .part3{padding-top: 50px; height: auto;}
.brandPage .content_main .part3 .tit1{font-size: 28px; color: #000000; font-weight: bold; text-align: center;}
.brandPage .content_main .part3 .tit2{font-size: 22px; color: #000000; text-align: center; padding-bottom: 30px;}
.brandPage .content_main .part3 .part3_main .left{width: 100%; height: auto;}
.brandPage .content_main .part3 .part3_main .right{width: 100%;background-color: #FFFFFF;padding: 0;height: 115px;}
.brandPage .content_main .part3 .part3_main .right .right1{
    border-right: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    text-align: center;
    float: left;
    margin-top: 19px;
    padding-right: 0px;
    width: 50%;
    padding-left: 30px;
    display: none;
}
.brandPage .content_main .part3 .part3_main .right .right2{border-bottom: 0px solid #cccccc;/* padding-top: 50px; */text-align: center;float: left;padding-top: 0px;padding-right: 10px;width: 100%;}
.brandPage .content_main .part3 .part3_main .right .right3{display: block;font-size: 18px;color: #333333;height: 40px;line-height: 40px;text-align: center;float: left;padding-top: 0px;/* padding-left: 10px; */width: 100%;}
.contactPage .cont .part1{padding-bottom: 100px;}
.contactPage .cont .part1 .tit{text-indent: 0px; font-size: 26px; color: #000000; height: 60px; line-height: 60px; border-bottom: 1px solid #dddddd; font-weight: bold;}
.contactPage .cont .part1 .list .item{line-height: 70px; height: 70px; border-bottom: 0px solid #dddddd;}
.contactPage .cont .part1 .list .item .p1{text-indent: 0px; width: 274px; float: left; font-size: 22px; color: #000000;}
.contactPage .cont .part1 .list .item .p2{text-indent: 0px; font-size: 20px; color: #000000; float: left;    border-bottom: 1px solid #dddddd;width: 100%;}
.contactPage .cont .part1 .list .item img{width: 80px; height: 80px; margin-top: 0px;}
.contactPage .cont .part2{height: 250px;}
.contactPage .cont .part2 iframe{height: 250px!important;width: 100%!important;}
.contact_main_3{text-align: center; clear: left; padding-bottom: 0px; padding-top: 0px;}
.contact_main_3 .title h3{font-size: 24px; color: #000; font-weight: normal; padding: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; text-align: left;}
.contact_main_3 .item{float: left; position: relative; width: 100%; height: 50px; line-height: 50px; padding-top: 0; background: #fff; margin-bottom: 18px; border: #dddddd solid 1px;}
.contact_main_3 .item.item4, .contact_main_3 .item.item3{margin-left: 0;}
.contact_main_3 .item1{border: 0; width: 100%; height: 140px;}
.contact_main_3 .item .area{width: 100%; height: 140px; background: #fff; font-size: 14px; text-indent: 8px; resize: none; -webkit-appearance: none; color: #999999; line-height: 40px; padding-left: 6px; border: #dddddd solid 1px;}
.contact_main_3 .submit{display: block; clear: left; float: left; width: 100%; height: 50px; line-height: 50px; margin-top: 20px;}
.contact_main_3 .submit .btn1{width: 100%; height: 50px; font-size: 16px; line-height: 41px; color: #ffffff; cursor: pointer; border: #d3d7e3 solid 1px; background-color: #3dd3d7; display: inline-block; margin-bottom: 50px;}
.newsDetailPage .cont .tit{font-size: 18px;color: #000000;height: auto;line-height: 30px;/* border-bottom: 1px solid #dddddd; */padding-bottom: 10px;}
.newsDetailPage .cont .cs{height: auto;line-height: 36px;margin-bottom: 20px;}
.newsDetailPage .cont .cs span{font-size: 14px;color: #333333;margin-right: 10px;}
.newsDetailPage .cont .contmain p{font-size: 18px; color: #333333; line-height: 28px;}
.productPage .part1{margin-bottom: 0px;}
.productPage .part1 .tit{font-size: 24px;color: #000000;font-weight: 400;padding-bottom: 26px;height: 90px;line-height: 20px;text-align: left;padding-left: 10px;padding-top: 6px;}
.productPage .part1 .list{width: 102%;}
.productPage .part1 .list .item{width: 48%; float: left; height: auto; margin-right: 2%; margin-bottom: 0%;}
.productPage .part1 .list .item .scaleImg{width: 100%;height: 140px;}
.productPage .part1 .list .item .info{height: 60px;line-height: 50px;text-indent: 0px;text-align: center;background-color: #FFFFFF;}
.productPage .part1 .list .item .info .left .name{transition: all ease .3s;font-size: 12px;color: #000000;width: 100%;}
.shoppingCartPage .part1 .car-headers-menu{height: 50px; line-height: 50px; background-color: #f2f2f2;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:first-child{width: 26%;}
.shoppingCartPage .part1 .car-headers-menu .car-menu{float: left; font-size: 16px; color: #333333;}
.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(2),.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(3),.shoppingCartPage .part1 .car-headers-menu .car-menu:nth-child(4){margin-right: 2%;}
.shopping-car-container .goods-content .goods-item{margin-top: 20px; border-bottom: 1px solid #e8e8e8; padding-bottom: 20px;}
.shopping-car-container .panel-body{height: 70px;line-height: 20px;padding: 0 0px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.cg1{margin-top: 30px; width: 5%;}
.shoppingCartPage .part1 .goods-item .car-goods-info{text-align: center;width: 22%;float: left;font-size: 14px;color: #333333;}
.shoppingCartPage .part1 .goods-item .car-goods-info:nth-child(2){width: 16%;}
.shoppingCartPage .part1 .goods-item .car-goods-info .goods-image{display: none;}
.shoppingCartPage .part1 .goods-item .car-goods-info #goods-info{font-size: 14px;color: #333333;height: auto;line-height: 20px;display: block;float: left;margin-left: 0px;padding-top: 30px;width: 90%;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-counts{padding-top: 30px;margin-right: 0px;width: 19%;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group{border: 1px solid #c8c8c8; background: #f5f5f5; height: 19px; border-left: 0; border-right: 0;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .input-group-btn{float: left; width: 22px; line-height: 16px; height: 17px; text-align: center; border-right: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .form-control{position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; display: block; width: 25%; height: 34px; /* padding: 6px 12px; */ font-size: 14px; line-height: 1.42857143; color: #555; background-color: #f5f5f5; background-image: none; border: 0; height: 16px;}
.shoppingCartPage .part1 .goods-item .car-goods-info .input-group .input-group-btn{float: left; width: 22px; line-height: 16px; height: 17px; text-align: center; border-right: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-price,.shoppingCartPage .part1 .goods-item .car-goods-info.goods-money-count{padding-top: 30px; margin-right: 0px;}
.shoppingCartPage .part1 .goods-item .car-goods-info.goods-operate{padding-top: 30px;width: 13%;}
.shoppingCartPage .part1 .car-headers-menu .car-menu{width: 16%;}
.shoppingCartPage .part1 .panel .it2{width: 30px; float: left; margin-right: 10px;}
.bottom-menu{display: flex;align-items: center;justify-content: center;padding-top: 9px;}
.shoppingCartPage .part1 .panel .it4{width: 150px;float: left;font-size: 16px;}.contact_main_4 .item{width: 100%;}
.contact_main_4 .item.it5{width: 100%;}
.contact_main_4 .item input{width: 66%; height: 46px; font-size: 14px; line-height: 46px; text-indent: 8px; border: none; background-color: #fff; color: #999999; padding-left: 6px; *text-indent: 0px; background: #fff;}
.contact_main_4 .submit{position: absolute; bottom: -65px; left: 0; height: 50px; line-height: 50px; width: 100%;}
.contact_main_4 .submit .btn1{width: 100%;}
.contact_main_4 .submit .btn2{width: 100%;margin-top: 20px;}

.contact_main_4 .submit.mb .btn2{margin-top: 0;}
.contact_main_4 .submit.mb .btn1{margin-top: 20px;}
.contact_main_4{/* height: 400px; */margin-bottom: 80px;}
.shoppingCartDetailPage .part1 .left .tit{font-size: 24px;color: #000000;font-weight: 100;margin-bottom: 10px;height: 36px;line-height: 36px;}
.shoppingCartDetailPage .part1 .right{width: 100%; padding-top: 20px;}
.shoppingCartDetailPage .part1 .right .tit{font-size: 16px;color: #000000;padding-bottom: 20px;font-weight: 400;}
.shoppingCartDetailPage .part1 .right .conts{font-size: 20px; color: #333333; line-height: 30px; border-bottom: 1px solid #dddddd; padding-bottom: 30px;}
.shoppingCartDetailPage .part1 .right .cs{font-size: 18px; color: #333333; border-bottom: 1px solid #dddddd; padding: 10px 0; height: auto; display: inline-block; width: 100%;}
.shoppingCartDetailPage .part1 .right .gm{margin-top: 40px;}
.shoppingCartDetailPage .part1 .right .gm .qj{width: 156px; float: left; margin-top: -8px;}
.shoppingCartDetailPage .part1 .right .gm .qj p{font-size: 16px; color: #000000; line-height: 32px;}
.shoppingCartDetailPage .part1 .right .gm .number{width: 132px; float: left; border: 1px solid #c8c8c8; height: 50px; background: #f5f5f5; margin-right: 20px;}
.shoppingCartDetailPage .part1 .right .gm .dg .amore{display: block; float: left; text-align: center; line-height: 48px; background-color: #3dd3d7; width: 100%; height: 48px; font-size: 20px; color: #ffffff; margin-top: 20px;}
.shoppingCartDetailPage .part1 .right .cs p{width: 100%; float: left;    font-size: 16px;}
.shoppingCartDetailPage .part2 .tit{font-size: 20px; color: #333333; padding-bottom: 30px;}
.shoppingCartDetailPage .part2 .list .item{width: 48%; height: auto; float: left; margin-right: 2%; margin-bottom: 4%;}
.shoppingCartDetailPage .part2 .list .item .img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{width: 30px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.txtMarquee-top .infoList li:hover span{color: #333;}
.home .title{margin-bottom: 20px;}
.home_2 .swiper-slide a .info .name{font-size: 12px;}
.home_2 .swiper-slide a .info .tit{100%}
.home_2 .swiper-slide a .info{padding:6px 4px;}
.home_2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: -12px;}
.home_3{padding: 30px 0;}
.scaleImg:hover img{transform: none;}
.home_3 .scaleImg:hover span{opacity: 1;}
.home_4{padding-bottom: 30px; padding-top: 30px;}
.brandPage .content_main .part3 .part3_main .right .right1 .p1{font-size: 26px;float: left;}
.brandPage .content_main .part3 .part3_main .right .right1 .p2{font-size: 16px;float: left;}

.home .content{margin-left: 0;margin: 0 auto;margin-top: 20px;}


.contactPage .content,.newsPage .content,.newsDetailPage .content,.productPage .content,.shoppingCartPage .content,.shoppingCartDetailPage .content,.brandPage .content,.registerPage .content{    margin-left: 0px;margin: 0 auto;}
.contactPage .content_main,.newsPage .content_main,.productPage .content_main,.shoppingCartPage .content_main,.shoppingCartDetailPage .content_main,.brandPage .content_main,.registerPage .content_main{width: 100%;}
.newsDetailPage .content_main{width: 100%;}
.brandPage .content_main .part3 .part3_main .right .right2 img{    width: 22%;
    height: auto;
    margin: 0;
    display: block;
    float: left;
    margin-left: 20px;}
.brandPage .content_main .part3 .part3_main .right .right2 p{font-size: 20px;padding-top: 2px;padding-bottom: 10px;}
.contactPage .cont .part1 .list .item:last-child{display: none;}
#dituContent{width: 100%!important;}
.submit.pc{display: none;}
.submit.mb{display: block;}
.scaleImg1 img{width: 100%;height: 136px;}
.home_3 .left{width:100%;}
.home_3 .scaleImg2{width: 50%;}
.shoppingCartDetailPage .part1 .left{width:100%;}
.registerPage .part .divAll{    width: 100%;}
.registerPage .part .divAll form{width: 100%;}
.registerPage .part .divAll #form-itemGroup .label{width: 30%;line-height: 80px;text-indent: 4px;font-size: 18px;}
.registerPage .part .divAll #form-itemGroup .amid{width: 50%;font-size: 16px;}
.registerPage .part .divAll #form-itemGroup .userName{width: 90%;font-size: 16px;}
.registerPage .part .divAll #form-itemGroup .aright{width: 20%;font-size: 10px;}
.registerPage .part .divAll #form-itemGroup .label span{
    right: 26px;
    top: 54px;
    font-size: 16px;
    }
.registerPage .part .divAll #form-itemGroup .default{width: 50px;left: 8px;font-size: 12px;top: 4px;}
.registerPage .part .divAll #form-itemGroup .aright img{left: 4px;top: 8px;}
.divBtn,.divBtn1{width: 88%;margin-left: 0px;font-size: 18px;}
.zcBtn{width: 100%;}
#form-itemGroup .error{left: -130px;font-size: 10px;}
.registerPage .part .divAll .top_tit{font-size: 14px;}
.LogInPage .part .divAll #form-itemGroup .label{line-height: 80px;width: 24%;}
.LogInPage .part .divAll #form-itemGroup .amid{width: 70%;}
.LogInPage .login{margin-left: 0px;font-size: 22px;}
.registerPage .part{margin-left: 0px;}
.location1 .sitepath{    margin: 0 auto!important;}
.top_nav .list .item{    width: 50%;margin-bottom: 10px;}
.top_nav{margin-left: 0;}
.myorderPage .part1{width: 100%;}
.myorderPage .part1 .top_tit{padding: 0 10px;}
.myorderPage .part1 .part1_main .left{    width: 80%;}
.myorderPage .part1 .part1_main .left .item .img{display: none;}
.myorderPage .part1 .part1_main .left .item .name{width: 90%;    font-size: 18px;}
.myorderPage .part1 .part1_main .left .item .price{width: 30%;    font-size: 18px;}
.myorderPage .part1 .part1_main .left .item .number{width: 10%;    font-size: 14px;}
.myorderPage .part1 .part1_main .right{    width: 20%;}
.myorderPage .part1 .part1_main .right .p1{    font-size: 18px;}
.myorderPage .part1 .part1_main .right .p2{font-size: 12px;}
.myorderPage .part1 .top_tit .time,.myorderPage .part1 .top_tit .state{font-size: 12px;}
.txtMarquee-top .infoList li span{font-size:12px;}
.home_3 .scaleImg2 span{font-size:16px;    line-height: 140px;}
.myorderPage .part1 .part1_main .right #delorder{    position: absolute;
    right: 6%;
    top: 106%;}


.newsDetailPage .cont .contmain p,.newsDetailPage .cont .contmain  span{font-size:16px!important;}
.brandPage span{font-size:16px!important;}
.brandPage .cont{margin-top:60px;}
.content_main{padding-bottom:40px;}
.shoppingCartDetailPage .part1 .left .cs p{font-size: 18px;}
.shoppingCartDetailPage .part1 .left .cs .time,.shoppingCartDetailPage .part1 .right .cs span{font-size: 18px;}
.scaleImg2 img{width:100%;}
.location{line-height:30px;    padding-top: 10px;}
.location1 .sitepath.content{width:100%!important;}
.shoppingCartDetailPage .part1 .right .gm .number button{    font-size: 22px;width: 40px;}
.shoppingCartDetailPage .part1 .right .gm .number span{    font-size: 20px;    width: 50px;}
#myAlertBox_main{width:250px!important;}
.abtn1{float:left;margin-left:15px;padding-bottom: 10px;margin-right: 20px;}
.modal-content{width:100%;}
.shoppingCartPage .part1 .panel .it5 span{font-size:16px;}
.home_3 .left_main .scaleImg2 span{line-height: 140px;}

.ny_nav{}
.ny_nav .list{}
.ny_nav .list .item{cursor: pointer;margin-bottom: 20px;border: 1px solid #aaaaaa;padding: 0 10px;height: 34px;line-height: 34px;border-radius: 30px;float: left;margin-right: 24px;}
.ny_nav .list .item a{font-size: 20px;color: #666666;height: 34px;line-height: 34px;text-align: center;}
.ny_nav .list .item:hover,.ny_nav .list .item.hover{background-color: #47c1c4;border: 1px solid #47c1c4;}
.ny_nav .list .item:hover a,.ny_nav .list .item.hover a{color: #fff;}
.contact_main_4 .list{padding-left: 14px;    padding-top: 10px;}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul li{padding: 0 10px;margin-bottom: 10px;text-indent: 8px;font-size: 12px;}
.shoppingCartPage .bill{width: 68%;}
.shoppingCartPage .contact_main_4 .slideTxtBox .bd li .txt{width: 56%;}
.shoppingCartPage .contact_main_4 .item.fs{height: 170px;}
.shoppingCartPage .contact_main_4 .item.fs1{height: 140px;}
.shoppingCartPage .part3 .part3_main{height: 340px;border: 1px solid #e8e8e8;margin-top: 68px;position: relative;}
.shoppingCartPage .part3 .part3_main .title{height: 50px;line-height: 50px;background: #f2f2f2;text-align: center;padding: 0!important;margin: 0!important;font-size: 22px;color: #333333;}

.shoppingCartPage .part3{
    height: 340px;
}
.shoppingCartPage .part3 .part3_main{}
.shoppingCartPage .part3 .part3_main .Way{
    padding: 32px;
}
.shoppingCartPage .part3 .part3_main .Way .left{
    width: 100%;
}
.shoppingCartPage .part3 .part3_main .Way .left .item{font-size: 18px;color: #000000;height: 36px;line-height: 36px;}
.shoppingCartPage .part3 .part3_main .Way .left .item .checkbox{
    margin-right: 6px;
}
.shoppingCartPage .part3 .part3_main .Way .right{
    float: left;
    margin-top: 20px;
}
.shoppingCartPage .part3 .part3_main .Way .right .item{font-size: 18px;color: #666666;line-height: 30px;height: 30px;}
.shoppingCartPage .part3 .part3_main .Way .left .item .txt{width: 130px;height: 34px;line-height: 34px;border: 1px solid #dddddd;padding-left: 10px;margin-left: 20px;}

.shoppingCartPage  .contact_main_4 .fs1 .slideTxtBox .hd ul li{width: 60%;}

.shoppingCartPage  .contact_main_4 .fs1 .slideTxtBox .hd ul li input{width:8%}

.contact_main_3 .bz{font-size:16px;}
.shoppingCartPage .contact_main_4 .slideTxtBox .hd ul li input{left:-6px;}
.brandPage .content_main .part3 .part3_main .right .right1 .p3{display:none;}
.myorderPage .part1 .part1_main .left .item{    min-height: 130px;}




}

