body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-family: "Arial", "Microsoft YaHei";
    position: relative;
    height: 100%;
    background: #f7f7f7;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.container {
    margin: 0 auto;
    width: 23.6593rem;
}

body,
.Normal,
.cont-tit {
    line-height: inherit;
    font-size: inherit;
}

header.affix {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 51;
    transition: transform .3s;
    transform-origin: top center;
}

.scroll-down header.affix {
    transform: translateY(-90px);
}

header .container {
    width: 95%;
    height: 90px;
    margin: 0 auto;
    background: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
}

.no-border-radius {
    border-radius: 0px !important;
}

.logo {
    float: left;
    margin: 0 0.8rem 0 0.5521rem;
    cursor: pointer;
    height: 90px;
    line-height: 82px;
}

@media screen and (max-width:1024px) {
    .phone-btn img {
        width: 30px;
        height: 30px;
        margin-bottom: 22px;
    }
}

.logo img {
    vertical-align: middle;
    width: auto;
    height: 70px;
}

nav {
    height: 90px;
    float: left;
}

.top-nav li {
    float: left;
    margin: 0 19px;
    height: 90px;
    line-height: 60px;
}

.top-nav li a {
    font-size: 18px;
    color: #333333;
}

.en-search {
    width: 75px;
    float: right;
    margin-right: 0.5521rem;
    line-height: 90px;
}

.en {
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: 550;
}

.en a {
    color: #333333;
    font-size: 18px;
    font-style: italic;
    font-weight: 550;
}

.search {
    float: right;
}

.search .btns-search {
    width: 17px;
    height: 90px;
    float: right;
    background: url(../image/search.png) 0px 34px no-repeat;
    position: relative;
}

.search .langOv1 {
    display: block;
    width: 30%;
    height: 50px;
    position: absolute;
    top: 88px;
    right: 2.4rem;
    overflow: hidden;
    z-index: 7;
    font-size: 16px;
    line-height: 50px;
}

.search .langOv1.move {
    right: 2.4rem;
}

.search .search-input {
    padding: 13px 0px;
    text-indent: 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    display: none;
    font-size: 14px;
}

.search .search-go {
    display: none;
    width: 17px;
    height: 17px;
    background: url(../image/search.png) no-repeat;
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
}

.search .langOv1.show .search-go {
    display: block;
}

.top-nav li a:hover {
    color: #005bac;
}

.top-nav li.onthis a {
    color: #0081cc;
}

.sub-menu {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 90px;
    overflow: hidden;
    text-align: left;
    z-index: 110;
    left: 0;
}

.sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 25.2366rem;
    margin: 0 auto;
    height: 1px;
    background-image: linear-gradient(-90deg, #92c219 0%, #0084cd 100%), linear-gradient(#005bac, #005bac);
}

