﻿*{ margin:0; padding:0; list-style:none; outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);word-break:break-all;word-wrap:break-word;white-space: normal;}
input[type=text]{-webkit-appearance:none;}
input[type=button]{-webkit-appearance:none;}
input[type=submit]{-webkit-appearance:none;}	
button{-webkit-appearance:none; /*去除input默认样式*/}
button[type="button"]{-webkit-appearance:none;}
input:focus,textarea:focus,button:focus {outline: none; background-color:none;}
body,html{ margin:0; padding:0; width:100%; max-width:750px;  }

a:hover,a:active{-webkit-tap-highlight-color: rgba(0,0,0,0);}


body{background-attachment: fixed; max-width: 750px; background:#ffffff; }
a{text-decoration: none; blr: expression(this.onFocus=this.blur());}
a,a:hover,*:hover a,img,*:hover img{transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;}
img{ max-width:100%; display:block;}
.clearfix {
	display: block;
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/*主体内容*/

.g-head~.g-main{padding-top: 56px;    overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}

/*---头部----*/
/*默认显示头部*/
.m-head{ z-index:99999; height:56px; box-shadow:none; background:#fff; padding-left:2.5%; padding-right:2.5%;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; position:fixed; left:0; top:0; z-index:9999; width:100%; box-sizing:border-box; max-width:750px;}	
.m-head .m-logo{ width:250px; margin:15px 0 0 0; float:left;}
.m-head .m-menuIcon{ float:right; position:relative; width:28px; height:25px; margin:17px 0 0 0; -webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform;transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 800ms;transition-duration: 800ms;}

/*默认*/
.m-head .m-menuIcon .m-menuline{ content:''; display:block;background:#333333;width:23px; height:2px; border-radius:2px; position:absolute; left:0; bottom:0; top:0; margin:auto;-webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 800ms;transition-duration: 8s00ms;}	
.m-head .m-menuIcon .m-menuline:before,.m-head .m-menuIcon .m-menuline:after{content: '';display: block;width: 23px;height: 2px;border-radius: 3px;position: absolute;background: #313131;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 800ms;transition-duration: 800ms;}
.m-head .m-menuIcon .m-menuline:before{ position:absolute; left:0; top:0;margin-top: -7px;}	
.m-head .m-menuIcon .m-menuline:after{ position:absolute; left:0; top:0;margin-top: 7px;}
/*展开*/
.menu-open .m-head .m-menuline{-webkit-transition: all 800ms ease-in-out;transition: all 800ms ease-in-out;-webkit-transform: translateX(0);transform: translateX(0);}
.menu-open .m-head .m-menuIcon .m-menuline{background:rgba(0, 0, 0, 0);-webkit-transition-property: background-color, -webkit-transform;transition-property: background-color, -webkit-transform;transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform;-webkit-transition-duration: 200ms;transition-duration: 2s00ms;}
.menu-open .m-head .m-menuIcon .m-menuline:before{margin-top: 0;-webkit-transform: rotate(45deg);transform: rotate(45deg); background:#767676;}
.menu-open .m-head .m-menuIcon .m-menuline:after{margin-top: 0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background:#767676;}
	
@media( max-width:360px){
	.m-head .m-logo{width: 230px;margin: 15px 0 0 0;}
}
@media( max-width:340px){
	.m-head .m-logo{width: 230px;margin: 15px 0 0 0;}
}

/*默认头部菜单*/
.m-menu{ width:100%; max-width:750px; position:fixed; height: 100%; background: #fff; height:100%; padding-top:56px;top:100%; width:100%; left:0;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; opacity: 0; overflow:hidden; overflow-y:auto; box-sizing:border-box; padding-top:22px;}
.m-menu .list{/*border-bottom: 1px solid #ededed;*/}
.m-menu .f-list{-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.m-menu .f-list .m-link{padding:0 4%;height: 58px;text-align: left;margin: 0;/*border-top: 1px solid #ededed;*/border-bottom: 1px solid #ededed;color: #656565; display:block;  font-size:20px; line-height:58px; position:relative;/*transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;*/}
.m-menu .m-link.on:after{ content:''; width:18px; height:18px; float:right; background:url(../m_images/yicon19.png) center center no-repeat; background-size:18px; right:4%; top:0; bottom:0; margin:auto; position:absolute;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}

/*二级菜单*/
.m-menu .f-list .m-Menubox{ margin:0 4%; height:0;-webkit-transition: height .4s ease;-o-transition: height .4s ease;transition: height .4s ease; overflow: hidden;transition: height .4s ease;}
.m-menu .f-list .m-Menubox a{width: 100%;display: block;font: 16px/52px "微软雅黑";height: 52px;border-bottom: 1px solid #ededed;text-align:left;overflow: hidden;color: #434343;opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);    transform: translate3d(0, -50%, 0); opacity:0;}
/*.m-menu .f-list .m-Menubox a:last-child {border: none;}*/
.m-Menuwx {padding: 16px 4%;text-align: left; margin-bottom:15px;}
.m-Menuwx a{ display:block;}
/*二级菜单展开*/
.m-menu .f-list.expand .m-link{ border-bottom:1px solid #ededed; /*background:#f5f5f5;*/}
.m-menu .f-list .m-link:active{ background:#f5f5f5;}
.m-menu .f-list.expand .m-link.on:after{-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg);transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; }

.m-menu .expand .m-Menubox a{opacity: 1;-webkit-transform: translate3d(0, 0, 0) !important;transform: translate3d(0, 0, 0) !important;transition: opacity .4s linear, -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94);transition: opacity .4s linear, transform .4s cubic-bezier(.25, .46, .45, .94), -webkit-transform .4s cubic-bezier(.25, .46, .45, .94) !important;}
.m-menu .expand .m-Menubox a:nth-child(1) {transition-delay: .1s; }
.m-menu .expand .m-Menubox a:nth-child(2) {transition-delay: .2s;}
.m-menu .expand .m-Menubox a:nth-child(3) {transition-delay: .3s; }
.m-menu .expand .m-Menubox a:nth-child(4) {transition-delay: .4s; }
.m-menu .expand .m-Menubox a:nth-child(5) {transition-delay: .5s; }
.m-menu .expand .m-Menubox a:nth-child(6) {transition-delay: .6s; }
.m-menu .expand .m-Menubox a:nth-child(7) {transition-delay: .7s; }
.m-menu .expand .m-Menubox a:nth-child(8) {transition-delay: .8s; }
.m-menu .expand .m-Menubox a:nth-child(9) {transition-delay: .9s;}
.m-menu .expand .m-Menubox a:nth-child(10) {transition-delay: 1s; }


/*展开*//*展开颜色*/
.menu-open{ position:fixed; left:0; top:0; width:100%; height:100%; overflow:hidden;}
.menu-open .m-logo{ display:none;}
.menu-open .m-head{ background:#fff;transition:all 0.6s ease;-ms-transition:all 0.6s ease;-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease; height:auto;}
/*.menu-open .m-menuIcon:before,.menu-open .m-menuIcon span,.menu-open .m-menuIcon:after{ background:#fff;}*/

.menu-open .m-menu{top: 0px;opacity: 1; transition: all 0.6s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;opacity: 1; z-index:999;}
.menu-open #m-bg{ position:fixed; left:0; top:0; z-index:111; background:#fff; width:100%; height:100%;}
.menu-open .m-head .m-menuIcon{ position:fixed; right:2.5%;}

/*底部*/
.g-foot{ background:#e5e5e5; padding:25px 2%; color:#5c5d60; font:12px/26px "微软雅黑";  text-align:center;}
.g-foot *{ color:#5c5d60;}
.g-foot .m-fa{ font:14px/21px "微软雅黑"; }
.g-foot .m-fd{ width:100%; text-align:center; padding:13px 0 12px;}
.g-foot .m-fd dt,.g-foot .m-fd dd{ display:inline-block; vertical-align:middle;}
.g-foot .m-fd dt a{ width:26px; float:left; margin:0 11px 0 0;}
.g-foot .m-fd dt img{ width:auto; height:21px;}
.g-foot .m-fd dd{ color:#5c5d60; font-weight:bold; font-size:14px;}
/*首页*/
/*banner*/
.g-banner{ margin-bottom:8px;}
/*.swiper-container {width: 100%;height: auto;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff; }
.swiper-container .swiper-slide {height: auto }
.g-banner .swiper-pagination-bullet{ background:#fff; opacity:1;}
.g-banner .swiper-pagination-bullet-active{ background:#1c9fcd;}*/


/*标题*/
.m-demotit{ font:12px/26px "微软雅黑"; height:26px;}
.m-demotit .m-icon{ width:15px; float:left; height:26px; position:relative;}
.m-demotit .m-icon img{ width:11px; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.m-demotit .m-name{ float:left; font-size:16px; color:#27a3e4; font-weight:bold;}
.m-demotit .m-more{ float:right;}
.m-demotit .m-more a{ color:#fe7934;}
/*列表1*/
.m-demolist1{}
.m-demolist1 ul{ width:102%}
.m-demolist1 li{ float:left; width:48%; margin:0 2% 10px 0; overflow:hidden;}
.m-demolist1 li a{ position:relative; display:block; width:100%; padding-bottom:56.5%;}
.m-demolist1 li .m-pic{ width:100%; position:absolute; left:0; top:0; display:block;}
.m-demolist1 li .m-name{ position:absolute; bottom:0; left:0; width:100%; font:12px/24px "微软雅黑"; height:24px; padding:0 10px; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:rgba(0,0,0,0.40); color:#fff; z-index:99;}
/*列表2*/
.m-demolist2{}
.m-demolist2 ul{ width:100%}
.m-demolist2 li.f-list{ width:100%; border-bottom:1px solid #dddddd; font:14px/50px "微软雅黑"; overflow:hidden;}
.m-demolist2 li.f-list a{ position:relative; display:block; width:100%; padding:0 90px 0 12px; background:url(../m_images/yicon7.png) left center no-repeat; background-size:5px; box-sizing:border-box; position:relative; height:50px; }
.m-demolist2 li.f-list .m-name{ width:100%; color:#666666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.m-demolist2 li.f-list .m-time{ width:90px; text-align:right; color:#666666; position:absolute; right:0; top:0; }
.m-demolist2 li.f-list a:active{ background-color:#fbfbfb;}
.m-demolist2 li.f-list1{ margin-bottom:5px; overflow:hidden;}
.m-demolist2 li.f-list1 a{ padding:0 0 0 174px; width:100%; overflow:hidden; min-height:116px; display:block; position:relative; box-sizing:border-box;}
.m-demolist2 li.f-list1 .m-pic{ width:161px; position:absolute;overflow:hidden; left:0; top:0; display:block;}
.m-demolist2 li.f-list1 .m-name{ font:14px/25px "微软雅黑"; height:25px; overflow:hidden; display:block; white-space:nowrap; color:#666666; text-overflow:ellipsis; margin:5px 0 0 0;}
.m-demolist2 li.f-list1 .m-detail{ font:12px/25px "微软雅黑"; height:75px; overflow:hidden; display:block; color:#888888;}
/*列表3*/
.m-demolist3{}
.m-demolist3 ul{ width:100%}
.m-demolist3 li.f-list{ width:100%; margin:0 0 29px 0; font:14px/50px "微软雅黑"; overflow:hidden;}
.m-demolist3 li.f-list a{ position:relative; display:block; width:100%; padding:0 0 0 76px; box-sizing:border-box; position:relative; height:62px; overflow:hidden; }
.m-demolist3 li.f-list .m-date{ position:absolute; left:0; top:0; width:58px; border:2px solid #186faa; background:#186faa; color:##186faa; text-align:center;}
.m-demolist3 li.f-list .m-date i{ width:100%; color:#186faa; font:18px/34px "微软雅黑"; height:34px; display:block; text-align:center; overflow:hidden; background:#fff;}
.m-demolist3 li.f-list .m-date em{ font:12px/25px "微软雅黑"; color:#fff; display:block; text-align:center; height:25px; text-align:center;}
.m-demolist3 li.f-list .m-name{ width:100%; color:#333; display:block; margin:6px 0 0 0; font:14px/26px "微软雅黑"; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.m-demolist3 li.f-list .m-detail{ font:12px/24px "微软雅黑"; white-space:nowrap; text-overflow:ellipsis; color:#666666; overflow:hidden; display:block;}
.m-demolist3 li.f-list1{ margin-bottom:12px; overflow:hidden;}
.m-demolist3 li.f-list1 a{ padding:0 0 0 174px; width:100%; overflow:hidden; min-height:116px; display:block; position:relative; box-sizing:border-box;}
.m-demolist3 li.f-list1 .m-pic{ width:161px; position:absolute;overflow:hidden; left:0; top:0; display:block;}
.m-demolist3 li.f-list1 .m-name{ font:14px/25px "微软雅黑"; height:25px; overflow:hidden; display:block; white-space:nowrap; color:#666666; text-overflow:ellipsis; margin:5px 0 0 0;}
.m-demolist3 li.f-list1 .m-detail{ font:12px/24px "微软雅黑"; height:48px; overflow:hidden; white-space:normal; display:block; color:#888888;}

/*列表4*/
.m-demolist4{}
.m-demolist4 ul{ width:102%}
.m-demolist4 li{ float:left; width:48%; margin:0 2% 10px 0; overflow:hidden;}
.m-demolist4 li a{ position:relative; display:block; width:100%; padding-bottom:65.5%;}
.m-demolist4 li .m-pic{ width:100%; position:absolute; left:0; top:0; display:block;}
.m-demolist4 li .m-name{ position:absolute; bottom:0; left:0; width:100%; font:12px/24px "微软雅黑"; height:24px; padding:0 10px; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; background:rgba(0,0,0,0.40); color:#fff; z-index:99;}


/*首页通栏图*/
.m-picsy.pb15{ padding-bottom:15px;}
.m-picsy{ width:100%; padding-bottom:20px;}
.m-picsy img,.m-picsy a{ display:block; width:100%;}

/*头条新闻*/
.m-ttxw-y{padding:0 2% 30px 2%;}
.m-ttxw{ height:46px; line-height:46px; padding-left:58px; box-sizing:border-box; margin-bottom:15px;}
.m-ttxw:before{ content:'头条新闻'; width:43px; height:46px; position:absolute; left:0; top:0; color:#fff; background:url(../m_images/yicon5.png) top center no-repeat; background-size:100%; font:12px/15px "微软雅黑"; padding:5px 10px 0 7px; box-sizing:border-box;}
.m-ttxw .swiper-slide{ white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.m-ttxw a{ font:bold 16px/46px "微软雅黑"; color:#d81d1a; display:inline-block; white-space:nowrap;}
/*法规规范*/
.m-fggf-y{padding:0 2% 30px 2%;}

/*国内动态*/
.m-gndt-y{padding:0 2% 30px 2%;}

/*通知公告*/
.m-tzgg-y{padding:0 2% 24px 2%;}

/*工程分布*/
.m-gcfb-y{ padding:0 2% 25px 2%;}
.m-gcfb-y .m-map-y,.m-gcfb-y .m-map-y img{ width:100%; display:block;}
.m-gcfb-y .m-demotit{ margin-bottom:11px;}

/*业务展示*/
.m-ywzs-y{ padding:0 2%; margin-bottom:35px;} 
.m-ywzs-y .m-demotit{ margin-bottom:12px;}

/****内页*****/
.pgny{ padding-bottom:20px;}
/*页码*/
.m-page{ width:100%; text-align:right; padding:10px 0; }
.m-page a{ min-width:30px; height:30px; padding:0 8px; box-sizing:border-box; text-align:center; display:inline-block; color:#333333; vertical-align:middle; font:14px/30px "微软雅黑"; border:1px solid #dedede;}
.m-page a.on,.m-page a:active{ background:#186faa; color:#fff;}
/*公司新闻*/
.m-gsxw-w{ padding:18px 2% 0 2%;}

.pgny .m-demotit{ padding-bottom:12px;}

/*详细*/
.m-xxy-w .m-title{ padding:0 0 20px 0;}
.m-xxy-w .m-title .m-name{ font:18px/30px "微软雅黑"; padding:8px 30px; text-align:center; color:#333333; border-bottom:1px solid #e5e5e5;}
.m-xxy-w .m-title .m-shape{ font:12px/18px "微软雅黑"; color:#919090; text-align:center; margin:17px 0 0 0;}
.m-xxy-w .m-digest,.m-xxy-w .m-digest *{ font:14px/30px "微软雅黑" !important; color:#666 !important;}
.m-xxy-w .m-digest img{ width:100%; display:block; margin:25px 0;}

.m-pager p{ font:14px/30px "微软雅黑"; height:30px; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.m-pager p a{ color:#666666; white-space:nowrap;}
.m-page1{ padding-top:20px;}

/*联系我们*/
.m-lxwm-w{ padding:5px 0 0 0;font-size: large;}
.m-lxwm-w h1{ font:18px/30px "微软雅黑"; color:#333; margin-bottom:5px;}
.m-lxwm-w .m-where{ font:14px/30px "微软雅黑"; color:#666666;}
.m-lxwm-w .m-map{ padding:20px 0 ;}

/*人才招聘*/
.m-rczp-w{ padding:0 8px; padding:0; margin-bottom:0;}
.m-rczp-w .m-site{ width:100%; height:36px; line-height:36px; background:#f5f5f5; margin-top:15px; overflow:hidden;}

.m-rczp-w .m-span1,.m-rczp-w .m-span2,.m-rczp-w .m-span3,.m-rczp-w .m-span4,.m-rczp-w .m-span5{ float:left; font-size:14px; color:#999999;}
.m-rczp-w .m-span1{ width:30%; text-indent:10px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-rczp-w .m-span2{ width:17.5%; text-align:center;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-rczp-w .m-span3{ width:17.5% ;text-align:center;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-rczp-w .m-span4{ width:17.5%; text-align:center;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.m-rczp-w .m-span5{ width:17.5%; position:relative;  text-align:center;height:100%;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.m-rczp-w .f-list .m-span1{font-size:14px; color:#26a3e4;}
.m-rczp-w .f-list > .m-name{ height:43px; line-height:43px;  border-bottom:0px solid transparent;}

.m-rczp-w .list{ margin-top:12px; margin-bottom:12px;}
.m-rczp-w .f-list{ width:100%; overflow:hidden;}
.m-rczp-w .f-list.on,.m-rczp-w .f-list:hover{ box-shadow:0 0 10px #eaeaea;}
.m-rczp-w .f-list.on > .m-name{ border-bottom:1px solid #ebebeb;}
.m-rczp-w .f-list .m-btn{ width:100%; height:100%; position:absolute; bottom:0; left:0; border:none; background:url(../m_images/yicon33.png) center center no-repeat; cursor:pointer;}
.m-rczp-w .f-list.on .m-btn{ width:100%; height:100%; position:absolute; bottom:0; left:0; border:none; background:url(../m_images/yicon34.png) center center no-repeat; cursor:pointer;}

.m-rczp-w .f-list .m-box{ padding:0 10px; overflow:hidden; display:none;}
.m-rczp-w .f-list .m-box .m-title{ font:12px/18px "微软雅黑"; color:#434343; margin:16px 0 33px; overflow:hidden;}
.m-rczp-w .f-list .m-box .m-detail{ padding-bottom:26px;}
.m-rczp-w .f-list .m-box .m-detail *{ font:12px/25px "微软雅黑" !important; color:#434343 !important;}
.m-rczp-w .f-list .m-box .m-detail h1{ font:14px/21px "微软雅黑" !important; color:#999999 !important;}
.m-rczp-w .f-list .m-box .m-func{ width:100%; margin:0 0 26px 0; overflow:hidden;}
.m-rczp-w .f-list .m-box .m-td{ float:left; color:#fff; background:#e60012; border-radius:32px; width:96px; height:32px; text-align:center; display:block; font:14px/32px "微软雅黑"; margin:0 14px 0 0;}
.m-rczp-w .f-list .m-box .m-tj{float:left; color:#e60012; background:none; border-radius:30px; width:94px; height:30px; text-align:center; display:block; font:14px/30px "微软雅黑"; border:1px solid #e60012;margin:0 14px 0 0;}
.m-rczp-w .f-list .m-box .m-tj:hover{ color:#fff; background:#e60012;}


/*在线留言*/
.m-zxly-w{ padding:15px 0 0 0;}
.m-zxly-w tr td{ padding:5px 0;}
.m-zxly-w .m-name{ width: 85px;height: 32px;background: url(../m_images/yicon46.jpg) no-repeat left center;display: inline-block;line-height: 32px;text-align: center;color: #fff;padding-right: 5px; background-size:100% 100%;float: left; font-size:14px; border-radius:5px;}
.m-zxly-w input[type='text'] {width: 100%; vertical-align:middle; border: 1px solid #c9c9c9; -webkit-border-radius: 2px; border-radius: 2px; color: #333;font-size: 12px;padding: 6px 5px; _padding: 6px 5px; height:32px; box-sizing:border-box;}
.m-zxly-w textarea{width: 100%;height: 200px;border: 1px solid #c9c9c9;-webkit-border-radius: 2px; border-radius: 2px;  color: #333;font-size: 12px;padding:6px 5px; box-sizing:border-box;}
.m-zxly-w .m-btns input{    width: 84px;height: 34px;display: block;float: left;color: #4f4f4f; cursor: pointer;background: url(../m_images/yicon45.jpg) no-repeat; background-size:100% 100%; font-size:14px; border-radius: 3;padding: 0;min-width: 67px;border: 0;font-weight: normal;}	
.m-zxly-w .m-btns input:first-child {margin-left: 0px;margin-right: 10px;}	
.m-zxly-w .m-get{ display:inline-block; vertical-align:middle; margin:0 10px;}
.m-zxly-w .m-get img{ display:block;}
.m-zxly-w .m-getpic{ color:#26a3e4; font-size:11px;}
.m-zxly-w .m-btns{ padding:35px 0 15px 0;}
.m-zxly-w input.m-text2{ width:70px;} 
/*网站地图8.3加*/
m-wzdt-w{ padding:17px 0 45px 0; width:90%;}
.m-demolist5{ }
.m-demolist5 .f-list{ border:1px solid #b6cddc; background:#fff; margin-bottom:5px;}
.m-demolist5 .m-name{ font:12px/30px "微软雅黑"; color:#333333; box-sizing:border-box; display:block; width:100%; height:30px;  padding:0 10px; background:#f0f8fb;}
.m-demolist5 .m-box{border-top:1px solid #b6cddb; padding:0 30px; font:12px/32px "微软雅黑";}
.m-demolist5 .m-box a{ color:#333333; float:left; margin:0 39px 0 0;}
.m-demolist5 .m-box a:hover{color:#26a3e4;}

@media(max-width:359px){
	.m-yzms td{ vertical-align: top !important;}
	.m-getpic{ width:100%; float:left; line-height:36px;}
	.m-zxly-w input.m-text2{ width:100px;} 
	}