/*body {*/
    /*margin: 0;*/
    /*background: #fff;*/
    /*font-size: 12px;*/
    /*color: #333;*/
    /*font: Tahoma, Helvetica, Arial, '\5b8b\4f53', sans-serif;*/
/*}*/

/*html,*/
/*html body {*/
    /*height: 100%;*/
/*}*/

div,
span,
p,
form,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
dl,
dt,
dd,
caption,
a,
legend,
hr,
b,
blockquote,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

table,
input,
textarea,
select,
button {
    font-size: 12px;
    vertical-align: middle;
}

img,
a img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*相邻边被合并*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

a:link,
a:visited {
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active {
    color: #c00;
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0px !important;
    *margin-top: -1px;
    line-height: 0;
}

@media screen and (min-width: 1000px) {
    body {
        font-family: 'Microsoft Yahei', 'SimSun';
        font-size: 14px;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
    }

    a:hover {
        text-decoration: none;
        color: #e02020 !important;
    }

    .fw {
        color: #fff;
    }

    .fw a {
        color: #fff;
    }

    .fw a:hover {
        color: #dfdfdf !important;
    }

    .wrapper {
        width: 100%;
        min-width: 1200px;
        max-width: 1920px;
        margin: 0px auto;
        overflow: hidden;
    }

    .w1200 {
        width: 1200px;
        margin: 0px auto;
    }

    #phone-top2023 {
        display: none;
    }

    #top2023{ position: fixed; left: 0px; top: 0px; width: 100%; height: 82px; min-width: 1200px; background: #1b2a74; z-index: 999; }
    #top2023 .left{ width: auto !important;}
    #top2023 .logo{ float: left; margin-left: 50px; margin-top: 15px; }
    #top2023 .nav2023{ float: left; margin-left: 25px; }
    #top2023 .nav2023 li{ float: left; font-size: 16px; height: 82px; position: relative; overflow: visible; }
    #top2023 .nav2023 li span{ display: inline-block; line-height: 82px; height: 82px; padding: 0px 16px; position: relative; overflow: hidden; }
    #top2023 .nav2023 span i{ position: absolute; left: 50%; bottom: 15px; height: 2px; width: 30px; margin-left: -15px; background: #b68c39; transition: all 0.2s; z-index: 9; opacity: 0; }
    #top2023 .nav2023 li:hover span i{ opacity: 1; }
    #top2023 .nav2023 li:hover span a:hover{ color: #fff !important; }
    #top2023 .nav2023 .drop{ position: absolute; left: 50%; top: 67px; background:rgba(0,0,0,0.5); border-radius: 5px; -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); transform: translate(-50%, 0%); padding: 0px 11px; height: 0px; overflow: hidden; transition: all 0.2s; box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2); }
    #top2023 .nav2023 .drop p{ white-space: nowrap; text-align: center; height: 38px; line-height: 38px; }
    #top2023 .nav2023 .drop p a{ margin: 0px 5px; }
    #top2023 .nav2023 li:hover .drop{ padding-top: 10px; padding-bottom: 10px; height: auto; border-width: 1px; }
    #top2023 .lang{ float: left; margin-top: 29px; }
    #top2023 .lang a{ float: left; width: 24px; height: 24px; border-radius: 50%; margin-right: 20px; line-height: 24px; text-align: center; }
    #top2023 .lang .current,#top .lang a:hover{ background: #fff; color: #1b2a74 !important; font-weight: bold; }
    #top2023 .login{ float: left; height: 32px; line-height: 32px; border-radius: 5px; margin: 25px 40px 0px 0px; padding: 0px 18px 0px 42px; background: #fff url("../images/top-login.png") no-repeat 15px center; color: #ede2cd; }
    #top2023 .login a{color: #7594c3;}
    #top2023 .login label{ margin: 0px 5px; }
    #top-blank2023{ height: 82px; }
}

