/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:8px;
height:8px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #555;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.pglist li {
	display: inline-block;
}

.pglist a {
	color: #999;
	padding: 0 10px;
	margin: 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	background: #fff;
	border: 1px solid #f2f2f2;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #015cb5;
	border-color: #015cb5;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #015cb5;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	color: #666;
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 76%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
@media screen and (max-width:640px) {
.sitemap {
	padding: 5px 0;
}
.sitemap dt {
	width: 22%;
}
.sitemap dt a {
	font-size: 12px;
}
.sitemap dd a {
	font-size: 12px;
	padding-right: 3%;
	line-height: 23px;
}
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
@media screen and (max-width:640px) {
.tags_list {
	padding: 5px 0;
}
.tags_list dt {
	min-width: 32%;
}
.tags_list dt a {
	font-size: 12px;
}
.tags_list dt:nth-child(3n) {
	margin-right: 0;
}
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	padding: 10px 0px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
	margin-left: 10px;
}
.tags a {
	color: #333;
	font-size: 14px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #015cb5;
	border-color: #015cb5;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	transition: all .5s;
}
.comment-main:hover {
	border-bottom: 3px solid #015cb5;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #015cb5;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #015cb5;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #015cb5;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 96%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	transition: all .5s;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #015cb5;
	box-shadow: 0 0 10px 0 #015cb5
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	transition: all .5s;
}
.comment-show-box .fb-box-div input:hover {
	background: #015cb5;
	color: #FFF;
}
@media screen and (max-width:768px) {
.comment-show-box .pl-box2 dl dd, .comment-show-box .fb-box dd {
	width: 90%;
}
.comment-show-box .fb-box dd p textarea {
	width: 95%;
}
}
@media screen and (max-width:640px) {
.comment-show-box {
	margin: 10px 5px;
}
.comment-show-box .pl-box2 dl dd h1 {
	line-height: 20px;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 5px;
	line-height: 18px;
}
.comment-show-box .pl-box2 dl dd {
	width: 80%;
}
.comment-show-box .fb-box dt {
	display: none;
}
.comment-show-box .fb-box dd {
	width: 100%;
}
.comment-show-box .fb-box dd p textarea {
	width: 88%;
}
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #015cb5;
	border-color: #015cb5;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 300px;
	height: 300px;
	padding: 20px;
	padding-top: 35px;
	margin-top: -150px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 135px;
	height: 135px;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 3px 5px;
	line-height: 18px;
	background-color: #015cb5;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 23px;
	background-image: url(../images/wx.png);
	background-size: 20px;
	background-position: 5px center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -23px;
	z-index: 9999999;
	font-size: 16px;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 46px;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 5px;
	display: none;
}
/*视频样式*/
video {
	background-color: #000;
}


/*产品页描述改动*/

.cpmiaoshu {
	width: 100%;
    min-height: 100px;
    border: 1px solid #dedede;
    font-size: 14px;
    padding-bottom: 10px;
    color: #636363;
	margin-bottom: 10px;
}

.cpmiaoshu h2 {
	font-size: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    color: #015cb5;
    border-bottom: 1px solid #c1c1c1;
    color: #ececec;
    margin-bottom: 10px;
    background: #015cb5;
}
.cpmiaoshu p {
	padding: 2px 10px;
}


.cpmiaoshu1 {
	width: 400px;
	height: 250px;
	background: #000;
	float: right;
	margin-right: 10px;
	color: #fff;
}

.cpmiaoshu1 a {
	display: inline-block;
	width: 49.8%;
	height: 40px;
	background: #015cb5;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin-top: 120px;
	color: #fff;
	font-weight: 600;
}

.cpmiaoshu1 a:hover {
	background: #3d8fde;
}

.cpmiaoshu1 p {
	margin: 0 10px;
	text-align: justify;
	color: #777;
}

.cpmiaoshu1 strong {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 20px 0px;
	display: block;
	color: #484848;
}

.cpmiaoshu1 span {
	padding-right: 10px;
	font-weight: 200;
}





.cph2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #015cb5;
    margin-bottom: 15px;
    margin-top: 15px;

}

.cph2 h2  {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-left: 3px solid #fff;
}


.cpbj {
	text-align:center;

}

.cpbj a {
    display: inline-block;
    padding: 10px  20px;
    background: #015cb5;
    font-size: 16px;
    text-align: center;
    /* margin: 0 auto; */
    color: #fff;
    border-radius: 5px;
    margin: 10px auto;
}

.cpbj a:hover {
    background: #7d7d7d;
}

/*产品页描述改动*/


/*栏目页面顶部调用集权*/

.lanmujq {
	min-height: 50px;
    border: 1px solid #eae6e6;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.lanmujq h1 {
	font-size: 16px;
	font-weight: 400;
	color: #131313;
	padding-top: 10px;
	text-align: justify;
}

.lanmujq p {
	text-align: justify;
    font-size: 14px;
    color: #585858;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*栏目页面顶部调用集权*/

/*栏目顶部自定义*/

.lvbantop {
	align-items: center;
    display:-webkit-flex;
    background: url(../images/lvbanbg.jpg) no-repeat center;
}

.lvbantop1 {
    width: 1200px;
    margin: 0 auto;
    min-height: 120px;
    line-height: 16px;
    padding: 40px 10px;

}
.lvbantop1 h2 {
    margin-top: 15px;
    font-size: 40px;
    color: #015cb5;

}

.lvbantop1 h2 span {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 400;
    padding-left: 20px;
}

.lvbantop1 a{
	display: inline-block;
	background: #015cb5;
	color: #fff;
	padding: 6px 10px;
	margin-left: 8px;
}

.lvbantop1 a:hover{
	background:  #003c77;
	color: #fff;
}


.lvbantop1 p{
	padding-top: 10px;
}

.lvbantop1 p:nth-child(2){
    padding-top: 10px;
    font-size: 14px;
    color: #404040;
}
.lvbantop1 p:nth-child(3){
    padding-top: 10px;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 700;
}

.lanmutop101 {
    width: 100%;
    height: 180px;
    background: #000;
    margin-top: 20px;
}
/*栏目顶部自定义*/


.guanggao {
    width: 100%;
    min-height: 30px;
    background: #015cb5;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.guanggao span {
    font-weight: 700;
    color: #ffeb00;
    letter-spacing: 2px;
    font-size: 20px;
}

.danye {
	font-size: 16px;
	line-height: 28px;
	color: #434343;
	text-align: justify;
}
.danye h2 {
	font-size: 16px;
	padding: 8px 0 8px 16px;
	font-weight: 400;
	color: #015cb5;
	border-bottom: 1px solid #c1c1c1;
	color: #ececec;
	margin-bottom: 10px;
	background: #015cb5;
}
.danye p {
	margin-bottom: 15px;
}
.danye img {
	max-width: 100%;
}


.danye1 {
	font-size: 16px;
	line-height: 28px;
	color: #434343;
	text-align: justify;
}

.danye1 h2 {
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 4px solid #015cb5;
	padding-left: 20px;
	font-weight: 600;
	color: #015cb5;
}

.danye1 h3 {
	margin-bottom: 10px;
	font-size: 16px;
	color: #015cb5b8;
	font-weight: 550;
}

.danye1 table {
	margin-bottom: 10px;
}

.danye1 strong {
}

.danye1 p {
	margin-bottom: 10px;
}
.danye1 img {
	max-width: 100%;
	border-radius: 2%;
	height: auto;
}



.ycbhnews {
	font-size: 14px;
	height: auto;
	background: #fbfbfb;
	text-align: center;
	padding: 10px;
	margin: 10px 0px;
	color: #000000;
	font-weight: 200;
	margin-top: 25px;
}

.ycbhnews p {
	padding :2px 0;
	font-weight: 100;
}

.ycbhnews a {
	color :#000;
}


.ckzl {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	color: #969696;
}

.ckzl a {
	color: #969696;
	padding-right:10px;
}

.dianzan {
	padding: 10px 10px 0 10px;
	text-align: center;margin-bottom: 15px;
}

.dianzan a {
	display: inline-block;
	padding: 10px 15px;
	width: 145px;
	background: #ffb102;
	font-size: 16px;
	color: #fff!important;
	border-radius: 23px;
	text-decoration: none;
	text-align: center;
}

.dianzan span{
	
padding-right: 2px;
}

.shoucang {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}


.shoucang input {
	padding: 8px 10px;
	display: inline-block;
	background: #015cb5;
	color: #fff;
	font-size: 14px;
	border-radius: 10%;
	padding-right: 10px;
	margin-left: 5px;
	border: 0px;
}

.shoucang a{
	padding: 8px 10px;
	display: inline-block;
	background: #015cb5;
	color: #fff;
	font-size: 14px;
	border-radius: 10%;
	padding-right: 10px;
	margin-left: 5px;
}

/*新闻调用作者部分开始*/

.zuozhe {
width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    padding: 8px 0;
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
    text-align: center;
}

.zuozhe a {
	padding-right: 20px;
}

.zuozhe span {
	padding-left: 10px;
}

#zuozhe1 {
	position: relative;
    top: 0px;
    background: #fdd000;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    padding: 3px 5px 3px 5px;
    margin-top: 0;
    margin-right: 20px;
}


.zuozhe11 {
	display: none;
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
	border-top: 1px dashed #e5e5e5;
	padding: 10px 0;font-size: 14px;
	color: #808080;margin-bottom: 20px;
	text-align: center;
}

.zuozhe11 a {
	padding-right: 20px;
}

.zuozhe11 span {
	padding-left: 10px;
}

/*新闻调用作者部分结束*/

/*新闻调用导读部分开始*/

.daodu {
	width: 100%;
    background: #f3f3f3;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #808080;
    border: 1px solid #e4e4e4;
}

.daodu span {
	color: #f70000;
    font-weight: 700;
}


.zuozher {

height: 75px;
width: 100%;
background: #fff;
margin-bottom: 10px;
padding-top: 10px;
}


.zuozher1 {
    position: relative;
    width: 57px;
    height: 60px;
    margin-right: 15px;
    padding: 1px 0;
    border-radius: 50%;
    float: left;
    display: block;
    float: left;
    margin-left: 20px;
}
.zuozher1 img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.zuozher2 {
    float: left;
    padding-left: 20px;
    height: 75px;
    width: 800px;
}

.zuozher2 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding-right: 20px;
}

