.head .right li a {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    line-height: 100px;
    padding: 0px 24px;
}
.head .right li:hover  a {
    color: #E13D28;
}
.head .right li .sub-menu {
    position: absolute;
    border-top: 2px solid #E13D28;
    background: #fff;
    width: 250px;
    left: -15px;
    top: 100px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 6%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 120px;
}
button.sub-menu-toggle {
    display: none;
}
.head .right li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    top: 100px;
}
.head .right li .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
}
.head .right li .sub-menu li a {
    display: block;
    line-height: 48px;
    position: relative;
    border-bottom: 1px solid #F7F7F7;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 15px;
}
.head .right li .sub-menu li a:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    background: url(/wp-content/themes/ouyi/assets/images/dot.png) no-repeat center center;
    width: 10px;
    left: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    left: 0px;
    opacity: 0;
}
.head .right li .sub-menu li:hover>a {
    padding-left: 35px;
    background: #F7F7F7;
    color: #E13D28;
}
.head .right li .sub-menu li:hover>a:before {
    left: 15px;
    opacity: 1;
}
.head .right li .sub-menu li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/ouyi/assets/images/down2.png) no-repeat center center;
    top: 0px;
    height: 100%;
    right: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.head .right li .sub-menu li .sub-menu{
    position: absolute;
    left: 100%;
    top: 0px;
    position: absolute;
    border-top: 2px solid #E13D28;
    background: #fff;
    width: 300px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 6%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 20px;
}

.head .right li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    top: 0;
}
.head .right li .sub-menu li.menu-item-has-children:hover>a:after {
    background: url(/wp-content/themes/ouyi/assets/images/down3.png) no-repeat center center;
}
.head .right li.menu-item-has-children>a{
    padding-right: 20px;
    background: url(/wp-content/themes/ouyi/assets/images/down2.png) no-repeat right center;
}
.head .right li .sub-menu li a {
    background-image: none;
}
.mobile-inner-nav button.sub-menu-toggle {
    display: inherit;
    float: right;
}
.mobile-inner-nav ul.sub-menu {
    display: none;
}
.mobile-inner-nav ul.sub-menu li{
    padding-left: 30px;
}
.mobile-inner-nav ul.sub-menu li {
    border: none;
    font-weight: bold;
}
.mobile-inner-nav button.sub-menu-toggle span {
    display: none;
}
.mobile-inner-nav button.sub-menu-toggle {
    display: inherit;
    float: right;
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    position: absolute;
    top: 0px;
}
.mobile-inner-nav button.sub-menu-toggle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/2022/08/down.png) no-repeat center center;
    top: 0px;
    height: 100%;
    right: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-size: 23px;
}
.proMain .left .secMenu ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
    
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.proMain .left .secMenu ul li.menu-item-has-children a{
    background: url(/wp-content/themes/ouyi/assets/images/j1.png) no-repeat right center;
}
.proMain .left .secMenu ul li a:after {
    content: "";
    left: 0px;
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    opacity: 1;
    top: 5px;
    position: absolute;
    border-radius: 200px;
}
.proMain .left .secMenu ul li.current-menu-item a{
     color: #E13D28;
}
.proMain .left .secMenu ul li.menu-item-has-children:hover>a {
   
    background: url(/wp-content/themes/ouyi/assets/images/j2.png) no-repeat right center;
}

