@charset "utf-8";
/* CSS Document */

/*公共样式*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px "宋体", "Arial Narrow", HELVETI CA;
    background: #fff;
    -webkit-text-size-adjust: 100%
}

body,
html {
    width: 100%;
    height: 100%;
}

a {
    color: #172c45;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

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

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

p {
    word-wrap: break-word
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/*清除漂浮*/

.line {
    width: 1px;
    height: 12px;
    overflow: hidden;
    background: #a2a2a2;
    float: left;
    margin: 0 26px;
    margin-top: 13px;
}

/*分隔线*/

.line2 {
    width: 1px;
    height: 12px;
    overflow: hidden;
    background: #a2a2a2;
    float: left;
    margin: 0 10px;
}

/*分隔线*/

/*顶部*/

.top {
    width: 1000px;
    height: 103px;
    margin: auto;
}

.top b {
    float: left;
    margin-top: 20px;
}

.top ul {
    width: 270px;
    height: 52px;
    float: right;
    margin-top: 23px;
    position: relative;
}

.top ul li {
    width: 190px;
    height: 15px;
    margin-left: 79px;
}

.top ul li a {
    float: left;
}

.top ul li a:hover {
    color: #F00;
}

.text {
    width: 214px;
    height: 27px;
    border: 1px solid #b1b1b0;
    float: left;
}

.imag {
    float: right;
}

.text2 {
    width: 270px;
    position: absolute;
    left: 0px;
    top: 21px;
}

/*导航*/

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 77px;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.nav ul {
    height: 77px;
}

.nav ul li {
    color: #505050;
    font: 11px Arial;
    float: left;
    width: 100px;
    text-align: center;
    height: 77px;
    text-align: center;
    line-height: 24px;
    position: relative;
}

.English {
    font: 14px "微软雅黑";
    color: #000000;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 24px;
    padding-top: 15px;
}

.nav li:hover .English {
    color: #F00;
}

.nav li:hover {
    background: url(../images/nav.gif) no-repeat;
}

.nav ul li a {
    display: block;
    width: 100px;
    /* height: 18px; */
    outline: none;
}

/*.icon{ width:110px; height:76px; background:url(../images/nav.gif) no-repeat; position:absolute; left:0px; top:0px;  display:none; z-index:-1;}*/

/*底部*/

.bottom {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    margin-top: 25px;
}

.bottom ul {
    width: 720px;
    height: 100%;
    margin: auto;
}

.bottom ul li {
    font: 14px "微软雅黑";
    float: left;
    line-height: 35px;
}

.bottom ul li:hover a {
    color: #F00;
}

.bottom_text {
    width: 100%;
    height: 60px;
    background: #000000;
    margin-top: 1px;
    text-align: center;
    line-height: 24px;
    padding-top: 20px;
    color: #FFF;
}