
.form-box .bootstrap-select {
    width: 100% !important;
}

.form-box .bootstrap-select button {
    outline: none;
}

.form-box .bootstrap-select .dropdown-toggle {
    border-radius: 0;
}

.form-box span[type='check-box'] {
    border: 1px solid #999999;
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

.form-box span[type='check-box'].checked:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    background-color: #c7000b;
    border-radius: 2px;
}

.form-box span[type='check-box'].radio {
    border: 1px solid #999999;
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    border-radius: 50%;
}

.form-box span[type='check-box'].radio.checked:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 7px;
    height: 7px;
    background-color: #c7000b;
    border-radius: 2px;
    border-radius: 50%;
}

a.btn-rect-file {
    border: 1px solid #ddd;
    padding: 20px 8% 20px 80px;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    position: relative;
}

a.btn-rect-file.no-icon {
    padding: 20px 8% 20px 20px;
}

a.btn-rect-file .iconfont {
    margin-right: 10px;
    height: 50px;
    float: left;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
}

a.btn-rect-file .iconfont.icon-Lock {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    height: auto;
    left: auto;
}
a.btn-rect-file .huawei-iconfont{
    margin-right: 10px;
    height: 50px;
    float: left;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;

}
a.btn-rect-file p {
    float: left;
    text-indent: 0 !important;
}

