@charset "utf-8";

html, body, ul, li, dl, dt, dd, div {
    padding: 0;
    margin: 0
}

ul, li, dl, dt, dd {
    list-style: none;
}

img {
    vertical-align: middle;
}

a, input, button {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('SourceHanSansCN-Normal.otf');
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans CN", "PingFang SC", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", STXihei, "思源黑体", "苹果苹方", "华文细黑", Heiti, "黑体", SimSun, "宋体", sans-serif
}

body {
    min-width: 980px;
}

a,
a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

.header {
    width: 1200px;
    height: 70px;
    margin: 1px auto;
    background: #fff;
}

.header .logo {
    float: left;
    min-width: 180px;
    width: 20%;
    padding-top: 11px;
}

.header .logo img {
}

.header .menu {
    position: relative;
    float: left;
    top: 1px;
    width: 60%;
    z-index: 1000;
}

.header .menu ul li {
    float: left;
    min-width: 10%;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 24px;
}

.header .menu ul li a {
    display: block;
    color: #333;
}

.header .menu ul li .dropdown-toggle {
    border-bottom: solid 2px #fff;
    text-decoration: none;
    cursor: pointer;
}

.header .menu ul li .showline {
    border-bottom: solid 2px #ff3333;
}

.header .menu ul li .dropdown-toggle:hover {
    border-bottom: solid 2px #ff3333;
}

.header .menu ul li.open a.dropdown-toggle {
    border-bottom: solid 2px #ff3333;
}

.header .search {
    float: right;
    margin: 15px 0 0 0;
    /*padding: 9px 7px;*/
    /*background: #ebebeb;*/
    /*padding: 6px 0 6px 35px;*/
    /*margin-top: 22px;*/
    /*background: url("https://heytalk-oa.oss-cn-beijing.aliyuncs.com/web-image/peijie/lang.svg")  no-repeat 0 center;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*!*flex-wrap: nowrap;*!*/
    /*align-items: center;*/
}