.zuozher2 span {
	font-size: 12px;
	padding-top: 4px;
	display: block;
	color: #000;
	font-weight: 300;
}

#zuozhe2 {
	position: relative;
	top: 0px;
	background: #ff0000;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	padding: 3px 5px 3px 5px;
	margin-top: 0;
	margin-right: 20px;
}

.vip-ez{
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(/skin/images/icon_com.png) no-repeat;
    background-position: -6px -172px;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 17px;
}


/*新闻调用导读部分结束*/

/*栏目报价底部部分开始*/
.baojia {
	width: 95%;
    border-top: 1px solid #e2e2e2;
    margin: 0 auto;
    font-size: 14px;	
}

.baojia a:first-child {
	width: 50%;
    display: block;
    float: left;
    text-align: center;
    padding: 6px 0;
	color: #000;
}

.baojia a:last-child {
	width: 50%;
    display: block;
    float: right;
    text-align: center;
    padding: 6px 0;
    background: #015cb5;
    color: #ececec;
}

.baojia a:last-child:hover {
	width: 50%;
    display: block;
    float: right;
    text-align: center;
    padding: 6px 0;
    background: #015cb5;
    color: #ececec;
	font-weight: 700;
}

.baojia span {
	padding-right: 6px;
}

/*栏目报价底部部分结束*/

