/*全局控制*/

@charset "utf-8";

/*全局控制*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

div,
dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

p,
blockquote,
th,
td
/* table elements 表格元素 */

{
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

{
    font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化
*/

table,
td,
tr,
th {
    font-size: 12px;
}

caption,
th {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** 重置列表元素 **/

ul,
ol,
li {
    list-style: none;
}

li {
    list-style-type: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-weight: normal;
    font-style: normal;
}

del,
ins {
    text-decoration: none;
}


/** 重置文本格式元素 **/

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:visited {
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:active {
    color: #666;
}


/** 重置表单元素 **/

legend {
    color: #666;
}


/* for ie6 */

fieldset,
img {
    border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

sup {
    vertical-align: text-top;
}


/* 重置，减少对行高的影响 */

sub {
    vertical-align: text-bottom;
}


/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{max-width: 100%;}

/** 清除浮动 **/

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

body {
    background: #fff;
    font: 14px/20px Microsoft Yahei, simsun, Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

input {
    _background: #fff;
}

textarea {
    background: #fff;
}

select {
    *background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bl1 {
    clear: both;
    height: 1px;
    overflow: hidden;
    display: block;
}

.bl5 {
    clear: both;
    height: 5px;
    overflow: hidden;
    display: block;
}

.bl10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.bl15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.bl20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.bl30 {
    clear: both;
    height: 30px;
    overflow: hidden;
    display: block;
}

.bl40 {
    clear: both;
    height: 40px;
    overflow: hidden;
    display: block;
}

.bl50 {
    clear: both;
    height: 50px;
    overflow: hidden;
    display: block;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fnb {
    font-weight: 200;
    margin-left: -1px;
}

.hr_1,
.hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.hr_1 {
    height: 1px;
}

.hr_10 {
    height: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

.wrap {
    width: 1360px;
    margin: 0 auto;
    text-align: left;
}
.wrap1{ width: 1200px;
    margin: 0 auto;
    text-align: left;}

.header .logo {
    width:281px;
    /* height: 54px; */
    margin-top: 28px;
}
.header .logo a{ width: 208px;}

.header .logo img {
    width: 100%;
}
header.head.bgcolor .nav li a{ color: #333;}
header.head.bgcolor .phone{ color: #0e2265;}
header.head.bgcolor .phone i{ background-position: -228px -103px;}
.head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;    
     background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;

}
.header{height: 90px;}

.nav li {
    float: left;
    margin-right:35px;
    font-size: 16px;
    /* height: 55px; */
    position: relative;
    text-align: center;
}
.navChild{ position: absolute; top: 90px; left: -40px; width: 140px; text-align: center; display: none;}
.navChild a{
    width:140px;
    height:40px;
    background:rgba(102,102,102,.5);
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.nav li>a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff; 
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s;
}

 .nav li.on a::after,
 .nav li:hover a::after {
    width: 100%;
}


.nav li>a {
    display: block;
    color: #fff;
    width: 65px;
    line-height: 90px;
}


.head.bgcolor .nav li a::after{ background: #0e2265;}
.header .phone {
    margin-top: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.phone i {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../img/phone.png) no-repeat;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner a,
.banPic,
.banPic .swiper-slide {
    width: 100% !important;
    height: 700px;
}

.banner li a {
    display: block;
    cursor: pointer;
}

.swiper-pagination.dot_style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 10;
}

.dot_style .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
    background: #6a6767;
    font-size: 0;
}

.dot_style .swiper-pagination-bullet-active {
    background: #fff;
}

.cont1left{width: 480px;}
.cont1left .title h2{display: inline-block;font-size:30px; font-weight:bold;vertical-align: middle;} 
.cont1left .title i{display: inline-block; background: url(../img/Inco.png); width: 56px; height: 57px;vertical-align: middle; margin-right: 25px;}
.cont1left .title  span{ color: #999; font-size:20px;vertical-align: middle; margin-left: 5px;}
.aboutCont p{font-size: 16px; line-height: 180%;color: #999;}
.aboutCont{ margin-top: 30px;}
.aboutCont .more{ margin-top: 30px; transition: all .5s;
    width:140px;
height:50px;
border:1px solid rgba(4,0,1,1); font-size: 16px; line-height: 50px; text-align: center; display: block;
}
.aboutCont .more:hover,a.seemore:hover{ background-color: #F3620B; color: #fff; border-color: #F3620B;}
.cont1right { width: 632px; position: relative; text-align: right;} 
.cont1right .img1{ width: 520px; height: 471px;}
.cont1right .img2{ width: 510px; height: 331px; position: absolute; left: 0; top: 70px;} 
.container2{ background: url(../img/bg.jpg) no-repeat; padding: 80px 0;}
.divName i{background: url(../img/Inco.png); width: 56px; height: 57px; display: block; margin: 0 auto;}
.divName strong{ font-size: 30px; line-height: 180%;}
.divName span{ color: #999; font-size:20px; }
.producttype a{ margin: 0 10px; font-size: 16px; color: #666; }
.producttype a.on{ color: #F3620B;}
.product ul li{ margin-top:40px; float: left; margin-right: 25px;}
.product ul li a{display: block; width: 380px; height: 277px; position: relative; overflow: hidden;}
.product ul li a img{  width: 380px; height: 277px;  transition: all .5s;}
.product ul li:hover a img{ transform: scale(1.2);}
a.seemore{width:160px;transition: all .5s;
    height:40px; line-height: 40px; text-align: center; font-size: 16px;
    border:1px solid rgba(51,51,51,1); margin: 80px auto 0; display: block;}
.storePic{ margin-top: 60px; position: relative;}
.storePic .img1{ display: block; width: 478px; height: 400px;float: left; }
.storePic ul{ float: left; width: 720px;}
.storePic ul li{ float: left; width: 240px; height: 200px; overflow: hidden; }
.storePic ul li img{width: 240px; height: 200p; display: block;}
.lastli a{display: block;width:109px; text-align: center; margin: 50px auto; color: #fff;
    height:98px;    padding: 28px 0;
    border:1px solid rgba(255,255,255,1);}
.lastli{ background:rgba(232,68,43,1); }
.container3::after{ content: ''; width: 149px; height: 129px; background: url(../img/ico.png) no-repeat; position: absolute; right: -178px; bottom: 0;}
.container3 { position: relative;}
.container4{ background: url(../img/bg1.png) no-repeat; background-size: cover; padding: 70px 0 80px;}
.newsContent{ margin-top: 60px;}
.newleft{ width: 470px; height: 352px;}
.newleft .swiper-slide img{ display: block;width: 470px; height: 352px;}
.newleft .swiper-slide{ position: relative;}
.newleft .swiper-slide a{ display: block; text-align: center; position: absolute; bottom: 0; left: 0; height: 40px; line-height: 40px; font-size: 16px; color: #fff; background:rgba(232,68,43,.6); width: 100%;}
.arrow{ position: absolute;width:30px;
height:80px; z-index: 10; top: 50%; margin-top: -40px; 
background-color:rgba(122,122,122,.6);}
.teamRightBtn{ background-image: url(../img/arr1.png); background-repeat: no-repeat; background-position: center;right: 0;}
.teamLeftBtn{ background-image: url(../img/arr2.png); background-repeat: no-repeat; background-position: center;left: 0;}
.newright{ width: 635px;}
.newright li{ margin-bottom: 25px;}
.newright li .Img{ width: 154px; height: 100px;}
.newright li .Img img { display: block; width: 154px; height: 100px;}
.newright li .txt{ width: 390px; margin-left: 30px;} 
.newright li .txt .title a{width: 75%; font-size: 16px;}
.newright li:hover .txt .title a{ color: #F3620B;}
.newright li .txt .title { position: relative;}
.newright li .txt .title span{ position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}
.newright li .txt p{ line-height: 180%; font-size: 14px; margin-top: 10px; color: #666;}
.container5 .wrap1{ width: 1140px;}
.footer{ background-color: #444; padding-top: 45px;}
.fcontent1{ padding: 0 30px 40px; border-bottom: #999 1px solid;}
.f_left div{ font-size: 14px; color: #FFF; position: relative; padding-top: 10px; margin-top: 15px;}
.f_left div::after{ content: '';width:13px;  height:5px; background: #fff; position: absolute; top:0; left: 0;}
.f_left div p{ margin-top: 20px; font-size: 16px;}
.f_right{ width: 170px; text-align: center; font-size: 20px; color: #fff;}
.f_right img{ display: block;width: 150px;  height: 150px; margin:0 auto 10px;}
.fcontent2{ height: 60px; line-height: 60px; color: #fff; text-align: center;}
.fcontent2 a{color: #fff}
/* 内页start */
.wrap2{ width: 1000px; margin: 0 auto;}
.insideBan{ width: 100%; height: 500px;}
.w_title h1{font-size: 42px; color: #1a1a1a; line-height: 150%; }
.w_title p span{ color: #F3620B;}
.brandcont{ margin-top: 80px;}
.navBar{margin-top: 90px;}
.navBar a{ display: inline-block;width:116px;text-align: center; line-height: 36px;
height:36px;
border:1px solid rgba(51,51,51,1);
border-radius:18px; font-size: 16px; color: #4D4D4D; margin: 0 10px; }
.navBar a.on,.navBar a:hover{ background-color: #F3620B; border-color: #F3620B;  color: #fff;}
.brandintro h2{ font-size: 24px; color: #000; text-align: center; margin-top: 60px;}
.brandintro  p{ color: #666; font-size: 14px; margin-top: 40px; line-height: 180%;}
.brandintro img{ margin-top: 40px;}
.history li span{ display: inline-block; width:106px;
    height:106px;
    background:rgba(232,68,43,1);
    border-radius:50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 106px;
}
.history li{ padding-top: 70px; display: flex; justify-content: space-between; position: relative; align-items: center;}
.history li p.content{width:950px; padding: 0 25px; line-height: 150%;
    height:107px; font-size: 20px; color: #666; display: flex; align-items: center;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 9px 1px rgba(7,0,2,0.09);}
.history{ padding: 0 45px;}
.history li::after{ content: ''; width: 5px; height: 100%; background:rgba(232,68,43,1); position: absolute; left: 50px; top: 116px; z-index: -1;}
.history li:last-child::after{ display: none;}
.brandadvtage .img1{ display: block; margin: 0 auto;}
.brandadvtage p{width:390px;
    height:60px;
    background:rgba(232,68,43,1);
    border-radius:30px; font-size: 15px; color: #fff; padding: 10px 20px; position: absolute; line-height: 140%; margin-top: 0;}
.brandadvtage .p1{  left: 0; top: 0;}
.brandadvtage .p2{  right: 0; top: 0;}
.brandadvtage .p3{  left: 0; bottom: 96px;}
.brandadvtage .p4{  right: 0; bottom: 96px;}
.brandadvtage .p5{  left: 50%; margin-left: -195px; bottom: 0;}
.brandadvtage{ position: relative; padding-bottom: 110px;}
.productlist li{width: 372px; float: left; margin-right: 20px; margin-top: 20px;}
.productlist li .Img{ width: 372px; overflow: hidden; height: 284px;}
.productlist li:hover .Img img{ transform: scale(1.06);}
.productlist li .Img img{ width: 100%; height: 100%; display: block; margin: 0; transition:.5s;}
.productlist li h3{width:100%;
    height:91px;
    background:rgba(232,68,43,1);}
.productlist li h3 a{font-size: 26px; color: #fff; line-height: 91px; text-align: center;}
.productlist.storelist li h3{ font-size: 26px; background: none;} 
.productlist.storelist li h3 a{color: #4C4C4C; }
.newslist li{ float: left; width: 385px;    margin-top: 50px; margin-right: 20px;border:1px solid rgba(239,239,239,1); transition: all .3s;}
.newslist li .Img{ overflow: hidden; width:385px; height:252px;}
.newslist li .Img img{ width: 100%; height: 100%; display: block; margin: 0; transition:.5s;}
.newslist li:hover .Img img{ transform: scale(1.06);}
.newslist li .intro{ padding: 20px; background-color: #fff;}
.newslist li .intro h3 a{ font-size: 16px; color: #323232;}
.newslist li .intro p{ font-size: 14px; color: #959595; margin-top: 10px; line-height: 180%;}
.newslist li .intro span{ margin-top: 20px; border-top: #E5E5E5 1px solid; padding-top: 10px; color: #959595;}
.newslist li:hover{box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.14);}


.detailPage a{ height: 60px; text-align: right;  color: #999; padding: 0 20px; background: #fff; line-height: 60px; width: 50%; box-sizing: border-box;-webkit-box-sizing: border-box;}
.detailPage{ margin-top: 60px; border-top: #E6E6E6 1px solid;}
.detailPage .a1{  text-align: left;}
.join1 h3{font-size: 24px; color: #000; margin: 87px auto 55px;}
.join1 .txt1{width:957px; margin: 0 auto; padding: 40px; 
height:247px;
background:rgba(232,68,43,1); color: #fff; font-size: 20px;}
.join1 .txt1 span{width:37px; float: left;
    height:110px;
    border:1px solid rgba(255,255,255,1); display: block; text-align: center;padding-top: 10px; position: relative; top: 50%; margin-top: -55px;}
.join1 .txt1 section{ float: left; margin-left: 40px; line-height: 260%;}

.storeintro>section{width: 50%; float: left;}
.storeintro .div1 img{ display: block; margin: 0 auto;}
.storeintro .div2 p{ min-height: 46px;padding-left: 70px; position: relative; margin-bottom: 37px; font-size: 18px; color: #1a1a1a; line-height: 180%; display: flex; align-items: center;}
.storeintro .div2 p span{ display: block; position: absolute;left: 0; top: 0;width:46px; font-size: 24px; color: #fff; text-align: center; line-height: 46px;
    height:46px;
    background:rgba(232,68,43,1);
    border-radius:50%;}
.questions li{ padding: 30px 0; border-bottom: #D9D9D9 1px solid;}
.questions li .p1{ font-size: 20px; color: #E8442B;}
.questions li .p2{ font-size:16px; color: #808080; margin-top: 15px; line-height: 150%;}
.conatct h3{ color: #212121; font-size: 18px;}
.conatct{ margin-top: 90px;}
.conatct p{ margin-top: 30px; line-height: 240%;}

.Newscontainer ul li{background:rgba(247,247,247,1); padding: 18px; transition: all .5s; margin-bottom: 20px;}
.Newscontainer ul li .Img{width:200px;height:130px; overflow: hidden;}
.Newscontainer ul li .Img img{ max-width: 100%; position: relative; top: 50%; transform: translateY(-50%);}
.Newscontainer ul li .Txt{ width: 810px; margin-left: 70px; padding-top: 15px;}
.txtItem1{width: 655px;}
.txtItem2{width: 95px;}
.txtItem1 .p1{ font-size: 16px; color: #666;}
.txtItem1 .p2{ font-size: 14px; color: #999; margin-top: 15px; line-height: 150%;}
.txtItem2 .time{font-size: 16px; color: #666;}
.txtItem2 .moreBtn{font-size: 14px; color: #ccc;width:100px;
height:30px;
border:1px solid rgba(217,217,217,1);
border-radius:15px; margin-top: 40px; display: block; text-align: center; line-height: 30px;}
.Newscontainer ul li:hover{box-shadow:1px 3px 15px 0px rgba(0, 0, 0, 0.09);}
.Newscontainer ul li:hover .txtItem2 .moreBtn{background:rgba(217,217,217,1); color: #fff;}
.page {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pageBox li{ display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: #efefef;
    margin: 0 2px;
}
.pageBox li a,.pageBox li span{ display: block; padding: 0 15px;}
.page a.end_page {
    border-right: none;
}


.page span.current,.page .on,
.page a:hover {
    background-color: #223c92;
    color: #fff;
}
.Aboutcontainer h1{font-size:26px;color:rgba(34,34,34,1); border-bottom: #E6E6E6 1px solid; line-height: 180%; padding-bottom: 15px;}
.introTxt p{ line-height: 180%;  color: #222; font-size: 14px; margin-top: 20px;}
.imgbox { display: flex; justify-content: space-between; flex-wrap: wrap;}
.imgbox  img{ max-width: 100%;}
.Aboutcontainer .time{ margin-top: 10px;}
.Aboutcontainer .time span{ margin: 0 10px;}
.introTxt>img{  max-width: 100%; display: block; margin: 30px auto 0;}
.contact{ padding: 30px;}
.contact h3{font-size: 18px; color: #222;}
.contact p{ line-height: 180%;font-size: 14px; margin-top: 20px;}
#allmap{ width: 100%; height: 400px; margin-top: 40px;}

.sibar{ position: fixed; bottom: 100px;right: 0;  z-index: 250;
    border:1px solid rgba(229, 229, 229, 1);
    box-shadow:0px 0px 7px 0px rgba(7,0,1,0.17); }
.sibar a{ display: block; position: relative; cursor: pointer;}
.sibar a span{ width: 70px; height: 63px; display: block; background-color: #fff;}
.sibar a span::after{ content: ''; width:50px;
    height:1px;
    background:rgba(229,229,229,1); position: absolute; bottom:0 ; left: 10px;}
.sibar a i{ width: 100%; height: 100%; display: block;}
.sibar a.a1 i{ background: url(../img/qq.png) no-repeat center;}
.sibar a.a2 i{ background: url(../img/adr.png) no-repeat center;}
.sibar a.a3 i{background: url(../img/phone1.png) no-repeat center;}
.sibar a.a4 i{ background: url(../img/top.png) no-repeat center;}
/* .sibar a.a1:hover i{background-position: -300px -52px; }
.sibar a.a2:hover i{ background-position: -360px -52px;}
.sibar a.a3:hover i{ background-position: -420px -52px; }
.sibar a.a4:hover i{ background-position: -480px -52px; } */
/* .sibar a:hover span{background-color: #666;} */
/* .sibar a>img,.sibar span>img{ width: 52px; height: 46px;} */

/* .sibarEwm div{ border: #666666 1px solid; padding:15px 20px; width: 115px; background: #fff; box-sizing: initial;} */

.sibar a p{ position: absolute; font-size: 14px;  padding: 5px;  width: 160px; opacity: 0; background: #e5e5e5; color: #666;text-align: center; height: 63px; display: flex; align-items: center; justify-content: center; left: -120px; top: 0; transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
   -webkit-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
   -moz-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
   -o-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43);
   -ms-transition: all 0.3s cubic-bezier(0, 0.31, 0.22, 0.43); }
   .sibar a p.show{ left: -160px; opacity: 1;z-index: 10; }
   .sibar a.a2 p{width: 240px; }
   .sibar a.a2 p.show{ left: -240px;}
/* 公共样式 */

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

._block {
    display: block;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop100 {
    margin-top: 100px;
}

.icon {
    background: url(../img/icon.png) no-repeat;
}

.marginlf10 {
    margin-left: 10px;
}

.marginlf15 {
    margin-left: 15px;
}

.marginlf20 {
    margin-left: 20px;
}

.marginlf30 {
    margin-left: 30px;
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop10 {
    margin-top: 10px;
}

.width217 {
    width: 217px;
}

.color_999 {
    color: #999;
}

.color_666 {
    color: #666;
}

.color_333 {
    color: #333;
}

.color_fff {
    color: #fff;
}

.font16 {
    font-size: 16px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginR0 {
    margin-right: 0 !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}
.topNav{ display: none;}
@media(max-width:1500px) {
    .container3::after{ display: none;}
}
@media(max-width:768px) {
    .header .logo a{width: 100%;}
    .wrap,.wrap1,.wrap2{width: 100%; padding: 0 3%;}
    .header { height: 50px;}
    .header .logo{    margin-left: 0;
        width: 130px;
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
        position: relative;}
    .header .phone,.nav{ display: none;}
    .menu {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        float: right;
        margin-top:9px;
        padding: 3px 4px 6px;
    }
    .menu .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        background-color: #fff;
    }
    .mnav  li{ font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .mnav {padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        z-index: 999;
        position: absolute;
        width: 150px;
        right: 0;
        top: 50px;
        border: 0;
        background:rgba(0,0,0,.8);
        display: none;}
    .mnav li a{color: #fff; line-height: 40px;}
    .banner a, .banPic, .banPic .swiper-slide{height: 200px;}
    .swiper-pagination.dot_style{ bottom: 10px;}
    .marginTop100{margin-top: 30px;}
    .cont1left,.cont1right { float: none; width: 100%;}
    .cont1left .title i{ width: 35px; height: 36px; background-size: 100%; margin-right: 10px;}
    .cont1left .title h2,.divName strong{ font-size: 20px;}
    .cont1left .title span,.divName span{ font-size: 16px;}
    .aboutCont p{ font-size: 14px;}
    .aboutCont .more{width: 120px; height: 35px; line-height: 35px; margin-bottom: 30px;}
    .cont1right .img1{ width: 70%; height: auto;}
    .cont1right .img2{
        width: 68%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .container2,.container4{ padding: 40px 0;}
    .divName i{width: 35px; height: 36px; background-size: 100%; }
    .producttype a{    margin: 0 5px;
        font-size: 16px;}
    .product ul li{ width: 48%;    margin-top: 20px;margin-right: 4%;}
    .product ul li a,.product ul li a img{width: 100%; height: auto;}
    .product ul li:nth-child(2n){ margin-right: 0 !important;}
    .product ul li.marginR0{ margin-right: 4% !important;}
    a.seemore{ margin: 40px auto 0;}
    .storePic .img1{width: 100%; height: auto; float: none;}
    .storePic ul{ float: none; width: 100%;}
    .storePic ul li{width: 50%; height: auto;}
    .lastli a{ width: 45%; height: 100%;margin: 23% auto; padding: 7%;}
    .container5 .wrap1{ width: 100%;}
    .newleft{ width: 100%; height: auto; margin-bottom: 30px;}
    .newleft .swiper-slide img{ width: 100%; height: auto;}
    .newsContent{margin-top: 40px;}
    .newright{width: 100%;}  
    .newright li .Img{width: 35%; height: auto;}  
    .newright li .Img img{width: 100%; height: auto;}
    .newright li .txt{ width: 60%;margin-left: 5%;}
    .newright li .txt .title span{ font-size: 12px;}
    .newright li .txt .title a{width: 65%; font-size: 15px;}
    
    .footer{margin-top: 30px; padding: 20px 0 0; font-size: 12px;}
    .footer .wrap1>div{ float: none; width: 100%; padding: 0; }
    .footer .wrap1 .div2{ text-align: left; margin: 30px 0;}
    .footer .div2 ul li span{font-size: 12px;}
    .footer .wrap1>.div3{text-align: center;}
    .f_right{ margin: 20px 0;}
    .f_right img{width: 120px;height: 120px;}
    .f_right p,.f_left div p{font-size:15px;}

    .insideBan{ height: 200px;}
    .brandcont{ margin-top: 30px;}
    .w_title h1{ font-size: 26px;}
    .history{padding: 0;}
    .history li p.content{ width: 75%; font-size: 14px; padding: 5% 10px; height: auto;}
    .history li span{ width: 60px; height: 60px; line-height: 60px; font-size: 18px; font-size: 14px;}
    .history li::after{ display: none;}
    .history li{ padding-top: 40px;}
    .brandadvtage  p{ position: static; width: 100%; height: auto; border-radius: 0; margin:30px 0 0 !important;}
    .brandadvtage { padding-bottom: 20px;}
    .productlist li{ width: 100%;}
    .productlist li .Img{ width: 100%; height: auto;}
    .productlist li h3{height: 70px; }
    .productlist li h3 a{ line-height: 70px; font-size: 20px;}
    .join1 .txt1{width: 100%; padding: 10px;}
    .join1 .txt1 span{ float: none; position: static; width: 100px; margin: 0; font-size: 16px; height: 30px; line-height: 30px; padding:0;}
    .join1 .txt1 section{ float: none; margin-left: 0; font-size: 14px; margin-top: 20px;}
    .storeintro>section{ float: none; width: 100%;}
    .storeintro>section.div2{ margin-top: 30px;}
    .join1 h3{ font-size: 20px; margin: 40px auto 30px;}
    .storeintro .div2 p,.questions li .p1{ font-size: 16px;}
    .questions li .p2{ font-size: 14px;}
    .newslist li{ width: 100%;}
    .newslist li .Img{ width: 100%; height: auto;}
    .conatct{ margin-top: 40px;}


    .navBar { text-align:left; margin-top: 40px;}
    .navBar a{width: 94px; margin-bottom: 20px;}

    .marginTop60{ margin-top: 30px;}
    
    .detailPage  a{ float: none; width: 100%; text-align: left !important; display: block; height: 40px; line-height:40px;}
    .pageBox li a, .pageBox li span{ padding: 0 12px; font-size: 12px;}
    .page{ text-align: center; margin-top: 30px;}
    .sibar .a1,.sibar .a2,.sibar .a3{ display: none;}
    .sibar a span{ width: 50px; height: 50px;}
}