
* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family:'maozedong';
    src:url('/templates/site/fonts/maozedong.ttf') format('truetype');
    
}

a {
    text-decoration: none;
    color: white
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}

.head-content {
    width: 90%; 
    color: #FFFFFF;
    padding: 21px 0px 19px 0px;
    /*padding: 21px 260px 19px 260px;*/
    margin: 0 auto;

}

 
.headr {
    justify-content: space-between;
    display: flex;
}

.backdefaut {
    background: #1249A3;
}

.logo {
    width: 420px;
    height: 100px;
    cursor: pointer;
}

.logo .logoImg{
    display:inline-block;
    width: 80px;
    height: 80px;
    margin-tight:10px;
}

.logoFont {
    margin-top:10px;
    display:inline-block;
    vertical-align:top;
    font-size:12px;
}

.logoFont .czg {
    margin-bottom:5px;
    font-size:33px;
    font-family:'maozedong';
}

.logoFont .eng {
    margin-left:15px;
}

.logoFont .logoText span{
    margin-left:11px;
    display:inline-block;
    width:18%;
    text-align:center;
    font-size:16px;
}

.header-left {
    display: flex;
    flex-direction: column;
    justify-content: right;
    width: 100%;
}

.logo-text {
    float: right;
    display: flex;
    width: 225px;
    height: 18px;
    justify-content: space-between;
    font-size: 24px;
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 16px;
}

.speak {
    width: 320px;
}

.text-navi {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.speak-right {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: -21px;
    white-space: nowrap;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    align-items: center;
}

.right-header {
    display: block;
    display: flex;
    width: 287px;
    justify-content: space-between;
    height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.right-header a img{width: 16px; height: 16px;}

.speak-right-content {
    align-items: center;
    justify-content: flex-end;
    /*justify-content: space-between;*/
    width: 100%;
    display: flex;
    white-space: nowrap;

}
.noneOver{
    /*column-gap: 66px;*/
    /*column-gap:4%;*/
    column-gap:3%;
}
.over{
    column-gap: 54px;
}
.line2{
    margin-top: 10px;
}
.menu-navi {
    /*background: #94070a;*/
    height: 100%;
    overflow: hidden;
}

/*菜单navi*/
.nav-mobile {
    color: #333;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    opacity: 1;
    /*display: none;*/
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms--ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.nav-header {
    align-items: center;
    background: #1249A3;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
}

.nav-header img {
    width: 200px;
}

.nav-main {
    padding: 0px 0px 0;
    font-size: 16px;
    background: #fafafa;
    background-size: auto 130px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.nav-main div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 15px;
    width: 50%;
    box-sizing: border-box;
    height: auto;
    display: inline-block;
}
.nav-main div a {
    color: #333;
}

.nav-main div:nth-child(1), .nav-main div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-identy {
    font-size: 16px;
    display: flex;
    /*background: #94070a;*/
    color: #fff;
    background: #1249A3;
    width: 100%;
    overflow: hidden;
}

.nav-identy div {
    padding: 5px 15px;
    opacity: 0.8;
    display: inline-block;
    white-space: nowrap;
}

.icon-hanbaobao {
    display: none;
}

.icon-qingchu {
    color: white;
    font-size: 30px !important;
}


/*.section-more-text:hover .section-more {*/
/*    visibility: visible;*/
/*}*/

/*.section-more:hover {*/
/*    visibility: visible;*/
/*}*/

/*.section-more-text:hover .icon-jiantouxia {*/
/*    transform: rotate(180deg);*/
/*}*/

/*.section-more {*/
/*    transition: all 0.5s ease-out 0s;*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*    background: white;*/
/*    color: black;*/
/*    !*height: 90px;*!*/
/*    width: 90px;*/
/*    line-height: 40px;*/
/*    right: 0;*/
/*    top: 32px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    font-size: 20px;*/
/*    padding: 20px;*/
/*}*/

/*.section-more-text {*/
/*    position: relative;*/
/*    !*transform: rotate(-90deg);*!*/
/*}*/
.xiangshang{
    transform: rotate(180deg);
    transition: all 1s;
    display: flex;
    justify-content: center;
}
.xiangxia{
    transform: rotate(360deg);
    transition: all 1s;
    display: flex;
    justify-content: center;
}
.speak-right-content div{
    cursor: pointer;
}


@media only screen and (max-width: 1400px) {
    .head-content {
        width: 90%; 
        color: #FFFFFF;
        padding: 21px 0px 19px 0px; 
        margin: 0 auto;  
    }
    .speak-right{
        font-size:18px;
    }
    .logo img{
        width:280px;
        height:auto;
    }
    .logo-text{
        float:none;
        width:200px;
        font-size:18px;
        margin-left:50px
    }
}