/*
author:liuming;
time:20191111;
 */
@media screen and (max-width:768px) {

	 .box{
	 	padding:20px 24px;
	 	box-sizing: border-box;
	 }
	 .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; /*所有段落文字统一设置为16*/
	 }
	 .mwauto{
	 	width: auto;
	 }
	 .mw100{
	 	width: 100% !important;
	 }
	 .nofloat{
	 	float: none;
	 }
	 .mh100{
	 	height: initial !important;
	 }









	 /*导航适配*/

	 
	 .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;
	 }
	 .navbody>ul>li{
	 	line-height: 44px;
	 	display: block;
	 	float: none;
	 	width: 100%;
	 	border-bottom: 1px solid

	 }
	 .navbody>ul>li>a{
	 	color: #fff;
	 	font-size: 16px;
	 	height: 44px;
    line-height: 44px;

	 }
	 .navbody>ul>li>ul{
	 	display: block;
	 	position: relative;

	 }
	 .navbody>ul>li>ul:before{
	 	display: none;
	 }
	 .navbody>ul>li>ul>li>a{
	 	padding-left: 32px;
	 	color: #999;
	 	background: #303030;
	 }
	 /*.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;
	}


	.kjnav{
		display: none;
	}


.lxli ul,.lxli h3{
	margin-left: 0;
}

.xnjy .name{
	line-height: 85px;
}
.nhead .logo img{
	width: 50%;
	padding-left: 20px;
}

.myhead .logo img{
	width: 50%;
	padding-left: 20px;
}
.myhead{
	height: 60px;
}
.userimg{
	display: none;
}
.foot2{
	line-height: 1.8em;

}


.qiatan{
	display: block;
	text-align: center;
	margin-top: 32px;
}
.itemname  img{
	display: block;
	padding-left: 20px;
}
.leixing{
	display: block;
	float: none;
}
.mk1{
	padding-top: 85px !important;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #fff;
    background-color: #0882ef;
    color: #fff;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
}

table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #fff;
    background-color: #eff0f4;
    text-align: center;
    height: 50px;
    font-size: 14px;

}
table.qitatable{
	width: 100%;
}
table.qitatable td {
    height: 50px;
    background-color: #eff0f4;
    text-align: left;
    padding-left: 12px;
    font-size: 14px;
}

table.qitatable td.bt {
	 background-color: #0882ef;
    color: #fff;
    text-align: center;
 width: initial;
    padding-left: 0;
    font-size: 14px;

}
.xnjy .name div{
	font-size: 18px;


}
 
.mktitle{
	font-size: 18px;
	padding-bottom: 16px;
}

.lxli h3{
	text-align: center;
}

.casetitle{
	text-align: center;
	padding-top: 12px;
}
.ptjj {
    background: rgba(255, 255, 255, 1);
}

table td,table th{
	display: block;
	width: 100% !important;
	padding: 4px 0
}

.ptdt, .hdxx{
	border: none;
}

.tongzhi{
	margin-top: 20px;
}
.ptdt,.hdxx,.newslist{
	background: #f6f6f6;
	border-radius: 12px;
}

.tztop1{
	box-sizing: border-box;
	padding: 20px;
	background: #f6f6f6;
	border-radius: 12px;
	margin-top: 16px;
}

.foot,.foot2{
	line-height: initial;
	height: initial;
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 12px;

}
.indexmain a,.indexmain span{
	font-size: 14px !important;

}
.top .logo img{
	width: 80%;
}


.logo a{

}
.menu {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin-left:0;
    left:0;
}
.menu a{
	    display: inline-block;
    width: 45.5%;
    height: 32px;
    margin-left: 3%;
    float: left;
    background: none;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #3d79e7;
    margin-bottom: 8px;
}
.menu a:nth-child(5){
	width: 94%;
}


.roll_row .roll__list li {
    width: 116px;
    margin-right: 20px;
    text-align: center;
    margin-right: 0;
    /* background: rgba(255,255,255,0.1); */
}
.rxx{
	display: none;
}
.rnum div{
	font-size: 22px;
}
.control{
	display: none;
}

.roll-wrap li{
	background: rgba(255,255,255,0.2);
	height: 100px;

}


.roll_row .roll__list li{
	height: 60px;
}
.roll{
	width: 90%;
	border-radius: 16px;
}
.rname{
	padding-top: 6px;
}
.top{
	background: url(../images/mbodybg.jpg) no-repeat center top;
	background-size: cover;
}
.myhead{
	border-bottom: 0;
}
.tongzhi{
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.rnum span{
	display: none;
}
.videoandtop1{
	width: 100%;
}
.video{
	font: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}

 .fp-section {
        box-sizing: border-box;
        padding-top: 60px;
    }


img.flogo{
	max-width: 90%;
	padding-left: 20px;
}

    .fmt60{
        margin-top: 0px;
    }

.s2cont{
	padding: 20px;
	width: 100%;
}

.section{
	height: initial !important;
	overflow: scroll;
	box-sizing: border-box;
}
.logo{
	margin-top: 8px;
}


#dowebok{
	/*height: initial !important;
	overflow: scroll;
	position: relative !important;
	transform: none !important;
	transition: none !important;*/
}

.pd{
	padding: 20px;
}


.s1name2{
	background: none;
	text-align: left;
	padding-top: 20px;
	font-size: 26px;
	padding-left: 24PX;
	padding-right: 24px;
}


.section{
	padding-top: 20px;
	background-size: cover;
	padding-bottom: 0px;
	position: relative;
	min-height: initial;
}
#dowebok {
    padding-top: 0px;
}

.s1cont.mt40,.s2cont{
 
	margin-top: 10px;
}

.s2span{
	text-align: justify;
	font-size: 14px;
	
}
.s2span span{
	width:100%;
	display: block;
	float:left;
	text-align: center;
	padding: 4px 0;;
}
.t1casecont p{
	width: 100%  !important;
	padding-top: 10px;
}
.s3footmenu{
	bottom: initial;
	top: 0;
	height: initial;
}
.s3footmenu ul li{
	text-align: center;
	font-size: 14px;
	width:  45% !important;
	float: left;
	display: inline-block;
	margin-bottom: 6px;
	margin-left: 3%;
	height: 32px;
	line-height: 32px;
}

.s3tabs{
	padding-top: 150px;
}
.citylist li{
	width: 100%;
	margin-left: 0;
}
.citylist li .citypic{
	width: 100%;
}

.citylist{
	margin-left: 0;
}

.citylist li .citypic a img{
	max-width: 100%;

}
.listtop{
	width: 100%;
	background:none !important;
	height: initial !important;
	padding-top: 0px !important;
}

.citylist li .citypic{
	height: initial;
	line-height: initial;
}
.typename{
	font-size: 20px;
	font-weight: bold;
	color: #3982e7;
}

.citylist li p a{
	font-size: 16px;
}

.citylist li p{
	margin-top: 6px;
}



.foot2{
	background: #3982e7;
}

.section a, .s1cont p a{
	color:#333;
}












/*代码结束*/
}