.header_top_bar{padding: 10px 0;}
.top_logo{margin-right: 10px;}
.top_logo a{
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}
.top_logo a img{
    max-height: 100%;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}
.header_top_l .comp_name p{
    line-height: 35px;
    font-size: 12px;
    color: #636363;
    font-family: '[Poppins]';
    font-weight: 600;
}
.header_top_r p{
    color: #5a5a5a;
}
.header_top_r p:first-child{margin-bottom: 5px;}
.header_top_r p i{margin-right: 10px;}
.header_nav{background-color: #0d0d0d;}
.header_menu .one_nav > li a{display: block;font-family: '[Poppins]';color: #ffffff;}
.header_menu .one_nav > li{position: relative;padding-right: 15px;}
.header_menu .one_nav > li:last-child{margin-right: 0;}
.header_menu .one_nav a:hover {color: #67c001;}
.header_menu .one_nav li b{
    position: absolute;
    top: 25px;
    right: 0px;
    border-color: #f0f0f0 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    transition: all 0.3s ease-in 0s;
}
.two_nav{
    display: none;
    width: 240px;
    height: auto;
    border: solid 1px #c9c9c9;
    border-top: solid 5px #232323;
    position: absolute;
    left: 0px;
    top: 47px;
    z-index: 99;
    background-color: rgba(255,255,255);
    padding: 10px 0px; 
}
.header_menu .two_nav ul li {
    padding: 0px;
    height: 40px;
    border: none;
    float: none;
    margin: 0px;
    text-indent: 10px;
    position: relative;
    background: none;
}
.header_menu .two_nav ul li a {
    height: 40px;
    line-height: 40px;
    color: #666664;
    font-size: 14px;
    display: block;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .header_nav_r{line-height: 60px;} */
.header_nav .top_search form{
	height: 48px;
	line-height: 48px;
	background-color: #ffffff;
	border-radius: 20px;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 99;
	width: 900px;
	display: none;
}
.header_nav .top_search i.show+form{
	display: block;
}
.header_nav .top_search form .search_type{
	position: relative;
    height: 100%;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    width: 100px;
    text-indent: 30px;
    font-size: 16px;
    color: #666666;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-right: -1px;
    cursor: pointer;
}
.header_nav .top_search form input {
    box-sizing: border-box;
    height: 100%;
    color: #666666;
    background-color: #ffffff;
    width: 700px;
    border: 0;
    outline: none;
}

.header_nav .top_search form button {
    width: 50px;
    height: 46px;
    background-color: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.header_nav .top_search form button i{
	color: #000000;
	font-size: 24px;
    display: block;
    height: 46px;
    line-height: 46px;
}

.header_nav .top_search form .search_type::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 48%;
}
.header_nav .top_search form .search_type ul {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 999;
}
.header_nav .top_search form .search_type ul li {
    cursor: pointer;
    background-color: #ffffff;
    border-top: 0;
    height: 36px;
    line-height: 36px;
}
.lg_list_pc {
    padding: 10px 12px;
    position: absolute;
    right: 0px;
    top: 45px;
    border: solid 1px #e5e5e5;
    border-top: solid 1px #f9f9f9;
    background: #ffffff;
    display: none;
    box-sizing: border-box;
    z-index: 100;
}
.lg_list_pc ul li{height: 28px;text-align: center;}
.lg_list_pc ul li .flag_icon{float: none;display: inline-block;margin: 0;}
.lg_list_pc ul li .flag-sm{float: none;display: inline-block;margin: 0;}
.header_nav_r i{color: #ffffff;font-size: 22px;}
.header_nav_r > div{padding: 10px 0;margin-right: 15px;line-height: 28px;cursor: pointer;height: 30px;position: relative;}
.header_nav_r > div.top_search{margin-right: 0;    z-index: 101;}
.pc_lg .flag_icon {
    float: left;
    height: 15px;
    margin-top: 7px;
    position: static;
}
.header_nav_r > div.pc_lg{height: 30px;line-height: 30px;padding: 0 5px 0 10px;background-color: #3a3a3a;margin: 10px 10px 0px 0px;}
.header_fl_list{ width:230px; position:absolute; right: 0px; top:47px;border-top: solid 5px #0d0d0d; background:#f8f8f8; z-index:99; display:none;max-height: 500px;
    overflow-y: auto;}
.header_fl_list ul li{ width:100%;text-indent:10px; position:relative;}
.header_fl_list ul li a{width:100%; height:40px; line-height:40px; font-size:14px; color:#555; display:block; overflow:hidden;}
.header_fl_list ul li:hover a{color:#67c001;}
.header_fl_list ul li:hover > i{color:#67c001;}
.header_fl_list ul li i{ position:absolute;font-size:26px;height:36px; line-height:36px;right:10px; top:0px;color: #333333;}
.header_fl_list ul li .ej_pro{ padding:0px 10px; display:none;}
.header_fl_list ul li .ej_pro ul li{width:200px; height:30px; overflow:hidden;}
.header_fl_list ul li .ej_pro ul li a{ height:30px;line-height:30px; color:#777; font-size:12px;}
.header_fl_list ul li .ej_pro ul li a:hover{ height:30px;line-height:30px; color:#777; font-size:12px; background:none;}

@media only screen and (max-width:767px) {
    .header_nav .top_search form{height: 38px;line-height: 38px;}
    .header_nav .top_search form .search_type{width: 80px;}
    .header_nav .top_search form .search_type::after{right: 10px;}
    .header_nav .top_search form button{width: 40px;height: 38px;}
    .header_nav .top_search form button i {font-size: 22px;height: 38px;line-height: 38px;}
}


@media only screen and (min-width:768px) {
    .top_logo a{height: 50px;display: inline-block;}
    .header_top_l .comp_name p{line-height: 50px;font-size: 14px;}
}

@media only screen and (max-width:1040px) {
    .header_nav{background-color: #f7f7f7;}
    .header_nav_r i{color: #333333;font-size: 20px;}
    .header_nav_r > div.pc_lg{background-color: #efefef;}
    .header_nav_r{width: 100%;}
    .header_nav .top_search form{width: 90vw;}
    .header_nav .top_search form input {width: calc(100% - 150px);}
    .header_fl_list{left: -40px;right: auto;}
}

@media only screen and (min-width:1040px) {
    .top_logo a{height: 60px;display: inline-block;}
    .header_top_l .comp_name p{line-height: 60px;font-size: 18px;}
    .header_top_bar{padding: 15px 0;}
    .header_top_r p{font-size: 14px;line-height: 24px;}
    .header_top_r p i{font-size: 18px;}
    .header_menu .one_nav > li a{font-size: 14px;}
    .header_menu .one_nav > li{line-height: 50px;margin-right: 20px;}
    
}


@media only screen and (min-width:1400px) {
    .top_logo a{height: 80px;display: inline-block;}
    .header_top_l .comp_name p{line-height: 80px;font-size: 22px;}
    .header_top_r p{line-height: 30px;font-size: 16px;}
    .header_top_r p i{font-size: 20px;}
    .header_menu .one_nav > li{line-height: 60px;}
    .header_menu .one_nav > li a{font-size: 16px;}
    .header_menu .one_nav > li{line-height: 60px;margin-right: 50px;}
    .header_nav_r > div{padding: 15px 0;}
    .header_menu .one_nav li b{top: 30px;}
    .header_nav_r > div.pc_lg{margin: 15px 10px 0px 0px;}
    .header_menu .one_nav > li{margin-right: 30px;}
    .two_nav{top: 57px;}
    .header_nav .top_search form{top: 60px;}
    .header_fl_list{top: 57px;}
}
/*-----------------------------------floatBox-------------------------------------------------*/
/*.float_box {*/
    /*z-index: 999;*/
    /*width: 185px;*/
    /*border: 1px solid #f1f1f1;*/
    /*box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);*/
    /*padding: 5px;*/
    /*overflow: hidden;*/
    /*position: fixed;*/
    /*top: 60%;margin-top: -280px;*/
    /*right: 20px;*/
    /*background: #FFF;*/
    /*font-size: 12px;*/
/*}*/

/*.float_box_title {*/
    /*background: #0091ec;*/
    /*height: 24px;*/
    /*line-height: 24px;*/
    /*color: #FFF;*/
    /*padding-left: 5px;*/
    /*position: relative;*/
    /*margin-bottom: 10px;*/
/*}*/

/*.float_box_title span {*/
    /*float: left;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*height: 24px;*/
    /*width: 160px;*/
    /*font-size: 12px;*/
/*}*/

/*#fold {*/
    /*border-color: #0091EC #FFFFFF #0091EC #0091EC;*/
    /*border-style: solid;*/
    /*border-width: 4px;*/
    /*float: right;*/
    /*height: 0;*/
    /*margin: 8px 3px 0 0;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*width: 0;*/
    /*z-index: 999;*/
/*}*/

/*.float_box.hold-close {*/
    /*width: 60px;*/
    /*overflow: unset;*/
/*}*/

/*.float_box.hold-close .float_box_title {*/
    /*width: 55px;*/
    /*overflow: hidden;*/
    /*height: 24px;line-height: 24px;*/
/*}*/

/*.float_box.hold-close .float_box_title span.fold_title {*/
    /*display: none*/
/*}*/

/*.float_box.hold-close .float_box_title span.fold_click_title {*/
    /*display: block;*/
    /*width: 47px;*/
    /*font-size: 12px;*/
/*}*/

/*.float_box .float_box_title span.fold_click_title {*/
    /*display: none*/
/*}*/

/*.float_box.hold-close .float_top span {*/
    /*display: none*/
/*}*/

/*.float_box.hold-close #fold {*/
    /*border-right: none;*/
    /*border-left: 4px solid #FFF*/
/*}*/

/*.float_box.hold-close .float_bottom {*/
    /*width: 52px;*/
    /*overflow: hidden*/
/*}*/

/*.float_box.hold-close .float_bottom a {*/
    /*color: #f3f3f3;*/
    /*padding-left: 11px;*/
/*}*/

/*.triangle {*/
    /*border-left: 3px solid transparent;*/
    /*border-right: 3px solid transparent;*/
    /*border-top: 3px solid #0091EC;*/
    /*height: 0;*/
    /*left: 24px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*top: 24px;*/
    /*width: 0;*/
/*}*/

/*.float_top {*/
    /*line-height: 140%;*/
    /*height: 50px;font-size: 12px;*/
/*}*/
/*.float_top span {*/
    /*font-size: 12px;line-height:24px;*/
/*}*/
/*.float_top img {*/
    /*float: left;*/
    /*margin-right: 10px;*/
    /*max-height: 50px;*/
    /*max-width: 50px;*/
/*}*/

/*.float_top a {*/
    /*color: #0091ec*/
/*}*/

/*.float_bottom a {*/
    /*background: #f3f3f3;*/
    /*display: block;*/
    /*width: 170px;*/
    /*margin: 5px 0;*/
    /*padding: 0 5px 5px 10px;*/
    /*color: #3486e0;*/
    /*text-decoration: none*/
/*}*/

/*.float_bottom a:hover {*/
    /*background: #f3f3f3*/
/*}*/

/*.float_tb1 {*/
    /*background: url(../images/float_tb.png) no-repeat 0 1px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*display: inline-block;*/
    /*padding-left: 10px;*/
    /*margin-top: 5px;*/
/*}*/

/*.float_tb2 {*/
    /*background: url(../images/float_tb.png) no-repeat 0 -35px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*display: inline-block;*/
    /*padding-bottom: 5px;*/
/*}*/
/*.float_whatsapp {*/
    /*background: url(../../../common/images/float_whatsapp.png) no-repeat  0 5px;*/
    /*background-size: 32px 32px;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*display: inline-block;*/
    /*padding-bottom: 5px;*/
/*}*/
/*.tel_float_box{*/
    /*display: none;*/
    /*width: auto;*/
    /*margin-left: -50px;*/
    /*border:1px solid #dcdcdc;*/
    /*padding: 10px 5px;*/
    /*position: absolute;*/
    /*top: 50px;*/
    /*!*right:10px;*!*/
    /*background-color: #ffffff;*/
/*}*/
/*.whatsapp_box:hover div{*/
    /*display: block;*/
/*}*/
/*.qrcode_float_box{*/
    /*display: none;*/
    /*width: auto;*/
    /*margin-left: -50px;*/
    /*border:1px solid #dcdcdc;*/
    /*padding: 10px 5px;*/
    /*position: absolute;*/
    /*top: 50px;*/
    /*right:70px;*/
    /*background-color: #ffffff;*/
/*}*/
/*.whatsapp_box:hover div{*/
    /*display: block;*/
/*}*/
/*!*new social media 2016.5.4*!*/
/*.float-media-list {*/
    /*padding-left: 0*/
/*}*/

/*.float-media-list li {*/
    /*display: inline-block;*/
    /**display: inline;*/
    /*zoom: 1;*/
    /*width: 55px;*/
    /*margin: 5px 0;*/
    /*text-align: center;*/
/*}*/

/*.float-media-list a {*/
    /*display: inline-block;*/
    /**display: inline;*/
    /*zoom: 1;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*background: url(../images/media.png) 0 0 no-repeat;*/
/*}*/

/*.float-media-list a.float-media-list-twitter {*/
    /*background-position: 0 -185px;*/
/*}*/

/*.float-media-list a.float-media-list-youtobe {*/
    /*background-position: 0 -224px;*/
/*}*/

/*.float-media-list a.float-media-list-linkedin {*/
    /*background-position: 0 -111px;*/
/*}*/

/*.float-media-list a.float-media-list-pinterest {*/
    /*background-position: 0 -148px;*/
/*}*/

/*.float-media-list a.float-media-list-googleplus {*/
    /*background-position: 0 -37px;*/
/*}*/

/*.float-media-list a.float-media-list-instagram {*/
    /*background-position: 0 -74px;*/
/*}*/

/*.supplier-photo-img savm img {*/
    /*width: 55px;*/
    /*height: 55px;*/
/*}*/

/*-----------------------------------floatBox-----------------------------*/








