@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body{color:#000; padding:0px; margin:0px auto;
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size:12px; max-width:960px; overflow-x:hidden;
}
div{ margin:0; padding:0; border:0; color:#333333; }
img{ margin:0; padding:0; border:0; }
p{ margin:0; padding:0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}
a:hover{ color:#0061b0; outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}

/*表单*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}
input{  -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;
	background-color: #FFFFFF;	border: 1px solid #E8E8E8;	margin: 3px 0px;
	padding: 5px 3px;	width:99%;	line-height: normal;
}
textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; 
-moz-box-sizing: border-box;  background-color: #FFFFFF;	border: 1px solid #E8E8E8;
margin: 3px 0px;padding: 5px 3px;	width:99%;
}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*导航*/
@charset "utf-8";
/* header */
.header .logo{display:block;width:130px;height:30px;padding:10px 0 0 10px;}
.header .logo img{display:block;width:100%;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search:hover{background-color:#0067d2;}
.header .search span{display:none;}
.header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.header .user-icon span{display:none;}
.header .user-icon:hover{background-color:#0067d2;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}

@media (min-width:641px){body{width:640px;margin:auto;}}
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

.bgred{ background:#d90009}
.bgblue{ background:#014995}
/*清除浮动*/
.clear { display:block; clear:both;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}
.mgt10{ margin-top:10px;}

/*查看更多*/
.index-more a{display: block;margin:20px auto;text-align: center;padding: 8px 10px;border:1px solid #6f6f6f;width: 40%;background: #fff;}
/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:10px; display:none; }
.more a{ color:#167312}
.code_image{ cursor: pointer; padding-bottom:6px;} /*验证码图片样式*/
.f14{font-size:1.1rem }

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}

/*按钮*/
.btn{	width:100%; padding:9px 0px;font-size:16px;text-decoration:none; margin:5px 0px; cursor:pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	background:#1C1811;border:0px solid #0B8E00; color:#ffffff; display:block; text-align:center; 
}
.btn:active{}

.btn_download{color:#ffffff; display:block; text-align:center; cursor:pointer;	
	width:80px; text-decoration:none; margin:0px; 
	background:#179F00;
	-webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	text-indent:0;
}
.btn_download:active{	padding:0px;top:0px;
	background-image:-o-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-moz-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-ms-linear-gradient(bottom,  #5DD300 0%, #179F00 100%);
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, #5DD300),color-stop(1, #179F00));
	background-image:linear-gradient(bottom, #5DD300 0%, #179F00 100%);
	-webkit-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);box-shadow:0 1px 0 #5DD300 inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}

/*箭头*/
.arrow{ background-size:14px;
	width:30px; height:30px; display:block; float:right;vertical-align:middle;
}
/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/
body_index, .body_single, .body_article, .body_picture, .body_download, .body_video, .body_product,  .body_job, .body_guestbook, .body_feedback{ }
.index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback{ width:100%; margin:0px auto }
#top, #header, #navigation, #banner, #location, #announcement, #link, #copyright { width: 100%;  margin: 0px auto;}

.infotitle{ display:block; height:33px; width:100%; position:relative;}
.infotitle h3 { display:block; overflow:hidden; padding-left:15px;  background:url(../images/titbg.png) left center no-repeat; line-height:33px; color:#FFF; font-size: 14px; }
.infotitle span { position:absolute; top:5px; right:5px; width:23px; height:23px; line-height:23px;}
.infotitle span a.more{ float:left; display:block; width:23px; height:23px; background:url(../images/more.png) center no-repeat; line-height:23px;}


.main_title{ display:block; height:40px; background:url(../images/title_bg.png) center left repeat-x; }
.main_title .main_title_left { float:left; padding:0 10px; margin-left:10px; background:#0061b0;  border-radius:5px;}
.main_title .main_title_left h3 { float:left; display:block; overflow:hidden; line-height:40px;  color:#ffffff; font-size: 14px; }
.main_title .main_title_left span { display:block; overflow:hidden; line-height:20px; font-size:12px; color: rgb(174, 174, 174); font-weight:bold; text-transform:uppercase; font-family:Times New Roman; }

.topnavbox{ float:left; background:#0061b0; padding:5px 0; width:100%; margin-top:10px; }
.topnavlist ul{ width:100%;}
.topnavlist li{float:left; width:50%; cursor:pointer}
.topnavlist li a{ display:block; width:90%; text-align:center; color:#ffffff;  background:#5e5e5e; line-height:30px; font-size:12px;  overflow:hidden; margin:5px auto;  text-overflow:ellipsis;white-space:nowrap; }
.topnavlist li a:hover,.topnavlist li a.current{ background:#fda412; color:#fff;}
.topnavlist li.clear{ clear:both;}

.c1{ color:#00b0ff}
.c2{ color:#e60012}
.c0{ color:#df00c7}

/*#index_1{ background:#265a9e; }
#index_2{ background:#265a9e; }
#index_3{ background:#265a9e; }*/
/*==========@@布局  结束@@==========*/

.web_w{
margin: 0 auto;
width: 100%;
overflow:hidden;
}
.wrapper_gywm{float:left; width:100%;background:url(../images/sj_18.png)no-repeat center; background-size: 100%; }
.wrapper{width:100%;background-size: 100%; }
.wrapperbody{ width:95%; margin:0 auto; line-height:25px;}
.wrapper1{ float:left; width:100%; padding:10px 0; }
.wrapperbody1{ width:95%; margin:20px auto; line-height:25px; background:url(../images/sj_39.png) center top no-repeat;background-size: 70% }
.wrapper2{ float:left; width:100%; padding:10px 0; }
.wrapperbody2{ width:95%; margin:0 auto; line-height:25px; background:url(../images/sj_38.png) center no-repeat;background-size: 70% }

.icon-navlist{ float:left; width:100%;}
.icon-navlist li{ float:left; width:33.33%; margin:0.5rem 0;}
.icon-navlist li a{ float:left; width:60%; margin:0 20%;}
.icon-navlist li a img{ float:left; width:100%;}
.icon-navlist li a span{ float:left; width:100%; font-size:16px; line-height:30px; text-align:center;}


/*==========@@公共模块 开始@@==========*/
.top{ width:100%;  background:#343434;  }
.topwrapper{ width:95%; margin:0 auto; height:40px; line-height:40px; color:#FFF;}
/*头部部分*/
.header{ float:left; width:100%; height:80px; position:relative; z-index:100;background:url(../images/sj_01.jpg) center no-repeat; background-size:110%}
.header .Logo{ float:left; width:100%; text-align:left; margin-top:10px; margin-left:10px;}
.header .Logo img{ width:60%; max-height:55px;}
.headnavigation{ position:absolute; right:5px; top:15px; width:40px; height:40px; background:url(../images/nav_icon.png) center no-repeat; cursor:pointer;}
/*永利集团yl6809官网*/
.wap-service a{display: block;float: left;width: 47%;margin-right: 6%;text-align: center;}
.wap-service a:nth-child(2n){margin-right: 0;}
.wap-service p{font-size: 16px;font-weight: bold;}
.wap-service span{line-height: 20px;color: #7c7c7c;}
.wap-service .hr{width: 30%;margin: auto;height: 3px;background: #2b59a3;}
.wap-service .p1{font-size: 18px;font-weight: bold;color: #2b59a3;}
.wap-service .p2{color: #e5e7e8;font-size: 12px;}
.wap-service .span1{font-size:14px;color: #828282; }
.wap-service .title{text-align: center;margin: 20px auto;}
/*运营维保服务*/
.wap-yywbfw{background: url(../images/bslt-wap_33.jpg)no-repeat center top;background-size: 100%;}
.wap-yywbfw ul{padding: 85px 10px 85px 10px;}
.wap-yywbfw ul li{width: 25%;float: left;text-align: center;}
.wap-yywbfw ul li img{width: 90%;}
/*新闻中心*/
.wap-news-title{padding: 20px 0;}
.wap-news-title .p1{color: #2b59a3;font-size: 18px;font-weight: bold;text-align: center;}
.wap-news-title .p2 { color: #e5e7e8; font-size: 12px;text-align: center;}
.wap-news-title .p3 { font-size: 12px;color: #828282;text-align: center;}
.wap-news-inner li{display: block;border-bottom: 1px dashed #bbbbbb;padding: 10px 0;}
.wap-news-inner p{font-size: 16px;color: #000;}
.wap-news-inner span{font-size: 14px;color: #7e7e7e;}
/*导航*/
#navigation { position:absolute; width:100px; right:5px; top:55px; z-index:99; display:none;}
#navigation ul{ float:left; width:100px; background:#025590;}
#navigation ul.navigationlist li a{ width: 100%; font-size:14px;  height:40px; line-height:40px; float:left; text-align:center; color:#FFF;}
#navigation ul.navigationlist a:hover {background:#fda412; color:#FFF}
.wap-nav{margin-top: 10px;}
.wap-nav a{float: left;width: 15%;text-align: center;margin-top: 10px;margin-right: 2%;}
.wap-nav a:last-child{margin-right: 0;}
/*===FlexSlider幻灯片  开始===*/
#banner{ width:100%; background-color:#000;}
#banner img{ float:left; width:100%;}

.swiper-wrapper-product{ padding:15px 0;}
.swiper-wrapper-product li{position:relative; float:left; width:120px; padding-right:15px; color:#666;}
.swiper-wrapper-product li a{ float:left; width:120px;}
.swiper-wrapper-product li a img{ width:120px; height:120px; margin-bottom:5px; border:#CCC solid 1px;}
.swiper-wrapper-product li em{ font-style:normal; font-size:12px; color:#888;}
.swiper-wrapper-product li p{ font-style:normal; font-size:12px; color:#333; line-height:20px; text-align:center;}
/*首页栏目名称*/
.sylanmu{width:100%;overflow:hidden;}
.sylanmu img{width:100%;}

.sjgd_nav{width:100%; overflow:hidden;background:#3da8b7; margin:0 auto;}
.sjgd_nav li a{display:block; float:left; width:100%;font-size: 1.1rem;line-height:2.75rem;text-align:center;color:#fff;  }
.sjgd_nav li a:hover{color:#ff0000;background:#ccc }
/*
.cpzx_nav{ }
.cpzx_nav li a{display:block; float:left; width:45%;font-size: 1rem;line-height:2.75rem;text-align:center;color:#fff;margin:2.5%   }
.cpzx_nav li a img{width:100%;height:12rem  }
.cpzx_nav li a:hover{color:#ff0000;}
*/
/*关于我们*/
.wap-about{width: 100%;background: #e8e8e8;padding-top:20px; }
.about-container{width: 94%;margin: auto;}
.wap-about img{width: 100%;}
.about-container .p1{text-align: center;font-size: 18px;font-weight: bold;padding: 30px 0  10px 0;}
.about-container .p1-1{font-size: 15px;color: #000;text-align: center;margin-bottom: 15px;}
.about-container .p2{font-size: 15px;text-align: justify;color: #313131;text-indent: 2em;line-height: 25px;}
.about-container .about-more a{display: block;padding: 10px 30px;background:#adadad;color: #fff;text-align: center;margin:30px auto;width: 150px;border-radius: 30px;}
.about-container .about-more {padding-bottom: 20px;}
.am-navbar-nav li a{width:25%;display:block;float:left;text-align:center;background: url(../images/wap-nav.jpg)no-repeat right;}
.am-navbar-nav li .last{background: unset;}
.am-navbar-nav li{}
.am-cf img{width:20%;} 
.am-avg-sm-4 span{width:100%; display:block;  text-align:center;color:#000; font-size:0.8rem;line-height: 40px; }
/*滚动公告*/
#demogg {overflow:hidden;width: 66%;float: right;height: 50px;}
#demogg img {border: 3px solid #F2F2F2;}
#indemogg {float: left;width: 700%;}
#demogg1 {float: left;}
#demogg2 {float: left;}
.gonggao-bj{height: 50px;background: #0aa1da;}
.gonggao-pic{float: left;}
.gonggao-news-bt{font-size: 1rem;line-height: 50px;color: #fff;font-weight: bold;float: left;}
.gonggao-news a{font-size: 1rem;line-height: 50px;color: #fff;}

/* 新闻栏目 */
.tabf{font-size:18px;color:#383838; width:100%;overflow:hidden; margin:1.2rem auto;  }
.tabf li{line-height:2rem; width:30.333%; text-align:center;float:left;background: #fff; margin:1%; border:1px solid #ccc;border-radius:25px  }
.tabf li.hover,.tab li:hover{width:30.333%;color:#fff;height:2rem; background:#008d9d}
.tabf li a:hover{text-decoration:none;height:2rem; }
.tabf li a,.tabdl dt a,.connews a,.connews span{color:#ffffff;height:2rem;}
.tabf li.hover a,.tabc li:hover a,.tabdl dt{height:2rem;}
.tabf li img{width:100%}
.time{width:100%;height:70px;background:#f90104;overflow:hidden;float:left;}
.shi1{color:#fff;font-size:20px;text-align:center;font-weight:bold;margin-top:15px;}
.shi2{color:#fff;font-size:12px;text-align:center;}

.home-title{margin-top: 20px; overflow:hidden;background:url(../images/title-line.png) center 18px no-repeat; text-align:center; font-family:"Microsoft YaHei";}
.home-title p{ display:block; line-height:30px; font-size:22px; color:#000;}
.home-title p b{ color:#000;}
.home-title span{ display:block; color:#666; font-size:12px; line-height:15px;}
.home-title .bj{width:100%;height:3px;margin:0 auto;background:url(../images/sj_45.jpg) no-repeat top;background-size:100%  }
.home-title .bj1{width:100%;height:3px;margin:10px auto;background:url(../images/sj_47.jpg) no-repeat top;background-size:100%  }
/*
.plist{ float:left; width:100%;}
.plist a{ float:left; width:100%; margin:10px 0;}
.plist a img{ float:left; width:100%;}
*/

/*首页简介*/
.qyjj_left_pic{height: 4rem;}
.qyjj_left_jieshao{width:96%;padding:2%;margin-top:1.5rem ;text-align:justify;font-size:16px; line-height:1.95rem;color:#383838;overflow:hidden; }
.qyjj_right{width:44%;float:right; overflow:hidden}
.qyjj_bg{width: 95%;margin: 0 auto;background: rgb(241,238,238,0.8);padding-bottom: 20px;}
.qyjj_inner{width: 90%;margin: 0 auto;font-size:14px;line-height: 25px;}
.qyjj_lanmunav li a{display:block;text-align:center;width:70%;height:40px;line-height:40px;font-size:1.1rem;background:#0088cf; color:#fff ; border-radius:25px ;margin:1rem auto;overflow:hidden;}
.qyjj_lanmunav li a:hover{background:#e50100; color:#fff  }
/*产品中心*/
.wap-product{background:#e8e8e8 url(../images/bslt-wap_34.jpg)no-repeat top center;background-size:100%; padding-top:100px; }
.wap-product a{display: inline-block;text-align: left;width: 100%;padding: 10px 60px;font-size: 16px;border-bottom: 1px solid #d9d9d9;background: url(../images/index-product.png)no-repeat center center;;background-size: 100%;}
.wap-product-inner{margin-top: 30px;}
.wap-product-inner a{display: block;width: 49%;float: left;margin-right: 2%;}
.wap-product-inner a img{width: 100%;}
.wap-product-inner a:nth-child(2n){margin-right: 0;}
.zyyw_bj{width:100%; overflow:hidden;background:url(../images/mobile_12.jpg);margin-top: 20px; }
.zyyw_center{width:100%;margin:35px auto; overflow:hidden;position:relative;  }
.zyyw_pic{width:100%;text-align: center; position:absolute;z-index:1;overflow:hidden;  }
.zyyw_pic img {width:90%;height:150px;}
.zyyw_left{width:45%;float:left;margin:2.4%;text-align: center;position:relative; overflow:hidden;  }
.zyyw_bt{display:block ;text-align:left;line-height:50px;width:60%;float: left;background:url(../images/sj_42.jpg) bottom left no-repeat;background-size:60%   }
A.zyyw_bt1:link    {color:#303030;font-size:20px;font-family:"微软雅黑"; font-weight: bold; }
A.zyyw_bt1:visited {color:#303030;font-size:20px;font-family:"微软雅黑";font-weight: bold;}
A.zyyw_bt1:hover   {color:#303030;font-size:20px;font-family:"微软雅黑";font-weight: bold;}
A.zyyw_bt1:active  {color:#303030;font-size:20px;font-family:"微软雅黑";font-weight: bold;}
.zyyw_mcbj{height:120px;width:100%; background:#fff;z-index:1; margin-top:100px;border-radius:10px;}
.zyyw_mccentter{width:90%;margin:0 auto;padding-top:50px     }
.zyyw_mc_more li a{display:block ;text-align:right;line-height:50px;width:30%;float:right;color:#0f8fd2;font-size:12px;  }
.zyyw_mc_more li a:hover{color:#ff0000; }
/*产品优势*/
.wap_cpys{width: 90%;margin:auto;margin-top: 20px;}
.wap_cpys a{font-size: 1.7rem;font-weight: bold;}
/*案例*/
.wap-case{background: url(../images/bslt-wap_35.jpg)no-repeat top center;background-size: 100%;text-align: center;}
.wap-case-inner{padding-top: 80px;width: 95%;margin: auto;}
.wap-case .wap-case-inner a{display: block;width: 49%;float: left;margin-right: 2%;margin-top: 20px;color: #fff;}
.wap-case a img{width: 100%;}
.wap-case .wap-case-inner a:nth-child(2n){margin-right: 0;}
/*合作方案*/
.wap_hzfa{width: 100%;margin: auto;padding-bottom: 50px;margin-top: 30px;}
.wap_hzfa img{width: 100%;}
.wap_hzfa_1{width: 20%;margin: 2.5%;float: left;}
.wap_hzfa_2{width: 20%;margin: 2.5%;float: left;}
.wap_hzfa_3{width: 20%;margin: 2.5%;float: left;}
.wap_hzfa_4{width: 20%;margin: 2.5%;float: left;}
/*安全生产*/
.product_list2{width:100%}
.product_list2 li{float:left;margin:2.5%;margin-bottom:15px;width:45%;border:0px solid #fff;}
.product_list2 li a{color: #fff;font-size: 13px; font-weight: 100;}
.product_list2 li a.img img{width:100%;height:200px;}
.product_list2 li h3{text-align:center;padding-top:10px;color:#000;}
.product_list2 li h3 a{font-weight:normal;color:#000;font-size:16px;}

.gcanli_lanmunav{width:100%; overflow:hidden; position:absolute;top:160px;z-index: 1  }
.gcanli_lanmunav li a{display:block;text-align:center;width:30%;height:80px;line-height:55px;background:#0088cf; color:#fff ; border-radius:50%; font-size:16px; float:right; margin-right:6%;      }
.gcanli_lanmunav li a:hover{background:#858585; color:#fff  }
.gcanli_lanmunav li a span{line-height:0px;display:block;height:0px;font-size:22px;   }
.gcanli_nr{color:#646464;width:90%;margin:0 auto; font-size:14px;text-align:justify; overflow:hidden;; margin-bottom:20px }


.plist{ float:left; width:45%;margin:2.5%;text-align:center;position: relative;}
.plist a{ width:100%; margin:10px 0;}
.plist a img{width:100%;height:125px}
.sybzh_bt{width:100%;line-height:1.75rem;color: #fff; text-align:center;position:absolute;bottom:0px;z-index:1;background:url(../images/huiyibj.png);}
/*关于我们*/
.plist_about{ float:left; width:100%;}
.plist_about a{ float:left; width:100%; margin:10px 0;}
.plist_about a img{ float:left; width:100%;}
.plist_about .p{width:100%;font-size:1.2rem;line-height:1.75rem;color:#383838;text-align:justify;}
.plist_about .span{width:100%;display:block; font-size:1.4rem;line-height:1.75rem;color:#383838;text-align:center;font-weight:bold }
/*
.plist{ float:left; width:100%;}
.plist a{ float:left; width:100%; margin:10px 0;}
.plist a img{ float:left; width:100%;}
*/
.newsbg{ background:#fff}
.footbg{ background:#fff;position: fixed;overflow: hidden;z-index: 1;bottom: 0;}

/*联系我们*/
.lxwm_logo{width:100%;text-align:center; overflow:hidden;background:#2b59a3;}
.lxwm_logo img{width:60%;text-align:center;}
.lxwm_logo .banquan{color: #fff;text-align: center;}
.lxwm_logo p img{width: 20px;line-height: 30px;vertical-align:middle;margin: 5px;}
.lxwm_logo p{font-size: 14px;line-height: 30px;color: #fff;}
.lxwm_logo .text{padding-top: 20px;}
.lxwm_logo .erweima {text-align: center;margin: auto;}
.lxwm_logo .erweima img{width: 120px;}
.lxwm_bt{width:100%;margin-top:1.5rem;margin-bottom:1.5rem ;text-align:center; overflow:hidden;  }
.lxwm_bt img{width:70%;text-align:center}
.lxwm_nr{width:94%;margin:0 auto;line-height:2.2rem;font-size:1.2rem;text-align:center;color:#383838  }
.lxwm_bn{width:100%;line-height:1rem;font-size:12px;text-align:center;color:#383838;background: #f1f2f4;padding: 10px 0px; }

.copyrights{ float:left; width:100%;  color:#b5b5b5; text-align:center; font-size:14px; margin-top:10px;}
.addressinfo{ float:left; width:50%; margin-top:10px;  color:#b5b5b5; text-align:center; font-size:14px; padding-top:60px; background:url(../images/map.png) top center no-repeat;}
.telinfo{ float:left; width:50%; margin-top:10px;  color:#b5b5b5; text-align:center; font-size:14px; padding-top:60px; background:url(../images/tel.png) top center no-repeat;}
.telinfo a{ color:#FFF; font-size:16px;}

.homenewslist{ float:left; width:100%; display:block;}
.homenewslist li{ width:100%; display:block; margin-bottom:10px; background:#fff;}
.homenewslist li .nimg{ float:left; width:20%;}
.homenewslist li .nimg img{ width:100%;}
.homenewslist li .ncon{ float:right; width:74%; padding:0 3%;}
.homenewslist li a{ display:block; width:100%; overflow:hidden;}
.homenewslist li a strong{ float:left; width:100%; height:30px; text-align:left; line-height:30px; overflow:hidden; font-size:14px;}
.homenewslist li a p{ float:left; width:100%; height:40px; line-height:20px; overflow:hidden; font-size:12px; color:#666}
.homenewslist li a span{ float:left; width:100%; height:20px; line-height:20px; overflow:hidden; font-size:12px; color:#065a9a}

.titles{ display:block;font-family:Microsoft YaHei;font-size:14px;font-weight:bold;text-decoration:none; text-align:center; padding-bottom:10px; border-bottom:#CCC solid 1px; margin-bottom:10px;}
.newsdate{ display:block; text-align:center; line-height:20px; color:#999999; font-size:12px;}
.main-content{  width:96%; line-height:25px;margin:auto; }
.main-content img{ width:100%;}


/*当前位置*/
.location{ padding:3px 0px;margin: 0; border-bottom: 1px solid #ccc;color:#333;  height:1.5em; line-height:1.5em; clear:both; text-align:center;}
.location a{color:#333}

.toogle_wrap{ float:left; border:1px #ddd solid; background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width:91%; padding:2% 4%; margin:10px 0;}
.trigger{padding:0px;margin:0;background:url("../images/toggle.png")/*tpa=http://famousthemes.com/my-mobile-page-v3/main-theme/images/toggle.gif*/ no-repeat right; background-position:100% -22px;}
.trigger a{color: #666666; text-decoration: none; display: block; line-height:18px; padding:2px 0 2px 0; font-size:16px;}
.active {background-position:100% 0px; }
/*.trigger a:hover, .trigger a:hover:focus{color:#fff100;}*/
.toggle_container{overflow: hidden;padding:15px 0 0 0;clear: both;}

ul.lists{ padding:0 0 15px 0;}
ul.lists li{ border-bottom:1px #ddd solid; padding:12px; background:url("../images/bullet.gif")/*tpa=http://famousthemes.com/my-mobile-page-v3/main-theme/images/bullet.gif*/ no-repeat left;}
ul.lists li a{ display:block;}
ul.lists li a.current{ color: #ed0000;}

.productlist{ float:left; width:100%;}
.productlist li{ float:left; width:50%;}
.productlist li a{ float:left; width:90%; margin-left:5%; margin-right:5%;}
.productlist li img{ float:left;width:100%; border:#CCC solid 1px; }
.productlist li span{ float:left; display:block; width:100%; text-align:center;}
.productlist li.clears{ clear:both; height:10px; width:100%; border:0px;}

.message-box .message-item{display:block;background-color: #f5f5f5;border:1px solid #eee;transition:all ease-in .2s;overflow:hidden;margin-bottom:20px;}
.message-box .message-item input[type="text"],.message-box .message-item textarea{width:100%;height:100%;padding:15px;border:none;background-color:inherit;box-sizing:border-box;}
.message-box .checkbox{width: 300px;}
.message-box .message-item #checksn{width:200px;}
.message-box .message-item #checkimg{float:right;width:80px;height:auto;margin-right:8px;margin-top:8px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #aaa; font-family:微软雅黑,Arial, Helvetica, sans-serif; font-size:12px;}
.message-box .message-item input[type="text"]:focus,.message-box .message-item textarea:focus{background-color:#fff;}
.message-box .btnbox{width:180px;height:40px;font-size: 16px;text-align:center;line-height:40px;color:#fff;cursor:pointer;border-radius:4px;background-color:#ff0000;transition:all ease-in .2s; border:none;}
.message-item:hover{border-color:#ddd;background-color:#fff;}
.message-box .btnbox:hover{background-color:#0061b0;}

/*分页条*/
.pageNavi { display: inline-block; margin-top:20px; display:block; WIDTH: 100%; TEXT-ALIGN: center; line-height:30px; font-size:12px; margin-bottom:10px;}
.wp-pagenavi { clear: both}
.wp-pagenavi a {border:#CCC solid 1px;padding:5px 10px; -moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */border-radius:5px;            /* W3C syntax */margin:0 3px;}
.wp-pagenavi a.page-num-current { background:#f90104; color:#fff; border:#f90104 solid 1px;}
.wp-pagenavi a:hover { background:#199bad; color:#fff; border:#199bad solid 1px;}


.pages {display:block; height:30px; width:100%; margin-top:10px; border:#0099ff dashed 2px; text-align:left; font-size:14px; color:#0099ff; line-height:30px; border-radius:5px;}
.pages a{ color:#0099ff; font-size:14px;}

.backurl{ float:left; width:100%; margin-top:10px; margin-bottom:10px; background:#fda412;}
.backurl a{display:block; color:#fff; text-align:center; font-size:16px; line-height:30px; }
.backurl a:hover{opacity:0.8;}

/*底部固定工具条*/
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;
}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist {	background:#0061b0;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li a {color: #fff;}
/*==========@@公共模块 结束@@==========*/
