.block{display: block;}
.hidden{display: none;}
.visible-hidden{visibility: hidden;opacity: 1;}
.middle{vertical-align: middle;}
.middleImg img{vertical-align: middle;}
.middleImg .mid-ilb{vertical-align: middle;display: inline-block;}
.middleImg span{height: 100%;vertical-align: middle;display: inline-block;}

.clean:after,.clean:before{content:''; display:table;}

.responsive_pc_header{height: 102px;/* background: url(../images/bg1.jpg) no-repeat center top; */background: rgba(255, 255, 255, 0.78);position: fixed;top: 0;z-index: 9999;width: 100%;}
.responsive_pc_header.fixed-{background: rgba(255, 255, 255, 0.9)}

.responsive_pc_header .header_in{width: 72%;height: 50px;transition: all 0.3s;background: rgb(241, 142, 0);border-radius: 170px 0 0 180px;float: right;margin-top: 20px;margin-left: 2%;}
.responsive_pc_header .header_in.fixed{position: fixed;left: 0;top: 0;z-index: 100;background: rgb(241, 142, 0);border-radius: 0;}
.responsive_pc_header .header_in .head-nav{ height: 50px; line-height: 50px;}
.responsive_pc_header .header_in .head-nav .n_item .topName{ line-height: 50px;}

