@charset "UTF-8";
* { padding: 0; margin: 0; text-decoration: none; list-style: none; font-family: 'arial','Microsoft Yahei', 'Hiragino Sans GB','Helvetica Neue','Helvetica','tahoma','Verdana','sans-serif', "WenQuanYi Micro Hei","\5B8B\4F53"; }

html, body { width: 100%; background: #fff; min-width: 1200px; }

input, button { border: none; outline: none; background: none; }

textarea { border: none; outline: none; background: none; resize: none; overflow: hidden; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #999999; opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; }

.main { width: 1600px; height: 100%; margin: 0 auto; }

@media screen and (max-width: 1620px) { .main { width: 1200px; } }
.fl { float: left; }

.fr { float: right; }

@font-face { font-family: 'iconfont';
  /* project id 240211 */
src: url("../fonts/iconfont.eot"); src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg"); }
.iconfont { font-family: "iconfont" !important; font-size: 14px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }

/*头部*/
.header { width: 100%; height: 80px; background: #ffffff; }
.header .logo { margin-top: 12px; height: 56px; }
.header .logo img { height: 100%; }
.header .fr { margin-top: 30px; height: 20px; }
.header .fr li { float: left; padding: 0 20px; height: 100%; border-right: 1px solid #cccccc; font-size: 0; position: relative; }
.header .fr li .iconfont { display: inline-block; font-size: 20px; color: #005bac; vertical-align: top; line-height: 20px; }
.header .fr li > span { display: inline-block; margin-left: 10px; font-size: 14px; color: #333333; line-height: 20px; vertical-align: top; }
.header .fr li > span a { font-size: 14px; color: #333333; transition: all 0.2s; }
.header .fr li > span a:hover { color: #005bac; text-decoration: underline; }
.header .fr li.headcart > div { position: relative; display: inline-block; width: 20px; height: 20px; vertical-align: top; }
.header .fr li.headcart > div img { width: 100%; height: 100%; }
.header .fr li.headcart > div div { position: absolute; width: 20px; height: 20px; top: -10px; right: -10px; background: #49b5e7; font-size: 12px; color: #ffffff; text-align: center; line-height: 20px; border-radius: 14px; }
.header .fr li.langbox > span { position: relative; cursor: pointer; z-index: 10; }
.header .fr li .langList { position: absolute; left: 0; right: 0; top: 30px; padding-top: 30px; transition: all 0.3s; display: none; z-index: 9; }
.header .fr li .langList.active { top: 0px; }
.header .fr li .langList > div { padding: 12px 0; background: #ffffff; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
.header .fr li .langList a { display: block; padding: 6px 0; font-size: 14px; color: #333333; text-align: center; }
.header .fr li .langList a:hover { color: #005bac; text-decoration: underline; }

/*导航*/
.topnav { width: 100%; height: 50px; background: #474747; }
.topnav .fl { height: 100%; }
.topnav .fl li { position: relative; float: left; height: 100%; }
.topnav .fl li:before { content: ""; display: block; position: absolute; left: 0; top: 17px; width: 1px; height: 16px; background: #cccccc; }
.topnav .fl li > a { display: block; padding: 0 38px; font-size: 16px; color: #ffffff; line-height: 50px; transition: all 0.3s; }
.topnav .fl li.active > a, .topnav .fl li.on > a { background: #005bac; color: #ffffff; }
.topnav .fl .sonnav { position: absolute; left: 0; right: 0; top: 50px; background: #ffffff; display: none; border: 1px solid #005bac; border-top-width: 0px; z-index: 9; }
.topnav .fl .sonnav a { display: block; height: 42px; border-top: 1px solid #cccccc; font-size: 14px; color: #666666; text-align: center; line-height: 42px; transition: all 0.2s; }
.topnav .fl .sonnav a:hover { color: #005bac; }
.topnav form { margin-top: 10px; width: 280px; height: 30px; background: #ffffff; border: 1px solid #cccccc; }
.topnav form input { float: left; padding: 0 10px; width: 230px; height: 100%; font-size: 14px; color: #666666; }
.topnav form input::-webkit-input-placeholder { color: #666666; }
.topnav form input:-moz-placeholder { color: #666666; opacity: 1; }
.topnav form input::-moz-placeholder { color: #666666; opacity: 1; }
.topnav form input:-ms-input-placeholder { color: #666666; }
.topnav form button { float: left; width: 30px; height: 30px; cursor: pointer; transition: all 0.2s; background: #ffffff url(../images/search.png) no-repeat center; }
.topnav form button:hover { background: #005bac url(../images/search1.png) no-repeat center; }

@media screen and (max-width: 1620px) { .topnav .fl li > a { display: block; padding: 0 20px; }
  .topnav form { width: 250px; }
  .topnav form input { width: 200px; } }
/*banner*/
.banner { width: 100%; height: 540px; background: #edf0f2; overflow: hidden; }
.banner .main { margin-top: 30px; height: 480px; }
.banner .swiper-slide { position: relative; display: block; width: 100%; height: 480px; }
.banner .swiper-pagination { position: absolute; bottom: 20px; width: 100%; height: 12px; text-align: center; font-size: 0; }
.banner .swiper-pagination .swiper-pagination-switch { display: inline-block; width: 12px; height: 12px; margin: 0 8px; border-radius: 12px; vertical-align: top; background: #000000; opacity: 0.6; filter: alpha(opacity=60); cursor: pointer; }
.banner .swiper-pagination .swiper-active-switch { position: relative; background: #005bac; opacity: 1; filter: alpha(opacity=100); }
.banner .leftbtn, .banner .rightbtn { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; border-radius: 50%; background: rgba(71, 71, 71, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99474747', endColorstr='#99474747'); cursor: pointer; }
.banner .leftbtn img, .banner .rightbtn img { width: 100%; height: 100%; }
.banner .leftbtn { left: 20px; }
.banner .rightbtn { right: 20px; }

@media screen and (max-width: 1620px) { .banner { height: 420px; }
  .banner .main { height: 360px; }
  .banner .swiper-slide { height: 360px; } }
/*首页--资讯*/
.sec_title { height: 50px; line-height: 50px; }
.sec_title > h4 { font-size: 24px; color: #333333; font-weight: bold; }
.sec_title > a { font-size: 16px; color: #999999; transition: all 0.2s; }
.sec_title > a:hover { color: #005bac; }
.sec_title > div { position: relative; padding-left: 22px; font-size: 24px; color: #333333; }
.sec_title > div:before { content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -12px; width: 3px; height: 24px; background: #005bac; }

/*首页--产品展示*/
.procate { padding:60px 0 40px 0; width: 100%; }
.procate .procatebtn { margin-top: 10px; padding: 0 18px; width: 100%; height: 54px; background: #ffffff; border: 1px solid #e5e5e5; line-height: 54px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.procate .procatebtn span { float: left; font-size: 16px; color: #333333; }
.procate .procatebtn ul { float: left; margin-left: 6px; }
.procate .procatebtn ul li { float: left; padding-right: 35px; font-size: 16px; color: #333333; cursor: pointer; transition: all 0.2s; }
.procate .procatebtn ul li.active, .procate .procatebtn ul li:hover { color: #005bac; }
.procate .procate_cnt { padding-top: 20px; }
.procate .procate_cnt > ul { margin-left: -20px; display: none; }
.procate .procate_cnt > ul:after { content: ""; display: block; height: 0; clear: both; }
.procate .procate_cnt > ul.active { display: block; }
.procate .procate_cntitem { position: relative; float: left; margin-top: 20px; margin-left: 20px; width: 520px; height: 240px; background: #ffffff; transition: all 0.3s; }
.procate .procate_cntitem:after { content: ""; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 3px; background: #005bac; }
.procate .procate_cntitem:hover { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
.procate .procate_cntitem:hover .fr { background: #005bac; }
.procate .procate_cntitem:hover .fr h5, .procate .procate_cntitem:hover .fr p { color: #ffffff; }
.procate .procate_cntitem:hover .fr > i { background: #ffffff; }
.procate .procate_cntitem:hover .fr > div a { border: 1px solid #ffffff; color: #ffffff; }
.procate .procate_cntitem:hover .fr > div a:first-child { color: #005bac; background: #ffffff; }
.procate .procate_cntitem:hover .fr .addcartBtn i { color: #ffffff; }
.procate .procate_cntitem .fl { width: 272px; height: 100%; }
.procate .procate_cntitem .fl img { width: 100%; height: 100%; }
.procate .procate_cntitem .fr { padding: 0 20px; width: 208px; height: 100%; transition: all 0.3s; }
.procate .procate_cntitem .fr h5 { margin-top: 20px; height: 60px; font-size: 20px; color: #333333; line-height: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.procate .procate_cntitem .fr > i { display: block; width: 50px; height: 3px; background: #005bac; transition: all 0.2s; }
.procate .procate_cntitem .fr p { margin-top: 25px; height: 48px; font-size: 14px; color: #333333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.2s; }
.procate .procate_cntitem .fr > div { margin-top: 35px; }
.procate .procate_cntitem .fr > div a { float: right; width: 96px; height: 30px; border: 1px solid #005bac; font-size: 14px; color: #005bac; text-align: center; line-height: 30px; transition: all 0.3s; }
.procate .procate_cntitem .fr > div a:first-child { float: left; background: #005bac; color: #ffffff; }

.addcartBtn { position: relative; overflow: hidden; }
.addcartBtn i { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #005bac; font-size: 14px; font-style: normal; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
.addcartBtn svg { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; -webkit-transform: translateX(50%) translateY(-50%); -moz-transform: translateX(50%) translateY(-50%); -ms-transform: translateX(50%) translateY(-50%); -o-transform: translateX(50%) translateY(-50%); transform: translateX(50%) translateY(-50%); -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; }
.addcartBtn.is-added i { color: transparent; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform 0s; -moz-transition: -moz-transform 0s; transition: transform 0s; }
.addcartBtn.is-added svg { -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: -webkit-transform 0s; -moz-transition: -moz-transform 0s; transition: transform 0s; }

@media screen and (max-width: 1620px) {
  .procate .procate_cnt { padding-top: 10px; }
  .procate .procate_cnt > ul { margin-left: -21px; }
  .procate .procate_cntitem { margin-top: 21px; margin-left: 21px; width: 386px; height: 176px; }
  .procate .procate_cntitem .fl { width: 200px; }
  .procate .procate_cntitem .fr { padding: 0 12px; width: 162px; }
  .procate .procate_cntitem .fr h5 { margin-top: 10px; height: 42px; font-size: 18px; line-height: 42px; }
  .procate .procate_cntitem .fr > i { width: 40px; height: 3px; }
  .procate .procate_cntitem .fr p { margin-top: 10px; height: 48px; font-size: 14px; color: #333333; line-height: 24px; }
  .procate .procate_cntitem .fr > div { margin-top: 16px; }
  .procate .procate_cntitem .fr > div a { width: 76px; height: 26px; font-size: 13px; line-height: 26px; }
}

/*首页--优惠套装*/
.package { padding: 46px 0 60px; width: 100%; background: #f7f9fa; }

@media screen and (max-width: 1620px) {
  .package { padding-top: 16px; }
  .package .package_cnt > a { margin-top: 21px; margin-left: 21px; width: 284px; height: 272px; }
  .package .package_cntimg { position: relative; width: 282px; height: 214px; }
  .package .package_cntimg img { width: 218px; height: 192px; margin: 11px auto 0; }
  .package .package_mask { left: 12px; right: 12px; top: 12px; bottom: 12px; padding: 0 15px; }
  .package .package_mask > h5 { margin-top: 20px; height: 24px; font-size: 18px; line-height: 24px; }
  .package .package_mask > ul { margin-left: -20px; height: 78px; }
  .package .package_mask > ul li { margin-left: 20px; width: 136px; height: 26px; line-height: 26px; }
  .package .package_mask > p { margin-top: 10px; }
  .package .package_cntbot { padding-left: 15px; }
  .package .package_cntbot .fl { width: 220px; }
}
/*底部*/
.footer .footerTop { padding: 60px 0 50px; width: 100%; background: #474747; }
.footer .footerTop .main:after { content: ""; display: block; height: 0; clear: both; }
.footer .footerTop .fl { position: relative; width: 1136px; }
.footer .footerTop .fl:after { content: ""; display: block; height: 0; clear: both; }
.footer .footerTop .fl:before { content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 180px; background: #999999; }
.footer .footerTop .fl li { float: left; width: 162px; }
.footer .footerTop .fl li > a { font-size: 16px; color: #ffffff; line-height: 16px; }
.footer .footerTop .fl li > ul { margin-top: 18px; }
.footer .footerTop .fl li li { height: 34px; line-height: 34px; }
.footer .footerTop .fl li li a { font-size: 14px; color: #cccccc; transition: all 0.2s; }
.footer .footerTop .fl li li a:hover { color: #ffffff; }
.footer .footerTop .fr { width: 464px; font-size: 0; text-align: right; }
.footer .footerTop .footerTopR1 { display: inline-block; vertical-align: top; text-align: left; font-size: 14px; }
.footer .footerTop .footerTopR1 > p { font-size: 16px; color: #ffffff; }
.footer .footerTop .footerTopR1 form { margin-top: 8px; height: 30px; }
.footer .footerTop .footerTopR1 .layui-form-item { margin-bottom: 0; width: 140px; height: 100%; }
.footer .footerTop .footerTopR1 .layui-input-block { margin-left: 0; height: 100%; min-height: 30px; }
.footer .footerTop .footerTopR1 .layui-input { height: 30px; background: transparent; border-radius: 0px; border-color: #cccccc; color: #cccccc; font-size: 14px; line-height: 30px; }
.footer .footerTop .footerTopR1 .layui-edge { right: 1px; top: 1px; margin: 0; width: 28px; height: 28px; border-width: 0px; background: url(../images/select.png) no-repeat center; background-size: 100% 100%; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.footer .footerTop .footerTopR1 .layui-form-select dl { top: 34px; }
.footer .footerTop .footerTopR1 .layui-form-select dl dd.layui-this { background-color: #005bac;}
.footer .footerTop .footerTopR1 > div { margin-top: 10px; width: 110px; height: 110px; }
.footer .footerTop .footerTopR1 > div img { width: 100%; height: 100%; }
.footer .footerTop .footerTopR2 { margin-right: 76px; display: inline-block; vertical-align: top; text-align: left; }
.footer .footerTop .footerTopR2 p { font-size: 16px; color: #cccccc; line-height: 18px; }
.footer .footerTop .footerTopR2 h5 { font-size: 20px; color: #ffffff; line-height: 40px; font-weight: normal; margin-bottom: 6px; }
.footer .footerTop .footerTopR2 a { font-size: 14px; color: #cccccc; line-height: 30px; transition: all 0.2s; }
.footer .footerTop .footerTopR2 a:hover { color: #ffffff; }
.footer .footercon { width: 100%; height: 52px; border-top: 1px solid #5a5a5a; line-height: 52px; overflow: hidden; background: #474747; }
.footer .footercon span { float: left; font-size: 14px; color: #ffffff; }
.footer .footercon a { float: left; margin-left: 40px; font-size: 14px; color: #cccccc; transition: all 0.2s; }
.footer .footercon a:hover { color: #ffffff; text-decoration: underline; }
.footer .footerbot { width: 100%; height: 52px; background: #2e2e2e; line-height: 52px; }
.footer .footerbot p, .footer .footerbot a, .footer .footerbot span { float: left; font-size: 14px; color: #cccccc; }
.footer .footerbot img { display: inline-block; margin: 0 6px; vertical-align: middle; }
.footer .footerbot .fl a { margin-right: 6px; }
.footer .footerbot a { transition: all 0.2s; }
.footer .footerbot a:hover { color: #ffffff; }

@media screen and (max-width: 1620px) { .footer .footerTop .fl { width: 832px; }
  .footer .footerTop .fl li { width: 136px; }
  .footer .footerTop .fr { width: 350px; }
  .footer .footerTop .footerTopR2 { margin-right: 40px; } }
/*侧边栏*/
#aside { position: fixed; right: 12px; bottom: 470px; z-index: 9; }
#aside .asideitem { position: relative; margin-top: 10px; width: 70px; height: 70px; }
#aside .asideitem > a { display: block; width: 100%; height: 100%; border-radius: 35px; background: #474747; transition: all 0.2s; }
#aside .asideitem > a:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 70px; height: 70px; border-radius: 40px; background: #005bac; opacity: 0; filter: alpha(opacity=0); transition: all 0.2s; }
#aside .asideitem > a img { position: relative; width: 100%; height: 100%; }
#aside .asideitem > a:hover { background: #005bac; }
#aside .asideitem > a:hover:before { left: -5px; top: -5px; width: 80px; height: 80px; opacity: 0.3; filter: alpha(opacity=30); }
#aside .asideitem > div { position: absolute; right: 80px; top: 15px; width: 143px; height: 40px; background: url(../images/asideback.png) no-repeat center; background-size: 100% 100%; overflow: hidden; display: none; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; animation-delay: 0; }
#aside .asideitem > div p { font-size: 12px; color: #ffffff; text-align: center; line-height: 40px; margin-left: -4px; }

/*产品列表页*/
.cateTitle { height: 40px; line-height: 40px; }
.cateTitle .fl { position: relative; padding-left: 20px; font-size: 24px; color: #333333; }
.cateTitle .fl:before { content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -12px; width: 3px; height: 24px; background: #005bac; }
.cateTitle .layui-input-block { margin-left: 0; }
.cateTitle form { float: left; margin-left: 20px; width: 132px; height: 40px; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.cateTitle form input { border: none; }
.cateTitle .layui-form-select dl dd.layui-this { background-color: #005bac; }
.cateTitle .breadcrumb { float: left; margin-top: 4px; margin-left: 20px; font-size: 16px; color: #666666; line-height: 36px; }
.cateTitle .breadcrumb a, .cateTitle .breadcrumb span { padding: 0 12px; color: #666666; }
.cateTitle .breadcrumb a:hover { color: #005bac; }

.content { padding: 30px 0 60px; width: 100%; background: #ffffff; }

.procateBox { margin-top: 20px; width: 100%; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.procateBox > li { position: relative; padding: 10px 0; border-top: 1px solid #e5e5e5; min-height: 36px; }
.procateBox > li:first-child { border-top-width: 0px; }
.procateBox > li > span { position: absolute; top: 13px; right: 20px; width: 64px; height: 26px; border: 1px solid #e5e5e5; font-size: 14px; color: #999999; text-align: center; line-height: 26px; cursor: pointer; transition: all 0.2s; }
.procateBox > li > span:hover { border: 1px solid #005bac; background: #005bac; color: #ffffff; }
.procateBox > li > div { padding-right: 170px; padding-left: 20px; }
.procateBox > li > div:after { content: ""; display: block; height: 0; clear: both; }
.procateBox > li > div .fl { font-size: 16px; color: #333333; line-height: 36px; }
.procateBox > li > div .fr { float: left; margin-left: 12px; width: 1316px; font-size: 0; overflow: hidden; }
.procateBox > li > div .fr a { display: inline-block; margin-right: 40px; font-size: 16px; color: #999999; line-height: 36px; vertical-align: top; }
.procateBox > li > div .fr a:hover { text-decoration: underline; color: #333333; }
.procateBox > li > div .fr a.active { color: #005bac; }
.procateBox > li:first-child > div .fr a { color: #333333; }
.procateBox > li:first-child > div .fr a.active { color: #005bac; }

.prochooseBox { margin-top: 20px; padding-left: 9px; padding-right: 19px; width: 100%; height: 56px; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.prochooseBox .fl { margin-top: 12px; }
.prochooseBox .fl a { float: left; margin-left: 10px; width: 80px; height: 30px; background: #f5f5f5; font-size: 14px; color: #666666; text-align: center; line-height: 30px; transition: all 0.2s; }
.prochooseBox .fl a span { display: inline-block; width: 12px; height: 14px; vertical-align: middle; background: url(../images/down1.png) no-repeat center; background-size: 100%; margin-left: 4px; }
.prochooseBox .fl a.active { background: #005bac; color: #ffffff; }
.prochooseBox .fl a.active span { background: url(../images/down2.png) no-repeat center; background-size: 100%; }
.prochooseBox .fr p { float: left; margin-left: 14px; padding-right: 6px; font-size: 14px; color: #666666; line-height: 56px; }
.prochooseBox .fr p i { font-style: normal; color: #005bac; }
.prochooseBox .fr a { float: left; margin-left: 4px; width: 22px; height: 22px; border: 1px solid #e5e5e5; margin-top: 15px; font-size: 12px; color: #666666; text-align: center; line-height: 24px; transition: all 0.2s; }
.prochooseBox .fr a:hover { background: #005bac; color: #ffffff; border-color: #005bac; }

.productList {  }
.productList:after { content: ""; display: block; height: 0; clear: both; }
.productList .procate_cntitem { position: relative; float: left; margin-top: 20px; margin-left: 20px; width: 518px; height: 238px; background: #ffffff; border: 1px solid #e5e5e5; transition: all 0.3s; }
.productList .procate_cntitem:after { content: ""; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 3px; background: #005bac; }
.productList .procate_cntitem:hover { box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
.productList .procate_cntitem:hover .fr { background: #005bac; }
.productList .procate_cntitem:hover .fr h5, .productList .procate_cntitem:hover .fr p { color: #ffffff; }
.productList .procate_cntitem:hover .fr > i { background: #ffffff; }
.productList .procate_cntitem:hover .fr > div a { border: 1px solid #ffffff; color: #ffffff; }
.productList .procate_cntitem:hover .fr > div a:first-child { color: #005bac; background: #ffffff; }
.productList .procate_cntitem:hover .fr .addcartBtn i { color: #ffffff; }
.productList .procate_cntitem .fl { width: 272px; height: 100%; }
.productList .procate_cntitem .fl img { width: 100%; height: 100%; }
.productList .procate_cntitem .fr { padding: 0 20px; width: 206px; height: 100%; transition: all 0.3s; }
.productList .procate_cntitem .fr h5 { margin-top: 20px; height: 60px; font-size: 20px; color: #333333; line-height: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.productList .procate_cntitem .fr > i { display: block; width: 50px; height: 3px; background: #005bac; transition: all 0.2s; }
.productList .procate_cntitem .fr p { margin-top: 25px; height: 48px; font-size: 14px; color: #333333; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.2s; }
.productList .procate_cntitem .fr > div { margin-top: 35px; }
.productList .procate_cntitem .fr > div a { float: right; width: 96px; height: 30px; border: 1px solid #005bac; font-size: 14px; color: #005bac; text-align: center; line-height: 30px; transition: all 0.3s; }
.productList .procate_cntitem .fr > div a:first-child { float: left; background: #005bac; color: #ffffff; }

.pagebottom { margin-top: 40px; }
.pagebottom:after { content: ""; display: block; height: 0; clear: both; }
.pagebottom .pagination { font-size: 0; float: left; }
.pagebottom .pagination li { display: inline-block; margin: 0 5px; height: 40px; cursor: pointer; background: #f7f9fa; transition: all 0.2s; }
.pagebottom .pagination li a, .pagebottom .pagination li span { padding: 0 16px; font-size: 14px; color: #666666; line-height: 40px; }
.pagebottom .pagination li.active { background: #ffffff; }
.pagebottom .pagination li.active a, .pagebottom .pagination li.active span { color: #005bac; }
.pagebottom .pagination li.active:hover { background: #ffffff; }
.pagebottom .pagination li.active:hover span { color: #005bac; }
.pagebottom .pagination li:hover { background: #005bac; }
.pagebottom .pagination li:hover a, .pagebottom .pagination li:hover span { color: #ffffff; }
.pagebottom .pagination li.disabled span { color: #cccccc; }
.pagebottom .pagination li.disabled:hover { background: #f7f9fa; }
.pagebottom .pagination li.disabled:hover span { color: #cccccc; }
.pagebottom form { float: left; margin-left: 20px; }
.pagebottom form div { float: left; font-size: 14px; color: #666666; line-height: 40px; }
.pagebottom form input { display: inline-block; margin: 0 10px; width: 38px; height: 38px; border: 1px solid #cccccc; font-size: 14px; color: #666666; text-align: center; line-height: 40px; }
.pagebottom form button { float: left; margin-left: 10px; width: 70px; height: 40px; background: #f7f9fa; font-size: 14px; color: #666666; text-align: center; line-height: 40px; cursor: pointer; transition: all 0.2s; }
.pagebottom form button:hover { background: #005bac; color: #ffffff; }

@media screen and (max-width: 1620px) { .procateBox > li > div { padding-right: 120px; }
  .procateBox > li > div .fr { width: 960px; }
  .productList { }
  .productList .procate_cntitem { margin-top: 21px; margin-left: 21px; width: 384px; height: 174px; }
  .productList .procate_cntitem .fl { width: 200px; }
  .productList .procate_cntitem .fr { padding: 0 12px; width: 160px; }
  .productList .procate_cntitem .fr h5 { margin-top: 10px; height: 42px; font-size: 18px; line-height: 42px; }
  .productList .procate_cntitem .fr > i { width: 40px; height: 3px; }
  .productList .procate_cntitem .fr p { margin-top: 10px; height: 48px; font-size: 14px; color: #333333; line-height: 24px; }
  .productList .procate_cntitem .fr > div { margin-top: 16px; }
  .productList .procate_cntitem .fr > div a { width: 76px; height: 26px; font-size: 13px; line-height: 26px; } }
/*产品套装详情*/
.propacktop { padding: 30px 0 40px; width: 100%; background: #f7f9fa; }
.propacktop .propacktopCon { margin-top: 20px; padding: 58px 40px; background: #ffffff; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.propacktop .propacktopCon:after { content: ""; display: block; height: 0; clear: both; }
.propacktop .propacktopCon > .fl { width: 620px; padding-right: 40px; border-right: 1px solid #e5e5e5; }
.propacktop .propacktopCon > .fl > h5 { font-size: 24px; color: #333333; line-height: 1.3; font-weight: normal; }
.propacktop .propacktopCon > .fl > h5 > span { padding-left: 16px; font-size: 14px; color: #999999; }
.propacktop .propacktopCon > .fl > p { margin-top: 10px; font-size: 16px; color: #999999; line-height: 1.3; }
.propacktop .propacktopCon .propackprice { position: relative; margin-top: 15px; padding: 20px 20px 10px; height: auto; background: url(../images/back4.jpg) no-repeat center; background-size: 100% 100%; }
.propacktop .propacktopCon .propackprice > div { font-size: 16px; color: #999999; line-height: 36px; }
.propacktop .propacktopCon .propackprice > div span { color: #666666; }
.propacktop .propacktopCon .propackprice > div span i { font-size: 24px; }
.propacktop .propacktopCon .propackprice > div i { color: #d41818; font-style: normal; font-weight: bold; }
.propacktop .propacktopCon .propackprice .last { position: absolute; top: 20px; right: 20px; }
.propacktop .propacktopCon .propackNumbox { margin-top: 10px; }
.propacktop .propacktopCon .propackNumbox li { padding: 13px 0; font-size: 16px; color: #666666; line-height: 30px;    clear: both; }
.propacktop .propacktopCon .propackNumbox li i {font-style: normal;cursor: pointer; margin-left: 10px;border: solid 1px #e5e5e5; height: 32px;display: inline-block;line-height: 32px;padding: 0 10px;}
.propacktop .propacktopCon .propackNumbox li i.active { background-color: #005bac;color: #fff;}
.propacktop .propacktopCon .propackNumbox li i:nth-of-type(1) { margin-left: 0;}
.propacktop .propacktopCon .propackNumbox li > span { color: #999999; }
.propacktop .propacktopCon .propackNumbox li a { display: inline-block; color: #005bac; margin-bottom: 10px}
.propacktop .propacktopCon .propackNumbox li a:hover { text-decoration: underline; }
.propacktop .propacktopCon .propackNumbox li .fl { float: none; display: inline-block; margin-right: 18px; height: 32px; border: 1px solid #cccccc; vertical-align: middle; }
.propacktop .propacktopCon .propackNumbox li .fl span { float: left; width: 32px; height: 32px; cursor: pointer; transition: all 0.2s; }
.propacktop .propacktopCon .propackNumbox li .fl span:before { content: ""; display: block; margin: 15.5px auto; width: 15px; height: 1px; background: #cccccc; }
.propacktop .propacktopCon .propackNumbox li .fl span:hover { background: #005bac; }
.propacktop .propacktopCon .propackNumbox li .fl span:hover:before, .propacktop .propacktopCon .propackNumbox li .fl span:hover:after { background: #ffffff; }
.propacktop .propacktopCon .propackNumbox li .fl input { float: left; width: 44px; height: 32px; font-size: 16px; color: #666666; text-align: center; line-height: 32px; }
.propacktop .propacktopCon .propackNumbox li .fl .add { position: relative; border-right: 1px solid #cccccc; }
.propacktop .propacktopCon .propackNumbox li .fl .add:after { content: ""; display: block; position: absolute; top: 9px; left: 15.5px; width: 1px; height: 15px; background: #cccccc; }
.propacktop .propacktopCon .propackNumbox li .fl .jian { border-left: 1px solid #cccccc; }
.propacktop .propacktopCon .propacktopBtn { margin-top: 8px; }
.propacktop .propacktopCon .propacktopBtn button { float: left; width: 190px; height: 50px; background: #d12b2b; border-radius: 3px; font-size: 16px; color: #ffffff; text-align: center; line-height: 50px; cursor: pointer; }
.propacktop .propacktopCon .propacktopBtn .addcartBtn { float: left; margin-left: 10px; width: 190px; height: 50px; background: #005bac; border-radius: 3px; }
.propacktop .propacktopCon .propacktopBtn .addcartBtn i { font-size: 16px; color: #ffffff; text-align: center; line-height: 50px; }
.propacktop .propacktopCon .cateRTitle { height: 30px; font-size: 24px; color: #333333; line-height: 30px; }
.propacktop .propacktopCon .cateRTitle .fl:before { content: ""; display: inline-block; margin-right: 6px; margin-top: 3px; width: 3px; height: 24px; background: #005bac; vertical-align: top; }
.propacktop .propacktopCon .cateRTitle .fr > div { float: left; margin-left: 6px; width: 28px; height: 28px; border: 1px solid #d0d0d0; border-radius: 30px; text-align: center; line-height: 30px; cursor: pointer; transition: all 0.2s; }
.propacktop .propacktopCon .cateRTitle .fr > div span { display: block; font-size: 12px; color: #666666; transition: all 0.2s; }
.propacktop .propacktopCon .cateRTitle .fr > div:hover { background: #005bac; border-color: #005bac; }
.propacktop .propacktopCon .cateRTitle .fr > div:hover span { color: #ffffff; }
.propacktop .propacktopCon > .fr { float: right; width: 408px; }
.propacktop .propacktopCon > .fr .swiper-container { margin-top: 36px; height: 370px; }
.propacktop .propacktopCon > .fr .swiper-slide { width: 100%; height: 370px; }
.propacktop .propacktopCon > .fr .swiper-slide > div { margin-left: -14px; }
.propacktop .propacktopCon > .fr .swiper-slide a { position: relative; float: left; margin-left: 14px; margin-bottom: 14px; width: 194px; height: 171px; overflow: hidden; }
.propacktop .propacktopCon > .fr .swiper-slide a div { width: 192px; height: 170px; border: 1px solid #e5e5e5; border-bottom-width: 0px; }
.propacktop .propacktopCon > .fr .swiper-slide a img { width: 100%; transition: all 0.3s; }
.propacktop .propacktopCon > .fr .swiper-slide a p { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px; height: 30px; background: #0a5ea9; font-size: 14px; color: #ffffff; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.propacktop .propacktopCon > .fr .swiper-slide a:hover img { transform: scale(1.08); }
.propacktop .prodetopLeft { float: left; width: 408px; }
.propacktop .prodetopLeft + .fl { margin-left: 38px; padding-top: 22px; padding-right: 40px; border-right-width: 0; }
.propacktop .prodetopLeft + .fl .propacktopBtn { margin-top: 18px; }
.propacktop .prodetopLeft > p { margin-top: 16px; font-size: 14px; color: #999999; line-height: 1.5; }
.propacktop .prodetopLeft > p span { color: #005bac; }
.propacktop #proDeTopL { position: relative; width: 406px; height: 452px; border: 1px solid #e5e5e5; }
.propacktop #proDeTopL #ban_pic1 { position: relative; width: 406px; height: 358px; overflow: hidden; }
.propacktop #proDeTopL #ban_pic1 > ul { position: absolute; }
.propacktop #proDeTopL #ban_pic1 > ul > li { width: 406px; height: 358px; }
.propacktop #proDeTopL #ban_pic1 > ul > li img { width: 100%; height: 100%; }
.propacktop #proDeTopL .min_pic { position: absolute; left: 1px; right: 1px; bottom: 9px; height: 74px; }
.propacktop #proDeTopL .min_pic .iconfont { position: absolute; top: 0; width: 18px; height: 100%; font-size: 16px; color: #999999; text-align: center; line-height: 74px; cursor: pointer; transition: all 0.2s; }
.propacktop #proDeTopL .min_pic .iconfont:hover { background: #005bac; color: #ffffff; }
.propacktop #proDeTopL .min_pic #prev2 { left: 0; }
.propacktop #proDeTopL .min_pic #next2 { right: 0; }
.propacktop #proDeTopL #ban_num1 { position: absolute; left: 22px; right: 22px; top: 0; height: 100%; overflow: hidden; }
.propacktop #proDeTopL #ban_num1 > ul { position: relative; }
.propacktop #proDeTopL #ban_num1 li { margin-right: 8px; width: 82px; height: 72px; border: 1px solid #ffffff; }
.propacktop #proDeTopL #ban_num1 li.on { border: 1px solid #005bac; }
.propacktop #proDeTopL #ban_num1 li img { width: 100%; height: 100%; }
.propacktop .prodetopRight { float: left; padding-left: 40px; width: 270px; border-left: 1px dashed #e5e5e5; }
.propacktop .prodetopRight > div { margin-top: 30px; }
.propacktop .prodetopRight > div h5 { padding-left: 10px; height: 16px; border-left: 2px solid #005bac; font-size: 16px; color: #333333; line-height: 16px; font-weight: normal; }
.propacktop .prodetopRight > div h5 span { padding-left: 6px; font-size: 14px; color: #999999; }
.propacktop .prodetopRight .prodetopRlink { margin-top: 20px; display: block; width: 258px; }
.propacktop .prodetopRight .prodetopRlink .product_cntimg { width: 256px; height: 142px; border: 1px solid #efefef; background: url(../images/back3.jpg) no-repeat center; background-size: 100% 100%; transition: all 0.2s; }
.propacktop .prodetopRight .prodetopRlink .product_cntimg img { width: auto; height: 100%; margin: 0 auto; }
.propacktop .prodetopRight .prodetopRlink .product_cntbot { margin-top: 6px; width: 100%; height: 28px; }
.propacktop .prodetopRight .prodetopRlink .product_cntbot p { float: left; width: 230px; height: 100%; font-size: 14px; color: #666666; line-height: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.propacktop .prodetopRight .prodetopRlink .product_cntbot img { float: right; margin-top: 9px; width: 12px; height: auto; }
.propacktop .prodetopRight .prodetopRlink:hover .product_cntimg { border-color: #005bac; }
.propacktop .prodetopRight .prodetopRlink:hover .product_cntbot p { color: #005bac; }
.propacktop .prodetopRight .prodetopRbot { padding-top: 8px; width: 258px; }
.propacktop .prodetopRight .prodetopRbot li { margin-top: 12px; padding: 8px 12px 4px; width: 232px; border: 1px solid #e5e5e5; border-radius: 4px; }
.propacktop .prodetopRight .prodetopRbot li > div:after { content: ""; display: block; height: 0; clear: both; }
.propacktop .prodetopRight .prodetopRbot li > div img { float: left; width: 18px; height: 18px; }
.propacktop .prodetopRight .prodetopRbot li > div span { float: left; margin-left: 6px; font-size: 14px; color: #666666; line-height: 18px; }
.propacktop .prodetopRight .prodetopRbot li > p { margin-top: 8px; font-size: 20px; color: #005bac; font-weight: bold; line-height: 24px; }
.propacktop .prodetopRight .prodetopRbot li > p span { font-size: 16px; font-weight: normal; }

.propack_content { padding: 40px 0 60px; width: 100%; background: #ffffff; }
.propack_content .main:after { content: ""; display: block; height: 0; clear: both; }
.propack_content .fl { width: 280px; }
.propack_content .propackConLitem { margin-bottom: 20px; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.propack_content .propackConLTop { height: 48px; background: #f7f9fa; border-bottom: 1px solid #e5e5e5; font-size: 0; }
.propack_content .propackConLTop i { float: left; margin-left: 18px; margin-top: 16px; width: 2px; height: 16px; background: #005bac; }
.propack_content .propackConLTop > span { float: left; margin-left: 10px; font-size: 16px; color: #333333; line-height: 48px; }
.propack_content .propackConLTop > div { float: right; margin-right: 18px; margin-top: 14px; }
.propack_content .propackConLTop > div div { float: left; width: 18px; height: 18px; border: 1px solid #e5e5e5; font-size: 10px; color: #666666; text-align: center; line-height: 18px; margin-left: 4px; cursor: pointer; transition: all 0.2s; }
.propack_content .propackConLTop > div div:hover { border-color: #005bac; background: #005bac; color: #ffffff; }
.propack_content .propackConLbot { padding: 20px 18px 30px; }
.propack_content .propackConLbot:after { content: ""; display: block; height: 0; clear: both; }
.propack_content .propackConLbot > div { float: left; width: 50%; height: 32px; overflow: hidden; }
.propack_content .propackConLbot > div a { font-size: 14px; color: #666666; line-height: 32px; transition: all 0.2s; }
.propack_content .propackConLbot > div a:hover { color: #005bac; }
.propack_content .swiper-container { height: 424px; }
.propack_content .swiper-slide { width: 100%; height: 424px; }
.propack_content .swiper-slide a { display: block; padding-left: 20px; padding-right: 26px; height: 52px; border-top: 1px dashed #cccccc; line-height: 52px; }
.propack_content .swiper-slide a:first-child { border-top-width: 0px; }
.propack_content .swiper-slide a span { float: left; width: 90%; height: 100%; font-size: 14px; color: #666666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.propack_content .swiper-slide a i { float: right; font-size: 10px; color: #ffffff; transition: all 0.2s; }
.propack_content .swiper-slide a:hover span { color: #005bac; }
.propack_content .swiper-slide a:hover i { color: #666666; }
.propack_content .propackConbtn { height: 48px; border: 1px solid #e5e5e5; background: #f7f9fa; }
.propack_content .propackConbtn span { float: left; width: 122px; height: 100%; border-right: 1px solid #e5e5e5; font-size: 16px; color: #333333; text-align: center; line-height: 48px; cursor: pointer; transition: all 0.2s; }
.propack_content .propackConbtn span.active { background: #005bac; color: #ffffff; }
.propack_content .propackConbtn span.active:hover { color: #ffffff; }
.propack_content .propackConbtn span:hover { color: #005bac; }
.propack_content .propackConcs { padding: 20px 20px 30px; border: 1px solid #e5e5e5; border-top-width: 0px; }
.propack_content .propackConcs:after { content: ""; display: block; height: 0; clear: both; }
.propack_content .propackConcs > div { float: left; min-width: 300px; width: 31%; padding-right: 20px; font-size: 14px; color: #666666; line-height: 32px; }
.propack_content .fr { width: 1300px; }
.propack_content .propackConList > li { display: none; }
.propack_content .propackConList > li.active { display: block; }
.propack_content .propackConList > li > div { padding: 20px 20px 30px; border: 1px solid #e5e5e5; border-top-width: 0px; }
.propack_content .propackConList > li > div img { margin: 0 auto; max-width: 100%; }
.propack_content .propackConList > li > div p { padding: 10px 0; font-size: 14px; color: #666666; line-height: 1.5; }
.propack_content .propackConList > li .propackConcs + div { margin-top: 20px; border-top-width: 1px; }
.propack_content .propackConList > li.propingjia { padding: 10px 40px 40px; border: 1px solid #e5e5e5; border-top-width: 0px; }
.propack_content .propackConList > li.propingjia .propingjialist li { padding: 30px 0 24px; border-bottom: 1px dashed #e5e5e5; }
.propack_content .propackConList > li.propingjia .propingjialist li:after { content: ""; display: block; height: 0; clear: both; }
.propack_content .propackConList > li.propingjia .fl { width: 110px; }
.propack_content .propackConList > li.propingjia .fl > div { width: 110px; height: 110px; border-radius: 50%; overflow: hidden; }
.propack_content .propackConList > li.propingjia .fl > div img { width: 100%; min-height: 100%; }
.propack_content .propackConList > li.propingjia .fl > p { margin-top: 14px; font-size: 16px; color: #666666; text-align: center; line-height: 1.5; }
.propack_content .propackConList > li.propingjia .fr { width: 1072px; }
.propack_content .propackConList > li.propingjia .fr > p { font-size: 14px; color: #999999; line-height: 20px; }
.propack_content .propackConList > li.propingjia .propingjiabot { position: relative; margin-top: 20px; }
.propack_content .propackConList > li.propingjia .propingjiabot > span { position: absolute; left: 0; top: 0; font-size: 16px; color: #666666; line-height: 1.5; }
.propack_content .propackConList > li.propingjia .propingjiabot > div { padding-left: 82px; font-size: 16px; color: #666666; line-height: 1.5; }
.propack_content .propackConList > li.propingjia .pagebottom { padding: 0; border-width: 0px; }

.starList { height: 36px; font-size: 0; line-height: 36px; }
.starList i { padding-right: 3px; font-style: normal; font-size: 16px; color: #666666; }
.starList .iconfont { font-size: 16px; color: #cccccc; padding-right: 10px; }
.starList .iconfont.active { color: #ca141d; }

@media screen and (max-width: 1620px) { .propacktop .propacktopCon { padding: 36px 26px; }
  .propacktop .propacktopCon > .fl { width: 500px; padding-right: 20px; }
  .propacktop .propacktopCon > .fl > p { font-size: 15px; margin-top: 8px; }
  .propacktop .propacktopCon .propackprice { margin-top: 12px; padding: 16px 16px 10px; }
  .propacktop .propacktopCon .propackprice > div { font-size: 15px; line-height: 32px; }
  .propacktop .propacktopCon .propackNumbox li { padding: 10px 0; font-size: 15px; line-height: 24px; }
  .propacktop .propacktopCon .propackNumbox li > a { margin-left: 60px; }
  .propacktop .propacktopCon .propacktopBtn button { width: 150px; height: 42px; font-size: 15px; line-height: 42px; }
  .propacktop .propacktopCon .propacktopBtn .addcartBtn { width: 150px; height: 42px; }
  .propacktop .propacktopCon .propacktopBtn .addcartBtn i { font-size: 15px; line-height: 42px; }
  .propacktop .propacktopCon > .fr { width: 290px; }
  .propacktop .propacktopCon > .fr .swiper-container { margin-top: 30px; height: 274px; }
  .propacktop .propacktopCon > .fr .swiper-slide { height: 274px; }
  .propacktop .propacktopCon > .fr .swiper-slide > div { margin-left: -10px; }
  .propacktop .propacktopCon > .fr .swiper-slide a { position: relative; float: left; margin-left: 10px; margin-bottom: 10px; width: 145px; height: 127px; }
  .propacktop .propacktopCon > .fr .swiper-slide a div { width: 143px; height: 126px; }
  .propacktop .propacktopCon > .fr .swiper-slide a p { padding: 0 12px; height: 26px; font-size: 13px; line-height: 26px; }
  .propacktop .prodetopLeft { width: 344px; }
  .propacktop .prodetopLeft + .fl { width: 470px; margin-left: 20px; padding-top: 6px; }
  .propacktop #proDeTopL { width: 342px; height: 380px; }
  .propacktop #proDeTopL #ban_pic1 { width: 342px; height: 301px; }
  .propacktop #proDeTopL #ban_pic1 > ul > li { width: 342px; height: 301px; }
  .propacktop #proDeTopL .min_pic { height: 66px; }
  .propacktop #proDeTopL .min_pic .iconfont { line-height: 66px; }
  .propacktop #proDeTopL #ban_num1 li { margin-right: 0; width: 72px; height: 64px; border: 1px solid #ffffff; }
  .propacktop .prodetopRight { padding-left: 20px; }
  .propacktop .prodetopRight > div { margin-top: 18px; }
  .propacktop .prodetopRight > div:first-child { padding-top: 6px; margin-top: 0; }
  .propack_content .fr { width: 900px; }
  .propack_content .propackConcs > div { min-width: 266px; }
  .propack_content .propackConList > li.propingjia .fr { width: 680px; } }
/*关于我们页面*/
.company { padding: 60px 0 26px; width: 100%; background-color: #f5f7fa; }
.company .main { font-size: 0; }
.company .fl { width: 47.5%; float: none; display: inline-block; vertical-align: top; }
.company .companytit > h5 { font-size: 36px; color: #333333; font-weight: bold; line-height: 1.2; }
.company .companytit > p { margin-top: 8px; font-size: 16px; color: #999999; line-height: 1.5; text-transform: uppercase; }
.company .companytit > i { display: block; margin-top: 14px; width: 72px; height: 3px; background: #005bac; }
.company .company_con { padding-top: 30px; font-size: 16px; color: #666666; line-height: 1.5; }
.company .company_con p { line-height: 26px;}
.company .fr { margin-left: 2.5%; width: 50%; float: none; display: inline-block; vertical-align: bottom; }
.company .fr > img { width: 100%; }
.company .fr > ul { margin-top: 20px; }
.company .fr > ul:after { content: ""; display: block; height: 0; clear: both; }
.company .fr > ul li { float: left; padding: 0 40px; border-left: 1px solid #e5e5e5; max-width: 368px; }
.company .fr > ul li:first-child { padding-left: 20px; }
.company .fr > ul li h5 { font-size: 16px; color: #005bac; font-weight: bold; line-height: 24px; }
.company .fr > ul li h5 span { font-size: 24px; }
.company .fr > ul li p { margin-top: 8px; font-size: 16px; color: #333333; line-height: 18px; }

.about_tit { margin-bottom: 40px; height: 24px; line-height: 24px; }
.about_tit:before { content: ""; display: block; float: left; width: 3px; height: 100%; background: #005bac; }
.about_tit span { float: left; margin-left: 16px; font-size: 24px; color: #333333; }
.about_tit p { float: left; margin-left: 20px; margin-top: 8px; font-size: 16px; color: #999999; line-height: 16px; }

.culture { padding: 60px 0 20px; width: 100%; background: #ffffff; }
.culture .culture_cnt:after { content: ""; display: block; height: 0; clear: both; }
.culture .culture_cnt > .fl { width: 43.75%; }
.culture .culture_cnt > .fl img { width: 100%; }
.culture .culture_cnt > .fr { width: 54%; }
.culture .culture_cnt > .fr > div { float: left; }
.culture .culture_cntItem { margin-top: 20px; margin-left: 1%; margin-right: 5.2%; width: 42%; }
.culture .culture_cntItem .fl { width: 80px; height: 80px; border-radius: 3px; background: #ffffff; text-align: center; line-height: 80px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.culture .culture_cntItem .fl span { font-size: 42px; color: #005bac; }
.culture .culture_cntItem .fr { width: 252px; }
.culture .culture_cntItem .fr div { height: 36px; font-size: 20px; color: #333333; line-height: 36px; }
.culture .culture_cntItem .fr i { display: block; width: 40px; height: 3px; background: #005bac; }
.culture .culture_cntItem .fr p { margin-top: 16px; font-size: 16px; color: #666666; line-height: 1.5; }
.culture .culture_cntcenter { margin: 22px 0 10px; width: 100%; height: 40px; background: #005bac; border-radius: 8px; font-size: 16px; color: #ffffff; text-align: center; line-height: 40px; }

.historyBox { padding: 60px 0 20px; width: 100%; background: #ffffff; }
.historyBox .history_cnt { height: 384px; }
.historyBox .historyL { float: right; width: 590px; height: 100%; background: #f5f7fa; }
.historyBox .historyL .btn { position: absolute; top: 80px; left: 20px; z-index: 2; }
.historyBox .historyL .leftBtn1, .historyBox .historyL .rightBtn1 { float: left; width: 32px; height: 32px; border-radius: 3px; cursor: pointer; }
.historyBox .historyL .leftBtn1 { background: #005bac url(../images/left3.png) no-repeat center; }
.historyBox .historyL .rightBtn1 { margin-left: 6px; background: #005bac url(../images/right3.png) no-repeat center; }
.historyBox .historyL .swiper-slide { width: 100%; height: 100%; }
.historyBox .historyL .historyLitem { margin: 80px auto 0; width: 550px; display: none; }
.historyBox .historyL .historyLitem.active { display: block; }
.historyBox .historyL .historyLitem > span { display: block; padding-left: 90px; font-size: 20px; color: #666666; line-height: 32px; }
.historyBox .historyL .historyLitem > div { margin-top: 24px; max-height: 230px; overflow: auto; }
.historyBox .historyL .historyLitem > div > h5 { font-size: 28px; color: #333333; font-weight: bold; line-height: 1.3; }
.historyBox .historyL .historyLitem > div > div { margin-top: 20px; }
.historyBox .historyL .historyLitem > div > div p {font-size: 16px; color: #666666; line-height: 30px; }
.historyBox .historyCon { float: right; margin: 0 22px; width: 376px; font-size: 0; height: 100%; text-align: center; }
.historyBox .historyCon:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.historyBox .historyCon > a { width: 46px; height: 46px; font-size: 0; display: inline-block; vertical-align: middle; line-height: 46px; }
.historyBox .historyCon > a span { display: inline-block; width: 26px; height: 3px; background: #005bac; vertical-align: middle; transition: all 0.2s; }
.historyBox .historyCon > a i { font-size: 36px; font-style: normal; color: #005bac; transition: all 0.2s; }
.historyBox .historyCon > i { width: 80px; height: 3px; background: #005bac; display: inline-block; vertical-align: middle; }
.historyBox .historyCon .swiper-container { display: inline-block; vertical-align: middle; height: 250px; width: 124px; }
.historyBox .historyCon .swiper-slide { width: 100%; height: 50px; font-size: 28px; color: #999999; font-weight: bold; line-height: 50px; }
.historyBox .historyCon .swiper-slide-active { color: #333333; }
.historyBox .historyR { float: right; width: 590px; height: 100%; overflow: hidden; }
.historyBox .historyR .swiper-slide { width: 590px; height: 385px; }
.historyBox .historyR .swiper-slide img { width: 100%; min-height: 100%; }

.cooperation { padding: 60px 0 20px; width: 100%; background: #ffffff; }
.cooperation .cooperation_cnt { margin-left: -20px; }
.cooperation .cooperation_cnt:after { content: ""; display: block; height: 0; clear: both; }
.cooperation .cooperation_cnt li { float: left; margin-left: 20px; margin-top: 20px; width: 250px; height: 120px; cursor: pointer; transition: all 0.2s; }
.cooperation .cooperation_cnt li img { width: 100%; height: 100%; }
.cooperation .cooperation_cnt li:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.certificate { padding: 60px 0 20px; width: 100%; background: #ffffff; }
.certificate .certificate_cnt { margin-left: -20px; }
.certificate .certificate_cnt:after { content: ""; display: block; height: 0; clear: both; }
.certificate .certificate_cnt li { position: relative; float: left; margin-left: 20px; margin-top: 20px; width: 250px; height: 340px; background: #f5f7fa; font-size: 0; text-align: center; cursor: pointer; }
.certificate .certificate_cnt li:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.certificate .certificate_cnt li img { display: inline-block; width: 82.4%; height: auto; vertical-align: middle; }
.certificate .certificate_cnt li div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000'); display: none; }
.certificate .certificate_cnt li div:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.certificate .certificate_cnt li div span { display: inline-block; font-size: 16px; color: #ffffff; vertical-align: middle; }

.certifiMask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; text-align: center; font-size: 0; background: rgba(0, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000'); display: none; z-index: 90; }
.certifiMask:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.certifiMask > a { position: absolute; top: 40px; right: 40px; width: 40px; height: 40px; }
.certifiMask > a img { width: 100%; height: 100%; transition: all 0.3s; }
.certifiMask > a:hover img { transform: rotate(90deg); }
.certifiMask .certifiMaskImg { display: inline-block; width: auto; height: 500px; vertical-align: middle; }
.certifiMask .certifiMaskImg img { height: 100%; }
.certifiMask .iconfont { position: absolute; top: 50%; margin-top: -36px; width: 40px; height: 72px; font-size: 28px; color: #ffffff; line-height: 72px; cursor: pointer; transition: all 0.2s; }
.certifiMask .iconfont.left_btn { left: 30px; }
.certifiMask .iconfont.right_btn { right: 30px; }
.certifiMask .iconfont:hover { background: #005bac; }

.join { padding: 60px 0; width: 100%; background: #ffffff; }
.join .about_tit { margin-bottom: 20px; }
.join .join_cnt { margin-left: -20px; }
.join .join_cnt:after { content: ""; display: block; height: 0; clear: both; }
.join .jobItem { float: left; margin-top: 20px; margin-left: 20px; padding: 0 30px; width: 460px; height: 240px; background: #ffffff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); cursor: pointer; }
.join .jobItem .jobItemTop { margin-top: 20px; height: 58px; line-height: 58px; border-bottom: 1px solid #e5e5e5; }
.join .jobItem .jobItemTop h5 { float: left; font-size: 20px; color: #333333; max-width: 440px; height: 58px; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.join .jobItem .jobItemTop span { float: right; font-size: 16px; color: #333333; }
.join .jobItem > span { display: block; margin-top: 16px; font-size: 14px; color: #005bac; line-height: 20px; }
.join .jobItem .jobItemCon { margin-top: 10px; max-height: 72px; font-size: 14px; color: #666666; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.join .jobItem .jobItemBot { display: none; }

.joinMask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 90; font-size: 0; text-align: center; display: none; }
.joinMask:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.joinMask .joinMaskcon { position: relative; padding: 30px; display: inline-block; width: 578px; background: #ffffff; text-align: left; vertical-align: middle; height: 418px; overflow: auto; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.joinMask .joinMaskcon > a { position: absolute; right: 30px; top: 30px; width: 26px; height: 26px; }
.joinMask .joinMaskcon > a img { width: 100%; height: 100%; transition: all 0.3s; }
.joinMask .joinMaskcon > a:hover img { transform: rotate(90deg); }
.joinMask .joinMaskcon > h5 { margin-top: 4px; max-width: 520px; font-size: 20px; color: #333333; font-weight: normal; line-height: 30px; }
.joinMask .joinMaskcon > span { display: block; margin-top: 10px; font-size: 14px; color: #005bac; line-height: 22px; }
.joinMask .joinMaskcon > div { margin-top: 32px; font-size: 14px; color: #666666; line-height: 24px; }
.joinMask .joinMaskcon > div > h5 { font-size: 18px; color: #333333; font-weight: normal; line-height: 1.5; margin-bottom: 6px; }
.joinMask .joinMaskcon > i { display: block; margin-top: 45px; font-size: 14px; color: #005bac; line-height: 22px; font-style: normal; }

@media screen and (max-width: 1620px) { .company .companytit > h5 { font-size: 32px; }
  .company .companytit > p { margin-top: 6px; font-size: 15px; }
  .company .companytit > i { margin-top: 12px; }
  .company .company_con { padding-top: 10px; font-size: 15px; color: #666666; line-height: 1.5; }
  .company .company_con p { margin-top: 20px; }
  .company .fl { width: 44%; }
  .company .fr { margin-bottom: 6px; margin-left: 2%; width: 54%; }
  .company .fr > ul li { padding: 0 16px; max-width: 355px; }
  .company .fr > ul li:first-child { padding-left: 12px; }
  .company .fr > ul li h5 { font-size: 15px; line-height: 22px; }
  .company .fr > ul li h5 span { font-size: 22px; }
  .company .fr > ul li p { margin-top: 6px; font-size: 14px; }
  .culture .culture_cnt > .fr { margin-top: -12px; }
  .culture .culture_cntItem { margin-top: 12px; margin-right: 4.4%; width: 44%; }
  .culture .culture_cntItem .fl { width: 66px; height: 66px; line-height: 66px; }
  .culture .culture_cntItem .fl span { font-size: 36px; }
  .culture .culture_cntItem .fr { width: 200px; }
  .culture .culture_cntItem .fr div { height: 32px; font-size: 18px; line-height: 32px; }
  .culture .culture_cntItem .fr i { width: 36px; }
  .culture .culture_cntItem .fr p { margin-top: 10px; font-size: 15px; }
  .culture .culture_cntcenter { margin-top: 15px; font-size: 15px; }
  .historyBox { padding-top: 40px; }
  .historyBox .history_cnt { height: 288px; }
  .historyBox .historyL { width: 442px; }
  .historyBox .historyL .btn { top: 36px; left: 15px; }
  .historyBox .historyL .historyLitem { margin: 36px auto 0; width: 412px; }
  .historyBox .historyL .historyLitem > span { padding-left: 82px; font-size: 16px; }
  .historyBox .historyL .historyLitem > div { margin-top: 18px; max-height: 192px; }
  .historyBox .historyL .historyLitem > div > h5 { font-size: 20px; }
  .historyBox .historyL .historyLitem > div > div { margin-top: 6px; }
  .historyBox .historyL .historyLitem > div > div p { padding: 12px 0; font-size: 15px; color: #666666; line-height: 1.6; }
  .historyBox .historyCon { margin: 0 16px; width: 284px; }
  .historyBox .historyCon:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
  .historyBox .historyCon > a { width: 40px; height: 40px; line-height: 40px; }
  .historyBox .historyCon > a span { width: 24px; }
  .historyBox .historyCon > i { width: 62px; }
  .historyBox .historyCon .swiper-container { width: 80px; height: 220px; }
  .historyBox .historyCon .swiper-slide { font-size: 24px; height: 44px; line-height: 44px; }
  .historyBox .historyR { width: 442px; }
  .historyBox .historyR .swiper-slide { width: 442px; height: 288px; }
  .cooperation .about_tit { margin-bottom: 20px; }
  .cooperation .cooperation_cnt { margin-left: -18px; }
  .cooperation .cooperation_cnt li { margin-left: 18px; margin-top: 18px; width: 185px; height: 89px; }
  .certificate .about_tit { margin-bottom: 20px; }
  .certificate .certificate_cnt { margin-left: -18px; }
  .certificate .certificate_cnt li { margin-left: 18px; margin-top: 18px; width: 185px; height: 252px; }
  .join .join_cnt { margin-left: -15px; }
  .join .jobItem { margin-top: 15px; margin-left: 15px; padding: 0 20px; width: 350px; height: 240px; }
  .join .jobItem .jobItemTop h5 { max-width: 330px; } }
/*联系我们页面*/
.mapbox { padding: 30px 0 60px 0; width: 100%;}
.mapbox .main { position: relative; }
.mapbox #map { width: 1598px; height: 478px; border: 1px solid #cccccc; }
.mapbox #map .anchorBL { display: none; }
.mapbox #map .BMap_bubble_title { font-size: 16px; color: #333; font-weight: bold; }
.mapbox #map .BMap_bubble_content { padding-top: 3px; font-size: 14px; color: #666666; line-height: 1.5; }
.mapbox .layui-form { position: absolute; left: 1px; bottom: 1px; height: 48px; border-top: 1px solid #cccccc;}
.mapbox .layui-input-block { float: left; margin-left: 0; width: 126px; height: 48px; }
.mapbox .layui-input { height: 48px; background: #005bac; font-size: 16px; color: #ffffff; text-align: center; line-height: 48px; border-width: 0px; border-right: 1px solid #cccccc; }
.mapbox .layui-form-select .layui-edge { right: 20px; border-width: 0px; width: 14px; height: 8px; background: url(../images/down3.png) no-repeat center; background-size: 100% 100%; }
.mapbox .layui-form-selected .layui-edge { margin-top: -3px; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.mapbox .layui-form-select dl dd.layui-this { background: #005bac; }
.mapbox .addtext { float: left; padding: 0 12px; height: 100%;border-right: solid 1px #ccc; font-size: 16px; color: #333333; text-align: center; line-height: 48px; background: #ffffff; }

.contactTop { padding-top: 60px; width: 100%; background: #ffffff; }
.contactTop .about_tit { margin-bottom: 20px; }
.contactTop .contactTopList { margin-left: -20px; }
.contactTop .contactTopList:after { content: ""; display: block; height: 0; clear: both; }
.contactTop .contactTopList > li { position: relative; float: left; margin-left: 20px; margin-top: 20px; padding: 0 22px; width: 339px; height: 166px; border: 1px solid #e5e5e5; }
.contactTop .contactTopList > li:before { content: ""; display: block; position: absolute; right: -1px; top: -1px; bottom: -1px; width: 3px; background: #005bac; }
.contactTop .contactTopList > li > p { margin-top: 8px; font-size: 22px; color: #333333; line-height: 1.5; }
.contactTop .contactTopList > li.last .iconfont { font-size: 40px; line-height: 54px; }
.contactTop .contactTopList .iconfont { display: inline-block; margin-top: 20px; font-size: 36px; color: #000000; line-height: 1.5; }
.contactTop .contactTopList .contactToptit { margin-top: 6px; font-size: 16px; color: #333333; line-height: 1.5; }
.contactTop .contactTopList .contactaddbot { margin-top: 8px; font-size: 16px; color: #333333; line-height: 33px; }
.contactTop .contactTopList form { margin-top: 10px; height: 30px; }
.contactTop .contactTopList .layui-form-item { margin-bottom: 0; width: 140px; height: 100%; }
.contactTop .contactTopList .layui-input-block { margin-left: 0; height: 100%; min-height: 30px; }
.contactTop .contactTopList .layui-input { height: 30px; background: transparent; border-radius: 0px; border-color: #e5e5e5; color: #005bac; font-size: 14px; line-height: 30px; }
.contactTop .contactTopList .layui-edge { right: 1px; top: 1px; margin: 0; width: 28px; height: 28px; border-width: 0px; background: url(../images/select1.png) no-repeat center; background-size: 100% 100%; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
.contactTop .contactTopList .layui-form-select dl { top: 34px; }
.contactTop .contactTopList .layui-form-select dl dd.layui-this { background: #005bac; }
.contactTop .contactTopList .ewmimgBox { position: absolute; right: 28px; top: 32px; width: 110px; height: 110px; }
.contactTop .contactTopList .ewmimgBox img { width: 100%; height: 100%; }

.message { padding: 60px 0; width: 100%; background: #ffffff; }
.message .main { overflow: hidden; }
.message form { margin-left: -20px; }
.message form:after { content: ""; display: block; height: 0; clear: both; }
.message form input { float: left; margin-left: 20px; margin-bottom: 20px; padding: 0 18px; width: 347px; height: 58px; border: 1px solid #e5e5e5; font-size: 16px; color: #333333; line-height: 58px; }
.message form textarea { float: left; margin-left: 20px; padding: 18px; width: 1562px; height: 142px; resize: none; border: 1px solid #e5e5e5; font-size: 16px; color: #333333; line-height: 1.5; }
.message form button { float: left; display: block; margin-top: 20px; margin-left: 20px; width: 1600px; height: 60px; background: #005bac; font-size: 16px; color: #ffffff; line-height: 60px; cursor: pointer; }
.message form button span { float: left; margin-left: 20px; }
.message form button i { font-size: 22px; float: right; margin-right: 20px; }

@media screen and (max-width: 1620px) { .mapbox #map { width: 1198px; }
  .contactTop .contactTopList { margin-left: -12px; }
  .contactTop .contactTopList:after { content: ""; display: block; height: 0; clear: both; }
  .contactTop .contactTopList > li { margin-left: 12px; margin-top: 12px; padding: 0 15px; width: 259px; height: 166px; }
  .contactTop .contactTopList > li > p { margin-top: 8px; font-size: 20px; }
  .contactTop .contactTopList .contactToptit { font-size: 15px; }
  .contactTop .contactTopList .contactaddbot { margin-top: 2px; font-size: 15px; line-height: 1.5; }
  .contactTop .contactTopList .ewmimgBox { right: 10px; top: 42px; width: 90px; height: 90px; }
  .message form input { float: left; padding: 0 18px; width: 552px; }
  .message form textarea { width: 1162px; }
  .message form button { width: 1200px; } }
/*新闻列表*/
.newsConTop { padding: 30px 0; width: 100%; background: #f5f7fa; }
.newsConTop .main:after { content: ""; display: block; height: 0; clear: both; }
.newsConTop .fl { width: 50%; height: 480px; }
.newsConTop .fl .swiper-container { width: 100%; height: 100%; }
.newsConTop .fl .swiper-slide { position: relative; display: block; width: 50%; height: 480px; }
.newsConTop .fl .swiper-slide img { width: 100%; min-height: 100%; }
.newsConTop .fl .swiper-slide p { position: absolute; left: 0; bottom: 0; right: 0; padding-left: 20px; padding-right: 300px; height: 50px; font-size: 16px; color: #ffffff; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(0, 0, 0, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000'); }
.newsConTop .fl .swiper-pagination { position: absolute; bottom: 0px; right: 20px; height: 50px; text-align: right; line-height: 50px; }
.newsConTop .fl .swiper-pagination .swiper-pagination-switch { display: inline-block; width: 8px; height: 8px; margin-left: 10px; border-radius: 8px; vertical-align: middle; border: 1px solid #ffffff; cursor: pointer; }
.newsConTop .fl .swiper-pagination .swiper-active-switch { background: #ffffff; }
.newsConTop .fr { width: 47.5%; margin-top: 60px; }
.newsConTop .fr .swiper-container { margin-top: 40px; width: 100%; height: 296px; background: #ffffff; }
.newsConTop .fr .swiper-slide { width: 100%; height: 296px; }
.newsConTop .fr .swiper-slide > p { margin-top: 32px; padding: 0 20px; height: 48px; font-size: 16px; color: #666666; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.newsConTop .fr .newsTopRtop { padding: 32px 20px 0; height: 84px; }
.newsConTop .fr .newsTopRtop > div { float: left; width: 600px; }
.newsConTop .fr .newsTopRtop > div h5 { height: 30px; font-size: 20px; color: #333333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsConTop .fr .newsTopRtop > div div { margin-top: 10px; height: 21px; font-size: 14px; color: #999999; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsConTop .fr .newsTopRtop > div div span { padding-left: 26px; }
.newsConTop .fr .newsTopRtop > div div span:first-child { padding-left: 0px; }
.newsConTop .fr .newsTopRtop > div > i { display: block; margin-top: 16px; width: 48px; height: 3px; background: #005bac; }
.newsConTop .fr .newsTopRtop > a { float: right; width: 94px; height: 32px; border: 1px solid #005bac; border-radius: 5px; font-size: 14px; color: #005bac; text-align: center; line-height: 32px; transition: all 0.2s; }
.newsConTop .fr .newsTopRtop > a:hover { color: #ffffff; background: #005bac; }
.newsConTop .fr .leftbtn, .newsConTop .fr .rightbtn { position: absolute; bottom: 20px; width: 30px; height: 30px; border: 1px solid #d2d2d2; font-size: 12px; color: #999999; text-align: center; line-height: 32px; border-radius: 30px; cursor: pointer; transition: all 0.2s; }
.newsConTop .fr .leftbtn:hover, .newsConTop .fr .rightbtn:hover { border-color: #005bac; background: #005bac; color: #ffffff; }
.newsConTop .fr .leftbtn { left: 20px; }
.newsConTop .fr .rightbtn { left: 66px; }
.newsConTop .newsTopRtit { height: 24px; padding-left: 10px; border-left: 3px solid #005bac; font-size: 24px; font-weight: bold; color: #333333; line-height: 24px; }

.newsCon_cnt { padding: 60px 0; width: 100%; background: #ffffff; }
.newsCon_cnt .newsCon_cnttit { padding-left: 16px; height: 24px; border-left: 3px solid #005bac; line-height: 24px; }
.newsCon_cnt .newsCon_cnttit a { font-size: 24px; margin-left: 60px; color: #999999; transition: all 0.2s; }
.newsCon_cnt .newsCon_cnttit a:first-child { margin-left: 0;}
.newsCon_cnt .newsCon_cnttit a.active, .newsCon_cnt .newsCon_cnttit a:hover { color: #333333; }
.newsCon_cnt .newsCon_cnttit i { padding: 0 16px; font-size: 20px; color: #cccccc; }
.newsCon_cnt .newsList { margin-top: 40px; }
.newsCon_cnt .newsList:after { content: ""; display: block; height: 0; clear: both; }
.newsCon_cnt .newsList > a { float: left; width: 25%; height: 442px; border: 1px solid #e5e5e5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transition: all 0.2s; }
.newsCon_cnt .newsList > a:hover { background: #005bac; }
.newsCon_cnt .newsList > a:hover .newsItemBot h5, .newsCon_cnt .newsList > a:hover .newsItemBot span, .newsCon_cnt .newsList > a:hover .newsItemBot p { color: #ffffff; }
.newsCon_cnt .newsItemImg { width: 100%; height: 238px; border-bottom: 1px solid #e5e5e5; overflow: hidden; }
.newsCon_cnt .newsItemImg img { width: 100%; min-height: 100%; }
.newsCon_cnt .newsItemBot { margin-top: 36px; padding: 0 18px; }
.newsCon_cnt .newsItemBot > h5 { height: 24px; font-size: 16px; color: #333333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.2s; }
.newsCon_cnt .newsItemBot > span { display: block; margin-top: 12px; font-size: 14px; color: #999999; line-height: 20px; transition: all 0.2s; }
.newsCon_cnt .newsItemBot > p { height: 48px; margin-top: 30px; font-size: 14px; color: #666666; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.2s; }

@media screen and (max-width: 1620px) { .newsConTop .fl { height: 360px; }
  .newsConTop .fl .swiper-slide { height: 360px; }
  .newsConTop .fr { margin-top: 0; }
  .newsConTop .fr .newsTopRtop > div { width: 420px; }
  .newsConTop .fr .newsTopRtop > div div span { padding-left: 16px; }
  .newsCon_cnt .newsList > a { height: 340px; }
  .newsCon_cnt .newsItemImg { height: 178px; }
  .newsCon_cnt .newsItemBot { margin-top: 20px; }
  .newsCon_cnt .newsItemBot > p { margin-top: 16px; } }
/*新闻详情*/
.newsdeCon { padding-top: 58px; width: 100%; background: #ffffff; }
.newsdeCon .newsdeContop { position: relative; width: 1200px; margin: 0px auto; padding-bottom: 16px; border-bottom: 1px solid #e5e5e5; }
.newsdeCon .newsdeContop:after { content: ""; display: block; height: 0; clear: both; }
.newsdeCon .newsdeContop:before { content: ""; display: block; position: absolute; left: 0; bottom: -2px; width: 48px; height: 3px; background: #005bac; }
.newsdeCon .newsdeContop .fl { width: 1000px; }
.newsdeCon .newsdeContop .fl > h5 { font-size: 20px; color: #333333; line-height: 1.5; font-weight: normal; }
.newsdeCon .newsdeContop .fl > div { margin-top: 4px; font-size: 14px; color: #999999; line-height: 20px; }
.newsdeCon .newsdeContop .fl > div span { padding-left: 26px; }
.newsdeCon .newsdeContop .fl > div span:first-child { padding-left: 0px; }
.newsdeCon .newsdeContop .fr { width: 148px; height: 44px; border: 1px solid #023e6d; border-radius: 8px; font-size: 16px; color: #023e6d; text-align: center; line-height: 44px; transition: all 0.2s; }
.newsdeCon .newsdeContop .fr:hover { background: #023e6d; color: #ffffff; }
.newsdeCon .newsdeCon_cnt { width: 1200px; margin: 0 auto; padding: 50px 0; border-bottom: 1px solid #e5e5e5; font-size: 16px; color: #666666; line-height: 1.5; }
/*.newsdeCon .newsdeCon_cnt p { padding: 12px 0; }*/
.newsdeCon .newsdeCon_cnt h4 { font-size: 20px; color: #005bac; font-weight: bold; line-height: 1.2; }
.newsdeCon .newsdeCon_cnt img { height: auto; max-width: 100%; padding: 10px 0;}

.newsdeBot { padding-bottom: 60px; }
.newsdeBot .main { width:1200px; }
.newsdeBot .sec_title { border-bottom: 1px solid #cccccc; }
.newsdeBot .newsdeBotList { margin-top: 30px; }
.newsdeBot .newsdeBotList:after { content: ""; display: block; height: 0; clear: both; }
.newsdeBot .newsdeBotList a { position: relative; display: block; float: left; width: 298px; height: 198px; border: 1px solid #ffffff; }
.newsdeBot .newsdeBotList a img { width: 100%; height: 100%; }
.newsdeBot .newsdeBotList a:hover .news_cntmask { height: 100%; background: rgba(0, 0, 0, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000'); }
.newsdeBot .newsdeBotList a:hover .news_cntmask > h5 { margin-top: 45px; }
.newsdeBot .newsdeBotList .news_cntmask { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 18px; height: 50px; text-align: center; overflow: hidden; background: rgba(0, 0, 0, 0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000'); transition: all 0.26s; }
.newsdeBot .newsdeBotList .news_cntmask > h5 { height: 50px; font-size: 16px; color: #ffffff; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.26s; }
.newsdeBot .newsdeBotList .news_cntmask > span { display: block; margin: 6px 0 20px; font-size: 14px; color: #ffffff; line-height: 20px; }
.newsdeBot .newsdeBotList .news_cntmask > p { height: 48px; font-size: 14px; color: #ffffff; line-height: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media screen and (max-width: 1620px) { .newsdeCon .newsdeContop .fl { width: 1000px; }
  .newsdeBot .newsdeBotList a { width: 298px; height: 180px; }
  .newsdeBot .newsdeBotList a:hover .news_cntmask > h5 { margin-top: 20px; }
  .newsdeBot .newsdeBotList .news_cntmask { height: 45px; }
  .newsdeBot .newsdeBotList .news_cntmask > h5 { height: 45px; line-height: 45px; font-size: 15px; }
  .newsdeBot .newsdeBotList .news_cntmask > span { margin-bottom: 16px; }
  .newsdeBot .newsdeBotList .news_cntmask > p { font-size: 13px; } }
/*服务页面*/
.nybanner { padding: 30px 0; width: 100%; background: #f5f7fa; }
.nybanner .nybannerBox { position: relative; width: 100%; height: 480px; }
.nybanner .nybannerBox > img { width: 100%; height: 100%; }
.nybanner .nybannerBox > div { position: absolute; top: 100px; left: 50%; width: 50%; }
.nybanner .nybannerBox > div h4 { font-size: 36px; color: #ffffff; font-weight: bold; line-height: 1.5; }
.nybanner .nybannerBox > div > p { font-size: 22px; color: #ffffff; line-height: 40px; }
.nybanner .nybannerBox > div > i { display: block; margin-top: 10px; width: 70px; height: 4px; background: #ffffff; }
.nybanner .nybannerBox ul { margin-top: 40px; }
.nybanner .nybannerBox ul:after { content: ""; display: block; height: 0; clear: both; }
.nybanner .nybannerBox ul li { float: left; font-size: 0; }
.nybanner .nybannerBox ul li:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.nybanner .nybannerBox ul li > div { display: inline-block; width: 120px; height: 120px; background: #ffffff; vertical-align: middle; }
.nybanner .nybannerBox ul li > div img { padding-left: 5px; padding-top: 5px; width: 110px; height: 110px; }
.nybanner .nybannerBox ul li > p { display: inline-block; padding-left: 20px; padding-right: 40px; font-size: 16px; color: #ffffff; line-height: 1.5; vertical-align: middle; }

.serviceTop { padding: 60px 0 16px; width: 100%; background: #ffffff; }
.serviceTop .serviceTopcon { font-size: 16px; color: #666666; line-height: 1.5; }
.serviceTop .serviceTopcon a { color: #005bac; text-decoration: underline; }

.serviceBot { padding: 60px 0; }
.serviceBot .serviceBotcon { margin-top: 40px; }
.serviceBot .serviceBotcon:after { content: ""; display: block; height: 0; clear: both; }
.serviceBot .serviceBotcon li { float: left; margin-left: 20px; width: 383px; height: 135px; border: 1px solid #cccccc; border-radius: 10px; }
.serviceBot .serviceBotcon li:first-child { margin-left: 0px; }
.serviceBot .serviceBotcon .fl { margin-left: 6%; width: 58%; }
.serviceBot .serviceBotcon .fl div { padding-top: 24px; font-size: 20px; color: #005bac; font-weight: bold; line-height: 30px; }
.serviceBot .serviceBotcon .fl p { margin-top: 10px; font-size: 14px; color: #999999; line-height: 20px; }
.serviceBot .serviceBotcon .fr { margin-right: 8%; width: 25%; margin-top: 18px; }
.serviceBot .serviceBotcon .fr img { width: 100%; }

.shipCon { padding-bottom: 60px; }
.shipCon .about_tit { margin-bottom: 10px; }
.shipCon .newsdeCon_cnt { border-bottom-width: 0px; }

/*搜索页面*/
.searchBox { padding: 52px 0 60px; width: 100%; background: #f7f9fa; }
.searchBox .main > h4 { font-size: 24px; color: #333333; font-weight: normal; text-align: center; line-height: 1.5; }
.searchBox form { margin: 32px auto 0; width: 558px; height: 48px; background: #ffffff; border: 1px solid #e5e5e5; }
.searchBox form input { float: left; padding: 0 18px; width: 464px; height: 100%; font-size: 16px; color: #333333; line-height: 48px; }
.searchBox form button { float: left; width: 58px; height: 48px; cursor: pointer; transition: all 0.2s; background: #ffffff; color: #005bac; text-align: center; line-height: 48px; }
.searchBox form button .iconfont { font-size: 20px; }
.searchBox form button:hover { background: #005bac; color: #ffffff; }
.searchBox .searchformBot { font-size: 16px; color: #999999; text-align: center; line-height: 40px; }
.searchBox .searchformBot span { color: #005bac; }

@media screen and (max-width: 1620px) { .nybanner .nybannerBox { height: 360px; }
  .nybanner .nybannerBox > div { top: 54px; }
  .nybanner .nybannerBox > div h4 { font-size: 32px; }
  .nybanner .nybannerBox > div > p { font-size: 18px; }
  .nybanner .nybannerBox ul { margin-top: 30px; }
  .serviceBot .serviceBotcon li { margin-left: 12.5px; width: 288px; height: 110px; } }
/*购物车页面*/
.caetBox { padding: 40px 0 60px; width: 100%; background: #f7f9fa; }

.cart_cnt { margin-top: 30px; }
.cart_cnt .layui-input-block { margin-left: 0; }
.cart_cnt .layui-form-checkbox[lay-skin=primary] i { width: 28px; height: 28px; line-height: 28px; font-size: 15px; border-radius: 28px; }
.cart_cnt .layui-form-checkbox[lay-skin=primary] i:hover { border-color: #005bac; }
.cart_cnt .layui-form-checked[lay-skin=primary] i { border-color: #005bac !important; background-color: #005bac; }
.cart_cnt table { width: 100%; text-align: center; border-collapse: collapse; }
.cart_cnt table tr { border-bottom: 1px solid #cccccc; }
.cart_cnt table tr:first-child { border-bottom-width: 0px; }
.cart_cnt table th { position: relative; height: 50px; font-size: 16px; color: #ffffff; line-height: 50px; background-color: #005bac; font-weight: normal; }
.cart_cnt table th:after { content: ""; position: absolute; left: -1px; top: 0; bottom: 0; margin: auto 0; display: block; width: 1px; height: 30px; background-color: #cccccc; }
.cart_cnt table th:first-child:after { display: none; }
.cart_cnt table td { padding: 30px 10px; background: #ffffff; text-align: center; font-size: 16px; color: #666666; line-height: 1.5; }
.cart_cnt table td.cartproimg { width: 10%; }
.cart_cnt table td.proPrice, .cart_cnt table td.proPriceall { color: #999999; }
.cart_cnt table td > img { display: inline-block; width: 100%; border: 1px solid #e5e5e5; }
.cart_cnt table td > span { font-size: 20px; color: #d41818; font-weight: bold; }
.cart_cnt table td i { font-style: normal; }
.cart_cnt table td .proName { font-size: 20px; color: #333333; line-height: 1.5; }
.cart_cnt table td .proNum { display: inline-block; height: 32px; border: 1px solid #cccccc; vertical-align: middle; }
.cart_cnt table td .proNum span { float: left; width: 32px; height: 32px; cursor: pointer; transition: all 0.2s; }
.cart_cnt table td .proNum span:before { content: ""; display: block; margin: 15.5px auto; width: 15px; height: 1px; background: #cccccc; }
.cart_cnt table td .proNum span:hover { background: #005bac; }
.cart_cnt table td .proNum span:hover:before, .cart_cnt table td .proNum span:hover:after { background: #ffffff; }
.cart_cnt table td .proNum input { float: left; width: 44px; height: 32px; font-size: 16px; color: #666666; text-align: center; line-height: 32px; }
.cart_cnt table td .proNum .add { position: relative; border-right: 1px solid #cccccc; }
.cart_cnt table td .proNum .add:after { content: ""; display: block; position: absolute; top: 9px; left: 15.5px; width: 1px; height: 15px; background: #cccccc; }
.cart_cnt table td .proNum .jian { border-left: 1px solid #cccccc; }
.cart_cnt .cart_cntBot { margin-top: 40px; width: 100%; height: 80px; background-color: #ffffff; line-height: 80px; }
.cart_cnt .cart_cntBot > div { float: left; padding-left: 30px; font-size: 20px; color: #333333; }
.cart_cnt .cart_cntBot > div span, .cart_cnt .cart_cntBot > div i { font-weight: bold; color: #d41818; }
.cart_cnt .cart_cntBot > div i { font-size: 30px; font-style: normal; }
.cart_cnt .cart_cntBot button { float: right; width: 224px; height: 80px; background-color: #d41818; font-size: 20px; color: #ffffff; text-align: center; cursor: pointer; }

/*登陆、注册页面*/
.contentBox { padding: 100px 0 80px; width: 100%; background: #f7f9fa; }
.contentBox .main { margin: 0 auto; padding: 32px 0 50px; width: 780px; height: auto; background: #ffffff; }
.contentBox .contentBoxtit { font-size: 24px; color: #333333; text-align: center; line-height: 40px; }
.contentBox .loginBox { margin-top: 32px; }
.contentBox .loginBox:after { content: ""; display: block; height: 0; clear: both; }
.contentBox .loginBox > .fl, .contentBox .loginBox > .fr { width: 50%; }
.contentBox .loginBox > .fl { text-align: center; }
.contentBox .loginBox > .fl > p { margin-top: 16px; font-size: 14px; color: #999999; line-height: 1.5; }
.contentBox .loginBox > .fl > p span { color: #005bac; }
.contentBox .loginBox > .fr { position: relative; float: left; }
.contentBox .loginBox > .fr:before { content: ""; display: block; position: absolute; left: -1px; top: 0px; width: 1px; height: 100%; background: #e5e5e5; }
.contentBox .loginBox .layui-form { margin-left: 20px; width: 340px; }
.contentBox .loginBox .layui-form button { display: block; width: 100%; height: 50px; background: #005bac; border-radius: 8px; font-size: 14px; color: #ffffff; text-align: center; line-height: 50px; cursor: pointer; }
.contentBox .loginBox .loginformitem { margin-bottom: 20px; width: 338px; height: 48px; border: 1px solid #e5e5e5; }
.contentBox .loginBox .loginformitem .iconfont { float: left; margin-top: 9px; width: 54px; height: 30px; border-right: 1px solid #e5e5e5; font-size: 18px; color: #005bac; text-align: center; line-height: 30px; }
.contentBox .loginBox .loginformitem input { float: left; margin-top: 9px; padding: 0 20px; width: 240px; height: 30px; font-size: 14px; color: #333333; line-height: 30px; }
.contentBox .loginBox .loginyzmbox { margin-bottom: 20px; width: 100%; height: 50px; }
.contentBox .loginBox .loginyzmbox input { float: left; padding: 0 20px; width: 138px; height: 48px; border: 1px solid #e5e5e5; font-size: 14px; color: #333333; line-height: 48px; }
.contentBox .loginBox .loginyzmbox .fr { width: 138px; height: 48px; border: 1px solid #e5e5e5; }
.contentBox .loginBox .loginyzmbox .fr img { width: 100%; height: 100%; }
.contentBox .loginBox .loginFormBot { margin-top: 20px; text-align: center; height: 14px; font-size: 0; }
.contentBox .loginBox .loginFormBot a { padding: 0 16px; display: inline-block; font-size: 14px; color: #999999; line-height: 14px; border-left: 2px solid #b8b8b8; transition: all 0.16s; }
.contentBox .loginBox .loginFormBot a:first-child { border-left-width: 0px; }
.contentBox .loginBox .loginFormBot a:hover { color: #005bac; }
.contentBox .loginBox.regiBox .fr { float: none; margin: 0 auto; width: 340px; }
.contentBox .loginBox.regiBox .fr:before { display: none; }
.contentBox .loginBox.regiBox .layui-form { margin-left: 0; }
.contentBox .loginBox.regiBox .loginyzmbox input { width: 188px; }
.contentBox .loginBox.regiBox .loginyzmbox .yzmbtn { float: right; font-size: 14px; line-height: 50px; }
.contentBox .loginBox.regiBox .loginyzmbox .yzmbtn a { color: #005bac; }
.contentBox .loginBox.regiBox .loginyzmbox .yzmbtn div { color: #999999; display: none; }
.contentBox .loginBox.regiBox .loginFormBot span { font-size: 14px; color: #999999; line-height: 14px; }
.contentBox .loginBox.regiBox .loginFormBot a { padding: 0; color: #005bac; }
.contentBox .loginBoxLimg { margin-left: 85px; padding: 20px; width: 190px; height: 190px; background: #f5f5f5; border-radius: 8px; }
.contentBox .loginBoxLimg img { width: 100%; height: 100%; }

.prochooseBox .fl a.up span { margin-top: -3px; background: url(../images/up1.png) no-repeat center; background-size: 100%; }
.prochooseBox .fl a.down span { margin-top: 0; background: url(../images/down1.png) no-repeat center; background-size: 100%; }
.prochooseBox .fl a.active.up span { margin-top: -3px; background: url(../images/up2.png) no-repeat center; background-size: 100%; }
.prochooseBox .fl a.active.down span { margin-top: 0; background: url(../images/down2.png) no-repeat center; background-size: 100%; }

.selectTit {
  width: 100px;
  float: left;
  font-weight: bold;
}
.selectItem {
  float: left;
}
.selectItem a{ border: 1px solid #DCDCDC; padding: 4px;}
.selectItem a.active{border: 1px solid red;}

.caetBox input[type="checkbox"] {width: 20px;height: 20px;margin-right: -25px;z-index: 2;position: relative;opacity: 0;filter: alpha(opacity=0);cursor: pointer;}
.caetBox input[type="checkbox"] + span {width: 20px;height: 20px;background-color: #fff;-webkit-appearance: none;
  border: 1px solid #c9c9c9;border-radius: 2px;outline: none;display: inline-block;}
.caetBox input[type="checkbox"]:checked + span {border: 1px solid #005bac;background: #005bac url("../images/choose.png") no-repeat center;background-size: 100% 100%;}
.cartcz img {display: inline-block;width: 20px;padding: 12px;}

.shipCon .shipTit { margin-top:40px; font-size: 28px; color: #000000; text-align: center; line-height: 42px; font-family: "SansCN-Regular"; }
.payform { margin-top: 60px; }
.payform .layui-form-label { width: 120px; font-size: 14px; color: #444444; }
.payform .layui-input-block { margin-left: 150px; margin-right: 120px; }
.payform .layui-form-item { position: relative; }
.payform .layui-form-item > a { position: absolute; right: 60px; top: 0; font-size: 15px; color: #444444; font-weight: bold; line-height: 38px; }
.payform .payproduct { margin-top: 36px; }
.payform .payproduct:after { content: ""; display: block; height: 0; clear: both; }
.payform .payproduct .fl { float: left; margin-left: 20px; width: 160px; }
.payform .payproduct .fl img { width: 100%; }
.payform .payproduct .fr { float: left; margin-top: 20px; margin-left: 30px; width: 900px; }
.payform .payproduct .fr p { padding: 2px 0; font-size: 14px; color: #000000; line-height: 1.5; }
.payform .payproduct .last { float: left; padding: 20px 30px 0; width: 1140px; line-height: 42px; }
.payform .payproduct .last:after { content: ""; display: block; height: 0; clear: both; }
.payform .payproduct .last p { float: left; width: 28%; padding: 0px 10px; font-size: 16px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.payform .payproduct .last span { padding-left: 6px; font-weight: bold; }
.payform .payproduct .last button { float: right; width: 160px; height: 42px; background: #474747; border-radius: 4px; font-size: 15px; color: #ffffff; text-align: center; line-height: 42px; cursor: pointer; }

/*8.26*/
.propacktop #proDeTopL1 { position: relative; width: 406px; height: 452px; border: 1px solid #e5e5e5; }
.propacktop #proDeTopL1 #preview { position: relative; width: 406px; height: 358px; }
.propacktop #proDeTopL1 #preview .jqzoom { width: 100%; height: 100%; cursor: move; }
.propacktop #proDeTopL1 #preview .jqzoom img { width: 100%; height: 100%; }
.propacktop #proDeTopL1 .spec-scroll { position: absolute; left: 1px; right: 1px; bottom: 9px; height: 76px; }
.propacktop #proDeTopL1 .spec-scroll .iconfont { position: absolute; top: 0; width: 18px; height: 100%; font-size: 16px; color: #999999; text-align: center; line-height: 74px; cursor: pointer; transition: all 0.2s; }
.propacktop #proDeTopL1 .spec-scroll .iconfont:hover { background: #005bac; color: #ffffff; }
.propacktop #proDeTopL1 .spec-scroll #prev2 { left: 0; }
.propacktop #proDeTopL1 .spec-scroll #next2 { right: 0; }
.propacktop #proDeTopL1 .items { position: absolute; left: 22px; right: 22px; top: 0; height: 100%; overflow: hidden; }
.propacktop #proDeTopL1 .items > ul { position: relative; width: 999999px; }
.propacktop #proDeTopL1 .items li { float: left; padding: 0 2px;width: 84px; height: 74px; border: 1px solid #ffffff; }
.propacktop #proDeTopL1 .items li.on { border: 1px solid #005bac; }
.propacktop #proDeTopL1 .items li img { width: 100%; height: 100%; }
/*图片放大镜样式*/
.zoomdiv { z-index: 100; position: absolute; top: 0px; left: 0px; width: 350px; height: 350px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
.zoomdiv > img {width: 750px;}
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; background: url(../images/ddd.png) repeat; }

@media screen and (max-width: 1620px) { .propacktop #proDeTopL1 { width: 342px; height: 380px; }
  .propacktop #proDeTopL1 #preview { width: 342px; height: 301px; }
  .propacktop #proDeTopL1 .spec-scroll { height: 66px; }
  .propacktop #proDeTopL1 .spec-scroll .iconfont { line-height: 66px; }
  .propacktop #proDeTopL1 .items li { padding: 0; width: 72px; height: 64px; border: 1px solid #ffffff; } }
