
/*手机端css*/
@media screen and (max-device-width: 1024px)
{
	.pc_css{display:none;}
	/*手机站导航开始----------*/
	.header .logo{
        text-align: left;
    }
    .header .nav{
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 44px; /* 如果需要缝隙，可将值调至61px */
        margin-left: -15px;
    }
    .layui-nav{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header .nav li{
        width: 100%;
        text-align: center;
    }
    .mobile-icon{
        display: block;
        color: #FFF;
        font-size: 30px;
        float: right;
        margin-top: 15px;
    }
    .layui-nav .layui-this:after,
    .layui-nav-bar,
    .layui-nav-tree .layui-nav-itemed:after {
        height: 1px;
        background-color: #5FB878;
    }
    /*手机站导航结束----------*/
}
/*pc端css*/
@media screen and (min-device-width: 1024px)
{
	.mobile_css{display: none;}
}
.main_menu_whith{ width: 100px; text-align: center; font-weight: bold;}
.index_yewu_bg{padding: 30px;}
.index_yewu_bg:hover{background-color: #F6F6F6;}
.index_yewu_img{text-align: center;}
.index_yewu_title{font-size: 16px; line-height: 50px; height: 50px; font-weight: bold;}
.index_yewu_content{text-align: left; line-height: 30px; padding: 0px 50px;}
.yewu_body_img{text-align: center; padding: 50px 0px;}
.yewu_body_title{font-size: 16px; font-weight: bold; margin-bottom: 20px; padding-top: 30px;}
.yewu_body_content{line-height: 40px; font-size: 16px;}
.yewu_chongdianzhuang{height: 30px; line-height: 30px; width: 90%; text-align: center; background-color: #dddddd;}
.yewu_motuoche{height: 30px; line-height: 30px; width: 100%; text-align: center;}