.headerNav{padding: 0px 0 0px;box-sizing: border-box;/*height: 172px;*/}
.headerNav .logo1{margin-top: 9px;height: 90px;text-align: right;}
.headerNav .head-nav{/*width: 63.95%;max-width: 1100px;*/display: flex;justify-content: space-around;}
.headerNav .head-nav .n_item{max-width: 150px;position: relative;padding-right: 4%;background: url(../images/line.png) no-repeat center right;}
.headerNav .head-nav .n_item + .n_item{margin-left: 0px;}
.headerNav .head-nav .n_item .topName{line-height: 30px;font-size: 16px;text-transform: uppercase;/* font-weight: 700; */color: #fff;}
.headerNav .head-nav .n_item .navSub{width: 172px;background: #fff;position: absolute;top:50px;left:50%;transform: translate(-50%,0);box-shadow: 0 0 10px rgba(0,0,0,.1);padding:20px 30px;box-sizing: border-box;opacity: 0;z-index: -1;}
.headerNav .head-nav .n_item .navSub .subName{display: block;line-height: 1.8;font-size: 14px;text-transform: capitalize;}
/*.headerNav .head-nav .n_item .navSub .subName + .subName{margin-top: 10px;}*/
.headerNav .head-nav .n_item:hover .topName{}
.headerNav .head-nav .n_item:hover .navSub{opacity: 1;z-index: 100;}
.search-form{width: 0;padding-left: 20px;background: url('../images/icon_search1.png') no-repeat center;box-sizing: border-box;cursor: pointer;}
.search-form.open{width: 240px;padding-left: 0;background: none;cursor: none;}
.search-form form input{border:none;/*float: left;*/vertical-align: middle;}
.search-form .text{border-bottom: 1px solid #ffffff;height: 30px;width: calc(100% - 25px);background: none;font-size: 14px;color: #ffffff;}
.search-form .sub_btn{width: 20px;height: 30px;background: url('../images/icon_search1.png') no-repeat center;}


.footer{border-top:1px solid #dcdcdc; padding:16px 0; text-align:center; background:none;}
.footer .img{padding:10px 0;}
.footer .copyright{padding-top:8px;}


.footer {
    width: 100%;
    height: auto;
    background: url(../images/footerbg2.jpg) top center no-repeat;
    background-size: cover;background: #282828;
	padding: 16px 0 0 0;
}

.footer-top {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #333
}

.footer-top ul {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 400px
}

.footer-top p {
    font-size: 14px;
    color: #fff
}

.footer-top p span {
    color: #ffffff;
}

.footer-mid {
    width: 1300px;
    margin: 0 auto;
    padding: 25px 0 25px;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-logo {
    width: 332px
}

.footer-logo p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    line-height: 23px;
    text-align: left;
}

.footer-logo p span {
    color: #727272
}

.footer-logo form {
    width: 304px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-logo form input {
    width: 165px;
    border: none;
    background: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none
}

.footer-logo form .sub_m {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #f18e00;
    cursor: pointer
}

.shop-search {
    font-size: 14px;
    color: #fff;
    background: #f18e00;
    height: 40px;
    line-height: 40px;
    width: 165px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer
}

.shop-search a {
    color: #fff
}

.footer-con {
    width: 820px
}

.footer-tit {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-tit > li {
    font-size: 16px
}

.footer-tit > li > ul {
    margin-top: 20px
}

.footer-tit > li > ul > li > a {
    font-size: 14px;
    color: #bdbdbd;
    padding-bottom: 15px;
    display: block;
}

.footer-tit > li > ul > li > a:hover {
    color: #f18e00
}

.footer-btm {
    padding-top: 30px;
    width: 1300px;
    margin: 0 auto
}

.footer-btm > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-btm ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 48px;
    line-height: 48px
}

.footer-btm ul:nth-child(2) {
    border-left: 1px solid #333;
    border-right: 1px solid #333
}

.footer-btm ul:nth-child(2) li a {
    width: 105px;
    text-align: center;
    font-size: 14px;
    color: #727272;
    display: block
}

.footer-btm ul:nth-child(2) li:hover a {
    color: #f18e00
}
li{list-style: none;}
.app {
    width: 100%;
    /* height: 300px; */
    margin-top: 20px;
}

.app .footer_nav02{
    width: 33%;
    float: left;
    text-align: left;
    padding-bottom: 18px;
    color: #cecece;
    }
.app .footer_nav02 img{width: 75%;}

.app li {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 18px;
}

.app li a {
    display: block
}

.app li:hover {
    background: #f18e00;
    height: 48px;
    width: 48px
}

.app li img {
    width: 0;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.app li:hover img {
    width: 120px!important;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    height: 120px!important;
    max-width: 120px;
    max-height: 120px;
}

.wx div {
    width: 48px;
    height: 48px;
    background: url(../images/wx_grey_03.png) center center no-repeat;
    border: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.wx div:hover {
    background: url(../images/wx_white_03.png) center center no-repeat;
    border: none
}

.wb div {
    width: 48px;
    height: 48px;
    background: url(../images/wb_grey_03.png) center center no-repeat;
    border: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.wb div:hover {
    background: url(../images/wb_white_03.png) center center no-repeat;
    border: none
}

.qq div {
    width: 48px;
    height: 48px;
    background: url(../images/qq_grey_03.png) center center no-repeat;
    border: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.qq div:hover {
    background: url(../images/qq_white_03.png) center center no-repeat;
    border: none
}

.ol div {
    width: 48px;
    height: 48px;
    background: url(../images/ol_grey_03.png) center center no-repeat;
    border: 1px solid #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ol div:hover {
    background: url(../images/ol_white_03.png) center center no-repeat;
    border: none
}

.fri-link {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 130px;
    height: 48px;
    line-height: 48px;
    background: #f18e00;
    letter-spacing: 1px;
    cursor: pointer
}

.link-con {
    width: 1300px;
    margin: 10px auto 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 1s;
    transition: height 1s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s
}

.link-ef {
    height: 50px
}

.link-con a {
    font-size: 12px;
    color: #727272;
    line-height: 25px
}

.link-con a:hover {
    color: #f18e00
}

.icpinfo {
   /* width: 1300px; */
   margin: 0px auto 0;
       font-size: 14px;
       color: #a0a0a0;
       /* padding-bottom: 10px; */
       background: rgb(241, 142, 0);
       padding: 20px 0;
       font-size: 14px;
       color: #282828;
}

.trans_05{transition:all .5s; -moz-transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;}

.icon_success_status{width:44px;height:44px;overflow:hidden;background-image:url(../images/icon_success_status.png);background-repeat:no-repeat;position:absolute;top:40px;left:244px;display:block;}
.icon_success_status.await{background-position:0 -54px;}
.icon_success_status.fail{background-position:0 -108px;}

.chatfloat0{position:fixed; right:0; width:92px; top:150px; z-index:1000;}
#float_window{ width:72px; padding:1px; border-radius:5px; padding-top:12px;}
#inner_window{ width:72px; border-radius:5px 5px 0 0; padding-top:4px; min-height:90px; background:#fff;}
#demo_window{ width:43px; margin:0 auto;}
#demo_window a{ display:block; width:43px; height:43px;}
#demo_window a.QQ{ background:url(../images/chat_0.png) no-repeat center 0;}
#demo_window a.Skype{ background:url(../images/chat_0.png) no-repeat center -96px;}
#demo_window a.Email{ background:url(../images/chat_0.png) no-repeat center -144px;}
#demo_window a.trademanager{ background:url(../images/chat_0.png) no-repeat center -48px;}
#demo_window a.WeChat{ position:relative; background:url(../images/chat_0.png) center -192px no-repeat;}
#demo_window a.WeChat .relimg{ position:absolute; left:-128px; top:-30px; width:100px; height:100px; display:none; z-index:10; text-align:center; padding:6px; background:#e3e3e3;}
#demo_window a.WeChat:hover .relimg{ display:block;}
#demo_window a.WeChat .relimg img{ max-width:100%; max-height:100%;}
#demo_window a.WhatsApp{ position:relative; background:url(../images/chat_0.png) center -240px no-repeat;}
#demo_window a.WhatsApp .relimg{ position:absolute; color:#333; left:-128px; top:7px; width:100px; line-height:20px; display:none; z-index:10; text-align:center; padding:6px; background:#e3e3e3;}
#demo_window a.WhatsApp:hover .relimg{ display:block;}
#demo_window div{background:#fff;}
#go_top{ display:block; height:24px; line-height:24px; color:#fff; text-align:center; font-size:14px;}
#go_top:hover{ text-decoration:none;}


.chathide{right:-115px;}
.chattrans{-webkit-transition:right .3s; transition:right .3s;}
#chat_float_btn{text-align:center; height:70px; width:35px; border-radius:35px 0 0 35px; position:fixed; top:160px; right:0; z-index:1001; background:url(../images/chat_float_btn.png) no-repeat 12px center; cursor:pointer;}

#chat_window{position: fixed;right: 50px;bottom: 100px;z-index:10000;}
#chat_window .chat_box{}
#chat_window .chat_box .boxa{display: none;}
#chat_window .chat_box.pc_limit:hover .boxa , #chat_window .chat_box.cur .boxa{display: block;}
#chat_window .chat_box .chat_item{display: block;position: relative;width: 50px;height: 50px;border-radius: 100%;margin-bottom: 6px;}
#chat_window .chat_box a.chat_item{text-indent: 100px;overflow: hidden;white-space: nowrap;}
#chat_window .chat_box .chat_qq{background-color: #4cafe9;}
#chat_window .chat_box .chat_skype{background-color: #5996ff;background-position: 0 -50px;}
#chat_window .chat_box .chat_email{background-color: #f5b246;background-position: 0 -100px;}
#chat_window .chat_box .chat_trademanager{background-color: #33bbf9;background-position: 0 -150px;}
#chat_window .chat_box .chat_wechat{background: url(../images/icon_chat.png) no-repeat 0 -200px ;}
#chat_window .chat_box .chat_whatsapp{background: url(../images/icon_chat.png) no-repeat 0 -250px;}
#chat_window .chat_box .abs{display: none;position: absolute;bottom: 0;right: 0px;margin-right: 50px;padding-right: 15px;}
#chat_window .chat_box .more_box{position: relative;padding:10px 0px;border:1px solid #e8e8e8;background: #fff;border-radius: 5px;}
#chat_window .chat_box .more_box:before{content: '';position: absolute;bottom: 19px;right: -8px;border-width:7.5px 0 7.5px 8px;border-color: transparent;border-left-color: #e8e8e8;border-style: solid;}
#chat_window .chat_box .more_box:after{content: '';position: absolute;bottom: 19px;right: -6.5px;border-width:7.5px 0 7.5px 8px;border-color: transparent;border-left-color: #fff;border-style: solid;}
#chat_window .chat_item:hover .abs{display: block;}
#chat_window .chat_box .more_box a{position: relative;display: block;min-width: 100px;/* height: 30px; *//* line-height: 25px; */padding: 0px 10px;font-size: 14px;color: #333;white-space: nowrap;text-align: center;}
#chat_window .chat_box .more_box a:hover{background-color: #effaf7;text-decoration: none;}
#chat_window .chat_box .more_box .item1{width: auto;margin:0;border:0; }
#chat_window .chat_box .more_box .relimg{display: none;position: absolute;top: 0;left: -105px;padding-right: 5px;width: 100px;height: 100px;text-align: right;margin-bottom: 5px;}
#chat_window .chat_box .more_box .relimg img{padding: 2px;border:1px solid #effaf7;border-radius: 2px;background: #fff;}
#chat_window .chat_box .more_box a:hover .relimg{display: block;}
#chat_window .chat_box .chat_box_menu{}
#chat_window .chat_box .chat_box_menu a{width: 50px;height: 50px;display: block;border-radius: 100%;margin-bottom: 6px;background: #f18e00 url(../images/icon_chat_menu.png) no-repeat 0 0;}
#chat_window .chat_box .chat_box_menu #go_top{visibility: hidden;opacity: 0;}
#chat_window .chat_box .chat_box_menu #go_top.show{visibility: visible;opacity: 1;}
#chat_window .chat_box .chat_box_menu .more{}
/*#chat_window .chat_box.pc_limit:hover .chat_box_menu .more,#chat_window .chat_box.cur .chat_box_menu .more{display: none;}*/
#chat_window .chat_box .chat_box_menu .more{ display:none;}
#chat_window .chat_box .chat_box_menu .more.default_show{display: block;}
#chat_window .chat_box:hover .chat_box_menu .more.default_show{display: none;}
#chat_window .chat_box .chat_box_menu .top{background-position: 0 -50px;background-color: #b0b0b0;}
#chat_window .chat_box .boxa .chat_close{display: none;}



.ty_list {margin-top: 20px;}
.ty_dl {width: 580px;background: #FFFFFF;padding: 15px;transition-duration: .3s;position: relative;top: 0;left: 0;margin-right: 40px;margin-bottom: 40px;float: left;}
.ty_dt { width: 245px; height: 230px; position: relative; overflow: hidden; }
.ty_img { display: block; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; }
.ty_dd { width: 285px; }
.ty_name { font-size: 18px; color: #232323; line-height: 24px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 15px 0; display: block; }
.ty_ms { font-size: 14px; color: #777777; line-height: 24px; }
.ty_a { display: block; width: 125px; height: 30px; background: #2e2e2e; text-align: center; line-height: 30px; font-size: 14px; color: #FFFFFF; border-radius: 3px; -moz-border-radius: 3px; margin-top: 25px; }
.ty_dl:hover { box-shadow: 0 0 10px rgba(194,194,194,0.35); /*top: -3px; left: -3px;*/ }
.ty_dl:hover .ty_a {background: #f18e00;color: #fff;}
.tj_top { padding: 15px 0; }
.tj_top .st_left { font-size: 22px; }
.tj_top .st_en { font-size: 46px; }
.imgwh{width: 100%;}


.h90{height: 90px;}