/*
    * @time tue nov 07 2023 15:27:05 gmt 0800 (中国标准时间)
    */
@charset 'utf-8';
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'pingfang sc', xhw-pzh, 'lantinghei sc', 'helvetica neue',
        helvetica, arial, 'microsoft yahei', '微软雅黑', stheitisc-light, simsun,
        '宋体', 'wenquanyi zen hei', 'wenquanyi micro hei', sans-serif;
}
@font-face {
    font-family: xhw-pzh;
    src:  format('woff2'),
         format('woff'),
         format('truetype');
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: 0;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #63b3ff !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe,
img {
    border: 0;
}
img {
    vertical-align: top;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
i {
    font-style: normal;
}
.swiper-container-vertical > .swiper-scrollbar {
    right: 0 !important;
}
.swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: block;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 20;
}
.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d3d3d3;
}
.swiper-active-switch {
    width: 20px;
    background: #3494f0;
}
.swiper-lazy-preloader {
    width: 85px;
    height: 36px;
    margin-left: -42.5px;
    margin-top: -18px;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.swiper-lazy-preloader:after {
    width: 85px;
    height: 36px;
    background: #f1f1f1
        
        no-repeat 50% 50%;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.img {
    background: #f1f1f1
        
        no-repeat 50% 50%;
}
.media-box {
    width: 100%;
    height: 100%;
}
#dh-playerid {
    width: 100%;
    height: 100%;
}
#dh-playerid .player-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#dh-playerid .play-layer {
    display: none;
}
.media-title {
    display: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    height: 30px;
    overflow: hidden;
    z-index: 3;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #378de4;
}
.media-close {
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}
.media-iframe {
    width: 100%;
    height: 100%;
}
.bg-white {
    background: #fff;
}
.part {
    width: 1280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.breath img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.breath:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.hide {
    display: none;
}
.ie-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: #083b90;
}
.ie-tips .ie-tips-close {
    width: 13px;
    height: 13px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 50%;
    top: 10px;
    margin-right: -300px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.title {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.title .name {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    color: #378de4;
}
.title .name a {
    color: #378de4;
}
.title .name:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1686d9;
}
.title .more {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px 0 15px;
    color: #5464ca;
    position: absolute;
    background: #d8dff7;
}
.title .more a {
    color: #5464ca;
}
.title .more:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    width: 25px;
    height: 12px;
    background: 
        left center no-repeat;
}
.title .sub {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: absolute;
    right: 0;
}
.title .sub a {
    color: #666;
    position: relative;
    margin-right: 7px;
}
.title .sub a:before {
    content: '/';
    margin-right: 5px;
}
.title .sub a:first-child:before {
    display: none;
}
.list.list-txt.dot li {
    position: relative;
    padding-left: 16px;
}
.list.list-txt.dot li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0762cb;
}
.list.list-txt li {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.list.list-txt li a {
    color: #333;
}
.list.list-pic ul {
    font-size: 0;
}
.list.list-pic li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.list.list-pic li .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.list.list-pic li .img img {
    width: 100%;
    height: auto;
}
.list.list-pic li .tit {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.list.list-pic li .tit a {
    color: #333;
}
.list.list-mix li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list.list-mix li .img {
    position: relative;
    width: 184px;
    height: 106px;
    margin-right: 16px;
    overflow: hidden;
}
.list.list-mix li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.list.list-mix li .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}
.list.list-mix li .tit a {
    color: #333;
}
@-moz-keyframes hornplay {
    from {
        width: 13px;
    }
    to {
        width: 20px;
    }
}
@-webkit-keyframes hornplay {
    from {
        width: 13px;
    }
    to {
        width: 20px;
    }
}
@keyframes hornplay {
    from {
        width: 13px;
    }
    to {
        width: 20px;
    }
}
@-moz-keyframes breath {
    from {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@-webkit-keyframes breath {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes breath {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.adv .adv-img-size0 {
    width: 876px;
    overflow: hidden;
}
.adv .adv-img-size1 {
    width: 187px;
    margin-left: 15px;
    overflow: hidden;
}
.adv .adv-img-size2 {
    width: 848px;
    margin-left: 16px;
    margin-right: 16px;
    overflow: hidden;
}
.adv .adv-img-size3 {
    width: 200px;
    overflow: hidden;
}
.adv .adv-img-size4 {
    width: 416px;
    margin-left: 16px;
    overflow: hidden;
}
.adv .adv-img-size4:first-child {
    margin-left: 0;
}
.adv .adv-img-max {
    width: 1280px;
}
body {
    background: #ebf0fa;
    min-width: 1380px;
    position: relative;
}
html {
    min-width: 1380px;
}
.top .top-upper {
    width: 100%;
    height: 40px;
    background: #024ac2;
}
.top .top-upper .slogan {
    width: 163px;
    height: 40px;
    background: url(/uploads/image/w2images/slogan.png) center
        center no-repeat;
}
.top .top-upper .top-upper-cont {
    font-size: 0;
}
.top .top-upper .top-upper-cont .channel {
    position: relative;
    z-index: 30;
    display: inline-block;
    margin-left: 22px;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}
.top .top-upper .top-upper-cont .channel a {
    color: #fff;
}
.top .top-upper .top-upper-cont .channel span {
    padding-right: 15px;
    background: url(/uploads/image/w2images/icon-down.png) right
        center no-repeat;
}
.top .top-upper .top-upper-cont .channel .sub {
    display: none;
    position: absolute;
    top: 40px;
    line-height: 26px;
    padding: 10px;
    width: 510px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}
.top .top-upper .top-upper-cont .channel .sub a {
    display: inline-block;
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
}
.top .top-upper .top-upper-cont .channel:hover .sub {
    display: block;
}
.top .top-upper .top-upper-cont .newspapers .sub {
    left: -18px;
}
.top .top-upper .top-upper-cont .local .sub {
    left: -103px;
}
.top .top-upper .top-upper-cont .contract .sub {
    left: -136px;
    width: 458px;
}
.top .top-upper .top-upper-cont .client {
    padding-left: 24px;
    background: url(/uploads/image/w2images/icon-phone.png) left
        center no-repeat;
}
.top .top-upper .top-upper-cont .client .sub {
    width: 100px;
    left: -30px;
}
.top .top-upper .top-upper-cont .client img {
    width: 100px;
    height: 100px;
}
.top .top-upper .top-upper-cont .wap {
    margin-left: 16px;
    padding-left: 24px;
    background: url(/uploads/image/w2images/icon-wap.png) left
        center no-repeat;
}
.top .top-upper .top-upper-cont .wap .sub {
    width: 100px;
    left: -30px;
}
.top .top-upper .top-upper-cont .wap img {
    width: 100px;
    height: 100px;
}
.top .top-upper .top-upper-cont .search {
    margin-left: 16px;
    padding-left: 22px;
    background: url(/uploads/image/w2images/icon-search.png) left
        center no-repeat;
}
.top .top-cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}
.top .top-cont .logo img {
    height: 100%;
    width: auto;
}
.top .top-cont .company {
    margin-left: 10px;
}
.top .top-cont .company a,
.top .top-cont .company span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #666;
}
.top .top-cont .company .stock {
    font-weight: 700;
    font-size: 12px;
}
.top .top-cont .company .stock i {
    color: #378de4;
}
.top .top-cont .nav {
    width: 1020px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
    font-size: 0;
    white-space: nowrap;
}
.top .top-cont .nav .nav-item a {
    margin-left: 12.6px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #404040;
}
.top .top-cont .nav .nav-item.nav-bottom a {
    margin-left: 12.5px;
}
.xi {
    margin-top: 30px;
}
.xi .part {
    position: relative;
    padding-left: 315px;
    height: 308px;
    border-bottom: 3px solid #00a0e9;
    background: url(/uploads/image/w2images/xxjxs-bg.png) center
        bottom no-repeat;
}
.xi .part .avatar {
    position: absolute;
    left: -48px;
    bottom: 0;
    z-index: 10;
    width: 376px;
    height: 317px;
    background: url(/uploads/image/w2images/xxjxs-xi.png) center
        top no-repeat;
}
.xi .part .title {
    border-bottom: 0;
    position: relative;
}
.xi .part .title .logo {
    display: inline-block;
    width: 492px;
    height: 73px;
    background: url(/uploads/image/w2images/xxjxs-logo.png) center
        top no-repeat;
}
.xi .part .title .more {
    position: absolute;
    right: 33px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    background: 0 0;
}
.xi .part .list li {
    margin-left: 32px;
    width: 210px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 9px 0 rgba(182, 195, 220, 0.6);
    -moz-box-shadow: 0 4px 9px 0 rgba(182, 195, 220, 0.6);
    box-shadow: 0 4px 9px 0 rgba(182, 195, 220, 0.6);
}
.xi .part .list li:first-child {
    margin-left: 0;
}
.xi .part .list li .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.xi .part .list li .txt {
    padding: 5px 10px 10px;
}
.xi .part .list li .tit {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    height: 48px;
}
.xi .part .list li .tag {
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background: #3494f0;
}
.headline {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}
.headline .part {
    padding: 25px 20px;
    position: relative;
}
.headline .tag {
    width: 52px;
    height: 53px;
    background: url(/uploads/image/w2images/headline-mark.png)
        left top no-repeat;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 10;
}
.headline h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bolder;
    color: #3848a0;
}
.headline h1 a {
    color: #3848a0;
    font-weight: bolder;
}
.headline p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
}
.headline p a {
    color: #666;
}
.focus {
    margin-top: 20px;
}
.focus .focus-newsmedia {
    width: 875px;
}
.focus .focus-newsmedia .scroll {
    width: 100%;
    height: 492px;
    cursor: pointer;
    position: relative;
}
.focus .focus-newsmedia .scroll .scroll-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: #083b90;
}
.focus .focus-newsmedia .scroll .scroll-tips .scroll-tips-close {
    width: 13px;
    height: 13px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.focus .focus-newsmedia .scroll .media-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.focus .focus-newsmedia .scroll .swiper-pagination {
    width: auto;
    right: 10px;
    left: auto;
    bottom: 22px;
}
.focus .focus-newsmedia .scroll .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #d3d3d3;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.focus
    .focus-newsmedia
    .scroll
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 20px;
    background: #3494f0;
}
.focus .focus-newsmedia .scroll .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.focus .focus-newsmedia .scroll .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.focus .focus-newsmedia .scroll .swiper-container {
    width: 100%;
    height: 100%;
}
.focus .focus-newsmedia .scroll .swiper-container:hover .swiper-button-next,
.focus .focus-newsmedia .scroll .swiper-container:hover .swiper-button-prev {
    display: block;
}
.focus .focus-newsmedia .scroll .swiper-slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.focus .focus-newsmedia .scroll .swiper-slide .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.focus .focus-newsmedia .scroll .swiper-slide .img img {
    width: 100%;
    height: 100%;
}
.focus .focus-newsmedia .scroll .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.65))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
}
.focus .focus-newsmedia .scroll .swiper-slide .tit a {
    color: #fff;
}
.focus .focus-newsmedia .scroll .swiper-slide .tit .btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: -6px;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    background: 
        0 0;
}
.focus .focus-newsmedia .scroll .swiper-slide .tit .btn.hide {
    display: none;
}
.focus .focus-newsmedia .focus-newsmedia-bottom {
    margin-top: 12px;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live {
    position: relative;
    width: 285px;
    background: #fff;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .live-ing {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .btn {
    z-index: 3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .img {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .img .qiantag {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    height: 22px;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px 0 30px;
}
.focus
    .focus-newsmedia
    .focus-newsmedia-bottom
    .live
    .img
    .qiantag.qiantag-live {
    background: url(/uploads/image/w2images/icon-live-status.png)
        0 0 no-repeat;
}
.focus
    .focus-newsmedia
    .focus-newsmedia-bottom
    .live
    .img
    .qiantag.qiantag-back {
    background: url(/uploads/image/w2images/icon-live-status.png)
        0 -33px no-repeat;
}
.focus
    .focus-newsmedia
    .focus-newsmedia-bottom
    .live
    .img
    .qiantag.qiantag-notice {
    background: url(/uploads/image/w2images/icon-live-status.png)
        0 -67px no-repeat;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    font-size: 16px;
    line-height: 32px;
    height: 90px;
    overflow: hidden;
    color: #333;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .live .tit a {
    color: #333;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products {
    width: 580px;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products .list {
    width: 590px;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li {
    background: #fff;
    margin-right: 10px;
    width: 285px;
    overflow: hidden;
    cursor: pointer;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img .btn {
    z-index: 3;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .img .btn.hide {
    display: none;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .tit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    font-size: 16px;
    line-height: 32px;
    height: 90px;
    overflow: hidden;
    color: #333;
}
.focus .focus-newsmedia .focus-newsmedia-bottom .products li .tit a {
    color: #333;
}
.focus .focus-newstext {
    width: 390px;
}
.focus .focus-newstext .list {
    width: 100%;
    height: 754px;
    overflow: hidden;
}
.focus .focus-newstext .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 63px;
    color: #333;
    border-bottom: 1px solid #ebf0fa;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.focus .focus-newstext .list li span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    display: block;
}
.focus .focus-newstext .list li a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.focus .focus-newstext .list li.active {
    font-weight: 500;
    color: #fff;
    background: #3494f0;
}
.focus .focus-newstext .list li.active a {
    color: #fff;
}
.focus .focus-newstext .list li.active a:hover {
    text-decoration: underline;
    color: #fff !important;
}
.comment {
    margin-top: 18px;
}
.comment .part {
    position: relative;
    padding-left: 82px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(/uploads/image/w2images/comment-bg.png) left
        center no-repeat;
}
.comment .more {
    display: inline-block;
    width: 73px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 7px;
}
.comment .list ul {
    font-size: 0;
}
.comment .list li {
    margin-left: 16px;
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    width: 385px;
    height: 46px;
}
.comment .list li:first-child {
    margin-left: 0;
}
.comment .list.list-txt.dot li {
    padding-left: 30px;
}
.comment .list.list-txt.dot li:before {
    top: 20px;
    left: 15px;
}
.depth {
    margin-top: 18px;
}
.depth .part {
    padding: 5px 18px 10px;
}
.depth .title .sub {
    right: auto;
    left: 100px;
    line-height: 38px;
}
.depth .depth-cont {
    margin-top: 10px;
    font-size: 0;
}
.depth .depth-cont .list {
    width: 386px;
    display: inline-block;
    vertical-align: top;
    margin-left: 41px;
}
.depth .depth-cont .list:first-child {
    margin-left: 0;
}
.depth .depth-cont .list li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
}
.latest {
    margin-top: 18px;
}
.latest .part {
    font-size: 0;
    padding: 5px 10px;
}
.latest .latest-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4px;
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #378de4;
}
.latest .latest-title a {
    color: #378de4;
}
.latest .latest-cont {
    width: 1140px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.latest .latest-cont .list {
    white-space: nowrap;
    position: relative;
}
.latest .latest-cont .list:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 34px;
    width: 140px;
    pointer-events: none;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(#fff)
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        #fff 100%
    );
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.latest .latest-cont .list li {
    display: inline-block;
    margin-right: 15px;
    line-height: 34px;
}
.latest .latest-cont .list li:before {
    top: 15px;
}
.gallery {
    margin-top: 18px;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    width: 25px;
    height: 52px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    margin-top: -26px;
}
.gallery .swiper-container {
    width: 100%;
    height: 170px;
}
.gallery .swiper-slide {
    position: relative;
    height: 170px;
    overflow: hidden;
}
.gallery .swiper-slide .img,
.gallery .swiper-slide img {
    width: 308px;
    height: 170px;
    position: relative;
    z-index: 1;
}
.gallery .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.65))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.65) 100%
    );
}
.gallery .swiper-slide .tit a {
    color: #fff;
}
.composite {
    margin-top: 18px;
}
.composite .part .column .column-left {
    width: 468px;
    margin-right: 18px;
}
.composite .part .column .column-left .observe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 18px;
}
.composite .part .column .column-left .observe .title .name {
    padding-right: 15px;
    background: url(/uploads/image/w2images/icon-down-blue.png)
        right center no-repeat;
}
.composite .part .column .column-left .observe .title .sub {
    display: none;
    background: #fff;
    z-index: 50;
    border: 1px solid #ccc;
    padding: 10px 5px;
    top: 100%;
    font-size: 0;
    line-height: 0;
}
.composite .part .column .column-left .observe .title .sub a {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    position: relative;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #eee;
    padding: 5px 10px;
    word-break: keep-all;
    display: inline-block;
    width: 23.5%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.composite .part .column .column-left .observe .title .sub a:before {
    display: none;
}
.composite .part .column .column-left .observe .title .sub a:hover {
    background: #63b3ff;
    color: #fff !important;
}
.composite .part .column .column-left .observe .title:hover .sub {
    display: block;
}
.composite .part .column .column-left .observe .list.list-mix {
    margin-top: 10px;
}
.composite .part .column .column-left .observe .list.list-txt {
    margin-top: 15px;
}
.composite .part .column .column-left .observe .list.list-txt li {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.composite .part .column .column-left .observe .list.list-pic {
    margin-top: 15px;
}
.composite .part .column .column-left .observe .list.list-pic li {
    width: 210px;
}
.composite .part .column .column-left .observe .list.list-pic li:first-child {
    margin-right: 12px;
}
.composite .part .column .column-left .observe .list.list-pic li .img {
    height: 120px;
    overflow: hidden;
    position: relative;
}
.composite .part .column .column-left .observe .list.list-pic li .img img {
    height: 100%;
    position: relative;
    z-index: 1;
}
.composite .part .column .column-left .observe .list.list-pic li .img .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -17px;
    margin-left: -17px;
    z-index: 10;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.composite .part .column .column-left .observe .list.list-pic li .tit {
    padding: 10px 0;
    text-align: center;
}
.composite .part .column .column-center {
    width: 390px;
}
.composite .part .column .column-center .talk {
    padding: 5px 10px;
    background: url(/uploads/image/w2images/talk-bg.png) center
        top no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.composite .part .column .column-center .talk .scroll {
    height: 240px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: url(/uploads/image/w2images/talk-scroll-bg.png)
        center bottom no-repeat;
}
.composite .part .column .column-center .talk .scroll .swiper-lazy-preloader {
    margin-left: -85px;
}
.composite .part .column .column-center .talk .scroll .swiper-container {
    width: 100%;
    height: 100%;
}
.composite .part .column .column-center .talk .scroll .swiper-slide {
    position: relative;
    overflow: hidden;
}
.composite .part .column .column-center .talk .scroll .swiper-pagination {
    width: auto;
    left: 15px;
    bottom: 10px;
}
.composite
    .part
    .column
    .column-center
    .talk
    .scroll
    .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #7b8fad;
    margin-right: 5px;
    opacity: 1;
    vertical-align: middle;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.composite
    .part
    .column
    .column-center
    .talk
    .scroll
    .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #142a4b;
}
.composite .part .column .column-center .talk .scroll .character {
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 58px;
    text-align: right;
    color: #666;
    position: relative;
    z-index: 8;
}
.composite .part .column .column-center .talk .scroll .character .name {
    font-size: 16px;
    line-height: 26px;
}
.composite .part .column .column-center .talk .scroll .character .job {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.composite .part .column .column-center .talk .scroll .character a {
    color: #666;
}
.composite .part .column .column-center .talk .scroll .tit {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    width: 195px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    color: #142a4b;
}
.composite .part .column .column-center .talk .scroll .tit a {
    color: #142a4b;
}
.composite .part .column .column-center .talk .scroll .img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 100%;
    background: 0 0;
}
.composite .part .column .column-center .talk .scroll .img img {
    width: auto;
    height: 100%;
}
.composite .part .column .column-center .talk .list {
    margin-top: 13px;
    margin-bottom: 10px;
}
.composite .part .column .column-center .talk .list.list-txt li {
    padding-left: 15px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.composite .part .column .column-center .talk .list.list-txt li:first-child {
    margin-top: 0;
}
.composite .part .column .column-right {
    width: 388px;
}
.composite .part .column .column-right .special {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 18px 8px;
}
.composite .part .column .column-right .special .list {
    margin-top: 10px;
}
.composite .part .column .column-right .special .list.list-pic li {
    width: 100%;
    height: 110px;
}
.composite .part .column .column-right .special .list.list-pic li .img {
    height: 110px;
    overflow: hidden;
}
.composite .part .column .column-right .special .list.list-pic li .img img {
    height: 110px;
}
.composite .part .column .column-right .special .list.list-txt li {
    padding-left: 15px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.composite .part .column .column-right .special .list.list-txt li:first-child {
    margin-top: 0;
}
.composite .part .column .column-right .localnews {
    margin-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    min-height: 280px;
}
.composite .part .column .column-right .localnews .title .site {
    position: absolute;
    left: 120px;
    font-size: 16px;
    line-height: 30px;
    top: 9px;
    padding-left: 20px;
    color: #033333;
    background: url(/uploads/image/w2images/icon-site.png) left
        center no-repeat;
    cursor: pointer;
}
.composite .part .column .column-right .localnews .title .site:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 4px;
    background: url(/uploads/image/w2images/icon-down-grey.png)
        left center no-repeat;
}
.composite .part .column .column-right .localnews .title .site .sub {
    display: none;
    position: absolute;
    z-index: 20;
    left: -120px;
    right: auto;
    top: 30px;
    line-height: 26px;
    padding: 10px;
    width: 346px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 14px;
    word-break: keep-all;
}
.composite .part .column .column-right .localnews .title .site .sub span:hover {
    color: #63b3ff;
}
.composite .part .column .column-right .localnews .title .site:hover .sub {
    display: block;
}
.composite .part .column .column-right .localnews .list {
    margin-top: 20px;
}
.composite .part .column .column-right .localnews .list.list-txt li {
    padding-left: 15px;
    margin-top: 10px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.composite
    .part
    .column
    .column-right
    .localnews
    .list.list-txt
    li:first-child {
    margin-top: 0;
}
.recommend {
    margin-top: 18px;
}
.recommend .part {
    padding: 5px 18px 10px;
}
.recommend .swiper-button-next,
.recommend .swiper-button-prev {
    width: 25px;
    height: 52px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    margin-top: -26px;
}
.recommend .swiper-container {
    width: 100%;
    height: 285px;
}
.recommend .swiper-slide {
    position: relative;
    height: 285px;
    overflow: hidden;
}
.recommend .swiper-slide .img {
    background-image: none;
}
.recommend .swiper-slide .img,
.recommend .swiper-slide img {
    width: 200px;
    height: 285px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.recommend .scroll {
    margin-top: 10px;
}
.freezone {
    margin-top: 18px;
}
.freezone .part {
    font-size: 0;
}
.freezone .title .sub {
    bottom: 6px;
}
.freezone .card {
    display: inline-block;
    vertical-align: top;
    width: 416px;
    margin-left: 16px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 8px;
}
.freezone .card:first-child {
    margin-left: 0;
}
.freezone .card .list {
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}
.freezone .card.card-txt .list.list-txt li {
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.freezone .card.card-txt .list.list-txt li:before {
    top: 11px;
}
.freezone .card.card-txt .list.list-txt li:first-child {
    font-weight: 700;
}
.freezone .card.card-txt .list.list-txt li:first-child:before {
    display: none;
}
.freezone .card.card-mix .list.list-mix .img {
    width: 180px;
    height: 98px;
}
.freezone .card.card-mix .list.list-txt li {
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
}
.freezone .card.card-mix .list.list-txt li:before {
    top: 17px;
}
.languages .part {
    padding: 25px 20px;
}
.languages .languages-nav {
    border-top: 1px solid #c4c4c4;
    position: relative;
    font-size: 18px;
    line-height: 56px;
    font-family: georgia;
    color: #354052;
}
.languages .languages-nav a {
    color: #354052;
    display: inline-block;
    margin-right: 20px;
    padding: 0 20px;
    position: relative;
}
.languages .languages-nav a.active {
    color: #027bfb;
}
.languages .languages-nav a.active:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: -2px;
    background: #027bfb;
}
.languages .languages-cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    font-family: georgia;
}
.languages .languages-cont .btn {
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.languages .languages-cont .languages-center {
    width: 810px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.languages .languages-cont .languages-center .scroll {
    height: 456px;
    position: relative;
    width: 100%;
}
.languages .languages-cont .languages-center .scroll .scroll-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: #083b90;
}
.languages
    .languages-cont
    .languages-center
    .scroll
    .scroll-tips
    .scroll-tips-close {
    width: 13px;
    height: 13px;
    background: 
        0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.languages .languages-cont .languages-center .scroll .swiper-pagination {
    width: auto;
    right: 15px;
    left: auto;
    bottom: 20px;
}
.languages
    .languages-cont
    .languages-center
    .scroll
    .swiper-pagination
    .swiper-pagination-bullet {
    margin-right: 0;
    opacity: 1;
    background: #e6e3e3;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.languages
    .languages-cont
    .languages-center
    .scroll
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 38px;
    background: #50afe7;
}
.languages .languages-cont .languages-center .scroll .swiper-button-prev {
    display: none;
    width: 34px;
    height: 73px;
    left: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.languages .languages-cont .languages-center .scroll .swiper-button-next {
    display: none;
    width: 34px;
    height: 73px;
    right: 0;
    margin-top: -52px;
    background: 
        0 0 no-repeat;
}
.languages
    .languages-cont
    .languages-center
    .scroll
    .swiper-container:hover
    .swiper-button-next,
.languages
    .languages-cont
    .languages-center
    .scroll
    .swiper-container:hover
    .swiper-button-prev {
    display: block;
}
.languages .languages-cont .languages-center .scroll .media-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.languages .languages-cont .languages-center .scroll .swiper-slide {
    position: relative;
    overflow: hidden;
}
.languages .languages-cont .languages-center .scroll .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.languages .languages-cont .languages-center .scroll .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.languages .languages-cont .languages-center .scroll .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        to(rgba(0, 51, 102, 0.65))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 51, 102, 0.65) 100%
    );
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 51, 102, 0.65) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 51, 102, 0.65) 100%
    );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 140px 10px 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.languages .languages-cont .languages-center .scroll .tit .btn {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    display: inline-block;
}
.languages .languages-cont .languages-center .scroll .tit .btn.hide {
    display: none;
}
.languages .languages-cont .languages-center .scroll .tit a {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    color: #fff;
}
.languages .languages-cont .languages-center .piclist {
    width: 828px;
    font-size: 0;
    white-space: nowrap;
    margin-top: 10px;
}
.languages .languages-cont .languages-center .piclist .item {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    overflow: hidden;
}
.languages .languages-cont .languages-center .piclist .item .img {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.languages .languages-cont .languages-center .piclist .item .img .btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    display: block;
}
.languages .languages-cont .languages-center .piclist .item .img .btn.hide {
    display: none;
}
.languages .languages-cont .languages-center .piclist .item .img img {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.languages .languages-cont .languages-center .piclist .item .tit {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    white-space: normal;
}
.languages .languages-cont .languages-right {
    width: 350px;
}
.languages .languages-cont .languages-right .xitime {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 24px;
}
.languages .languages-cont .languages-right .xitime .xitime-swiper {
    width: 100%;
    height: 171px;
    background: url(/uploads/image/i2images/xitime-en-bg.png)
        center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 122px;
    text-align: center;
}
.languages .languages-cont .languages-right .piclist {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0 24px;
}
.languages .languages-cont .languages-right .piclist .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.languages .languages-cont .languages-right .piclist .img .btn {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    display: block;
}
.languages .languages-cont .languages-right .piclist .img .btn.hide {
    display: none;
}
.languages .languages-cont .languages-right .piclist .img img {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.languages .languages-cont .languages-right .piclist .tit {
    margin-top: 10px;
    font-size: 22px;
    line-height: 34px;
    color: #333;
    white-space: normal;
}
.languages .languages-cont .languages-right .piclist .tit a {
    color: #333;
}
.languages .languages-cont .languages-right .txtlist {
    border-top: 1px solid #e5e5e5;
}
.languages .languages-cont .languages-right .txtlist li {
    padding: 25px 0;
    font-size: 22px;
    line-height: 34px;
    color: #333;
    white-space: normal;
}
.languages .languages-cont .languages-right .txtlist li a {
    color: #333;
}
.xhwindow2024 {
    margin-top: 18px;
}
.xhwindow2024 .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 304px;
    background: url(/uploads/image/w2images/xhwindow2024-bg.png) center center no-repeat;
}
.xhwindow2024 .name {
    margin-top: 63px;
    width: 140px;
    float: left;
}
.xhwindow2024 .cont {
    float: left;
    width: 900px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
}
.xhwindow2024 .cont .list.list-mix ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xhwindow2024 .cont .list.list-mix li {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.xhwindow2024 .cont .list.list-mix li .img {
    width: 200px;
    height: 112px;
    margin-right: 10px;
}
.xhwindow2024 .cont .list.list-mix li .tit {
    font-size: 16px;
    line-height: 1.5;
}
.xhwindow2024 .cont .list.list-txt {
    margin-top: 15px;
}
.xhwindow2024 .cont .list.list-txt ul {
    font-size: 0;
}
.xhwindow2024 .cont .list.list-txt li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    height: 52px;
    margin-top: 10px;
}
.xhwindow2024 .cont .list.list-txt li:nth-child(odd) {
    margin-right: 2%;
}
.foot {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.foot .foot-upper {
    padding: 30px 0 20px;
    background: #dee5f3;
}
.foot .foot-upper .part {
    padding: 0 40px;
    position: relative;
}
.foot .foot-upper .foot-upper-item {
    margin-bottom: 15px;
}
.foot .foot-upper .name {
    position: relative;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 33px;
    font-weight: 700;
    color: #333;
}
.foot .foot-upper .links {
    font-size: 0;
    float: right;
    width: 1100px;
}
.foot .foot-upper .links span {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}
.foot .foot-upper .links span a {
    color: #333;
    margin-right: 0;
}
.foot .foot-upper .links .code {
    position: absolute;
    right: 50%;
    top: 100%;
    margin-right: -85px;
    z-index: 10;
    width: 150px;
    height: 150px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
}
.foot .foot-upper .links .code img {
    width: 150px;
    height: 150px;
}
.foot .foot-upper .links i {
    position: relative;
}
.foot .foot-upper #government {
    position: relative;
}
.foot .foot-upper #government .name {
    margin-left: -4px;
    font-size: 15px;
    line-height: 22px;
}
.foot .foot-upper #government .links span {
    line-height: 44px;
}
.foot .foot-upper #government .links span[data-ismore='true']:after {
    content: '';
    position: absolute;
    right: 50%;
    margin-right: -8px;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: url(/uploads/image/w2images/icon-top.png) right
        bottom no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.foot .foot-upper #government .links a {
    line-height: 44px;
}
.foot .foot-upper #government .layer {
    position: absolute;
    width: 1100px;
    right: 5px;
    bottom: 40px;
    z-index: 50;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}