.proMain .left .secMenu ul .sub-menu {
    padding-top: 10px;
    display: none;
}
.proMain .left .secMenu ul .sub-menu a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: block;
    padding-left: 42px;
    position: relative;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.proMain .left .secMenu button.sub-menu-toggle {
    display: inherit;
    float: right;
    top: 0px;
    position: absolute;
    right: 0px;
}
.proMain .left .secMenu button.sub-menu-toggle span {
    display: none;
}
.proMain .left .secMenu button.sub-menu-toggle {
    display: inherit;
    float: right;
    top: -3px;
    position: absolute;
    right: 0px;
    border: none;
    background: transparent;
    width: 48px;
    height: 27px;
        cursor: pointer;
}
.proMain .left .secMenu ul li {
    padding-bottom: 20px;
    position: relative;
}
.proMain .left .secMenu ul .sub-menu li a {
    background-image: none;
}
.proMain .left .secMenu ul .sub-menu li a::after {
    left: 20px;
}
.proMain .left .secMenu ul .sub-menu li {
    padding-top: 10px;
    padding-bottom: 0px;
}
.pagesize span.current, .pagesize a:hover {
    color: #fff;
    background: #E13D28;
    border-color: #E13D28;
}
.pagesize span {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    width: 67px;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: middle;
}
.proArticle .inputs .words {
    width: 100%;
}
.proArticle .inputs span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 11px;
    width: calc((100% - 40px)/3);
}
.serviceMain .section4 .items input {
    width: 100%;
}
.serviceMain .section4 .items span.wpcf7-form-control-wrap {
    margin-right: 10px;
    display: inline-block;
    width: 48%;
}
.serviceMain .section4 .items span:last-child {
    width: 100%;
}
.serviceMain .section4 .words.s5{
        width: 97%;
}
.footer .left {
    width: 26%;
}
.footer .items {
    width: 70%;
}
.footer .items .item:nth-child(3) {
    width: 44%;
}
.footer .items .item {
    margin-left: 52px;
}
.footer .items .item:nth-child(2) {
    width: 30%;
}
.footer .items .item:nth-child(1) {
    margin-left: 0px;
    width: 13%;
}
span.wpcf7-spinner {
    display: none;
}
.gjs-row input#esfpx_email_0fe74ada6116e {
    width: 100%;
    font-size: 12px;
    height: 40px;
    background: none;
    border-bottom: 1px solid #dedede;
    display: block;
    padding-left: 0;
    color: #808080;
    font-family: 'poppins';
    padding-right: 40px;
}
.gjs-row input[type="submit"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2023/03/icon_send.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}
.es-form-field-container .gjs-row {
    display: inline-block!important;
    width: 100%;
    position: relative;
}
.page_num {

    clear: both;
    padding-top: 50px;
    display: inherit;
}
.breadcrumb .main_title h1 {
    margin-bottom: 10px;
    display: block;
    color: #333333;
    text-transform: capitalize;
    font-size: 36px;
    position: relative;
    line-height: 40px;
    font-family: 'RobotoBCondensed';
    margin-top: 0;
}
.cbp-vm-options a {

    padding: 2px 9px;

    line-height: 33px;
    height: 33px;
}
.mainmenu>nav>ul>li a.active {
    text-decoration: none;
    background: #ff560b;
    color: #fff!important;
}
.navigation li .post_title a{
    font-size: 14px;
    font-family: 'poppins_bold';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin: 0;
    transition: all .5s;
}
.navigation li  .meta_nav {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
    line-height: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: all .5s;
}
.page_faq_l li.question > h4 {

    cursor: pointer;
}
.news_detail_info .news_detail_title h1 {
    font-size: 16px;
    display: block;
    color: #333;
    line-height: 24px;
    font-family: 'poppins_bold';
    margin-bottom: 20px;
}
.breadcrumb .bread-right a i {
    background: none;
}
#online_qq_tab #floatHide i {
    background: none;
}
table tr, table td {
    border: 1px solid #c3c3c3;
    padding: 5px 0px;
    text-align: center;
}
@media screen and (max-width: 680px){
    header.small .attr-nav, .attr-nav {
        padding-top: 4px;
}
   .proArticle .inputs span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 11px;
    width: 100%;
} 
    .serviceMain .section4 .items span.wpcf7-form-control-wrap {
    width: 100%;
}
	.footer .left {
    width:100%;
}
	.footer .items .item:nth-child(3) {
    width: 100%;
}
.footer .items .item:nth-child(2) {
    width: 100%;
}
.footer .items .item:nth-child(1) {
    margin-left:52px;
    width: 100%;
}
}
