/**
 * liqiang
 * 2016-11-23
 * 公共样式表
 */

@charset "utf-8";

html{
font-size:12px;
font-family:"\5FAE\8F6F\96C5\9ED1";
}
.YaHei{
font-family:"\5FAE\8F6F\96C5\9ED1";
}
.container{
min-width:980px;
}
.content-wrap{
width:960px;
margin:0 auto;
}
header .info-wrap{
padding:8px 0;
}
.info-wrap ul li{
float:left;
padding:0 10px 0 5px;
border-right:1px solid #ccc;
}
.info-wrap ul li:last-child{
border-right:none;
}
.info-wrap ul li a{
padding-left:16px;
background-position:left;
background-repeat:no-repeat;
}
.info-wrap ul li a:hover{
    cursor: pointer;
color:#0085d0;
}
.info-wrap ul li:first-child{
padding-left:0;
}
.info-wrap ul li:last-child{
padding-right:0;
}
.logoSearch-wrap{
height:100px;
}
.search-wrap{
margin-top:43px;
}
.form-group{
height:32px;
width:240px;
padding:1px 0;
box-sizing:border-box;
border:1px solid #e4e4e4;
border-top-color:#c4c4c4;
}
.form-group .dropdown{
width:99px;
height:100%;
cursor:default;
position:relative;
border-right:1px solid #e4e4e4;
}
.form-group .input-keywork{
width:138px;
height:100%;
border:none;
padding:0 7px;
box-sizing:border-box;
}
.form-group input::-webkit-input-placeholder{
color:#666;
}
.search-wrap .search-btn{
width:32px;
height:32px;
}
.search-btn:hover{
background-color:#0152ad;
}
.search-btn i{
width:14px;
height:14px;
margin:9px 6px 9px 9px;
}
.search-btn p{
line-height:14px;
margin:8px 8px 9px 0;
}
.dropdown ul{
top:29px;
left:-1px;
right:-1px;
z-index:999;
padding:1px;
line-height:12px;
position:absolute;
border:1px solid #e4e4e4;
}
.dropdown ul li{
padding:6px 9px;
overflow:hidden;
border-radius:3px;
white-space:nowrap;
text-overflow:ellipsis;
}
.dropdown .cur-val{
width:100%;
height:100%;
padding:0 9px;
line-height:28px;
box-sizing:border-box;
background-position:85px;
}
.dropdown .cur-val:hover{
background-position-y:13px;
}
.drp-selected{
color:#fff;
background-color:#009fd9;
}
.telephone-wrap{
width:170px;
height:60px;
margin-top:17px;
margin-left:13px;
}
.main{
padding-bottom:30px;
}
.menu-panel ul li{
float:left;
width:20%;
height:40px;
line-height:40px;
text-align:center;
box-sizing:border-box;
border-right:1px solid #e4e4e4;
}
.menu-panel ul li a.cur{
color:#fff;
background-color:#0085d0;
}
.menu-panel ul li a{
display:block;
}
.menu-panel ul li a:hover{
color:#fff;
background-color:#0085d0;
}
.banner-wrap{
width:660px;
height:240px;
overflow:hidden;
visibility:hidden;
position:relative;
box-sizing:border-box;
}
.swipe{
overflow:hidden;
position:relative;
}
.swipe a{
float:left;
position:relative;
}
.banner-wrap .position{
left:40px;
bottom:20px;
position:absolute;
}
.banner-wrap .position li{
float:left;
width:16px;
height:16px;
margin-left:4px;
cursor:pointer;
text-align:center;
line-height:16px;
background-color:#fff;
border:1px solid #ff9900;
}
.position li.cur{
color:#fff;
background-color:#ff9900;
}
.footer-wrap{
height:54px;
text-align:center;
background-position:center 86px;
}
.footer-wrap ul{
margin-top:57px;
}
.footer-wrap ul li{
float:left;
padding:0 5px;
border-right:1px solid #666;
}
.footer-wrap ul li a{
display:inline-block;
}
.footer-wrap a:hover{
color:#0085d0;
}
.footer-wrap .copy-right{
margin-top:51px;
}
.footer-wrap .friend-line{
margin-top:17px;
}
.footer-wrap .friend-line a,
.footer-wrap .friend-line p{
float:left;
}
.icon-loading{
background-image:url('icons/icon-loading.gif') !important;
}
.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
.loading img{
    margin-top: 30%;
}
iframe{
    display: none;
}