.header .search .icon {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.header .search .lang-curr {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.header .search .lang-curr i {
    margin-left: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border: solid 2px #555;
    border-width: 2px 0 0 2px;
    cursor: pointer;
    transform: rotate(
        -135deg);
    -webkit-transform: rotate(
        -135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

.header .search .lang-select {
    position: absolute;
    z-index: 100000;
    display: none;
    width: 80px;
    min-width: 50px;
    padding: 0px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    background: #fff;
    box-sizing: content-box;
     -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: none;
    line-height: 30px;
}

.header .search .lang-select a:hover {
    color: #FF0000FF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.path_guide {
    padding: 20px 0;
    background: #f0f0f0
}

.path_guide .breadcrumb {
    width: 1200px;
    background: none;
    margin: 0 auto;
    padding: 0;
    color: #666;
}

.path_guide .breadcrumb a, .path_guide .breadcrumb a:hover {
    color: #666;
}

.path_guide .breadcrumb > li + li:before {
    content: ">\00a0"
}

.footer {
    width: 100%;
    padding: 40px 10% 10px;
    background: #efefef;
    color: #6a6a6a;
}

.footer > div {
    margin: 0 auto;
    width: 1200px;
}

.footer h5 {
    color: #000;
}

.footer h5 a, .footer h5 a:hover {
    color: #000;
}

.footer .spanline {
    border-left: solid 1px #b7b7b7
}

.foot_nav .list li {
    padding: 5px 0
}

.foot_nav .list li a {
    color: #6a6a6a;
    white-space: nowrap
}

.foot_nav > div {
    min-height: 150px;
    margin-bottom: 15px
}

.footer .nopad {
    padding: 0
}

.footer .other_info {
    margin-top: 24px;
    padding-top: 24px;
    border-top: solid 1px #b7b7b7;
    line-height: 29px;
    margin-bottom: 10px;
}

.footer .other_info .lang {
    position: relative;
    padding: 6px 0 6px 35px;
    margin-top: 22px;
    background: url("https://heytalk-oa.oss-cn-beijing.aliyuncs.com/web-image/peijie/lang.gif") no-repeat 0 center;
}

.footer .other_info .lang span {
    cursor: pointer
}

.footer .other_info .lang i {
    position: absolute;
    right: -18px;
    top: 9px;
    width: 8px;
    height: 8px;
    border: solid 2px #555;
    border-width: 2px 0 0 2px;
    cursor: pointer;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg)
}

.footer .ftNav {
    text-align: right;
}

.footer .ftNav a {
    margin-left: 20px;
    color: #6a6a6a;
}

/*childNav*/
.dropdown-menu {
    background: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 100000;
    display: none;
    width: 100%;
    min-width: 50px;
    padding: 0px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    background: #f9f9f9;
    box-sizing: content-box;
    /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    box-shadow: none;
}

.childNav01 {
    overflow: hidden;
    width: 100%;
}

.childNav01 .left {
    width: 100%;
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.childNav01 .left dl {
    margin: 0px auto;
    width: 100%;
}

.childNav01 .left dl dd {
    font-size: 14px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5
}

.childNav01 .left dl dd a {
    display: block;
}

.childNav01 .left dl dd:last-child {
    border-bottom: none;
}

.childNav02 {
    overflow: hidden;
}

.childNav02 .left {
    background: #f9f9f9;
    padding-bottom: 30px;
}

.childNav02 .left dl {
    float: left;
    width: 27%;
    margin: 30px 0;
    margin-left: 3%;
    margin-right: 3%;
}

.childNav02 .left dl dt {
    font-size: 14px;
    padding: 14px 0;
    line-height: 22px;
}

.childNav02 .left dl dt.level02 {
    border-bottom: 1px solid #bbb;
    font-weight: normal;
}

.childNav02 .left dl dd {
    font-size: 14px;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5
}

.childNav02 .left dl dd a {
    display: block
}

.childNav03 {
    background: #fff;
    overflow: hidden;
    height: 400px;
}

.childNav03 .left {
    float: left;
    background: #f9f9f9;
    height: 400px;
}

.childNav03 .left dl {
    margin: 50px;
}

.childNav03 .left dl dd {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5
}

.childNav03 .left dl dd a {
    display: block
}

.childNav03 .right {
    float: left;
    padding: 67px 0;
    background: #fff;
    color: #000;
}

.childNav03 .right h5 {
    margin: 0 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.childNav03 .right p {
    margin: 0 30px;
    color: #000;
    font-size: 12px;
    line-height: 150%;
}

.childNav04 {
    background: #fff;
    overflow: hidden;
    height: 400px;
}

.childNav04 .left {
    float: left;
    background: #f9f9f9;
    height: 400px;
}

.childNav04 .left dl {
    margin: 50px;
}

.childNav04 .left dl dd {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5
}

.childNav04 .left dl dd a {
    display: block
}

.childNav04 .right {
    float: left;
    padding: 67px 0;
    background: #fff;
    color: #000;
}

.childNav04 .right h5 {
    margin: 0 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.childNav04 .right p {
    margin: 0 30px;
    color: #000;
    font-size: 12px;
    line-height: 150%;
}

.childNav05 {
    background: #fff;
    overflow: hidden;
    height: 400px;
}

.childNav05 .left {
    float: left;
    background: #f9f9f9;
    height: 400px;
}

.childNav05 .left dl {
    margin: 50px;
}

.childNav05 .left dl dd {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5
}

.childNav05 .left dl dd a {
    display: block
}

.childNav05 .right {
    float: left;
    padding: 67px 0;
    background: #fff;
    color: #000;
}

.childNav05 .right h5 {
    margin: 0 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.childNav05 .right p {
    margin: 0 30px;
    color: #000;
    font-size: 12px;
    line-height: 150%;
}

.header .menu span.abg {
    background-color: #ff3333;
    display: block;
    height: 2px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    top: 58px;
    transition: all 0.4s ease 0s;
    width: 19%;
    z-index: 1;
}

.pull-right {
    margin-bottom: 40px;
}

.other_info .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}

.footer_news_title{
    width: 170px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
