@font-face {font-family: 'gothambold';  src: url(/static/theme/css/Condensed/gothambold.eot);
    src: url(/static/theme/css/Condensed/gothambold.eot) format('embedded-opentype'), /* IE6-IE8 */
    url(/static/theme/css/Condensed/gothambold.woff) format('woff'), /* chrome&&firefox */
    url(/static/theme/css/Condensed/gothambold.ttf) format('truetype') /* chrome&&firefox&&Opera&&safari, Android, iOS 4.2+*/}

*{padding: 0; margin: 0;}
a{text-decoration: none;}
.center{width: 94%; margin: auto; min-width: 1280px; max-width: 1600px;}
.swiper-pagination-bullet{background-color: #f16c12; width: 12px; height: 12px; border-radius: 12px; transition: all 0.5s ease;}
.swiper-pagination-bullet-active{width: 30px;}

/*主导航*/
.nav{transition: all 0.5s ease; position: fixed; height: 80px; background-color: rgba(255,255,255,.4); width: 100%; z-index: 99;}
.nav .nav_logo{float: left; max-height: 80px;}

.nav .nav_a{transition: all 0.5s ease; display: inline-block; position: relative; margin: 0 30px;}
.nav .nav_a .tit{position:relative; height: 78px; line-height: 78px; overflow: hidden; font-size: 18px; cursor: pointer; font-family: 'gothambold';}
.nav .nav_a .tit i{transition: all 0.3s ease; position: absolute; width: 10px; height: 10px; background-color: #324772; left: 50%; margin-left: -5px; bottom: -12px; transform: rotate(45deg); content: '';}
.nav .nav_a .line{transition: all 0.3s ease; width:0; margin: auto; height: 2px; background-color: #fff;}

.nav .nav_a:hover .tit i{bottom: -5px;}
.nav .nav_a:hover .line{width: 100%;}
.nav .nav_a:nth-child(2):hover .nav_about{height: 180px;}
.nav .nav_a:nth-child(3):hover .nav_product{height: 700px;}
.nav .nav_a:nth-child(4):hover .nav_news{height: 180px;}

.nav_about, .nav_product, .nav_news{transition: all 0.3s ease; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 5px 16px 0 rgba(0,0,0,.4); position:absolute; background-color: rgba(240,108,18,.95); font-size: 16px; line-height: 24px; color: #fff; height: 0; letter-spacing: 1px; overflow: hidden;}
.nav_about a, .nav_product a, .nav_news a{transition: all 0.3s ease; display:block; padding:12px; color: #fff; border-bottom: 1px dashed #ccc;}
.nav_about a:hover, .nav_product a:hover, .nav_news a:hover{background-color: rgba(255,255,255,.2)}

.nav_about{width: 240%; margin-left: -70%;}
.nav_news{width: 340%; margin-left: -120%;}
.nav_product{width: 300%; margin-left: -100%;}
.nav_about a, .nav_news a{text-align: center;}
.nav_product a{padding: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nav_product img{width: 50px; height: 50px; border-radius: 6px; margin-right: 10px;}

/*多语言切换*/
.nav .nav_s{transition: all 0.5s ease; float:right; width: 100px; height: 36px; background-color: #fff; color: #666; line-height: 34px; font-weight: bold; overflow: hidden; padding: 1px 15px; border-radius: 10px; margin-top: 21px; margin-left: 20px; letter-spacing: 1px; box-shadow: 0 2px 4px rgba(0,0,0,.2);}
.nav .nav_s:hover{height: 140px;}
.nav .nav_s:hover .layui-icon-up{transform: rotate(180deg);}
.nav .nav_s a{color: #666; cursor: pointer;}
.nav .nav_s .layui-icon-up{transition: all 0.5s ease; float:right; margin-top: 1px;}

/*购物车与搜索按钮*/
.nav .layui-icon-cart, .layui-icon-search{transition: all 0.2s; float:right; margin: 30px 10px 0; font-size: 18px; cursor: pointer;}
.nav .layui-icon-cart:hover, .layui-icon-search:hover{transform: scale(1.4);}
.nav .nav_line{float: right; width: 1px; height: 20px; background-color: #333; margin: 30px 10px 0 20px;}

.main_nav{min-width: 1280px; height: 30px; line-height: 30px; padding: 8px 0; font-size: 16px; color: #666666; background-color: #eeeeee; border-bottom: 1px solid #cccccc;}
.main_nav i{color: #999999;}
.main_nav a{color: #666666; padding: 0 10px;}
.main_nav a:hover{color:#333333;}

.main_nav .sub_cate{transition: all 0.5s ease; float: right; margin-left: 20px; padding: 0 15px; border-radius: 8px; background-color: #ffffff; font-size: 16px; color: #666666;}
.main_nav .sub_cate.li_on, .sub_cate:hover{background-color: #f16c12; color: #ffffff;}

.detail_nav{padding-top: 100px; height: 100px;}
.detail_nav_box{font-size: 18px; color: #999999; padding-top: 40px;}
.detail_nav_box a{color: #999999; padding: 0 10px;}
.detail_nav_box a:hover{color: #666666;}

.foot{min-width: 1280px; color: #fff; line-height: 30px; font-size: 16px; padding-top: 30px; letter-spacing: 1px; text-shadow: 1px 1px 1px #666; background: url("/static/img/body_bg4.jpg") no-repeat center; background-size: cover;}
.foot a{color: #fff;}
.foot a:hover{color: #fff; text-decoration: underline;}

.foot .tit{margin-bottom: 10px;}
.foot .tit span{font-size: 24px;  border-bottom: 1px solid #fff; padding-bottom: 8px;}
.foot1{float:left; width: 22%; margin-right: 8%; padding-top: 5px; line-height: 28px; text-align: justify;}
.foot2{float:left; width: 16%; margin-right: 5%; height: 190px; overflow: hidden;}
.foot3{float:left; width: 30%;}
.foot4{float:right; width: 150px; text-align: right; font-size: 14px; padding-top: 10px;}

.foot1 img{width: 18%; margin: 0 auto 15px;}
.foot3 i{width:30px; text-align:center; margin-left: -30px;}
.foot4 img{width: 150px; margin-bottom: 5px;}
.foot4 p{text-align: center;}

.copyright{background-color: rgba(230,0,18,.2); margin-top: 20px; padding-top: 5px; text-shadow: none;}
.copyright .center{height: 32px; letter-spacing: 1px; font-size: 14px;}
.copyright a{color: #fff;}

.layui-layer{border-radius: 12px !important;}
.layui-layer-title{border-radius: 12px 12px 0 0 !important;}

#img_smooth_check{position: absolute; left:0; right: 0; top:0; bottom: 0; background-color: rgba(0, 0, 0, .8); border-radius: 10px; padding-top:60px;}

#show_search_div{display: none;}
#show_search_div .s_con{background-color: #ffffff; border: 1px solid #999999; width: 620px; height: 44px; padding: 5px; border-radius: 25px; margin: 30px auto; }
#show_search_div .s_con .keyword{float: left; border: 0; border-radius: 15px; width: 400px; height: 34px; padding: 5px 20px; font-size: 18px;}
#show_search_div .s_con .btn-search{float:right; border-radius: 20px;}

.purchase_div{display: none; padding: 30px 30px 20px;}
.purchase_submit_product, .purchase_send_product{overflow-y: scroll; margin-left: -30px;}
.purchase_submit_product{height: 350px;}
.purchase_send_product{height: 180px;}

.purchase_div .item{float: left; margin-left: 26px; margin-bottom: 16px; position: relative;}
#purchase_submit_div .item{width: 350px;}
#purchase_send_div .item{width: 160px; height: 160px; overflow: hidden;}

#purchase_submit_div .item span{position: absolute; top:0; left:0; width: 28px; height: 28px; font-size: 28px; background-color: #fff; border-radius: 14px; cursor: pointer; display: none;}
#purchase_submit_div .item:hover span{display: block;}

.purchase_div .item p{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.purchase_div .item img{width: 100px; margin-right: 10px;}
#purchase_submit_div .item img{float:left;}

#customer_name, #customer_email, #customer_remark{width: 320px; padding: 20px 0 8px; font-size: 18px; color: #666666; border: 0; border-bottom: 1px solid #cccccc;}
#customer_remark{width: 680px;}

#purchase_submit_btn, #purchase_send_btn{width: 720px; padding: 10px; margin: 20px auto 0; background-color: #962f1f; border-radius: 20px; color: #ffffff; text-align: center; font-size: 24px; cursor: pointer;}
.not_product{text-align: center; padding-top: 100px; font-size: 24px;}