/*产品栏目三个标注*/
.cpxq {
	font-size: 16px;
	float: left;
	width: 100%;
	color: #015cb5;
}

.cpxq a {
	width: 33%;
	display: block;
	float: left;
	padding: 10px 0;
}

.cpxq span {
	padding: 0 10px 0 5px;
	font-weight: 600;
	color: #015cb5;
}
/*产品栏目三个标注*/

.cpanniu {
	
	
}

.cpanniu a {
	
}

.db11{
	font-size: 14px;
	color: #656565;
	padding: 10px 0;
	border-top: 1px solid #4c4c4c;
	text-align: justify;
}
.db12 {
	font-size: 14px;
	color: #636363;
	text-align: justify;
}

.db12  a {
	color: #636363;
	padding-right: 10px;
}


.ztbt1 {
	width: 1920px;
	margin: 0 auto;
}

.ztbt1 img {
	width: 100%;
}



@media screen and (max-width: 1200px) {
.lvbantop {
    display: none;
}

@media screen and (max-width: 1000px) {
.baojia{
    display: none;
}

@media screen and (max-width: 1000px) {
.zuozhe{
    display: none;
}

@media screen and (max-width: 1000px) {
.zuozhe11{
	display: block;
}

@media screen and (max-width: 1000px) {
.daodu {
	width: 93%;
	background: #f3f3f3;
	padding: 10px;
	font-size: 14px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #808080;
	border: 1px solid #e4e4e4;
	text-align: justify;
}

.zuozher {
	height:100px;
}

.zuozher1 {
	margin-right:0px;
}

.zuozher2 {
	width:220px;
}

.ztbt1 {
	width: 100%;
	margin: 0 auto;
}
}