.nav-bottom {
    width: 25.2366rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.nav-bottom li {
    box-sizing: border-box;
    width: 4.1956rem;
    height: 90px;
    margin: 0px !important;
    float: left;
    border-right: 1px solid #e3e5e8;
    border-bottom: 1px solid #e3e5e8;
    line-height: 60px !important;
    position: relative;
}

.nav-bottom li:nth-child(6n) {
    border-right: none;
}

.nav-bottom li span {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.25rem;
    margin-bottom: -0.1563rem;
    margin-right: -0.1563rem;
}

.nav-gywm {
    background-image: url(../image/nav-gywm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 600%;
}

.nav-gywm-icon1 {
    background-position: 0 0;
}

.nav-gywm-icon2 {
    background-position: -0.625rem 0;
}

.nav-gywm-icon3 {
    background-position: -1.25rem 0;
}

.nav-gywm-icon4 {
    background-position: -1.875rem 0;
}

.nav-gywm-icon5 {
    background-position: -2.5rem 0;
}

.nav-gywm-icon6 {
    background-position: -3.125rem 0;
}

.nav-cxfz {
    background-image: url(../image/nav-cxfz.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 400%;
}

.nav-cxfz-icon1 {
    background-position: 0 0;
}

.nav-cxfz-icon2 {
    background-position: -0.625rem 0;
}

.nav-cxfz-icon3 {
    background-position: -1.25rem 0;
}

.nav-cxfz-icon4 {
    background-position: -1.875rem 0;
}

.nav-hxyw {
    background-image: url(../image/nav-hxyw.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 700%;
}

.nav-hxyw-icon1 {
    background-position: 0 0;
}

.nav-hxyw-icon2 {
    background-position: -0.625rem 0;
}

.nav-hxyw-icon3 {
    background-position: -1.25rem 0;
}

.nav-hxyw-icon4 {
    background-position: -1.875rem 0;
}

.nav-hxyw-icon5 {
    background-position: -2.5rem 0;
}

.nav-hxyw-icon6 {
    background-position: -3.125rem 0;
}

.nav-hxyw-icon7 {
    background-position: -3.75rem 0;
}

.nav-fz {
    background-image: url(../image/nav-fz-new.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 690%;
}

.nav-fz-icon1 {
    background-position: 0 0;
}

.nav-fz-icon2 {
    background-position: -0.625rem 0;
}

.nav-fz-icon3 {
    background-position: -1.25rem 0;
}

.nav-fz-icon4 {
    background-position: -1.875rem 0;
}

.nav-fz-icon5 {
    background-position: -2.5rem 0;
}

.nav-fz-icon6 {
    background-position: -3.125rem 0;
}

.nav-fz-icon7 {
    background-position: -3.75rem 0;
}

.nav-gx {
    background-image: url(../image/nav-gx.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 500%;
}

.nav-gx-icon1 {
    background-position: 0 0;
}

.nav-gx-icon2 {
    background-position: -0.625rem 0;
}

.nav-gx-icon3 {
    background-position: -1.25rem 0;
}

.nav-gx-icon4 {
    background-position: -1.875rem 0;
}

.nav-gx-icon5 {
    background-position: -2.5rem 0;
}

.nav-news {
    background-image: url(../image/nav-news.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 400%;
}

.nav-news-icon1 {
    background-position: 0 0;
}

.nav-news-icon2 {
    background-position: -0.625rem 0;
}

.nav-news-icon3 {
    background-position: -1.25rem 0;
}

.nav-news-icon4 {
    background-position: -1.875rem 0;
}

.nav-join {
    background-image: url(../image/nav-join.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200%;
}

.nav-join-icon1 {
    background-position: 0 0;
}

.nav-join-icon2 {
    background-position: -0.625rem 0;
}

.top-nav .nav-bottom li a {
    font-size: 17px;
    color: #555555;
    display: inline-block;
    line-height: 20px;
    width: 3.2rem;
    position: absolute;
    top: 34px;
    left: 1rem;
}

.top-nav .nav-bottom li a:hover {
    color: #005bac;
}

.pc-header {
    display: block;
}

.phone-header {
    display: none;
}

@media screen and (max-width:1600px) {
    .top-nav li a {
        font-size: 16px;
    }

    .top-nav .nav-bottom li a {
        font-size: 16px;
    }

    .en a {
        font-size: 17px;
    }

    .en-search {
        line-height: 90px;
        width: 65px;
    }

    .search .btns-search {
        /* background:url(../image/search.png) 0px 36px no-repeat; */
    }

    .top-nav li {
        margin: 0 18px;
        line-height: 70px !important;
    }
}

/* weizi */

.top-nav .nav-bottom li a.top-all {
    top: 24px;
}

@media screen and (max-width:1821px) {
    .top-nav .nav-bottom li a.top-1821 {
        top: 24px;
    }

}

@media screen and (max-width:1731px) {
    .top-nav .nav-bottom li a.top-1731 {
        top: 24px;
    }

}

@media screen and (max-width:1727px) {
    .top-nav .nav-bottom li a.top-1727 {
        top: 24px;
    }

}

@media screen and (max-width:1555px) {
    .top-nav .nav-bottom li a.top-1719 {
        top: 24px;
    }

}

@media screen and (max-width:1390px) {
    .top-nav .nav-bottom li a.top-1460 {
        top: 24px;
    }

}

@media screen and (max-width:1390px) {
    .top-nav .nav-bottom li a.top-1450 {
        top: 24px;
    }

}

@media screen and (max-width:1298px) {
    .top-nav .nav-bottom li a.top-1359 {
        top: 24px;
    }

}

@media screen and (max-width:1249px) {
    .top-nav .nav-bottom li a.top-1287 {
        top: 24px;
    }

}

@media screen and (max-width:1209px) {
    .top-nav .nav-bottom li a.top-1273 {
        top: 24px;
    }

}

@media screen and (max-width:1241px) {
    .top-nav .nav-bottom li a.top-1269 {
        top: 24px;
    }

}

@media screen and (max-width:1209px) {
    .top-nav .nav-bottom li a.top-1262 {
        top: 24px;
    }

}

@media screen and (max-width:1184px) {
    .top-nav .nav-bottom li a.top-1257 {
        top: 24px;
    }

}

@media screen and (max-width:1114px) {
    .top-nav .nav-bottom li a.top-1218 {
        top: 24px;
    }

}

@media screen and (max-width:1034px) {
    .top-nav .nav-bottom li a.top-1052 {
        top: 24px;
    }

}









@media screen and (max-width:1366px) {
    .top-nav li {
        margin: 0px 13px;
    }

    .en-search {
        line-height: 87px;
        width: 60px;
    }
}

@media screen and (max-width:1266px) {
    .top-nav li {
        margin: 0px 10px;
    }

    .en-search {
        line-height: 87px;
        width: 60px;
    }
}

@media screen and (min-width:1025px) and (max-width:1054px) {
    .logo {
        margin-right: .2rem;
    }

    .search .btns-search {
        background: url(../image/search.png) 0px 34px no-repeat;
    }

    .top-nav li a {
        font-size: 14px;
    }

    .en-search {
        width: 50px;
    }

    .top-nav li {
        margin: 0 5px;
    }

    .logo img {
        height: 34px;
    }
}

@media screen and (min-width:1055px) and (max-width:1099px) {
    .logo {
        margin-right: .3rem;
    }

    .search .btns-search {
        background: url(../image/search.png) 0px 34px no-repeat;
    }

    .en-search {
        width: 50px;
    }

    .top-nav li a {
        font-size: 15px;
    }

    .top-nav li {
        margin: 0 4.5px;
    }

    .logo img {
        height: 38px;
    }
}

@media screen and (min-width:1100px) and (max-width:1149px) {
    .logo {
        margin-right: .5rem;
    }

    .search .btns-search {
        background: url(../image/search.png) 0px 34px no-repeat;
    }

    .en-search {
        width: 55px;
    }

    .top-nav li a {
        font-size: 14.5px;
    }

    .top-nav li {
        margin: 0 8.5px;
    }

    .logo img {
        height: 33px;
    }
}

@media screen and (min-width:1150px) and (max-width:1201px) {
    .logo {
        margin-right: 0.3rem;
    }

    .search .btns-search {
        /* background:url(../image/search.png) 0px 34px no-repeat; */
    }

    .en-search {
        width: 55px;
    }

    .top-nav li {
        margin: 0 8px;
    }

    .logo img {
        height: 40px;
    }
}

@media screen and (min-width:1200px) and (max-width:1249px) {
    .logo {
        margin-right: 0.1rem;
    }

    .search .btns-search {
        /* background:url(../image/search.png) 0px 34px no-repeat; */
    }

    .en-search {
        width: 52px;
    }

    .logo img {
        height: 37px;
    }
}

@media screen and (min-width:1250px) and (max-width:1289px) {
    .logo {
        margin-right: 0.2rem;
    }

    .logo img {
        height: 38px;
    }
}

@media screen and (min-width:1290px) and (max-width:1329px) {
    .logo {
        margin-right: 0.2rem;
    }

    .search .btns-search {
        /* background:url(../image/search.png) 0px 32px no-repeat; */
    }

    .logo img {
        height: 40px;
    }
}

@media screen and (min-width:1330px) and (max-width:1369px) {
    .logo {
        margin-right: 0.5rem;
    }

    .search .btns-search {
        background: url(../image/search.png) 0px 35px no-repeat;
    }

    .logo img {
        height: 40px;
    }
}

@media screen and (min-width:1370px) and (max-width:1419px) {
    .logo {
        margin-right: 0.2rem;
    }

    .logo img {
        height: 43px;
    }
}

@media screen and (min-width:1420px) and (max-width:1489px) {
    .logo {
        margin-right: 0.7rem;
    }

    .logo img {
        height: 47px;
    }

    .top-nav li {
        margin: 0 16px;
    }
}

@media screen and (min-width:1490px) and (max-width:1519px) {
    .logo {
        margin-right: 0.4rem;
    }

    .logo img {
        height: 50px;
    }
}

@media screen and (min-width:1520px) and (max-width:1559px) {
    .logo {
        margin-right: 1.5rem;
    }

    .logo img {
        height: 50px;
    }
}

@media screen and (min-width:1560px) and (max-width:1599px) {
    .logo {
        margin-right: 2rem;
    }

    .logo img {
        height: 47px;
    }
}

@media screen and (min-width:1600px) and (max-width:1630px) {
    .logo {
        margin-right: 0.5rem;
    }

    .logo img {
        height: 50px;
    }
}

@media screen and (min-width:1631px) and (max-width:1660px) {
    .logo {
        margin-right: 0.05rem;
    }

    .top-nav li {
        margin: 0 10px
    }
}

@media screen and (min-width:1661px) and (max-width:1690px) {
    .logo {
        margin-right: 0.25rem;
    }

    .top-nav li {
        margin: 0 12px
    }
}

@media screen and (min-width:1691px) and (max-width:1750px) {
    .logo {
        margin-right: 0.5rem;
    }

    .top-nav li {
        margin: 0 14px
    }
}

@media screen and (min-width:1751px) and (max-width:1775px) {
    .logo {
        margin-right: 0.55rem;
    }

    .top-nav li {
        margin: 0 17px
    }
}

@media screen and (min-width:1776px) and (max-width:1800px) {
    .logo {
        margin-right: 0.75rem;
    }

    .top-nav li {
        margin: 0 17px
    }
}

@media screen and (width:1024px) and (height:1366px) {
    .ipad-pro {}

    .en {
        margin-left: 0rem;
    }
}

@media screen and (min-width:1024px) and (max-width:1150px) {
    .top-nav .nav-bottom li a {
        font-size: 15.5px;
    }

    .nav-bottom li span {
        margin-left: 0.25rem;
    }
}

@media screen and (max-width:1024px) {
    #banner {
        padding-top: 70px;
    }

    .pc-header {
        display: none;
    }

    .phone-header {
        display: block;
        width: 100%;
        background: #fff;
        height: 100%;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);
    }

    header .phone-header-top {
        width: 26.8rem;
        height: 70px;
        margin: 0 auto;
        background: #fff;
        position: relative;
        z-index: 12;
    }

    .scroll-down header.affix {
        transform: translateY(-88px);
    }

    .phone-header .logo img {
        width: auto;
        height: 46px;
    }

    .logo {
        margin-left: 0;
        height: 70px;
        line-height: 66px;
    }

    .phone-btn {
        float: right;
        margin-top: 20px;
    }

    .phone-btn img {
        width: 30px;
        height: 30px;
    }

    .phone-menu {
        width: 100%;
        opacity: 0.94;
        background: #fff;
        position: absolute;
        top: -100%;
        left: 0;
        z-index: 11;
        transition: all .5s;
        height: calc(100% - 5.04rem);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #eeeeee;
        overflow-y: scroll;
    }

    .menuWidth {
        width: 26.8rem;
        margin: 0 auto;
    }

    .phone-search {
        height: 95px;
        line-height: 98px;
        border-bottom: 1px solid #dddddd;
    }

    .phone-search input {
        width: 20.5rem;
        height: 43px;
        border-radius: 0.4rem;
        border: solid 1px rgba(0, 0, 0, 0.08);
        font-size: 16px;
        text-indent: 43px;
        color: #666666;
        background: rgba(0, 0, 0, 0.06) url(../image/phone-search.png) no-repeat 15px center;
        background-size: 19px;
    }

    .zyw-btn {
        display: inline-block;
        margin-left: 2.3rem;
        margin-right: 6px;
        float: right;
    }

    .zyw-btn img {
        vertical-align: middle;
        width: 45px;
        height: 45px;
    }

    .menu-content {
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0;
    }

    .menu-content .news-title {
        width: 100%;
        background: url(../image/phone-down.png) no-repeat 98% center;
        background-size: 15px;
        line-height: 9px;
    }

    .menu-content .news-title a {
        font-size: 16px;
        line-height: 16px;
        color: #333;
    }

    .menu-content-ul {
        margin-top: 15px;
        display: none;
        overflow: hidden;
    }

    .menu-content-ul li a {
        display: block;
        height: auto;
        font-size: 14px;
        line-height: 34px;
        color: #333333;
        padding-left: 30px;
    }

    .menu-content .news-title.active {
        background: url(../image/phone-up-blue.png) no-repeat 98% center;
        background-size: 15px 2px;
    }

    .menu-content .news-title.active a {
        color: #005bac;
    }

    .banner-scrol {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .phone-header .logo img {
        width: auto;
        height: 32px;
    }

    .logo {
        margin-left: 0;
        height: 70px;
        line-height: 70px;
    }

    .phone-btn img {
        width: 25px;
        height: 25px;
    }

    .zyw-btn img {
        vertical-align: middle;
        width: 34px;
        height: 34px;
    }
}

form .dnn_mact {
    line-height: 18px;
    font-size: 12px;
}

ul ul,
ul ol,
ol ol {
    list-style: none;
}

.imgOpacity {
    opacity: 0 !important;
}


.nav-show {
    position: fixed;
    width: 100%;
    height: 100%;
}

.nav-show .phone-menu {
    position: fixed;
}

/* .nav-show body{
    position:fixed;
 
 
 
       width:100%;
} */
/* .nav-show header.affix{
    position: inherit;
    top: 0;
} */