
/*body{overflow:visible;}*/
/*990px头部菜单标识开始*/
.hdMenu_bg{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: auto;
    padding-top: 10px;
    padding-left: 4px;
    cursor: pointer;
    transition: 0.4s;
    display: none;
}
.hdMenu_bg.active{
    position: absolute;
    right:80%;
    top: 0px;
}
.hdMenu_bg.active>i:nth-child(1){
    transform: rotate(43deg);
    width: 27px;
}
.hdMenu_bg.active>i:nth-child(2){
    opacity: 0;
}
.hdMenu_bg.active>i:nth-child(3){
    width: 27px;
    transform: rotate(-44deg);
}
.hdMenu_bg>i{
    display: block;
    background-color: black;
    width: 30px;
    height: 2px;
    margin: 7px auto;
    transform-origin: left;
    transition: 0.6s;
}
#ph_header_menubg{
    width: 80%;
    height: 688px;
    background-color: #0c6fb3;
    display: none;
    position: absolute;
    overflow-y: auto;
    top: 0px;
    right: 0px;
    z-index: 12;

}
#ph_header_menubg>div{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#ph_header_menubg>div>ul{
    width: 100%;
    height: 100%;
}
#ph_header_menubg>div>ul>li{
    display: block;
    line-height: 40px;
    color: white;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-family: Lato;
    font-size: 14px;
    position: relative;
}
#ph_header_menubg>div>ul>li>a{
    color: white;
}
.hdproductsbg{
    position: absolute;
    top: 0;
    right: 25px;
}
.ph_productsbg_titile{
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.ph_productsbg_titile>a{
    color: white;
}
.hdproductsbg>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    /*font-weight: bold;*/
    cursor: pointer;
    /*transform-origin: right;*/
    transition: 0.6s;
}
.hdproductsbg.active>i{
    transform: rotate(-180deg);
}
.ph_productsbg_titile>div{
    position: absolute;
    right: 23px;
    top: -0.5px;
}
.ph_productsbg_titile>div>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    /*font-weight: bold;*/
    cursor: pointer;
    /*transform-origin: right;*/
    transition: 0.6s;
}
#ph_products_menubg{
    display: none;
    /*background-color: #1487d6;*/
    background-color: #107ac3;
    margin-left: -20px;
    padding-left: 20px;
}
.ph_productsbg_menu1{
    width: 100%;
    height: auto;
    padding-left: 20px;

}
.ph_productsbg_menu2{
    width: 100%;
    height: auto;
    padding-left: 20px;

}
#ph_productsbg_menu1_1{
    width: 110%;
    height: auto;
    background-color: #1487d6;
    margin-left: -20px;
    padding-left: 65px;
    /*display: none;*/
}
#ph_productsbg_menu1_1>li>a{
    color: white;
}
#ph_productsbg_menu1_2{
    width: 110%;
    height: auto;
    background-color: #1487d6;
    margin-left: -20px;
    padding-left: 65px;
    /*display: none;*/
}
#ph_productsbg_menu1_2>li>a{
    color: white;
}
/*990px头部菜单标识结束*/
/*900px头部标识开始*/

#ph_header{
    width: 100%;
    height: 60px;
    background: white;
    position: fixed;
    z-index: 13;
    display: none;
}
#ph_header_empty{
    width: 100%;
    height: 60px;
    background: white;
    position: relative;
    /*z-index: 11;*/
    display: none;
}
#ph_empty_footer{
    width: 100%;
    height: 56px;
    background: white;
    position: relative;
    /*z-index: 11;*/
    display: none;
}
.ph_header_left{
    width: 33%;
    height: 100%;
    float: left;
}
.ph_header_left>div{
    width: 60px;
    height: 100%;
    padding-top: 13px;
    padding-left: 4px;
    cursor: pointer;
}
.ph_header_left>div.active>i:nth-child(1){
   transform: rotate(43deg);
    width: 27px;
}
.ph_header_left>div.active>i:nth-child(2){
    opacity: 0;
}
.ph_header_left>div.active>i:nth-child(3){
    width: 27px;
    transform: rotate(-44deg);
}
.ph_header_left>div>i{
    display: block;
    background-color: #999999;
    width: 30px;
    height: 2px;
    margin: 7px auto;
    transform-origin: left;
    transition: 0.6s;

}
.ph_header_center{
    width: 33%;
    height: 100%;
    float: left;
}
.ph_header_center>div{
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items:center

}
.ph_header_center>div>a{
    width: 100%;

}
.ph_header_center>div>a>img{
    width: 100%;
    height: auto;
    display: block;

    /*margin: auto;*/

}
.ph_header_right{
    width: 33%;
    height: 100%;
    /*border: 1px solid black;*/
    float: right;
}
.ph_header_right>div{
    display: flex;
    align-items:center;
    /*text-align: center;*/
    width: 60px;
    height: 60px;
    float: right;

}
.ph_header_right>div>i{
    display: block;
    font-size: 28px;
    margin: 0 auto;
}