a.btn-rect-file p span {
    display: block;
    font-size: 1em;
    text-align: left;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

a.btn-rect-file p span:nth-child(1) {
    color: #999;
    font-size: 12px;
}

a.btn-rect-file p span:nth-child(2) {
    height: 51px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

a.btn-rect-file:hover p span:nth-child(2) {
    text-decoration: underline;
}

@media (min-width: 992px) {
    a.btn-rect-file {
        margin-bottom:30px;
        padding: 40px 8% 40px 100px;
    }

    a.btn-rect-file.no-icon {
        padding: 40px 8% 40px 40px;
    }

    a.btn-rect-file .iconfont,a.btn-rect-file .huawei-iconfont {
        position: absolute;
        top: 50%;
        left: 40px;
        margin-top: -25px;
    }

    a.btn-rect-file:hover {
        border-color: #c7000b;
    }

    a.btn-rect-file:hover .iconfont,a.btn-rect-file:hover .huawei-iconfont {
        color: #c7000b;
    }

    a.btn-rect-file:hover p span:nth-child(2) {
        border-color: #666;
    }
}

.btn-arrow {
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
}

.btn-arrow:hover {
    background-color: #fff;
}

.btn-arrow:hover i {
    color: #000;
}

.btn-arrow i {
    color: #fff;
    font-size: 30px;
    line-height: 66px;
}

.btn-mail {
    width: 66px;
    height: 66px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 100%;
    padding-top: 20px;
    text-decoration: none;
}

.btn-mail:hover {
    background-color: #fff;
}

.btn-mail:hover .hwic_email {
    color: #000;
}

.btn-mail .hwic_email {
    color: #fff;
    font-size: 24px;
}

.read-more,.read-more-white {
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5em;
    outline: none;
}

@media (min-width: 992px) {
    .read-more,.read-more-white {
        font-size:16px;
        line-height: 1.875em;
    }
}

.read-more.read-more-white,.read-more-white.read-more-white {
    color: #fff;
}

.read-more .iconfont,.read-more-white .iconfont {
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #c7000b;
    font-size: 1.5em;
    line-height: inherit;
    display: inline;
    vertical-align: middle;
}

@media (min-width: 992px) {
    @-moz-document url-prefix() {
        .read-more .iconfont,.read-more-white .iconfont {
            line-height:1.35em;
        }
    }
}

.read-more:hover .iconfont,.read-more-white:hover .iconfont {
    -webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

.read-more span,.read-more-white span {
    float: left;
    display: inline;
    vertical-align: middle;
}

.read-more .icon-btn-arrow,.read-more-white .icon-btn-arrow {
    margin-left: 8px;
}

.btn-play,.btn-play-1 {
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-decoration: none;
    z-index: 10;
    border: 1px solid #fff;
    padding: 0;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
}

.btn-play.def {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    margin-left: auto;
    display: inline-block;
}

.btn-play:hover,.btn-play-1:hover {
    background-color: #fff;
}

.btn-play:hover i,.btn-play-1:hover i {
    color: #000;
}

.btn-play i,.btn-play-1 i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -8px;
    color: #fff;
}

@media (min-width: 992px) {
    .btn-play,.btn-play-1 {
        width:80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
}

@media (max-width: 991px) {
    .btn-play,.btn-play-1 {
        width:60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
}

.btn-nav-back {
    font-size: 16px;
    border: none !important;
}

.btn-nav-back .iconfont {
    float: left;
}

.btn-nav-back:hover {
    text-decoration: none;
}

.btn-go-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #7c7c7c;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 101;
    opacity: 0.7;
}

.btn-go-top .iconfont {
    font-size: 44px;
    color: #fff;
}

.btn-go-top:hover {
    background-color: #888888;
    opacity: 1;
}

.btn-loadmore {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #666666;
    margin-top: 35px;
}

.btn-loadmore span {
    vertical-align: middle;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
.btn-loadmore:hover,
.btn-loadmore:hover span
 {
    color: #333333;
}

.btn-loadmore .iconfont {
    font-size: 22px;
    font-weight: bold;
    line-height: 0;
    color: #c7000b !important;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

@media (min-width: 992px) {
    .btn-loadmore {
        margin-top:75px;
    }
    .story-list .btn-loadmore {
        margin-top:30px;
    }
}

.btn-rect {
    padding: 0 30px;
    min-width: 140px;
    height: 32px !important;
    line-height: 30px !important;
    text-align: center;
    border: 1px solid #111;
    display: inline-block;
    color: #111;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875em;
}

@media (max-width: 360px) {
    .btn-rect {
        min-width:120px;
    }
}

@media (min-width: 992px) {
    .btn-rect {
        min-width:170px;
        height: 40px !important;
        line-height: 38px !important;
    }

    .btn-rect:hover {
        border-color: #c7000b;
        background-color: #c7000b;
        color: #fff;
    }
}

.btn-rect-white {
    padding: 0 30px;
    min-width: 140px;
    text-align: center;
    border: 1px solid white;
    display: inline-block;
    color: white;
    height: 32px !important;
    line-height: 30px !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875em;
}

@media (max-width: 360px) {
    .btn-rect-white {
        min-width:120px;
    }
}

@media (min-width: 992px) {
    .btn-rect-white {
        min-width:170px;
        height: 40px !important;
        line-height: 40px !important;
    }
}

.btn-rect-white:hover {
    border-color: #c7000b;
    background-color: #c7000b;
    color: #fff;
}

.btn-rect-white:focus {
    color: white;
}
a.btn-rect.btn-rect-icon span,
a.btn-rect-white.btn-rect-icon span{
    margin-left: 10px;
    display: inline-block;  
}
.slick-dots li {
    display: inline-block;
    border: 1px solid #858585;
    border-radius: 100%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 5px 10px;
    cursor: pointer;
}

.tuijian-img .slick-dots li {
    border: 1px solid #fff;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #858585;
}

.slick-slider .slick-prev,.slick-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.slick-slider .slick-prev:before,.slick-slider .slick-next:before {
    color: #333;
    font-family: 'iconfont' !important;
    font-size: 40px;
}

.slick-slider .slick-prev {
    left: -15px;
}

.slick-slider .slick-prev:before {
    content: "\e64e";
}

.slick-slider .slick-next {
    right: -15px;
}

.slick-slider .slick-next:before {
    content: "\e64c";
}

.nav-tabs {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-bottom: 1px solid #dfdfdf;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 30px !important;
    position: relative;
}

@media (min-width: 992px) {
    .nav-tabs {
        margin-bottom:50px !important;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    .nav-tabs {
        overflow-x: auto;
    }
}
.toolsbar + .tab-content{
    margin-top: 0 !important;
}
.nav-tabs.row {
    width: auto;
    border-color: transparent;
}

.nav-tabs.row li {
    float: left;
}

.nav-tabs.row .col-md-3 {
    text-align: left;
}

.nav-tabs.row .col-md-3 a {
    text-align: center;
    display: inline-block;
    max-width: 100%;
}

.nav-tabs.row .col-md-3 a .break-text {
    white-space: normal;
}

.nav-tabs.row .col-xs-4,.nav-tabs.row .col-sm-4 {
    text-align: center;
}

@media (min-width: 992px) {
    .nav-tabs.row .col-xs-4,.nav-tabs.row .col-sm-4 {
        text-align:left;
    }
}

.nav-arrow {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #fff;
    height: 47px;
    line-height: 47px;
    width: 8%;
    margin: 0;
    z-index: 2;
    cursor: pointer;
    text-align: center;
}

.nav-arrow i {
    color: #c7000b;
    font-size: 24px;
}

.nav-arrow.fixed {
    position: fixed;
    z-index: 91;
    right: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.management-content .nav-arrow.fixed {
    position: absolute;
}

.nav-arrow.nav-arrow-prev {
    right: auto;
    left: 15px;
}

@media(min-width: 992px) {
    .nav-arrow {
        right:15px;
        width: 55px;
        top: 5px;
        box-shadow: -3px 0px 2px rgba(0,0,0,0.05);
    }

    .nav-arrow.nav-arrow-prev {
        left: 15px;
        width: 55px;
        box-shadow: 3px 0px 2px rgba(0,0,0,0.05);
    }
}

@media (min-width: 992px) and (max-width:1700px) {
    .nav-arrow {
        top:2px;
    }
}

@media (max-width: 767px) {
    .nav-arrow {
        right:0;
    }

    .nav-arrow.nav-arrow-prev {
        left: 0;
    }
}
.nav-arrow.fixed.nav-arrow-prev{
	left: 0 !important;
}

.nav-tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 90;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.nav-tabs.top {
    top: 0;
}

.tab-content.tabs-fixed {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .tab-content.tabs-fixed {
        padding-top:100px;
    }
    .ul-list-style .tab-content.tabs-fixed{
        padding-top: 30px;
    }
}

.nav-tabs>li {
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    font-size: 1em;
    padding: 14px 0;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #666666;
}

.nav-tabs>li>a .iconfont {
    display: block;
    font-size: 50px;
}

.nav-tabs>li[class*='col-'] {
    margin-left: 0;
    margin-right: 0;
}

.nav-tabs>li[class*='col-'] a {
    margin: 0;
}

.nav-tabs>li.active>a,.nav-tabs>li>a:hover {
    border: none;
    color: #000000 !important;
    background: transparent;
}

.nav-tabs>li>a::after {
    content: '';
    background: #c7000b;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 1px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.nav-tabs>li.active>a::after,.nav-tabs>li:hover>a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.btn-left {
    top: 68%;
    left: 13%;
    position: absolute;
    margin: 0;
}

.btn-center {
    top: 68%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-right {
    top: 68%;
    right: 13%;
    position: absolute;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

.share-box {
    text-align: center;
    margin: 0;
    margin-top: -4px;
}

.share-box.share-box-bottom {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.share-box.share-box-bottom li {
    margin: 0 20px;
}

.share-box.share-box-white li a span {
    color: #fff;
}

@media (min-width: 992px) {
    .share-box.share-box-white li a:hover span {
        opacity:0.8;
        color: #fff;
    }
}

.share-box li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.share-box li a {
    position: relative;
    text-decoration: none;
}

.share-box li a span {
    font-size: 30px;
    color: #666666;
}
.share-box li a span.iconFM{
    font-size: 27px;
    position: relative;
    top: -2px;
}
.share-box li a span.hwic_icon_VK1 {
    font-size: 24px;
}

footer .share-box li a span.hwic_facebook,footer .share-box li a span.hwic_icon_instagram {
    font-size: 26px;
}

.share-box li a .icon-in-new {
    display: inline-block;
    margin-top: -4px;
}
.share-box li a span.iconblog{
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
@media (max-width:991px){
    .share-box li a span.iconblog{
        margin-top: 1px;
    }  
}
@media (min-width: 992px) {
    .share-box li a.btn-wechat .wechat-qrcode.show {
        display:block;
    }

    .share-box li a:hover span {
        color: #333333;
    }
}

.share-box li .wechat-qrcode {
    position: absolute;
    z-index: 999;
    top: -246px;
    left: -89px;
    width: 200px;
    height: 222px;
    color: #666;
    font-size: 12px;
    text-align: center;  
    -webkit-transition: all 200ms;
    transition: all 200ms;
    display: none;
}
@media (min-width:1025px){
    .share-box li .wechat-qrcode{
        height: 176px;
        top: -196px;
    }
    .share-box li .wechat-qrcode .qrcode p{
        display: none;
    }
}
@media (min-width:768px){
    .share-box li .wechat-qrcode{
        border: 1px solid #eee;
        background-color: #fff;
        box-shadow: 0 2px 10px #aaa;  
    }

}
footer .share-box li .wechat-qrcode {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
}
.share-box li .wechat-qrcode.show {
    display: block;
}

.share-box li .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -13px;
    width: 0;
    height: 0;
    border-width: 6px 6px 8px 6px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
}

.share-box li .wechat-qrcode button,.share-box li .wechat-qrcode .share-close {
    background: transparent;
    border: 0;
    font-size: 25px;
    position: absolute;
    top: -6px;
    right: 2px;
    color: #000 !important;
}

.share-box li .wechat-qrcode h4 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.share-box li .wechat-qrcode .qrcode {
    width: 138px;
    margin: 5px auto;
}

.share-box li .wechat-qrcode img {
    width: 100%;
    vertical-align: middle;
}

footer .share-box li .wechat-qrcode:after {
    border-width: 8px 6px 6px 6px;
    top: auto;
    border-color: #f3f3f3 transparent transparent transparent;
}

.search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    padding-right: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 100% center;
    -ms-transform-origin: 100% center;
    transform-origin: 100% center;
    background-color: #fff;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 9px;
    left: 0;
    top: 0;
    z-index: 98;
}

.search-box.search-hide {
    visibility: hidden;
    left: 100%;
}

.search-box .b-search-keyword {
    display: none;
    position: absolute;
    z-index: 2;
    width: calc(100% - 70px);
}

.search-box .b-search-keyword a {
    display: block;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    float: none;
    height: auto;
}

.search-box input {
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    line-height: 48px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    padding-right: 50px;
    background-color: #fff;
}

.search-box input:focus {
    border: 1px solid #bebdbd;
    color: #282828;
    -webkit-box-shadow: 0px 3px 8px #d4d4d4;
    box-shadow: 0px 3px 8px #d4d4d4;
}

.search-box a.btn-close {
    position: absolute;
    right: 15px;
    top: 22px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
}

.search-box a.btn-close .hwic_cross {
    font-size: 20px;
}

.search-box a.btn-search {
    position: absolute;
    right: 60px;
    top: 22px;
    color: #86807f;
    text-decoration: none;
    margin: 0 !important;
}

.search-box a.btn-search span {
    font-size: 24px;
}

.search-box .search-keyword {
    position: absolute;
    background-color: #f8f8f8;
    left: 0;
    right: 0;
    bottom: 0;
    top: 66px;
    overflow-y: auto;
    border-top: 1px solid #d4d4d4;
}

.search-box .search-keyword .search-keyword-title {
    margin: 0 15px;
    margin-top: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.search-box .search-keyword ul {
    padding: 15px;
    padding-top: 0;
}

.search-box .search-keyword ul li {
    border-bottom: 1px solid #d4d4d4;
}

.search-box .search-keyword ul li a {
    line-height: 44px;
    font-weight: bold;
}

@media (min-width: 1025px) {
    .search-box {
        width:500px;
        height: 76px;
        padding-top: 15px;
        right: 8px;
        position: absolute;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        left: auto;
    }

    .search-box.search-hide {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        left: auto;
    }

    .search-box a.btn-close,.search-box a.btn-search {
        top: 27px;
    }
    footer .search-box a.btn-search{
        top: 28px;
    }
    .search-box .b-search-keyword {
        display: none !important;
        position: static;
        width: 100%;
    }

    .search-box .b-search-keyword a {
        background: #fff;
        display: block;
        text-align: left;
        line-height: 24px;
        font-size: 14px;
        padding: 5px 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        border-top: none;
        float: none;
        height: auto;
    }

    .search-box .b-search-keyword a:hover {
        color: #c7000b;
    }
}

@media (min-width: 992px) {
    footer .search-box {
        width:40%;
        left: auto !important;
    }
}
/*@media (min-width: 1201px) and (max-width:1400px){
    footer .search-box {
        width:40%;
    }
}
@media (min-width: 992px) and (max-width:1200px){
    footer .search-box {
        width:350px;
    }
}*/
footer #footer-search{
    visibility: visible !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-right:0;
  
}
footer #footer-search a.btn-close{
    display: none;
}
footer .top-line a.btn-open-search{
  display: none;  
}
footer .top-line >.pull-left {
    float: none !important;
    display: flex;
    max-width: 58%;
}
footer .search-box a.btn-search{
    right: 15px;
    padding-left: 15px;
}
footer .search-box a.btn-search:before{
    content: "";
    width: 1px;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ccc;
}
footer .top-line .search-box{
    right: 0 !important;
    top: -10px !important;
}
.content-list-box.content-list-box .text-box .overtext,.content-list-box-other.content-list-box .text-box .overtext,.content-list-box.content-list-box-other .text-box .overtext,.content-list-box-other.content-list-box-other .text-box .overtext {
    height: 7.8em;
    overflow: hidden;
}

.content-list-box.content-list-box .text-box .overtext h4,.content-list-box-other.content-list-box .text-box .overtext h4,.content-list-box.content-list-box-other .text-box .overtext h4,.content-list-box-other.content-list-box-other .text-box .overtext h4 {
    height: auto;
    display: block;
}

.content-list-box.content-list-box .text-box .overtext p,.content-list-box-other.content-list-box .text-box .overtext p,.content-list-box.content-list-box-other .text-box .overtext p,.content-list-box-other.content-list-box-other .text-box .overtext p {
    height: auto;
    display: block;
}

.content-list-box.content-list-box .text-box .c-other,.content-list-box-other.content-list-box .text-box .c-other,.content-list-box.content-list-box-other .text-box .c-other,.content-list-box-other.content-list-box-other .text-box .c-other {
    color: #999;
    font-size: 0.875em;
    line-height: 14px;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .content-list-box.content-list-box .text-box .c-other,.content-list-box-other.content-list-box .text-box .c-other,.content-list-box.content-list-box-other .text-box .c-other,.content-list-box-other.content-list-box-other .text-box .c-other {
        bottom:20px;
        left: 20px;
    }
}

.content-list-box.content-list-box .text-box .c-other,.content-list-box-other.content-list-box .text-box .c-other,.content-list-box.content-list-box-other .text-box .c-other,.content-list-box-other.content-list-box-other .text-box .c-other {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 0.875em;
}

.content-list-box.content-list-box .text-box .c-other .label-span,.content-list-box-other.content-list-box .text-box .c-other .label-span,.content-list-box.content-list-box-other .text-box .c-other .label-span,.content-list-box-other.content-list-box-other .text-box .c-other .label-span {
    display: inline-block;
    border-radius: 20px;
    padding: 6px 12px;
    background: #e9e9e9;
    margin-right: 5px;
    line-height: 14px;
}

.content-list-box .c-box,.content-list-box-other .c-box {
    overflow: hidden;
    margin-bottom: 15px;
}

.content-list-box .c-box .img-box,.content-list-box-other .c-box .img-box {
    overflow: hidden;
    position: relative;
}

.content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1920px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:280px;
    }
}

@media (max-width: 1920px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:280px;
    }
}

@media (max-width: 1680px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:240px;
    }
}

@media (max-width: 1440px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:230px;
    }
}

@media (max-width: 1366px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:200px;
    }
}

@media (max-width: 1200px) {
    .content-list-box .c-box .imgbox,.content-list-box-other .c-box .imgbox {
        height:230px;
    }
}

.content-list-box .c-box .imgbox img,.content-list-box-other .c-box .imgbox img {
    float: none;
    height: auto;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

@media (max-width: 992px) {
    .content-list-box .c-box .imgbox img,.content-list-box-other .c-box .imgbox img {
        height:auto;
        width: 100%;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.content-list-box .c-box a,.content-list-box-other .c-box a {
    overflow: hidden;
    display: block;
}

.content-list-box .c-box:hover img,.content-list-box-other .c-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.content-list-box .c-box:hover .text-box,.content-list-box-other .c-box:hover .text-box {
    background: #f2f2f2;
}

@media (min-width: 992px) {
    .content-list-box .c-box:hover .imgbox img,.content-list-box-other .c-box:hover .imgbox img {
        -webkit-transform:translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 50%;
        width: 105%;
    }
}

.content-list-box img,.content-list-box-other img {
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content-list-box .text-box,.content-list-box-other .text-box {
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.content-list-box .text-box h4,.content-list-box-other .text-box h4 {
    font-size: 1em;
    line-height: 1.625em;
    height: 3.25em;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.content-list-box .text-box p,.content-list-box-other .text-box p {
    font-size: 0.875em;
    height: 3.875em;
    color: #666;
    overflow: hidden;
}

@media (min-width: 992px) {
    .content-list-box .row,.content-list-box-other .row {
        display:-webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .content-list-box .row>[class*='col-'],.content-list-box-other .row>[class*='col-'] {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .content-list-box .c-no-img .c-box,.content-list-box-other .c-no-img .c-box {
        height: 100%;
    }

    .content-list-box .c-no-img .c-box a,.content-list-box-other .c-no-img .c-box a {
        height: 100%;
    }

    .content-list-box .c-no-img .c-box .text-box,.content-list-box-other .c-no-img .c-box .text-box {
        height: 100%;
    }

    .content-list-box .c-no-img:after,.content-list-box-other .c-no-img:after {
        content: '';
        display: table;
        clear: both;
    }

    .content-list-box .c-box,.content-list-box-other .c-box {
        margin-bottom: 30px;
    }

    .content-list-box .text-box,.content-list-box-other .text-box {
        padding: 20px;
    }
}

.content-row>ul,.news-detail-content>ul {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 18px;
}

.content-row>ul li,.news-detail-content>ul li {
    font-size: 1em;
    line-height: 1.875em;
    list-style: disc;
    color: #666;
}

.content-row>ol,.news-detail-content>ol {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 18px;
}

.content-row>ol li,.news-detail-content>ol li {
    font-size: 1em;
    line-height: 1.875em;
    list-style: decimal;
    color: #666;
}

@media (min-width: 992px) {
    .content-row>ul,.news-detail-content>ul {
        text-align:left;
        margin-bottom: 20px;
        padding-left: 18px;
    }

    .content-row>ul li,.news-detail-content>ul li {
        font-size: 1em;
        line-height: 1.875em;
        list-style: disc;
        color: #666;
    }

    .content-row>ol,.news-detail-content>ol {
        text-align: left;
        margin-bottom: 40px;
        padding-left: 18px;
    }

    .content-row>ol li,.news-detail-content>ol li {
        font-size: 1em;
        line-height: 1.875em;
        list-style: decimal;
        color: #666;
    }
}

.page-list-box {
    text-align: center;
    margin-top: 35px;
}

.page-list-box .page-list {
    display: inline-block;
}

.page-list-box .page-list a.prev,.page-list-box .page-list a.next {
    float: left;
    border: 1px solid #a0a0a0;
    background-image: url('../img/page-arrow.png');
    background-size: 200% auto;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.page-list-box .page-list a.prev.next,.page-list-box .page-list a.next.next {
    background-position: 100% 0;
}

.page-list-box .page-list ul {
    float: left !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.page-list-box .page-list ul li {
    float: left !important;
    overflow: hidden !important;
    margin: 0 4px !important;
    padding: 0 !important;
    background: none !important;
}

.page-list-box .page-list ul li a {
    float: left !important;
    font-size: 1em !important;
    color: #7e7e7e !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.page-list-box .page-list ul li a.active {
    color: #c7000b !important;
}

.page-list-box .page-list .linkto {
    display: inline-block;
    color: #898989;
    vertical-align: middle;
    height: 38px;
    line-height: 33px;
    font-size: 18px;
}

.page-list-box .page-list .linkto .input-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
    margin-right: 29px;
}

.page-list-box .page-list .linkto a {
    vertical-align: middle;
    color: #898989;
    font-size: 18px;
    display: inline-block;
}

.page-list-box .page-list .linkto a span {
    float: left;
}

.page-list-box .page-list .linkto a .iconfont {
    color: #c7000b;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    float: left;
}

.page-list-box .page-list .linkto a:hover .iconfont {
    -webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

.page-list-box .page-list .linkto input {
    width: 40px;
    height: 26px;
    color: #898989;
    border: 1px solid #898989;
    margin: 0 6px;
    padding: 0 5px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1300px) {
    .page-list-box .page-list {
        margin:0;
    }

    .page-list-box .page-list .linkto {
        margin-top: 50px;
        display: block;
        font-size: 1em;
    }

    .page-list-box .page-list .linkto .input-box {
        margin-left: 0;
    }

    .page-list-box .page-list .linkto a {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    .page-list-box .page-list .linkto {
        margin-top:30px;
    }

    .page-list-box .page-list .linkto input {
        height: 25px;
    }
}

@media (max-width: 767px) {
    .page-list-box .page-list ul li {
        margin:0 2px !important;
    }
}

@media (max-width: 320px) {
    .page-list-box a.prev {
        margin-right:5px;
    }

    .page-list-box a.next {
        margin-left: 5px;
    }

    .page-list-box .page-list ul li {
        margin: 0 !important;
    }

    .page-list-box .page-list .linkto {
        margin-top: 30px;
    }

    .page-list-box .page-list .linkto input {
        height: 25px;
    }
}

@media (min-width: 992px) {
    .page-list-box {
        margin-top:70px;
    }

    .page-list-box .page-list a.prev,.page-list-box .page-list a.next {
        width: 38px;
        height: 38px;
        margin: 0 14px;
    }

    .page-list-box .page-list ul li a {
        font-size: 1.25rem !important;
        width: 35px !important;
        height: 38px !important;
        line-height: 38px !important;
    }
}
@media (min-width: 1679px) {
    .page-list-box .page-list ul li a {
        width: 42px !important;
    }
}
.video-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.video-box.show {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
}

.video-box .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.video-box .content .video-js{
    width: 100%;
    height: 100%;
}
.video-box .content a.btn-close {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    top: 5px;
    right: 5px;
}

.video-box .content a.btn-close .iconfont {
    color: #fff;
    font-size: 28px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.video-box .content video {
    width: 100%;
    height: 100%;
}

.ie8 .content-img-box > video,.ie8 .content-img-box > video，.ie10 .content-img-box > video {
    display: none;
}
.sharing-video-box p{
    font-size: .78em;
    margin-top: 10px;
    display: block;
    text-align: center;
}

@media (min-width: 992px) {
    .video-box .content {
        top:50%;
        left: 50%;
        width: 960px;
        height: 540px;
        margin-left: -480px;
        margin-top: -270px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .video-box .content a.btn-close {
        top: 10px;
        right: 10px;
        bottom: auto;
        margin: 0;
    }
}
@media (max-width:1024px){
    .video-box{
        display: none;
    }
    .video-box.show{
        display: block;
    }
}
.screen-select-box {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 4;
}

.screen-select-box .screen-list {
    overflow: hidden;
    line-height: 0;
    margin-top: 15px;
    float: left;
    text-align: left;
    width: 100%;
}

.screen-select-box .screen-list .choose-list {
    display: inline-block;
}

.screen-select-box .screen-list .clear-btn {
    float: right;
    margin-left: 10px;
    display: none;
}

.screen-select-box .screen-list .clear-btn span {
    background: none;
    color: #666;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.screen-select-box .screen-list .clear-btn span .iconfont {
    font-size: 1em;
}

.screen-select-box .screen-list .clear-btn span:after {
    content: '';
}

.screen-select-box .screen-list .clear-btn .iconfont {
    font-weight: bold;
}

.screen-select-box .screen-list span {
    padding: 0;
    line-height: 20px;
    height: 20px;
    float: left;
    font-size: 0.8em;
    margin-bottom: 10px;
    cursor: pointer;
    color: #666;
    font-family: 'iconfont' !important;
    position: relative;
}

.screen-select-box .screen-button {
    line-height: 38px;
    height: 40px;
    overflow: hidden;
}

.screen-select-box .screen-button a {
    text-decoration: none;
    float: left;
    font-size: 1.3em;
}

.screen-select-box .screen-button a .iconfont {
    font-size: 30px;
}

.screen-select-box .screen-button a span {
    float: left;
}

.screen-select-box .screen-button a.open .icon-arrow-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.screen-select-box .screen-selected-box {
    min-height: 48px;
    position: relative;
    overflow: hidden;
}

.screen-select-box .screen-option {
    display: none;
    margin-bottom: 20px;
    background: #f8f8f8;
    margin: 0 -30px;
    padding: 15px 30px 10px 30px;
    border-top: 1px solid #d5d5d5;
}

.screen-select-box .screen-option .col-md-9 {
    width: 100%;
    padding: 0;
}

.screen-select-box .screen-option dl {
    margin-bottom: 0;
}

.screen-select-box .screen-option dl dt {
    text-align: left;
    font-size: 1.05em;
    line-height: 38px;
    float: none;
    margin-bottom: 15px;
    font-weight: normal;
}

.screen-select-box .screen-option dl dd ul {
    overflow: hidden;
}

.screen-select-box .screen-option dl dd li {
    float: left;
}

.screen-select-box .screen-option dl dd li.active a {
    color: #fff;
    background-color: #666666;
    border: 1px solid #666666;
    line-height: 40px;
    height: 40px;
}

.screen-select-box .screen-option dl dd li.active a:after {
    content: '\e747';
    position: absolute;
    right: 9px;
    top: -12px;
    font-size: 12px;
    font-family: 'iconfont' !important;
}

.screen-select-box .screen-option dl dd li a {
    border-radius: 20px;
    line-height: 38px;
    height: 40px;
    float: left;
    font-size: 0.8em;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #666666;
    color: #666666;
    width: auto;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.screen-select-box .screen-option .story-tag-search {
    height: 50px;
    width: 100%;
    position: relative;
}

.screen-select-box .screen-option .story-tag-search input {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: inherit;
    padding: 0 24px;
    font-size: 1em;
    line-height: inherit;
}

.screen-select-box .screen-option .story-tag-search a {
    position: absolute;
    right: 5px;
}

.screen-select-box .screen-option .story-tag-search a .iconfont {
    font-size: 35px;
    color: #666666;
}

.screen-select-box .screen-option .story-tag-search p {
    text-align: left;
    margin: 10px 0;
    color: #c7000b;
    font-size: 0.875em;
}

@media (min-width: 992px) {
    .screen-select-box .screen-selected-box {
        position:relative;
    }

    .screen-select-box .screen-list {
        overflow: hidden;
        line-height: 0;
        margin-top: 15px;
        display: inline-block;
        float: left;
        width: auto;
    }

    .screen-select-box .screen-list .choose-list {
        display: inline-block;
    }

    .screen-select-box .screen-list .clear-btn {
        float: right;
        margin-left: 10px;
        display: none;
    }

    .screen-select-box .screen-list .clear-btn span {
        background: none;
        color: #666;
        padding: 0;
        margin: 0;
        font-size: 0.9em;
    }

    .screen-select-box .screen-list .clear-btn span .iconfont {
        font-size: 1em;
    }

    .screen-select-box .screen-list .clear-btn span:after {
        content: '';
    }

    .screen-select-box .screen-list .clear-btn .iconfont {
        font-weight: bold;
    }

    .screen-select-box .screen-list span {
        border-radius: 20px;
        padding: 0 30px;
        line-height: 40px;
        height: 40px;
        float: left;
        font-size: 0.8em;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        background-color: #666666;
        color: #fff;
        font-family: 'iconfont' !important;
        position: relative;
    }

    .screen-select-box .screen-list span:after {
        content: '\e747';
        position: absolute;
        right: 8px;
        top: -6px;
        font-size: 12px;
    }

    .screen-select-box .screen-list span.all:after {
        content: '';
    }

    .screen-select-box .screen-option {
        background: none;
        border: none;
    }

    .screen-select-box .screen-option dl.dl-horizontal dt {
        width: 100%;
    }

    .screen-select-box .screen-option dl.dl-horizontal dd {
        margin-left: 0;
    }

    .screen-select-box .screen-option dl dd ul li {
        width: auto;
    }

    .screen-select-box .screen-option dl dd ul li a {
        padding: 0 30px;
        width: auto;
        margin-left: 0;
    }

    .screen-select-box .screen-option dl dd ul li a:hover {
        background-color: #666666;
        color: #fff;
    }

    .screen-select-box .screen-option dl dd ul li.active a:after {
        position: absolute;
        right: 8px;
        top: -6px;
        font-size: 12px;
    }

    .screen-select-box .screen-button a:hover {
        color: #c7000b;
    }
}

@media (max-width: 992px) {
    .screen-select-box {
        display:inline-block;
        position: relative;
        width: 100%;
        z-index: 4;
    }

    .screen-select-box .screen-list .choose-list {
        max-width: 250px;
    }

    .screen-select-box .screen-list .choose-list span {
        padding: 0 0 0 9px;
        line-height: 20px;
        height: 20px;
        float: left;
        font-size: 0.9em;
        margin-bottom: 10px;
        margin-right: 5px;
        cursor: pointer;
        color: #666;
        font-family: 'iconfont' !important;
        position: relative;
    }

    .screen-select-box .screen-list .choose-list span:nth-child(1) {
        padding: 0;
    }

    .screen-select-box .screen-list .choose-list span:nth-child(1)::before {
        content: '';
    }

    .screen-select-box .screen-list .choose-list span::before {
        content: '/';
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 12px;
    }
}

.point-content-box .audiojs {
    padding: 0;
}

.audiojs {
    width: 100%;
    height: 42px;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    background-image: none;
}

.audiojs .loading {
    display: none !important;
}

.audiojs .play-pause {
    padding: 0;
    width: 32px;
    height: 32px;
    border: none;
    margin-left: 0px;
    margin-top: 4px;
}

.audiojs .play-pause .play,.audiojs .play-pause .pause {
    background: none;
    font-size: 42px;
    line-height: 42px;
    color: #c7000b;
    width: 32px;
    height: 32px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.audiojs .play-pause .play.pause,.audiojs .play-pause .pause.pause {
    line-height: 44px;
}

.audiojs .icon-play1:before {
    content: "\e606";
    font-family: "huawei-iconfont" !important;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.audiojs .icon-sound-filling:before {
    content: "\e603";
    font-family: "huawei-iconfont" !important;
    font-size: 20px;
}

.audiojs .icon-sound-Mute:before {
    content: "\e602";
    font-family: "huawei-iconfont" !important;
    font-size: 20px;
}

.audiojs .icon-suspended:before {
    content: "\e601";
    font-family: "huawei-iconfont" !important;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.audiojs .scrubber {
    width: 100%;
    height: 4px;
    margin: 19px 0;
    background-color: #cccccc;
    border-radius: 4px;
    border: 0;
    overflow: visible;
    position: relative;
    z-index: 5;
    float: left;
}

.audiojs .scrubber .progress {
    background-color: #c7000b;
    height: 100%;
    margin: 0;
    box-shadow: none;
    background-image: none;
    overflow: visible;
}

.audiojs .scrubber .progress:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    right: -5px;
    border-radius: 100%;
    background-color: #c7000b;
}

.audiojs .scrubber .loaded {
    height: 100%;
    background-image: none;
    background-color: #cccccc;
    border-radius: 4px;
    box-shadow: none;
}

.audiojs .time {
    height: 42px;
    border: none;
    line-height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 37px;
    right: 85px;
    padding-left: 44px;
    padding-right: 44px;
    text-shadow: none;
}

.audiojs .time .played {
    position: absolute;
    left: 0;
    border: 0;
    color: #666666;
    padding: 0;
}

.audiojs .time .duration {
    position: absolute;
    right: 25px;
    border: 0;
    color: #666666;
    padding: 0;
}

.audiojs .volume {
    height: 42px;
    float: right;
    width: 80px;
    margin-right: 5px;
}

.audiojs .volume p {
    float: left;
}

.audiojs .volume p.mute,.audiojs .volume p.sound {
    width: 30px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
    color: #cccccc;
    text-align: center;
    margin-right: 5px;
}

.audiojs .volume p.mute.sound,.audiojs .volume p.sound.sound {
    display: block;
    color: #c7000b;
}

.audiojs .volume .volume-progress {
    width: 45px;
    height: 100%;
    margin: 0;
    float: left;
}

.audiojs .volume .volume-progress div.volume-line {
    border-radius: 4px;
    background-color: #c7000b;
    height: 4px;
    background-color: #cccccc;
    position: relative;
    float: left;
    margin: 19px 0;
    width: 100%;
}

.audiojs .volume .volume-progress div.volume-line span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c7000b;
    border-radius: 4px;
}

.audiojs .volume .volume-progress div.volume-line span:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #c7000b;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    right: -5px;
}

@media (min-width: 992px) {
    .audiojs .time {
        right:115px;
    }

    .audiojs .volume {
        width: 110px;
    }

    .audiojs .volume .volume-progress {
        width: 75px;
    }

    .detail-audiojs .audiojs {
        padding: 0;
        width: 83%;
        margin: 0 auto;
    }
}

.video-js .vjs-big-play-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: transparent;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    line-height: 2.6em;
    border: 1px solid #fff;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 18px;
}

.video-js .vjs-big-play-button:hover {
    background-color: #fff;
}

.video-js .vjs-big-play-button:hover:before {
    color: #000;
}

.video-js .vjs-big-play-button:hover .vjs-icon-placeholder {
    color: #000;
}

.point-content-nav {
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #ddd;
    position: absolute;
}

.point-content-nav.fixed {
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    position: fixed;
    top: 0;
}

.point-content-nav .point-content-nav-active {
    line-height: 50px;
    font-weight: bold;
}

.point-content-nav .point-content-nav-active .icon-arrow-down {
    float: right;
    color: #c7000b;
    font-size: 20px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.point-content-nav .point-content-nav-active.collapsed .icon-arrow-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.point-content-nav ul {
    margin-left: -15px;
    margin-right: -15px;
}

.point-content-nav li {
    line-height: 50px;
    border-top: 1px solid #ddd;
}

.point-content-nav li a {
    display: block;
    font-size: 0.9375em;
}

.point-content-nav li.active a {
    font-weight: bold;
    color: #c7000b;
}
@media (min-width:1025px) and (max-width:1199px){
    .point-content-nav .point-content-nav-active{
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .point-content-nav {
        background-color:#f5f5f5;
        text-align: center;
    }

    .point-content-nav.fixed.ptop {
        top: 78px;
    }

    .point-content-nav ul {
        margin-bottom: 0;
        height: 50px !important;
    }

    .point-content-nav ul li {
        display: inline-block;
        border: none;
        line-height: 50px;
        height: 50px;
    }

    .point-content-nav ul li a {
        line-height: inherit;
        padding: 0 30px;
        position: relative;
    }

    .point-content-nav ul li a:after {
        content: '';
        width: 1px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #ccc;
    }

    .point-content-nav ul li:last-child a:after {
        content: none;
    }
}

.point-top,.point-top-1 {
    padding-top: 40px !important;
}

@media (min-width: 992px) {
    .point-top,.point-top-1 {
        padding-top:20px !important;
    }
}

.content-title-left {
    position: relative;
}

.content-title-left .content-title-left-r .r-c-text {
    width: 100%;
}

.content-title-left .content-title-left-r .r-c-text p a {
    color: #666;
    text-decoration: underline;
}

.content-title-left .content-title-left-r .r-c-text p a:hover {
    color: #000;
}

.content-title-left .content-title-left-r .r-c-text h2 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .content-title-left .content-title-left-r .r-c-text h2 {
        margin-bottom:40px;
    }
}

.content-title-left .content-title-left-r .r-c-text h3 {
    margin-top: 0;
}

.content-title-left .content-title-left-r .r-c-text h2:after {
    height: 0;
}

.content-title-left .content-title-left-r .r-c-text h4 {
    margin-bottom: 10px;
}

.content-title-left .content-title-left-r .r-c-text h2,.content-title-left .content-title-left-r .r-c-text h3,.content-title-left .content-title-left-r .r-c-text h4 {
    max-width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
}

.content-title-left .content-title-left-r .r-c-text p {
    text-align: left;
    text-indent: 0em;
    margin-bottom: 20px;
}

.content-title-left .content-title-left-r .r-c-text .c-tab {
    text-align: center;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #999;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a.active {
    color: #111;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a.active span {
    border-bottom: 2px solid #c7000b;
}

.content-title-left .content-title-left-r .r-c-text .c-tab a .iconfont {
    display: block;
    font-size: 50px;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text ul {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text ul li {
    list-style-type: disc;
    color: #666;
    margin: 10px 0;
}

.ul-list-style .content-title-left .content-title-left-r .r-c-text h3 {
    margin: 20px 0 !important;
}

.content-title-left .content-title-left-r .r-c-text .text-img p,.content-title-left .content-title-left-r .r-c-text .photo-box p,.content-title-left .content-title-left-r .r-c-text .image-box p {
    color: #999;
    font-size: 0.875em;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .content-title-left {
        padding-left:315px;
    }

    .content-title-left .content-title-left-l {
        width: 300px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .content-title-left .content-title-left-r .r-c-text {
        margin-left: 17%;
        width: auto;
    }

    .content-title-left .content-title-left-r .r-c-text>ul.row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .content-title-left .content-title-left-r .r-c-text>ul.row li.col-md-6 {
        margin-bottom: 30px;
    }

    .content-title-left .content-title-left-r .r-c-text>ul.row li.col-md-6 a.btn-rect-file {
        margin-bottom: 0px;
        height: 100%;
    }

    .content-title-left .content-title-left-r .r-c-text .c-tab {
        text-align: left;
    }
}

.content-title-left a.read-more {
    float: left;
}

.content-title-left .tools {
    margin: 80px 0 0 0;
}

.content-title-left .tools a {
    display: inline-block;
    width: 25%;
}

.content-title-left .tools a .iconfont,.content-title-left .tools a .myiconfont {
    color: #4c4c4c;
    font-size: 60px;
    font-weight: normal;
    font-family: "myiconfont" !important;
}

.content-title-left .tools a .title {
    margin: 10px 0;
    color: #666;
    font-size: 18px;
}

.content-title-left .tools a:hover .title {
    color: #c7000b;
}

.content-title-left .tools a:hover .iconfont,.content-title-left .tools a:hover .myiconfont {
    color: #c7000b;
}

@media (max-width: 992px) {
    .content-title-left .tools {
        margin-top:30px;
    }

    .content-title-left .tools a {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
    }

    .content-title-left .tools a .iconfont,.content-title-left .tools a .myiconfont {
        color: #4c4c4c;
        font-size: 50px;
        font-weight: normal;
    }

    .content-title-left .tools a .title {
        margin-top: 10px;
        color: #666;
        font-size: 16px;
    }

    .content-title-left .tools a:hover .title {
        color: #666;
    }

    .content-title-left .tools a:hover .iconfont,.content-title-left .tools a:hover .myiconfont {
        color: #4c4c4c;
    }
}

.well-known-saying {
    padding-bottom: 90px;
}

.well-known-saying .slick-list {
    padding-bottom: 90px;
}

.well-known-saying .slick-dots {
    position: static;
}

.well-known-saying .slick-arrow {
    display: none !important;
}

.well-known-saying .saying-box {
    background-color: #f5f5f5;
    position: relative;
    padding-top: 60px;
}

.well-known-saying .saying-box img.wface {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -90px;
}

.well-known-saying .saying-box .text-box {
    font-size: 1em;
    color: #595959;
    text-align: center;
}

.well-known-saying .saying-box .text-box p {
    position: relative;
    padding: 0;
    padding-bottom: 20px;
    text-align: center;
    line-height: 30px;
    padding: 20px;
    padding-top: 0;
    color: #111;
    font-size: 16px;
}

.well-known-saying .saying-box .text-box p .icon-yinhao {
    color: #c7000b;
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 24px;
}

.well-known-saying .saying-box .text-box p span {
    display: block;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .well-known-saying {
        padding-bottom:0;
        background-color: #f5f5f5;
    }

    .well-known-saying .slick-list {
        padding-bottom: 0;
    }

    .well-known-saying .saying-box {
        padding-left: 90px;
        padding-right: 220px;
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .well-known-saying .saying-box .text-box {
        position: relative;
        background-color: #fff;
        line-height: 40px;
        padding-top: 70px;
        padding-bottom: 80px;
        padding-left: 74px;
        padding-right: 180px;
    }

    .well-known-saying .saying-box .text-box img {
        position: absolute;
        right: -130px;
        width: 238px;
        top: 50%;
        margin-top: -168px;
        bottom: auto;
        left: auto;
    }

     .well-known-saying .saying-box .text-box p {
        font-size: 1.5em;
        line-height: 42px;
        padding: 0;
        text-align: left;
    }

    .well-known-saying .saying-box .text-box p .iconfont {
        font-size: 40px;
        margin-bottom: 10px;
        text-align: left;
    }

    .well-known-saying .saying-box .text-box p span {
        margin-top: 20px;
        font-size: 18px;
        color: #666;
    }

    .well-known-saying .saying-box .text-box .read-more {
        margin-top: 20px;
        float: left;
    }

    .well-known-saying .slick-arrow {
        display: block !important;
    }

    .well-known-saying .slick-dots {
        position: absolute !important;
        bottom: 0px;
    }
}
@media (min-width:992px) and (max-width:1280px){
    .well-known-saying .saying-box{
        padding-left: 0;
        padding-right: 130px;
    }
    
}
.filter-box {
    position: relative;
}

.filter-box .filter-options h2 {
    font-size: 18px;
    color: #666;
    margin-left: -4px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.filter-box .filter-options h2 .icon-filter {
    font-size: 24px;
    margin-right: 4px;
}

.filter-box .filter-options .form-box .filter-show-more .c-hide {
    display: none;
}

.filter-box .filter-options .form-box .filter-show-more.collapsed .c-hide {
    display: block;
}

.filter-box .filter-options .form-box .filter-show-more.collapsed .c-open {
    display: none;
}

.filter-box .filter-options .form-box .filter-show-more .c-open span[class*="iconfont"] {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.filter-box .filter-options .form-box .filter-show-more span {
    display: inline-block;
    vertical-align: middle;
    color: #cb0007;
    font-weight: bold;
}

.filter-box .filter-options .form-box .filter-show-more span[class*="iconfont"] {
    font-size: 22px;
}

.filter-box .filter-options .form-box dt {
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.filter-box .filter-options .form-box dt h4 {
    float: left;
    line-height: inherit;
    font-size: 20px;
}

.filter-box .filter-options .form-box dt a {
    float: right;
    line-height: inherit;
    color: #c7000b;
    font-size: 15px;
}

.filter-box .filter-options .form-box dd {
    margin-bottom: 15px;
}

.filter-box .filter-options .form-box dd ul {
    margin-bottom: 0;
}

.filter-box .filter-options .form-box dd li {
    overflow: hidden;
    line-height: 38px;
}

.filter-box .filter-options .form-box dd li [type='check-box'] {
    margin-top: 11.5px;
    margin-right: 8px;
    float: left;
}

.filter-box .filter-options .form-box dd li p {
    font-size: 18px;
    line-height: inherit;
    float: left;
    width: 90%;
    width: calc(100% - 23px);
    cursor: pointer;
}

.filter-box .filter-options .form-box dd a.filter-show-more {
    color: #7f7e7e;
    font-size: 16px;
}

@media (min-width: 992px) {
    .filter-box {
        padding-left:370px;
    }

    .filter-box .filter-options {
        position: absolute;
        left: 15px;
        top: 0px;
        width: 250px;
    }
}

@media(max-width: 991px) {
    body.mobile-search-filter {
        overflow:hidden;
    }

    .filter-box .filter-options .filter-box-d {
        display: none;
    }

    .mobile-search-filter .filter-box .filter-options .filter-box-d {
        display: block;
        position: fixed;
        background: #fff;
        z-index: 100000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0 20px;
        overflow-y: auto;
    }

    .mobile-search-filter .filter-box .filter-options .filter-box-d >* {
        max-width: 500px;
        margin: 0 auto;
    }

    .mobile-search-filter .filter-box .filter-options .filter-box-d .text-center {
        line-height: 50px;
        font-size: 24px;
    }

    .mobile-search-filter .filter-box .filter-options .filter-box-d .title-mob {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
    }

    .mobile-search-filter .filter-box .filter-options .filter-box-d .title-mob .colse {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 18px;
    }

    .mobile-search-filter .apply {
        height: 42px;
        line-height: 42px;
        border-radius: 5px;
        background: #f66f6a;
        text-align: center;
        display: block;
        margin: 50px 0px 40px 0px;
    }

    .mobile-search-filter .apply a {
        color: #fff;
        display: block;
    }

    .trust-news-slick .slick-slider .slick-next,.trust-news-slick .slick-slider .slick-prev {
        display: none !important;
    }
}
.trust-news-slick{
    position: relative;
    padding-bottom: 30px;
}

.b-search {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    height: 54px;
    padding-left: 15px;
    padding-right: 15px;
}

.b-search .form-control {
    height: inherit;
    border-radius: 0;
    padding: 0 115px;
    font-size: 16px;
    padding-left: 15px;
}

.b-search a.btn-b-search {
    position: absolute;
    right: 35px;
    z-index: 4;
    height: inherit;
    line-height: 54px;
    padding-left: 20px;
}
.b-search a.btn-b-search::before{
    content: "";
    width: 1px;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ccc;
}
.b-search a.btn-b-search span {
    font-size: 26px;
    color: #999;
}
.b-search a.btn-b-clear,
footer a.btn-b-clear{
    position: absolute;
    right: 100px;
    z-index: 4;
    height: inherit;
    line-height: 55px;
    display: none;
}
footer a.btn-b-clear{
    right: 70px;
    top: 28px;
}
.b-search a.btn-b-search:hover span,
.b-search a.btn-b-clear:hover span,
footer a.btn-b-clear:hover span{
    color: #333;
}
.b-search a.btn-b-clear span,
footer a.btn-b-clear span {
    font-size: 20px;
    color: #999;
    border: 1px solid #999;
    border-radius: 100%;
}
@media(max-width:767px){
    footer a.btn-b-clear{
        top: 22px;
    }
}
.b-search .b-search-keyword {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 54px;
    background-color: #fff;
    z-index: 6;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
}

.b-search .b-search-keyword a {
    display: block;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding: 5px 15px;
}

.b-search .b-search-keyword a:hover {
    color: #c7000b;
}

.online-service {
    text-align: center;
}

.filter-box .filter-options .input-group.b-search {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 40px;
    margin-top: 15px;
}

.filter-box .filter-options .input-group.b-search input {
    background: #fff;
    padding: 0 50px 0 20px;
}

.filter-box .filter-options .input-group.b-search .btn-b-search {
    left: auto;
    right: 18px;
    line-height: 40px;
}

.filter-box .filter-options .input-group.b-search .btn-b-search span {
    font-size: 18px;
}

.filter-mob-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 30px;
}

.filter-mob-btn a {
    display: block;
}

@media (max-width: 991px) {
    .filter-box .filter-options .input-group.b-search .btn-b-search span {
        position:relative;
        top: 5px;
    }
}

@media (min-width: 992px) {
    .online-service .modal-lg {
        width:1000px;
        margin-left: -500px;
    }
}

.online-service .modal-content {
    padding: 15px !important;
}

.online-service .modal-content h2 {
    margin: 0 0 30px 0;
}

@media (min-width: 992px) {
    .online-service .modal-content h2 {
        margin:0 0 60px 0;
    }
}

.online-service .modal-content a.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.online-service .modal-content a.btn-close span {
    font-size: 30px;
}

@media (min-width: 992px) {
    .online-service .modal-content {
        padding:30px 60px !important;
        padding-top: 40px !important;
    }
}

.online-service .online-service-list {
    background-color: #f5f5f5;
    padding: 20px 15px 15px 15px;
    margin-bottom: 15px;
    padding-left: 90px;
    text-align: left;
    position: relative;
}

.online-service .online-service-list span.iconfont {
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 20px;
}

.online-service .online-service-list span.iconfont.icon-feedback {
    left: 7px;
    font-size: 45px;
}

.online-service .online-service-list h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}

.online-service .online-service-list p {
    font-size: 12px;
    color: #999;
}

.online-service .online-service-list a.btn-rect {
    font-size: 12px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: auto !important;
    line-height: 36px !important;
    min-width: auto;
}

@media (min-width: 768px) {
    .online-service .online-service-list {
        margin-bottom:30px;
        padding-left: 15px;
        text-align: center;
        padding: 45px 20px 20px 20px;
    }

    .online-service .online-service-list:hover .iconfont {
        color: #c7000b;
    }

    .online-service .online-service-list h3 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .online-service .online-service-list span.iconfont {
        position: static;
        margin-bottom: 20px;
        font-size: 60px;
    }

    .online-service .online-service-list span.iconfont.icon-feedback {
        font-size: 60px;
    }
}

.consultation-feedback,.developer-support {
    text-align: center;
}

.consultation-feedback .modal-content,.developer-support .modal-content {
    padding: 15px !important;
    padding-bottom: 0;
}

.consultation-feedback .modal-content h2,.developer-support .modal-content h2 {
    margin: 0 0 10px 0;
}

@media (min-width: 992px) {
    .consultation-feedback .modal-content h2,.developer-support .modal-content h2 {
        margin:0 0 10px 0;
    }
}

.consultation-feedback .modal-content a.btn-close,.developer-support .modal-content a.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.consultation-feedback .modal-content a.btn-close span,.developer-support .modal-content a.btn-close span {
    font-size: 30px;
}

.consultation-feedback .modal-content dl,.developer-support .modal-content dl {
    background-color: #f5f5f5;
    padding: 20px;
}

.consultation-feedback .modal-content dl.dl-min,.developer-support .modal-content dl.dl-min {
    height: 78.5px;
    padding-top: 0;
    padding-bottom: 0;
}

.consultation-feedback .modal-content dl.dl-min span,.developer-support .modal-content dl.dl-min span,.consultation-feedback .modal-content dl.dl-min h4,.developer-support .modal-content dl.dl-min h4 {
    line-height: 78.5px;
}

.consultation-feedback .modal-content dl dt,.developer-support .modal-content dl dt {
    width: 70px;
    font-weight: normal;
    text-align: left;
    float: left;
}

.consultation-feedback .modal-content dl dt .iconfont,.developer-support .modal-content dl dt .iconfont {
    font-size: 50px;
}

.consultation-feedback .modal-content dl dd,.developer-support .modal-content dl dd {
    margin-left: 80px;
    text-align: left;
}

.consultation-feedback .modal-content dl dd h4,.developer-support .modal-content dl dd h4 {
    font-size: 20px;
}

.consultation-feedback .modal-content dl dd p,.developer-support .modal-content dl dd p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.consultation-feedback .modal-content dl dd p span,.developer-support .modal-content dl dd p span {
    font-size: 20px;
    display: block;
}

.consultation-feedback .modal-content dl dd a.btn-rect,.developer-support .modal-content dl dd a.btn-rect {
    padding: 7px 40px;
    margin-top: 5px;
    font-size: 14px;
    height: auto !important;
    min-width: auto;
    line-height: 1.42857143 !important;
}

.consultation-feedback .modal-content dl dd a.btn-rect:hover,.developer-support .modal-content dl dd a.btn-rect:hover {
    background-color: #c7000b;
    color: #fff;
}

.consultation-feedback .modal-content .one-line,.developer-support .modal-content .one-line {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: left;
}

.consultation-feedback .modal-content .one-line .iconfont,.developer-support .modal-content .one-line .iconfont {
    width: 60px;
    font-size: 60px;
    float: left;
}

.consultation-feedback .modal-content .one-line h4,.developer-support .modal-content .one-line h4 {
    float: left;
    margin-left: 28px;
    font-size: 20px;
}

.consultation-feedback .modal-content .one-line a.btn-rect,.developer-support .modal-content .one-line a.btn-rect {
    padding: 7px 40px;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 29px;
    line-height: 1.42857143 !important;
    height: auto !important;
    min-width: auto;
}

.consultation-feedback .modal-content .one-line a.btn-rect:hover,.developer-support .modal-content .one-line a.btn-rect:hover {
    background-color: #c7000b;
    color: #fff;
}

@media (min-width: 992px) {
    .consultation-feedback .modal-content,.developer-support .modal-content {
        padding:30px!important;
    }

    .consultation-feedback .modal-content dl,.developer-support .modal-content dl {
        padding: 30px 40px;
    }

    .consultation-feedback .modal-content dl:hover .iconfont,.developer-support .modal-content dl:hover .iconfont {
        color: #c7000b;
    }

    .consultation-feedback .modal-content dl.dl-max,.developer-support .modal-content dl.dl-max {
        height: 100%;
        padding-top: 113.5px;
        padding-bottom: 113.5px;
    }

    .consultation-feedback .modal-content dl.dl-max dd p,.developer-support .modal-content dl.dl-max dd p {
        height: auto;
    }

    .consultation-feedback .modal-content dl dd p,.developer-support .modal-content dl dd p {
        height: 40px;
    }

    .consultation-feedback .modal-content .one-line,.developer-support .modal-content .one-line {
        padding: 0 40px;
        overflow: hidden;
    }

    .consultation-feedback .modal-content .one-line:hover .iconfont,.developer-support .modal-content .one-line:hover .iconfont {
        color: #c7000b;
    }

    .consultation-feedback .modal-content .one-line h4,.developer-support .modal-content .one-line h4 {
        margin-top: 28px;
    }

    .consultation-feedback .modal-content .one-line p,.developer-support .modal-content .one-line p {
        float: right;
        width: 50%;
        overflow: hidden;
    }

    .consultation-feedback .modal-content .one-line a.btn-rect,.developer-support .modal-content .one-line a.btn-rect {
        margin-left: 144px;
        margin-top: 24px;
        padding: 7px 40px;
        height: auto !important;
        line-height: 1.42857143 !important;
        min-width: auto;
    }
}

.developer-support h2 {
    margin-bottom: 40px !important;
}

.developer-support .row .iconfont {
    display: inline-block;
    margin-top: 6px;
    font-size: 43px !important;
    font-weight: bold !important;
}

.developer-support .row dt {
    width: 76px !important;
}

.developer-support .row dd {
    margin-left: 98px !important;
}

.modal .nav-tabs .nav-arrow {
    position: absolute;
    top: 74px;
    right: 0;
}

.modal .nav-tabs .nav-arrow i {
    color: #c7000b;
    font-size: 24px;
}

.content-box {
    text-align: center;
    position: relative;
}

.content-box h1 {
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    font-size: 2.4em;
    color: #fff;
    padding-bottom: 0;
}

.content-box h2 {
    color: #333;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    display: inline-block;
    margin: 0;
    float: none !important;
    max-width: 80%;
	font-size: 32px
}

.content-box h2:after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #2451d3;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    min-width: 35px;
}

@media (min-width: 992px) {
    .content-box h2.pull-right {
        float:right !important;
    }

    .content-box h2.pull-right:after {
        right: 0;
        margin-left: auto;
    }

    .content-box h2.pull-left {
        float: left !important;
        text-align: left;
        max-width: none;
    }

    .content-box h2.pull-left:after {
        left: 0;
        margin-left: auto;
    }
}

.content-box .subtitle {
    margin: 0 auto;
    margin-top: 11px;
    font-size: 1em;
    line-height: 1.95em;
    color: #666;
    text-align: center;
    padding: 0 20px;
}

.content-box .subtitle.text-style-l-m {
    text-align: left;
}
.content-box .subtitle.text-style-l-m h3,.content-box .subtitle.text-style-l-m h4{
    margin-bottom: 20px;
}
.content-box .subtitle.text-style-l-m ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.content-box .subtitle.text-style-l-m p {
    margin-bottom: 20px;
}

.content-box .numbers {
    padding: 0 20px;
}

.img-a-ul-m > a,.img-a-ul-m img,.img-a-ul-m ul {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .content-box .subtitle.pull-left {
        text-align:left;
        padding: 0;
    }

    .content-box .subtitle.pull-right {
        text-align: right;
        padding: 0;
        clear: both;
    }

    .content-box .numbers {
        max-width: 75%;
        margin: 0 auto;
    }
}

.content-box .bottom-c {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4em;
    text-align: left;
}

.content-box .bottom-c span {
    display: block;
    font-size: 16px;
}

.content-box .panel-img-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.content-box .panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.content-box .panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url('../img/mask_grad.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}

.content-box .panel-img-box img {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: relative;
}

.content-box .panel-img-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}

.tuijian-img.content-box .panel-img-box .btn-play,.tuijian-img .panel-img-list-mobile-slide .slide >.btn-play {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    position: static;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 {
    background-color: #fff;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 i {
    color: #000;
}

@media (min-width: 992px) {
    .content-box .panel-img-box .text-box {
        font-size:16px;
    }

    .tuijian-img.content-box .panel-img-box .btn-play-1 {
        height: 80px;
        position: absolute;
    }
}

@media (min-width: 1440px) {
    .content-box .panel-img-box .text-box {
        font-size:18px;
    }
}

@media (min-width: 1680px) {
    .content-box .panel-img-box .text-box {
        font-size:20px;
    }
}

.content-box .panel-img-box .text-box .category {
    font-size: 0.875em;
    line-height: 1.8em;
    color: #fff;
}

.content-box .panel-img-box .text-box .name {
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
    font-size: 1.2em;
}

.content-box .panel-img-box .text-box .text {
    font-size: 0.75em;
    line-height: 1.8em;
    opacity: 0.7;
    display: none;
}

.content-box .panel-img-box .text-box .read-more {
    opacity: 1;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .content-box h1 {
        font-size:2.5em;
    }

    .content-box .subtitle {
        margin-top: 22px;
        max-width: 75%;
    }

    .content-box .subtitle.pull-left {
        max-width: 100%;
    }

    .content-box .panel-img-list {
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

    .content-box .panel-img-box {
        width: auto;
        margin-bottom: 30px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .content-box .panel-img-box img {
        width: 100%;
        height: 100%;
    }

    .content-box .panel-img-box.mr {
        margin-right: 30px;
    }

    .content-box .panel-img-box .mask {
        visibility: visible;
        opacity: 1;
        height: 70%;
        width: 100%;
        content: "";
        background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
        display: block;
        top: auto;
        bottom: 0;
    }

    .content-box .panel-img-box .text-box {
        padding: 25px 30px;
        bottom: -50px;
    }

    .content-box .panel-img-box .btn-play .text-box {
        bottom: -20px;
    }

    .content-box .panel-img-box .text-box .name {
        margin-bottom: 12px;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .content-box .panel-img-box .text-box.text-box-1 .name {
        margin-bottom: 0;
    }

    .content-box .panel-img-box .text-box.text-box-1 .text {
        margin-bottom: 12px;
    }

    .content-box .panel-img-box .text-box .text {
        font-size: 0.875em;
        display: block;
    }

    .content-box .panel-img-box .text-box .category {
        font-size: 0.91em;
    }

    .content-box .panel-img-box .text-box .read-more {
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 0.875em;
    }

    .content-box .panel-img-box:hover .text-box {
        bottom: 0;
    }

    .content-box .panel-img-box:hover .text-box .read-more {
        visibility: visible;
        opacity: 1;
    }

    .content-box .panel-img-box:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .content-box .panel-img-box:hover .mask {
        opacity: 1;
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-image: url(../img/mask_grad.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 100%;
    }

    .content-box .panel-img-box:hover .read-more {
        opacity: 1;
    }

    .content-box .bottom-c {
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.content-img-box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.content-img-box .mobile-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-img-box video {
    width: 100%;
    display: block;
}

.content-img-box img.bg {
    width: 100%;
    height: auto;
    float: left;
}

.event-card .content-img-box img.bg {
    float: none;
}

.content-img-box .banner-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mask05.png);
}

.content-img-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (min-width:992px){
    .h1style .content-box .vertical-middle-sm,
    .inside-swiper-banner .content-box .vertical-middle-sm{
        width: 80%;
        margin: 0 auto;
        max-width: 1366px;
    }
}

.content-img-box .content-box h1,.content-img-box .content-box h2,.content-img-box .content-box h3 {
    color: #fff;
}
.h1style.content-img-box .content-box h3{
    padding:0 15px;
}

.content-img-box .content-box .subtitle,
.content-img-box .content-box .subtitle p {
    color: #fff;
    font-size: 1em;
    line-height: 1.95em;
}

.content-img-box .content-box .subtitle.p1 {
    font-size: 1em;
    line-height: 1.95em;
}

.content-img-box .content-box a.btn-more {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 60px;
    margin-top: 34px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content-img-box .content-box a.btn-more:hover {
    background-color: #fff;
    color: #000;
}

.main {
    display: inline-block;
    width: 100%;
}

.main>.subtitle {
    text-align: center;
    max-width: 53%;
    margin-top: 22px;
    margin: 22px auto 0 auto;
}

@media (max-width:991px){
    .main>.subtitle{
        max-width:75%;
    }
}

.content-img-box .banner-mask + .content-box .subtitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; 
}

@media (min-width: 992px) {
    .content-img-box .content-box .subtitle {
        max-width:50%;
    }

    .container-custom .content-img-box .content-box .subtitle {
        max-width: 75%;
    }
}

.content-icon-box .row {
    margin: 70px auto 0 auto;
    width: 85.652%;
    max-width: 1430.016px;
    text-align: center;
}

.content-icon-box .col-xs-6 {
    float: none;
    display: inline-block;
    width: 24%;
}

.content-icon-box .col-xs-6 .iconfont,.content-icon-box .col-xs-6 .myiconfont {
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}

.content-icon-box .col-xs-6 .title {
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
    margin: 5px 0 15px 0;
}

.content-icon-box .col-xs-6 p {
    font-size: 0.875em;
    line-height: 1.7em;
    color: #d4d3d3;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 992px) {
    .content-icon-box .row {
        margin:30px auto 0 auto;
        width: 100%;
    }

    .content-icon-box .col-xs-6 {
        margin-bottom: 20px;
        width: 49%;
    }

    .content-icon-box .col-xs-6 .iconfont,.content-icon-box .col-xs-6 .myiconfont {
        color: #fff;
        font-size: 40px;
        font-weight: normal;
    }

    .content-icon-box .col-xs-6 .title {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        margin: 5px 0 5px 0;
    }

    .content-icon-box .col-xs-6 p {
        font-size: 0.875em;
        line-height: 1.7em;
        color: #eee;
        padding: 0;
    }

    .tuijian-img.content-box .panel-img-box a {
        background: #f5f5f5;
    }
}

@media (max-width: 767px) {
    .tuijian-img .content-box .subtitle {
        display:none;
    }

    .tuijian-img .content-box h2:after {
        display: none;
    }
}

@media (max-width: 320px) {
    .content-icon-box h2 {
        font-size:2em;
    }

    .content-icon-box .row {
        margin: 10px auto 0 auto;
    }
}

.top-nav {
    z-index: 130;
    position: relative;
}

.top-nav .top-nav-height {
    background-color: #111111;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 100%;
    text-align: center;
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: transparent;
    height: 100px;
}

.top-nav .top-nav-height.hide-down {
    bottom: -100px;
}

.top-nav .top-nav-height.in {
    left: 0;
}

.top-nav .top-nav-height .pull-right {
    float: none !important;
}

.top-nav .top-nav-height a {
    display: inline-block;
    line-height: 48px;
    overflow: hidden;
    margin: 0;
    width: 24%;
    color: #666666;
    vertical-align: top;
}

@media (max-width: 1025px) {
    .top-nav .top-nav-height a {
        line-height:20px;
    }
}

.top-nav .top-nav-height a span {
    line-height: inherit;
}

.top-nav .top-nav-height a .iconfont {
    width: 48px;
    height: 48px;
    border: 1px solid #666666;
    font-size: 24px;
    border-radius: 100%;
    color: #333333;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .top-nav .top-nav-height a .iconfont {
        line-height:46px;
    }
}

.top-nav .top-nav-height a .iconfont.icon-arrow-right {
    display: none;
}

@media (max-width: 1024px) {
    .top-nav .top-nav-height a .text {
        display:inline-block;
        margin-top: 5px;
    }
}

.top-nav .top-nav-content {
    width: 100%;
    position: fixed;
    left: 100%;
    top: 66px;
    bottom: 0;
    z-index: 130;
    background-color: #f7f7f7;
    padding-top: 30px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.top-nav .top-nav-content.in {
    left: 0;
}

.top-nav .top-nav-content .title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

@media (max-width: 992px) {
    .top-nav .top-nav-content .title {
        margin:20px 0 13px 0;
    }
}

.top-nav .top-nav-content .group-website {
    padding: 0 6px;
}

.top-nav .top-nav-content .group-website.chide {
    display: none;
}

.top-nav .top-nav-content .group-website .title {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 5px;
    margin-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl dt {
    font-size: 1em;
}

.top-nav .top-nav-content .group-website dl dt>span {
    display: inline-block;
    margin-bottom: 10px;
}

.top-nav .top-nav-content .group-website dl dt a {
    font-weight: normal;
    min-height: 36px;
    display: block;
}

.top-nav .top-nav-content .group-website dl dt a .iconfont {
    display: none;
}

.top-nav .top-nav-content .group-website dl dt a.active {
    font-weight: bold;
}

@media (max-width: 992px) {
    .top-nav .top-nav-content .group-website dl dt a {
        display:block;
        margin-bottom: 10px;
        min-height: auto;
    }
}

.top-nav .top-nav-content .group-website dl dd {
    padding: 10px 0;
    font-size: 0.875em;
    color: #808080;
}

@media (max-width: 992px) {
    .top-nav .top-nav-content .group-website dl dd {
        display:none;
    }
}

.top-nav .top-nav-content .worldwide {
    padding: 0 6px;
}

.top-nav .top-nav-content .worldwide .title {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.top-nav .top-nav-content .worldwide.chide {
    display: none;
}

.top-nav .top-nav-content .worldwide .worldwide-language {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.top-nav .top-nav-content .worldwide .worldwide-language .hwic_browser {
    margin-right: 4px;
    margin-top: 3px;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li {
    line-height: 26px;
    color: #333333;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li .iconfont {
    display: none;
}

.top-nav .top-nav-content .worldwide .worldwide-contact ul>li.active a {
    font-weight: bold;
}

@media (min-width: 1025px) {
    .top-nav {
        z-index:110;
    }

    .top-nav .top-nav-height {
        height: 25px;
        position: static;
        text-align: right;
        background-color: #111111;
    }

    .top-nav .top-nav-height .pull-right {
        float: right !important;
    }

    .top-nav .top-nav-height a {
        height: 25px;
        line-height: 25px;
        margin-left: 10px;
        margin-right: 0;
        font-size: 12px;
        float: left;
        color: #ccc;
        width: auto;
        padding: 0 10px;
    }

    .top-nav .top-nav-height a span {
        float: left;
    }

    .top-nav .top-nav-height a .iconfont {
        margin-right: 5px;
        border: none;
        font-size: 12px;
        color: #ccc;
        width: auto;
        height: auto;
        float: left;
    }

    .top-nav .top-nav-height a .icon-arrow-down {
        margin-right: 0;
    }

    .top-nav .top-nav-height a.in {
        color: #818181;
    }

    .top-nav .top-nav-height a.in .iconfont {
        color: #818181;
    }

    .top-nav .top-nav-height a.in .icon-arrow-down {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .top-nav .top-nav-height a.in {
        background: #f7f7f7;
    }

    .top-nav .top-nav-content {
        position: static;
        padding-top: 0;
    }

    .top-nav .top-nav-content .group-website,.top-nav .top-nav-content .worldwide {
        display: none;
        width: 100%;
    }

    .top-nav .top-nav-content .group-website dl {
        float: left;
        width: 20%;
        border: none;
        padding: 40px 0;
        padding-right: 60px;
        margin-bottom: 0;
    }

    .top-nav .top-nav-content .group-website dl dt {
        margin-bottom: 5px;
        font-size: 0.95em;
    }

    .top-nav .top-nav-content .group-website dl dt a,.top-nav .top-nav-content .group-website dl dt span {
        position: relative;
        color: #4d4d4d;
    }

    .top-nav .top-nav-content .group-website dl dt a span,.top-nav .top-nav-content .group-website dl dt span span {
        vertical-align: middle;
    }

    .top-nav .top-nav-content .group-website dl dt a .iconfont,.top-nav .top-nav-content .group-website dl dt span .iconfont {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        display: inline;
        font-size: 20px;
        line-height: 22px;
    }

    .top-nav .top-nav-content .group-website dl dt a:hover {
        color: #000;
    }

    .top-nav .top-nav-content .group-website dl dt a:hover span {
        border-bottom: 1px solid #333333;
    }

    .top-nav .top-nav-content .group-website dl dt a:hover .iconfont {
        border: none;
        color: #c7000b;
        margin-left: 5px;
    }

    .top-nav .top-nav-content .group-website dl dt span.active {
        cursor: default;
        font-weight: bold;
    }

    .top-nav .top-nav-content .group-website dl dt span.active .iconfont {
        color: #c7000b;
        left: 0;
    }

    .top-nav .top-nav-content .group-website dl dt span.active:hover {
        border: none;
    }

    .top-nav .top-nav-content .group-website dl dt span.active:hover .iconfont {
        margin-left: 0px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .top-nav .top-nav-content .group-website dl dd {
        line-height: 1.5em;
        font-size: 0.825em;
    }

    .top-nav .top-nav-content .worldwide .worldwide-language {
        border: none;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact {
        padding: 40px 0;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul {
        overflow: hidden;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li {
        width: 20%;
        float: left;
        line-height: 3em;
        border: none;
        padding: 0;
        color: #808080;
        font-size: 0.92em;
        height: 49px;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li .iconfont {
        display: inline;
        color: #c7000b;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li.active {
        color: #000000;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li.active a {
        color: #000000;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li a {
        color: #808080;
    }

    .top-nav .top-nav-content .worldwide .worldwide-contact ul li a:hover {
        color: #000000;
        border-bottom: 1px solid #000000;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .top-nav .top-nav-content .group-website .title {
        display:block !important;
    }
}

.main-subnav {
    text-align: center;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 110;
    border-top: 1px solid #e5e5e5 \0;
    position: relative;
}

.main-subnav.fixed {
    position: fixed;
    top: 66px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.main-subnav.fixed.top {
    top: 0;
}

.main-subnav #main-subnav-list {
    border: none;
    background-color: #fff;
}

.main-subnav ul {
    overflow: hidden;
    text-align: left;
    margin: 0;
    width: 100%;
}

.main-subnav ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 0;
    overflow: hidden;
}
@media (min-width:1025px){
    .main-subnav ul li.nav-select >a::after{
        content:"\e7b2";
        font-family: "iconfont" !important;
        font-size: 16px;
        margin-left: 3px;
        transition: all .3s;
        display: inline-block;
    }
    .main-subnav ul li.nav-select.hover >a::after{
        -webkit-transform: rotate(180deg);  
        -ms-transform: rotate(180deg);  
        transform: rotate(180deg);
    }
}
.main-subnav ul li.active > a:before {
    content: '\e743';
    font-family: 'iconfont' !important;
    font-size: 16px;
    color: #c7000b;
    float: left;
}

.main-subnav ul li a {
    font-size: 1em;
    line-height: 22px;
    height: 22px;
    display: block;
}
.main-subnav ul li a.no-link{
    pointer-events: none;
    color: #999;
    border-bottom: 0 !important;
}
.main-subnav ul li a span {
    margin-left: 10px;
    color: #c7000b;
}

.main-subnav .dropdown .dropdown-menu {
    font-size: inherit;
    position: static;
    float: none;
    display: block;
    border: none;
    box-shadow: none;
}

.main-subnav .dropdown button {
    border: none;
    display: none;
}

.main-subnav .dropdown ul {
    background-color: #fff;
    border-radius: 0;
}

.main-subnav .dropdown ul li {
    display: block;
    float: none;
}

.main-subnav .dropdown ul li.active a,.main-subnav .dropdown ul li:hover a,.main-subnav .dropdown ul li:focus a {
    border-bottom: none;
    background-color: transparent;
    color: #c7000b;
}

.main-subnav .dropdown ul li a {
    font-size: 1em;
    padding: 0;
}
@media (min-width: 1025px) {
    .main-subnav ul.nav-dropdown{
        width: 100%;
        height: 50px;
        background-color: #fff;
        /*border-bottom: 1px solid #e5e5e5;*/
        z-index: 10;
        border-top: 1px solid #e5e5e5 \0;
        position: absolute;
        top:50px;
        left: 0;
        text-align: center;
        letter-spacing: -0.32em;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.65s;
        transition: all 0.65s;
        box-shadow: 1px 1px 0 rgba(0,0,0,.07);
    }
    /*.main-subnav .nav-select.active ul.nav-dropdown,*/
    .main-subnav .nav-select:hover ul.nav-dropdown{
        top: 50px;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.05s;
        transition: all 0.05s;
    }
    .main-subnav ul.nav-dropdown li{
        float: none;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
    }
}
@media (min-width: 992px) {
    .main-subnav .dropdown {
        float:left;
    }

    .main-subnav .dropdown.open .dropdown-menu {
        display: block;
        left: auto;
        right: 0;
        min-width: 100px;
    }

    .main-subnav .dropdown .dropdown-menu {
        position: absolute;
        float: left;
        display: none;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
    }

    .main-subnav .dropdown button {
        display: block;
        font-size: 0.8125em;
        line-height: 50px;
        background-color: transparent;
        margin: 0 10px;
    }

    .main-subnav .dropdown button .caret {
        margin-top: -1px;
    }

    .main-subnav .dropdown ul {
        margin-left: 0;
    }

    .main-subnav .dropdown ul li a {
        height: auto;
        line-height: 24px;
        font-size: 0.8125em;
    }
}
@media (max-width:1024px){
    .main-subnav ul.nav-dropdown{
        visibility: hidden;
        max-height: 0;
        transition: all .5s;
    }  
    .main-subnav .nav-select a.hover + ul.nav-dropdown{
        visibility: visible;
        max-height: 500px;
    }
    .main-subnav .nav-select a.active + ul.nav-dropdown{
        visibility:visible;
        max-height: 500px;
    }
    .main-subnav ul.nav-dropdown li{
        padding-left:20px;
    }
    .main-subnav ul.nav-dropdown li:last-child{
        border-bottom: 0;
    }
}
@media (min-width:992px) and (max-width:1024px){
    .main-subnav .dropdown{
        float: none;
    }
    .main-subnav .dropdown button{
        border: none;
        display: none;
    }
    .main-subnav .dropdown .dropdown-menu{
        position: static;
        border: 0;
        box-shadow: none;
        float: none;
        width: 100%;
        display: block;
    }
    .main-subnav .dropdown ul li a{
        font-size: 1em;
    }
}



.main-subnav .nav-box {
    height: 50px;
    line-height: 50px;
}

.main-subnav .name {
    width: 100%;
    float: left;
    line-height: inherit;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

.main-subnav .name.collapsed .iconfont {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.main-subnav .name .iconfont {
    float: right;
    font-size: 20px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #c7000b;
}

@media (min-width: 1025px) {
    .main-subnav.fixed {
        top:78px;
    }

    .main-subnav #main-subnav-list {
        float: left;
        background-color: transparent;
    }

    .main-subnav .nav-box {
        display: inline-block;
        width: auto;
        height: inherit;
    }

    .main-subnav .name {
        line-height: 22px;
        padding-right: 30px;
        float: left;
        border-right: 1px solid #e5e5e5;
        width: auto;
        margin-top: 14px;
        font-size: 0.8125em;
    }
    .main-subnav .name[href="javascript:;"]{
        cursor: default;
    }
    .main-subnav .name .iconfont {
        display: none;
    }

    .main-subnav ul {
        float: left;
        background-color: transparent;
        width: auto;
    }

    .main-subnav ul li {
        float: left;
        margin: 0 15px;
        border: none;
        padding: 0;
        overflow: visible;
    }

    .main-subnav ul li.active a,
    .main-subnav ul li.hover > a,
    .main-subnav ul li ul.nav-dropdown li > a:hover {
        border-bottom: 2px solid #c7000b;
    }
    .main-subnav ul li.active ul.nav-dropdown a{
        border:0;
    }
    .main-subnav ul li.active ul.nav-dropdown li.active a{
        border-bottom: 2px solid #c7000b;
    }
    .main-subnav ul li.active a:before {
        content: '';
    }

    .main-subnav ul li a {
        font-size: 0.8125em;
        line-height: 50px;
        height: 50px;
    }

    .main-subnav ul li a span {
        margin-left: 10px;
        color: #c7000b;
        visibility: hidden;
        opacity: 0;
    }

    .main-subnav ul li a:hover span {
        visibility: visible;
        opacity: 1;
    }
}
.main-subnav.main-subnav2 .name{
    font-weight: normal;
    border-right: 0;
    padding-right: 0;
}
.main-subnav.main-subnav2 #main-subnav-list,.main-subnav.main-subnav2 .name .iconfont{
    display: none !important;
  }

footer {
    background-color: #f2f2f2;
    padding-top: 20px;
    overflow: hidden;
    text-align: left;
}

.no-finger {
    cursor: default;
}

footer .top-line {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
    height: 65px;
    overflow-y: visible;
    position: relative;
}

footer .top-line ul {
    overflow: hidden;
}

footer .top-line ul li {
    float: left;
}

footer .top-line a,footer .top-line em {
    font-size: 0.875em;
    line-height: 24px;
    height: 24px;
    color: #595757;
    float: left;
    opacity: 0.6;
    white-space: nowrap;
}

footer .top-line em {
    margin: 0 15px;
}
footer .top-line a.index {
    opacity: 1;
}
footer .top-line a.index.no-finger {
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*@media (max-width:1200px){
    footer .top-line a.index {
        max-width: 150px;
    }
}*/
footer .top-line .search-box {
    background-color: transparent;
    top: -5px;
    right: -10px;
    position: absolute;
}

footer .top-line a.btn-open-search {
    float: right;
    height: 24px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none;
}

footer .top-line a.btn-open-search .iconfont {
    font-size: 30px;
}

footer .top-line a.btn-open-search.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

footer .footer-nav h3 {
    border-bottom: 1px solid #d4d4d4;
    font-size: 1.125em;
    padding: 10px 5px;
}

footer .footer-nav h3 span.iconfont {
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer .footer-nav h3.collapsed span.iconfont {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

footer .footer-nav ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
}

footer .footer-other-link {
    margin: 30px 0;
}

footer .footer-other-link ul {
    text-align: center;
}

footer .footer-other-link ul li {
    text-align: center;
    display: inline-block;
    margin: 5px 8px;
}

footer .copy {
    background-color: #e6e6e6;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    line-height: 2em;
}

footer .copy span {
    display: block;
}

footer .copy ul li {
    display: inline-block;
    margin: 0 5px;
}
footer .read-more .iconfont{
    color: #595757;
    line-height: 0.95em;
    float: none;
    display: inline-block;
}
footer .read-more span, footer .read-more-white span{
    float:none;
   display:inline-block;
  }
@media (min-width: 992px) {
    footer .top-line {
        height:65px;
        overflow: visible;
    }

    footer .footer-nav {
        padding: 48px 0 34px 0;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 38px;
    }
    footer .footer-nav .col-md-2{
        width:20%
      }
    footer .footer-nav h3 {
        font-size: 0.9375em;
        border: none;
        line-height: 25px;
        margin: 0;
        margin-bottom: 18px;
        padding: 0;
    }

    footer .footer-nav ul li {
        border: none;
        padding: 0;
        margin-bottom: 15px;
    }

    footer .footer-nav ul li a {
        font-size: 0.8125em;
        line-height: 1.5em;
        color: #595757;
    }
    footer .footer-nav ul li a span{
        display: inline-block;
    }
    footer .footer-nav ul li a span.hwic_open-in-new3.corpfont{
        margin-left: 8px;
        font-size: 10px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    footer .footer-nav ul li a:hover span.hwic_open-in-new3.corpfont{
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0);
    }
    footer .footer-nav .visitor-link {
        color: #595757;
        border-bottom: 1px solid #e2e2e2;
        padding: 28px 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    footer .footer-nav .visitor-link h3 {
        float: left;
        font-size: 0.8125em;
        margin: 0;
        line-height: 2.8em;
    }

    footer .footer-nav .visitor-link #footer-list-7 {
        float: left;
        margin: 0;
    }

    footer .footer-nav .visitor-link #footer-list-7 li {
        float: left;
        margin: 0 10px;
    }

    footer .footer-other-link {
        margin: 0;
        float: left;
    }

    footer .footer-other-link ul {
        text-align: left;
        margin: 0;
    }

    footer .footer-other-link ul li {
        margin: 0;
        margin-right: 20px;
    }

    footer .footer-other-link ul li a {
        color: #5a5858;
        font-size: 0.8125em;
    }

    footer .share-box {
        float: right;
    }

    footer .copy {
        margin-top: 100px;
        height: auto;
        line-height: 30px;
        padding: 10px 0;
        font-size: 1em;
    }

    footer .copy span {
        display: inline-block;
    }

    footer .copy ul {
        display: inline-block;
        margin: 0;
    }

    footer .copy .copy-text {
        font-size: 0.8125em;
        color: #666;
    }

    footer .copy .copy-text .line {
        width: 1px;
        height: 14px;
        background: #c2c3c3;
        display: inline-block;
        margin: 0 8px 0 8px;
    }

    footer .copy .copy-text a {
        color: #666;
    }

    footer .copy .copy-text span,footer .copy .copy-text li {
        margin: 0 10px;
    }
    /*footer .footer-nav >[class*="col-md"]{
        width: 20%;
    }*/
}
@media (min-width:992px) and (max-width:1024px){
    footer .copy{
        height: auto;
        line-height: 30px;
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    footer .list-unstyled {
        margin:7px 0 0 0;
    }

    footer .list-unstyled li {
        margin: 8px !important;
    }

    footer .top-line .pull-left {
        display: none;
    }

    footer .top-line .btn-open-search {
        display: none;
    }

    footer .top-line .search-box {
        background-color: transparent;
        top: -10px;
        left: 0;
        position: absolute;
        visibility: visible;
        padding-left: 0;
        padding-right: 0;
        z-index: 80;
    }

    footer .top-line .search-box a.btn-search {
        right: 15px;
    }

    footer .top-line .search-box a.btn-close {
        display: none;
    }
}

.hw-contact {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hw-contact .col-md-6:nth-child(1) {
    margin-bottom: 40px;
}

.hw-contact .col-md-6:nth-child(2) {
    border-left: 1px solid #ccc;
}

.hw-contact p {
    font-size: 1.375em;
    margin-bottom: 24px;
}

.hw-contact a {
    display: inline-block;
    margin: 0 6px;
    margin-bottom: 15px;
}

.hw-contact span.border {
    margin-top: 30px;
    display: inline-block;
    width: 80%;
    height: 1px;
    background-color: #ccc;
}

.hw-contact img {
    margin: 0 15px;
}

.hw-contact .email-btn {
    margin-top: 30px!important;
}

@media (min-width: 992px) {
    .hw-contact {
        padding-top:70px;
        padding-bottom: 70px;
    }

    .hw-contact .col-md-6:nth-child(1) {
        margin-bottom: 0;
    }

    .hw-contact p {
        margin-bottom: 48px;
    }
}

.popup-icon {
    position: fixed;
    bottom: 67px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 101;
    text-align: center;
    background: #c7000b;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-bottom: 0px;
}

.popup-icon img {
    max-width: 100%;
}

.popup-icon .iconfont {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.popup-icon:hover {
    background: #b0000d;
}

.popup-service {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.popup-service .iconfont {
    font-family: "iconfont" !important;
}

.popup-service .mask-img {
    width: 100%;
    height: 100%;
}

.popup-service .service-box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 83.5%;
    max-width: 1400px;
    text-align: center;
    padding: 50px 70px 70px 70px;
    margin-top: -310px;
}

@media (min-width: 1680px) {
    .popup-service .service-box {
        left:50%;
        margin-left: -700px;
    }
}

@media (max-width: 1680px) {
    .popup-service .service-box {
        left:8.25%;
        margin-left: 0;
    }
}

.popup-service .service-box .btn-close-service {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.popup-service .service-box .btn-close-service span {
    font-size: 30px;
}

.popup-service .service-box h2 {
    color: #333;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    display: inline-block;
    margin: 0;
    float: none !important;
    max-width: 80%;
    margin-bottom: 50px;
}

.popup-service .service-box h2::after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
}

.popup-service .service-box .row {
    margin-bottom: 60px;
}

.popup-service .service-box .row p {
    font-size: 14px;
}

.popup-service .service-box .row .btn-box {
    overflow: hidden;
}

.popup-service .service-box .row .read-more {
    font-size: 14px;
    margin: 0 5px;
}

.popup-service .service-box .row .read-more .iconfont {
    font-size: 20px;
}

.popup-service .service-box .row .line {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #c1c1c1;
}

.popup-service .service-box .img-box {
    position: relative;
    height: 140px;
}

.popup-service .service-box .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.popup-service .service-box .btn-rect {
    margin-top: 28px;
}

@media (max-width: 992px) {
    .popup-service .service-box {
        width:92%;
        height: 97%;
        top: 1%;
        left: 4%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 30px 0;
        margin-top: 0;
    }

    .popup-service .service-box .row {
        margin-bottom: 20px;
    }

    .popup-service .service-box h2 {
        margin-bottom: 10px;
    }

    .popup-service .service-box .btn-rect {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .popup-service .service-box .line {
        display: none;
    }

    .popup-service .service-box .img-box {
        height: 100px;
    }

    .popup-service .service-box .img-box img {
        height: 50px;
    }
}

@media (min-width: 600px) and (max-width:991px) {
    .popup-service .service-box .col-xs-12 {
        width:50%;
    }
}

@media (max-width: 767px) {
    .popup-service .service-box .btn-close-service {
        position:fixed;
        right: 25px;
    }
}

.content-box .panel-img-box .text-box .read-more {
    margin-top: 0;
}

#scroller {
    overflow: auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photo-remark {
    font-size: 0.875em;
    line-height: 1.875em;
    text-align: center !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.news-detail-content .img-responsive{
    margin:0 auto;
}
.img-rounded {
    border-radius: 5px;
}

.img-circle {
    border-radius: 50%;
}

.col-item {
    position: relative;
    margin-bottom: 30px;
}

.col-item a {
    display: block;
    overflow: hidden;
}

.col-item .imgbox {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1920px) {
    .col-item .imgbox {
        height:280px;
    }
}

@media (max-width: 1920px) {
    .col-item .imgbox {
        height:280px;
    }
}

@media (max-width: 1680px) {
    .col-item .imgbox {
        height:240px;
    }
}

@media (max-width: 1440px) {
    .col-item .imgbox {
        height:220px;
    }
}

@media (max-width: 1366px) {
    .col-item .imgbox {
        height:200px;
    }
}

@media (max-width: 1200px) {
    .col-item .imgbox {
        height:180px;
    }
}

@media (max-width: 992px) {
    .col-item .imgbox {
        height:180px;
    }
}

.col-item .imgbox img {
    float: none;
    height: auto;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.col-item .photo {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.col-item .type {
    top: 0;
    left: 15px;
    position: absolute;
    padding: 7px 20px;
    text-align: center;
    max-width: 90%;
    z-index: 8;
}

.col-item .type span {
    color: #fff;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
}

.col-item .textbox {
    background: #f8f8f8;
    text-align: left;
    padding: 32px 28px 36px 28px;
}

.col-item .textbox .overtext {
    height: 10.6em;
    overflow: hidden;
}

@media (min-width: 1366px) and (max-width:1700px) {
    .col-item .textbox .overtext {
        height:11.1em;
    }
}

@media (min-width: 992px) and (max-width:1365px) {
    .col-item .textbox .overtext {
        height:10em;
    }
}

@media (max-width: 992px) {
    .col-item .textbox .overtext {
        height:6em;
    }

    .index-service .col-item .textbox .overtext {
        height: auto;
    }
}

.event-card .col-item .textbox .overtext {
    height: 6.7em;
}

.event-card .col-item .textbox .overtext .title {
    max-height: 62px;
}

.col-item .textbox .overtext .title {
    height: auto;
    display: block;
}

.col-item .textbox .overtext .text {
    height: auto;
    display: block;
}

.index-service .col-item .textbox .overtext .text {
    display: block;
    overflow: hidden;
}

.col-item .textbox .title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.625em;
    height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.col-item .textbox .info {
    font-size: 0.875em;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}

.index-service .col-item .textbox .info {
    height: 46px;
}

.col-item .textbox .info .address {
    display: inline-block;
    margin-right: 18px;
}

.col-item .textbox .info .address span {
    margin-top: -3px;
    display: inline-block;
    font-weight: bold;
}

.col-item .textbox .info .time {
    display: inline-block;
}

.col-item .textbox .info .time span {
    margin-top: -3px;
    display: inline-block;
    font-weight: normal;
}

.col-item .textbox .info span {
    vertical-align: middle;
    margin-right: 6px;
    font-family: "myiconfont" !important;
}

.col-item .textbox .text {
    font-size: 0.875em;
    line-height: 1.6875em;
    color: #666;
    clear: both;
    height: 60px;
}

.col-item .textbox .reg-more {
    font-size: 0.875em;
    color: #666;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 20px;
}

.col-item .textbox .reg-more span {
    float: left;
}

.col-item .textbox .reg-more .iconfont {
    color: #c7000b;
    font-weight: bold;
    float: left;
    margin-left: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
}

.col-item .textbox .reg-more:hover .iconfont {
    -webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

@media (min-width: 992px) {
    .type1 a:hover .imgbox img,.type2 a:hover .imgbox img {
        -webkit-transform:translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 50%;
        width: 105%;
    }

    .type1 a:hover .photo,.type2 a:hover .photo {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.type1 a:hover .textbox,.type2 a:hover .textbox,.type3 a:hover .textbox {
    background-color: #f2f2f2;
}

.col-item.type1 .type {
    background: url(../img/exhibition/type1.png);
}

.col-item.type2 .type {
    background: url(../img/exhibition/type2.png);
}

.col-item.type3 .type {
    background: url(../img/exhibition/type2.png);
}

.col-item.news-item .type {
    background: url(../img/exhibition/type2.png);
}

@media (max-width: 992px) {
    .col-item.type3 .reg-more {
        display:none;
    }

    .col-item {
        margin-bottom: 15px;
    }

    .col-item .textbox {
        padding: 20px 15px !important;
    }

    .col-item .textbox .info {
        font-size: 14px;
        margin-top: 0;
    }

    .col-item .textbox .info .address {
        margin-bottom: 6px;
    }

    .col-item .textbox .info .time {
        margin-bottom: 6px;
    }

    .col-item .textbox .text {
        margin: 9px 0 25px 0;
    }

    .col-item .textbox a:hover .iconfont {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 768px) {
    .col-item .textbox .title {
        height:auto;
        font-size: 1.1em;
    }

    .col-item .textbox .text {
        height: auto;
    }
    
}

@media (max-width: 767px) {
    .tab-content .events-top .col-item .imgbox img {
        height:100%;
        width: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        left: 50%;
    }
    .event-card .col-item .textbox .overtext{
        height: auto;
    }
}

.news-item {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.news-item .list-box {
    width: 100%;
    background: #f8f8f8;
    padding: 20px 20px 0 28px;
}

.news-item #wrapper:before {
    content: "";
    height: 80px;
    right: 15px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(248,248,248,0) 0%,rgba(248,248,248,1) 80%);
    left: 15px;
}

.news-item #wrapper::after {
    content: "";
    height: 32px;
    right: 15px;
    position: absolute;
    top: 0;
    background: linear-gradient(rgba(248,248,248,1) 0%,rgba(248,248,248,1) 80%);
    left: 15px;
}

.news-item #wrapper.ended:before {
    display: none !important;
}

@media (max-width: 1200px) {
    .news-item .list-box {
        padding:20px 15px 0 15px;
    }
}

@media (max-width: 992px) {
    .news-item .list-box {
        padding:20px 15px 10px 15px;
    }

    .news-item #wrapper:before {
        display: none;
    }
}

.news-item a {
    margin: 7% 0;
}

.news-item a h4 {
    font-size: 1em;
    line-height: 1.625em;
}

@media (max-width: 767px) {
    .news-item a h4 {
        font-size:1.1em;
    }
}

.news-item a .time {
    font-size: 0.875em;
    color: #666;
}

.news-item a:hover h4 {
    color: #c7000b;
}

.news-item a:hover .time {
    color: #c7000b;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 99999;
    display: none;
}

.loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
}
.title-box h2 {
    clear: both;
    display: table;
    margin: 0 auto;
}
.title-box h2 + a{
    margin-top: 15px;
}
.title-box .subtitle {
    font-size: 1em;
    line-height: 1.95em;
}

.title-box .subtitle p a {
    color: #666;
    text-decoration: underline;
}

.title-box .subtitle p a:hover {
    color: #000;
}

.video_box {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .video-dialog .modal-dialog {
        top:0;
        left: 0;
    }
}


.container-custom {
  padding-left: 45px;
  padding-right: 45px;
}
.big-box {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.big-box .bottom-line {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 45px;
}
.big-box .bottom-line div {
  background: #ccc;
  height: 2px;
}
.big-box h2:after {
  left: 0;
  margin: 0;
}
.big-box .row .title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 92%;
/*  border-bottom: 1px solid #cccccc;*/
  padding-bottom: 8px;
}
.big-box .row .sec-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 25px;
  margin-bottom: 3px;
  line-height: 1.875em;
}
.big-box .row p {
  margin-top: 3px;
}
.big-box .row a {
  color: #666;
}
.big-box .row .link {
  margin-top: 3px;
}
.big-box .row .iconfont.icon-phone {
  font-size: 1.3em;
  color: #000;
  margin-right: 8px;
  vertical-align: middle;
}
.big-box .row .icon-email {
  font-size: 1.3em;
  color: #666;
  margin-right: 8px;
  vertical-align: middle;
}
.big-box .row .icon-map {
  font-size: 1.3em;
  color: #666;
  margin-right: 8px;
  vertical-align: middle;
}
.big-box .row .btn-rect {
  margin-top: 35px;
}
.big-box .row .btn-rect:hover {
  color: #fff;
}
.big-box .text {
  overflow: hidden;
  position: relative;
  padding-left: 3em;
  margin-top: 15px;
  margin-left: 45px;
  margin-right: 45px;
}
.big-box .text .left {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.big-box .text .right {
  vertical-align: middle;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
  margin: 0 !important;
}
.text-box {
  text-align: left;
  margin-bottom: 70px;
}
.text-box .sec-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 3px;
  line-height: 1.875em;
}
.text-box p {
  margin-top: 3px;
}
.text-box h2 {
  margin-bottom: 36px;
}
.text-box h2:after {
  left: 0;
  margin: 0;
  min-width: 45px;
}
.text-box .text,
.text-box .link {
  height: 62px;
  overflow: hidden;
  position: relative;
  padding-left: 92px;
}
.text-box .text .left,
.text-box .link .left {
  position: absolute;
  top: 0;
  left: 0;
}
.text-box .text .right,
.text-box .link .right {
  vertical-align: middle;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
.text-box .link {
  padding: 0;
}
.text-box .icon-email {
  font-size: 1.5em;
  color: #666;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}
.text-box .read-more {
  color: #666;
  margin-top: 5px;
  height: 33px;
}
.text-box .first {
  margin-right: 35px;
}
.text-box .msg {
  height: 66px;
}
.text-box .icon-group ul {
  text-align: left;
}
.text-box .icon-group ul li {
  margin: 0 45px 20px 0;
}
.text-box .qr-text {
  font-size: 0.875em;
}
.text-box .qr-img {
  margin-top: 8px;
}
.bg-box {
  background: #f6f6f6;
  border: none;
  padding: 0px 0 80px 0;
}
.place-contact {
  height: 70px;
  background: #f6f6f6;
}
.bg-box h2 {
  margin: 0 45px;
}
.bg-box .title,
.bg-box p,
.bg-box .input-group,
.bg-box .sec-title {
  margin-left: 45px !important;
}
.bg-box .row .title {
  border: none;
  margin: 40px 0 5px 45px;
}
.bg-box .border-box {
  border-right: 2px solid #cccccc;
}
.input-group.b-search {
  width: 80%;
  padding: 0;
  margin: 0;
  height: 40px;
  float: left;
  max-width: 390px;
}
.input-group.b-search input {
  background: #fff;
  padding: 0 50px 0 20px;
}
.input-group.b-search .btn-b-search {
  left: auto;
  right: 15px;
  line-height: 40px;
  top: 2px;
}
.input-group.b-search .btn-b-search span {
  font-size: 18px;
}
.social-media {
  padding-left: 60px;
}
.big-box .contact-infor p{
  margin-left: 0 !important;
}
@media (max-width: 992px) {
  .place-contact {
    height: 40px;
    background: #f6f6f6;
  }
  .input-group.b-search{
    width: 100%;
    margin-bottom: 30px;
  }
  .b-search .form-control{
    font-size: 14px;
  }
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .social-media {
    padding-left: 15px;
  }
  .big-box {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .big-box .bottom-line {
    padding: 0 20px;
  }
  .big-box h2:after {
    left: 0;
    margin: 0;
  }
  .big-box .row .col-md-4 {
    margin-bottom: 10px;
  }
  .big-box .row .col-md-4 br {
    display: none;
  }
  .big-box .row .col-md-6 {
    margin-bottom: 40px;
  }
  .big-box .row .col-md-6 h3{
    margin-top:0 ;
  }
  .big-box .row .title {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .big-box .row .sec-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .big-box .row p {
    margin-top: 5px;
  }
  .big-box .row a {
    color: #666;
  }
  .big-box .row .link {
    margin-top: 20px;
  }
  .big-box .row .iconfont.icon-phone {
    font-size: 1.3em;
    color: #000;
    margin-right: 8px;
    vertical-align: middle;
  }
  .big-box .row .icon-email {
    font-size: 1.3em;
    color: #666;
    margin-right: 8px;
    vertical-align: middle;
  }
  .big-box .row .icon-map {
    font-size: 1.3em;
    color: #666;
    margin-right: 8px;
    vertical-align: middle;
  }
  .big-box .row .btn-rect {
    width: 144px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;
  }
  .big-box .row .btn-rect:hover {
    color: #fff;
  }
  .big-box .text {
    overflow: hidden;
    position: relative;
    padding-left: 3em;
    margin: 15px 0 0 0;
  }
  .big-box .text .left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .big-box .text .right {
    vertical-align: middle;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    margin: 0;
  }
  .text-box {
    text-align: left;
    margin-bottom: 40px;
  }
  .text-box h2 {
    margin-bottom: 36px;
  }
  .text-box h2:after {
    left: 0;
    margin: 0;
    min-width: 45px;
  }
  .text-box .text,
  .text-box .link {
    height: auto;
    overflow: hidden;
    position: relative;
    padding-left: 68px;
  }
  .text-box .text .left,
  .text-box .link .left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-box .text .right,
  .text-box .link .right {
    vertical-align: middle;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
  }
  .text-box .link {
    padding: 0;
  }
  .text-box .icon-email {
    font-size: 1.5em;
    color: #666;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
  }
  .text-box .read-more {
    color: #666;
    margin-top: 0;
    height: auto;
  }
  .text-box .first {
    margin-right: 35px;
  }
  .text-box .msg {
    height: auto;
    margin-bottom: 25px;
  }
  .text-box .icon-group {
    height: auto;
  }
  .text-box .icon-group ul li {
    margin: 0 30px 20px 0;
  }
  .bg-box {
    background: #f6f6f6;
    border: none;
    padding: 0px 20px 0 20px;
  }
  .bg-box h2 {
    margin: 0;
  }
  .bg-box .title,
  .bg-box p,
  .bg-box .input-group,
  .bg-box .sec-title {
    margin-left: 0 !important;
  }
  .bg-box .row .title {
    border: none;
    margin: 40px 0 5px 0;
  }
  .bg-box .border-box {
    border-right: 2px solid #cccccc;
  }
}
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
 /* width: 100%;*/
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.autocomplete-suggestion {
  margin: 5px 0;
  position: relative;
  cursor: pointer;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}
.autocomplete-suggestion:hover {
  color: #c7000b;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}
.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

.has-keyword a > :before {
  content: "\e90c";
}
/*# sourceMappingURL=./contact-us.css.map */
.contact-us .content-box h2{
  text-align: left;
}
/*.contact-us .point-top{
  margin-top: 120px;
  padding-top: 0;
}
@media (max-width:991px){
  .contact-us .point-top{
    margin-top: 90px;
    padding-top: 0;
  }
}*/
.autocomplete-suggestions .autocomplete-suggestion{
  padding: 10px 20px;
}

.wechat-css .share-box li .wechat-qrcode:after{
  top: auto;
  bottom: -15px;
  border-color:#f3f3f3 transparent transparent  transparent;
}
.wechat-css .share-box li .wechat-qrcode {
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
}