.foot .foot-upper #government .layer.show {
    height: 140px;
}
.foot .foot-upper #government .layer .layer-item {
    display: none;
    width: 1098px;
    height: 140px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dbdbdb;
    background: #fff;
}
.foot .foot-upper #government .layer .layer-item.show {
    display: block;
}
.foot .foot-upper #government .layer span {
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
    line-height: 45px;
    color: #333;
}
.foot .foot-upper #government .layer span a {
    color: #333;
}
.foot .foot-upper #hkandmacao .name {
    line-height: 24px;
}
.foot .foot-upper #hkandmacao .links a {
    line-height: 48px;
}
.foot .foot-cont {
    position: relative;
    text-align: center;
    padding: 25px 0 55px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background: #024ac2;
}
.foot .foot-cont .part {
    position: relative;
    padding: 0 40px;
}
.foot .foot-cont a {
    color: #fff;
}
.foot .foot-cont .foot-ga {
    vertical-align: middle;
    margin-right: 10px;
}
.foot .foot-cont .foot-gs {
    position: absolute;
    right: 50%;
    bottom: 20px;
    margin-right: -565px;
    width: 34px;
    height: 42px;
    background: 
        0 0 no-repeat;
}
.foot .foot-cont .cutline {
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.foot .foot-cont .accessible {
    position: absolute;
    width: 140px;
    height: 60px;
    left: 150px;
    bottom: -30px;
    background: url(/uploads/image/w2images/accessible.png)
        no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.ie10 .list-mix.list li,
.ie8 .list-mix.list li,
.ie9 .list-mix.list li {
    display: block;
}
.ie10 .list-mix.list li:after,
.ie8 .list-mix.list li:after,
.ie9 .list-mix.list li:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.ie10 .list-mix.list li .img,
.ie8 .list-mix.list li .img,
.ie9 .list-mix.list li .img {
    float: left;
}
.ie10 .list-mix.list li .tit,
.ie8 .list-mix.list li .tit,
.ie9 .list-mix.list li .tit {
    width: 168px;
    float: right;
}
.ie10 .list-mix.list li .tit a,
.ie8 .list-mix.list li .tit a,
.ie9 .list-mix.list li .tit a {
    display: inline-block;
    width: 100%;
}
.floatred .top .top-upper {
    background: #d11305;
}
.floatred .xi .part {
    border-bottom: 3px solid #d11305;
}
.floatred .xi .part .list li .tag {
    background: #d11305;
}
.floatred .focus .focus-newstext .list li.active {
    background: #d11305;
}
.floatred .foot .foot-cont {
    background: #d11305;
}
