.accordion {
	width: 100%;
	padding: 0px 10px;
	margin: 0px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion .link a {
	color: #333;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 18px;
	height: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa_right {
	right: 12px;
	left: auto;
	background: url(../images/flex-next.svg) no-repeat right;
	background-size: cover;
}

.accordion li i.fa_down {
	right: 12px;
	left: auto;
	background: url(../images/subnavjia.svg) no-repeat right;
	background-size: cover;
}

.accordion li.open i.fa_down {
	right: 12px;
	left: auto;
	background: url(../images/subnavjian.svg) no-repeat right;
	background-size: cover;
}


.accordion li.open .link {
	color: #015293;
}

.accordion li.open i {
	color: #015293;
}

.submenu {
	display: none;
	font-size: 14px;
}

.submenu li {
	display: inline-block;
}

.submenu a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	color: #333;
	padding: 10px 20px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	color: #015293;
}

/* navMenu */
.navMenubox {
	height: 100vh;
	margin: 0 auto;
	overflow-x: auto;
	width: 100%;
}

.navMenu-top {
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.navMenu>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	position: relative;
}

.navMenu>li>a {
	display: block;
	overflow: hidden;
	padding-left: 10px;
	line-height: 40px;
	color: #666;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.navMenu li i {
	font-size: 20px;
	float: right;
	font-style: normal;
	width: 60px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navMenu li i svg{
    width: 15px;
    height: auto;
}

.navMenu li.open i svg{
    transform: rotate(180deg);
}

.navMenu li.open .sub-menu li i svg{
    transform: rotate(0deg);
}

.navMenu li.open .sub-menu li.open i svg{
    transform: rotate(180deg);
}

.navMenu li i.arroww svg,.navMenu li.open i.arroww  svg{
  transform: rotate(270deg);
}

.navMenu>li>a:hover {
	color: #333;
	background: #eee;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	padding-bottom: 5px;
}

.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
    position: relative;
}

.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 13px;
	text-align: left;
	padding-left: 25px;
	color: #666;
	clear: both;
	text-transform: capitalize;
	box-sizing: border-box;
}
.navMenu>li>ul.sub-menu li>a>img{ width: 100%;}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
	color: #333;
	background: #ddd;
}

.navMenu>li>ul.sub-menu li>ul.sub-menu{
    padding: 10px 0px;
}

.navMenu>li>ul.sub-menu li>ul.sub-menu li{
    padding: 5px 10px;
}


.navMenubox .language{ text-align: center; font-size: 15px; padding-top:20px;}

.product_fd{
    display: none;
}


#ind_subscribe .wd p:nth-last-child(1){
    display: none;
}


.article_cont .tabUl {
    display: block;
    background-color: #f2f2f2;
    margin-bottom: 3%;
}

.article_cont .tabUl li {
    display: inline-block;
    padding: 0 1.2em;
    max-width: 20%;
    font-size: 1rem;
    color: #333;
    line-height: 3;
    font-family: pop2;
}

.article_cont .tabUl li.act {
    color: #fff;
    background-color: #3b797f;
}

.pho_banner{
    display: none;
}

@media screen and (max-width:960px){

body{
    width: 100%;
}

	.containe{
        width: 100%;
        min-width: auto;
        padding: 0px 20px;
        box-sizing: border-box;
    }

    #topbar{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
    }
    
    #topbar .slogan{
        display: none;
    }

    #topbar a:nth-child(2){
        display: none;
    }

    #topbar .tellr{
        display: block;
    }

    #topbar .languages{
        margin-right: 0px;
    }

    .quickask{
        display: none;
    }

    #header .logobar .logo img{
        max-height: 50px;
    }

    #header .searDiv{
        width: 100%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .memberDiv{
        margin-top: 0px;
        margin-bottom: 10px;
        float: left;
    }

    .memberDiv .dd .img{
        width: auto;
        height: 25px;
    }

    #header .searDiv .iconfont{
        height: 46px;
    }

    .tan_box .box_details{
        width: 90%;
      }

      .phone_btn {
        display: block;
        float: left;
        margin-top: 13px;
    }

    .phone_btn span {
        width: 20px;
        height: 17px;
        display: inline-block;
        position: relative;
      }
    
      .phone_btn span:before {
        content: "";
        width: 22px;
        height: 2px;
        background: #333;
        position: absolute;
        top: 0;
        left: 0;
      }
    
      .phone_btn span:after {
        content: "";
        width: 22px;
        height: 2px;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 0;
      }
    
      .phone_btn span i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 22px;
        height: 2px;
        background: #333;
        margin-top: -1px;
      }

    .menu_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, 0.7);
        transform: translateX(-100%);
        transition: all 0.3s ease;
        display: block;
      }
      
      .menu_box.into {
        transform: translateX(0);
        -webkit-transform: translateX(0);
      }
      
      .menu_cot {
        width: 80%;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: all 0.3s ease;
      }
      
      .menu_box.into .menu_cot {
        transform: translateX(0);
        transition: all 0.3s ease;
      }
      
      .menu_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
      }
      
      .menu_close svg {
        width: 40px;
      }
      
      .menu_close a {
        padding: 10px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
      }

      .navbar{
        display: none;
      }

      #ind_subscribe .flexbox{
        flex-wrap: wrap;
      }

      #ind_subscribe .form_div{
        width: 100% !important;
      }
      
      #ind_subscribe .form_div input{
        padding: 0 1em;
      }
      
      
