@charset "utf-8";

/* Author: lucy of wisdom
 * Copyright 2018 Admin Designs
===================================================
   Web of Contents
===================================================
  A. Typography
  B. Padding 
  C. Margin 
  D. LineHeight 
  E. Height 
  F. Font Size 
  G. Text Colors
  H. Border Colors
  I. Background Colors
  J. Ellipsis
  K. Width
  L. Box
  M. Format Css
  N. Head Line
===================================================
  layout
=================================================== */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { width: 100%; margin: 0; padding: 0; font-family: "Microsoft YaHei","arial","verdana"; color: #666; -webkit-font-smoothing: antialiased; 
-webkit-text-size-adjust: 100%; font-size-adjust: 100%; font-size: 13px; background-color: #fff; }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input, textarea { padding: 0; margin: 0; font-style: normal;}
ol, ul li, dl, dt, dd, form, p { margin: 0; padding: 0; list-style-type: none; }
div, span, a,em, ins, i, input, label, table,tbody, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; word-wrap: break-word; word-break: break-all; }
img{border:0;vertical-align:middle}
i, em, ins { font-style:normal;font-style: normal;}
input,button,select,textarea { vertical-align: middle;outline:none; }
button { font-family: "Microsoft YaHei"; cursor: pointer; }
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* body,h1,h2,h3,h4,h5,h6,p{font-family: '微软雅黑'; }
ul,li{ padding: 0px; list-style-type:none;}
input,button,select,textarea{outline:none;} */