@media screen and (max-width: 1590px) {
    #top2023 .logo{ margin-left: 15px; }
    #top2023 .lang a{ margin-right: 6px; }
    #top2023 .login{ margin-right: 15px; }
    #top2023 .nav2023 li span{ padding: 0px 12px; }
}

@media screen and (max-width: 1400px) {
    #top2023 .nav2023 li{ font-size: 15px; }
    #top2023 .nav2023 li span{ padding: 0px 5px;  }
}

@media screen and (max-width: 1000px) {
    body{ font-family:"Microsoft Yahei","SimSun"; font-size:16px; color:#000; }
    a{ color:#000; text-decoration: none!important; }
    a:hover{ color:#c00; }
    img{ display:block; width: 100%; height: auto; }
    .fw,.fw a{ color: #fff; }
    .fw a:hover{ color: #dfdfdf !important; }
    #top2023{ display: none; }
    #phone-top2023{ width: 100%; height: 3em; background: #1b2a74; color: #fff; position: fixed; z-index: 999; }
    #phone-top2023 .logo{ float: left; margin: 0.7em 0px 0px 1.3em; height: 1.6em; }
    #phone-top2023 .logo img{ height: 100%; width: auto; }
    #phone-top2023 .title{ float: left; height: 3em; font-size: 1em; margin-left: 1.8em; }
    #phone-top2023 .btn{ float: right; margin: 0.8em 1.3em 0px 0px; height: 1.4em; width: 1.4em; background-size: 100% 100%; cursor: pointer; }
    #phone-top2023 .btn.open{ background-image: url("../images/nav1.png"); }
    #phone-top2023 .btn.close{ background-image: url("../images/nav2.png"); }
    #top-blank2023{ height: 3em; }
    #phone-nav2023{ position: fixed; width: 100%; left: 0px; top: 3em; background: #1b2a74; border-top: 1px solid rgba(255,255,255,0.5); box-shadow: 0px 0.5em 0.5em rgba(0,0,0,0.5); max-height: calc(100% - 3em - 1px); overflow-y: auto; z-index: 1000; }
    #phone-nav2023 .lang{ border-bottom: 1px solid rgba(255,255,255,0.2); padding: 1em 0px; text-align: center; }
    #phone-nav2023 .lang a{ display: inline-block; vertical-align: top; width: 1.6em; height: 1.6em; font-size: 1.1em; border-radius: 50%; line-height: 1.6em; margin: 0px 1em; }
    #phone-nav2023 .lang .current{ background: #fff; font-weight: bold; color: #1b2a74; }
    #phone-nav2023 ul{ margin: 0px 1.3em; padding: 0.2em 0px 2em 0px; }
    #phone-nav2023 li{ margin-top: 0.9em; }
    #phone-nav2023 li span{ display: block; border-bottom: 1px solid rgba(255,255,255,0.2); line-height: 2.8em; height: 2.8em; font-weight: bold; position: relative; }
    #phone-nav2023 li span a{ font-size: 1.2em; }
    #phone-nav2023 li span i{ position: absolute; right: 0px; top: 50%; margin-top: -0.32em; height: 0.64em; width: 0.64em; background: url("../images/nav-list1.png"); background-size: 100% 100%; }
    #phone-nav2023 li .drop{ display: none;}
    #phone-nav2023 li .drop p{ margin-top: 0.8em; }
    #phone-nav2023 li .drop p a{ display: inline-block; vertical-align: top; border-bottom: 1px solid #fff; line-height: 1.2em; }
    #phone-nav2023 li .drop dl{ height: calc(100% + 0.5em); }
    #phone-nav2023 li .drop dd{ float: left; margin-top: 0.8em; line-height: 1.4em; width: 25%; }
    #phone-nav2023 li .drop dd a{ border-bottom: 1px solid #fff; line-height: 1.2em; }
    #phone-nav2023 li.open span i{ background-image: url("../images/nav-list2.png"); }
    #phone-nav2023 li.open .drop{ display: block; }
}

@media (max-width: 380px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 325px) {
    body {
        font-size: 12px;
    }
}