* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "å¾®è½¯é›…é»‘";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    min-width: 1260px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1260 {
    width: 1400px;
    margin: 0 auto;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
    
}


/* å†…é¡µå…¬å…±æ ·å¼ */


/* nav */

.head {
    position: relative;
    background-image: url(../images/2024/logofxgjzx.jpg);
   
}

.logo a img {
    height: 50px;
}

.head-top {
    /* position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -639px; */
}

.logo {
    font-size: 175px;
    text-align: left;
}

.logo a {
    font-size: 0;
    line-height: 100px;
    text-align: center;
}

.logo a img {
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    transition: all 0.5s;
    margin: 0 35px;
}

#nav {
    background: #af422b;
    background: #31505f;
    position: relative;
    z-index: 9;
    margin-bottom: 60px
}

.nav {
    background-size: 100% 100%;
    position: relative;
}

.nav>ul {
    float: left;
    font-size: 0;
}

.nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    background: url("./");
    font-size: 0;
    padding: 0 38px;
}

.nav>ul>li>a {
    display: inline-block;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    transition: all 0.5s;
    vertical-align: middle;
    text-decoration: none !important;
}

.nav>ul>li>span {
    display: inline-block;
    width: 20px;
    right: 0;
    height: 60px;
    top: 0;
    cursor: pointer;
    background: url(../images/nav-down.png) no-repeat;
    background-position: right center;
    vertical-align: middle;
}

.nav>ul>li:hover {
    background: #e4cfd6;
}

.nav>ul>li:hover>span {
    background: url(../images/nav-down-hover.png) no-repeat;
    background-position: right center;
}

.nav>ul>li:hover>a {
    color: #af422b;
}

.nav>ul>li:hover ul {
    display: block;
}

.nav>ul>li.active {
    background: #e4cfd6;
}

.nav>ul>li.active>a {
    color: #af422b;
}

.nav>ul>li.active>span {
    background: url(../images/nav-down-hover.png) no-repeat;
    background-position: right center;
}

.nav>ul>li>ul {
    width: 200%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
    display: none;
    overflow: hidden;
}

.nav>ul>li>ul li {
    float: left;
    width: 50%;
    line-height: 45px;
}

.nav>ul>li>ul li:hover {
    background: #af422b;
}

.nav>ul>li>ul li a {
    display: block;
    color: #af422b;
    font-size: 16px;
    text-decoration: none !important;
}

.nav>ul>li>ul li a:hover {
    color: #fff;
}

.nav-top {
    float: right;
    margin-top: 32px;
    transition: all 0.5s;
}

.nav-top>ul {
    overflow: hidden;
    float: left;
    line-height: 30px;
}

.nav-top>ul>li {
    float: left;
    margin-right: 20px;
}

.nav-top>ul>li>a {
    display: block;
    font-size: 0;
}

.nav-top>ul>li>a img {
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-top>ul>li>a span {
    font-size: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.nav-top>ul>li>a:hover span {
    color: #fff;
}

.lang {
    float: left;
    font-size: 0;
    line-height: 60px;
}

.lang img {
    vertical-align: middle;
    margin-right: 5px;
}

.lang span {
    font-size: 16px;
    color: #ffffff;
margin-left:5px;
    vertical-align: middle;
}

.search {
    /* float: right;
    position: relative; */
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    margin-top: 15px;
    width: 20px;
    padding-right: 5px;
    overflow: hidden;
}

.search img {
    height: 20px;
    margin-top: 5px;
    float: right;
}

.search-box {
    position: absolute;
    right: -225px;
    width: 220px;
    top: 0;
    background: #fff;
    transition: all 0.5s;
    font-size: 0;
    padding-right: 5px;
}

.search-box input[type="text"] {
    outline: none;
    line-height: 30px;
    color: #000;
    width: 190px;
    height: 30px;
    padding: 0 5px;
    opacity: 1;
    transition: all 0.5s;
    border: none;
    vertical-align: middle;
}

.search-box input[type="image"] {
    height: 20px;
    vertical-align: middle;
}

.search:hover {
    width: 225px;
}

.search:hover .search-box {
    right: 0;
    left: auto;
}

.footer {
    background:#1c2a52;
    background-size: 1920px 100%;
    background-position: center center;
    padding: 50px 0;
    margin-top: 1px;
}

.footer>div {
    display: table;
}

.footer>div>div {
    display: table-cell;
    vertical-align: top;
}

.footer>div>div h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}

.foot-left {
    width: 460px;
display: table-cell;
    vertical-align: top;
}

.foot-logo img {
    display: block;
    height: 50px;
    margin-bottom: 70px;
}

.banq p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.foot-mid {
    width: 390px;
display: table-cell;
    vertical-align: top;
}

.foot-mid ul li {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.foot-mid ul li img {
    vertical-align: middle;
}

.foot-mid ul li span {
    vertical-align: middle;
    color: #fff;
    
    margin-left: 10px;
}

.foot-right {
    width: 350px;
    font-size: 0;
}

.foot-right a {
    display: inline-block;
    color: #fff;
    
    line-height: 36px;
    font-size: 25px;
    margin-right: 25px;
    text-decoration: none !important;
}

.foot-right a:hover {
    color: #fff;
}



p,div,span,b{    word-break: break-all;}