@charset "utf-8";
*{margin:0;padding:0}
html{overflow-x:hidden;font-size:13.3333333333vw}
body{width:100%;min-width:320px;min-height:100vh;margin:0 auto; font-family: Campton,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; background:#fff;overflow-x:hidden;text-align:left;position:relative;font-size:16px;color:#000}
img{border:none}
h1,h2,h3{font-weight:400}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;outline:none;}
input,select,textarea{ font-family: Campton,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size:16px;outline:0;margin:0;padding:0}
input::-webkit-input-placeholder{color:#999!important}
textarea::-webkit-input-placeholder{color:#999!important}
input[type=button],input[type=date],input[type=number],input[type=reset],input[type=search],input[type=submit],input[type=text],input[type=time]{-webkit-appearance:none}
select{-webkit-appearance:none}
textarea{-webkit-appearance:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
ol,ul{padding:0;list-style-type:none}
em{font-style:normal}
.lt{float:left}
.rt{float:right}
input.sub,label{border:none;cursor:pointer}
input,textarea{ font-family: Campton,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; outline:0;margin:0;padding:0}
table{border-collapse:collapse}
td,th{padding:0}
.clearfix::after{content:"";display:block;clear:both}
*{box-sizing:border-box}
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both; }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear { clear:both;}
.wrap{width:1600px;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
/*welcome*/
.welcome { background-color:#eeeeee; height:50px; }
.wel-left { float:left; color:#000000; font-size:16px; line-height:50px;  }
.wel-left img { width:18px; vertical-align:middle; margin-right:3px; margin-top:-4px;  }
.wel-right { float:right; color:#444444; font-size:16px; line-height:50px; font-weight:bold;  }
.wel-right .red { color:#bb0404; }
.wel-right .blue { color:#003963; }
.wel-right a:hover { text-decoration:underline; }
.w-tag { float:right; margin-left:40px; position:relative; }
.w-tag::after{content:""; position:absolute; left:-20px; top:50%; margin-top:-11px; width:1px; height:22px; background-color:#a0a0a0; }
.w-tag-top { position:relative; color:#000000; font-size:16px; line-height:50px; background:url(../images/w-tag.png) no-repeat center left; padding-left:25px; cursor:pointer; }
.w-tag-top i { display:inline-block; width:18px; height:18px; background:url(../images/w-angle.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:5px; transition: all 0.5s ease 0s;}
.w-tag:hover .w-tag-top i {transform:rotate(-180deg); }
.w-tag-bot { position:absolute; top:50px; left:50%; margin-left:-50px; width:100px; height:auto; border:#bebab2 solid 1px; color:#111111; font-size:16px; line-height:36px;  z-index:333; display:none; }
.w-tag-bot ul li { padding:0 10px; background-color:#FFF; }
.w-tag-bot ul li a { display:block; color:#111111; }
.w-tag-bot ul li:hover { background-color:#4d4f49; }
.w-tag-bot ul li:hover a { color:#ffffff;}
.w-tag:hover .w-tag-bot { display:block; }

/*w-search*/
.w-search { float:right; height:50px; margin-right:20px; margin-top:0; }
.w-search-top { float:right; /*改*/  color:#003963; font-size:16px; line-height:50px; cursor:pointer; font-weight: bold;}
.w-search-top i { display:inline-block; width:20px; height:20px; background:url(../images/w-search.png) no-repeat center center; background-size:100% 100%; cursor:pointer; vertical-align:middle; margin-top:-4px; }
.w-search-top.active i { background:url(../images/w-search-close.png) no-repeat center center;  background-size:100% 100%; }
.w-search-con { display:none;  float:right;  width:230px; height:30px; background-color:#FFF;border-radius:5px; overflow:hidden; border:#000000 solid 1px; margin-top:5px; margin-right:20px; }
.w-search-con input[type=text] { margin-left:10px; width:180px; height:28px; color:#333333; font-size:14px; border:none; vertical-align:middle; background-color:#FFF;border-top-left-radius:5px; border-bottom-left-radius:5px; }
.w-search-con input[type=submit] { float:right; width:30px; text-align:center; height:28px; background:url(../images/w-search2.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; border-top-right-radius:5px; border-bottom-right-radius:5px; margin-right:5px;  }
.w-search-con.active { display:block;}
.w-search-top:focus{outline:none;}
/*search-box*/
.search-box { height:144px; position:absolute; top:0; left:0; width:100%; background-color:#FFF; display: flex;  align-items: center; justify-content: center; opacity: 0;  visibility: hidden;  transition: opacity 0.5s ease, visibility 0.5s ease;}
.search-box.show { opacity: 1; visibility: visible;}
.search-con { width:50%; height:52px; border:#ca0404 solid 1px; border-radius:5px; overflow:hidden; background-color:#FFF; }
.search-con input[type=text] { width: calc(100% - 53px); padding-left:25px; height:50px;color:#000000; font-size:16px; border:none; vertical-align:middle;  }
.search-con input::-webkit-input-placeholder { color: #999999;}
.search-con input[type=submit] { float:right; width:50px; text-align:center; height:50px; background:#ca0404 url(../images/w-search3.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; }
.search-open { cursor:pointer; }
/*header*/
.header{height:144px; position:relative; background-color:#ffffff; border-bottom:#eeeeee solid 1px; }
.header .logo{float:left; height:144px;}
.header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.header .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header .nav{float:right;}
.header .nav ul li{float:left; width:auto; color:#111111; font-size:22px; line-height:144px; margin-left:70px; } 
.header .nav ul li a { display:block; color:#111111;  }
.header .nav ul li>a i{display:inline-block;width:16px;height:16px;background:url(../images/nav-icon.png) no-repeat center center;background-size:100% 100%;vertical-align:middle;margin-left:5px;transition:all .5s ease 0s}
.header .nav ul li:hover>a i{transform:rotate(-180deg)}
.header .nav ul li:hover { color:#bb0404; }
.header .nav ul li:hover a { color:#bb0404; }
.header .nav ul li.active { color:#bb0404; }
.header .nav ul li.active a { color:#bb0404; font-weight:bold; }
.header .nav ul li .sub { position: absolute;width:100%;left:0;  top:144px;z-index:30000; background-color:#FFF; box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);}
.header .nav ul li:hover .sub dl a { color:#000000; font-weight:normal; }
.header .nav ul li.active .sub dl a { color:#000000; font-weight:normal; }
.header .nav ul li .sub dl { line-height:normal; margin-top:5px; }
.header .nav ul li .sub dl:last-child { padding-bottom:30px; }
.header .nav ul li .sub dl dt { display:block; color:#000000; font-size:24px; line-height:2; border-bottom:#eeeeee solid 1px; margin-bottom:15px; }
.header .nav ul li .sub dl dt a { display:inline-block; }
.header .nav ul li .sub dl dt a:hover { color:#bb0404; }
.header .nav ul li .sub dl dd {display:inline-block; margin-right:20px; color:#222222; font-size:16px; line-height:2;}
.header .nav ul li .sub dl dd a { display:inline-block; }
.header .nav ul li .sub dl dd a:hover { color:#bb0404; }
.header .nav ul li .sub dl { display:none; }
.header .nav ul li:hover .sub ul li a { color:#000000;  font-weight:normal;}
.header .nav ul li.active .sub ul li a { color:#000000; font-weight:normal; }
.header .nav ul li .sub .wrap { height:100%; padding-top:20px; padding-bottom:30px; }
.header .nav ul li .sub ul li { float:left; width:20%;color:#000000; font-size:16px; line-height:2.5; margin:0; padding:0;   overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.header .nav ul li .sub ul li a { display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.header .nav ul li .sub ul li:hover { background-color:#f8e5e5; }
/*h-cart*/
.h-cart { float:right; margin-left:178px; margin-top:47px; width:50px; position:relative; }
.h-cart img{max-width: 100%;max-height: 100%;vertical-align: middle; cursor:pointer;transition: 0.3s;}
.h-cart:hover img{transform: scale(1.05);transition: 0.3s; opacity:0.7;}
.h-cart i { display:inline-block; width:18px; height:18px; background-color:#bb0404; border-radius:50%; text-align:center; font-style:normal;color:#ffffff; font-size:14px; line-height:18px; position:absolute; top:0; right:0; }
/*header2*/
.header2{height:60px;position:fixed;background:#ffffff;z-index:22;top:0;width:100%; display:none; }
.header2 .main-wrap{height:60px;padding:0 3%;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.header2 .logo{width:150px;height:40px;margin-top:10px;overflow:hidden;  float: left; display: inline;}
.header2 .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: left;}
.header2 .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header2 .nav-btn{width:25px;height:16px;position:relative;cursor:pointer;margin-top:22px; float: right; display: inline;}
.header2 .nav-btn .zi { width:20px; color:#bb0404; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; display:none; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:100%;height:2px;border-radius:2px;background-color:#bb0404;position:absolute;left:50%;margin-left:-15px}
.header2 .nav-btn .line1{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}
.header2 .nav-btn.active .line1{top:0}
.header2 .nav-btn.hover .line{background:#bb0404}
.header2 .nav-btn .line2{top:7px}
.header2 .nav-btn .line3{bottom:0;-webkit-transform-origin:1px center;-ms-transform-origin:1px center;transform-origin:1px center}
.header2 .sub-menu{width:100%;padding:0 3%;display:none;position:absolute;left:0;top:70px;z-index:2;overflow-y:auto}
.header2 .sub-menu ul{width:100%;overflow-y:auto;height:calc(100vh - 55px - 1.5rem)}
.header2 .js-m-3{opacity:0;-webkit-transform:translate(30px,0);-ms-transform:translate(30px,0);transform:translate(30px,0);-webkit-transition:all .8s ease;transition:all .8s ease}
.header2 .js-m-3.animate{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.header2 .sub-menu li{border-bottom:1px solid #555;font-size:16px;padding:0 20px}
.header2 .sub-menu .tit{display:inline-block;text-decoration:none;width:80%;line-height:50px;color:#fff;position:relative;box-sizing:border-box}
.header2 .sub-menu .sub-tit.on{background-color:#e9e9e9}
.header2 .sub-menu .sec-list{line-height:40px; padding-bottom:10px; display:none}
.header2 .sub-menu .jt{position:relative;display:inline-block;width:10%;height:50px;text-align:center;background:0 0;float:right}
.header2 .sub-menu .jt:after{content:'';display:block;width:26px;height:26px;background:url(../images/mobile_nav_jia.png) no-repeat center;background-size:17px auto;position:absolute;right:3%;top:10px}
.header2 .sub-menu .jt.jtRote:after{background:url(../images/mobile_nav_jian.png) no-repeat center;background-size:20px auto}
.header2 .sub-menu .sec-list p{background:url(../images/mobile_nav_dian.png) no-repeat left center;background-size:3px auto;font-size:14px}
.header2 .sub-menu .sec-list a{color:#cccccc;display:block}
.header2 .sub-menu .sec-list a:active{color:#37a3dc}
.header2 .icon-close:before{content:"\e6d3"}
.search-bg{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:20; background-color:rgba(55,55,55,.95); display:none; } 
.header-wrap { display:none;}
.header2 .w-search-mo { float:right; width:25px; height:25px; line-height:23px; margin-right:10px; margin-top:21px; vertical-align:middle;}
.header2 .w-search-mo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header2 .w-search-mo img:first-child { display:block; }
.header2 .w-search-mo img:nth-child(2) { display:none; }
.header2 .w-search-mo.hover img:first-child { display:none; }
.header2 .w-search-mo.hover img:nth-child(2) { display:block; }

.header2 .sub-menu3{width:100%;padding:0 3%;display:none;position:absolute;left:0;top:70px;z-index:2;overflow-y:auto}
.header2 .sub-menu3 ul{width:100%;overflow-y:auto;height:calc(100vh - 55px - 1.5rem)}
.header2 .sub-menu3 .w-search-con { display:block; float:none; margin:0 auto; margin-top:30px; }
/* nav_zzc */
.nav_zzc{display: none;background: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99990;}
.nav_menu {  width:0; position:fixed;  right:0; top:0; height: 100%;z-index: 99999;overflow: scroll;background: #fff;}
.nav_menu .nav_menu_top{width: 100%; height:50px;}
.nav_menu .nav_menu_btn{display: block;width:25px;position: absolute;top:16px;right:20px;}
.nav_menu .nav_menu_btn img{display: block;width:25px; }
.nav_menu ul{overflow:hidden; width:100%;overflow: scroll;height: 80%;}
.nav_menu li{ width:100%; overflow:hidden; background:url(../images/nav_icon01.png) no-repeat 89% center;height:50px;border-bottom: 1px solid #eaeaea;}
.nav_menu li a{ color:#333333;font-size:14px;display: block;height:50px;line-height:50px;box-sizing: border-box;padding-left: 6%;}
/*banner*/
.banner { width:100%;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.banner .swiper-slide a { display:block; width:100%;}
.banner .swiper-slide img { width:100%; display:block;}
.banner .swiper-pagination-bullets { bottom:30px; }
.banner .swiper-pagination-bullet { width: 16px; height: 16px; text-align: center; line-height: 16px; font-size: 16px;color: #ffffff; opacity: 0.7; background:transparent; }
.banner .swiper-pagination-bullet-active { color: #fff; opacity:1; background:transparent; }
.banner .swiper-button-prev { background:url(../images/btn.png) no-repeat; width:27px; height:15px;right:auto; left:50%; margin-left:-120px; top:auto; bottom:33px;  outline:none; background-size:100% 100%;}
.banner .swiper-button-prev:after { display:none;}
.banner .swiper-button-next {background:url(../images/btn.png) no-repeat;transform:rotate(180deg); width:27px; height:15px; right:50%; margin-right:-120px; left:auto; top:auto; bottom:33px; outline:none; background-size:100% 100%; }
.banner .swiper-button-next:after { display:none;}
/*i-home*/
.i-home { background-color:#f5f5f5; }
.i-home-right{ float:right; width:1200px; }
/*i-home-top*/
.i-home-top { height:auto; }
.i-home-top ul li { /*改*/ padding-top:60px; padding-bottom:60px; padding-left:25px; }
.i-home-top ul li:nth-child(3n+2) { background:#bb0404 url(../images/pro-bg2.jpg) no-repeat center center; background-size:cover; position:relative;  }
.i-home-top ul li:nth-child(3n+2)::after{content:""; position:absolute; right:-160px; top:0; width:160px; height:100%; background:#bb0404 url(../images/pro-bg2-right.jpg) repeat-x  center center; }
.i-home-top ul li:nth-child(3n+3) { background:#f5f5f5 url(../images/pro-bg3.jpg) no-repeat center center; background-size:cover;  }
.i-home-top .pic { float:left; width:600px; position:relative; }
.i-home-top .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-25px 25px 0 0 #e9c5c5;}
.i-home-top .con { float:right; /*改*/ width:540px; }
.i-home-top .con .top { padding-left:30px; position:relative; }
.i-home-top .con .top::after{content:""; position:absolute; left:0; top:50%; margin-top:-38px; width:6px; height:76px; background-color:#bb0404; }
.i-home-top .con .top .tit {color:#000000; font-size:36px; line-height:1.5; text-transform:uppercase; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.i-home-top .con .top .des {color:#000000; font-size:20px; line-height:1.5;}
.i-home-top .con .intro { border:#bb0404 solid 1px; margin-top:40px; }
.i-home-top .con .intro .tit {color:#000000; font-size:24px; line-height:60px; border-bottom:#bb0404 solid 1px; padding-left:67px; position:relative; }
.i-home-top .con .intro .tit::after{content:""; position:absolute; left:26px; top:50%; margin-top:-2px; width:20px; height:4px; background-color:#bb0404; }
.i-home-top .con .intro .box { padding:14px 40px; }
.i-home-top .con .intro .des { color:#000000; font-size:18px;/*改*/line-height:46px; height:230px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; }
.i-home-top .con .more { margin-top:45px; width:300px; height:50px; background-color:#bb0404; border:#bb0404 solid 1px; text-align:center; color:#ffffff; font-size:20px; line-height:50px;  text-transform:uppercase; transition: 0.5s; }
.i-home-top .con .more:hover { background-color:#ffffff; color:#bb0404; }
.i-home-top ul li:nth-child(3n+2) .pic { float:right; }
.i-home-top ul li:nth-child(3n+2) .con { float:left; }
.i-home-top ul li:nth-child(3n+2) .con .top::after{ background-color:#ffffff; }
.i-home-top ul li:nth-child(3n+2) .con .top .tit {color:#ffffff;}
.i-home-top ul li:nth-child(3n+2) .con .top .des {color:#ffffff; }
.i-home-top ul li:nth-child(3n+2) .con .intro { border:#ffffff solid 1px; }
.i-home-top ul li:nth-child(3n+2) .con .intro .tit {color:#ffffff; border-bottom:#ffffff solid 1px; }
.i-home-top ul li:nth-child(3n+2) .con .intro .tit::after{ background-color:#ffffff; }
.i-home-top ul li:nth-child(3n+2) .con .intro .des { color:#ffffff; }
.i-home-top ul li:nth-child(3n+2) .con .more { background-color:#ffffff; color:#000000; }
.i-home-top ul li:nth-child(3n+2) .con .more:hover { background-color:#f5f5f5; color:#bb0404; }

/*i-pro*/
.i-pro { height:auto; }
.i-pro ul li {padding-top:80px; padding-bottom:110px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro ul li:nth-child(3n+1) {background-color:#f5f5f5; }
.i-pro ul li:nth-child(3n+2) { background:#bb0404 url(../images/pro-bg2.jpg) no-repeat center center; background-size:cover; }
.i-pro ul li:nth-child(3n+3) { background:#f5f5f5 url(../images/pro-bg3.jpg) no-repeat center center; background-size:cover;  }
.i-pro .pic { float:left; width:600px; position:relative; }
.i-pro .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.i-pro ul li .pic:hover img {transform: scale(1.05);transition: 0.5s;}
.i-pro ul li:nth-child(3n+1) .pic::after{content:""; position:absolute; right:27px; bottom:24px; width:108px; height:103px; background-color:#bb0404; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-44px 44px 0 0 #e9c5c5;}
.i-pro .con { float:right; width:900px; }
.i-pro .con .top { padding-left:30px; position:relative; }
.i-pro .con .top::after{content:""; position:absolute; left:0; top:50%; margin-top:-38px; width:6px; height:76px; background-color:#bb0404; }
.i-pro .con .top .tit {color:#000000; font-size:36px; line-height:1.5; text-transform:uppercase;}
.i-pro .con .top .des {color:#000000; font-size:20px; line-height:1.5;}
.i-pro .con .intro { border:#bb0404 solid 1px; margin-top:40px; }
.i-pro .con .intro .tit {color:#000000; font-size:24px; line-height:60px; border-bottom:#bb0404 solid 1px; padding-left:67px; position:relative; }
.i-pro .con .intro .tit::after{content:""; position:absolute; left:26px; top:50%; margin-top:-2px; width:20px; height:4px; background-color:#bb0404; }
.i-pro .con .intro .box { padding:14px 40px; }
.i-pro .con .intro .des { color:#000000; font-size:18px; line-height:48px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; }
.i-pro .con .more { margin-top:45px; width:300px; height:50px; background-color:#bb0404; border:#bb0404 solid 1px; text-align:center; color:#ffffff; font-size:20px; line-height:50px;  text-transform:uppercase; transition: 0.5s; }
.i-pro .con .more:hover { background-color:#ffffff; color:#bb0404; }
.i-pro ul li:nth-child(3n+2) .pic { float:right; }
.i-pro ul li:nth-child(3n+2) .con { float:left; }
.i-pro ul li:nth-child(3n+2) .con .top::after{ background-color:#ffffff; }
.i-pro ul li:nth-child(3n+2) .con .top .tit {color:#ffffff;}
.i-pro ul li:nth-child(3n+2) .con .top .des {color:#ffffff; }
.i-pro ul li:nth-child(3n+2) .con .intro { border:#ffffff solid 1px; }
.i-pro ul li:nth-child(3n+2) .con .intro .tit {color:#ffffff; border-bottom:#ffffff solid 1px; }
.i-pro ul li:nth-child(3n+2) .con .intro .tit::after{ background-color:#ffffff; }
.i-pro ul li:nth-child(3n+2) .con .intro .des { color:#ffffff; }
.i-pro ul li:nth-child(3n+2) .con .more { background-color:#ffffff; color:#000000; }
.i-pro ul li:nth-child(3n+2) .con .more:hover { background-color:#f5f5f5; color:#bb0404; }
/*i-public*/
.i-public { text-align:center; }
.i-public .tit { color:#000000; font-size:50px; line-height:1.5; }
.i-public .des { color:#5f5f5f; font-size:16px; line-height:1.5; margin-top:14px; }
/*i-recommend*/
.i-recommend { background-color:#f5f5f5; padding-top:15px; padding-bottom:100px; }
.i-recommend-show { margin-top:30px; }
.i-recommend-right { float:right;  width:1200px; }
.i-home .i-recommend-right {/*改*/ float:none;  width:100%; }
.i-recommend-left { float:left; width:380px; /*改*/ height:4317px; overflow:auto; margin-top:15px; }
.i-home .i-recommend-left { /*改*/  margin-top:60px; margin-bottom:40px; }
.i-recommend-left{ scrollbar-arrow-color:#666666;  scrollbar-track-color:#eeeeee; scrollbar-face-color:#666666;  }
.i-recommend-left::-webkit-scrollbar{ width:10px; height:10px; background-color:transparent;}
.i-recommend-left::-webkit-scrollbar-track {background-color:#eeeeee; border-radius:0;} 
.i-recommend-left::-webkit-scrollbar-thumb {background-color:#666666;  border-radius:0;  }

.i-recommend-white {background-color: #FFF; padding:20px 15px; border:#eeeeee solid 1px;}
.i-recommend-search { width:100%; height:50px; border:#dcdcdc solid 1px; border-radius:5px; }
.i-recommend-search input[type=text] { margin-left:15px; width:250px; height:48px; color:#000000; font-size:16px; border:none; vertical-align:middle;  }
.i-recommend-search input[type=submit] { float:right; margin-right:8px; margin-top:6px; width:60px; text-align:center; height:36px; background: #eeeeee url(../images/recommend-search.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle;  border-radius:5px; }
.n-left-sub { margin-top:26px; }
.n-left-one {color:#000000; font-size:20px; line-height:34px; padding:13px 40px 13px 5px;  position:relative; border-bottom:#eeeeee solid 1px; }
.n-left-one a { display:block; color:#000000;}
.n-left-one a:hover { color:#bb0404; }
.n-left-one.active a { color:#bb0404; }
.n-left-one span { position:absolute; right:8px; top:50%; width:20px; height:20px; margin-top:-10px; background:url(../images/jian.png) no-repeat center center; background-size:100% 100%; cursor:pointer; transition: all 0.5s ease 0s;}
.n-left-one.active2 span {transform:rotate(-90deg);  }
.n-left-one-list { display:block; margin-right:12px; max-height:100px; overflow:scroll; overflow-x:hidden; margin-top:12px; margin-bottom:12px; }
.n-left-one-list{ scrollbar-arrow-color:#999999;  scrollbar-track-color:#eeeeee; scrollbar-face-color:#999999;  }
.n-left-one-list::-webkit-scrollbar{ width:10px; height:10px; background-color:transparent;}
.n-left-one-list::-webkit-scrollbar-track {background-color:#eeeeee; border-radius:0;} 
.n-left-one-list::-webkit-scrollbar-thumb {background-color:#999999;  border-radius:0;  }
.n-left-two { color:#000000; font-size:16px; line-height:32px; overflow:hidden; padding-left:10px; }
.n-left-two a  { display:block; color:#000000;}
.n-left-two a:hover { color:#bb0404; }
.n-left-two.active a { color:#bb0404; }
.piclist { height:auto; }
.piclist ul li { float:left; width:23.5%; height:450px; border:#eeeeee solid 1px; background-color:#FFF; margin-top:12px; }
.piclist ul li:nth-child(4n+2) { margin-left:2%;}
.piclist ul li:nth-child(4n+3) { margin-left:2%;}
.piclist ul li:nth-child(4n+4) { margin-left:2%;}
.piclist ul li .pic { height:240px; display: flex;  align-items: center; justify-content: center; overflow:hidden; }
.piclist ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.piclist ul li .con { padding:0 20px; }
.piclist ul li .con .tit { color:#000000; font-size:18px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:6px; }
.piclist ul li .con .des { color:#5f5f5f; font-size:15px; line-height:24px; height:96px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; margin-top:6px; }
.piclist ul li .con .des span { font-weight:bold; color:#bb0404;  }
.piclist ul li .con .more { width:100%; height:34px; background-color:#eeeeee; text-align:center; color:#101010; font-size:15px; line-height:34px; margin-top:18px;transition: 0.5s; }
.piclist ul li .con .more i { display:inline-block; width:18px; height:18px; background:url(../images/piclist-cart.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:9px; margin-top:-4px; }
.piclist ul li.pump .con .more i { background:url(../images/piclist-move.png) no-repeat center center; }
.piclist ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.piclist ul li:hover .con .tit { color:#bb0404; }
.piclist ul li:hover .con .more { background-color:#bb0404; color:#FFF; }
.piclist ul li:hover .con .more i { background:url(../images/piclist-cart2.png) no-repeat center center; background-size:100% 100%;}
.piclist ul li.pump:hover .con .more i { background:url(../images/piclist-move2.png) no-repeat center center; }
/*i-vision*/
.i-vision { background-color:#000000; padding-top:90px; padding-bottom:90px; position:relative; }
.i-vision-list { height:auto;}
.i-vision-list .swiper-container{width:1300px; margin:0 auto; height:100%; }
.i-vision-list .swiper-slide{ display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.i-vision-list .swiper-button-prev { background:#bb0404 url(../images/btn2.png) no-repeat; width:90px; height:90px;right:auto; left:0; top:46%; bottom:auto;  outline:none; background-size:100% 100%; }
.i-vision-list .swiper-button-prev:after { display:none;}
.i-vision-list .swiper-button-next {background:#bb0404 url(../images/btn2.png) no-repeat; width:90px; height:90px; right:0; left:auto; top:46%; bottom:auto; outline:none;background-size:100% 100%; transform:rotate(180deg);}
.i-vision-list .swiper-button-next:after { display:none;}
.i-vision-li { display:block; width:100%; height:100%; }
.i-vision-li .pic { float:left; width:450px; }
.i-vision-li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.i-vision-li .con { float:right; width:800px; }
.i-vision-li .con .tit { color:#ffffff; font-size:60px; line-height:1.5; font-weight:bold; margin-top:73px; }
.i-vision-li .con .des { color:#ffffff; font-size:20px; line-height:32px; height:256px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical; margin-top:24px; }
.i-vision-li .con .more { width:300px; height:50px; background-color:#bb0404; text-align:center; color:#ffffff; font-size:20px; line-height:50px; margin-top:36px; }
/*i-clients*/
.i-clients { background-color:#f5f5f5; padding-top:90px; padding-bottom:90px; }
.i-clients-list { padding-top:20px; }
.i-clients-list ul li { float:left; width:780px; height:500px; background-color:#ffffff; border:#dcdcdc solid 1px; margin-top:35px; padding:30px 30px 0 30px; }
.i-clients-list ul li:nth-child(even) { margin-left:40px; }
.i-clients-list ul li .ban { display:inline-block; min-width:130px; height:130px; background-color:#bb0404; text-align:center; color:#ffffff; font-size:40px; line-height:130px; padding:0 20px; }
.i-clients-list ul li .tit { color:#000000; font-size:40px; line-height:1.5; font-weight:bold; margin-top:18px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;  }
.i-clients-list ul li .des { color:#000000; font-size:20px; line-height:32px; height:128px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; margin-top:8px; }
.i-clients-list ul li .more { width:250px; height:50px; background-color:#eeeeee; text-align:center; color:#202020; font-size:20px; line-height:50px; margin-top:33px; }
.i-clients-list ul li:hover .tit { color:#bb0404; }
.i-clients-list ul li:hover .more { background-color:#bb0404; color:#ffffff; }
/*footer*/
.footer { background:#000000 url(../images/footer-bg.jpg) no-repeat center center; background-size:cover; color:#808080; font-size:18px; line-height:2;  }
.footer a:hover { color:#FFF; }
.f-top { padding-top:70px; padding-bottom:70px; }
.f-left { float:left; width:1100px; }
.f-left dl { float:left; width:32%; }
.f-left dl:nth-child(3n+2) { margin-left:2%;}
.f-left dl:nth-child(3n+3) { margin-left:2%;}
.f-left dl dt { color:#ffffff; font-size:30px; line-height:2; }
.f-right { float:right; width:350px; }
.f-email-ban { color:#ffffff; font-size:22px; line-height:2; }
.f-email { margin-top:7px; padding-bottom:20px; }
.f-email .tit { float:left; width:240px; max-width:240px; height:34px; background-color:#FFF; color:#999999; font-size:16px; line-height:34px;border-top-left-radius:3px; border-bottom-left-radius:3px; padding-left:14px; }
.f-email .des { float:left; width:100px; max-width:100px;height:34px; text-align:center; background-color:#bb0404; color:#ffffff; font-size:16px; line-height:34px;border-top-right-radius:3px; border-bottom-right-radius:3px;  }
.f-ban { color:#ffffff; font-size:30px; line-height:2; }
.f-text img { vertical-align:middle; margin-right:10px; }
.f-copy { border-top:#333333 solid 1px; color:#808080; font-size:18px; line-height:2; padding-top:30px; padding-bottom:30px; }
.f-copy a { margin-left:10px; }
.f-copy a img { vertical-align:middle; }
.f-copy a img:nth-child(1) { display:inline-block; }
.f-copy a img:nth-child(2) { display:none; }
.f-copy a:hover img:nth-child(1) { display:none; }
.f-copy a:hover img:nth-child(2) { display:inline-block; }
.f-copy-left { float:left; }
.f-copy-left img { width:24px; }
.f-copy-right { float:right; }
.f-copy-right img { width:35px; }
/*n-main*/
.n-main { padding-top:60px; padding-bottom:100px; }
.n-public { text-align:center; }
.n-public .tit { text-align:center;  color:#000000; font-size:60px; line-height:1.5;}
.n-public .des {text-align:center;  color:#7b7a7a; font-size:20px; line-height:1.5; margin-top:8px; padding:0 12%; }
.n-pro-ban { text-align:center; padding-top:80px; padding-bottom:80px; }
.n-pro-ban .tit { text-align:center;  color:#000000; font-size:50px; line-height:1.5;}
.n-pro-ban .des {text-align:center;  color:#5f5f5f; font-size:16px; line-height:1.5; margin-top:8px; padding:0 12%; }
.n-pro-ban .des span { color:#bb0404; font-weight:bold; }
/*n-pro-ban-search*/
.n-pro-ban-search { width:58%; margin:0 auto; height:50px; background-color:#FFF;border-radius:5px; border:#ca0404 solid 1px; margin-top:40px; }
.n-pro-ban-search input[type=text] { width:calc(100% - 60px); height:48px; color:#333333; font-size:20px; border:none; vertical-align:middle; background-color:#FFF;border-top-left-radius:5px; border-bottom-left-radius:5px; padding-left:20px; }
.n-pro-ban-search input[type=submit] { float:right; width:50px; text-align:center; height:50px; background: #ca0404 url(../images/w-search3.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; border-top-right-radius:5px; border-bottom-right-radius:5px; }
.n-pro-ban-list { position:relative; }
.autocomplete-results{display:none;position:absolute;width:100%;max-height:200px;overflow-y:auto;border:1px solid #ddd;border-radius:4px;background-color:#fff;z-index:1000;box-shadow:0 4px 8px rgba(0,0,0,.1); text-align:left;}
.autocomplete-results div{padding:8px 12px;cursor:pointer}
.autocomplete-results div:hover{background-color:#f0f0f0}
/*n-box*/
.n-box { min-height:500px; background-color:#FFF; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); border-radius:10px; padding:25px 100px 100px 100px;  }
.n-line { height:1px; background-color:#eeeeee; margin:0 90px; margin-top:50px; }
.n-show { color:#666666; font-size:16px; line-height:2; }
.n-show img { max-width:100%; }
/*n-news*/
.n-news { background-color:#FFF; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); border-radius:10px; padding:50px 50px 60px 50px; margin-top:20px;  }
.n-news-ban { color:#000000; font-size:36px; line-height:1.5; }
.n-news-ban i { display:inline-block; width:38px; height:38px; background:url(../images/news-ban.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:6px;  margin-top:-4px; }
.n-news-ban:hover { color:#bb0404; }
.n-news-list { padding-top:10px; }
.n-news-list ul li { border-bottom:#eeeeee solid 1px; padding-top:20px; padding-bottom:30px; margin-left:36px; }
.n-news-list ul li .tit { color:#7b7a7a; font-size:26px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-news-list ul li .tit i { display:inline-block; width:28px; height:28px; background:url(../images/news-li.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:6px; margin-top:-4px; }
.n-news-list ul li .des { color:#7b7a7a; font-size:16px; line-height:1.75; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical; margin-left:30px; margin-top:5px; }
.n-news-list ul li:hover .tit { color:#bb0404; }
/*分页*/
.pagination{paddinn-left:0;margin:40px 0;border-radius:4px;text-align:center;width:100%}
ul.pagination{display:inline-block;width:auto}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#bb0404;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#bb0404;border-color:#bb0404}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
/*n-caselist*/
.n-caselist { height:auto; padding-top:30px; }
.n-caselist ul li { float:left; width:23.5%; text-align:center; margin-top:10px; }
.n-caselist ul li:nth-child(4n+2) { margin-left:2%;}
.n-caselist ul li:nth-child(4n+3) { margin-left:2%;}
.n-caselist ul li:nth-child(4n+4) { margin-left:2%;}
.n-caselist ul li .pic { height:330px; display: flex; align-items: center; justify-content: center; overflow: hidden; border:#eeeeee solid 1px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  }
.n-caselist ul li .pic img {max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.n-caselist ul li .tit { color:#000000; font-size:18px; line-height:60px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-caselist ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.n-caselist ul li:hover .tit { color:#bb0404; }
/*n-contact*/
.n-contact { background:url(../images/contact-bg.jpg) no-repeat center center; background-size:cover; padding-top:60px; padding-bottom:95px; }
.n-contact-list { margin-top:50px; }
.n-contact-list ul li { float:left; width:500px; height:auto; background-color:#FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align:center; color:#000000; font-size:20px; line-height:1.5; padding-top:45px; padding-bottom:45px; }
.n-contact-list ul li:nth-child(3n+2) { margin-left:50px;}
.n-contact-list ul li:nth-child(3n+3) { margin-left:50px;}
.n-contact-list ul li h3 { font-size:35px; font-weight:bold; line-height:1.2; margin-bottom:20px; }
.n-contact-list ul li img { width:40px; }
/*n-message*/
.n-message { background:url(../images/message-bg.jpg) no-repeat center center; background-size:cover; padding-top:60px; padding-bottom:95px; }
.n-message-list { padding-top:30px; }
.n-message-list ul li { float:left; width:32%; margin-top:24px; }
.n-message-list ul li:nth-child(3n+2) { margin-left:2%;}
.n-message-list ul li:nth-child(3n+3) { margin-left:2%;}
.n-message-list ul li:nth-last-child(1) { width:100%; margin-left:0; }
.n-message-list ul li:nth-last-child(2) { width:100%; margin-left:0; }
.n-message-list label { color:#000000; font-size:18px; line-height:2.4; padding-left:26px; }
.n-message-list label i { color:#bb0404; font-style:normal; }
.n-message-list input[type=text] { width:100%; height:70px;color:#000000; font-size:18px; border:#0b1833 solid 1px; padding-left:26px; }
.n-message-list select { width:100%; height:70px;color:#000000; font-size:18px; border:#0b1833 solid 1px; padding-left:26px; background:#ffffff url(../images/select-bg.png) no-repeat right center; }
.n-message-list textarea { width:100%; height:300px;color:#000000; font-size:18px; border:#0b1833 solid 1px; outline: none; line-height:70px; resize:none; padding-left:26px; }
.n-message-list input[type=submit] { width:300px; text-align:center; height:70px; background-color:#bb0404; color:#fff; font-size:30px;  border-radius:5px; cursor:pointer; border:none;}
/*n-recommend*/
.n-recommend { border:#eeeeee solid 1px; background-color:#ffffff; margin-top:17px; padding:15px 15px 40px 15px; }
.n-recommend-ban { height:50px; background-color:#bb0404; text-align:center; color:#ffffff; font-size:20px; line-height:50px;  }
.n-recommend-list { padding:0 20px; }
.n-recommend-list ul li { border:#eeeeee solid 1px; margin-top:30px; text-align:center; padding-bottom:10px; }
.n-recommend-list ul li .pic { height:250px; overflow:hidden; display: flex;  align-items: center; justify-content: center; }
.n-recommend-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.n-recommend-list ul li .tit { color:#222222; font-size:22px; line-height:2; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-recommend-list ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.n-recommend-list ul li:hover .tit { color:#bb0404; }
/*n-detail*/
.n-detail { padding-top:40px; padding-bottom:70px; }
.n-detail-left { float:left; width:800px; height:680px; border:#eeeeee solid 1px; text-align:center; position:relative; padding:0 30px 30px 30px; }
.n-detail-left .swiper-container{width:100%;}
.n-detail-left .swiper-slide{ width:auto; height:auto;display: flex;  align-items: center; justify-content: center;  }
.n-detail-left .gallery-top{height:500px;}
.n-detail-left .gallery-top .swiper-slide {height:500px; }
.n-detail-left .gallery-thumbs{height:135px; margin-top:10px;}
.n-detail-left .gallery-thumbs .swiper-slide{width:25%;height:135px; opacity:1;border:#eeeeee solid 1px; background-color:#FFF;}
.n-detail-left .gallery-thumbs .swiper-slide-thumb-active{border:#bb0404 solid 1px;}
.n-detail-left img{max-width:98%;max-height:98%;vertical-align: middle;}
.n-detail-right { float:right; width:700px; }
.n-detail-right .tit { color:#000000; font-size:40px; line-height:1.5; margin-top:50px; font-weight:bold; }
.n-detail-right .nob { color:#5f5f5f; font-size:16px; line-height:1.5; margin-top:6px; }
.n-detail-right .price { color:#000000; font-size:36px; line-height:1.5; margin-top:18px; }
.n-detail-right .des { color:#747474; font-size:16px; line-height:30px; height:180px; overflow:hidden; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical; margin-top:10px; }
.n-detail-right .qua { color:#5f5f5f; font-size:16px; line-height:30px; margin-top:30px; }
.n-detail-right .grid { margin-top:25px; }
.n-detail-right .grid-left { float:left;  }
.n-detail-right .grid-left button { width:40px; height:50px; background-color:#ffffff; text-align:center; color:#000000; font-size:14px; line-height:48px; border:none; cursor:pointer; outline:none; border:#eeeeee solid 1px;vertical-align:middle;  }
.n-detail-right .grid-left input { width:130px; height:50px; background-color:#ffffff; text-align:center; color:#000000; font-size:14px; line-height:48px; border:none; cursor:pointer; outline:none; border:#eeeeee solid 1px;vertical-align:middle;  }
.n-detail-right .grid-right { float:right; width:calc(100% - 230px);  }
.n-detail-right .grid-right button { width:100%; height:50px; background-color:#000000; text-align:center; color:#ffffff; font-size:16px; line-height:50px; border:none; cursor:pointer; outline:none; }
.n-detail-right .grid-right button i { display:inline-block; width:20px; height:20px; background:url(../images/grid-cart.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-detail-right .line { height:1px; background-color:#eeeeee; margin-top:45px; }
.n-detail-right .info { color:#5f5f5f; font-size:16px; line-height:30px; margin-top:35px; }
/*n-like*/
.n-like { background-color:#f5f5f5; padding-top:50px; padding-bottom:80px; margin-top:100px; }
.n-like-ban { color:#000000; font-size:40px; line-height:1.5; }
.n-like-list { height:630px; margin-top:50px; position:relative; }
.n-like-list .swiper-container { width: 100%; height: 100%; } 
.n-like-list .swiper-slide {  display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.n-like-list .swiper-button-prev { background:url(../images/btn3.png) no-repeat; width:33px; height:33px;right:50px; left:auto; top:-57px; bottom:auto;  outline:none; background-size:100% 100%;}
.n-like-list .swiper-button-prev:after { display:none;}
.n-like-list .swiper-button-next {background:url(../images/btn3.png) no-repeat;transform:rotate(180deg); width:33px; height:33px; right:0; left:auto; top:-57px; bottom:auto; outline:none; background-size:100% 100%; }
.n-like-list .swiper-button-next:after { display:none;}
.n-like-li { width:100%; height:100%;}
.n-like-li { border:#eeeeee solid 1px; background-color:#FFF; }
.n-like-li .pic { height:330px; display: flex;  align-items: center; justify-content: center; overflow:hidden; }
.n-like-li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.n-like-li .con { padding:0 40px; }
.n-like-li .con .tit { color:#000000; font-size:26px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:8px; }
.n-like-li .con .des { color:#5f5f5f; font-size:16px; line-height:30px; height:150px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; margin-top:8px; }
.n-like-li .con .des span { font-weight:bold; color:#bb0404;  }
.n-like-li .con .more { width:100%; height:43px; background-color:#eeeeee; text-align:center; color:#101010; font-size:16px; line-height:43px; margin-top:23px;transition: 0.5s; }
.n-like-li .con .more i { display:inline-block; width:20px; height:20px; background:url(../images/piclist-cart.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-like-li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.n-like-li:hover .con .tit { color:#bb0404; }
.n-like-li:hover .con .more { background-color:#bb0404; color:#FFF; }
.n-like-li:hover .con .more i { background:url(../images/piclist-cart2.png) no-repeat center center; background-size:100% 100%;}
body.gray-bg { background-color:#f5f5f5; }
/*login-box*/
.login-box { width:1200px; margin:0 auto; background-color:#FFF; padding:50px 90px 90px 90px; }
.l-public { height:auto; }
.l-public .tit { color:#000000; font-size:60px; line-height:1.2; }
.l-public .des { color:#000000; font-size:30px; line-height:1.2; margin-top:14px; }
.l-public .des a { color:#bb0404; text-decoration:underline; }
.l-form { height:auto; }
.l-form ul li { margin-top:20px; }
.l-form ul li img { max-width:100%; }
.l-form label { display:block; color:#000000; font-size:24px; line-height:70px;  }
.l-form label i { font-style:normal; color:#bb0404; }
.l-form input[type=text] { width:100%; height:70px;color:#000000; font-size:24px; border:#dcdcdc solid 1px; padding-left:30px; }
.l-form input[type=password] { width:100%; height:70px;color:#000000; font-size:24px; border:#dcdcdc solid 1px; padding-left:30px; }
.l-form input[type=submit] { width:100%; text-align:center; height:70px; background-color:#000000; color:#d4d4d4; font-size:30px; border-radius:0; cursor:pointer; border:none; border:#000000 solid 1px; margin-top:30px; } 
.l-form input[type=reset] { float:right; width:48%; text-align:center; height:70px; background-color:#ffffff; color:#000000; font-size:30px; border-radius:0; cursor:pointer; border:none; border:#dcdcdc solid 1px; margin-top:30px; } 
.l-form input[type=checkbox] { width:26px; height:26px; vertical-align:middle; }
.l-info { text-align:center; color:#bb0404; font-size:24px; line-height:1.5; margin-top:40px;  }
.l-info a { color:#bb0404; text-decoration:underline; }
/*bg-black*/
.bg-black { position:fixed; top:0; left:0; width:100%; height:100vh; background-color:rgba(0, 0, 0, 0.5); z-index:100; display:none; }
.bg-black.active { display:block; }
.shoppingcart{ position:fixed; top:0; right:0; width:0; height:100vh; background-color:#FFF; z-index:200; transition: width 0.5s ease,opacity 0.5s ease; overflow:hidden; opacity:0;}
.shoppingcart.active {width:40%; opacity:1;}
.shoppingcart-box { padding:40px; overflow:hidden;}
.s-public { height:auto; }
.s-public .tit { float:left; color:#000000; font-size:24px; line-height:40px; }
.s-public .more { float:right; }
.s-public .more img { width:40px; cursor:pointer; }
.s-bottom { position:absolute; bottom:0; left:0; width:100%; padding:0 40px 50px 40px; }
.s-info { height:auto; border-top:#eeeeee solid 1px; padding-top:15px; }
.s-info ul li { display:flex; align-items: center; justify-content: space-between;}
.s-info ul li span { display:inline-block; }
.s-info ul li span:first-child {color:#000000; font-size:18px; line-height:40px;  font-weight:bold; }
.s-info ul li span:nth-child(2) {color:#222222; font-size:16px; line-height:40px; }
.s-info ul li span:nth-child(2).red { color:#c01515; }
.s-more { height:40px; background-color:#000000; text-align:center; color:#ffffff; font-size:18px; line-height:40px; margin-top:15px; }
.s-list {  height:calc(100vh - 330px); margin-top:15px; overflow:auto; padding-right:50px; margin-right:15px; }
.s-list{ scrollbar-arrow-color:#000000;  scrollbar-track-color:#eeeeee; scrollbar-face-color:#000000;  }
.s-list::-webkit-scrollbar{ width:10px; height:10px; background-color:transparent;}
.s-list::-webkit-scrollbar-track {background-color:#eeeeee; border-radius:0;} 
.s-list::-webkit-scrollbar-thumb {background-color:#000000;  border-radius:0;  }
.s-list-li { padding:17px 0;}
.s-list-top { height:auto; }
.s-list-top .pic { float:left; width:87px; height:74px; border:#eeeeee solid 1px; background-color:#FFF;display: flex;  align-items: center; justify-content: center; }
.s-list-top .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.s-list-top .con { float:left; margin-left:20px; width:280px; }
.s-list-top .con .tit { color:#000000; font-size:18px; line-height:26px; }
.s-list-top .con .des { color:#5f5f5f; font-size:16px; line-height:26px; }
.s-list-top .price { float:right; width:175px; text-align:right; color:#000000; font-size:18px; line-height:32px; }
.s-list-bot { height:auto; margin-top:15px; }
.s-list-bot button { width:40px; height:40px; background-color:#ffffff; text-align:center; color:#000000; font-size:20px; line-height:38px; border:none; cursor:pointer; outline:none; border:#eeeeee solid 1px; vertical-align:middle; }
.s-list-bot button img { width:100%; vertical-align:middle; }
.s-list-bot input { width:calc(100% - 135px);  height:40px; background-color:#ffffff; text-align:left; color:#000000; font-size:18px; line-height:38px; border:none; cursor:pointer; outline:none; border:#eeeeee solid 1px; vertical-align:middle; padding-left:20px; }
/*右侧漂浮*/
.slider-bg{width:50px;height:auto;position:fixed;right:5px;bottom:150px;z-index:100;box-shadow: 0 0 7px rgba(195, 195, 195, 0.6);}
.slider-bg .toolbar_btn a{ cursor:pointer;position:relative;display:block;height:50px; margin-top:1px; }
.slider-bg .toolbar_btn a samp{position:relative;display:block;height:50px;-webkit-transition:all .4s cubic-bezier(.2,.83,.42,.91);transition:all .4s cubic-bezier(.2,.83,.42,.91)}
.slider-bg .toolbar_btn a samp{z-index:2;width:50px; background-color:#6a6a6c; border-bottom:none; }
.slider-bg .toolbar_btn a em{font-size:14px;font-style:normal;position:absolute;z-index:1;top:1px;right:50px;display:block;overflow:hidden;width:0;height:50px;color:#333333; font-weight:normal;box-shadow: 0 0 7px rgba(195, 195, 195, 0.6);}
.slider-bg .toolbar_btn a b { position:absolute; width:8px; height:50px; background:url(../images/slider-sanjiao.png) no-repeat center center; top:0; right:52px;opacity:0;z-index:5}
.slider-bg .toolbar_btn a:hover samp{ background-color:#bb0404; }
.slider-bg .toolbar_btn a:hover b{opacity:1;}
.slider-bg .toolbar_btn a:hover em{width:150px; background-color:#ffffff;}
.slider-bg .toolbar_btn a:hover em.slider-a { padding-top:12px; padding-left:14px;}
.slider-bg .toolbar_btn a:hover em.slider-a .tit{color:#333333; font-size:14px; line-height:2; font-weight:bold; }
.slider-bg .toolbar_btn a:hover em.slider-a .des{color:#333333; font-size:12px; line-height:2;}
.slider-bg .toolbar_btn a:hover em.slider-b { padding-top:6px; padding-left:14px;}
.slider-bg .toolbar_btn a:hover em.slider-b .nob{color:#333333; font-size:14px; line-height:2;}
.slider-bg .toolbar_btn a:hover em.slider-c{width:121px!important;height:121px!important; margin-top:-18px;}
.slider-bg .toolbar_btn a:hover em.slider-c i{width:117px;height:117px;display:block;margin-left:2px;margin-top:2px;}
.slider-bg .toolbar_btn a:hover em.slider-c i img { width:100%;}
.slider-bg .iconi{width:100%;height:50px;display:block;position:absolute;top:0;left:0;}
.slider-bg .toolbar_btn a:nth-child(1) .iconi{ background:url(../images/slider-samp1.png) no-repeat top center; background-size:100%; }
.slider-bg .toolbar_btn a:nth-child(2) .iconi{ background:url(../images/slider-samp2.png) no-repeat top center; background-size:100%;}
.slider-bg .toolbar_btn a:nth-child(3) .iconi{ background:url(../images/slider-samp3.png) no-repeat top center; background-size:100%;}
.slider-bg .toolbar_btn a:nth-child(4) .iconi{ background:url(../images/slider-samp4.png) no-repeat top center; background-size:100%;}
.slider-bg .toolbar_btn a:nth-child(5) .iconi{ background:url(../images/slider-samp5.png) no-repeat top center; background-size:100%;}
.slider-bg .toolbar_btn a:nth-child(6) .iconi{ background:url(../images/slider-samp6.png) no-repeat top center; background-size:100%;}
.slider-bg .toolbar_btn a:nth-child(7) .iconi{ background:url(../images/slider-samp7.png) no-repeat top center; background-size:100%;}
/*wel-logged*/
.wel-logged { float:right; position:relative; }
.wel-logged-top { color:#bb0404; font-size:16px; line-height:50px; font-weight:bold; cursor:pointer; }
.wel-logged-top i { display:inline-block; width:20px; height:20px;  background:url(../images/person-icon.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; margin-top:-4px; }
.wel-logged-bot { position:absolute; top:50px; left:50%; margin-left:-120px; width:240px; height:auto; background-color:#FFF; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); z-index:2; padding:15px 0 20px 25px; display:none; }
.wel-logged-bot ul li { color:#000000; font-size:20px; line-height:2.2; }
.wel-logged-bot ul li:hover { color:#bb0404; }
.wel-logged:hover .wel-logged-bot { display:block; }
/*p-sub*/
.p-sub { text-align:center; margin-top:30px; }
.p-sub ul { display:flex; align-items: center; justify-content: space-evenly; }
.p-sub ul li { color:#000000; font-size:22px; line-height:2.4; border-bottom:#ffffff solid 3px; font-weight:bold;}
.p-sub ul li:hover { color:#bb0404; border-bottom:#bb0404 solid 3px; }
.p-sub ul li.active { color:#bb0404; border-bottom:#bb0404 solid 3px; }
/*p-order-top*/
.p-order-top { background-color:#eeeeee; color:#000000; font-size:18px; line-height:70px; margin-top:40px; font-weight:bold; text-align:center; }
.p-one { float:left; width:1000px; text-align:left; padding-left:20px; }
.p-two { float:left;  width:200px; }
.p-three { float:left;  width:200px; }
.p-four { float:left;  width:200px; }
/*p-order-list*/
.p-order-list { height:auto; }
.p-order-list ul li { padding:20px 0; border-bottom:#eeeeee solid 1px; color:#000000; font-size:16px; line-height:2;text-align:center; }
.p-order-list ul li img { width:22px; vertical-align:middle; margin-right:5px; margin-top:-4px; margin-left:5px; }
.p-order-id { text-align:left;  background-color:#eeeeee; color:#000000; font-size:16px; line-height:40px; padding-left:20px; margin-bottom:15px;  }
.p-order-id span {color:#999999; margin-left:30px; }
.p-order-list ul li .pic { float:left; width:85px; height:74px; border:#eeeeee solid 1px; display: flex;  align-items: center; justify-content: center;}
.p-order-list ul li .pic img { width:auto; margin-right:0;  margin-left:0; max-width: 100%;max-height: 100%;vertical-align: middle;}
.p-order-list ul li .tit { float:left; width:calc(100% - 85px - 20px - 220px);  margin-left:20px;  }
.p-order-list ul li .price { float:left; width:100px; margin-left:20px; }
.p-order-list ul li .nob {float:left; width:100px;  }
.p-order-list ul li a:hover { color:#bb0404; }
.p-one-li { margin-bottom:10px; }
/*p-recently*/
.p-recently { padding-top:40px; }
.p-recently ul li { float:left; width: 390px; height: 630px; border:#eeeeee solid 1px; background-color:#FFF; margin-top:20px; }
.p-recently ul li:nth-child(4n+2) { margin-left:13.33px;}
.p-recently ul li:nth-child(4n+3) { margin-left:13.33px;}
.p-recently ul li:nth-child(4n+4) { margin-left:13.33px;}
.p-recently ul li .pic { height:330px; display: flex;  align-items: center; justify-content: center; overflow:hidden; }
.p-recently ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.p-recently ul li .con { padding:0 40px; }
.p-recently ul li .con .tit { color:#000000; font-size:26px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:8px; }
.p-recently ul li .con .des { color:#5f5f5f; font-size:16px; line-height:30px; height:150px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; margin-top:8px; }
.p-recently ul li .con .des span { font-weight:bold; color:#bb0404;  }
.p-recently ul li .con .more { width:100%; height:43px; background-color:#eeeeee; text-align:center; color:#101010; font-size:16px; line-height:43px; margin-top:23px;transition: 0.5s; }
.p-recently ul li .con .more i { display:inline-block; width:20px; height:20px; background:url(../images/piclist-cart.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.p-recently ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.p-recently ul li:hover .con .tit { color:#bb0404; }
.p-recently ul li:hover .con .more { background-color:#bb0404; color:#FFF; }
.p-recently ul li:hover .con .more i { background:url(../images/piclist-cart2.png) no-repeat center center; background-size:100% 100%;}
/*p-setting*/
.p-setting .l-form input[type=submit] { background-color:#bb0404; color:#FFF; border: #bb0404 solid 1px;}
/*p-order-bottom*/
.p-order-bottom { height:auto; margin-top:20px; }
.p-order-bottom ul li { display: flex; flex-direction: row;justify-content: space-between;  color:#000000; font-size:18px; line-height:40px; font-weight:bold; padding:0 70px; }
.p-order-bottom ul li .red { color:#bb0404; }
.p-order-bottom .line { border-bottom:#eeeeee solid 1px; margin-top:20px; margin-bottom:20px; }
/*n-about*/
.n-about { color:#7b7a7a; font-size:20px; line-height:2; text-align:justify; min-height:200px; padding-bottom:20px; }
.n-about-con { height:auto;}
.n-about h3{color:#bb0404; font-size:30px; padding-left:22px; position:relative; font-weight:normal;  margin-bottom:25px; }
.n-about h3:after{content:""; position:absolute; left:0; top:50%; margin-top:-20px; width:5px; height:40px; background-color:#bb0404; }
.n-about img{ width:100%; }
.n-about-show { margin-top:50px;}
.n-about-left { float:left; width:46%;}
.n-about-right { float:right; width:46%;}
/*n-values*/
.n-values-left { float:left; width:766px; margin-top:40px; }
.n-values-right { float:right; width:481px; margin-right:159px; margin-top:56px; position:relative;}
.n-values-right img { max-width:100%;}
.values-tit { position:absolute; top:0; left:0; width:152px; height:45px; background-color:#ccd7e0; color:#003963; font-size:14px; line-height:16px; padding:7px 10px; text-align:center; border-radius:8px; cursor:pointer; }
.values-tit.active { background-color:#0068a8; color:#FFF; }
.values-tit1 { top:-45px; left:162px; width:171px;}
.values-tit2 { top:43px; left:45px; }
.values-tit3 { top:27px; left:265px; }
.values-tit4 { top:91px; left:357px; }
.values-tit5 { top:144px; left:-50px;}
.values-tit6 { top:160px; left:156px; width:138px; }
.values-tit7 { top:203px; left:311px; width:228px; }
.values-tit8 { top:227px; left:53px; }
.values-tit9 { top:265px; left:279px; width:103px; }
.value-li { display:none;}
/*n-rongyu*/
.n-rongyu { height:518px; margin-top:20px; }
.n-rongyu ul { display:block; width:100%; height:518px; }
.n-rongyu ul li{ display:inline-block;margin-left:42px; width:372px; height:518px; line-height:508px; }
.n-rongyu ul li img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.str_wrap{overflow:hidden;width:100%;font-size:12px;line-height:16px;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none;white-space:nowrap}
.str_move{white-space:nowrap;position:absolute;top:0;left:0;cursor:move}
.str_move_clone{display:inline-block;vertical-align:top;position:absolute;left:100%;top:0}
.str_vertical .str_move_clone{left:0;top:100%}
.str_down .str_move_clone{left:0;bottom:100%}
.str_down .str_move,.str_vertical .str_move{white-space:normal;width:100%}
.noStop .str_move,.no_drag .str_move,.str_static .str_move{cursor:inherit}

@media (max-width:1650px){
.wrap{width:90%}
/*welcome1650*/
.welcome { height:40px; }
.wel-left { font-size:15px; line-height:40px;  }
.wel-left img { width:16px; }
.wel-right { font-size:15px; line-height:40px; }
.w-tag { margin-left:35px; }
.w-tag::after{ left:-17px; }
.w-tag-top { font-size:15px; line-height:40px; background-size:16px auto; padding-left:23px; }
.w-tag-top i { width:16px; height:16px; }
.w-tag-bot { top:40px; font-size:15px; line-height:32px; }
/*w-search1650*/
.w-search { height:35px; margin-top:0; }
.w-search-top { font-size:16px; line-height:35px; }
.w-search-top i { width:18px; height:18px; }
.w-search-con { margin-top:2px; }
/*search-box1650*/
.search-box { height:110px; }
.search-con { height:46px; }
.search-con input[type=text] { padding-left:20px; height:44px; font-size:15px; }
.search-con input[type=submit] { height:44px; }
/*header1650*/
.header{height:110px; }
.header .logo{ height:110px; width:12%; }
.header .nav ul li{ font-size:20px; line-height:110px; margin-left:52px; } 
.header .nav ul li>a i{width:14px;height:14px;}
.header .nav ul li .sub {  top:110px;}
.header .nav ul li .sub dl { margin-top:3px; }
.header .nav ul li .sub dl:last-child { padding-bottom:25px; }
.header .nav ul li .sub dl dt { font-size:22px;  margin-bottom:13px; }
.header .nav ul li .sub dl dd { margin-right:18px; font-size:15px; }
.header .nav ul li .sub .wrap { padding-top:15px; padding-bottom:25px; }
.header .nav ul li .sub ul li { font-size:15px; }
/*h-cart1650*/
.h-cart { margin-left:8%; margin-top:32px; width:45px; }
.h-cart i { width:16px; height:16px; font-size:13px; line-height:16px; }
/*i-home1650*/
.i-home-right{ width:75%; }
/*i-home-top1650*/
.i-home-top ul li { /*改*/ padding-top:55px; padding-bottom:55px; padding-left:23px; }
.i-home-top .pic { width:50%; }
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-23px 23px 0 0 #e9c5c5;}
.i-home-top .con { /*改*/ width:45%; }
.i-home-top .con .top { padding-left:24px; }
.i-home-top .con .top::after{ margin-top:-30px; width:5px; height:60px; }
.i-home-top .con .top .tit { font-size:28px; }
.i-home-top .con .top .des { font-size:16px; }
.i-home-top .con .intro { margin-top:30px; }
.i-home-top .con .intro .tit { font-size:20px; line-height:50px; padding-left:67px; }
.i-home-top .con .intro .tit::after{ left:21px; width:18px; }
.i-home-top .con .intro .box { padding:10px 35px; }
.i-home-top .con .intro .des { font-size:16px; line-height:40px; height:200px; }
.i-home-top .con .more { margin-top:35px; width:235px; height:40px; font-size:16px; line-height:40px; }
/*i-pro1650*/
.i-pro ul li {padding-top:70px; padding-bottom:90px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro .pic { width:37.5%; }
.i-pro ul li:nth-child(3n+1) .pic::after{ right:20px; bottom:18px; width:85px; height:82px; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-35px 35px 0 0 #e9c5c5;}
.i-pro .con { width:56.25%; }
.i-pro .con .top { padding-left:24px; }
.i-pro .con .top::after{ margin-top:-30px; width:5px; height:60px; }
.i-pro .con .top .tit { font-size:28px; }
.i-pro .con .top .des { font-size:16px; }
.i-pro .con .intro { margin-top:30px; }
.i-pro .con .intro .tit { font-size:20px; line-height:50px; padding-left:67px; }
.i-pro .con .intro .tit::after{ left:21px; width:18px; }
.i-pro .con .intro .box { padding:10px 35px; }
.i-pro .con .intro .des { font-size:16px; line-height:40px; }
.i-pro .con .more { margin-top:35px; width:235px; height:40px; font-size:16px; line-height:40px; }
/*i-public1650*/
.i-public .tit { font-size:40px; }
.i-public .des { font-size:14px; }
/*i-recommend1650*/
.i-recommend { padding-top:15px; padding-bottom:80px; }
.i-recommend-show { margin-top:25px; }
.i-recommend-right { width:75%; }
.i-recommend-left { width:23%; margin-top:12px; height:3683px; }
.i-home .i-recommend-left { /*改*/  margin-top:55px; margin-bottom:35px; }
.i-recommend-white {padding:18px 13px;}
.i-recommend-search { height:40px; }
.i-recommend-search input[type=text] { margin-left:4%; width:71%; height:38px; font-size:15px;  }
.i-recommend-search input[type=submit] { margin-right:6px; margin-top:4px; width:17%; height:30px; background-size:16px 16px; }
.n-left-sub { margin-top:22px; }
.n-left-one { font-size:18px; line-height:26px; padding:11px 35px 11px 4px;  }
.n-left-one span { right:6px; width:18px; height:18px; margin-top:-9px; }
.n-left-one-list { margin-right:10px; max-height:90px; margin-top:10px; margin-bottom:10px; }
.n-left-one-list::-webkit-scrollbar{ width:8px; height:8px; }
.n-left-two { font-size:15px; line-height:26px; padding-left:8px; }
.piclist ul li { height:380px; }
.piclist ul li .pic { height:170px; }
.piclist ul li .tit { font-size:16px; }
/*i-vision1650*/
.i-vision { padding-top:80px; padding-bottom:80px; }
.i-vision-list .swiper-container{width:82%; }
.i-vision-list .swiper-button-prev { width:70px; height:70px; }
.i-vision-list .swiper-button-next { width:70px; height:70px; }
.i-vision-li .pic { width:34.6%; }
.i-vision-li .con { width:61.5%; }
.i-vision-li .con .tit { font-size:46px; margin-top:63px; }
.i-vision-li .con .des { font-size:16px; line-height:26px; height:208px; margin-top:22px; }
.i-vision-li .con .more { width:230px; height:40px; font-size:16px; line-height:40px; margin-top:31px; }
/*i-clients1650*/
.i-clients { padding-top:80px; padding-bottom:80px; }
.i-clients-list { padding-top:18px; }
.i-clients-list ul li { width:48.5%; height:390px; margin-top:30px; padding:25px 25px 0 25px; }
.i-clients-list ul li:nth-child(even) { margin-left:3%; }
.i-clients-list ul li .ban { min-width:100px; height:100px; font-size:32px; line-height:100px; padding:0 18px; }
.i-clients-list ul li .tit { font-size:32px; margin-top:16px; }
.i-clients-list ul li .des { font-size:16px; line-height:26px; height:104px; margin-top:7px; }
.i-clients-list ul li .more { width:200px; height:40px; font-size:16px; line-height:40px; margin-top:23px; }
/*footer1650*/
.footer { font-size:16px; }
.f-top { padding-top:60px; padding-bottom:60px; }
.f-left { width:69%; }
.f-left dl dt { font-size:24px; }
.f-right { width:22%; }
.f-email-ban { font-size:18px; }
.f-email { margin-top:6px; padding-bottom:18px; }
.f-email .tit { width:68%; height:26px; font-size:15px; line-height:26px; padding-left:12px; }
.f-email .des { width:28%;height:26px; font-size:15px; line-height:26px; }
.f-ban { font-size:24px; }
.f-text img { margin-right:9px; }
.f-copy { font-size:16px; padding-top:25px; padding-bottom:25px; }
.f-copy a { margin-left:8px; }
.f-copy-left img { width:22px; }
.f-copy-right img { width:32px; }
/*n-main1650*/
.n-main { padding-top:50px; padding-bottom:90px; }
.n-public .tit { font-size:46px; }
.n-public .des  { font-size:15px;padding:0 10%;  }
.n-pro-ban { padding-top:70px; padding-bottom:70px; }
.n-pro-ban .tit {font-size:40px; }
.n-pro-ban .des { font-size:14px; padding:0 10%; }
/*n-pro-ban-search1650*/
.n-pro-ban-search { width:63%; height:45px; margin-top:35px; }
.n-pro-ban-search input[type=text] { width:calc(100% - 55px); height:43px;font-size:18px; padding-left:15px; }
.n-pro-ban-search input[type=submit] { width:45px; height:45px; }
/*n-box1650*/
.n-box { min-height:450px; padding:23px 80px 80px 80px;  }
.n-line { margin:0 70px; margin-top:40px; }
.n-show { font-size:15px;}
/*n-news1650*/
.n-news { padding:40px 40px 50px 40px; margin-top:18px;  }
.n-news-ban { font-size:28px; }
.n-news-ban i { width:34px; height:34px; }
.n-news-list { padding-top:9px; }
.n-news-list ul li { padding-top:18px; padding-bottom:28px; margin-left:34px; }
.n-news-list ul li .tit { font-size:20px; }
.n-news-list ul li .tit i { width:25px; height:25px; }
.n-news-list ul li .des { font-size:15px; margin-left:28px; }
/*n-caselist1650*/
.n-caselist { padding-top:25px; }
.n-caselist ul li .pic { height:255px; }
.n-caselist ul li .tit { font-size:16px; line-height:50px; }
/*n-contact1650*/
.n-contact { padding-top:50px; padding-bottom:85px; }
.n-contact-list { margin-top:45px; }
.n-contact-list ul li { width:32%; height:auto; font-size:18px; padding-top:40px; padding-bottom:40px;}
.n-contact-list ul li:nth-child(3n+2) { margin-left:2%;}
.n-contact-list ul li:nth-child(3n+3) { margin-left:2%;}
.n-contact-list ul li h3 { font-size:28px; margin-bottom:18px; }
.n-contact-list ul li img { width:36px; }
/*n-message1650*/
.n-message { padding-top:50px; padding-bottom:85px; }
.n-message-list { padding-top:28px; }
.n-message-list ul li { margin-top:20px; }
.n-message-list label { font-size:16px; padding-left:24px; }
.n-message-list input[type=text] { height:60px; font-size:16px; padding-left:24px; }
.n-message-list select { height:60px; font-size:16px; padding-left:24px; }
.n-message-list textarea {height:260px; font-size:16px; line-height:60px; padding-left:24px; }
.n-message-list input[type=submit] { width:250px; height:60px; font-size:26px;}
/*n-recommend1650*/
.n-recommend { margin-top:15px; padding:10px 10px 30px 10px; }
.n-recommend-ban { height:40px; font-size:18px; line-height:40px;  }
.n-recommend-list { padding:0 15px; }
.n-recommend-list ul li { margin-top:25px; padding-bottom:8px; }
.n-recommend-list ul li .pic { height:190px; }
.n-recommend-list ul li .tit { font-size:18px; }
/*n-detail1650*/
.n-detail { padding-top:35px; padding-bottom:65px; }
.n-detail-left { width:50%; height:530px; padding:0 28px 28px 28px; }
.n-detail-left .gallery-top{height:380px;}
.n-detail-left .gallery-top .swiper-slide {height:380px; }
.n-detail-left .gallery-thumbs{height:105px; }
.n-detail-left .gallery-thumbs .swiper-slide{height:105px;}
.n-detail-right { width:43.7%; }
.n-detail-right .tit { font-size:32px; margin-top:30px; }
.n-detail-right .nob { font-size:15px; margin-top:5px; }
.n-detail-right .price { font-size:28px; margin-top:13px; }
.n-detail-right .des { font-size:15px; line-height:26px; height:156px; margin-top:8px; }
.n-detail-right .qua { font-size:15px; line-height:26px; margin-top:20px; }
.n-detail-right .grid { margin-top:20px; }
.n-detail-right .grid-left button { width:30px; height:40px; line-height:38px; }
.n-detail-right .grid-left input { width:100px; height:40px; line-height:38px; }
.n-detail-right .grid-right {width:calc(100% - 180px); }
.n-detail-right .grid-right button { height:40px; font-size:15px; line-height:40px; }
.n-detail-right .grid-right button i { width:18px; height:18px; }
.n-detail-right .line { margin-top:35px; }
.n-detail-right .info { font-size:15px; line-height:26px; margin-top:25px; }
/*n-like1650*/
.n-like { padding-top:45px; padding-bottom:70px; margin-top:90px; }
.n-like-ban { font-size:32px; }
.n-like-list { height:492px; margin-top:45px; }
.n-like-list .swiper-button-prev { width:31px; height:31px;right:45px; top:-52px;}
.n-like-list .swiper-button-next { width:31px; height:31px; top:-52px; }
.n-like-li .pic { height:255px; }
.n-like-li .con { padding:0 30px; }
.n-like-li .con .tit { font-size:22px; margin-top:6px; }
.n-like-li .con .des { font-size:15px; line-height:24px; height:120px; margin-top:6px; }
.n-like-li .con .more { height:34px; font-size:15px; line-height:34px; margin-top:18px; }
.n-like-li .con .more i { width:18px; height:18px; margin-right:9px; }
/*login-box1650*/
.login-box { width:75%; padding:45px 70px 70px 70px; }
.l-public .tit { font-size:46px; }
.l-public .des { font-size:24px; margin-top:13px; }
.l-form ul li { margin-top:18px; }
.l-form label { font-size:20px; line-height:60px;  }
.l-form input[type=text] { height:60px; font-size:20px; padding-left:25px; }
.l-form input[type=password] { height:60px; font-size:20px; padding-left:25px; }
.l-form input[type=submit] { height:60px; font-size:24px; margin-top:25px; } 
.l-form input[type=reset] { height:60px; font-size:24px; margin-top:25px; } 
.l-form input[type=checkbox] { width:24px; height:24px; }
.l-info { font-size:20px; margin-top:35px;  }
/*bg-black1650*/
.shoppingcart-box { padding:35px; }
.s-public .tit { font-size:20px; line-height:35px; }
.s-public .more img { width:35px;  }
.s-bottom {  padding:0 35px 40px 35px; }
.s-info { padding-top:13px; }
.s-info ul li span:first-child { font-size:16px; line-height:35px;  }
.s-info ul li span:nth-child(2) {font-size:15px; line-height:35px; }
.s-more { height:35px; font-size:16px; line-height:35px; margin-top:13px; }
.s-list {  height:calc(100vh - 290px); margin-top:13px; padding-right:40px; margin-right:13px; }
.s-list-li { padding:15px 0;}
.s-list-top .pic {width:14%; height:58px; }
.s-list-top .con { margin-left:4%; width:53%; }
.s-list-top .con .tit { font-size:16px; line-height:24px; }
.s-list-top .con .des { font-size:15px; line-height:24px; }
.s-list-top .price { width:24%; font-size:16px; line-height:24px; }
.s-list-bot { margin-top:13px; }
.s-list-bot button { width:35px; height:35px; font-size:18px; line-height:33px;}
.s-list-bot input { width:calc(100% - 125px);  height:35px;font-size:16px; line-height:33px;  padding-left:15px; }
/*wel-logged1650*/
.wel-logged-top { font-size:15px; line-height:40px; }
.wel-logged-top i { width:18px; height:18px;  }
.wel-logged-bot { top:40px; margin-left:-100px; width:200px;  padding:13px 0 15px 20px; }
.wel-logged-bot ul li { font-size:18px; }
/*p-sub1650*/
.p-sub { margin-top:28px; }
.p-sub ul li { font-size:19px; }
/*p-order-top1650*/
.p-order-top { font-size:16px; line-height:60px; margin-top:38px; }
.p-one { width:61%; padding-left:18px; }
.p-two {  width:13%; }
.p-three { width:13%; }
.p-four {  width:13%; }
/*p-order-list1650*/
.p-order-list ul li { padding:18px 0; font-size:15px; }
.p-order-list ul li img { width:20px; }
.p-order-id { font-size:15px; line-height:36px; padding-left:18px; margin-bottom:13px;  }
.p-order-id span {margin-left:28px; }
.p-order-list ul li .pic { width:75px; height:64px; }
.p-order-list ul li .tit { width:calc(100% - 75px - 18px - 198px);  margin-left:18px;  }
.p-order-list ul li .price { width:90px; margin-left:18px; }
.p-order-list ul li .nob { width:90px;  }
.p-one-li { margin-bottom:8px; }
/*p-recently1650*/
.p-recently { padding-top:35px; }
.p-recently ul li { width: 23.5%; height:492px; margin-top:18px; }
.p-recently ul li:nth-child(4n+2) { margin-left:2%;}
.p-recently ul li:nth-child(4n+3) { margin-left:2%;}
.p-recently ul li:nth-child(4n+4) { margin-left:2%;}
.p-recently ul li .pic { height:255px; }
.p-recently ul li .con { padding:0 30px; }
.p-recently ul li .con .tit { font-size:22px; margin-top:6px; }
.p-recently ul li .con .des { font-size:15px; line-height:24px; height:120px; margin-top:6px; }
.p-recently ul li .con .more { height:34px; font-size:15px; line-height:34px; margin-top:18px; }
.p-recently ul li .con .more i { width:18px; height:18px; margin-right:9px; }
/*p-order-bottom1650*/
.p-order-bottom { margin-top:18px; }
.p-order-bottom ul li { font-size:16px; line-height:35px; padding:0 60px; }
.p-order-bottom .line { margin-top:18px; margin-bottom:18px; }
/*n-about1650*/
.n-about { font-size:18px; }
.n-about h3{ font-size:26px; padding-left:20px; margin-bottom:23px; }
.n-about h3:after{margin-top:-18px; height:36px;}
.n-about-show { margin-top:45px;}
/*n-values1650*/
.n-values-left { width:47%; margin-top:20px; }
.n-values-right { width:38%; margin-right:9%; }
.values-tit1 { left:33.6%;}
.values-tit2 { left:9%; }
.values-tit3 { left:55%; }
.values-tit4 { left:74%; }
.values-tit5 { left:-10%;}
.values-tit6 { left:32%; }
.values-tit7 { left:64%;  }
.values-tit8 { left:11%; }
.values-tit9 { left:58%; }

}

@media (max-width:1400px){
/*welcome1400*/
.welcome { height:35px; }
.wel-left { line-height:35px;  }
.wel-left img { width:14px; }
.wel-right { line-height:35px; }
.w-tag { margin-left:30px; }
.w-tag::after{ left:-15px; }
.w-tag-top { line-height:35px; background-size:14px auto; padding-left:21px; }
.w-tag-top i { width:14px; height:14px; }
.w-tag-bot { top:35px; }
/*w-search1400*/
.w-search-top { font-size:14px; }
/*search-box1400*/
.search-box { height:90px; }
.search-con { height:41px; }
.search-con input[type=text] { padding-left:15px; height:39px; }
.search-con input[type=submit] { height:39px; }
/*header1400*/
.header{height:90px; }
.header .logo{ height:90px; }
.header .nav ul li{ font-size:18px; line-height:90px; margin-left:30px; } 
.header .nav ul li>a i{width:12px;height:12px;}
.header .nav ul li .sub {  top:90px;}
.header .nav ul li .sub dl { margin-top:1px; }
.header .nav ul li .sub dl:last-child { padding-bottom:20px; }
.header .nav ul li .sub dl dt { font-size:18px;  margin-bottom:11px; }
.header .nav ul li .sub dl dd { margin-right:16px; }
.header .nav ul li .sub .wrap { padding-top:10px; padding-bottom:20px; }
.header .nav ul li .sub ul li { font-size:15px; }
/*h-cart1400*/
.h-cart { margin-top:25px; width:40px; }
.h-cart i { width:14px; height:14px; font-size:12px; line-height:14px; }
/*i-home-top1400*/
.i-home-top ul li { /*改*/ padding-top:50px; padding-bottom:50px; padding-left:21px; }
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-21px 21px 0 0 #e9c5c5;}
.i-home-top .con .top { padding-left:20px; }
.i-home-top .con .top::after{ margin-top:-25px; width:4px; height:50px; }
.i-home-top .con .top .tit { font-size:24px; }
.i-home-top .con .top .des { font-size:14px; }
.i-home-top .con .intro { margin-top:25px; }
.i-home-top .con .intro .tit { font-size:16px; line-height:40px; padding-left:43px; }
.i-home-top .con .intro .tit::after{ left:16px; width:16px; }
.i-home-top .con .intro .box { padding:8px 30px; }
.i-home-top .con .intro .des { font-size:15px; line-height:30px; height:150px; }
.i-home-top .con .more { margin-top:30px; width:200px; height:33px; font-size:15px; line-height:33px; }
/*i-pro1400*/
.i-pro ul li {padding-top:60px; padding-bottom:70px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro ul li:nth-child(3n+1) .pic::after{ right:16px; bottom:15px; width:72px; height:69px; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-30px 30px 0 0 #e9c5c5;}
.i-pro .con .top { padding-left:20px; }
.i-pro .con .top::after{ margin-top:-25px; width:4px; height:50px; }
.i-pro .con .top .tit { font-size:24px; }
.i-pro .con .top .des { font-size:14px; }
.i-pro .con .intro { margin-top:25px; }
.i-pro .con .intro .tit { font-size:16px; line-height:40px; padding-left:43px; }
.i-pro .con .intro .tit::after{ left:16px; width:16px; }
.i-pro .con .intro .box { padding:8px 30px; }
.i-pro .con .intro .des { font-size:15px; line-height:30px; }
.i-pro .con .more { margin-top:30px; width:200px; height:33px; font-size:15px; line-height:33px; }
/*i-public1400*/
.i-public .tit { font-size:32px; }
.i-public .des { font-size:12px; }
/*i-recommend1400*/
.i-recommend { padding-top:15px; padding-bottom:70px; }
.i-recommend-show { margin-top:20px; }
.i-recommend-left { margin-top:10px; height:3155px; }
.i-home .i-recommend-left { /*改*/  margin-top:50px;margin-bottom:30px; }
.i-recommend-white {padding:16px 11px; }
.i-recommend-search { height:35px; }
.i-recommend-search input[type=text] { height:33px; }
.i-recommend-search input[type=submit] { margin-right:4px; margin-top:5px; height:22px; background-size:14px 14px; }
.n-left-sub { margin-top:20px; }
.n-left-one { font-size:16px; line-height:24px; padding:9px 30px 9px 3px; }
.n-left-one span { right:4px; width:16px; height:16px; margin-top:-8px; }
.n-left-one-list { margin-right:8px; max-height:80px; margin-top:8px; margin-bottom:8px; }
.n-left-one-list::-webkit-scrollbar{ width:6px; height:6px; }
.n-left-two { padding-left:6px; }

/*i-vision1400*/
.i-vision { padding-top:70px; padding-bottom:70px; }
.i-vision-list .swiper-button-prev { width:60px; height:60px; }
.i-vision-list .swiper-button-next { width:60px; height:60px; }
.i-vision-li .con .tit { font-size:39px; margin-top:53px; }
.i-vision-li .con .des { font-size:15px; line-height:24px; height:192px; margin-top:20px; }
.i-vision-li .con .more { width:190px; height:35px; font-size:15px; line-height:35px; margin-top:26px; }
/*i-clients1400*/
.i-clients { padding-top:70px; padding-bottom:70px; }
.i-clients-list { padding-top:16px; }
.i-clients-list ul li { height:330px; margin-top:25px; padding:20px 20px 0 20px; }
.i-clients-list ul li .ban { min-width:80px; height:80px; font-size:26px; line-height:80px; padding:0 16px; }
.i-clients-list ul li .tit { font-size:26px; margin-top:14px; }
.i-clients-list ul li .des { font-size:15px; line-height:24px; height:96px; margin-top:6px; }
.i-clients-list ul li .more { width:160px; height:35px; font-size:15px; line-height:35px; margin-top:13px; }
/*footer1400*/
.footer { font-size:15px; }
.f-top { padding-top:50px; padding-bottom:50px; }
.f-left dl dt { font-size:20px; }
.f-email-ban { font-size:17px; }
.f-email { margin-top:5px; padding-bottom:16px; }
.f-email .tit { padding-left:10px; }
.f-ban { font-size:20px; }
.f-text img { margin-right:8px; }
.f-copy { font-size:15px; padding-top:20px; padding-bottom:20px; }
.f-copy a { margin-left:6px; }
.f-copy-left img { width:20px; }
.f-copy-right img { width:19px; }
/*n-main1400*/
.n-main { padding-top:40px; padding-bottom:80px; }
.n-public .tit { font-size:38px; }
.n-public .des  { padding:0 8%;  }
.n-pro-ban { padding-top:60px; padding-bottom:60px; }
.n-pro-ban .tit {font-size:32px; }
.n-pro-ban .des { padding:0 8%; }
/*n-pro-ban-search1400*/
.n-pro-ban-search { width:68%; height:40px; margin-top:30px; }
.n-pro-ban-search input[type=text] { width:calc(100% - 50px); height:38px;font-size:16px; padding-left:10px; }
.n-pro-ban-search input[type=submit] { width:40px; height:40px; }
/*n-box1400*/
.n-box { min-height:400px; padding:21px 60px 60px 60px;  }
.n-line { margin:0 50px; margin-top:35px; }
/*n-news1400*/
.n-news { padding:30px 30px 40px 30px; margin-top:16px;  }
.n-news-ban { font-size:24px; }
.n-news-ban i { width:30px; height:30px; }
.n-news-list { padding-top:8px; }
.n-news-list ul li { padding-top:16px; padding-bottom:26px; margin-left:32px; }
.n-news-list ul li .tit { font-size:18px; }
.n-news-list ul li .tit i { width:22px; height:22px; }
.n-news-list ul li .des { margin-left:26px; }
/*n-caselist1400*/
.n-caselist { padding-top:20px; }
.n-caselist ul li .pic { height:210px; }
.n-caselist ul li .tit { font-size:15px; line-height:40px; }
/*n-contact1400*/
.n-contact { padding-top:40px; padding-bottom:75px; }
.n-contact-list { margin-top:40px; }
.n-contact-list ul li { height:auto; font-size:17px; padding-top:30px;padding-bottom:30px;}
.n-contact-list ul li h3 { font-size:23px; margin-bottom:16px; }
.n-contact-list ul li img { width:32px; }
/*n-message1400*/
.n-message { padding-top:40px; padding-bottom:75px; }
.n-message-list { padding-top:26px; }
.n-message-list ul li { margin-top:16px; }
.n-message-list label { font-size:15px; padding-left:22px; }
.n-message-list input[type=text] { height:50px; font-size:15px; padding-left:22px; }
.n-message-list select { height:50px; font-size:15px; padding-left:22px; }
.n-message-list textarea {height:220px; font-size:15px; line-height:50px; padding-left:22px; }
.n-message-list input[type=submit] { width:220px; height:50px; font-size:22px;}
/*n-recommend1400*/
.n-recommend { margin-top:10px; padding:5px 5px 20px 5px; }
.n-recommend-ban { height:35px; font-size:16px; line-height:35px;  }
.n-recommend-list { padding:0 10px; }
.n-recommend-list ul li { margin-top:20px; padding-bottom:6px; }
.n-recommend-list ul li .pic { height:160px; }
.n-recommend-list ul li .tit { font-size:16px; }
/*n-detail1400*/
.n-detail { padding-top:30px; padding-bottom:60px; }
.n-detail-left { height:445px; padding:0 26px 26px 26px; }
.n-detail-left .gallery-top{height:320px;}
.n-detail-left .gallery-top .swiper-slide {height:320px; }
.n-detail-left .gallery-thumbs{height:90px; }
.n-detail-left .gallery-thumbs .swiper-slide{height:90px;}
.n-detail-right .tit { font-size:26px; margin-top:20px; }
.n-detail-right .price { font-size:23px; margin-top:11px; }
.n-detail-right .qua { margin-top:10px; }
.n-detail-right .grid { margin-top:10px; }
.n-detail-right .grid-left button { width:26px; height:35px; line-height:33px; }
.n-detail-right .grid-left input { width:80px; height:35px; line-height:33px; }
.n-detail-right .grid-right {width:calc(100% - 150px); }
.n-detail-right .grid-right button { height:35px; line-height:35px; }
.n-detail-right .grid-right button i { width:16px; height:16px; }
.n-detail-right .line { margin-top:25px; }
.n-detail-right .info { margin-top:15px; }
/*n-like1400*/
.n-like { padding-top:40px; padding-bottom:60px; margin-top:80px; }
.n-like-ban { font-size:26px; }
.n-like-list { height:435px; margin-top:40px; }
.n-like-list .swiper-button-prev { width:29px; height:29px;right:40px; top:-47px;}
.n-like-list .swiper-button-next { width:29px; height:29px; top:-47px; }
.n-like-li .pic { height:210px; }
.n-like-li .con { padding:0 25px; }
.n-like-li .con .tit { font-size:18px; margin-top:5px; }
.n-like-li .con .des { margin-top:4px; }
.n-like-li .con .more { margin-top:16px; }
.n-like-li .con .more i { width:16px; height:16px; margin-right:8px; }
/*login-box1400*/
.login-box { width:80%; padding:40px 50px 50px 50px; }
.l-public .tit { font-size:39px; }
.l-public .des { font-size:20px; margin-top:12px; }
.l-form ul li { margin-top:16px; }
.l-form label { font-size:16px; line-height:50px;  }
.l-form input[type=text] { height:50px; font-size:16px; padding-left:20px; }
.l-form input[type=password] { height:50px; font-size:16px; padding-left:20px; }
.l-form input[type=submit] { height:50px; font-size:20px; margin-top:20px; } 
.l-form input[type=reset] { height:50px; font-size:20px; margin-top:20px; } 
.l-form input[type=checkbox] { width:22px; height:22px; }
.l-info { font-size:18px; margin-top:30px;  }
/*bg-black1400*/
.shoppingcart-box { padding:30px; }
.s-public .tit { font-size:18px; line-height:30px; }
.s-public .more img { width:30px;  }
.s-bottom {  padding:0 30px 30px 30px; }
.s-info { padding-top:11px; }
.s-info ul li span:first-child { line-height:30px;  }
.s-info ul li span:nth-child(2) { line-height:30px; }
.s-more { height:30px; font-size:15px; line-height:30px; margin-top:11px; }
.s-list {  height:calc(100vh - 240px); margin-top:11px; padding-right:35px; margin-right:11px; }
.s-list-li { padding:13px 0;}
.s-list-top .pic { height:50px; }
.s-list-bot { margin-top:11px; }
.s-list-bot button { width:30px; height:30px; font-size:16px; line-height:28px;}
.s-list-bot input { width:calc(100% - 105px);  height:30px;font-size:15px; line-height:28px;  padding-left:10px; }
/*wel-logged1400*/
.wel-logged-top { line-height:35px; }
.wel-logged-top i { width:16px; height:16px;  }
.wel-logged-bot { top:35px; margin-left:-80px; width:160px;  padding:11px 0 10px 10px; }
.wel-logged-bot ul li { font-size:16px; }
/*p-sub1400*/
.p-sub { margin-top:26px; }
.p-sub ul li { font-size:16px; }
/*p-order-top1400*/
.p-order-top { font-size:15px; line-height:50px; margin-top:36px; }
.p-one { padding-left:16px; }
/*p-order-list1400*/
.p-order-list ul li { padding:16px 0; }
.p-order-list ul li img { width:18px; }
.p-order-id { padding-left:16px; margin-bottom:11px;  }
.p-order-id span {margin-left:26px; }
.p-order-list ul li .pic { width:65px; height:54px; }
.p-order-list ul li .tit { width:calc(100% - 65px - 16px - 176px);  margin-left:16px;  }
.p-order-list ul li .price { width:80px; margin-left:16px; }
.p-order-list ul li .nob { width:80px;  }
.p-one-li { margin-bottom:6px; }
/*p-recently1400*/
.p-recently { padding-top:30px; }
.p-recently ul li { height:435px; margin-top:16px; }
.p-recently ul li .pic { height:210px; }
.p-recently ul li .con { padding:0 25px; }
.p-recently ul li .con .tit { font-size:18px; margin-top:5px; }
.p-recently ul li .con .des { margin-top:4px; }
.p-recently ul li .con .more { margin-top:16px; }
.p-recently ul li .con .more i { width:16px; height:16px; margin-right:8px; }
/*p-order-bottom1400*/
.p-order-bottom { margin-top:16px; }
.p-order-bottom ul li { font-size:15px; line-height:30px; padding:0 50px; }
.p-order-bottom .line { margin-top:16px; margin-bottom:16px; }
/*n-about1400*/
.n-about { font-size:16px; }
.n-about h3{ font-size:22px; padding-left:18px; margin-bottom:21px; }
.n-about h3:after{margin-top:-16px; height:32px;}
.n-about-show { margin-top:40px;}

}

@media (max-width:1200px){
.wrap{width:94%}
/*search-box1200*/
.search-box { height:80px; }
/*header1200*/
.header{height:80px; }
.header .logo{ height:80px; }
.header .nav ul li{ font-size:16px; line-height:80px; margin-left:20px; } 
.header .nav ul li>a i{width:10px;height:10px;}
.header .nav ul li .sub {  top:80px;}
.header .nav ul li .sub dl { margin-top:1px; }
.header .nav ul li .sub dl:last-child { padding-bottom:15px; }
.header .nav ul li .sub dl dt { font-size:16px;  margin-bottom:9px; }
.header .nav ul li .sub dl dd { margin-right:14px; }
/*h-cart1200*/
.h-cart { margin-top:22px; width:35px; }
/*i-home-top1200*/
.i-home-top ul li { /*改*/ padding-top:45px; padding-bottom:45px; padding-left:19px; }
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-19px 19px 0 0 #e9c5c5;}
.i-home-top .con .top { padding-left:18px; }
.i-home-top .con .top::after{ margin-top:-22px; width:3px; height:44px; }
.i-home-top .con .top .tit { font-size:20px; }
.i-home-top .con .top .des { font-size:12px; }
.i-home-top .con .intro { margin-top:20px; }
.i-home-top .con .intro .tit { font-size:15px; line-height:32px; padding-left:35px; }
.i-home-top .con .intro .tit::after{ left:12px; margin-top:-1px; width:14px; height:2px; }
.i-home-top .con .intro .box { padding:6px 20px; }
.i-home-top .con .intro .des { line-height:26px; height:130px; }
.i-home-top .con .more { margin-top:25px; }
.i-recommend-left { height:2686px; }
.i-home .i-recommend-left { /*改*/  margin-top:45px; margin-bottom:25px;}
/*i-pro1200*/
.i-pro ul li {padding-top:50px; padding-bottom:60px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro ul li:nth-child(3n+1) .pic::after{ right:14px; bottom:13px; width:60px; height:58px; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-22px 22px 0 0 #e9c5c5;}
.i-pro .con .top { padding-left:18px; }
.i-pro .con .top::after{ margin-top:-22px; width:3px; height:44px; }
.i-pro .con .top .tit { font-size:20px; }
.i-pro .con .top .des { font-size:12px; }
.i-pro .con .intro { margin-top:20px; }
.i-pro .con .intro .tit { font-size:15px; line-height:32px; padding-left:35px; }
.i-pro .con .intro .tit::after{ left:12px; margin-top:-1px; width:14px; height:2px; }
.i-pro .con .intro .box { padding:6px 20px; }
.i-pro .con .intro .des { line-height:26px; }
.i-pro .con .more { margin-top:25px; }
/*i-public1200*/
.i-public .tit { font-size:27px; }
/*i-vision1200*/
.i-vision { padding-top:60px; padding-bottom:60px; }
.i-vision-list .swiper-container{width:80%; }
.i-vision-list .swiper-button-prev { width:50px; height:50px; }
.i-vision-list .swiper-button-next { width:50px; height:50px; }
.i-vision-li .con .tit { font-size:32px; margin-top:23px; }
.i-vision-li .con .des { margin-top:18px; }
.i-vision-li .con .more { margin-top:21px; }
/*i-clients1200*/
.i-clients { padding-top:60px; padding-bottom:60px; }
.i-clients-list { padding-top:14px; }
.i-clients-list ul li { height:305px; margin-top:20px; padding:15px 15px 0 15px; }
.i-clients-list ul li .ban { min-width:70px; height:70px; font-size:22px; line-height:70px; padding:0 14px; }
.i-clients-list ul li .tit { font-size:22px; margin-top:12px; }
/*footer1200*/
.f-top { padding-top:40px; padding-bottom:40px; }
.f-left { float:none; width:100%; }
.f-left dl dt { font-size:18px; }
.f-right { float:none; width:100%; margin-top:20px; }
.f-email-ban { font-size:16px; }
.f-ban { font-size:18px; }
.f-copy-left img { width:16px; }
.f-copy-right img { width:16px; }
/*n-main1200*/
.n-main { padding-top:35px; padding-bottom:70px; }
.n-public .tit { font-size:32px; }
.n-public .des  { padding:0 6%;  }
.n-pro-ban { padding-top:50px; padding-bottom:50px; }
.n-pro-ban .tit {font-size:27px; }
.n-pro-ban .des {padding:0 6%; }
/*n-pro-ban-search1200*/
.n-pro-ban-search { width:73%; height:35px; margin-top:25px; }
.n-pro-ban-search input[type=text] { width:calc(100% - 45px); height:33px;font-size:15px; padding-left:5px; }
.n-pro-ban-search input[type=submit] { width:35px; height:35px; }
/*n-box1200*/
.n-box { min-height:350px; padding:19px 50px 50px 50px;  }
.n-line { margin:0 40px; margin-top:30px; }
/*n-news1200*/
.n-news { padding:25px 25px 35px 25px; margin-top:14px;  }
.n-news-ban { font-size:20px; }
.n-news-ban i { width:26px; height:26px; }
.n-news-list { padding-top:6px; }
.n-news-list ul li { padding-top:14px; padding-bottom:24px; margin-left:30px; }
.n-news-list ul li .tit { font-size:16px; }
.n-news-list ul li .tit i { width:19px; height:19px; }
.n-news-list ul li .des { margin-left:24px; }
/*n-caselist1200*/
.n-caselist { padding-top:15px; }
/*n-contact1200*/
.n-contact { padding-top:30px; padding-bottom:65px; }
.n-contact-list { margin-top:35px; }
.n-contact-list ul li { height:auto; font-size:15px; padding-top:25px; padding-bottom:25px;}
.n-contact-list ul li h3 { font-size:19px; margin-bottom:14px; }
.n-contact-list ul li img { width:28px; }
/*n-message1200*/
.n-message { padding-top:30px; padding-bottom:65px; }
.n-message-list { padding-top:24px; }
.n-message-list ul li { margin-top:12px; }
.n-message-list label { padding-left:20px; }
.n-message-list input[type=text] { height:45px; padding-left:20px; }
.n-message-list select { height:45px; padding-left:20px; }
.n-message-list textarea {height:190px; line-height:45px; padding-left:20px; }
.n-message-list input[type=submit] { width:180px; height:45px; font-size:19px;}
/*n-recommend1200*/
.n-recommend-list ul li { margin-top:15px; padding-bottom:4px; }
.n-recommend-list ul li .pic { height:140px; }
.n-recommend-list ul li .tit { font-size:15px; }
/*n-detail1200*/
.n-detail { padding-top:25px; padding-bottom:50px; }
.n-detail-left { height:370px; padding:0 24px 24px 24px; }
.n-detail-left .gallery-top{height:270px;}
.n-detail-left .gallery-top .swiper-slide {height:270px; }
.n-detail-left .gallery-thumbs{height:75px; }
.n-detail-left .gallery-thumbs .swiper-slide{height:75px;}
.n-detail-right .tit { font-size:22px; margin-top:0; }
.n-detail-right .price { font-size:19px; margin-top:9px; }
.n-detail-right .qua { margin-top:5px; }
.n-detail-right .grid { margin-top:5px; }
.n-detail-right .line { margin-top:15px; }
.n-detail-right .info { margin-top:5px; }
/*n-like1200*/
.n-like { padding-top:35px; padding-bottom:50px; margin-top:70px; }
.n-like-ban { font-size:21px; }
.n-like-list { margin-top:35px; }
.n-like-list .swiper-button-prev { width:27px; height:27px;right:35px; top:-42px;}
.n-like-list .swiper-button-next { width:27px; height:27px; top:-42px; }
/*login-box1200*/
.login-box { width:85%; padding:35px 40px 40px 40px; }
.l-public .tit { font-size:32px; }
.l-public .des { font-size:16px; margin-top:11px; }
.l-form ul li { margin-top:14px; }
.l-form label { font-size:15px; line-height:40px;  }
.l-form input[type=text] { height:40px; font-size:15px; padding-left:15px; }
.l-form input[type=password] { height:40px; font-size:15px; padding-left:15px; }
.l-form input[type=submit] { height:40px; font-size:18px; margin-top:15px; } 
.l-form input[type=reset] { height:40px; font-size:18px; margin-top:15px; } 
.l-form input[type=checkbox] { width:20px; height:20px; }
.l-info { font-size:16px; margin-top:25px;  }
/*bg-black1200*/
.shoppingcart.active {width:50%; }
.shoppingcart-box { padding:20px; }
.s-bottom {  padding:0 20px 20px 20px; }
.s-list {  height:calc(100vh - 230px); padding-right:25px; }
/*p-recently1200*/
.p-recently { padding-top:25px; }
.p-recently ul li {  margin-top:14px; }
/*n-about1200*/
.n-about { font-size:15px; }
.n-about h3{ font-size:19px; padding-left:16px; margin-bottom:19px; }
.n-about h3:after{margin-top:-14px; height:28px;}
.n-about-show { margin-top:35px;}

}


@media (max-width:992px){
/*header992*/
.welcome { display:none;}
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
.banner .swiper-pagination-bullets { bottom:9px; }
.banner .swiper-pagination-bullet { width: 14px; height: 14px; line-height: 14px; font-size: 14px;}
.banner .swiper-button-prev { width:23px; height:13px; margin-left:-100px; bottom:12px; }
.banner .swiper-button-next { width:23px; height:13px; margin-right:-100px; bottom:12px;}
.h-cart { margin-top: 12.5px; width: 35px; margin-right:20px; margin-left:0; }
/*i-home992*/
.i-home { padding-bottom:40px; }
.i-home-right { float:none; width:100%; }
/*i-home-top992*/
.i-home-top ul li { /*改*/ padding-top:40px; padding-bottom:40px; padding-left:17px; }
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-17px 17px 0 0 #e9c5c5;}
.i-home-top .con .top { padding-left:13px; }
.i-home-top .con .top::after{ margin-top:-19px; height:36px; }
.i-home-top .con .top .tit { font-size:18px; }
.i-home-top .con .intro { margin-top:16px; }
.i-home-top .con .intro .tit { padding-left:28px; }
.i-home-top .con .intro .tit::after{ left:10px; width:12px; }
.i-home-top .con .intro .box { padding:4px 18px; }
.i-home-top .con .more { margin-top:20px; }
/*i-pro992*/
.i-pro ul li {padding-top:40px; padding-bottom:50px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro ul li:nth-child(3n+1) .pic::after{ right:10px; bottom:10px; width:50px; height:48px; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-18px 18px 0 0 #e9c5c5;}
.i-pro .con .top { padding-left:13px; }
.i-pro .con .top::after{ margin-top:-19px; height:36px; }
.i-pro .con .top .tit { font-size:18px; }
.i-pro .con .intro { margin-top:16px; }
.i-pro .con .intro .tit { padding-left:28px; }
.i-pro .con .intro .tit::after{ left:10px; width:12px; }
.i-pro .con .intro .box { padding:4px 18px; }
.i-pro .con .more { margin-top:20px; }
/*i-recommend992*/
.i-recommend { padding-top:50px; /*改*/ padding-bottom:30px; }
.i-recommend-right { float:none; width:100%; }
.i-recommend-left { float:none; width:100%; height:100vh;  }
.i-home .i-recommend-left { /*改*/  margin-top:0; margin-bottom:0;}
.n-left-one-list { max-height:70px; }

/*i-public992*/
.i-public .tit { font-size:22px; }
/*i-vision992*/
.i-vision { padding-top:50px; padding-bottom:50px; }
.i-vision-list .swiper-button-prev { width:40px; height:40px; }
.i-vision-list .swiper-button-next { width:40px; height:40px; }
.i-vision-li .con .tit { font-size:26px; margin-top:0; }
.i-vision-li .con .des { margin-top:16px; }
.i-vision-li .con .more { margin-top:16px; }
/*i-clients992*/
.i-clients { padding-top:50px; padding-bottom:50px; }
.i-clients-list { padding-top:12px; }
.i-clients-list ul li { height:280px; margin-top:15px; padding:10px 10px 0 10px; }
.i-clients-list ul li .ban { min-width:60px; height:60px; font-size:18px; line-height:60px; padding:0 12px; }
.i-clients-list ul li .tit { font-size:18px; }
/*footer992*/
.f-copy-left { float:none; }
.f-copy-right { float:none; }
/*n-main992*/
.n-main { padding-top:30px; padding-bottom:60px; }
.n-public .tit { font-size:26px; }
.n-public .des  { padding:0 4%;  }
.n-pro-ban { padding-top:40px; padding-bottom:40px; }
.n-pro-ban .tit {font-size:22px; }
.n-pro-ban .des {padding:0 4%; }
/*n-pro-ban-search992*/
.n-pro-ban-search { width:78%; }
/*n-box992*/
.n-box { min-height:300px; padding:17px 40px 40px 40px;  }
.n-line { margin:0 30px; margin-top:25px; }
/*n-news992*/
.n-news { padding:20px 20px 30px 20px; margin-top:12px;  }
.n-news-ban { font-size:18px; }
.n-news-ban i { width:22px; height:22px; }
.n-news-list { padding-top:5px; }
.n-news-list ul li { padding-top:12px; padding-bottom:22px; margin-left:28px; }
.n-news-list ul li .tit i { width:16px; height:16px; }
.n-news-list ul li .des { margin-left:22px; }
/*n-caselist992*/
.n-caselist { padding-top:10px; }
.n-caselist ul li .pic { height:180px; }
/*n-contact992*/
.n-contact { padding-top:25px; padding-bottom:55px; }
.n-contact-list { margin-top:30px; }
.n-contact-list ul li { height:auto; padding-top:20px; padding-bottom:20px;}
.n-contact-list ul li h3 { font-size:18px; margin-bottom:12px; }
.n-contact-list ul li img { width:24px; }
/*n-message992*/
.n-message { padding-top:25px; padding-bottom:55px; }
.n-message-list { padding-top:22px; }
.n-message-list ul li { margin-top:8px; }
.n-message-list label { padding-left:18px; }
.n-message-list input[type=text] { height:40px; padding-left:18px; }
.n-message-list select { height:40px; padding-left:18px; }
.n-message-list textarea {height:160px; line-height:40px; padding-left:18px; }
.n-message-list input[type=submit] { width:150px; height:40px; font-size:17px;}
/*n-detail992*/
.n-detail-right .tit { font-size:19px; }
.n-detail-right .price { font-size:17px; }
/*n-like992*/
.n-like-ban { font-size:19px; }
.n-like-list {  height:405px; } 
.n-like-li .pic { height:180px; }
.n-like-li .con { padding: 0 20px;}
/*login-box992*/
.login-box { width:90%; padding:30px 30px 30px 30px; }
.l-public .tit { font-size:26px; }
.l-public .des { font-size:15px; margin-top:10px; }
.l-form ul li { margin-top:12px; }
.l-form label { line-height:35px;  }
.l-form input[type=text] { height:35px; padding-left:10px; }
.l-form input[type=password] { height:35px; padding-left:10px; }
.l-form input[type=submit] { height:35px; font-size:16px; margin-top:10px; } 
.l-form input[type=reset] { height:35px; font-size:16px; margin-top:10px; } 
.l-form input[type=checkbox] { width:18px; height:18px; }
.l-info { font-size:15px; margin-top:20px;  }
/*bg-black992*/
.shoppingcart.active {width:60%; }
/*p-sub992*/
.p-sub { margin-top:24px; }
.p-sub ul li { font-size:15px; }
/*p-order-top992*/
.p-order-top { line-height:45px; margin-top:34px; }
/*p-recently992*/
.p-recently { padding-top:20px; }
.p-recently ul li { width: 32%; height:405px; margin-top:12px; }
.p-recently ul li:nth-child(4n+2) { margin-left:0;}
.p-recently ul li:nth-child(4n+3) { margin-left:0;}
.p-recently ul li:nth-child(4n+4) { margin-left:0;}
.p-recently ul li:nth-child(3n+2) { margin-left:2%;}
.p-recently ul li:nth-child(3n+3) { margin-left:2%;}
.p-recently ul li .pic { height:180px; }
.p-recently ul li .con { padding: 0 20px;}
/*n-about992*/
.n-about h3{ font-size:17px; padding-left:14px; margin-bottom:17px; }
.n-about h3:after{margin-top:-12px; height:24px;}
.n-about-show { margin-top:30px;}
/*n-values992*/
.n-values-left { float:none; width:100%; margin-top:0; }
.n-values-right { float:none; width:90%;margin-top:70px; text-align:center; margin-right:0; max-width:481px; margin-left:10%; }

}

@media (max-width:767px){
.wrap{width:80%}
/*header767*/
.banner .swiper-pagination-bullets { bottom:4px;}
.banner .swiper-pagination-bullet { width: 12px; height: 12px; line-height: 12px; font-size: 12px;}
.banner .swiper-button-prev { width:19px; height:11px; margin-left:-80px; bottom:7px; }
.banner .swiper-button-next { width:19px; height:11px; margin-right:-80px; bottom:7px;}
/*i-home767*/
.i-home { padding-bottom:20px; }
/*i-home-top767*/
.i-home-top ul li { /*改*/ padding-top:20px; padding-bottom:20px; padding-left:0; }
.i-home-top ul li:nth-child(3n+1) .pic img{ /*改*/ box-shadow:-5px 5px 0 0 #e9c5c5;}
.i-home-top ul li:nth-child(3n+2) {background:#bb0404 url(../images/pro-bg2-right.jpg) repeat-x  center center;}
.i-home-top ul li:nth-child(3n+2)::before{content:""; position:absolute; left:-160px; top:0; width:160px; height:100%; background:#bb0404 url(../images/pro-bg2-right.jpg) repeat-x  center center; }
.i-home-top .pic { float:none; width:100%; }
.i-home-top .con { float:none; width:100%; margin-top:30px; }
.i-home-top .con .top .tit { font-weight:bold; }
/*i-pro767*/
.i-pro ul li {padding-top:20px; padding-bottom:30px;}
.i-pro.n-pro ul li { padding-bottom:0;}
.i-pro .pic { float:none; width:100%; }
.i-pro .con { float:none; width:100%; margin-top:30px; }
.i-pro ul li:nth-child(3n+1) .pic::after{ display:none; }
.i-pro ul li:nth-child(3n+1) .pic img{ box-shadow:-5px 5px 0 0 #e9c5c5;}
.i-pro .con .top .tit { font-weight:bold; }
/*i-public767*/
.i-public .tit { font-size:20px; font-weight:bold; }
/*i-recommend767*/
.i-recommend { padding-top: 30px; /*改*/ padding-bottom: 20px; }
.piclist ul li { float:none; width:100%; height:455px;}
.piclist ul li:nth-child(3n+2) { margin-left:0;}
.piclist ul li:nth-child(3n+3) { margin-left:0;}
.piclist ul li .pic { height:230px; }
.piclist ul li .con { padding: 0 15px;}
/*i-vision767*/
.i-vision { padding-top:30px; padding-bottom:40px; }
.i-vision-list .swiper-container{width:74%; }
.i-vision-list .swiper-button-prev { width:30px; height:30px; }
.i-vision-list .swiper-button-next { width:30px; height:30px; }
.i-vision-li .pic { float:none; width:50%; margin:0 auto; }
.i-vision-li .con { float:none; width:100%; margin-top:20px; }
.i-vision-li .con .tit { font-size:20px; }
.i-vision-li .con .des { margin-top:14px; }
.i-vision-li .con .more { margin-top:14px; }
/*i-clients767*/
.i-clients { padding-top:30px; padding-bottom:30px; }
.i-clients-list { padding-top:10px; }
.i-clients-list ul li { float:none; width:100%; }
.i-clients-list ul li:nth-child(even) { margin-left:0; }
/*footer767*/
.f-top { padding-top: 30px; padding-bottom: 30px; }
.f-left { display:none; }
.f-right { margin-top:0; }
/*n-main767*/
.n-main { padding-top:20px; padding-bottom:50px; }
.n-public .tit { font-size:20px; }
.n-public .des  { padding:0 0;  }
.n-pro-ban { padding-top:30px; padding-bottom:30px; }
.n-pro-ban .tit {font-size:18px; }
.n-pro-ban .des { padding:0 2%; }
/*n-pro-ban-search767*/
.n-pro-ban-search { width:96%; }
/*n-box767*/
.n-box { min-height:250px; padding:15px 15px 30px 15px; text-align:justify; }
.n-line { margin:0 20px; margin-top:20px; }
/*n-news767*/
.n-news { padding:15px 10px 20px 10px; margin-top:10px;  }
.n-news-ban i { width:18px; height:18px; }
.n-news-list { padding-top:4px; }
.n-news-list ul li { padding-top:10px; padding-bottom:20px; margin-left:26px; }
.n-news-list ul li .tit i { width:13px; height:13px; }
.n-news-list ul li .des { margin-left:20px; }
/*n-caselist767*/
.n-caselist { padding-top:5px; }
.n-caselist ul li { float:none; width:100%; }
.n-caselist ul li:nth-child(4n+2) { margin-left:0;}
.n-caselist ul li:nth-child(4n+3) { margin-left:0;}
.n-caselist ul li:nth-child(4n+4) { margin-left:0;}
.n-caselist ul li .pic { height:230px; }
/*n-contact767*/
.n-contact { padding-top:20px; padding-bottom:45px; }
.n-contact-list { margin-top:0; }
.n-contact-list ul li { float:none; width:100%; margin-top:20px; height:auto; padding:20px 10px 30px 10px; }
.n-contact-list ul li:nth-child(3n+2) { margin-left:0;}
.n-contact-list ul li:nth-child(3n+3) { margin-left:0;}
.n-contact-list ul li img { width:20px; }
/*n-message767*/
.n-message { padding-top:20px; padding-bottom:45px; }
.n-message-list { padding-top:20px; }
.n-message-list ul li { margin-top:4px; }
.n-message-list ul li { float:none; width:100%; }
.n-message-list ul li:nth-child(3n+2) { margin-left:0;}
.n-message-list ul li:nth-child(3n+3) { margin-left:0;}
.n-message-list label { padding-left:16px; }
.n-message-list input[type=text] { height:35px; padding-left:16px; }
.n-message-list textarea {height:120px; line-height:35px; padding-left:16px; }
.n-message-list input[type=submit] { width:100%; height:35px; font-size:16px; margin-top:10px; }
/*n-detail767*/
.n-detail-left { float:none; width:100%; }
.n-detail-left { height:310px; padding:0 15px 15px 15px; }
.n-detail-left .gallery-top{height:220px;}
.n-detail-left .gallery-top .swiper-slide {height:220px; }
.n-detail-left .gallery-thumbs{height:65px; }
.n-detail-left .gallery-thumbs .swiper-slide{height:65px;}
.n-detail-right { float:none; width:100%; margin-top:20px; }
/*n-like767*/
.n-like-list {height:455px;}
.n-like-li .pic { height:230px; }
.n-like-li .con { padding: 0 15px;}
/*login-box767*/
.login-box { width:100%; padding:20px 15px 20px 15px; }
.l-public .tit { font-size:22px; }
.l-public .des { margin-top:9px; }
.l-form ul li { margin-top:10px; }
.l-form input[type=submit] { font-size:15px; } 
.l-form input[type=reset] { font-size:15px; } 
.l-form input[type=checkbox] { width:16px; height:16px; }
/*bg-black767*/
.shoppingcart.active {width:100%; }
.slider-bg { display:none; }
/*p-sub767*/
.p-sub { margin-top:22px; }
.p-sub ul { display:block; }
.p-sub ul li { font-size:15px; text-align:left; }
/*p-order-top767*/
.p-order-top { line-height:40px; margin-top:32px; }
.p-order-id  { padding-left: 10px;}
.p-order-id span { display:block; margin-left:0; }
.p-one { width:75%; padding-left:10px; }
.p-two { display:none; }
.p-three {  display:none;}
.p-four {  width:25%; }
/*p-order-list767*/
.p-order-list ul li .tit { width:100px;  }
.p-order-list ul li .price { width:auto; margin-left:10px; }
.p-order-list ul li .nob { width:auto; margin-left:10px;   }
/*p-recently767*/
.p-recently { padding-top:15px; }
.p-recently ul li { float:none; width: 100%; height:455px; margin-top:10px; }
.p-recently ul li:nth-child(3n+2) { margin-left:0;}
.p-recently ul li:nth-child(3n+3) { margin-left:0;}
.p-recently ul li .pic { height:230px; }
.p-recently ul li .con { padding: 0 15px;}
/*p-order-bottom767*/
.p-order-bottom { margin-top:10px; }
.p-order-bottom ul li { padding:0 5px; }
.p-order-bottom .line { margin-top:10px; margin-bottom:10px; }
/*n-about767*/
.n-about h3{ padding-left:12px; margin-bottom:15px; }
.n-about h3:after{margin-top:-10px; width:4px; height:20px;}
.n-about-show { margin-top:15px;}
.n-about-left { float:none; width:100%; }
.n-about-right { float:none; width:100%; margin-top:15px; }
/*n-values768*/
.n-values-right { width:80%; margin-left:9%; }
.values-tit1 { left:22%;}
.values-tit2 { left:-7%; }
.values-tit3 { left:55%; }
.values-tit4 { left:55%; }
.values-tit5 {top:104px; left:-10%;}
.values-tit6 { left:15%; }
.values-tit7 {top: 223px; left:24%;  }
.values-tit8 {top: 287px; left:0%; }
.values-tit9 {top: 305px; left:60%; }
/*n-rongyu768*/
.n-rongyu ul li{margin-left:20px; width:200px;}

}

@media (max-width:500px){
.wrap{width:94%}

}

