﻿/*!
 * ETUI v3
 *
 * Copyright 2017.7*/
/*-----字体图标引入------------------------------------------------------------------------*/
@import url("https://at.alicdn.com/t/font_1350714_ny30sfyv05.css");
body {
        font-family: 'Microsoft YaHei',arial!important;
}
/* @font-face {
    font-family: DIN Medium;
    src: url("../fonts/Arial.otf"),
        url("../fonts/Arial.eot?#font-spider")
            format("embedded-opentype"),
        url("../fonts/Arial.woff") format("woff"),
        url("../fonts/Arial.ttf") format("truetype"),
        url("../fonts/Arial.svg") format("svg");
} */
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}
a:focus, a:hover{
    text-decoration: none!important;
}
a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    color: #595b5d;
}

a:hover{
    text-decoration: none;
    color: #cb2c1c!important;
}

b, strong, em {
    font-weight: normal
}

button, input {
    outline: none !important;
}

::-moz-placeholder {
    color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

.clearfix:before, .clearfix:after, .wrapper:after, .wrapper:before {
    content: "";
    display: table;
}

.clearfix:after, .wrapper:after {
    clear: both;
    overflow: hidden;
}

.clearfix, .wrapper {
    zoom: 1;
}
.btn-primary{
    background: #165a95;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px !important;
    color: #444;
}

li {
    list-style: none;
}

.uli14 li, .nowrapli li {
    list-style: inside;
}

ul.nowrapli.uli16 li a {
    padding-left: 8px;
}

.uli-label li label {
    display: inline-block;
    color: #0073d4;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #eee;
    margin-bottom: 0;
    line-height: 1;
}

.uli14.pad-updown8 li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.uli14.pad-updown8 li a {
    padding-left: 10px;
}

img {
       width: auto;
}

#skip {
    display: none;
}


.header .header-cont ul{
    display: flex;
    margin-bottom: 0;
}
#header{
     background: #cbb486;
    padding:10px 0;
}
.header .nav-bar li a{
    font-size: 16px;
    padding:10px 20px;
    position: relative;
}
.header .nav-bar li.active a{
    color:#ed7e15;
}
.header .nav-bar li a:hover{
    color:#ed7e15;
}
.header .nav-bar li a:hover:after,.header .nav-bar li.active a:after{
    content: '';
    background: #ed7e15;
    width: 36px;
    height: 5px;
    position: absolute;
    left:50%;
    margin-left: -18px;
    bottom:-4px;
}
.header .top-right{
    display: flex;
    align-items: center;
    float: right;
    margin-top: 22px;
}

