
fieldset, img {
    border: 0 none;
}

input, select {
    padding-top: 0;
    padding-bottom: 0;
    outline: 0 none;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    border: 0 none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style-type: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #333333;
    text-decoration: none;
    /*cursor: pointer;*/
}

/*a:hover {*/
    /*color: #0E82D9;*/
/*}*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*.cl{clear: both;}*/
/* 浏览器初始化 start */
@charset "utf-8";
html {
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    background: #fff;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, fieldset, legend, input, select, textarea, button, caption, blockquote, pre, uli, li {
    margin: 0;
    padding: 0;
}

input, select, textarea, button {
    font-family: Arial, sans-serif;
    font-size: 100%;
    outline: medium none;
    vertical-align: middle;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

img {
    border: none;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    white-space:nowrap;
}

a:hover {
    /*color: #2587cb;*/
    text-decoration: none;
}

.clearfix:after {
    display: table;
    content: " ";
    visibility: hidden;
    clear: both;
}

/* 浏览器初始化 end */

/* 公用样式 start */
body {
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url("../images/head_bg.jpg") no-repeat center top #f4f4f4;
}

.main {
    margin: 0 auto;
    width: 1200px;
}

.header {
    /*margin-bottom: 20px;*/
    background: url("../images/head_bg.jpg") no-repeat center top;
}
/*

.footer {
    margin-top: 20px;
    min-height: 332px;
    background: url("../images/footer_bg.jpg") no-repeat center bottom;
    box-shadow: 1px 5px 5px #ccc;
}
*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* 按钮 */
.btn {
    display: inline-block;
    /* padding: 2px 3px; */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/* 1.友情链接 */
/*.footer .links {
    padding: 20px;
    background-color: #fff;
}

.footer .links .text {
    float: left;
    display: inline-block;
    width: 100px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    color: #2587cb;
}

.footer .selectBox {
    margin-left: 100px;
}

.footer .selectBox .selectList {
    float: left;
    margin-bottom: 10px;
    width: 14.285%;
}

.footer .selectBox select {
    display: block;
    padding: 9px 0;
    width: 100%;
    height: 42px;
    line-height: 22px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e5e5e5;
    border-left: none;
}*/

/* 2.网站信息 */
.webmsg {
    margin-top: 46px;
}

.webmsg .imgs {
    float: left;
    display: inline-block;
}

.webmsg .imgs img {
    vertical-align: middle;
    margin-right: 20px;
}

.webmsg .foot_con {
    margin-left: 240px;
}

.webmsg .tab {
    margin-left: -16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.webmsg .tab li {
    float: left;
    position: relative;
    display: inline-block;
}

.webmsg .tab li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    margin-top: -6px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}

.webmsg .tab .first:before {
    background-color: transparent;
}

.webmsg .tab li a {
    display: block;
    padding: 0 16px;
    color: #333;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/*中间内容*/
.content {
    width:1200px;
    margin:0 auto;
    position:relative;
}

/*盒阴影*/
.shadow {
    -moz-box-shadow: 1px 5px 10px #ccc;
    -webkit-box-shadow: 1px 5px 10px #ccc;
    box-shadow: 1px 5px 10px #ccc;
}

/*文字图标*/
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
  