/*===============================================
  A. Typography
================================================= */
a {color:#666; cursor:pointer;text-decoration: none !important; }
a:hover{ text-decoration:none; color:#d80c25;}
a:focus { outline: none; }
p img { max-width: 100%;}
.fr{float:right;}
.fl{float:left;}

/*===============================================
  B. Padding 
================================================= */
.pn   { padding: 0 !important; }
.p10  { padding: 10px;}
.p15  { padding: 15px; }
.p20  { padding: 20px;}
.p30  { padding: 30px ; }

.ptn  { padding-top: 0 !important; }
.pt3  { padding-top: 3px; }
.pt5  { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }


.prn  { padding-right: 0 !important; }
.pr3  { padding-right: 3px; }
.pr5  { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }


.pbn  { padding-bottom: 0 !important; }
.pb3  { padding-bottom: 3px; }
.pb2  { padding-bottom:2px;}
.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }

.pln  { padding-left: 0 ; }
.pl3  { padding-left: 3px; }
.pl5  { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }


/*===============================================
  C. Margin 
================================================= */
.mn   { margin: 0 !important; }
.m10  { margin: 10px;}
.m15  { margin: 15px;}
.m20  { margin: 20px;}

.mtn  { margin-top: 0;}
.mt3  { margin-top: 3px;}
.mt5  { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}

.mrn  { margin-right: 0 !important;}
.mr3  { margin-right: 3px;}
.mr5  { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}

.mbn  { margin-bottom: 0 !important;}
.mb3  { margin-bottom: 3px;}
.mb5  { margin-bottom: 5px;}
.mb10 { margin-bottom:15px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}

.mln  { margin-left: 0 !important;}
.ml3  { margin-left: 3px;}
.ml5  { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml30 { margin-left:30px;}

/*===============================================
  D. LineHeight 
================================================= */
.h0  { height: 0 !important; }
.h20 { height: 20px;}
.h22 { height: 22px;}
.h24 { height: 24px;}
.h26 { height: 26px;}
.h28 { height: 28px;}
.h30 { height: 30px;}
.h32 { height: 32px;}
.h40 { height: 40px;}

/*===============================================
  E. LineHeight 
================================================= */
.lh0  { line-height: 0 !important; }
.lh20 { line-height: 20px;}
.lh22 { line-height: 22px;}
.lh24 { line-height: 24px;}
.lh26 { line-height: 26px;}
.lh28 { line-height: 28px;}
.lh30 { line-height: 30px;}
.lh32 { line-height: 32px;}
.lh40 { line-height: 40px;}

/*===============================================
  F. Font Size 
================================================= */
.f12 { font-size:12px;}
.f13 { font-size:13px!important;}
.f14 { font-size:14px;}
.f15 { font-size:15px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f26 { font-size:26px;}
.fs24 { font-size: 24px;}
.fs28 { font-size: 28px;}
.fs30 { font-size: 30px;}
.fw-no { font-weight: normal;}
.fw-bold { font-weight: bold; }
.fw600 { font-weight: 600; }

/*===============================================
  G. Text Colors
================================================= */
.c-000 { color: #000!important; }
.c-ccc { color: #ccc!important; }
.c-bbb { color: #bbb!important; }
.c-f80 { color: #ff8800;}
.c-ff0 {color: #ff0000;}
.c-aaa {color: #aaa;}

.c-d80{color:#d80c25;}
.c-999{color:#999;}
.c-666{color:#666;}
.c-333{color:#333;}
.c-fff{color:#fff;}
.c-f50{color:#f50;}
.c-orage{color:#ff6600;}
.c-red{color:#fa1918!important;}

.text-none:hover,.text-none:focus { text-decoration: none;}
.text-through {text-decoration: line-through;} 
.text-uppercase { text-transform: uppercase; }

/*===============================================
  H. Border Colors of style
================================================= */
.border-none { border: none !important; }
.border{border: 1px solid #e6e6e6;}
/*===============================================
  I. Background Colors
================================================= */
.bg-fff { background-color: #fff; }
.bg-000 { background-color: #000; }
.bg-f8f8f8 { background-color: #f8f8f8; }
.bg-eee { background-color: #eee; }

/*===============================================
   J. Ellipsis
================================================= */
.word-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.word-ellipsis-2 { -webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;white-space: normal!important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
}

/*===============================================
   K. Width
================================================= */
.wd10 { width: 10%; }
.wd15 { width: 15%; }
.wd20 { width: 20%; }
.wd25 { width: 25%; }
.wd30 { width: 30%; }
.wd33{ width: 33.3%; }
.wd35 { width: 35%; }
.wd40 { width: 40%; }
.wd45 { width: 45%; }
.wd50 { width: 50%; }
.wd55 { width: 55%; }
.wd60 { width: 60%; }
.wd65 { width: 65%; }
.wd70 { width: 70%; }
.wd75 { width: 75%; }
.wd80 { width: 80%}
.wd85 { width: 85%; }
.wd90 { width: 90%; }
.wd95 { width: 95%; }
.wd100 { width: 100%; }
.w1200 { width: 1200px;}

/*===============================================
   L. Box
================================================= */
.va-m{vertical-align:middle;}
.vat { vertical-align: top; }
.dis-none { display: none;}
.dis-block { display: block;}
.dis-inline-blcok { display: inline-block;}
.mar-auto { margin:auto;}
.cursor { cursor: pointer;}
.pr{position:relative;}
.pa{position:absolute;}
.hiddendiv{display:none;}
.over{overflow:hidden;}

/*===============================================
  M. Format 
================================================= */
.container-fluid { padding-left: 0; padding-right: 0;}
.container { width: 1200px !important; padding-left: 0; padding-right: 0;}
.row { margin-left: 0; margin-right: 0;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 0; padding-right: 0;}
.icon-down { width:9px; height: 6px; margin-left: 3px; background: url(../images/layout-pic.png) no-repeat -1px -43px;}
.icon-up { width: 9px; height: 6px; margin-left: 3px; background: url(../images/layout-pic.png) no-repeat -30px -43px; }
.clear{ clear:both;*zoom: 1;}
.clear:after{visibility:hidden;clear:both;display:block;content:".";height:0}


button{border: none;background:transparent;border-radius: none;}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {outline: none;box-shadow: 0px 0px 0px 0px;}

button .active{ border:none;}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
button:hover{background: none;}
.btn-danger {color: #fff;background-color: #e70d1e;border-color: #e70d1e;}

.header-top{background:url(../images/spring-top.png) no-repeat top center;width:1200px; height:189px;margin:0 auto;}
.bread{ height:40px; line-height:30px; margin:10px 0 0 0;border-bottom:2px solid #e6e6e6; }
.bread span{ width:22px; height:24px;background:url(../images/pos.png) no-repeat;display: inline-block;background-position: 0px 0px; vertical-align:middle;}

/************footer***************/
.footer{width:100%;}
.footer-bottom{ background:url(../images/spring-footer.png) no-repeat top center;height:252px; width:1200px;margin:0 auto;}
@media (min-width: 992px){
 .foot-nav{
 	padding-left: 20px;
 	padding-right: 20px;
 }
}


@media (min-width: 1200px){
.container {width: 1200px;padding-left: 0px;padding-right: 0px;}
}

/*分页*/
.yjw_page{ color:#666; font-size:13px; line-height:30px; height:32px; text-align:center; }
.yjw_page .yjw_select{ border:1px solid #e0e6eb; padding: 3px; width:50px; height:30px; line-height:30px; vertical-align: middle; margin-top: -5px;}
.yjw_page .yjw_button{ border:1px solid #e0e6eb; background:#eee; height:30px; width:50px; vertical-align: middle; margin-top: -5px;}
.yjw_page .yjw_button:hover { color:#fff; border:1px solid #d80c25; background:#d80c25;}
.yjw_page .yjw_input{ border:1px solid #e0e6eb; height:28px; width:50px; vertical-align: middle; margin-top: -5px;}
.yjw_page .link{ display: inline-block; font-size:14px; color:#666; height: 28px; line-height: 28px; padding: 0 12px; border:1px solid #e0e6eb; background:#eee; text-decoration: none;}
.yjw_page .link:hover{ color:#fff; border:1px solid #fa1918; background:#fa1918;}


/*弹窗*/
.modal-header{background:#f9f2f2;}
.table{margin-bottom:0;}
.table1>tbody>tr>td {border: none;vertical-align:middle;}
.modal-footer button{padding:6px 30px;border-radius: 30px;}
.confirm-btn{background: #e60012;color:#fff;}
.confirm-btn:hover{background: #d70011;color:#fff;}
.btn-default{background:#eee;}

/*top*/
.dis_add{width:100px;font-size:13px;color:#666;line-height:38px;position:relative; float:left}
.dis_add .top-jt{display:block;width:7px;height:4px; float:left; margin-top:18px; margin-left:3px;}
.dis_add span{cursor:pointer}
.dis_add img{ transition:0.3s}
.dis_add:hover span{color:#eb4e01}
.dis_add:hover img{ transform:rotate(180deg)}
.hide_add{position:absolute;left:0;top:38px;width:314px; height:auto;background:#fff; overflow:hidden;border:1px solid #f3f3f3; padding-bottom:6px;display:none; z-index:4000}
.hide_add ul{ width:285px;height:auto; margin:0 auto; overflow:hidden}
.hide_add ul li{ float:left}
.hide_add ul li a{display:block; padding-left:8px; padding-right:8px; line-height:24px; font-size:12px; color:#666; margin-top:6px; margin-right:6px; margin-left:8px}
.hide_add ul li a:hover{background:#f9f9f9;color:#eb4e01}
.hide_add ul li a.selected{ background:#eb4e01;color:#fff}
.register_login{ height:30px; float:left; line-height:30px}
.register_login em{ font-size:12px; color:#666}
.register_login a{ font-size:12px; color:#666;padding-left:6px;padding-right:6px}
.register_login a:hover{color:#eb4e01}
.vip_center{ height:30px; float:right; line-height:30px}
.vip_center a{ font-size:12px; color:#666;padding-left:6px;padding-right:6px}
.vip_center a:hover{ color:#eb4e01}

/*header*/
.t-login{ border-left: 1px solid #ddd;border-right: 1px solid #ddd;background: #eeeeee;}
.t-reg{border-right: 1px solid #ddd;background: #eeeeee;}
.t-login a i{display: inline-block;  width: 22px;height: 18px;vertical-align: middle; background:url(../images/ico-top.png) 0 0 no-repeat ;}
.t-reg a i{display: inline-block;  width: 22px;height:18px;vertical-align: middle; background:url(../images/ico-top.png) 0 -73px no-repeat ;}
.top-nav ul li:hover{background:#fff;}
.top-nav ul li:hover a{color:#fa1918 ;}
.top-nav ul .t-reg:hover a i{ background:url(../images/ico-top.png) 0 -113px no-repeat ;}
.top-nav ul .t-login:hover a i{ background:url(../images/ico-top.png) 0 -36px no-repeat ;}


.head-line {width: 100%;border-bottom: 1px solid #ddd;}
#header-warp{background:#fff;}
.head-top{width: 100%;background: #f9f9f9;height: 38px;border-bottom: 1px solid #ddd;}
.head-top span{display:inline-block;}
.head-top .area{display:inline-block;position:relative;}
.head-top .area span{background:#fff;padding:10px;}
.head-top .area-list{position:absolute;top:100%;left:0;width:280px;padding:10px;background:#fff;overflow:hidden;display: none;z-index:100;box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);}
.head-top .area-list ul li{display:inline-block;width:80px;height:30px;line-height:30px;padding:0 10px;overflow:hidden;border-bottom:1px dashed #dedede;}
.head-top .area-list ul li:hover{cursor: pointer;color:#E60012;}
.top-nav ul li {float: left;margin: 0px;padding: 8px;}
.top-nav ul li a{font-size:12px;}
.top-nav ul li .line{color:#ddd;}
.mobile a i{display: inline-block;  width: 22px;height: 18px;vertical-align: middle; background:url(../images/ico-top.png) 0 -150px no-repeat ;}


.top-nav ul li.mobile{position:relative;}
.top-nav ul li.mobile:hover{background:#fff;}
.top-nav ul li.mobile:hover a{color:#E60012;}
.top-nav ul li.mobile:hover a i{background:url(../images/ico-top.png) 0 -190px no-repeat ;}
.mobile .mobile-son{position: absolute;left: -10px;top: 100%;height:120px;padding:10px;background:#fff;overflow:hidden;display: none;z-index: 99;box-shadow: 1px 1px 3px 1px rgba(0,0,0,.2);}

.head-logo .logo img{max-height:163px;max-height:53px;}
 
/*search*/
.option-txt{margin: 0px;min-width: auto;border-radius:8px;}
.search .input-group{width: 380px;height: 32px;border-radius:20px;border: 1px solid #E60012;color: #666;}

.search input{border: none;box-shadow: inset 0px 0px 0px;height:32px;}
.search input:focus{box-shadow: inset 0px 0px 0px;}
.search button{height:32px;line-height:1;}
.head-icon{display:inline-block;position: relative;margin-right: 5px;}

.head-icon .one{
  display: inline-block;
  position: absolute;
  top:-2px;
  right:-4px;
  padding:2px 5px;
  line-height: 13px;
  border-radius: 50%;
  background: #E60012;
  color: #fff;
  text-align:center;
  font-size: 8px;
  font-style: normal;
  }

@media screen and (min-width: 768px) and (max-width: 991px){
	.search .input-group{width: 300px;height: 38px;}
}

/*nav*/
.pro-classify{width:220px;position:absolute;left:0;top:0;}
.spot-nav ul li{height:50px;line-height:47px;float:left;border-bottom:3px solid #fff;}
.spot-nav ul li a{font-size:16px;color:#333;padding:0 18px;}
.spot-nav ul li.active,.spot-nav ul li:hover{border-bottom:3px solid #fa1918;}
.spot-nav ul li.active a,.spot-nav ul li:hover a{color:#FA1918;}
@media only screen and (max-width:1199px ) and (min-width:992px ){
	.spot-nav ul li a{font-size:15px;padding:0 12px;}
}
@media only screen and (max-width:991px ) {
    .spot-nav ul li{height:45px; line-height: 45px;}
	.spot-nav ul li a{font-size:13px;padding:0 5px;}
}
/*footer*/
.footer-a{width:100%;background:#666;padding:25px 0;}
.footer-a .footer-logo a{max-width:163px;max-height:53px;}
.footer-a .w60{width:60%;}
.footer-a .w40{width:40%;}
.footer-a .about-us,.footer-a .contact-us{display:inline-block;height:140px;float:left;color: #eee;padding-left:4%;position:relative;}
.footer-a .about-us p,.footer-a .contact-us p{margin-bottom:0;line-height:28px;}
.footer-a .contact-us{}
.footer-a .contact-us i{display:inline-block;width:15px;height:15px;background:url(../images/footer-ico.png) no-repeat;margin-bottom:-3px;margin-right:3px;}
.footer-a .contact-us i.tel{background-position:0px 0px;}
.footer-a .contact-us i.email{background-position:0px -35px;}
.footer-a .contact-us i.web{background-position:0px -70px;}
.footer-a .foot-more{position:absolute;bottom:10px;padding:2px 5px;border:1px solid #393939;font-size:12px;color:#393939;}
.footer-a .blog,.footer-a .wechat{display:inline-block;max-width:40%;margin-bottom:0;}
.footer-a .blog dd i,.footer-a .wechat dd i{display:inline-block;width:22px;height:22px;background:url(../images/footer-ico.png) no-repeat;margin-bottom:-4px;margin-right:3px;}
.footer-a .blog dd i{background-position:0px -101px;}
.footer-a .wechat dd i{background-position:0px -138px;}
.footer-a .blog img,.footer-a .wechat img{max-width:100%;height:auto;}
@media (min-width: 992px){
	.footer-a .col-md-3 {width:20% !important;}
	.footer-a .col-md-9 {width:80% !important;}
}
@media only screen and (max-width:991px ) {
	
}

.footer-b{width:100%;background:#3f3f3f;padding:15px 0 10px 0;}
.footer-b p,.footer-b p a{color:#c5c5c5;font-size:12px;}
.footer-b p em{color:#6a6a6a;padding:0 10px;}

/*page*/
.page-number li{display: inline-block;
    float: left;
    vertical-align: middle;}
.pagination>li>a, .pagination>li>span{position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fa1918;
    border-color: #fa1918;
}
.page-number input{    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 40px;}
.page-number button{border: 1px solid #ddd;
    padding: 6px 12px;
    border-radius: 0px;
    font-size: 13px;
    background: #f5f5f5;}

/*右侧浮动*/
.hyys-suspe{ background:#3f3c3c; width:34px; position:fixed; top:0px; right:0px;z-index:9999; height:100%; text-align:center;}
.hyys-suspe img{width:20px; height:20px;}
.hyys-suspe .cart{ position:absolute; top:18%; right:0px; text-align:center; width:34px; padding:10px 0 20px;background:#333;}
.hyys-suspe .cart i{display:block;width:34px;height:34px;background:url(../images/float-right-ico.png) no-repeat 7px 10px;}
.hyys-suspe .cart:hover{ background:#FF3224;}
.hyys-suspe .cart:hover i{background:url(../images/float-right-ico.png) no-repeat 7px -27px;}
.hyys-suspe .cart:hover .number{background:#fff;color:#FF3224;}
.hyys-suspe .cart span{ display:inline-block; width:15px; text-align:center; color:#fff; margin-top:5px;}
.hyys-suspe .cart .number{ background:#e60012; width:20px; height:20px; border-radius:20px; line-height:20px; text-align:center; color:#fff; font-size:14px; display:inline-block; margin-top:10px;}

.hyys-suspe .member{ position:absolute; top:41%; right:0px; text-align:center; width:34px; padding:20px 0;}
.hyys-suspe .member i{ display:inline-block;width:34px;height:34px;background:url(../images/float-right-ico.png) no-repeat;margin-bottom:10px}
.hyys-suspe .member i a{display:block;width:34px;height:34px;}
.hyys-suspe .member i.jl{background-position:9px -66px;}
.hyys-suspe .member i.yhj{background-position:8px -140px;}
.hyys-suspe .member i.sc{background-position:6px -210px;}
.hyys-suspe .member i:hover{background-color:#FF3224;}
.hyys-suspe .member i.jl:hover{background-position:9px -104px;}
.hyys-suspe .member i.yhj:hover{background-position:8px -174px;}
.hyys-suspe .member i.sc:hover{background-position:6px -250px;}
.hyys-suspe .member i:last-of-type{margin-bottom:0;}

.hyys-suspe .infor{ position:absolute; top:73%; right:0px; text-align:center; width:34px; padding:10px 0;border-bottom:1px solid #474444;}
.hyys-suspe .infor i{display:inline-block;width:34px;height:34px; margin-bottom:10px;background:url(../images/float-right-ico.png) no-repeat;}
.hyys-suspe .infor i a{display:block;width:34px;height:34px;}
.hyys-suspe .infor i.fk{background-position:8px -290px;}
.hyys-suspe .infor i.scan{background-position:8px -368px;}
.hyys-suspe .infor i.fhdb{background-position:7px -444px;}
.hyys-suspe .infor i:hover{background-color:#FF3224;}
.hyys-suspe .infor i.fk:hover{background-position:8px -329px;}
.hyys-suspe .infor i.scan:hover{background-position:8px -406px;}
.hyys-suspe .infor i.fhdb:hover{background-position:7px -474px;}
.hyys-suspe .infor i:last-of-type{margin-bottom:0;}

.hyys-suspe .infor .scan ins{z-index: 9999;display: none;position:absolute;left: -1px;top:12px;height: 0;font-size: 0;line-height: 0;border-style: solid;border-width: 6px 0px 6px 6px;border-color: transparent #fff;}
.hyys-suspe .infor .scan .phone_ewm{display:none;width:94px;height:94px;padding:7px;position:absolute;right:34px;top:-40px;z-index:99999;box-shadow: 0px 3px 4px rgba(225,225,225,1), 0px -3px 4px rgba(225,225,225,1);background: #fff;}
.hyys-suspe .infor .scan .phone_ewm img{width:80px;height:80px;}


.tem-footer{width:100%;background:#384959;padding:30px 0 20px 0; border-top:2px solid #0adacc;}
.tem-footer p,.tem-footer p a{color:#fff;font-size:13px;}
.tem-footer p em{color:#fff;padding:0 10px;}