#ind_subscribe .form_div form{
    display: flex;
}

#ind_subscribe .form_div input.email{
    width: calc(100% - 120px);
}

#ind_subscribe .form_div input.submit{
    width: 120px;
}

#ind_subscribe .wd p{
    display: none;
}

#ind_subscribe .wd p:nth-last-child(1){
    display: block;
}

      .share03{
        margin-top: 1rem;
        padding-top: 1rem;
      }

      .pro_item .titbar .containe{
        display: flex;
        flex-direction: column-reverse;
      }

      .pro_item .titbar h2{
        padding-top: 1rem;
      }

      .pro_item .btns{
        margin-top: 5%;
      }

      .pro_item .btns li{
        line-height: 1.5;
      }

      .pro_item .flexbox{
        flex-flow: column;
      }

      .pro_item .flexbox > .big{
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
      }

      .ny_prolist{
        width: 100%;
        margin-top: 15px;
      }

      .pro_item .ny_prolist li{
        width: 48%;
      }

      #ind_about .flexbox{
        flex-flow: column;
      }

      #ind_about ._l{
        width: 100%;
        padding: 5% 0px;
      }

      #ind_about ._l .img{
        position: relative;
      }

      .ind_newslist{
        display: flex;
      }

      #ind_bar{
        padding: 20px 0px;
      }

      #ind_bar ul{
        flex-flow: row wrap;
        padding: 0px;
        width: 100%;
      }

      #ind_bar ul li{
        width: 50%;
        margin: 0px;
        box-sizing: border-box;
        padding: 0px 10px;
      }

      #ind_bar ul li{
        flex-flow: column;
        text-align: center;
      }

      .footer_2{
        padding: 40px 20px;
      }

      .footer_2 .box1 input{
        width: calc(100% - 155px);
      }

      .footer_2 .box1 input.sub{
        width: 130px;
      }

      #footer .flogo{
        width: 100%;
      }
      
      #footer .flogo .logo{
          width: 70%;
          height: auto;
      }
      
      #footer .telcon p{
          white-space: pre-line;
      }

      .navMenu1{
        display: block;
      }

      .navMenu1 li{
        border-bottom: 1px solid #ccc;
      }

      .navMenu1>li>ul.sub-menu li{
        border-bottom: 0px;
      }

      .copy_2{
        height: auto;
        line-height: 30px;
        box-sizing: border-box;
        padding: 10px 20px;
      }

      .copy_2 .follow{
        display: flex;
        align-items: center;
        padding-top: 10px;
      }

      .copy_2 .follow a{
        margin-top: 0px;
      }

      .pro_toptit h2{
        display: none;
      }

      .pro_toptit small{
        display: none;
      }

      .ny_prolist .item{
        width: 48%;
        margin: 0px 1%;
      }

      .pro_pho_nav{
        display: block;
        background: #f2f2f2;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
      }

      .pro_pho_nav_box{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    transform: translateX(100%);
    transition: all 0.3s ease;
    display: block;
    overflow-x: auto;
      }
      
      .pro_pho_nav_box.into {
        transform: translateX(0);
        -webkit-transform: translateX(0);
      }
      
      
      .pro_pho_nav_box.into{
        transform: translateX(0);
        transition: all 0.3s 0.2s ease;
      }
      
      .pro_pho_nav_close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 10;
      }
      
      .pro_pho_nav_close svg {
        width: 40px;
        fill: #333333;
      }
      
      .menu_close a {
        padding: 10px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        box-sizing: border-box;
      }

      .pro_pho_nav_box .lside{
        display: block;
        width: 100%;
      }

      .pro_pho_nav_box .lside .grayblock{
        background: #fff;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(3){
        display: none;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(2) h3{
        display: none;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(2) .filter-options-content{
        display: none;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(2) .nano{
        display: none;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(2) h3:nth-last-child(2){
        display: block;
        margin-top: 0px;
      }

      .pro_pho_nav_box .lside .grayblock:nth-child(2) .nano:nth-last-child(1){
        display: block;
      }

      .wcpa_radio{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1%;
      }

      #carting .flexbox label{
        font-size: 0.7rem;
      }

      #carting .flexbox ._r{
        min-width: auto;
        flex: 1;
        width: auto;
      }

      #estimate_shipping_select{
        flex: 0.8;
      }

      .ptop .btn{
        display: inline-block;
        width: 35%;
      }

      .ptop .cnum{
        margin-bottom: 0.5rem;
      }

      .ptop + .article_cont .tabUl li{
        max-width: 50%;
        font-size: 0.8rem;
      }

      .tabCon .con.act{
        overflow-x: auto;
      }

      .imgDiv img{
        height: 300px;
      }

      .wpb_wrapper h2{
        font-size: 30px !important;
      }
      
      .ezfc-element-option-container{
        display: flex;
      }

      .ezfc-element-option-container div{
        flex: 1;
      }

      .wpb_wrapper{
        margin-top: 15px;
      }

      .build_dl .col{
        width: 100%;
        align-items: flex-start;
      }

      .build_dl .col .img{
        width: 5rem;
      }

      #inner_build .pad{
        margin: 0px;
      }

      .sup_ny ul{
        width: 100%;
      }

      .sup_ny li{
        margin: 0px 2%;
        margin-top: 30px;
        width: 29.3%;
      }

      .inner_new li .text-wrap p{
        display: block;
      }

      .suppask .list1{
        width: 100%;
      }

      .suppask .list1 li{
        width: 33%;
        margin-bottom: 15px;
      }

      .suppask .list2{
        box-sizing: border-box;
        width: 100%;
        padding: 0px 5%;

      }

      .askkkq .boxx{
        width: 100%;
        box-sizing: border-box;
      }

      .bbimg h2{
        font-size: 25px;
      }

      .bbimg img{
        height: 200px;
        object-fit: cover;
      }

      .bbimg2 .ss{
        width: 90%;
        left: 5%;
      }

      .bbimg2 form{
        width: 100%;
      }

      .suplist5{
        box-sizing: border-box;
        padding: 0px 10px;
      }

      .suplist6 .box2, .suplist6 .box{
        box-sizing: border-box;
        padding: 0px 10px;
      }

      .suplist6 dd{
        width: 100%;
        margin: 0px;
      }

      .contact_top .col{
        width: 100%;
        align-items: flex-start;
      }


      .contact_top .col p{
        font-size: 0.8rem;
      }


      .content{
        width: 100%;
      }

      .gwc_tb th:nth-last-child(1),.gwc_tb th:nth-last-child(2){
        display: none;
      }

      .gwc_tb td:nth-last-child(1),.gwc_tb td:nth-last-child(2){
        display: none;
      }

      .gwc_tb td div{
        width: auto !important;
      }

      .ddtj_btn_box{
        height: 90px;
        padding: 10px;
      }

      .huiyuan_content{
        width: 100%;
        display: flex;
        flex-direction: column;
      }

      .huiyuan_left{
        width: 100%;
        box-sizing: border-box;
      }

      .huiyuan_main{
        width: 100%;
        box-sizing: border-box;
      }

      .hy_tt{
        height: auto;
        display: flex;
        flex-wrap: wrap;
      }
      

      .hy_tt a{
        border-bottom: 2px solid rgba(255, 255, 255, 0);
      }

      .huiyuan_main .inputall{
        width: 95% !important;
      }
      
      
      #indbanner{
    display: none;
}