/*900px头部标识结束*/
/*900px头部菜单标识开始*/
#ph_header_menu{
    width: 100%;
    background: white;
    display: none;
    position: absolute;
    overflow-y: auto;
    top: 60px;
    z-index: 12;

}
/*背景遮罩层*/
.bodyBg{
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    /*z-index: 10;*/
    display: block;
}
.bodyBg.active{
    display: block;
}
/*背景遮罩层*/
#ph_header_menu>div:first-child{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#ph_header_menu>div:first-child>ul>li{
    display: block;
    /*height: 50px;*/
    line-height: 50px;
    color: #1c1c1c;
    padding: 0 23px 0 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-family: Lato;
    font-size: 16px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}
#ph_header_menu>div:first-child>ul>li>a{
    color: #1c1c1c;
}
.ph_products_titile{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cfcfcf;
    /*margin-left: -23px;*/
    padding-left: 23px;
    /*margin-right: -46px;*/
    padding-right: 23px;
    position: relative;
}
.ph_products_titile>a {
    color: #1c1c1c;
}
.ph_products_titile>div{
    position: absolute;
    right: 23px;
    top: -0.5px;
}
.ph_products_titile>div>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    /*transform-origin: right;*/
    transition: 0.6s;
}
.hdproducts{
    position: absolute;
    right: 23px;
    top: -0.5px;
}
.hdproducts>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    /*transform-origin: right;*/
    transition: 0.6s;
}
.hdproducts.active>i{
    transform: rotate(-180deg);
}
#ph_products_menu{
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    
}
.ph_products_menu1{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cfcfcf;
    /*margin-left: -23px;*/
    padding-left: 46px;
    /*margin-right: -46px;*/
    padding-right: 46px;
    position: relative;
}
.ph_products_menu2{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cfcfcf;
    /*margin-left: -23px;*/
    padding-left: 46px;
    /*margin-right: -46px;*/
    padding-right: 46px;
    position: relative;
}
.ph_products_menu1>div{
    position: absolute;
    right: 23px;
    top: -0.5px;
}
.ph_products_menu2>div{
    position: absolute;
    right: 23px;
    top: -0.5px;
}
.ph_products_menu1>div>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
}
.ph_products_menu2>div>i{
    position: absolute;
    right: 0px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
}
.hdproducts1.active>i{
    transform: rotate(-180deg);
}
.hdproducts2.active>i{
    transform: rotate(-180deg);
}
#ph_products_menu1_1{
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #cfcfcf;*/
    /*padding-left: 65px;*/
    /*padding-right: 46px;*/
    /* display: none; */
}
#ph_products_menu1_2{
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #cfcfcf;*/
    /*padding-left: 65px;*/
    /*padding-right: 46px;*/
    display: none;
}
#ph_products_menu1_1>li{
    width: 100%;
    height: auto;
    padding-left: 65px;
    border-top: 1px solid #cfcfcf;
}
#ph_products_menu1_2>li{
    width: 100%;
    height: auto;
    padding-left: 65px;
    /* margin-left: -30px; */
    border-bottom: 1px solid #cfcfcf;
}
#ph_products_menu1_1>li>a{
    color: #1c1c1c;
}
#ph_products_menu1_2>li>a{
    color: #1c1c1c;
}
#ph_header_menu>div>ul>li:nth-child(2){
    display: block;
    /*height: 50px;*/
    line-height: 50px;
    color: #1c1c1c;
    padding: 0 23px 0 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-family: Lato;
    font-size: 16px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
}

#ph_header_menu>div>ul>li:nth-child(9){
    padding-top: 9px;
    padding-bottom: 9px;

}
#ph_header_menu>div>ul>li:nth-child(9)>a>i{
    font-size: 24px;
}
.icon-facebook2{
    color: #3220a3;
}
.icon-linkedin{
    color: #185ca3;
}
.icon-twitter1{
    color: #3391ff;
}
.icon-youtube1{
    color: #a32a2d;
}
.icon-instagram{
    color: #3263a3;
}
#ph_header_menu>div>ul>li:nth-child(10){
    padding-top: 10px;
    padding-bottom: 10px;
}
#ph_header_menu>div>ul>li:nth-child(10)>a{
    color: #1c1c1c;
}
/*900px头部菜单标识结束*/
/*900px头部输入框标识开始*/
#ph_heaader_input{
    width: 300px;
    height: 40px;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 3;
    border: 1px solid #cfcfcf;
    display: none;
}
#ph_heaader_input>form{
    width: 100%;
    height: 100%;
}
#ph_heaader_input>form>input{
    width: 86.6%;
    height: 100%;
    float: left;
    border: none;
    outline: none;
}
#ph_heaader_input>form>button{
    width: 13.4%;
    height: 100%;
    background: white;
    float: left;
    border: none;
    outline: none;
}
/*900px头部输入框标识结束*/
