.header {
    width: 100%;
    height: 165px;
}

.header .header-main {
    height: 105px;
}

.header .header-nav {
    height: 60px;
    background-color: #0d72e4;
}

.header .header-main>div,
.header .header-nav>div {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.header .header-main div div {
    height: 105px;
    line-height: 105px;
}

#login {
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
}

.header .header-main div input {
    position: absolute;
    top: 38px;
    right: 120px;
    font-size: 14px;
    color: #afafaf;
    border-radius: 5px;
    padding: 5px;
    margin: 0 15px;
    background-color: transparent;
    border: 1px solid #ccc;
    width: 255px;
}

.header .header-main .search-btn {
    position: absolute;
    top: 43px;
    right: 143px;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.header .header-nav div {
    position: relative;
}

.header .header-main .ic-symbol img {
    width: 400px;
    height: 65px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}

.header .header-main .header-login input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    /* background: url(../images/u232.png) no-repeat 240px 50%; */
    padding: 0 40px 0 8px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.header .header-main .header-login i {
    display: inline-block;
    height: 30px;
    width: 40px;
    border: none;
    vertical-align: middle;
    position: relative;
    line-height: 35px;
    text-align: center;
    margin-left: -42px;
}

.header .header-main .header-login i img {
    width: 16px;
    height: 16px;
    margin-top: 6px;
}

.header .header-main .header-login i:before {
    position: absolute;
    content: '';
    height: 23px;
    width: 1px;
    background-color: #d6d6d6;
    right: 40px;
    top: 4px;
}

.header .header-main .header-login span {
    font-size: 14px;
    padding: 0 15px;
    color: #2a2a2a;
}

.header .header-main .header-login span {
    position: relative;
}


/* .header .header-main .header-login span:before {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    background-color: #9b9b9b;
    right: 0px;
    top: 5px;
} */

.header .header-main .header-login span+span {
    border-right: none;
}

.header .header-main .header-login span+span:before {
    display: none;
}

.header-nav .layui-nav {
    padding: 0;
    width: 1160px;
    margin: 0 a;
}

.header-nav .header-nav-ul li {
    float: left;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 26px;
}

.header-nav .header-nav-ul li:last-child {
    margin-right: 0px
}

.header-nav .header-nav-ul li>a {
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: bold;
}

.header-nav .header-nav-ul li:hover {
    background: #6ab710;
}

.header-nav .header-nav-ul li dl {
    display: none;
}

.header-nav .header-nav-ul li:hover dl {
    display: block;
}

.header-nav .header-nav-ul li dl {
    position: absolute;
    box-sizing: border-box;
    width: 110px;
    min-width: 100%;
    top: 60px;
    left: 0;
    background-color: #fff;
    border: 1px solid #6ab710;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    line-height: 36px;
    padding: 5px 0;
    z-index: 100;
    white-space: nowrap;
}

.header-nav .header-nav-ul li dl dd {
    height: 36px;
    width: 100%;
    line-height: 36px;
}

.header-nav .header-nav-ul li dl dd:hover {
    background: #f2f2f2;
}

.header-nav .header-nav-ul li dl a {
    font-size: 14px;
    color: #121212;
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-nav-select {
    width: 100px;
    height: 60px;
    border: none;
    position: relative;
}

.header-nav-select span {
    display: inline-block;
    width: 55px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
}

.header-nav-select ul {
    width: 100px;
    position: absolute;
    top: 60px;
    display: none;
    background-color: #fff;
    border: 1px solid #6ab710;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    padding: 5px 0;
    z-index: 1314520;
}

.header-nav-select li {
    cursor: pointer;
    line-height: 36px;
    font-size: 14px;
    padding: 0 15px;
    color: #121212;
    text-align: center;
}

.header-nav-select li:hover {
    background: #f2f2f2;
}

.header-nav-select font {
    position: absolute;
    right: 5px;
    font-size: 26px;
    top: 18px;
    line-height: 1;
    color: #fff;
    transform: rotate(90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header-nav-select.nav-selected font {
    transform: rotate(-90deg);
}

.header-user-select {
    height: 60px;
    border: none;
    position: relative;
}

.header-user-select p {
    display: inline-block;
    height: 105px;
    line-height: 105px;
    font-size: 12px;
    color: #2a2a2a;
    cursor: pointer;
    padding-right: 10px;
}

.header-user-select img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    vertical-align: middle;
}

.header-user-select label {
    padding: 0 8px;
}

.header-user-select ul {
    width: 100px;
    position: absolute;
    top: 100px;
    left: 30px;
    display: none;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    padding: 5px 0;
    z-index: 1314520;
}

.header-user-select li {
    cursor: pointer;
    line-height: 36px;
    font-size: 14px;
    padding: 0 15px;
    color: #121212;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
}

.header-user-select li a {
    line-height: 36px;
    height: 36px;
    width: 100%;
    display: inline-block;
}

.header-user-select li:last-child {
    border: none;
}

.header-user-select li:hover {
    background: #f2f2f2;
}

.header-user-select font {
    position: absolute;
    right: 0px;
    top: 42px;
    line-height: 1;
    font-size: 22px;
    color: #2a2a2a;
    transform: rotate(90deg);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header-user-select.nav-selected font {
    transform: rotate(-90deg);
}


/* .header .header-nav .header-nav-ul .header-nav-item {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.header .header-nav .header-nav-ul .header-nav-item>a {
    font-size: 18px;
    color: #fff;
    padding: 0 12px;
}


.header-nav-ul li .layui-nav-child {
    box-sizing: border-box;
    width: 90px;
    top: 60px;
    border: 1px solid #6ab710;
} */


/* .header-user-select .layui-form-select .layui-input {
    width: 100px;
    font-size: 18px;
}

.header-user-select .layui-form-select .layui-edge {
    right: 12px;
}

.header-user-select .layui-form-select dl dd {
    font-size: 18px;
}

.header-user-select .layui-form-select dl {
    top: 45px;
}

.header .header-nav .header-nav-item.layui-this {
    background-color: #6ab710;
} */

.footer {
    width: 100%;
    /* height: 340px; */
    background-color: #36373b;
    overflow: hidden;
}

.footer>div {
    width: 1100px;
    margin: 0 auto;
}

.footer .footer-nav {
    padding: 20px 0;
    padding-bottom: 35px;
}

.footer-nav>li+li {
    margin-left: 70px;
}

.footer-nav>li+li+li {
    margin-left: 230px;
}

.footer-nav>li+li+li+li {
    margin-left: 20px;
    width: 70px;
}

.footer-nav>li+li+li+li+li {
    margin-left: 180px;
    width: auto;
}

.footer-nav li ul li {
    height: 34px;
    line-height: 34px;
    color: #898989;
    font-size: 16px;
}

.footer-nav li ul li:first-child a {
    color: #fff;
}

.footer-nav .wechat img {
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}

.footer-nav .wechat span,
.footer-nav .weibo a span {
    color: #666;
    font-size: 14px;
}

.footer-nav .weibo {
    text-align: center;
}

.footer-nav .weibo a {
    display: table-cell;
    vertical-align: bottom;
    height: 155px;
}

.footer-nav .wechat li {
    margin-top: 6px;
}

.footer-info {
    text-align: center;
}

.footer-info div {
    margin: 12px auto;
}

.footer-info div span {
    font-size: 16px;
}

.footer-info div:first-child span:first-child {
    margin-right: 15px
}

.footer-info div:last-child span {
    position: relative;
    /* padding: 0 15px; */
}


/* .footer-info div:last-child span:first-child::before {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    background-color: #898989;
    right: 0px;
    top: 5px;
} */

.header.header-EN .header-nav .header-nav-ul .header-nav-item>a {
    font-size: 16px;
    padding: 0 10px;
}

.header.header-EN .header-nav-ul li dd {
    width: auto;
}

.footer.footer-EN .footer-nav li {
    font-size: 14px;
}

.footer.footer-EN .footer-nav li ul li {
    height: 32px;
    line-height: 32px;
}

.footer.footer-EN .footer-nav li a {
    color: #b5b5b5;
}

.footer.footer-EN .footer-nav li ul li:first-child a {
    color: #FFF;
}

.footer.footer-EN .footer-nav>li {
    width: 270px;
}

.footer.footer-EN .footer-nav>li+li {
    width: 470px;
    margin-left: 55px;
    margin-right: 65px;
}

.footer.footer-EN .footer-nav>li+li+li {
    width: 240px;
}

.footer.footer-EN .logo-EN {
    width: 225px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.footer.footer-EN .logo-EN img {
    width: 225px;
    height: 90px;
    vertical-align: middle;
}

.footer.footer-EN .footer-info p {
    height: 32px;
    line-height: 32px;
    color: #b5b5b5;
    font-size: 14px;
}

.footer.footer-EN .footer-info span,
.footer.footer-EN .footer-info a {
    color: #b5b5b5;
}

.footer.footer-EN .footer-info div:last-child span:first-child {
    border-right: none;
}

.EN h2 {
    margin: 0 auto;
    text-align: center;
    color: #121212;
    font-size: 30px;
}

.EN h2 span {
    font-size: 50px;
    font-weight: bolder;
    font-style: normal;
    color: #121212;
}

.EN h3 {
    font-size: 24px;
    color: #121212;
}

.EN h3 span {
    font-size: 24px;
    font-weight: bolder;
    font-style: normal;
    color: #363636;
}

.header.header-EN .header-nav .header-nav-ul .header-nav-item>a {
    font-size: 16px;
    padding: 0 10px;
}

.header.header-EN .header-nav-ul li dl {
    width: auto;
}

.footer.footer-EN {
    height: 290px;
}

.footer.footer-EN .footer-nav {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #4f5150;
}

.footer.footer-EN .footer-nav li {
    font-size: 14px;
}

.footer.footer-EN .footer-nav li ul li {
    height: 32px;
    line-height: 32px;
}

.footer.footer-EN .footer-nav li a {
    color: #b5b5b5;
}

.footer.footer-EN .footer-nav li ul li:first-child a {
    color: #FFF;
}

.footer.footer-EN .footer-nav>li {
    width: 510px;
}

.footer.footer-EN .footer-nav>li+li {
    width: 230px;
    margin-left: 55px;
    margin-right: 65px;
}

.footer.footer-EN .footer-nav>li+li+li {
    width: 240px;
}

.footer.footer-EN .logo-EN {
    width: 225px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.footer.footer-EN .logo-EN img {
    width: 225px;
    height: 90px;
    vertical-align: middle;
}

.footer.footer-EN .footer-info p {
    height: 32px;
    line-height: 32px;
    color: #b5b5b5;
    font-size: 14px;
}

.footer.footer-EN .footer-info span,
.footer.footer-EN .footer-info a {
    color: #b5b5b5;
}

.footer.footer-EN .footer-info div:last-child span:first-child {
    border-right: none;
}

.footer.footer-EN .i-email,
.footer.footer-EN .i-phone,
.footer.footer-EN .i-home {
    display: flex;
}

.footer.footer-EN .i-email i,
.footer.footer-EN .i-phone i,
.footer.footer-EN .i-home i {
    position: relative;
}

.footer.footer-EN .i-email img,
.footer.footer-EN .i-phone img,
.footer.footer-EN .i-home img {
    vertical-align: middle;
    position: absolute;
    width: 18px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: -6px;
}

.footer.footer-EN .i-home img {
    width: 20px;
    height: 15px;
}

.footer.footer-EN .i-email span,
.footer.footer-EN .i-phone span,
.footer.footer-EN .i-home span {
    padding-left: 30px;
}

.footer.footer-EN img {
    display: inline-block;
}

.footer-info {
    position: relative;
}

.footer-info:before {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    width: 100%;
    border-top: 1px solid #484848;
}

.footer-EN .footer-info:before {
    display: none;
}

.EN .container .layui-nav-tree .layui-nav-item>a {
    background: transparent !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.layui-btn-primary:hover {
    border-color: #009688!important;
}


/*ç¿»é¡µæ ·å¼*/

.tui-pagination0 .selected {
    color: #4F7DB8;
}

.tui-pagination0 .unselect {
    color: #CCCCCC;
}

.tui-pagination a {
    backgound: #EFF3F7;
    /* border:1px solid #DFDFDF; */
    color: #1D50A3;
}

.tui-pagination span {
    backgound: #EFF3F7;
    border: 1px solid #DFDFDF;
    color: #999999;
    /* display: flex; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
}

.tui-pagination .selected {
    background: #1D3A84;
    color: #FFFFFF;
    border: 1px solid #1D3A84;
}

.tui-pagination .unselect {
    color: #999999;
}

.tui-pagination {
    text-align: center;
}

.tui-pagination {
    padding: 20px 0px 5px 0px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tui-pagination a {
    font-size: 12px;
    margin: 0px 1px;
    padding: 3px 8px;
}

.tui-pagination a:hover {
    text-decoration: none;
}

.tui-pagination span {
    margin: 0px 1px;
    padding: 3px 8px;
    *padding: 4px 8px 3px 8px;
}
.jqhd_sec2 ul li{ 
    height: 382px;
}