@charset "UTF-8";
/*
 @author lwh
 @version 0.0.5
 @last-mod-time 20181228
 */

/***************************global style************************************/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}


/**清除浮动**/
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix:after{
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    zoom: 1;
}
.hidden-m {
    display: none;
}
/*td超出自动显示省略号*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.btn.focus,.btn:focus,.btn:hover {
    text-decoration: none;
}
/*垂直文字*/
.vertical-txt{
    width: 20px;
    white-space: normal;
    word-wrap: break-word;
}
/*固定中间区域宽度为1200px*/
.block1200{
    padding-right:0;
    padding-left:0;
    margin:0 auto;
    width:1200px;
}

/*****************************************************************************************/
/*******页面共用css*******/
html {
    width: 100%;
    height: 100%;
    background-color: #f2f5fa;
}
body {
    -ms-overflow-style:scrollbar;/*IE10右侧滚动条会遮挡部分内容*/
    font-family:微软雅黑, "Microsoft YaHei",宋体,SimSun,Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    min-width:1200px;
    background-color: #f2f5fa;
}

a{
    text-decoration: none;
    outline: none;
}
a:link,a:visited{
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
a img {
    border: none;
}
ol,ul,li,dl{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*override bootstrap style*/
.container-fluid {
    padding-right:0;
    padding-left:0;
}
.container-fluid .row{
    margin-left:0;
    margin-right:0;
    padding-right:0;
    padding-left:0;
}
.btn:active.focus, .btn:active:focus,
.btn.active.focus, .btn.active:focus{
    outline:none;
}

.wings{
    position: relative;
    padding: 0 20% 0 12%;
}
.wings .wings-l{
    width: 12%;
    position: absolute;
    left: 0;
    top: 0;
}
.wings .wings-r{
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}