.pho_banner{
    display: block;
}

.pho_banner img{
    width: 100%;
    height: autop;
}

.pro_item .flexbox > .big{
    display: none;
}


.article table{
    min-width: auto;
}


.article_cont p{
    font-size: 0.8rem;
}

.tan_box .box_details{
    display: none;
}

.product_fd{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width:100%;
    height:55px;
    bottom: 0px;
    left: 0px;
    background: #fff;
    z-index: 100;
    border-top: 1px solid #ddd;
}

.product_fd a{
    text-align: center;
    font-size: 14px;
    color: #f93;
    vertical-align: middle;
    text-transform: uppercase;
    width: 35%;
    margin-left: 0.8rem;
    border-radius: 1.5rem;
    line-height: 1.4rem;
    border: 1px solid #f93;
}

.product_fd a.first{
    background: #f93;
    color: #fff;
}

#carting .flexbox{
    flex-direction: column;
}

a.icon_facebook{
    margin-left: 0px;
    margin-right: 0px;
}

.pro_item .btns li a{
    color: #3b797f;
}

.article_cont .tabUl li{
    max-width: 100%;
}

.huiyuan_left{
  width: 100%;
}

.u_index_r{
  width: 100%;
}

.gw p{
  padding-left: 0px !important;
  text-align: center;
}

.suplist5 li dl{
  display: flex;
  flex-direction: column;
}

.suplist5 li dt{
  width: 100%;
}

.suplist5 li dt a{
  width: 100%;
}

}
