/*
author:liuming;
time:20191111;
 */
@media screen and (max-width:768px) {

	body{
		font-size: 14px;
	}

    .box {
        padding: 20px 24px;
    }

    .width {
        width: 100%;
        /*固定宽度变为100%*/
    }

    .ms {
        display: block;
    }

    .mh {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        font-weight: bold;
    }

    p {
        font-size: 14px !important;
        /*所有段落文字统一设置为16*/
        text-align: justify;
    }

    .auto {
        width: 100% !important;
        height: initial !important;
        float: none;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
    }

    .auto * {
        max-width: 100%
    }


    .mt80 {
        margin-top: 20px;
    }

    .rilititle {
        font-size: 20px;
    }

    .m-w100 {
        /*手机端自动宽度为100%*/
        width: 100% !important;
    }

    .m-nofloat {
        /*手机端取消浮动*/
        float: none !important;
    }

    .richtext * {
        /*富文本排版清除样式*/
        margin: initial !important;
        float: none;
        width: 100%;
        top: initial !important;
    }

    .richtext p {
        padding: 10px 0;

    }

    .m-pt10 {
        padding-top: 10px;
    }

    .m-pt20 {
        padding-top: 20px;
    }

    .h {
        font-size: 18px !important;

    }



    /*导航适配*/



    .head {
        height: 44px;
        line-height: 44px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .head .logo {
        height: 60px;
        padding-left: 10px;
        top: 12px
    }

    .logo a {
        height: 24px;
    }

    .logo a span:first-child {
        height: 24px;
    }

    .logo a span:last-child {
        height: 24px;
        width: 115px;
        float: left !important;
    }

    .head .logo img {
        height: 100%;
    }

    .navbody {
        float: none;
        position: fixed;
        top: 0;
        right: -260px;
        width: 260px;
        height: 100%;
        background: #000;
        overflow: auto;
        overflow-x: hidden;
        padding-top: 60px;
        z-index: 10;
        margin-right: 0;
    }

    .navbody>ul {
        padding-bottom: 80px;
    }

    .navbody>ul>li {
        line-height: 44px;
        display: block;
        float: none;
        width: 100%;
        /* 	border-bottom: 1px solid #444;*/
        margin-bottom: 20px;

    }

    .navbody>ul>li>a {
        color: #fff;
        font-size: 16px;
        height: 44px;
        line-height: 44px;

    }

    .navbody>ul>li.focus>a {

        color: #fff;

    }

    .navbody>ul>li>ul {
        display: block;
        position: relative;
        width: initial;

    }

    .navbody>ul>li>ul:before {
        display: none;
    }

    .navbody>ul>li>ul>li {
        display: block;
        float: none;
        text-align: left;
        margin-right: 0;
    }

    .navbody>ul>li>ul>li>a {
        padding-left: 32px;
        color: #c7c7c7;
        background: #222;
        font-size: 14px;
    }







    /*.sidebar {
    display: block;
    z-index: 19;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: rgba(0,0,0,0.62);
    border-radius: 50%;
    border: 3px solid #ccc;
    cursor: pointer;	
	}
	.sidebar:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	margin-left: -6px;
	background: #fff;
	}*/

    .sidebar {
        display: block;
        z-index: 19;
        position: absolute;
        right: 16px;
        top: 15px;
        width: 18px;
        height: 16px;


        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sidebar:before {
        position: absolute;
        content: "";
        left: 0%;
        top: 50%;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background: #333;
    }

    .sidebar.focus {
        display: block;
        z-index: 19;
        position: absolute;
        right: 16px;
        top: 15px;
        width: 18px;
        height: 16px;


        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sidebar.focus:before {
        position: absolute;
        content: "";
        left: 0%;
        top: 50%;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background: #fff;
    }



    .navbodybg {
        position: fixed;
        top: 0;
        left: 0;
        transition: all 0.5s;
        background: rgba(0, 0, 0, 0.2);
        display: none;

        width: 100%;
        height: 100vh;
    }


    .search,
    .language {
        display: none;
    }


    .fullSlide,
    .banner,
    .fullSlide .bd li {
        height: 220px;
    }

    .fullSlide .prev,
    .fullSlide .next {
        display: none;
    }

    .fullSlide .prev {
        width: 40px;
        left: 0;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .fullSlide .next {
        width: 40px;
        right: 0;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .fullSlide .hd {
        bottom: 0;
    }

    .foot {
        height: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footmain {
        padding-top: 0px;
    }

    .logofoot,
    .navfoot,
    .code {
        display: none;
    }

    .copyright {
        margin-top: 0;
        border-top: none;
    }

    .copyright p {
        font-size: 12px;
        float: none;
        height: initial;
        line-height: 1.7em;
        display: block;
    }

    .copyright p:last-child {
        text-align: center;
        padding-top: 6px;
    }

    .link3 {
        height: initial;
        margin-top: 20px;
    }

    .link3 ul {
        margin-left: 0;
    }

    .link3 ul li {
        height: initial;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .link3 ul li .pp {
        width: 100%;
        background-repeat: no-repeat;
        height: initial;
    }

    .link3 ul li .pp img {
        max-width: 100%;
    }

    .link3 ul li .name {
        position: absolute;
        width: 100%;
        height: 40px;
        line-height: 40px;
        top: initial;
        bottom: 0;
        left: 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.62);
    }


    .aboutkt .name {
        text-align: center;
        font-size: 26px;
        padding-top: 0;
    }

    .aboutkt p {
        padding-top: 8px;
    }

    a.more {
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 20px;
        font-size: 16px;
        background: #f6f6f6;
    }

    .aboutketing {
        margin-top: 20px;
    }

    .vr a img {
        width: 100%;
    }


    .fullSlide2 .bd li,
    .fullSlide2,
    .lunbonews {
        height: 200px;
    }


    /**/
    .menu {
        display: none;
    }

    .container {}

    .main {
        margin-top: 0px;
    }

    .location {
        height: 40px;
        line-height: 40px;
        color: #999
    }

    .location a {
        font-size: 12px;
        color: #999
    }

    .location a:first-child {
        background: none;
    }

    .container {}

    .qingdao2js {
        padding: 0;
        background: none;
        height: initial;
    }

    ul.deqi {
        margin-left: -5%;
    }

    ul.deqi li {
        width: 45%;
        height: initial;
        margin-left: 5%;
        margin-bottom: 20px;
        float: left;
    }

    .dgyj {
        height: initial;
        background: none;
        padding: 0;
    }

    .dgyj .tt {
        font-size: 36px;
        font-weight: bold;
    }

    .shuxian {
        display: none;
    }


    ul.newslist {}

    ul.newslist li {
        overflow: hidden;
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px
    }

    ul.newslist li .newspic img {
        max-width: 100%
    }

    ul.newslist li .newstitle {
        width: 100%;
    }

    ul.newslist li .newstitle a {
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
    }

    ul.newslist li .newstitle .time {
        margin-top: 25px;
        font-size: 14px;
        color:#999;
    }

    ul.newslist li .newstitle p {
        margin-top: 90px;
        font-size: 18px;
    }


    ul.newslist li .newstitle * {
        margin: 10px 0 !important;
    }

    ul.hdjh li:nth-child(odd) {
        left: initial;
    }

    ul.hdjh li {
        width: 100%;


    }

    .jhlist .jhli {
        font-size: 18px;
        line-height: 2em;
        height: initial;
        font-size: 14px;
    }

    .month {
        font-size: 20px;
    }

    ul.hdjh::before {
        display: none;
    }

    .jhtitle {

        margin-bottom: 30px;
        font-size: 30px;
    }


    .rlhd {
        overflow: hidden;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .rlhd .pic {
        width: 100%;
        height: initial;
    }

    .rlhd .pic img {
        width: 100%;
    }

    .rlhd .rlp {
        width: 100%;
    }

    .rlhd .rlp .tt {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .rlhd .rlp .time {
        line-height: 2em;
        height: initial;
    }

    .rlhd .rlp {
        line-height: 2em;
        background: #fff;
        border-radius: 16px;
      
        margin-top: -50px;
    }

    .rlhd .rlp p {
        margin-top: 35px;
    }

    .rlhd .rlp a.more {
        margin-top: 80px;
    }

    .xgxw {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
    }

ul.hzxx li{
	width: initial;
	margin-bottom: 20px;
}

.fuwulist table tr td {
    
    padding: 10px 20px;
    height: initial;
}


ul.lxwm{}
ul.lxwm li{ float: left;width: 100%;margin-bottom: 40px; }
ul.lxwm li .zp{float: left;width: 100%;height: 300px;background: #000;  }

ul.lxwm li .zp img{width: 100% ;height:300px;}
ul.lxwm li .personp{   width: 100%; float: right;} 

.searchbar{
    margin-bottom: 0px;
}



.searchbox2 {
	margin-top: 15px;
    margin-left:0; 
    z-index: 12;
    background: #f2f2f2;
    width: 100%;
    height: 40px;
  
    border-radius: 20px;
    transition: all 0.5s
}

.searchbox2 input {


    height: 40px;
    float: left;
    width: 280px;
    border: none;

    padding: 0 15px;
    background: none;
    color: #000;

    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.searchbox2 button {
    margin-top: 0px;
    margin-right: 0px;
    width: 40px;
    height: 40px;
    float: right;
    border: none;
    background: none;
    color: #fff;
    background: url(../images/searchicon.png) no-repeat center center;
}

.dl1{
    width: 100%;
    height: initial;
    background: url(../images/dl1.png) no-repeat left top;
    position: relative;
}
.dl1 p{
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0;
    border:none;
    background: #fff;
    bottom:initial;
    left: initial;
    margin-left: 0;
}




















    /*代码结束*/
}