*,
::before,
::after {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /*去除移动端点击产生的高亮状态*/
    -webkit-tap-highlight-color: transparent;
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td, menu {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar { /*滚动条整体样式*/
    width: 20px; /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    background-color: #cccccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

table {
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse
}

ul, ol, menu {
    list-style: none
}

fieldset, img {
    border: none
}

img, object, select, input, textarea, button {
    vertical-align: middle
}

input, textarea, select, address, caption, cite, code, dfn, em, i, b, strong, small, th, var, abbr {
    font-size: 100%;
    font-style: normal
}

caption, th {
    text-align: left
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block
}

code, kbd, pre, samp, tt {
    font-family: Consolas, 'Courier New', Courier, monospace
}

address, cite, dfn, em, var, i {
    font-style: normal
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #00f3ff;
    -webkit-transition: all .2s;
    transition: all .2s
}

/*a:hover {*/
/*text-decoration: none;*/
/*color: #FFEA7F;*/
/*outline: none*/
/*}*/

a span, a em, a u, a strong, a b, a p, a img, a ul, a li, a div, a dd, a dt, a dl, a ol, a table, a th, a td, a h1, a h2, a h3, a h4, a h5, a h6, a input, a textarea, a button, a small, a select {
    cursor: pointer;
    -webkit-transition: none;
    transition: none
}

abbr[title], acronym[title] {
    cursor: help;
    border-bottom: 1px dotted
}

body, button, input, select, textarea {
    font: 14px/1.5 'Microsoft Yahei', 'Hiragino Sans GB', 'STHeiti', 'Helvetica Neue', 'Helvetica', 'SimSun', 'Tahoma', 'Arial', sans-serif
}

.container {
    /*width: 1920px;*/
    min-width: 1366px;
    /* 主容器 */
    margin: 0 auto;
    background: #ccc;
    padding-top: 60px;
}

.header {
    width: 1920px;
    min-width: 1366px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.header .logoLeft {
    /*width: 100px;*/
    /*height: 100px;*/
    float: left;
    margin-left: 10%;
}

.header .logoLeft img {
    width: 70%;
}

.header .menuRight {
    float: right;
    height: 60px;
    margin-right: 14%;
}

/*.header .menuRight ul {*/
/*height: 50px;*/
/*}*/

.header .menuRight ul li {
    margin-left: 60px;
    float: left;
    border: 2px solid #305BA9;
    color: #305BA9;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
    border-radius: 10px;
}

.header .menuRight ul li a {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #305BA9;
}

.header .menuRight ul li a:hover {
    background-color: #FFEA7F;
    border-radius: 8px;
}

.header .menuRight ul li a .index {
    width: 27px;
    height: 25px;
    position: relative;
    left: -10px;
    top: 0;
}

.header .menuRight ul li a .fcm {
    width: 28px;
    height: 29px;
    position: relative;
    left: -10px;
    top: 0;
}

.header .menuRight ul li a .jianhu {
    width: 31px;
    height: 26px;
    position: relative;
    left: -10px;
    top: 0;
}

.header .menuRight ul li a .hezuo {
    width: 31px;
    height: 26px;
    position: relative;
    left: -10px;
    top: 0;
}

.header .menuRight ul li a span {
    position: relative;
    top: 4px;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #115b80;
    padding-top: 35px;
}

.footer .footLogo {
    float: left;
    width: 29%;
    line-height: 170px;
    text-align: right;
    margin-right: 2%;
}

.footer .footTxt {
    width: 45%;
    margin: 0 auto;
    position: relative;
}

.footer .footTxt p {
    font-size: 13px;
    /* font-weight: bold; */
    line-height: 26px;
    color: #fff;
}

.footer .footTxt .menu {
    margin-left: 10%;
    margin-bottom: 1%;
}

.footer .footTxt .menu a {
    color: #000;
}

.footer .footTxt .menu .f_line {
    font-size: 12px;
    color: #000;
    vertical-align: bottom;
}


.footer .footTxt p img {
    vertical-align: middle;
    margin-right: 3px;
    display: inline;
}