.header .top-right a{
    padding:0 16px;
        top: 2px;
    position: relative;
}
.header .top-right a:first-child:after{
    content:'';
    background: #e5e5e5;
    right:0;
    height: 14px;
    top:6px;
    width: 1px;
    position: absolute;
}
.location{
    color: #323333;
    margin:10px 0;
}
.img-list img{
    width: 100%;
}
.img-list  h4{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.img-list li{
    margin-bottom: 30px;
}
.page-header-1 a{
    color:#ed7e15;
    border-left-width: 4px;
    border-left-color: #ed7e15;
    display: block;
    font-size: 24px;
}
.page-header-1 a:hover{
    color:#ed7e15;
}
.img-list p{
    font-size: 18px;
    line-height: 1.8;
    color:#999
}
.page-turn{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.page-turn li a{
    border:1px solid #999;
    padding:2px 10px;
    margin:0 6px;
    font-size: 14px;
}
.page-turn .active a{
    background: #ed7e15;
    border:none;
    color:#fff;
}
.footer{
    clear: both;
    border-top:1px solid #ddd;
    margin-top: 20px;
    padding-top: 30px;
}
.footer-cont{
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer-link li i{
    font-size: 14px;
    font-style: normal;
}
.footer-link{
    display: flex;
    justify-content: center;
    margin:16px 0;
}
.footer-link li {
    position: relative;
}
.footer-link li a{
    font-size: 22px;
    padding:0 16px
}
.footer-link li:before{
    content: '/';
}
.footer-bottom{
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.picture-list li a{
    display: block;
}
.picture-list li a img{
    width: 100%;
    margin-bottom: 10px;
}
.picture-list li a p{
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 50px;
}
.location{
    margin-top: 20px;
}
button.close{
    width: 30px;
    height: 30px;
    position: absolute;
    right:-15px;
    top:-15px;
    background: #fff;
    border-radius: 50%;
    z-index: 999;
    opacity: 1;
    font-size: 18px;
}
h4.modal-title{
    position: absolute;
    bottom: -40px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
}
.news-list li{
    padding:10px 0;
    border-bottom: 1px solid #ddd;
}
.news-list li a{
    color:#333;
    font-size: 20px;
    display: block;
}
.news-list li span{
    font-size: 16px;
    color:#999;
    display: block;
}

/*文章页*/
.article{
    padding:10px 0 30px;
}
.article h3{
    font-weight: bold;
}
.article img{
    width: auto;
}
.article-title{
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
}
.article p{
    color:#666;
    line-height: 220%;
    margin-bottom: 20px;
}

.title-sm{
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.title-sm{
    color:#a9a9a9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-sm .social-share .social-share-icon{
    border:none;
    padding-top: 0;
}
.title-sm span{
    padding:0 10px;
    color:#999;
}
.title-sm span:first-child{
    padding-left: 0;
}
.img{
    position: relative;
    width: 60%;
    margin:10px auto;
}
.img img{
    width: 100%;
}
.img .img-label{
    position: absolute;
    bottom:0;
    left:0;
    padding:4px 10px;
    background: rgba(0,0,0,.4);
    color:#fff;
    border-top-right-radius: 6px;
}
.article-cont p{
    margin:30px 0;
}
.article-cont{
    color:#666;
    font-size: 16px;
    line-height: 180%;
}
.calendar-cont{
    border-top:1px solid #fff;
    background: #f9f9f9;
    padding-bottom: 20px;
}
.calendar-cont img{
    margin: 60px auto;
    display: block;
}
.gb-cont{
    background: #f8f8f8;
    padding:1px 20px 20px 30px;
}
.page-header-1{
    margin-top: 20px;
}
.gb-list li{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 200%;
    padding:20px 0 20px 20px
}
.gb-list li:last-child{
    border-bottom: 0;
}
.gb-list li a{
    color:#666;
    position:relative ;
}
.gb-list li a:hover{
    color:#ed7e15;
}
.gb-list li a:before{
    content: '';
    background: #999;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -20px;
    top:8px;
    border-radius: 50%;
}
.calendar{
    display: flex;
    flex-direction: column;
    margin:10px 20px;
    border:1px solid #ddd;
    background: #fff;
}
.year-cont{
    padding:3px 10px;
    border-bottom: 1px solid #ddd;
}

.year-cont h4{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}

.year-cont i{
    font-size: 18px;
    color:#999;
    cursor: pointer;
}
.year-item{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
}
.year-item li{
    width: 25%;
    text-align: center;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}
.year-item li a{
    font-size: 16px;
    padding:12px 0;
    display: block;
    color:#666;
}

.year-item .active a{
    color:#ed7e15;
}
.gb-title{
    font-size:24px ;
    color:#333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.text-org{
    color:#ed7e15;
}
.gb-list-noline li{
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;

}
.mayor{
    padding:20px;
}
.mayor .mayor-cont{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.mayor .mayor-cont .name{
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;

}
.mayor .mayor-cont .position{
    font-size: 20px;
    color:#999;
}
.bg-grayl{
    background: #f8f8f8;
}
.mayor .btn-group{
    display: flex;
    justify-content: center;
    margin:20px 0
}
.mayor .btn-group a{
    margin:0 10px;
    border:1px solid #333;
    color: #333;
    padding:4px 10px;
}
.mayor .btn-group a.active{
    color: #fff;
    border-color: #ed7e15;
    background: #ed7e15;
}

.mayor .page-header-1{
    font-size: 20px;
    color:#333;
    font-weight: bold;
}
.circle-list li{
    padding:12px 0;
}
.circle-list li a{
    color:#666;
    position:relative ;
    margin-left: 20px;
}
.circle-list li a:hover{
    color:#ed7e15;
}
.circle-list li a:before{
    content: '';
    background: #999;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -20px;
    top:8px;
    border-radius: 50%;
}
.circle-list li.active a{
    color:#ed7e15;
}

.circle-list li.active a:before{
    background:#ed7e15;
}
.mail{
    padding:20px;
}
.mail-title{
    margin-bottom: 10px;
}
.mail-title span{
    color:#ed7e15;
    text-decoration: underline;
    font-size: 16px;

}
.mail-title i{
    margin-right: 6px;
    color:#666;
    text-decoration: none;
}
.mail p{
    color:#666;
    line-height: 220%;

}
.banner{
    background: url("../img/bg.jpg") center top;
    height: 620px;
    text-align: center;
    color:#fff;
}
.banner .container{
    height: 620px;
    position: relative;
}
.banner .h3{
    font-size: 40px;
    border-bottom: 1px solid #fff;
    display: block;
    padding-bottom: 10px;
    margin:0 130px;

}
.banner p{
    padding:10px 130px;
}
.banner-text{
    position: absolute;
    bottom:20px;
    width: 100%;
}
.zt-img-list{
    margin-top: 30px;
}
.zt-img-list li .li-item{
    border:1px solid #eee;
    padding-bottom: 16px;
    transition: .3s;
}
.zt-img-list li .li-item:hover{
    border:1px solid #ca2c1c;
}
.zt-img-list li .li-item:hover .title{
    color:#ca2c1c;
}
.zt-img-list li{
    margin-bottom: 20px;
}
.zt-img-list li .li-item img{
    width: 100%;
    height: 100%;
}
.zt-img-list li .li-item .title{
    margin:10px 16px;
    color:#333;
    font-weight: bold;
    font-size: 22px;
    transition: .5s;
    display: -webkit-box;
        height: 72px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    overflow: hidden;

}
.zt-img-list li .li-item span{
    color:#999;
    font-size: 16px;
    line-height: 180%;
    margin:0 16px;
    height: 60px;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


.zt-img-list li .li-item .li-footer{
    display: flex;
    font-size: 12px;
    margin-top: 20px;

}
.zt-img-list li .li-item .li-footer span{
    margin-right: 20px;
    font-size: 14px;
}
.img-pos{
    position: relative;
    height: 232px;
    display: block;
    overflow: hidden;
}
.img-pos .i-group{
    position: absolute;
    right:0;
    bottom: 0;
    display: flex;
}
.img-pos .i-group i{
    width: 36px;
    height: 28px;
    text-align: center;
    color:#fff;
    padding:6px 10px;
}
.img-pos .i-group i.bg-red{
    background: #ca2c1c;

}

.img-pos .i-group i.bg-org{
    background: #ed7e15;
}
.subtitle-center{
    display: flex;
    justify-content: center;
}
.under-line{
    text-decoration: underline;

}

/*首页*/
.index-banner{
    background: url("../img/index-banner.jpg") center center;
}
.index-banner .container{
    position: relative;
    height: 545px;
}
.index-banner .search-cont{
    background: rgba(0,0,0,.2);
    border-radius: 4px;
    padding:20px;
    width: 780px;
    position: absolute;
    bottom:40px;
    left:50%;
    margin-left: -390px;
}
.index-banner .search-cont input{
    background: #fff;
    border-radius: 4px!important;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border:none;
    padding-left: 10px;
    font-size: 16px;
}
.index-banner .search-cont .btn{
    background: #ed7e15;
    color:#fff;
    border-radius: 4px;
    margin-left: 10px;
    border:none;
    height: 50px;
    width: 70px;
    font-size: 24px;
}
.index-banner .search-cont .btn:hover{
    background: #ca6a10;
}
.page-header{
    position: relative;
    margin-top: 60px;
    border-bottom: 0;
    margin-bottom: 50px;
}
.page-header h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.page-header:before{
    content: '';
    width: 40px;
    height: 1px;
    background:#686868;
    position: absolute;
    left:50%;
    margin-left: -20px;
    top:-10px;
}
.re-sliders .item a{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.re-sliders .item i{
    border:3px solid #ce371b;
    color:#ce371b;
    font-size: 40px;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    border-radius: 50%;
    display: block;
    transition: .2s;

}

.re-sliders .item:hover i{
    color:#fff;
    background: #ce371b;
}
.re-sliders .item .title-item{
    font-size: 26px;
    color:#323333;
    font-weight: bold;
    margin-top: 10px;
    transition: .2s;
}
.re-sliders .item:hover .title-item{
    color:#ce371b;
}
.re-sliders .item span{
    color: #666666;
    font-size: 20px;
}
.re-sliders .owl-controls{
    position: absolute;
    width: 100%;
    top:20%;
}

.owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    background: none;
    color:#999899;
    font-size: 26px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    right:0;
}
.owl-carousel .owl-controls  .owl-dots .owl-dot {
    display: none;
}
.page-header-left h2{
    font-size: 30px;
    color:#323333;
    font-weight: bold;
}
.page-header-left{
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
}
.page-header-left:before{
    content: '';
    width: 40px;
    height: 1px;
    background:#686868;
    position: absolute;
    left:0;
    top:-10px;
}
.news{
    margin-top: 60px;
}
.page-header-left .more-info{
    position: absolute;
    right:0;
    top:-3px;
    font-size:26px;
    color: #999899;
}

/*新闻图片展示*/
/* ui-banner */
.ui-banner{display:block;position:relative;}
.ui-banner.ui-banner-invalid{display:none;}
.ui-banner,.ui-banner .ui-banner-slides,.ui-banner .ui-banner-slogans,.ui-banner .ui-banner-arrow{height:460px;}
.ui-banner .ui-banner-slides,.ui-banner .ui-banner-slogans,.ui-banner .ui-banner-arrow{position:absolute;top:0;}
.ui-banner ul{list-style-type:none;margin:0;padding:0;overflow:hidden;}
.ui-banner .ui-banner-slides{width:100%;height:460px;left:1px;}
.ui-banner .ui-banner-slides li{display:none;position:absolute;top: 5px;+top:10px;width:100%;}
.ui-banner .ui-banner-slides li img{width:100%;height:460px;border:none;}
.ui-banner .ui-banner-slides li.ui-banner-slides-current,.ui-banner .ui-banner-slides li.ui-banner-slides-prev,.ui-banner .ui-banner-slides li.ui-banner-slides-next{display:block;}
.ui-banner .ui-banner-slides li.ui-banner-slides-current{left:0;}
.ui-banner .ui-banner-slides li.ui-banner-slides-prev{left:-665px;}
.ui-banner .ui-banner-slides li.ui-banner-slides-next{left:665px;}
.ui-banner .ui-banner-slogans{height:460px;overflow:hidden;width:100%;right:0;}
.ui-banner-slogans-current .ullinehover{
    background: #f1f1f1;
}
.ui-banner-slogans li a:hover{
    color:#ce371b
}
.ui-banner .ui-banner-slides li img{
    width: 100%;
}

.ui-bnnerimg img{
    width: 158px;
    height: 103px;
}
.ui-banner li{
    zoom: 1;
    overflow: hidden;
}
/*.ui-line-hover{*/
    /*background:url("../images/stuj.png") no-repeat left center;*/
/*}*/
.ullinehover{
    display: flex;
    height: 103px;
    margin: 0 0 16px 25px;
    +margin: 0 0 1px 25px;
    padding-right: 10px;
}

.ullinehover h3{
    font-size: 20px;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 8px;
    line-height: 26px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ul-img img{
    width: 100%;

}

.ul-img a{
    position: relative;
    margin-bottom: 16px;
    display: block;
}
.ul-img a span{
    position: absolute;
    width: 100%;
    color:#fff;
    font-size: 24px;
    bottom:0;
    left:0;
    padding:10px
}
.ul-arrow,.ul-lg-span{
    margin-top: 40px;
}
.ul-arrow li,.ul-lg-span li{
    margin-bottom: 15px;
}
.ul-arrow li:last-child,.ul-lg-span li:last-child{
    margin-bottom: 20px;
}
.ul-arrow li a,.ul-lg-span li a{
    font-size: 18px;
    display: block;
    position: relative;
    color:#333
}
.ul-arrow li a:hover,.ul-lg-span li a:hover{
    color:#ce371b

}
.ul-arrow li a:after{
    content: '\e654';
    font-size: 14px;
    font-family: iconfont;
    position: absolute;
    right:10px;
        top: 20px;
}
.ul-lg-span li a{
    position: relative;
    margin-left: 20px;
}
.ul-lg-span li a:before{
    content: '';
    background: #040000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -20px;
    top: 12px;
    border-radius: 50%;
}
.Explore-cont{
    position: relative;
    display: block;
    cursor: pointer;
}
.Explore-cont img{
    width: 100%;
}
.pos-bt{
    position: absolute;
    bottom:0;
    font-size: 24px;
    color:#fff;
    padding:10px;
    width: 100%;
}
.pos-bt h3{
    margin-top: 0;
    margin-bottom: 0;
}
.pos-bt span{
    position: absolute;
    right:10px;
    top:15px;
    font-size: 13px;
}
.pos-center{
    position: absolute;
    /* font-size: 70px; */
    color: #ce371b;
    /* width: 100%; */
    background: url(../img/bf.png) no-repeat;
    text-align: center;
    top: 36%;
    cursor: pointer;
    width: 59px;
    left: 40%;
    height: 59px;s
}
.page-header-1>* {
    overflow: visible;
}


/* 统计年鉴列表 */
.list-english-box .list-english-one {
    float: left;
}
.list-english-box .list-english-two {
    margin-left: 210px;
    float: left;
}
.list-english-box .list-english-one a, .list-english-box .list-english-two a {
    font-size: 20px;
    color: #333333;
    padding-left: 31px;
    position: relative;
}
.list-english-box .list-english-two a i, .list-english-box .list-english-one a i {
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}
.list-english-box .list-english-one a:hover, .list-english-box .list-english-two a:hover {
    text-decoration: none;
       color: #ff9900;
}
.list-english-box li {
    overflow: hidden;
    padding: 26px 0;
    border-bottom: 1px solid  #dddddd;
}
.list-english-box {
    padding-bottom: 197px;
}


/* 婚姻登记详情 */
.nav-leader-tab li {
    width: 100%;
}
.nav-leader-tab>li>a {
    background: #f8f8f8;
    text-align: left;
    color: #999999;
    padding-left: 49px!important;
    padding: 14px 10px;
    border-radius: 4px;
    font-size: 16px;
    border: none!important;
    transition: all 0.3s ease-in-out;
}
.nav-leader-tab>.active>a {
    background: #f8f8f8!important;
    color: #ed7e15!important;
    border: none!important;
}
.none-right-paddimg {
    padding-right: 0;
}
.nav-leader-tab>li>a:before {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 45%;
    margin-right: 19px;
    width: 6px;
    left: 24px;
    height: 6px;
    background-color: #999999;
}
.nav-leader-tab>.active>a:before {
    background-color: #ed7e15!important;
}
.nav-leader-tab {
    padding: 16px 0 20px;
    background: #f8f8f8;
}
.pall01 {
    background-color: #f8f8f8;
    padding: 0 20px;
   overflow: hidden;
   padding-bottom: 50px;
   margin-bottom: 20px;
}
.box-lier {
   border-top: 1px solid #dddddd;
   border-left: 1px solid #dddddd;
   overflow: hidden;
}
.panel1 .col-md-4 {
    width: 18.333333%;
}
.panel1 .col-md-8 {
    width: 69.666667%;
    float: right;
}
.marriage-title a {
     color: #ed7e15;
     font-size: 22px;
     display: block;
     padding-top: 18px;
     margin-bottom: 29px;
     font-weight: bold;
}
.box-lier li {
    float: left;
    padding:10px 15px;
    border-right: 1px solid #dddddd;
    height: 110px;
    width: 50%;
    line-height: 85px;
    border-bottom: 1px solid #dddddd;
}
.box-lier span {
    font-size: 18px;
    color: #333333;
    float: left;
    width: 47%;
}
.box-lier label {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
}
.line-height, .line-height04 {
    line-height: 30px!important;
    padding-top: 15px!important;
}
.line-height label {
    width: 49%;
}
.line-height01 label {
    width: 52%;
    line-height: 30px;
    padding-top: 26px;
}
.line-height02 label {
    width: 49%;
    line-height: 24px;
    margin-top: 0;
}
.line-height03  {
    line-height: 25px!important;
    padding-top: 5px!important;
}
.line-height04 label {
    padding-top: 25px;
}
.wd100 {
    width: 100%!important;
        line-height: 30px!important;
    padding-top: 20px!important;
}
.wd100 span {
    width: 21%;
}
.wd100 label {
     width: 79%;
    padding-left: 20px;
}
.paddtop {
    padding-top: 10px!important;
}
.heighe {
    height: 145px!important;
}
.smalil a {
    margin-bottom: 25px;
}
.conter01 p, .yuan-head p{
    font-size: 18px;
    color: #666666;
}
.conter01 {
    padding-bottom: 30px;
}
.panel1 {
    margin-top: 30px;
    overflow: hidden;
}
.yuan-head h6{
    font-size: 18px;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
}
.yuan-head h6:before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top:33%;
    border-radius: 50px;
    background-color: #cb2c1c;
    left: 0;
}
.yuan-head p span {
    float: left;
}
.yuan-head p label {
    width: 97%;
}
.yuan-head {
    margin-bottom: 30px;
}
a.link-red {
    color: #de371c;
    font-size: 18px;
}
.btn-border, .btn-border:focus {
    text-decoration: underline!important;
    color: #ed7e15;
}
.title, .table th {
    background: #fae9e8;
}
.btn-border:hover {
    color: #de371c;    
}
.bootstrap-table {
    margin-bottom: 47px;
}
.conter02 {
    padding-bottom: 18px;
}
.work-box-content p{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}
.img_lct {
    display: block;
    width: 166px;
    height: 56px;
    text-align: center;
    line-height: 56px;
border: 1px solid #cb2c1c;
    color: #cb2c1c!important;
    border-radius: 6px;
    font-size: 18px;
}
.margin-top39 {
    margin-top: 39px;
}
.text-red {
    color: #cd391b;
}
.text-blue {
    color: #5395d9;
}
.panel1 {
    padding-bottom: 71px;
}
#leftSidebar {
    position: fixed;
        width: 348px;
}
.t1 table {
    table-layout: fixed;
}
.table-bordered002 tr .title {
    color: #333333;
    border-bottom: 1px solid #ddd!important;
    background: transparent;
}
.table-bordered002 tr .cell-popover {
    color: #666666;
    border-bottom: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important;
}
.table-bordered002 tr td {
    padding: 42px 5px!important;
    border:none!important;
}
.cell-popover>div{
    word-break: break-all;
}
.table-bordered002 tr .okk01 {
border-bottom: 1px solid #ddd!important;
}

/* 投资列表
 */
.touzi li {
   padding: 20px 0;
}
.touzi li p:first-child{
    font-size: 20px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}
.touzi li p:last-child{
    font-size: 16px;
    color: #999999;
     padding-left: 20px;
     margin-bottom: 0;
}
.touzi li i {
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 12px;
}
.touzi li a:hover {
    text-decoration: none;
}
.touzi li a:hover p{
   color: #ff9900;
}
.touzi{
    padding-bottom: 88px;
}
.pagination-box>li>a, .pagination-box>li>span {
  font-size: 18px;
  color: #333333!important;
  border:1px solid #999999!important;
  border-radius: 0!important;
      padding: 1px 12px!important;
  margin-right: 5px;
}
.pagination-box>.active>a, .pagination-box>.active>a:focus, .pagination-box>.active>a:hover, .pagination-box>.active>span, .pagination-box>.active>span:focus, .pagination-box>.active>span:hover{
background-color:#ed7e15;
color: #fff!important;
border: 1px solid #ed7e15!important;
}
.no-margin a {
    margin-right: 0!important;
}
.margin-bottom90 {
    margin-bottom: 90px;
}

/* 投资详情 */
.touzi-titler {
    font-size: 30px;
    color: #ed7e15;
}
.padd60 {
    padding: 20px 60px;
    padding-bottom: 85px;
}
.time-smal {
    color: #666666;
    font-size: 18px;
    margin-top: 29px;
    margin-bottom: 40px;
}
.bold {
    color: #666666;
    font-size: 22px;
    font-weight: bold;
}
.Article_content01 p {
    font-size: 18px;
}
.btn-sm {
    text-decoration: underline!important;
    font-size: 16px;
    color: #333333;
}
.btn-group  {
    float: right;
}



.list-english01, .list-english02 {
    float: left;
    width: 50%;
    position: relative;
}
.list-english01 a, .list-english02 a {
    font-size: 20px;
    color: #333333;
    padding-left: 31px;
    position: relative;
}
.list-english01 a i, .list-english02 a i{
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 10px
}
.list-english01 a:hover, .list-english02 a:hover {
    text-decoration: none;
    color: 
}
.Article_content02 p {
    line-height: 50px;
    text-align: justify;
}
.margin-bomt {
    margin-bottom: 47px;
}
.padd670 {
    padding-bottom: 670px;
}
.jigou  p{
    font-size: 20px!important;
    color: #333333!important;
    position: relative;
    padding-left: 20px;
}
.jigou  a:hover p {
    color: #ff9900!important;
}
.jigou {
    padding-bottom: 112px;
}
.margin-bottom70 {
    margin-bottom: 50px;
}
.txt-rgiht {
    float: right!important;
}


/* business */
.list-business .iconfont {
 font-size: 58px;
 font-weight: 400;
 color: #ce371b;
 float: none;
}
.list-business  li span {
    font-size: 28px;
    color: #323333;
    line-height: 35px;
    margin-top: 20px;
    display: block;
}
.list-business  li{
    padding: 0 15px;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    width: 33.333%;
}
.list-business  li a {
    border: 1px solid #dddddd;
    width: 100%;
    float: left;
    padding-top: 57px;
    height: 262px;
    border-radius: 5px;
    padding-bottom: 55px;
}
.list-business {
    margin:0 -15px;
    overflow: hidden;
    margin-top: 43px;
    margin-bottom: 610px;
}

/* business list*/
.no-iconfont>li>a:before {
display: none;
}
.no-iconfont>li>a {
    font-size: 18px;
    padding-right: 0!important;
    overflow: hidden;
}
.more-title h3 {
    float: left;
}
.more-title {
    overflow: hidden;
    height: 29px;
}
.more-j {
    font-size: 18px!important;
    color: #999899!important;
    float: right;
    margin-top: 4px;
    border-left: none!important;
}
.more-j .iconfont {
    font-size: 14px;
}
.year-book p {
    font-size: 18px!important;
    color: #333333!important;
}
.year-book li i{
    top: 9px;
}
.year-book li {
    padding: 28px 0;
}
.year-book {
    padding-bottom: 0;
}
.btn-jianj{
    margin-top: 62px;
    margin-bottom: 57px;
}
.padd25{
    padding: 0 25px;
}
.no-botom li:last-child{
    border-bottom: none;
}
.margint65{
    margin-top: 65px;
}
.icon-tub .iconfont{
font-size: 26px;
/*     width: 35px; */
    float: left;
}
.icon-feiji{
    width: 30px;
    margin-left: -3px;
    float: left;
}
.icon-tub span{
        line-height:24px;
    padding-left: 15px!important;
    float: left;
}
.icon-tub a{
    cursor: pointer!important;
}
.no-bgck{
    background: transparent;
    font-size: 24px!important;
}
.font18{
    font-size: 18px!important;
}
.foont16 span{
    color: #666666!important;
    font-size: 16px!important;
}

.padd180{
    padding: 0 180px;
}
.padd180 .img{
    width: 100%;
}

.titel .h3 {
    padding-bottom: 45px;
    display: inherit;
    width: 26%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.titel p{
    margin-bottom: 14px;
}
.nno-bg{
    background: transparent;
    font-size: 24px!important;
}
.font-size18{
    color: #999999!important;
    font-size: 18px!important;
}
.font-size16 span{
    font-size: 16px!important;
    color: #666666!important;
}
.none-mar-ltr{
    margin-left: 0!important;
}

/* Entry and exit list */
.lt-img-tu{
    padding: 54px 42px 54px 50px;
    background: #f8f8f8;
}
.lt-img-tu a{
    text-decoration: underline;
    color: #666666;
    font-size: 16px;
    margin-top: 23px;
    display: block;
    text-align: center;
    padding-right: 20px;
}
.none-position{
    position: static;
}
.margintop85{
    margin-top: 86px;
    margin-bottom: 67px;
}
.margintop27{
    margin-top: 0;
}
.mar-boottom{
    margin-bottom: 31px;
}
.yell{
    text-decoration: underline!important;
    color: #ed7e15;
    font-size: 18px;
}
.fontsize18 li a p{
        height: 65px;
    font-size: 20px;
    color: #333333;
}

/* City image video */
.list_img_holder{
    position: relative;
}
.video-icon{
    display: block;
    position: absolute;
    bottom: 22px;
    right: 12px;
    color: #fff;
}
.video-icon span{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
    padding: 3px 10px;
}
button.close:hover{
    opacity: 1!important;
}
.close1 span, .close1{
    font-weight: 400!important;
    opacity: inherit!important;
    color: inherit!important;
    line-height: inherit!important;
    text-shadow: 0 0 0 #fff!important;
}
.modal-header .close:active{
background: none!important;
}
.modal-dialog {
    width: 600px;
    margin:100px auto;
}
.margin-top120{
    margin-top: 120px;
    margin-bottom: 115px;
}


/* 改版 */
/* .banner-tu{
    background: url(../img/Business-list_02.jpg) center top;
    height: 520px;
    text-align: center;
    color: #fff; 
} */
.banner-tu{
    position: relative;
}
.txt-bj{
    position: relative;
/*     height: 520px; */
}
.txt-bj img{
width: 100%;
/* height: 100%; */
}
.banner-tu01{
    background: url(../img/Life-Service-list_02.jpg) center top;
}
.banner-tu02{
    background: url(../img/Explore-shanghai-list_02.jpg) center top;
}
.autil{
    background: url(../img/bt.png) no-repeat left center;
    position: absolute;
    top: 41%;
    padding-left: 23px;
    font-size: 50px;
    left: 44%;
    color: #fff;
}
.icon-list li a .iconfont{
    width: 60px;
    height: 60px;
    background-color: #cb2c1c;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 60px;
    margin: 0 auto;
}
.icon-list li a h6{
    font-size: 24px;
    color: #323333;
    font-weight: 600;
    margin-top: 24px;
    min-height: 54px;
}
.icon-list li span{
    font-size: 18px;
    color: #666666;
}
.icon-list li a{
     padding-top: 36px;
     border:none;
}
.wtd130{
    margin-bottom: 100px;
}
.life-list li a h6{
    min-height: auto;
}
.exploe{
    left: 39%;
}
.photo-height {
    overflow: hidden;
    display: block;
    height: 299px;
}
.photo-heighter {
    overflow: hidden;
    display: block;
    height: 160px;
}
.market .col-md-4{
    width: 31%;
}
.red-title a{
    color: #cb2c1c;
    border-left-color: #cb2c1c;
}
.red-title{
    margin-bottom: 36px;
}
.market li{
    margin-bottom: 48px;
}
.market p {
    color: #888888;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
     overflow: hidden;
}
.market h4{
    font-size: 26px;
    color: #323333;
}
.market .col-md-8{
    width: 69%;
}
.last-after li:last-child:after{
content: '';
}
.gaiban li a{
    color: #fff;
    padding-bottom: 20px!important;
    font-size: 22px!important;
    display: block;
    padding: 20px 19px!important;
}
.header .header-cont ul li {
    float: left;
}
.header-cont {
    float: left;
}
.gaiban li.active a {
    color: #fff!important;
}
.gaiban  li a:hover:after, .gaiban li.active a:after{
    background: #fff!important;
}
.top-right-txt a{
     color: #888888;  
     font-size: 18px; 
     padding-right: 0!important;
}
.top-right-txt a:after{
    display: none;
}
.gb-head{
    padding: 6px 0!important;
    padding-bottom: 4px!important;
}
.gaiban li a:hover, .header .top-right a:hover{
    color: #fff!important;
    text-decoration: none;
}

.two-over li {
    width: 100%;
    margin-bottom: 10px;
}
.two-over>li>a {
    background: #fafafa;
    color: #666666;
    text-align: left;
    padding: 25px 10px;
    border-radius: 4px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}
.two-over>li.active>a, .two-over>li.active>a:focus, .two-over>li.active>a:hover{
        color: #cb2c1c;
        border-left: 5px solid #cb2c1c;
    cursor: default;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
    cursor: pointer;
}
.page-header-left  .icon-right{
    float: right;
    margin-top: 13px;
    font-size: 20px;
}
.two-over .icon-jiancegaishu , .two-over .icon-shijian{
    font-size: 20px;
padding-right: 18px;
padding-left: 23px;
} 
.two-over li:last-child  a{
    padding-left: 15px;
}
.two-over li:last-child .icon-shijian{
    padding-right: 22px;
}
.actile h5{
    color: #cb2c1c;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0;
}
.actile span{
    color: #999999;
    display: block;
    font-size: 18px;
}
.actile{
    background: #fafafa;
    padding: 30px;
}
.imger{
        position: relative;
    width: 100%;
    margin: 32px auto;
}
#nopositon{
    position: static;
}
.panel2 .col-md-4{
  width: 33.33333333%;
}
.panel2 .col-md-8{
     width: 66.66666667%;
     float: left;
}
.imger img{
    width: 100%;
}
.actile p{
    font-size: 18px;
    margin-bottom: 30px;
    color: #666666;
    line-height: 35px;
    text-align: justify;
}
.bg-red01 .active a{
    background: #cb2c1c;
    border:1px solid #cb2c1c;
}
.panel2{
    padding-bottom: 40px;
}
.red-txt{
    color: #cb2c1c;
}
.padd180{
    padding: 20px 180px;
    padding-bottom: 50px;
}
.special-txt{
font-weight: bold;
}
.Article-special p{
    color: #666666;
    font-size: 18px;
}
.special-txt i{
    background: #999999;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.margin-foot{
    margin-bottom: 42px;
}
.paddtopr{
    padding-top: 10px;
}
.re-sliders .item{
    float: left;
    width: 20%;
}
.re-sliders{
    overflow: hidden;
}
.poreta{
    position: relative;
}
.footer-conter{
    position: absolute;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    padding: 15px 10px;
    width: 90%;
}
.footer-conter a{
        position: absolute;
    right: 10px;
    top: 27px;
    font-size: 13px;
}
.footer-conter span{
    color: #f8f8f8;
    font-size: 26px;
}
.city-tun img{
    width: 100%;
}
.footer-conter .iconfont {
    color: #fff;
    font-size: 24px;
}
.margtop40{
    margin-top: 40px;
}
.paddfoot79{
    padding-bottom: 79px;
}
.four-city-img li{
width: 25%;
float: left;
margin-bottom: 7px;
padding: 0 4px;
}
.four-city-img li p{
    font-size: 18px;
    color: #f8f8f8;
    position: absolute;
    left: 0;
    padding: 12px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    bottom: 0;
    margin-bottom: 0;
}
.four-city-img li  a{
    display: block;
    position: relative;
}
.photo-img01 img{
    width: 100%;
    height: 100%;
}
.four-city-img{
    margin: 0 -4px;
    overflow: hidden;
}
.photo-img01 img{
        transition: all 0.3s linear;
        overflow: hidden;
}
.photo-img01:hover  img{
        transform: scale(1.05);
    transition: all 0.3s linear;
}
.photo-img01 {
    overflow: hidden;
    height: 201px;
}
.btij-tu{
    background: #222123;
}
.city-image{
   height: 88px;
}
.ship .title-bt{
    font-size: 16px;
    color: #333333;
    min-height: 48px;
    margin-top: 15px;
    font-weight: bold;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;  
overflow: hidden;
}
.ship ul li{
    float: left;
    width: 20%;
    float: left;
    padding: 0 20px;
    margin-bottom: 50px;
}
.ship{
margin: 0 -20px;
    overflow: hidden;
    margin-top: 50px;
}
.data-ico{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.data-ico .iconfont{
    padding-right: 5px;
}
.ship ul li a{
    display: block;
}
.videro{
    padding-top: 30px;
}
.verdio h3{
    color: #f8f8f8;
    font-size: 16px;
    margin-top: -5px;
    margin-left: 0;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;  
overflow: hidden;
}
.data-ico-had{
    color: #f8f8f8;
}
.verdio{
    border-bottom: 1px solid #f8f8f8;
    margin-right: 15px;
}
.ui-bnnerimger img{
width: 199px;
height: 88px;
    max-width: inherit;
}
.ullinehover01{
padding-right: 0;
height: auto;
margin-bottom: 23px;
}
.bt-vedio h2{
    color: #f8f8f8;
    font-size: 26px;
}
.bt-vedio p{
    color: #999999;
    font-size: 18px;
}

.bt-vedio{
    padding-bottom: 20px;s
}
.none-abslut{
    position: static!important;
}
.none-abslut video{
        margin-top: -95px;
}
.veodio-player li {
    display: none!important;
}
.veodio-player .active {
    display: block!important;
}
.televise-box li{
    cursor: pointer;
}
.bg-redy{
    background: #d56256;
    color: #f8f8f8;
    float: right;
    font-size: 36px;
    height: 444px;
    /* text-align: center; */
    width: 385px;
    justify-items: center;
    padding-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99999;
}
.city-image img{
        width: 100%;
    height: 100%;
}
.select-bt h4{
    font-size: 28px;
    color: #cb2c1c;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.treey{
    background: #fff;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}
.select-bt{
    float: left;
}
.teo-bg{
    padding: 23px 30px;
    padding-right: 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.txt-bj01{
    background: url("../img/shutterstock_1148268446.png");
    height: 444px;
    display: block;
}
/*.form-control{
       margin-left: 175px;
    width: 9%;
    padding-top: 0;
    font-size: 26px;
    float: left;
    border-radius: 30px!important;
    border: 1px solid #333333;
}*/
.red-txt-hover li a:hover p, .red-title a:hover{
color: #cb2c1c!important;
text-decoration: none;
}
.clicker h3{
    color:#cb2c1c;
}
.none-vices li p:first-child, .none-vices li p:last-child{
    padding-left: 0;
}
.red-h2, .datail-red{
    color:#cb2c1c;
}
.last-after li a:hover{
color:#cb2c1c;
text-decoration: none;
}
.namer{
    overflow: hidden;
    width: 100%;
}
.namer001{
    float: none;
    margin-bottom: 36px!important;
}
.red-padd{
    padding: 20px 37px;
}
.namer001 a.active {
        color: #fff!important;
    border-color: #cb2c1c!important;
    background: #cb2c1c!important;
}
 .redy .active a, .redy span{
color:#cb2c1c!important;
}
.redy .active a:before{
background: #cb2c1c!important;
}
hr{
    border-top: 1px solid #cccccc;
}
.namer001 a{
font-size: 18px;
    padding: 9px 11px!important;
}
.namer001 a:first-child{
    margin-left: 0;
}
.namer001 a:last-child{
    margin-right: 0;
}
.margin-foot63{
    margin-bottom: 63px;
}
.bg-blur{
        background: #1364c9;
}
.margin-had155{
    margin-bottom: 155px;
}
.margin-foot80{
    margin-bottom: 80px;
}
.ico-box{
    background: url("../img/6.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
        margin-top: 4px;
    margin-right: 10px;
}
.biter{
    font-size: 20px;
    color: #333333;
    cursor: default;
    font-weight: bold;
}
.v01{
    background: url(../img/shang.png) no-repeat;
    float: right;
    width: 16px;
    margin-top: 11px;
    height: 16px;
}
.qh-datail{
    padding-left: 32px;
}
.qh-datail li a{
    font-size: 18px;
    color: #666666;
}
.qh-datail li a em{
    background: url(../img/5.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    margin-right: 10px;
    float: left;
}
.qh-datail li {
    padding: 28px 0;
    border-bottom: 1px solid #ddd;
}
.listey{
    margin-top: 50px;
    padding-left: 35px;
    margin-bottom: 90px;
}
.v02{
width: 15px;
float: right;
 margin-top: 11px;
height: 8px;
background: url("../img/xia.png") no-repeat;
}
.cont-bock .qh-datail{
    display: none;
}
.qh-datail li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.qihe{
    margin-bottom: 50px;
}
.qh-datail li a:hover{
    color: #cb2c1c;
}
.rg-list-data{
    border: 1px solid #dddddd;
}
.rg-tu002 p:first-child{
font-size: 16px;
color: #999999;
    margin-bottom: 11px;
    margin-top: 11px;
}
.rg-tu002 p:last-child{
font-size: 20px;
margin-bottom: 0;
color: #888888;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.rg-list-data li{
    padding: 25px 25px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}
.rg-tu001, .rg-tu002{
    float: left;
}
.rg-tu002{
        width: 100%;
}
.rg-tu002 h5{
    font-size: 21px;
    font-weight: bold;
        margin-bottom: 15px;
    color: #323333;
}
.rg-tu001{
    width: 100%;
    height: 150px;
}
.rg-tu002 .iconfont{
    margin-right: 10px;
}
.rg-tu001 img{
    width: 100%;
    height: 100%;
}
.data-year{
    background: #cb2c1c;
    float: left;
    text-align: center;
        padding: 0 16px;
}
.data-year span{
    font-size: 32px;
    color: #ffffff;
    height: 40px;
    display: block;
        font-family: 'Arial';
}
.data-year p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
}
.data-year01{
    width: 100%;
    float: left;
    padding-bottom: 26px;
    padding-right: 25px;
    border-bottom: 1px solid #dddddd;
}
.data-year01 h3{
    font-size: 25px;
    color: #323333;
    margin-top: 0;
    font-weight: bold;
        width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.data-year01 p{
    margin-bottom: 0;
    font-size: 20px;
    color: #888888;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.lt-data-red{
    overflow: hidden;
    padding: 0 20px 0 35px;
    padding-right: 0;
     border: 1px solid #dddddd;
}
.lt-data-red li {
    overflow: hidden;margin-top: 30px;
}
.no-bder{
    border-bottom: none;
}
.rg-list-data li:last-child{
    border-bottom: none;
}
.ui-banner-slides li a{
    display: block;
    position: relative;
}
.ui-banner-slides li h2{
    margin: 0;
    padding: 15px 10px;
    position: absolute;
    bottom: 0px;
    font-size: 28px;
    left: 0;
    color: #fff;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #000;
    background:rgba(0,0,0,0.8);
    background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(64%,rgba(0,0,0,0.56)),color-stop(100%,rgba(0,0,0,0.8)));
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
    background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
    background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
}

.ui-banner-slogans li p{
    margin-left: 14px;
    font-size: 20px;
    color: #888888;
}
.ul-arrow li a{
    padding: 15px 10px;
    background: #fcfcfc;
}
.ul-lg-span li{
   /*  margin-bottom: 50px; */
       padding: 15px 10px;
    background: #fcfcfc;
}
.ul-lg-span li:last-child{
    margin-bottom: 50px;
}
.more-info{
/*     position: absolute; */
    right: 0;
    top: -3px;
    font-size: 26px;
    color: #999899;
}
.more-info .icon-right{
    margin-top: 13px;
    font-size: 20px
}
.txt-white{
    color: #ffffff;
    font-size: 22px;
}
.txt-white .icon-right{
    font-size: 14px;
    float: right;
    margin-top: 5px;
    padding-left: 5px;
}
.explore-bottom{
    margin-bottom: 64px;
}
.year-timey{
    font-size: 16px;
    color: #888888;
    margin-top: 23px;
}
.year-timey .iconfont{
    margin-right: 10px;
}
.no-lint{
    border-bottom: none;
}
.margin-bot82{
    margin-bottom: 62px;
}
.margin-bottom0{
    margin-bottom: 30px;
}
.autiler{
    position: absolute;
    top: 41%;
    font-size: 48px;
    left: 35%;
    color: #f3f3f3;
}
.hunying{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-top: -79px;
    position: relative;
    background: #fff;
    z-index: 9;
}
.hunying ul li a{
font-size: 26px;
color: #666666;
    padding: 21px 5px;
    width: 232px;
    text-align: center;
    float: left;
    border-right: 1px solid #ddd;
}
.hunying ul li{

}
.hunying .activer{
   
}
.hunying .activer a{
    color: #f3f3f3!important;
     background: #cc2e1f;
}
.list-conter {
    display: none;
}
.shower{
    display: block;
}
.work-topbox i{
    width: 6px;
    height: 20px;
    float: left;
    margin-right: 14px;
    background: #cc2e1f;
        position: relative;
    top: 3px;
}
.work-topbox h2{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 58px;
}
.marriage-cont{
    background: #fff;
        margin-bottom: 55px;
}
.bg-cloro{
    background: #fafafa;
}
.work-topbox-two{
    padding-left: 20px;
}
.work-topbox-two p{
    font-size: 20px;
    color: #666666;
}
.work-box-togglebar li {
    /* width: 25%; */
    float: left;
    padding: 0 10px;
}
.work-box-togglebar li a{
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #333333;
    /* width: 100%; */
    float: left;
    width: 171px;
    height: 70px;
    line-height: 25px;
    color: #666666;
    padding-top: 7px;
    padding-left: 32px;
    font-size: 20px;
   
}
.liner-gao{
    line-height: 70px;
    text-align: center;
}
.liner-gao a{
    padding-left: 0!important;
        line-height: 50px!important;
}
.wdtd-txt a{
    width: 315px!important;
    padding-left: 17px!important;
}
.work-box-togglebar{
    overflow: hidden;
    margin-top: 45px;
    padding-bottom: 42px;
    border-bottom: 1px solid #ddd;
}
.click a, .work-box-togglebar li a:hover{
    background: #cc2e1f;
    color: #f3f3f3!important;
    border:1px solid #cc2e1f!important;
}
.work-basic-info li{
    float: left;
    width: 15%;
}
.work-basic-info li a{
    font-size: 20px;
    color: #999999;
}
.work-basic-info{
display: flex;
    align-items: center;
    justify-items: center;
    margin-top: 47px;
}
.work-topbox, .work-topbox-two{
    padding: 0 30px;
        padding-right: 0;
}
.work-topbox-two{
        padding-left: 50px;
}
.work-box-togglebar{
    padding-left: 30px;
}
.navbar-affix{
padding-left: 50px;
    margin-bottom: 70px;
}
.pall002{
    background: #fff;
}
.pall002 .iconfont{
    float: left;
    background: #cb2c1c;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-right: 15px;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.pall002 .marriage-title a{
color: #cb2c1c!important;
line-height: 40px;
margin-bottom: 14px;
}
.gronemt li span{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3!important;
    overflow: hidden;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0!important;
    font-size: 26px;
    line-height: 20px;
    font-family: "Arial Black";
    display: block;
}
.three-emony ul li a{
    width: 340px;
}
.emony{
    left: 41%;
}
.activey a{
    color: #cb2c1c!important;
    position: relative;
}
.activey a:after{
    position: absolute;
    content: '';
    width: 30px;
    bottom: -16px;
    left: 33%;
    height: 5px;
    background: #cb2c1c;
}
.uniess{
    margin: 0 100px;
}
.center01{
    text-align: center;
}
.uniess h2{
    font-size: 30px;
    margin-top: 0;
    padding: 0 10%;
    text-align: center;
    line-height: 45px;
    color: #333333;
        margin-bottom: 28px;
    font-weight: bold;
    padding-top: 65px;
}
.app-line{
border-radius: 50px;
    font-size: 18px;
    color: #cb2c1c!important;
        padding: 8px 10px;
    border:1px solid #cb2c1c;
}
.unee-content p{
    font-size: 18px;
    color: #666666;
        text-align: justify;
    line-height: 40px;
    margin-bottom: 30px;
        width: 100%;
}
.unee-content{
    margin-top: 55px;
    padding-top: 50px;
    border-top:1px solid #dddddd;
}
.app-line .iconfont{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.red-wz02{
    color: #cb2c1c;
}
.bock-hei{
    font-size: 18px;
    position: relative;
        padding-left: 20px;
        line-height: 40px;
    color: #666666;
        margin-bottom: 20px;
    font-weight: bold;
}
.bock-hei:before{
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 33%;
    border-radius: 50px;
    background-color: #999999;
    left: 0;
}
.zhuyi{
      font-size: 18px;
    color: #666666;  
}
.letterbox table {
    width: 100%;
    margin-bottom: 80px;
}
.letterbox tr th {
    padding: 16px 8px!important;
    color: #333333;
    text-align: center;
    font-size: 18px;
    background: #fdf1e5;
}
.letterbox tr td {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 16px 8px!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff!important;
}
.leeter{
    margin-bottom: 85px;
}
.nomaigintop{
    margin-top: 0;
}
.tabern td{
  /*   height: 37px; */
    text-align: center;
    white-space: normal;
    color: #666666;
}
.tabTh td div{
    text-align: center;
    margin: 0 auto;
}
.tabern thead{
    background: #fae9e8;
}
.tabern td:first-child, .tabern thead td{
    color: #333333!important;
}
.unee-content p img{
    width: 100%;
}
.entry li a{
width: 215px!important;
    height: 116px;
}
.entry li:first-child  a, .entry li:nth-child(4) a{
    line-height: 70px;
}
.edutinon{
    left: 45%;
}
.theer{
    left: 47%;
}
.lunb-item li a{
    width: auto!important;
    float: none!important;
    padding: 0!important;
    border-right: none!important;
}
.lunb-item .owl-controls{
    margin-top: 0;
}
.lunb-item .owl-item{
        
    text-align: center;
    border-right: 1px solid #ddd;
    float: left;
}
.lunb-item .owl-item li{
padding: 21px 5px;
}
.lunb-item .activer {
    color: #f3f3f3!important;
    background: #cc2e1f;
}
.lunb-item .activer a {
    color: #f3f3f3!important;
    background: transparent!important;
}
.lunb-item .owl-controls .owl-nav [class*=owl-] {
    background: #DDDDDD;
    margin-right: 8px;

}
.lunb-item  .owl-prev{
    left: -40px!important;
    position: absolute;
    top: 25px;
    color: #333!important;
    padding: 0px 3px!important;

}
.lunb-item  .owl-next{
    right: -40px!important;
    position: absolute;
    top: 25px;
    color: #333!important;
    padding: 0px 3px!important;

}
.owl-controls .owl-nav .owl-prev:before {
    content: "\e604";
}
.lunb-item{
    overflow: visible;
}
.obouter{
    background: #fafafa;
    padding-bottom: 80px;
}
.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}
.burt{
    margin-top: 30px;
        padding: 0 30px;
        padding-bottom: 20px;
            height: 570px;
    overflow-y: auto;
}
.month-detail-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    height: 100%;
    border-right: 1px solid #dddddd;
}
.month-detail-box .month-title:before{
content: '';
    position: absolute;
    top: 0;
    left: -1px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: #cb2c1c;
}

.incident-record {
    display: inline-block;
    padding-left: 26px;
    line-height: 2;
        padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.histoy{
    background: #fff;
    /* padding: 20px 30px; */
    border-top: 10px solid #cb2c1c;
}
.histoy h6{
    margin-top: 0;
    color: #cb2c1c;
        padding-top:20px;
        padding-left: 30px;
    font-size: 20px;
}
.incident-record h5{
    font-size: 24px;
    color: #323333;
    font-weight: bold;
    margin-top: -5px;
}
.incident-record  p{
    color: #888888;
    font-size: 18px;
display: -webkit-box; 
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 31px;
overflow: hidden;
}
.incident-record a{
    display: block;
    font-size: 16px;
    color: #999999;
}
.obunt-img{
    height: 350px;
}
.obunt-img-cont h4{
    font-size: 28px;
    color: #323333;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.obunt-img-cont p{
    font-size: 20px;
    display: -webkit-box; 
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
    color: #888888;
}
.obunt-img-cont a{
    font-size: 18px;
    color: #999999;
    margin-top: 25px;
    display: block;
    padding-bottom: 34px;
}
.overew span{
    background: #cb2c1c;
    font-size: 20px;
    color: #fff;
    float: left;
        width: 100px;
    height: 30px;
    text-align: center;
}
.overew{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;

}
.obunt-img-cont{
    padding: 0 30px;
}
.whten-bai{
    background: #fff;
}
.obunt-img img, .lunbotu img{
    width: 100%;
}
.obout{
    left: 24%;
}
.lunbotu a{
    display: block;
    position: relative;
    height: 480px;
}
.lunbotu a img{
    height: 100%;
}
.lunbotu .owl-nav{
        top: 46%!important;
}
.lunbotu  .iconfont{
    position: absolute;
    top: 41%;
    left: 47%;
    font-size: 40px;
    color: #fff;
}
.lunbotu .owl-prev{
    position: absolute;
        font-size: 20px!important;
    left: -10%!important;
    background: #e7e7e7!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0!important;
    margin: 0!important;
}
.lunbotu .owl-next{
    position: absolute;
        font-size: 20px!important;
    right: -10%!important;
    background: #e7e7e7!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0!important;
    margin: 0!important;
}
.lunbotu{
    margin-top: 38px;
}
.qh-whiter{
    padding-top: 70px;
    padding-bottom: 50px;
}
.xiangq p{
    font-size: 18px;
    color: #999999;
}
.xiangq h5{
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.xiangq{
    margin-top: 180px;
padding-left: 50px;
}
.jieshao-xq{
        width: 28%;
    float: right;
}
.pash{
    color: #cb2c1c;
     font-size: 26px;
     margin-top: 35px;
     overflow: hidden;
}
.pash label{
    font-size: 26px;
    color: #999999;
}
.pash>div{
    float: left;
}
.pash a{
    float: right;
}
.pash span{
    border-right: 3px solid #cb2c1c;
    height: 20px;
    float: left;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    top: 10px;
    padding-right: 13px;
    margin-right: 20px;
}
.media{
    padding-top: 20px;
}
.six-imger ul li {
    float: left;
/*     margin-bottom: 40px; */
    padding: 0 15px;
    position: relative;
}
.six-imger ul li  img{
    width: 100%;
    height: 100%;
}
.six-imger{
    margin: 0 -15px;
}
.six-imger ul li a{
    height: 250px;
    display: block;
}
.six-imger{
    margin-top: 35px;
}
.six-imger ul li p{
    /* position: absolute; */
    /* top: 38%; */
    color: #fff;
    margin-top: 70px;
    /* left: 13%; */
    font-size: 26px;
} 
.paseimg:hover .txt{
display: block;
}
.txt {
position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    display: none;
    text-align: center;
    color: #fff;
    background: rgba(203,44,28,.7);
}
.paseimg{
    margin-bottom: 40px;
    position: relative;
}
.invement li span{
    display: block;
    font-size: 18px;
    color: #cb2c1c;
    font-weight: bold;
}
.invement li h6{
font-weight: bold;
font-size: 26px;
color: #333333;

}
.invement li p, .invement li a{
    font-size: 16px;
    color: #999999;
        display: -webkit-box; 
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.invement li{
    float: left;
    width: 33.333%;
    padding: 0 30px;
}
.invement{
       margin: 0 -30px;
}
.icon-tb{
    margin-bottom: 47px;
}
.invest{
    padding-top: 20px;
    padding-bottom: 115px;
}
.invement li:last-child{
    padding-right: 0;
}
.jiu-img .owl-prev{
font-size: 20px!important;
    left: -5%!important;
    background: #e7e7e7!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    padding: 0!important;
    top: 47%;
    margin: 0!important;
}
.jiu-img .owl-next{
font-size: 20px!important;
    right: -5%!important;
    background: #e7e7e7!important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    padding: 0!important;
    top: 47%;
    margin: 0!important;
}
.cctv-bt h2{
font-size: 32px;
    color: #f8f8f8;
    line-height: 45px;
    margin-top: 40px;
}
.cctv-bt p{
    color: #a6a6a6;
    font-size: 18px;
}
.cctv-ship{
    height: 495px!important;
}
.cctv-ship li{
    padding-right: 15px;
}
.expats ul li{
    width: 33.333%;
}
.expats .city-image{
    height: 217px;
}
.expats  .title-bt{
    font-size: 20px;
}
.expats .city-image img{
    width: 100%;
}
.expats .data-ico{
    font-size: 16px;
    color: #999999;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.top-right-txt .iconfont{
    font-size: 28px;
    color: #fff;
}
.navbar-header{
    padding-right: 30px;
    padding-top: 12px;
}
.polices ul li a{
    width: auto;
    padding: 21px 20px;
}
.rules{
    padding: 25px  35px 25px 35px;
}
.rules-bomt{
    padding-bottom: 55px;
}
.share1 > ul > li {
    width: 48px;
    height: 48px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    border-radius: 50%;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.share1 > ul > li > i, .share1 > ul > li > a > i {
    font-size: 26px;
    color: #b9b9b9;
}
.share1 > ul > li.help .help-cont {
display: none;
    position: absolute;
    background: #c50001;
    padding: 10px 20px;
    height: 70px;
    color: #fff;
    left: -179px;
    top: -6px;
    border-radius: 50px;
    align-items: center;
    width: 230px;
}
.share1 > ul > li:hover {
    background-color: #c50001;
}
.share1 > ul > li:hover i {
    color: #fff;
}
.share-show {
    padding: 20px 10px;
    right: 60px;
    top: -10px;
    display: none;
}
.share1 ul li.help .help-cont i {
    color: #fff;
    float: left;
    font-size: 28px;
    margin-top: 12px;
}
.share1 ul li.help .help-cont a {
    /* white-space: nowrap; */
    margin-left: 5px;
    float: left;
    padding-top: 2px;
    font-size: 20px;
    text-align: left;
    width: 157px;
    margin-top: -7px;
    color: #fff;
}
.share-show li a:hover i {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.share1 {
    position: fixed;
    bottom: 380px;
    right: 20px;
    z-index: 99;
}
.share1 ul li.help .help-cont a:hover{
color: #fff!important;
}
.no-obout{
    padding: 0;
}
.histoyer img{
    width: 100%;
    height: 100%;
}
.histoyer{
    height: 386px;
}
.no-obout p{
        -webkit-line-clamp: 5;
}
.no-obout .overew{
    padding-top: 50px;
}
.picter{
    margin-top: 220px;
}
.invement-two{
    margin-top: 30px;
}
.invement-two li{
    width: 50%;
}
.invement-two .icon-tb{
    float: left;
        margin-top: 42px;
}
.one-rgy{
       float: left;
    width: 83%;
    padding-left: 50px;
}
.out-ing{
    margin-top: 60px;
}
.zone{
    left: 25%;
}
.img-list li a:hover, a:focus{ 
    color: #ca2c1c!important;
}




    .photo-mask {
        position: fixed;
        z-index: 10;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.8);
        filter: alpha(opacity=20);
        -moz-opacity: 0.8;
        opacity: 0.8;
        display: none;
    }
    
    .photo-panel {
        position: absolute;
        display: none;
        clear: both;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
    
    .photo-panel .photo-div,
    .photo-panel .photo-bar {
        width: 100%;
    }
    
    .photo-panel .photo-div {
        width: 960px;
        height: 560px;
        z-index: 11;
        margin: auto;
        top: 20%;
        position: relative;
    }
    
    .photo-panel .photo-close {
        background: url(../img/sahnchu.png) no-repeat;
        width: 56px;
        height: 56px;
        position: absolute;
        margin-left: 664px;
            top: 47px;
    right: 106px;
    cursor: pointer;
    }
    


    .photo-panel .photo-img {
        width: 720px;
        float: left;
        height: 560px;
    }
    
    .photo-panel .photo-view-w {
        width: 720px;
        height: 560px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }
    .photo-view-h img{
    width: 100%;
}
    .photo-panel .photo-view-h {
    text-align: center;
    margin-top: 45%;
    vertical-align: middle;
    }
    
    .photo-panel .photo-view-w img {
max-width: 700px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    max-height: 540px;
        height: 464px;
    width: 700px;

    }

    @-webkit-keyframes swing {
        20%,
        40%,
        60%,
        80%,
        100% {
            -webkit-transform-origin: top center
        }
        20% {
            -webkit-transform: rotate(15deg)
        }
        40% {
            -webkit-transform: rotate(-10deg)
        }
        60% {
            -webkit-transform: rotate(5deg)
        }
        80% {
            -webkit-transform: rotate(-5deg)
        }
        100% {
            -webkit-transform: rotate(0deg)
        }
    }
    
    @-moz-keyframes swing {
        20%,
        40%,
        60%,
        80%,
        100% {
            -moz-transform-origin: top center
        }
        20% {
            -moz-transform: rotate(15deg)
        }
        40% {
            -moz-transform: rotate(-10deg)
        }
        60% {
            -moz-transform: rotate(5deg)
        }
        80% {
            -moz-transform: rotate(-5deg)
        }
        100% {
            -moz-transform: rotate(0deg)
        }
    }
    
    .photo-panel .photo-left,
    .photo-panel .photo-right {
        width: 120px;
        float: left;
        margin-top: 220px;
    }
    
    .photo-panel .arrow-prv {
        background: url(../img/left.png) no-repeat;
        width: 32px;
            float: right;
        height: 32px;
        cursor: pointer;
    }
    
    
    .photo-panel .arrow-next {
        background: url(../img/right.png)no-repeat;
        width: 32px;
        cursor: pointer;
        height: 32px;
    }
    .shiping{
        display: none;
            position: absolute;
    z-index: 999;
    left: 50%;
        top: 20%;
    margin-left: -250px;
    }
    .body-color {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    display: none;
}


.data-list-time li a{
   background: #fafafa;
   display: block;
   width: 100%;
    padding: 26px 0;
}
.data-list-time li a span{
    font-size: 24px;
    color: #666666;
    padding-left: 32px;
}
.red-activer a{
    border-left: 5px solid #cb2c1c;
    color: #cb2c1c;
}
.red-activer a span, .red-activer a .iconfont{
     color: #cb2c1c!important;   
}
.data-list-time li a  .iconfont{
    font-size: 22px;
    float: right;
    margin-top: 7px;
    padding-right: 15px;
    color: #666666;
}
.data-list-time li{
    margin-bottom: 12px;
}
.date-time-content h5{
    font-size: 26px;
    padding-top: 50px;
    color: #cb2c1c;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.date-time-content{
    background: #fafafa;
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.date-time-content a{
    font-size: 20px;
    color: #fff;
    background: #cb2c1c;
    padding: 14px 11px;
}
.date-time-content>div>a:hover{
    color: #fff!important;
}
.date-time-content>div{
    margin-top: 70px;
}
.date-time-content p{
    color: #666666;
    font-size: 18px;
    margin-top: 35px;
}
.midd-date{
    margin-bottom: 40px;
}
 .none-zhangai{
    font-size: 16px!important;
 }
 .none-zhangai .iconfont{
  font-size: 20px;
 }
 .page-header-center{
            text-align: center;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            color:#cb2c1c;
        }
        .page-header-center h2{
            font-weight: bold;
        }
        .data-year01 h3{
            overflow: inherit;
        }
        .year-timey{
            margin-top: 8px;
        }
        .data-year01{
            padding-bottom: 10px;
        }
        .lt-data-red li{
            margin-top: 16px;
        }
        .banner-en img{
            width: 100%;
        }


.shenfenselect .form-control {
    width: 50%;
    font-size: 12px;
    display: initial;
    float: none;
    margin-left: 0;
}
