@charset "utf-8";
/* CSS Document */
body{margin:auto;padding:0px;font-size:15px; font-family: 微软雅黑; -webkit-text-size-adjust: none;  }
a { text-decoration:none; outline-style:none;  color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
a:hover{ text-decoration: underline;}
ul,p{ padding:0px; margin:0px; list-style:none;}
img { border:none; max-width:100%;}
.fl { float:left; }
.fr { float:right; }
dt,dl,dd{ margin:0; padding:0;}
textarea{resize:none; padding:0; font-family:微软雅黑;}
input{ width:30px;padding:0; outline: none;}
i{ margin: 0px; padding: 0px; font-style: normal;}
.w1200{ /*width:1200px;*/ margin:auto;}
.wf100{ width: 100%; float: left;}

.btn_add{
	float: right;
	/* padding-top: 15px; */
	/* padding-right: 15px; */
}
.btn_add img{
	height: 34px;
}

.btn_add span{
	font-size: 14px;
}

/*banner*/
.banner_box{ width:100%; float: left; position: relative; overflow: hidden; height: 480px;}
.banner_box .bd ul li{ width:100%; height: 480px; float: left; background-size: cover; background-position: center;}
.banner_box .hd{ position: absolute; left: 50%; bottom: 10px; z-index: 13;}
.banner_box .hd ul li{ float:left; width:12px; height: 12px; background:#fff; text-indent: -9999px; cursor: pointer; margin: 0 5px; border-radius: 100%;}
.banner_box .hd ul li.on{ background: #000;}
.banner_box .prev,.banner_box .next{ width:87px; height: 87px; line-height: 65px; background: url(../images/btn_1.png) no-repeat left; position: absolute; left: 5%; top: 50%; margin-top: -60px; z-index: 12; text-align: center; color: #fff; font-size: 26px; cursor: pointer; opacity: 0; -webkit-transition: all .6s;transition: all .6s; overflow: hidden;}
.banner_box .next{ left:auto; right: 5%; background-position: right;}
.banner_box:hover .prev,.banner_box:hover .next{ opacity: 0.7;}
.banner_box .prev:hover,.banner_box .next:hover{ opacity: 1;}

.slideBox2{ position:relative; overflow:hidden; margin:0 auto; /* 设置焦点图最大宽度 */ width:100%; float: left; padding-bottom: 40px;}
.slideBox2 .hd{height:auto; overflow:hidden; position:absolute; left:50%; bottom:0; z-index:1;}
.slideBox2 .hd ul{ float:right;}
.slideBox2 .hd li{ display:inline-block; width:10px; height:10px; float:left; border-radius: 100%; background:#fff; border: 1px solid #000; text-indent:-9999px; overflow:hidden; margin:3px 10px 0 0; cursor: pointer;}
.slideBox2 .hd li.on{ width:16px; height: 16px; background:#595959; border: 3px solid #d4d4d4; margin-top: 0;}
.slideBox2 .bd{ position:relative; z-index:0;}
.slideBox2 .bd li .txt{position:absolute; left:0; top:0; z-index:999; font-size:30px;}
.slideBox2 .bd li{ position:relative; text-align:center;  }
.slideBox2 .bd li img{  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox2 .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox2 .bd li .tit{ display:block; width:100%;  position:absolute; bottom:50%;  height:28px; line-height:24px; color:#fff;  text-align:left; font-size:14px; }
.slideBox2 .bd li .tit i{color:#fff; font-weight:bold;font-size:16px; margin-bottom:5px; line-height:30px;}

.head_box .top_box{ line-height: 25px; padding: 4.5px 0; background: url(../images/bg_1_1.jpg) repeat-x; border-radius: 5px;}
.head_box .top_box .pull-left{ /*width: 800px;*/ color: #000;}
.head_box .top_box .pull-left span{ float: left; margin-left: 22px;}
.head_box .top_box .pull-left i{ float: left; margin-left: 5px;}
.head_box .top_box a{ float: left; color: #fff; margin-left: 22px;}
.head_box .top_box .pull-left .text{ float: left; height: 25px; width: 119px; background: #fff; border: 1px solid #bfbcbf;}
.head_box .top_box .pull-left .checkbox-inline{ float: left; margin:7px 0 0 15px;}
.head_box .top_box .pull-left .btns{ float: left; width: 66px; height: 25px; border:none; background: #5db3ff; text-align: center; color: #fff; border-radius: 5px; margin:0 5px 0 11px;}
.head_box .top_box .pull-right{ margin-right: 22px;}

.head_box .cen_box{ padding: 22px 0 18px;}
.head_box .cen_box .logo{ float: left;}
.head_box .cen_box .box1{ float: left; position: relative; background: #1e95ff; line-height: 28px; padding: 0 13px; margin: 30px 0 0 60px;}
.head_box .cen_box .box1 span{ float: left; color: #fff;}
.head_box .cen_box .box1 .text{ float: left; height: 28px; background: url(../images/jt_1.png) no-repeat right; border:none; /*width: 55px;*/ color: #fff;}
.head_box .cen_box .box1 .select{ position: absolute; right: 13px; top: 0; /*width: 55px;*/ height: 100%; opacity: 0;}
.head_box .cen_box .box1 .links{ /*width: 380px;*/ position: absolute; left: -1px; top: 28px; background: #e8670d; border:1px solid #fff; display: none;}
.head_box .cen_box .box1 .links a{ color: #fff; float: left; margin: 0 6px;}
.head_box .cen_box .box1:hover .links{ display: block;}

.head_box .cen_box .box2{ float: right; width: 580px;}
.head_box .cen_box .box2 .links{}
.head_box .cen_box .box2 .links a{ float: left; font-size: 15px;}
.head_box .cen_box .box2 .links a:hover{ color: #1e95ff;}
.head_box .cen_box .box2 .links i{ float: left; margin: 0 12px;}
.head_box .cen_box .box2 .soso{ margin-top: 2px;}
.head_box .cen_box .box2 .soso .text{ width: 486px; float: left; border: 3px solid #1e95ff; height: 36px; line-height: 36px; font-size: 16px; padding-left: 45px; background: url(../images/ico_1.png) no-repeat 13px 7px;}
.head_box .cen_box .box2 .soso .btns{ width: 90px;float: left; height: 36px; background: #1e95ff; border:none; color: #fff; font-size: 18px; padding: 0 25px;}
.head_box .lower_box{ background: #1e95ff; color: #fff;}
.head_box .lower_box a{ color: #fff;}
.head_box .lower_box .box_info{ float: left; background: url(../images/line_2_1.png) no-repeat right; padding:5px 24px 5px 0;}
.head_box .lower_box .box_info .box1{ float: left; font-size: 18px; background: url(../images/line_1_1.png) no-repeat right; padding: 0 22px 0 14px; line-height: 32px;}
.head_box .lower_box .box_info .box2{ float: left; padding-left: 24px;}
.head_box .lower_box .box_info .box2 ul{ display: table; margin-top: 7px;}
.head_box .lower_box .box_info .box2 ul li{ float: left; font-size: 15px;}
.head_box .lower_box .box_info .box2 ul i{ float: left; margin: 0 10px; color: #5db3ff}
.head_box .lower_box .box_info:last-child{ background: none;}

.all_center_box{ margin-top: 10px;}

.news_img1{ position: relative; border: 1px solid #d8d8d7; height: 357px; overflow: hidden;}
.news_img1 .bd ul li{ width: 100%; float: left;}
.news_img1 .bd ul li img{ width: 100%; min-height: 100%;}
.news_img1 .bd ul li span{ width: 100%; line-height: 48px; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,0.5); color: #fff; padding: 0 50% 0 5px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_img1 .hd{ position: absolute; right: 8px; bottom: 9px; z-index: 12;}
.news_img1 .hd ul li{ width: 25px; height: 25px; float: left; line-height: 25px; color: #fff; background: #666; text-align: center; margin-left: 5px; cursor: pointer;}
.news_img1 .hd ul li.on{ background: #e8670d;}

.news_img2{ border:1px solid #d8d8d7; margin-top: 4px; height: 148px; overflow: hidden;}

.table_list1{ border: 1px solid #d8d8d7; margin-top: 6px;}
.table_list1 .top_box{ background: #f6f7f8; border-bottom: 1px solid #d8d8d7; padding: 10px 5px 0;}
.table_list1 .top_box .fl{ font-size: 18px; font-weight: bold; color: #ff6618; padding-left: 28px; background: url(../images/ico_2.png) no-repeat left; margin-top: -4px;}
.table_list1 .top_box .fr a{ width: 54px; float: left; line-height: 26px; text-align: center; background: url(../images/btn_1.png) no-repeat top; margin-left: 5px; color: #ff6618;}
.table_list1 .top_box .fr a.active{ background-image: url(../images/btn_1_1.png);}
.table_list1 .lower_box ul{ float: left; padding: 5px 0;width: 100%;}
.table_list1 .lower_box ul li{ width: 100%; float: left; font-size: 16px; line-height: 21px; padding: 5px 10px;}
.table_list1 .lower_box ul li a i{ float: left; width: 21px; height: 21px; background: #999; color: #fff; text-align: center; border-radius: 2px;}
.table_list1 .lower_box ul li a span{ float: left; margin-left: 10px; width: 89%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.table_list1 .lower_box ul li a{ color: #0857c1;}
.table_list1 .lower_box ul li a:hover{ color: #1e95ff;}
.table_list1 .lower_box ul li.active i{ background: #1e95ff;}
.table_list1 .lower_box ul.wf100{ width: 100%;}
.table_list1 .lower_box ul.wf100 li a span{ width: 90%;}

.news_list1{ border:7px solid #eaf0f5; padding: 4px;}
.news_list1 .box_info{ border-bottom: 1px dashed #eaf0f5; padding: 5px 0;}
.news_list1 .box_info:last-child{ border:none;}
.news_list1 .box_info .box1{ text-align: center; padding: 3px 0; line-height: 26px;}
.news_list1 .box_info .box1 i{ float: left; width: 75px; color: #fff; text-align: left; text-indent: 5px; margin-right: 10px;}
.news_list1 .box_info .box1 i.clr1{ background: url(../images/bt_1.png) no-repeat center;}
.news_list1 .box_info .box1 i.clr2{ background: url(../images/bt_2.png) no-repeat center;}
.news_list1 .box_info .box1 a{ float: left; color: #ff0000; font-size: 20px; font-weight: bold;}
.news_list1 .box_info .box2 ul li{ width: 100%; float: left; height: 30px; line-height: 30px; overflow: hidden; white-space: nowrap;}
.news_list1 .box_info .box2 ul li a{ color: #0374bd;}

.news_list2{ border:7px solid #eaf0f5; padding: 4px; margin-top: -7px;}
.news_list2 .box1 a{ width: 25%; float: left; text-align: center; color: #0374bd; margin-top: 15px;}
.news_list2 .box1 a i{ display: block;}
.news_list2 .box1 a p{ display: block; margin-top: 15px;}
.news_list2 .box2{ padding: 29px 0 10px;}
.news_list2 .box2 a{ width: 25%; float: left;}
.news_list2 .box2 a i.you{ width: 28px; height: 22px; float: left; background: url(../images/bt_3.png) no-repeat;}

.table_list2{ overflow: hidden; margin-top: 12px;}
.table_list2 .top_box{ width: 105%; float: left;}
.table_list2 .top_box a{ width: 125px; height: 35px; float: left; text-align: center; line-height: 35px; font-size: 18px; color: #ff6618; background: url(../images/btn_2.png) no-repeat center; margin-right: 8.4px;}
.table_list2 .top_box a.active{ background-image: url(../images/btn_2_1.png);}
.table_list2 .cen_box{ border:1px solid #d8d8d7; margin-top: -1px; padding: 12.5px 0; min-height: 275px;}
.table_list2 .lower_box ul li{ width: 100%; float: left; padding: 0 10px; line-height: 32px;}
.table_list2 .lower_box ul li a{ width: 100%; float: left; font-size: 17px;}
.table_list2 .lower_box ul li span{ width: 80%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/N_1.png) no-repeat left; padding-left: 25px;}
.table_list2 .lower_box ul li i{ float: right;}
.table_list2 .lower_box ul li.active span{ background-image: url(../images/N_1_1.png);}

.bg1{background: url(../images/bg_2.jpg) repeat-x center;}

.bmlc_box{ border:1px solid #d8d8d7; margin-top: 12px; height: 281px;}
.bmlc_box .top_box{ border-bottom: 1px solid #d8d8d7;}
.bmlc_box .top_box span{ width: 133px; float: left; line-height: 35px; background: url(../images/bmlc.png) no-repeat; font-weight: bold; font-size: 17px; color: #000; text-indent: 35px;}
.bmlc_box .lower_box{ text-align: center; padding: 12px 0;}
.bmlc_box .lower_box i{ width: 100%; float: left; text-align: center; padding: 1px 0;}
.bmlc_box .lower_box a{ line-height: 35px; color: #e8670d; border: 1px solid; float: left; text-align: center; border-radius: 5px;}
.bmlc_box .lower_box a.clr1{ width: 94%; margin-left: 3%;color:#1E95FF;}
.bmlc_box .lower_box a.clr2{ width: 45.5%; margin-left: 3%;color:#1E95FF;}
.bmlc_box .lower_box a.clr3{ width: 29.3%; margin-left: 3%;color:#1E95FF;}

.kstx_box{ border:1px solid #d8d8d7; margin-top: 12px;}
.kstx_box .top_box{ border-bottom: 1px solid #d8d8d7; padding: 0 16px; font-size: 17px; color: #000; font-weight: bold; line-height: 35px;}
.kstx_box .box1{ padding: 0px 0;}
.kstx_box .box1 ul li{ width: 100%; float: left; line-height: 23px; padding: 9px 12px; border-bottom: 1px dashed #d8d8d7;}
.kstx_box .box1 ul li i{ width: 95px; float: left; height: 23px; background: url(../images/btn_3.png) no-repeat; color: #fff; text-indent: 15px;}
.kstx_box .box1 ul li a{ float: right; width: 170px;}
.kstx_box .box2{ padding-bottom: 10px;}
.kstx_box .box2 ul li {list-style-type: none;}
.kstx_box .box2 ul li a{ line-height: 33px; float: left; width: 300px;background: url(../images/jt_2.png) no-repeat 14px 11px; float: left; border: 1px solid #e3e3e3; margin: 15px 0 0 12.5px; padding: 0 10px 0 40px;}
.kstx_box a:hover{ color: #1e95ff;}

.all_title_box1{ height: 40px; border:1px solid #d8d8d7; margin-top: 20px;}
.all_title_box1 .fl{ width: 291px; height: 45px; margin-top: -6px; color: #fff; background-repeat: no-repeat; line-height: 45px;}
.all_title_box1 .fl strong{ float: left; font-size: 20px; margin-left: 95px;}
.all_title_box1 .fl span{ float: left; margin-left: 5px; font-size: 16px;}
.all_title_box1 .fl.clr1{ background-image: url(../images/bg_3.png);}
.all_title_box1 .fl.clr2{ background-image: url(../images/bg_3_1.png);}
.all_title_box1 .fr{ line-height: 40px; margin-right: 15px;}
.all_title_box1 .fr a{ float: left; color: #ff6618; font-size: 16px;}
.all_title_box1 .fr i{ float: left; margin: 0 10px; color: #c6c6c6;}

.news_list3{ border: 1px solid #d8d8d7;}
.news_list3 .top_box{ line-height: 40px;}
.news_list3 .top_box span{ float: left; font-size: 18px; margin-left: 10px; background: url(../images/ico_3.png) no-repeat left; padding-left: 28px; color: #de8a3f;}
.news_list3 .top_box a{ float: right; background: url(../images/jt_3.png) no-repeat left; padding-left: 22px; font-size: 17px; color: #9d9d9d; margin-right: 10px;}
.news_list3 .lower_box{ border-top: 3px solid #de8a3f; padding: 6px 0;}
.news_list3 .lower_box ul li{ width: 100%; float: left;}
.news_list3 .lower_box ul li a{ width: 100%; float: left; line-height: 32px; font-size: 17px; color: #353535; background: url(../images/ico_4.png) no-repeat 11px 15px; padding-left: 27px;}

.news_list4{ border:1px solid #d8d8d7; padding: 10px;}
.news_list4 .box1 a{ width: 25%; float: left; text-align: center; color: #171717; margin-top: 10px;}
.news_list4 .box1 a i{ display: block;}
.news_list4 .box1 a p{ display: block; margin-top: 10px;}
.news_list4 .box2{ margin-top: 20px;}
.news_list4 .box2 ul li{ width: 100%; float: left; line-height: 33px; margin-top: 5px; text-align: center;}
.news_list4 .box2 ul li > span{ width: 74px; height: 33px; float: left; color: #fff; background: url(../images/btn_4.png) no-repeat;}
.news_list4 .box2 ul li a{ float: left; border:1px solid; color: #1e95ff; width: 116px; height: 33px; margin-left: 8px; padding: 0 12px;}
.news_list4 .box3{ padding: 18px 0 5px;}
.news_list4 .box3 ul li{ width: 100%; float: left; margin-top: 8px; padding-left: 8px;}
.news_list4 .box3 ul li a{ width: 100%; float: left; padding-left: 25px; color: #353535; font-size: 16px; background: url(../images/ico_5.png) no-repeat left;}
.news_list4 .box3 ul li a span{ color: #0057c7;}
.news_list4 .box3 ul li a i{ color: #ccc; margin: 0 5px;}

.bkzn_box ul{ margin-top: 1px;}
.bkzn_box ul li{ width: 100%; float: left; background: url(../images/bg_2.jpg) repeat-x; background-size: contain; border: 1px solid #d8d8d7; padding: 7px 0; line-height: 22px; margin-top: -1px; font-size: 16px;}
.bkzn_box ul li h4{ margin: auto; color: #d78611; margin-left: 13px;}
.bkzn_box ul li .fl{ width: 86px; text-align: center; color: #4a4a4a;}
.bkzn_box ul li .frLast{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.bkzn_box ul li .fr{ width: 70%; border-left: 1px solid #c6c6c6; padding: 0 12px; color: #c51515;}
.bkzn_box ul li .fr span{ float: left; background-repeat: no-repeat; background-position: right; padding-right: 24px; margin-right: 13px;}
.bkzn_box ul li .fr span.true{ background-image: url(../images/ico_6.png);}
.bkzn_box ul li .fr span.error{ background-image: url(../images/ico_7.png);}

.news_list5{ width: 49.2%; border:1px solid #d8d8d7; padding:10px 7px;}
.news_list5 .top_box{ background: url(../images/line_3.png) repeat-x center; line-height: 28px;}
.news_list5 .top_box .fl{ background: #fff; padding: 0 8px; margin-left: 12px;}
.news_list5 .top_box .fl span{ color: #ff480b; font-size: 20px;}
.news_list5 .top_box a{ float: right; padding: 0 8px; background: #fff; margin-right: 12px; font-size: 17px;}
.news_list5 .lower_box{ margin-top: 8px;}
.news_list5 .lower_box .fl{ /*width: 137px;*/ border:1px solid #d8d8d7; height: 175px; overflow: hidden;}
.news_list5 .lower_box .fl img{ width: 100%; min-height: 100%;}
.news_list5 .lower_box .fr{ width: 73%;}
.news_list5 .lower_box .fr ul li{ width: 100%; float: left; line-height: 29px;}
.news_list5 .lower_box .fr ul li a{ float: left;}
.news_list5 .lower_box .fr ul li a:hover span,.news_list5 .lower_box .fr ul li a:hover i{ text-decoration: underline; color: #1e95ff;}
.news_list5 .lower_box .fr ul li span{ width: 78%; color: #353535; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px;}
.news_list5 .lower_box .fr ul li i{ float: right;}

.news_list6{ width: 49.2%; border: 1px solid #d8d8d7; min-height: 285px;}
.news_list6 .top_box{ padding: 12px 6px 0; border-bottom: 2px solid #ff8040;}
.news_list6 .top_box a{ width: 90px; line-height: 28px; text-align: center; float: left; margin: 0 3px; color: #ff8040; font-size: 16px; border:1px solid #dfdfdf; border-bottom: none;}
.news_list6 .top_box a.active{ background: #ff8040; border-color: #ff8040; color: #fff;}
.news_list6 .lower_box{ padding: 8px 0;}
.news_list6 .lower_box ul li{ width: 50%; float: left; padding: 0 12px; line-height: 28px;}
.news_list6 .lower_box ul li a{ width: 100%; float: left; padding-left: 23px; background: url(../images/ico_8.png) no-repeat left; background-size: auto 12px; color: #333;}
.news_list6 .lower_box ul li a.more{ background: none; color: #0c3dce;}
.news_list6 .lower_box ul li a:hover{ color: #1e95ff;}

.news_list3.style1{ margin-top: 12px;}
.news_list3.style1 .top_box span{ padding-left: 0; background: none; color: #ff681c;}
.news_list3.style1 .lower_box{ border-top: 1px dashed #d8d8d7;}
.news_list3.style1 .cen_box{ border-top:3px solid #de8a3f; padding: 10px;}
.news_list3.style1 .cen_box .fl{ width: 115px;}
.news_list3.style1 .cen_box .fr{ width: 60%;}
.news_list3.style1 .cen_box .fr .box1{ margin-top: 5px;}
.news_list3.style1 .cen_box .fr .box1 a{ width: 100%; float: left; color: #0c3dce; white-space: normal; text-overflow: inherit;}
.news_list3.style1 .cen_box .fr .box2{ color: #c6c6c6; margin-top: 5px; line-height: 22px;}
.news_list3.style1 .cen_box .fr .box2 a{ color: #ff3737;}

.news_list7{ border:1px solid #d8d8d7; min-height: 301px;}
.news_list7 .top_box{ height: 44px; background-size: contain; border-bottom: 1px solid #fe894f; padding: 0 10px;}
.news_list7 .top_box a{ width: 82.5px; float: left; line-height: 30px; text-align: center; color: #ff6618; font-size: 16px; border:1px solid transparent; border-top: 5px solid transparent; margin-top: 8px;}
.news_list7 .top_box a.active{ border-color: #fe894f; border-bottom: 1px solid #e6e6e6;}
.news_list7 .lower_box{ padding: 12px 0;}
.news_list7 .lower_box ul li{ width: 50%; float: left; padding: 0 18px; line-height: 33px;}
.news_list7 .lower_box ul li a{ width: 100%; float: left; color: #353535; font-size: 14px; background: url(../images/ico_4.png) no-repeat left; padding-left: 13px;}
.news_list7 .lower_box ul li a:hover{ color: #1e95ff;}

.news_list8{ border:1px solid #d8d8d7; margin-top: 8px; padding: 10px 0;}
.news_list8 .top_box{ background: url(../images/line_4.png) no-repeat 95px 4px; line-height: 25px;}
.news_list8 .top_box span{ float: left; font-size: 18px; color: #ff681c; margin-left: 12px;}
.news_list8 .top_box a{ float: right; font-size: 17px; color: #9d9d9d; margin-right: 5px; background: url(../images/ico_9.png) no-repeat left; background-size: auto 15px; padding-left: 22px;}
.news_list8 .lower_box{ margin-top: 12px;}
.news_list8 .lower_box ul li{ width: 50%; float: left; padding: 0 12px; line-height: 30px;}
.news_list8 .lower_box ul li a{ width: 100%; float: left; background: url(../images/ico_10.png) no-repeat left; background-size: auto 19px; padding-left: 25px; color: #333;}
.news_list8 .lower_box ul li a:hover{ color: #1e95ff;}

.news_list3.style2{ margin-top: 0;}
.news_list3.style2 .top_box span{ padding-left: 0; background: none; color: #ff681c;}
.news_list3.style2 .box1{ border-top: 3px solid #5db3ff; padding:2px 3px 13px;}
.news_list3.style2 .box1 a{ width: 23%; text-align: center; line-height: 30px; border:1px solid #e6e6e6; color: #ff681c; float: left; margin: 12px 1% 0; padding: 0 8px; font-size: 18px;}

.news_list9{ width: 848px; float: right;}
.news_list9 .pull-left,.news_list9 .pull-right{ width: 49.5%;}
.news_list9 .news_list8{ margin-top: 0;}
.news_list9 .news_list8 .top_box{ background-image: url(../images/line_5.png); background-position: 88px 4px;}
.news_list9 .news_list8 .lower_box ul li{ width: 100%;}

.yq_link{ border:1px solid #d8d8d7; margin-top: 30px;}
.yq_link .top_box{ line-height: 35px; border-bottom: 1px solid #d8d8d7; background: #eee; color: #333; font-size: 18px; padding: 0 30px;}
.yq_link .lower_box{ padding: 1px 0 8px;}
.yq_link .lower_box a{ float: left; margin: 8px 0 0 10px;}
.yq_link .lower_box i{ float: left; margin: 7px 0 0 10px;}
.yq_link .lower_box a:hover{ color: #1e95ff;}

.foot_box{ text-align: center; color: #5b5b5b; padding: 20px 0; line-height: 30px;}
.foot_box div{display: none;}
.region .head_box .top_box{ background-image: url(../images/bg_1_1.jpg);}
.region .head_box .top_box .pull-left .btns,.region .head_box .cen_box .box1,.region .head_box .cen_box .box2 .soso .btns,.region .head_box .lower_box,.region .news_img1 .hd ul li.on{ background: #1e95ff;}
.region .head_box .cen_box .box2 .soso .text,.region .news_list3 .lower_box{ border-color: #1e95ff;}
.region .head_box .lower_box .box_info .box1{ background-image: url(../images/line_1_1.png);}
.region .head_box .lower_box .box_info{ background: url(../images/line_2_1.png) no-repeat right;}
.region .head_box .lower_box .box_info:last-child{ background: none;}
.region .all_title_box1 .fl.clr1{background-image: url(../images/bg_3_1.png);}
.region .all_title_box1 .fr a,.region .news_list3 .top_box span,.region .bkzn_box ul li h4{ color: #1e95ff;}
.region .news_list3 .top_box span{ background: url(../images/ico_3_1.png) no-repeat left;}

.news_list10{ /*width: 390px;*/ width: 100%;float: left; /*margin-left: 15px;*/ border:1px solid #d8d8d7; }
.news_list10.table_js{ margin-left: 0;width: 100%;}
.news_list10 .top_box{ border-bottom: 1px solid #1e95ff; padding: 0 2px;}
.news_list10 .top_box a{ width: 128px; line-height: 32px; border: 1px solid #d8d8d7; border-bottom: none; font-size: 18px; color: #1e95ff; float: left; text-align: center; margin: 11px 0 0 8px;}
.news_list10 .top_box a.active{ background: #1e95ff; color: #fff; border-color: #1e95ff;}
.news_list10 .lower_box .box1{ padding: 12px; border-bottom: 1px dashed #d8d8d7;}
.news_list10 .lower_box .box1 .fl{ width: 152px; height: 112px; overflow: hidden;}
.news_list10 .lower_box .box1 .fl img{ width: 100%; min-height: 100%;}
.news_list10 .lower_box .box1 .fr{ width: 55%;}
.news_list10 .lower_box .box1 .fr a{ width: 100%; float: left; font-size: 16px; margin-top: 3px;}
.news_list10 .lower_box .box1 .fr p{ width: 100%; float: left; color: #5e5e5e; margin-top: 5px; line-height: 24px;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}
.news_list10 .lower_box .box2{ padding: 8px 0;}
.news_list10 .lower_box .box2 ul li{ width: 100%; float: left;}
.news_list10 .lower_box .box2 ul li a{ width: 100%; float: left; line-height: 32px; font-size: 14px; background: url(../images/ico_4.png) no-repeat 11px 15px; padding-left: 27px;}
.news_list10 .top_box1{ background: url(../images/line_3.png) repeat-x center; line-height: 25px; margin-top: 12px; padding: 4px 0;}
.news_list10 .top_box1 span{ float: left; background: #fff; color: #1e95ff; font-size: 18px; padding: 0 12px;}
.news_list10 .top_box1 a{ float: right; background: #fff; padding: 0 15px;}
.news_list10 a{ color: #333;}
.news_list10 a:hover{ color: #1e95ff;}

.address_box{ padding: 12px 0; line-height: 35px;}
.address_box img{ float: left; height: 35px; margin:0 18px 0 14px;}

.fanye_box{ text-align: center; padding: 25px 0;}
.fanye_box ul{ display: inline-block; line-height: 35px;}
.fanye_box ul a,.fanye_box ul span{ border:1px solid #e2e2e2; padding: 0 15px; display: inline-block; float: left; color: #1e95ff;}
.fanye_box ul span{ border:none; color: #333;}
.fanye_box ul a:hover{ background: #1e95ff; color: #fff;}
.fanye_box ul .active a{ border:none; color: #333;}

.danym_box .pull-left .box1{ border: 1px solid #d8d8d7; border-top: 4px solid #1e95ff;}
.box1 .top_box{ line-height: 40px; background: #fafafa; border-bottom: 1px solid #d8d8d7;}
.box1 .top_box a{ float: left; line-height: 24px; padding: 0 5px; color: #6a6a6a; font-size: 16px; margin: 2px 5px;}
.danym_box .pull-left .box1 .lower_box .fr a.active,.danym_box .pull-left .box1 .lower_box .fr a:hover{ background: #3EBDFF; color: #fff;}
.danym_box .pull-left .box2{ border:1px solid #d8d8d7; margin-top: 13px;}
.danym_box .pull-left .box2 .top_box{ border-bottom: 2px solid #1e95ff;}
.danym_box .pull-left .box2 .top_box span{ float: left; border: 1px solid #1e95ff; border-bottom: none; margin: 10px 0 0 17px; padding: 3px 3px 0;}
.danym_box .pull-left .box2 .top_box span i{ background: #1e95ff; font-size: 18px; color: #fff; float: left; line-height: 28px; padding: 0 20px;}
.danym_box .pull-left .box2 .lower_box{ padding: 0 15px;}
.danym_box .pull-left .box2 .lower_box ul{ width: 100%; float: left; padding: 8px 0; border-bottom: 1px dashed #d8d8d7;}
.danym_box .pull-left .box2 .lower_box ul li{ width: 100%; float: left; line-height: 38px; }
.danym_box .pull-left .box2 .lower_box ul li a{ width: 100%; float: left;}
.danym_box .pull-left .box2 .lower_box ul li a span{ width: 86%; font-size: 16px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/ico_4.png) no-repeat 6px 17px; padding-left: 25px;}
.danym_box .pull-left .box2 .lower_box ul li a i{ float: right;width: 13%;text-align: center;}
.danym_box .pull-left .box2 .lower_box ul li a:hover{ color: #1e95ff;}

.danym_box .pull-right .box1{ border: 1px solid #d8d8d7; border-top: 4px solid #1e95ff;; min-height: 460px;}
.danym_box .pull-right .box1 .top_box a{ width: 50%; float: left; line-height: 35px; padding: 18px 14px; border-bottom: 1px dashed #d8d8d7; border-left: 1px dashed #d8d8d7; margin-left: -1px;}
.danym_box .pull-right .box1 .top_box a img{ float: left;}
.danym_box .pull-right .box1 .top_box a span{ float: left; margin-left: 10px; font-size: 18px;}
.danym_box .pull-right .box1 .top_box a:hover{ color: #1e95ff;}
.danym_box .pull-right .box1 .news_list3,.danym_box .pull-right .box1 .news_list3 .lower_box{ border:none;}
.danym_box .pull-right .box2{ border: 1px solid #d8d8d7; margin-top: 12px;}
.danym_box .pull-right .box2 .cen_box{ line-height: 40px; background: #fafafa; padding: 0 14px; border-bottom: 1px solid #d8d8d7;}
.danym_box .pull-right .box2 .cen_box span{ float: left; font-size: 18px; color: #1e95ff; background: url(../images/ico_22.png) no-repeat left; padding-left: 33px;}
.danym_box .pull-right .box2 .cen_box a{ float: right; font-size: 16px;}
.danym_box .pull-right .box2 .lower_box{ padding: 0 3px 10px;}
.danym_box .pull-right .box2 .lower_box ul li{ float: left; padding: 0 9px; line-height: 30px; margin-top: 10px;}
.danym_box .pull-right .box2 .lower_box ul li a{ width: 100%; float: left; border:1px solid #e3e3e3; color: #333;}
.danym_box .pull-right .box2 .lower_box ul li i{ width: 26px; float: left; text-align: center; border-right:1px solid #e3e3e3; margin-right: 8px;}
.danym_box .pull-right .box2 .lower_box ul li a:hover{ color: #1e95ff;}
.danym_box .pull-right .box2 .top_box a{line-height: 40px; float: left; width: 33%; float: left; text-align: center; font-size: 16px; border-bottom: 1px solid #d8d8d7; border-left: 1px solid #d8d8d7; margin-left: -1px;}
.danym_box .pull-right .box2 .top_box a.active{ color: #1e95ff;}
.danym_box .pull-right .box2.table_js{ min-height: 304px;}
.danym_box .pull-right .box3{ border: 1px solid #d8d8d7; margin-top: 12px; min-height: 337px;}
.danym_box .pull-right .box3 .top_box{ border-bottom: 2px solid #1e95ff; padding: 7px 5px 0;}
.danym_box .pull-right .box3 .top_box a{ width: 24%; float: left; text-align: center; line-height: 30px; border:1px solid #d8d8d7; margin: 0 0.5%; border-bottom: none; font-size: 16px; color: #1e95ff;}
.danym_box .pull-right .box3 .top_box a.active{ background: #1e95ff; color: #fff; border-color: #1e95ff;}
.danym_box .pull-right .box3 .lower_box{ padding:8px 5px;}
.danym_box .pull-right .box3 ul li{ width: 100%; float: left; padding: 0 10px; line-height: 31px;}
.danym_box .pull-right .box3 ul li a{ width: 100%; float: left; font-size: 17px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../images/N_1.png) no-repeat left; padding-left: 30px;}
.danym_box .pull-right .box3 ul li.active a{ background-image: url(../images/N_1_1.png);}

.duoym_box .pull-left{ width: 295px;}
.duoym_box .pull-left .guanggao_box{ border:1px solid #d8d8d7; min-height: 273px; overflow: hidden;}
.duoym_box .pull-left .news_list11{ border:1px solid #d8d8d7; margin-top: 10px; padding-bottom: 15px;}
.duoym_box .pull-left .news_list11 a{ width: 125px; float: left; line-height: 34px; background: url(../images/btn_8.png) no-repeat; color: #333; font-size: 16px; padding: 0 6px; text-align: center; margin: 15px 0 0 14px;}
.duoym_box .pull-left .news_list11 a:hover{ color: #1e95ff;}

.news_list12{ border:1px solid #d8d8d7; margin-top: 11px;}
.news_list12 .top_box{ line-height: 34px; background: url(../images/line_6.jpg) repeat-x; border-bottom: 1px solid #d8d8d7; color: #fff; font-size: 16px;}
.news_list12 .top_box span{ float: left; background: url(../images/jt_4.png) no-repeat left; padding-left: 18px;}
.news_list12 .top_box a{ float: right; color: #fff; background: url(../images/jt_5.png) no-repeat left; padding-left: 22px; margin-right: 10px;}
.news_list12 .lower_box{ padding: 5px 0;}
.news_list12 .lower_box ul li{ width: 100%; float: left;}
.news_list12 .lower_box ul li a{ width: 100%; float: left; line-height: 32px; font-size: 16px; color: #353535; background: url(../images/ico_4.png) no-repeat 11px 15px; padding:0 10px 0 27px;}
.news_list12 .lower_box ul li a:hover{ color: #1e95ff;}
.news_list12 .lower_box ul li a span{ width: 75%; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list12 .lower_box ul li a i{ float: right;}
.news_list12 .lower_box ul li a:hover span,.news_list12 .lower_box ul li a:hover i{ text-decoration: underline;}

.duoym_box .pull-right{ width: 886px;}
.duoym_box .pull-right .box1 .news_list12{ width: 50%; float: left; margin-top: 0;}
.duoym_box .pull-right .box1 .news_list12 .top_box1{ background: url(../images/line_6.jpg) repeat-x center; background-size: contain; padding: 25px 12px; line-height: 30px; font-size: 15px;}
.duoym_box .pull-right .box1 .news_list12 .top_box1 span{ float: left; padding: 0 9px; background: url(../images/line_6_1.jpg) repeat-x; color: #fff; border-radius: 5px;}
.duoym_box .pull-right .box1 .news_list12 .top_box1 a{ float: right; color: #fff; width: 335px;}

.news_list13{ border:1px solid #d8d8d7; width: 433px; float: right;}
.news_list13 .top_box{ padding: 12px 9px;}
.news_list13 .top_box .fl{ width: 124px; height: 87px; overflow: hidden;}
.news_list13 .top_box .fl img{ width: 100%; min-height: 100%;}
.news_list13 .top_box .fr{ width: 65%;}
.news_list13 .top_box .fr span{ width: 100%; float: left; color: #1e95ff; font-size: 17px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list13 .top_box .fr p{width: 100%; float: left; font-size: 14px; margin-top: 3px;}
.news_list13 .top_box .fr a{ color: #1e95ff;}
.news_list13 .lower_box h4{ width: 100%; float: left; background: #f4eded; margin: auto; line-height: 32px; text-align: center; color: #1e95ff; font-size: 17px;}
.news_list13 .lower_box{ padding: 5px 0;}
.news_list13 .lower_box ul li{ width: 100%; float: left;}
.news_list13 .lower_box ul li a{ width: 100%; float: left; line-height: 32px; font-size: 16px; color: #353535; background: url(../images/ico_4.png) no-repeat 11px 15px; padding:0 10px 0 27px;}
.news_list13 .lower_box ul li a:hover{ color: #1e95ff;}

.duoym_box .pull-right .box2{ text-align: center; margin-top: 12px;}
.duoym_box .pull-right .box3 .news_list12{ width: 49.5%;}

.zhenwen_box .pull-left{ width: 876px; border:1px solid #d8d8d7;}
.zhenwen_box .pull-left .top_box{ text-align: center; border-bottom: 1px dashed #d8d8d7; padding: 10px 0;}
.zhenwen_box .pull-left .top_box p{ color: #ff0002; font-size: 18px; padding-bottom: 8px;}
.zhenwen_box .pull-left .top_box span,.zhenwen_box .pull-left .top_box a{ margin: 0 10px;}
.zhenwen_box .pull-left .top_box a.sc{ background: url(../images/ico_13.png) no-repeat left; padding-left: 25px;}
.zhenwen_box .pull-left .lower_box{ padding: 25px 40px; line-height: 24px;}
.zhenwen_box .pull-right{ width: 295px; margin-top: -11px;}

/* 新增 */
.pull-right .news_list12 .mp{
	text-align: center;
}
.pull-right .news_list12 .mp ul{
	display: inline-block;
}
.pull-right .news_list12 .mp ul li{

	width: auto;
	display: inline-block;
	/* float: left; */
	text-align: center;
	margin: 0 28px;
}
.mp ul li span{
	display: inline-block;
	margin: 10px 0 0;
}
.clear{
	clear: both;
}
/* .pull-right .news_list12 .lower_box .one li{
	margin:5px 0;
} */
.ewms{
	width: 100%;
	height: 170px;
	background-color: #cfe7fc;
	padding: 35px 45px;
	margin-top: 80px;
}
.ewms img{
	float: left;
}
.ewms .rig{
	float: left;
	margin-left: 55px;
}
.ewms .rig p{
	float: left;
	font-weight: 600;
	font-size: 26px;
}
.ewms .rig button{
	float: left;
	color: white;
	background-color: #f51a34;
	border: none;
	margin-left: 15px;
}
.ewms ul{
	line-height: 30px;
	margin-top: 15px;
}
.ewms ul li{
	float: left;
}
.ewms ul li:nth-child(n){
	margin: 0 25px;
}
.zhenwen_box .pull-left  .ewms ul li a{
	display: block;
	white-space: nowrap;
	color:#3a81fb;
	overflow: hidden;
	text-overflow:ellipsis;
	width: 220px;
	height: 30px;
} 
.zhenwen_box .pull-left .fy_box{
	border-bottom: 1px solid #d8d8d7;;
}
table{
	margin-top: 15px;
}
table thead tr {
	background-color: #489ef3;
	color: white;
	
}
.kech  table thead tr  th{
	text-align: center;
	vertical-align: middle; 
}
.kech table tbody tr  td {
	text-align: center;
	vertical-align: middle; 
}
table tbody tr  td .st{
	display: inline-block;
}
table tbody tr  td .bm{
	color: #439cf3;
	padding: 3px 10px;
	border: 1px solid #439cf3;
}
table tbody tr  td .bm img{
	margin-right: 5px;
}
.padd{
	padding: 8px;
	
}
.padd .name{
	border-bottom: 1px solid #000;
}
.padd h3{
	padding: 8px 0 8px 15px;
	font-size: 18px;
	font-weight: 600;
	float: left;
}
.padd .name .gd{
	float: right;
	margin-top: 20px;
    margin-bottom: 10px;
}
.padd .name .gd p{
	float: left;
}
.padd .name .gd .p1 a{
	color: #439cf3;
	font-size: 16px;
}
.padd .name .gd .rig{
	margin: 0 5px;
}
.kech .table{
	margin-bottom: 0;
}
.twidth{
	width: 45%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.table-bordered  tr td:first-child{
	width:45%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.table-bordered  tr td:first-child,
.table-bordered  tr th:first-child{
	border-left: none;
	width: 45%;

}
.table-bordered  tr td:first-child a{
	width: 45%;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height: 40px;
}
.table-bordered  tr td:last-child,
.table-bordered  tr th:last-child{
	border-right: none;

}
.kech .table-bordered{
	border:none
}
@media screen and (max-width:900px){
	.ewms{
		display: none;
	}
}
@media(max-width:751px){
	table tbody tr  td .bm{
		padding: 3px 16px 3px 0px;

		border: none;

	}
	.kech {
		display: none;
	}
}

/* 头部登录 */
.loginbox{ position: relative;height: 100%; box-sizing: border-box; float:left;z-index: 999; font-size: 15px;}
.loginbox .logined,.loginbox .login{float: left; position: relative; color:#fff}
.loginbox span{float: left; margin-right:0px; color:#333;margin-left: 0; position: relative;height: 100%; line-height: 25px;}
.loginbox span a{color:#666;margin-left:0 !important;}
.loginbox #cart{ padding:0 10px 0 3px;font-size: 15px; height: 25px;margin-left:5px;}
.loginbox #cart i{ line-height: 18px; padding: 0 5px; background-color:#ff0000;color: #fff; border-radius:25px;position:absolute;top:0px; left:4.5rem; font-size:11px; font-style:normal; opacity: .8;}
.loginbox #cart img{width:25px;height: 25px;cursor: pointer;margin-top:0px; opacity: 1;}
/*.loginbox #cart:hover{ background-color:#fff; border-left: solid 1px #e2e2e2;border-right: solid 1px #e2e2e2;padding:0 10px;}*/
.loginbox .loginbtn{ cursor: pointer; margin:0 10px; border:solid 1px #fff; border-radius:4px; padding:0 15px; line-height:20px;margin-top: 1px; background-color:#fff; color: #1e95ff;}
.loginbox .regbtn{ float: left;cursor: pointer; margin-right: 10px;line-height: 20px;margin-top:1px;color:#1e95ff;margin-left:1px; }
.loginbox .regbtn a{ color: #fff;background-color:#1e95ff; display: block;color: #fff;border:solid 1px #fff;border-radius:4px; padding:0 15px;}
.loginbox .regbtn a:hover{background-color:#fff; color: #1e95ff}

.loginbox .uinfo{ float: left; position: relative;font-size: 15px; color: #fff; margin-left:5px; }
.loginbox .ubaseinfo{ width: 100%; padding:0px 11px;height: 100%;box-sizing:border-box; float: left;z-index: 99; position: relative;display: flex; justify-content: center;border-top-left-radius: 5px; border-top-right-radius: 5px;}
.loginbox .ubaseinfo .avatar{ width:28px; cursor: pointer; position: relative; float: left; display: inline-block;margin-top: 0px; flex:0 0 30px;}
.loginbox .ubaseinfo .avatar img{width:22px;height: 22px; border-radius: 50%;}
.loginbox .ubaseinfo .uname{display: inline-block;padding-right:6px;font-size: 15px;display:flex;justify-content: center;flex-direction: column; align-items: center;height: 100%; line-height: 25px; white-space: nowrap;}
.loginbox .ubaseinfo .uname i{width: 12px;height: 12px;background-image:url('../images/member/down.png'); position: absolute; right: 2px; top: 50%; background-size: 100%; margin-top:-5px;}

.loginbox .uinfobox{ position: absolute; top: 100%; left: 0px; padding:25px; width: 250px;border:solid 1px #e2e2e2; background-color:#fff;box-shadow:0px 5px 10px rgba(195,206,201,0.5),0px 0px 10px rgba(195,206,201,0.5);display: none; z-index: 98; margin-top: 0px; border-top:0px;}
.loginbox .uinfobox .u1{ width: 100%;float: left; position: relative; display: flex;}
.loginbox .uinfobox .u1 .avatar{ width:40px;height: auto; cursor: pointer; position: relative; float: left;flex: 0 0 50px;}
.loginbox .uinfobox .u1 .avatar img{width:100%;height: 50px; border-radius: 50%;}
.loginbox .uinfobox .u1 .uinfo2{width: 100%; padding-left: 15px;}
.loginbox .uinfobox .u1 .uinfo2 .uname{ line-height: 1.8em;width: 100%; font-size: 16px; color: #666}
.loginbox .uinfobox .u1 .uinfo2 .group{ line-height: 1.5em;width: 100%; font-size: 12px; color: #999;}
.loginbox .uinfobox .u2{ width: 100%;float: left; position: relative; padding-top:20px;}
.loginbox .uinfobox .u2 .ubox{ width: 50%; padding:0; float: left; box-sizing: border-box; position: relative; color: #666; font-size: 13px;vertical-align: middle; line-height: 2.5em;}
.loginbox .uinfobox .u2 .ubox img{width:20px;height: 20px; margin-right:5px; vertical-align: middle; margin-bottom:2px; display: inline-block;}
.loginbox .uinfobox .u2 .ubox a{color: #6c6c6c; text-decoration:none;}
.loginbox .uinfobox .u2 .ubox a:hover{ color: #1e95ff; }

.loginbox .uinfo:hover{ color: #333; }
.loginbox .uinfo:hover .ubaseinfo{ border:solid 1px #e2e2e2; border-bottom: none;border-top: none;padding:0px 10px; background-color:#fff;}
.loginbox .uinfo:hover .uinfobox{ display: block; }
/*有背景色的时候css*/
.bluelogin{ margin-left:3px;}
.bluelogin span{ color: #fff; }
.bluelogin span a{color:#fff;margin-left:0 !important;}
.bluelogin #cart i{ background-color:#ff0000; margin-top:-3px;}

@media screen and (max-width: 750px){
    .loginbox span{}
	.loginbox #cart{font-size: 13px;}
    .loginbox #cart img{width:20px;height: 20px;margin-top: 0px;}
    .loginbox #cart i{ line-height: 15px; padding: 0 4px;font-size:10px; font-style:normal; opacity: .8;}
    .loginbox .ubaseinfo .avatar{ width:20px;}
    .loginbox .ubaseinfo .avatar img{width:20px;height: 20px; border-radius: 50%;}
    .loginbox .ubaseinfo .uname{padding-left: 0px;font-size:13px;}
    .loginbox .uinfobox{ padding:15px; width: 200px;}
    .loginbox .uinfobox .u2{ padding-top:15px;}
    .loginbox .uinfobox .u2 .ubox{}
    .loginbox .uinfobox .u2 .ubox img{width:15px;height: 15px;}
}
}
/*自定义layui弹框 橙色*/
body .layui-layer-orange .layui-layer-title{background:#ff8800; color:#fff; border: none;}
body .layui-layer-orange .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layui-layer-orange .layui-layer-btn a{background:#333;}
body .layui-layer-orange .layui-layer-btn .layui-layer-btn1{background:#999;}
/*自定义layui弹框 蓝色*/
body .layui-layer-blue .layui-layer-title{background:#1e95ff; color:#fff; border: none;}
body .layui-layer-blue .layui-layer-btn{border-top:1px solid #E9E7E7}
body .layui-layer-blue .layui-layer-btn a{background:#333;}
body .layui-layer-blue .layui-layer-btn .layui-layer-btn1{background:#999;}
