/*********
 * 公共的样式
*********/
body {
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.34rem;
    padding-top: 1.2rem;
}
::-moz-selection{
    background-color: #b3d4fc;
    text-shadow: none;
}
::selection{
    background-color: #b3d4fc;
    text-shadow: none;
}
@media only screen and (max-width:767px) {
    body {
        font-size: 0.24rem;
        color: #666;
        line-height: 1.5;
        padding-top: 81px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 159px;
    }
}
/*工具类*/
.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
/*导航上的文字在左面的情况
 *在中间且切且垂直居中的情况
 */
.carousel-caption-left-ilv,
.carousel-caption-center-ilv {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}
.carousel-caption-left-ilv .container,
.carousel-caption-center-ilv .center-container {
    height: 100%;
}
.carousel-caption-left-ilv .container {
    text-align: left;
}
.carousel-caption-left-ilv .container .txt-wrap,
.carousel-caption-center-ilv .center-container .txt-wrap {
    display: inline-block;
    vertical-align: middle;
}
.carousel-caption-left-ilv .container .txt-wrap {
    width: 45%;
}
.carousel-caption-left-ilv .container:after,
.carousel-caption-center-ilv .center-container:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/*pc&pad 的垂直居中*/
@media only screen and (min-width:768px ) {
    .hcenter-gsm:after{
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .visible-gsm-vertical-middle{
        display:inline-block ;
        vertical-align: middle;
    }
}
/*面包屑*/
.bread-ilvsll,
.bread-ilvsll .breadcrumb{
    background-color: #f2f2f2;
    padding-left: 0;
	color:#333;
}
.bread-ilvsll{
    margin-bottom: .2rem;
}
.bread-ilvsll .breadcrumb{
    margin-bottom: 0;
}
.bread-ilvsll .breadcrumb a,
.bread-ilvsll .breadcrumb span,
.bread-ilvsll .breadcrumb li{
    color: #000;
    font-size:18px;
}
.bread-ilvsll .breadcrumb li.active{
    color: #1884c9;
}
.bread-ilvsll .breadcrumb>li+li:before{
        content:">";
        color: #000;
        font-size: .12rem;
}
.bread-ilvsll .breadcrumb>li:nth-child(2):before{
    content: ":";
}
.bread-ilvsll .breadcrumb a:last-child{text-decoration: none;}
@media only screen and (min-width:768px ) {
    .bread-ilvsll .breadcrumb{
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
    }
    .bread-ilvsll .breadcrumb a,
    .bread-ilvsll .breadcrumb span,
    .bread-ilvsll .breadcrumb li{
        display: inline-block;
        vertical-align: middle;
        margin-top: -.02rem;
        height: 30px;

    }
}
@media only screen and (max-width:767px ) {
    .bread-ilvsll,
    .bread-ilvsll .breadcrumb{
        background-color: #fff;
        line-height: 1.5;
    }
    .bread-ilvsll .breadcrumb a,
    .bread-ilvsll .breadcrumb span,
    .bread-ilvsll .breadcrumb li,
    .bread-ilvsll .breadcrumb>li+li:before{
        color: #666;
        font-size:.22rem;
    }
    .bread-ilvsll{
        border-top: .2rem solid #eee;
    }
    .bread-ilvsll:after {
        display: block;
        content: "";
        border-bottom: 1px solid #eee;
    }
}
/*分页*/
.pager-ilvsll{
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-size: .16rem;
    color: #666;
}
.pager-ilvsll li{
    vertical-align: middle;
}
.pager-ilvsll .pre a,
.pager-ilvsll .next a{
    display: block;
    width: .3rem;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    background-color: #f3f3f3;
    font-size: .25rem;
    color: #666;
    text-decoration: none;
}
.pager-ilvsll .pre a:hover,
.pager-ilvsll .next a:hover,
.pager-ilvsll .pre a:focus,
.pager-ilvsll .next a:focus{
    color: #43B1E7;
    text-decoration: none;
}
.pager-ilvsll .current,
.pager-ilvsll .all{
    padding-left: 0;
    padding-right: 0;
}
.pager-ilvsll .current{
    color: #333;
    font-weight: 700;
}
.pager-ilvsll .gopage{
    display: inline-block;
    vertical-align:middle;
    width: .36rem;
    height: .22rem;
    padding: .04rem .02rem;
    color:#424242;
    line-height: .22rem;
}
.pager-ilvsll .goto a{
    display: block;
    width: .6rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: #fff;
    background-color: #43b1e7;
}
.pager-ilvsll .goto a:hover,
.pager-ilvsll .goto a:focus{
    background-color: #ffc30f;
    text-decoration: none;
}
@media only screen and (max-width:767px ) {
    .pager-ilvsll{
        font-size: .18rem;
    }
    .pager-ilvsll .gopage{
        height:auto;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.5;
    }
}
/*分享工具*/
.share-ilvsll{
    margin-top: .1rem;
    font-size: .22rem;
    color: #666;
}
.share-ilvsll li{vertical-align: middle;}
.share-ilvsll .share-icon{
    display: block;
    width: .36rem;
    height: .36rem;
    margin-left: .05rem;
    overflow: hidden;
    background: url(gro-ychistory.png) no-repeat;
}
.share-ilvsll .share-qspace{
    background-position: -175px -409px;
}
.share-ilvsll .share-weixin{
    background-position: -176px -449px;
}
.share-ilvsll .share-qq{
    background-position: -176px -489px;
}
.share-ilvsll .share-fcircle{
    background-position: -176px -529px;
}
.share-ilvsll .share-weibo{
    background-position: -176px -569px;
}
/*字体颜色工具*/
.fdd6304{
    color: #dd6304;
}
.f0093f0{
    color: #0093f0;
}
.fd1b113{
    color: #d1b113;
}
.f8ca010{
    color: #8ca010;
}
.f000{
    color: #fff;
}
.f14a1fb{
    color: #14a1fb!important;
}
.fa6ba27{
    color: #a6ba27!important;
}
.fedc919{
    color: #edc919!important;
}
.fffa35c{
    color: #ffa35c!important;
}
.fff8120{
    color: #ff8120!important;
}
/*颜色工具类*/
.cff8120{
    background-color: #ff8120;
}
.c14a1fb{
    background-color:#14a1fb;
}
.ca6ba27{
    background-color:#a6ba27;
}
.cedc919{
    background-color:#edc919;
}
.cffa35c{
    background-color:#ffa35c;
}
/*去掉pills选项卡的默认样式*/
.nav-pills-none>li+li{
    margin-left: 0;
}
.nav-pills-none>li>a:hover,
.nav-pills-none>li>a:focus,
.nav-pills-none>li.active>a,
.nav-pills-none>li.active>a:hover, .nav-pills-none>li.active>a:focus{
    background-color: transparent;
}
/*一些小工具*/
.txt-indent0{text-indent:0!important;}
.wpre100{width: 100%;}
.h100{height: 100%;}
.fl{float: left;}
.fr{float: right;}
.pr0{padding-right: 0;}
.plr0{
    padding-left: 0;
    padding-right: 0;
}
.mlr0{
    margin-left: 0;
    margin-right: 0;
}
.clear-left{
    clear: left;
}
@media only screen and (min-width:768px) {
    .plr7-lg{
        padding-left: .07rem;
        padding-right: .07rem;
    }
    .mt14-lg{
        margin-top: .14rem;
    }
    .mlr0-lg{
        margin-left: 0;
        margin-right: 0;
    }
    .plr0-lg{
        padding-left: 0;
        padding-right: 0;
    }
    .mb14-lg{
        margin-bottom: .14rem;
    }
    .plr1-lg{
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media only screen and (min-width: 768px) and (max-width:991px) {
    .mb14-sm{
        margin-bottom: .14rem;
    }
}
@media only screen and (max-width:767px ) {
    .plr0-xs{
        padding-left: 0;
        padding-right: 0;
    }
    .mb30-xs{
        margin-bottom: .3rem;
    }
}
/*标题*/
.title-ilvsll{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-top: .7rem;
    margin-bottom: .7rem;
    height: .2rem;
}
.title-ilvsll span{
    display: inline-block;
    font-size: .3rem;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding-left: .3rem;
    padding-right: .3rem;
}
@media only screen and (min-width:768px ) and (max-width:991px) {
    .title-ilvsll{margin-top: .5rem;}
}
@media only screen and (max-width: 767px) {
    .title-ilvsll{
        border-color: #eee;
        text-align: left;
        margin-top: 0;
        margin-bottom: .3rem;
        height: auto;

    }
    .title-ilvsll span{
    display: inline-block;
    text-align: left;
    color: #333;
    padding-left: .3rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    vertical-align: middle;
}
.title-ilvsll:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .08rem;
    height: .4rem;
    background-color: #43b1e7;
}
    .title-ilvsll.bt1-xs{border-top: 1.5px solid #eee;}
}
/*有点的标题 */
.title-dot-ivlsll{
    font-size:.22rem;
    color: #383838;
    text-align: center;
    font-weight: 500;
    margin-bottom: .5rem;
}
.title-dot-ivlsll:before,
.title-dot-ivlsll:after{
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: #2b93ea;
    font-size: .24rem;
    margin-left: .12rem;
    margin-right: .12rem;
}
@media only screen and (max-width:767px ) {
    .title-dot-ivlsll{
        margin-bottom: .3rem;
    }
}

/*默认标签*/
.label-def-ilv{
    display: inline-block;
    font-family: '\5B8B\4F53',arial;
    font-size: .14rem;
    color: #fff;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    background-color: #14A1FB;
    padding-top: 0;
    padding-bottom: 0;
}
/*标签页*/
.nav-pills.nav-pills-ilv{
    margin-top: .6rem;
    margin-bottom: .3rem;
}
.nav-pills.nav-pills-ilv>li+li{
    margin-left: 0;
}
.nav-pills.nav-pills-ilv>li{
    text-align: center;
}
.nav-pills.nav-pills-ilv>li>a{
    font-size: .22rem;
    color: #383838;
}
@media only screen and (min-width: 768px) {
    .nav-pills.nav-pills-ilv>li{
        padding-left: 0;
        padding-right: 0;
    }
    .nav-pills.nav-pills-ilv>li>a{
        border-bottom: 2px solid #E6E6E6;
        border-radius: 0;
    }
    .nav.nav-pills-ilv>li>a:hover,
    .nav.nav-pills-ilv>li>a:focus{
        background-color: transparent;
    }
    .nav-pills.nav-pills-ilv>li.active>a,
    .nav-pills.nav-pills-ilv>li.active>a:hover,
    .nav-pills.nav-pills-ilv>li.active>a:focus{
        background-color: transparent;
        color: #383838;
    }
    .nav-pills.nav-pills-ilv>li:nth-child(1)>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(1)>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(1).active>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(1).active>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(1).active>a{
        border-bottom-color: #14A1FB;
    }
    .nav-pills.nav-pills-ilv>li:nth-child(2)>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(2)>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(2).active>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(2).active>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(2).active>a{
        border-bottom-color: #EDC919;
    }
    .nav-pills.nav-pills-ilv>li:nth-child(3)>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(3)>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(3).active>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(3).active>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(3).active>a{
        border-bottom-color: #A6BA27;
    }
    .nav-pills.nav-pills-ilv>li:nth-child(4)>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(4)>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(4).active>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(4).active>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(4).active>a{
        border-bottom-color: #FF8120;
    }
    .nav-pills.nav-pills-ilv>li:nth-child(5)>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(5)>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(5).active>a:focus,
    .nav-pills.nav-pills-ilv>li:nth-child(5).active>a:hover,
    .nav-pills.nav-pills-ilv>li:nth-child(5).active>a{
        border-bottom-color: #ff3b18;
    }
}
@media only screen and (max-width:767px) {
    .nav-pills.nav-pills-ilv{
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
    .nav-pills.nav-pills-ilv>li>a{
        padding-left: 0;
        padding-right: 0;
        font-size: .28rem;
        color: #333;
    }
    .nav.nav-pills-ilv>li>a:hover,
    .nav.nav-pills-ilv>li>a:focus,
    .nav-pills.nav-pills-ilv>li.active>a,
    .nav-pills.nav-pills-ilv>li.active>a:hover,
    .nav-pills.nav-pills-ilv>li.active>a:focus{
        background-color: #43b1e7;
        color: #fff;
    }
}
/*图片*/
.h-top-ilvsll .h-top-right>li>a,
.footer-ilvsll .f-nav-icon,
.copyright-ilvsll .cr-link .cr-icon {
    background:url(../images/common-ilv.png) no-repeat;
}
/*升级浏览器*/
.browserupgrade {
    padding-bottom: 0;
    line-height: 118px;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    background-color: #ffc30f;
    letter-spacing: 2px;
    color: #333;
    font-size: 18px;
    z-index: 999;
}
/*手机端的上面框*/
@media only screen and (max-width: 767px) {
    .bt20eee-xs{border-top:20px solid #eee;}
    .lisyle-43b1e7-xs:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: .08rem;
        height: .4rem;
        margin-right: .22rem;
        background-color:#43b1e7;
    }
}

/*头部*/
.h-top-ilvsll {
    height: 40px;
    background-color: #eee;
    overflow: hidden;
}
.h-top-ilvsll ul>li {
    display: inline-block;

}

.h-top-ilvsll .h-top-left>li>a,
.h-top-ilvsll .h-top-left>li>span {
    padding: 5px;
    margin: 0 5px;
    font-size: 0.16rem;
    color: #808080;
    text-decoration: none;
}

.h-top-ilvsll .h-top-left>li>a:hover,
.h-top-ilvsll .h-top-left>li>a.active {
    font-size: .16rem;
    text-decoration: none;
    font-weight: 700;
    color: #000;
}

.h-top-ilvsll .h-top-right>li>a,
.h-top-ilvsll .h-top-right>li>button {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 5px 8px;
    vertical-align: middle;
    cursor: pointer;
}
.h-top-ilvsll .h-top-right .htr-search-btn {
    border: none;
    background-color: #eee;
    font-size: .18rem;
    color: #000;
    opacity: .5;
}
.h-top-ilvsll .h-top-right .htr-search-btn:hover{
    color: #ffad1d;
}
.h-top-ilvsll .h-top-right .htr-phone {
    background-position: 0 -22px;
}

.h-top-ilvsll .h-top-right .htr-map {
    background-position: 0 -44px;
}

.h-top-ilvsll .h-top-right .htr-search-btn:hover {
    background-position: 0 -66px;
}

.h-top-ilvsll .h-top-right .htr-phone:hover {
    background-position: 0 -89px;
}

.h-top-ilvsll .h-top-right .htr-search-btn:focus {
    outline: none;
}

.h-top-ilvsll .h-top-right .htr-search-text {
    height: 26px;
}

.h-top-ilvsll .h-top-right>li>span {
    color: #808080;
}

.h-main-ilvsll {
    height: 76px;
    background-color: #fff;
}

.h-main-ilvsll .navbar {
    border: none;
    border-bottom: 1px solid #999999;
}

.h-main-ilvsll .navbar-default {
    background-color: #fff;
}

.h-main-ilvsll .navbar-default .navbar-brand {
    height: auto;
}
.h-main-ilvsll .navbar-default .navbar-brand a{display: block;}
.h-main-ilvsll .navbar-right-ilvsll {
    position: relative;
    z-index: 1000;
    margin-top: 19px;
    background-color: #fff;
}

.h-main-ilvsll .navbar-right-ilvsll>li>a {
    padding-bottom: 8px;
    font-size: 0.2rem;
    color: #000;
}

.h-main-ilvsll .navbar-right-ilvsll>li>a+a {
    margin: 0 5px;
}
@media only screen and (max-width:767px) {
    .h-main-ilvsll .navbar-right-ilvsll>li>a+a {
        margin: 0px;
    }
}
.h-main-ilvsll .navbar-right-ilvsll>li>a:after {
    content: '';
    display: block;
    height: 7px;
    background-color: #2b93ea;
    padding: 0 5px;
    margin-top: 10px;
    border-radius: 10px;
    opacity: 0;
}

.h-main-ilvsll .navbar-right-ilvsll>li>a:hover,
.h-main-ilvsll .navbar-right-ilvsll>li.active>a,
.h-main-ilvsll .navbar-right-ilvsll>li.def-active>a{
    font-weight: 700;
    font-size: 0.2rem;
}

/*.h-main-ilvsll .navbar-right-ilvsll>li>a:hover:after,*/
.h-main-ilvsll .navbar-right-ilvsll>li.active>a:after,
.h-main-ilvsll .navbar-right-ilvsll>li.def-active>a:after {
    opacity: 1;
}

.h-main-ilvsll .navbar-right-ilvsll .dropdown-menu-ilvsll {
    padding-top: 32px;
    padding-bottom: 32px;
}

.h-main-ilvsll .navbar-brand>img,
.h-main-ilvsll .navbar-brand .navbar-hline,
.h-main-ilvsll .navbar-hline .hline-line,
.h-main-ilvsll .navbar-hline .hline-title {
    display: inline-block;
    vertical-align: middle;
}

.h-main-ilvsll .navbar-brand .navbar-hline .hline-line {
    margin-left: 20px;
    margin-right: 14px;
    width: 1px;
    height: 34px;
    background-color: #ccc;
}

.h-main-ilvsll .navbar-brand .navbar-hline .hline-title {
    font-size: 13px;
    color: #b2b2b2;
    display: inline-block;
    min-width: 1.22rem;
    min-height: .42rem;
}

.h-main-ilvsll .navbar-brand .navbar-hline .hline-iphone {
    font-size: 18px;
    color: #999;
    display: inline-block;
}

.dropdown-menu-ilvsll .drop-menu-part1 {
    /* margin-top: 24px; */
    text-align: center;
}

.dropdown-menu-ilvsll .text-right {
    text-align: right;
}

.dropdown-menu-ilvsll .drop-menu-part1 a ,
.dropdown-menu-ilvsll .drop-menu-part1 li{
    font-size: 0.18rem;
    color: #1a1a1a;
}
.dropdown-menu-ilvsll .drop-menu-part1 a:hover {
    color: #ffc30f;
    text-decoration: none;
}
.dropdown-menu-ilvsll  .drop-menu-part2>a>img,
.dropdown-menu-ilvsll  .drop-menu-part3>a>img{
    max-height: 2.4rem;
    width: 100%;
}
.dropdown-menu-ilvsll a .img-caption {
    display: block;
    height: 33px;
    line-height: 33px;
    background-color: #000;
    opacity: .6;
    margin-top: -33px;
    text-indent: 28px;
    font-size: .14rem;
    color: #fff;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.dropdown-menu-ilvsll>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a,
.dropdown-menu-ilvsll>li>a:focus{
    background-color: transparent !important;
    outline: none;
}
.h-main-ilvsll .navbar-default .logobg{
    width: 154px;
    height: 50px;
    display: block;
    background:url(../images/56d8e58e24da4.png) no-repeat;
	margin-left:35px;
}
@media only screen and (min-width:992px) {
    .h-main-ilvsll .navbar-default .navbar-brand{
        position: relative;
        padding-left: 151px;
        top: 7px;
    }
    .h-main-ilvsll .navbar-default .navbar-brand .logo-wrap{
        display: inline-block;
        width: 154px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 7px;
    }
}
@media only screen and (max-width:991px) {
    .h-main-ilvsll .navbar-default .navbar-brand .logo-wrap{
        display: inline-block;
        width: 154px;
        height: 50px;
        overflow: hidden;
    }
}

@media only screen and (min-width:767px) {
    .navbar-right .dropdown-news-ilvsll .dropdown-menu {
        right: -430px;
    }
    .navbar-right .dropdown-busi-ilvsll .dropdown-menu {
        right: -320px;
    }
    .navbar-right .dropdown-coop-ilvsll .dropdown-menu {
        right: -210px;
    }
    .navbar-right .dropdown-about-ilvsll .dropdown-menu {
        right: -100px;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a:hover,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a,
    .h-main-ilvsll .navbar-right-ilvsll>li.def-active>a{
        font-size: 0.2rem;
        font-weight: bold;
    }
}

/*768~992之间*/
@media only screen and (min-width:768px) and (max-width:991px) {
    .h-main-ilvsll .navbar-header {
        float: none;
    }
    .h-main-ilvsll .navbar-brand {
        float: none;
        text-align: center;
        display: block;
    }
    .h-main-ilvsll .navbar-brand>img {
        display: inline-block;
    }
    .navbar-right-ilvsll>li>a {
        padding-left: 21px;
        padding-right: 21px;
    }
    .navbar-right .dropdown-news-ilvsll .dropdown-menu {
        top:70px;
        right: -510px;
    }
    .navbar-right .dropdown-busi-ilvsll .dropdown-menu {
        top: 70px;
        right: -386px;
    }
    .navbar-right .dropdown-coop-ilvsll .dropdown-menu {
        top: 70px;
        right: -262px;
    }
    .navbar-right .dropdown-about-ilvsll .dropdown-menu {
        top:70px;
        right: -139px;
    }
    .dropdown-menu-ilvsll .drop-menu-part1 {
        margin-top: 0;
    }
    .dropdown-menu-ilvsll .drop-menu-part1 a {
        font-size: .16rem;
        line-height: 0.28rem;
    }
    .dropdown-menu-ilvsll .drop-menu-part1 li{
        font-size: .16rem;
    }
    .dropdown-menu-ilvsll a .img-caption {
        text-indent: 0;
        text-align: center;
    }
    .navbar-default .navbar-collapse{
        text-align: center;
    }
    .h-main-ilvsll .navbar-right-ilvsll{
        display: inline-block;
        float: none!important;
    }
}

/*小于768px*/
@media only screen and (max-width:767px) {
    .h-main-ilvsll{height: auto;}
    .h-main-ilvsll .navbar-default{margin-bottom: 0;}
    .dropdown-menu-ilvsll .drop-menu-part1 a,
    .dropdown-menu-ilvsll .drop-menu-part1 li {
        font-size: 0.26rem;
    }
    .h-main-ilvsll .navbar>.container .navbar-header{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        align-items:flex-start;
        width:100%;
        height:80px;
        overflow:hidden;
    }
     .h-main-ilvsll .navbar-brand{
        height:50px;
        overflow:hidden;
        margin-left:15px;
        -webkit-box-flex:1;
            -ms-flex-positive:1;
                flex-grow:1;
        padding:0;
    }

    .h-main-ilvsll .navbar-toggle {
        margin-right: 0;
        margin-top:26px;
    }
    .h-main-ilvsll .navbar-toggle form {
        display: inline-block;
    }
    .h-main-ilvsll .htr-search-text,
    .h-main-ilvsll .htr-search-btn {
        position: relative;
        float: right;
        padding: 10px;
        margin-top: 21px;
        font-size: 22px;
    }
    .h-main-ilvsll .htr-search-btn,
    .h-main-ilvsll .htr-search-btn :focus{
        background-color: #fff;
        border: none;
        outline: none;
    }
    .h-main-ilvsll .htr-search-btn:hover,
    .h-main-ilvsll .htr-search-btn:focus{
        color: #ffad1d;
    }
    .h-main-ilvsll .htr-search-text {
        width: 138px;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a {
        font-size: 0.28rem;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a:hover {
        font-weight: normal;
        font-size: 0.28rem;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a:after {
        height: 1px;
        background-color: #bcbcbc;
        opacity: 1;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li:last-child>a:after {
        opacity: 0;
    }
    .navbar-right-ilvsll .nr-nav a {
        font-size: 0.32rem;
        color: #333;
    }
    .navbar-right-ilvsll .nr-nav a:hover,
    .navbar-right-ilvsll .nr-nav a:focus{
        text-decoration: none;
        font-weight: 700;
    }
    .navbar-nav {
        margin-top: 0!important;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a:hover,
    .h-main-ilvsll .navbar-right-ilvsll>li>a:hover, .h-main-ilvsll .navbar-right-ilvsll>li.active>a, .h-main-ilvsll .navbar-right-ilvsll>li.def-active>a {
        color: #2bafef;
        font-weight: normal;
        font-size: 0.28rem;
    }
    .navbar-default .navbar-nav>.open>a:before,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        padding: 10px 0 8px;
        height: 28px;
        background-color: #2BAFEF;
        margin-right: .1rem;
        opacity: 0;
    }
    .navbar-default .navbar-nav>.open>a:before,
    .navbar-default .navbar-nav>.open>a:hover:before,
    .navbar-default .navbar-nav>.open>a:focus:before,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a:before,
    .h-main-ilvsll .navbar-right-ilvsll>li.active>a:hover:before {
        opacity: 1;
    }
    .navbar-default .navbar-nav>.open>a span,
    .navbar-default .navbar-nav>.open>a:hover span,
    .navbar-default .navbar-nav>.open>a:focus span {
        color: #4d4d4d;
    }
    .navbar-right-ilvsll .glyphicon {
        color: #2BAFEF!important;
        font-size: 0.24rem;
        margin-right: 10px;
    }
    .h-main-ilvsll .navbar-right-ilvsll .dropdown-menu-ilvsll {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.22rem;
    }
    .h-main-ilvsll .open .dropdown-menu-ilvsll ul>li:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #cecece;
        margin-top: .1rem;
        margin-bottom: .1rem;
        opacity: 1;
    }
    .dropdown-menu-ilvsll .drop-menu-part1 {
        margin-top: 0;
        text-align: left;
        display: block;
    }
    @media only screen and (max-width:767px) {
        .dropdown-menu-ilvsll .drop-menu-part1 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .navbar-collapse-ilvsll .nr-nav{
        padding-top: .2rem;
        padding-bottom: .2rem;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #cecece;
    }
    .navbar-collapse-ilvsll .nr-nav .list-inline>li{
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .navbar-collapse-ilvsll .nr-nav .list-inline>li:first-child{
        padding-left: 0;
        margin-left: -15px;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a{
        padding-top: .2rem;
        padding-bottom: 0;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>a:after{
        margin-top: .2rem;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>ul>li>ul>li{
        padding-top: .1rem;
    }
    .h-main-ilvsll .navbar-right-ilvsll>li>ul>li>ul>li>a{
        padding-left: .22rem;
    }
    .h-main-ilvsll .open .dropdown-menu-ilvsll ul>li:after{
        margin-top: .1rem;
        margin-bottom: 0;
    }
    .h-main-ilvsll .navbar-right-ilvsll .dropdown-menu-ilvsll{
        padding-left: 0;
    }

}

.navbar-collapse-ilvsll .carousel-indicators .active {
    background-color: #ffc30f;
}

/*底部*/

.footer-ilvsll {
    background-color: #4f4f4f;
}

.footer-ilvsll .f-nav-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 50px auto 20px;
}

.footer-ilvsll .f-nav-txt {
    font-size: 0.18rem;
    color: #fff;
}

.footer-ilvsll dt>a:hover {
    text-decoration: none;
}

.footer-ilvsll dt>a:hover .f-nav-txt,
.footer-ilvsll dt>a.active .f-nav-txt {
    color: #2a94e9;
}

.footer-ilvsll .f-nav-list a,
.footer-ilvsll .f-nav-list span {
    font-size: 0.14rem;
    color: #878787;
    line-height: .24rem;
}

.footer-ilvsll .f-nav-list a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-ilvsll .f-nav-list>li {
    padding-left: 0;
    padding-right: 0;
}

.footer-ilvsll .f-icon-pro {
    background-position: -22px 0;
}

.footer-ilvsll .f-icon-ser {
    background-position: -22px -50px;
}

.footer-ilvsll .f-icon-news {
    background-position: -22px -100px;
}

.footer-ilvsll .f-icon-coop {
    background-position: -22px -150px;
}

.footer-ilvsll .f-icon-about {
    background-position: -22px -200px;
}

.footer-ilvsll .f-icon-join {
    background-position: -22px -250px;
}

.footer-ilvsll .f-icon-fea {
    background-position: -72px -52px;
}

.footer-ilvsll .f-icon-busi {
    background-position: -72px -100px;
}

.footer-ilvsll .f-icon-cha {
    background-position: -72px -150px;
}

.footer-ilvsll .f-icon-man {
    background-position: -72px -200px;
}

.footer-ilvsll dt>a:hover .f-icon-pro,
.footer-ilvsll dt>a.active .f-icon-pro {
    background-position: -245px 0;
}

.footer-ilvsll dt>a:hover .f-icon-ser,
.footer-ilvsll dt>a.active .f-icon-ser {
    background-position: -245px -50px;
}

.footer-ilvsll dt>a:hover .f-icon-news,
.footer-ilvsll dt>a.active .f-icon-news {
    background-position: -245px -100px;
}

.footer-ilvsll dt>a:hover .f-icon-coop,
.footer-ilvsll dt>a.active .f-icon-coop {
    background-position: -245px -150px;
}

.footer-ilvsll dt>a:hover .f-icon-about,
.footer-ilvsll dt>a.active .f-icon-about {
    background-position: -245px -200px;
}

.footer-ilvsll dt>a:hover .f-icon-join,
.footer-ilvsll dt>a.active .f-icon-join {
    background-position: -245px -250px;
}

.footer-ilvsll dt>a:hover .f-icon-fea,
.footer-ilvsll dt>a.active .f-icon-fea {
    background-position: -122px -52px;
}

.footer-ilvsll dt>a:hover .f-icon-busi,
.footer-ilvsll dt>a.active .f-icon-busi {
    background-position: -122px -100px;
}

.footer-ilvsll dt>a:hover .f-icon-cha,
.footer-ilvsll dt>a.active .f-icon-cha {
    background-position: -122px -150px;
}

.footer-ilvsll dt>a:hover .f-icon-man,
.footer-ilvsll dt>a.active .f-icon-man {
    background-position: -122px -200px;
}

.copyright-ilvsll {
    padding: 15px 0 12px;
    background-color: #4f4f4f;
}

.copyright-ilvsll .cr-logo {
    margin-top: 10px;
    margin-bottom: 25px;
}

.copyright-ilvsll .cr-search {
    margin-top: 20px;
    margin-bottom: 30px;
}

.copyright-ilvsll .cr-search .form-control {
    width: 230px;
    height: 30px;
    border: 1px solid #595959;
    background-color: transparent;
}

.copyright-ilvsll .has-feedback {
    width: 230px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
    height: 30px;
    line-height: 30px;
}

.copyright-ilvsll .cr-link .cr-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.copyright-ilvsll .cr-link .cr-icon-face {
    background-position: -72px 0;
}

.copyright-ilvsll .cr-link .cr-icon-weixin {
    background-position: -112px 0;
}

.copyright-ilvsll .cr-link .cr-icon-t {
    background-position: -150px 0;
}

.copyright-ilvsll .cr-link .cr-icon-weibo {
    background-position: -184px 0;
}

.copyright-ilvsll .cr-link .cr-icon-in {
    background-position: -221px 0;
}

.copyright-ilvsll .cr-link .cr-icon:hover {
    background-position-y: -25px;
}

.copyright-ilvsll .weixin-id span {
    font-size: 0.12rem;
    color: #bfbfbf;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-ilvsll p{
    font-size: 0.12rem;
    color: #6c6c6c;
    font-family: '\5B8B\4F53';
    line-height: 1.5;
    margin-bottom: .05rem;
}
.copyright-ilvsll .weixin{
    font-size: 0.12rem;
    color: #6c6c6c;
    font-family: '\5B8B\4F53';
}
.copyright-ilvsll .font-arial10 {
    font-family: 'Arial';
}
.copyright-ilvsll a{
    color: #6c6c6c;
}
.copyright-ilvsll a:hover{
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width:767px) {
    .copyright-ilvsll p,
    .copyright-ilvsll a,
    .copyright-ilvsll .font-arial10 {
        font-size: .18rem;
        color: #666;
        font-family: '\5B8B\4F53';
        margin-right: .1rem;
    }
    .copyright-ilvsll a:hover{
        color: #43B1E7;
    }
}

/*手机端底部*/

.f-m-ilvsll {
    background-color: #fff;
    color: #999;
}

.f-m-ilvsll .fm-list {
    margin-bottom: .18rem;
}

.f-m-ilvsll .fm-list:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #b3b3b3;
}

.f-m-ilvsll .fm-list:last-child:after {
    display: none;
}

.f-m-ilvsll .fm-list-title>span {
    display: inline-block;
    padding: .1rem 0;
    font-size: .28rem;
}

.f-m-ilvsll .fm-list-title>span:after {
    content: "";
    display: block;
    margin-top: .1rem;
    height:1px;
    background-color: #e6e6e6;
}

.f-m-ilvsll .fm-list-con {
    padding-left: 15px;
    padding-bottom: .15rem;
}

.f-m-ilvsll .fm-list-con ul {
    margin-bottom: 0;
}

.f-m-ilvsll .fm-list-con a {
    font-size: .24rem;
    color: #999;
}

.f-m-ilvsll .fm-list-con a:before {
    content: "";
    display: inline-block;
    width: .06rem;
    height: .06rem;
    margin-right: .1rem;
    background-color: #43b1e7;
    vertical-align: middle;
}

.f-m-ilvsll .fm-list-con li {
    padding-bottom: .07rem;
    padding-top: .07rem;
}

@media only screen and (max-width:767px) {
    .copyright-ilvsll {
        border-top: .2rem solid #eee;
        background-color: #fff;
    }
}


/*服务*/
/*头部导航*/

@media only screen and (min-width:768px) and (max-width:991px) {

    .ser-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu {
        top: 70px;
        right: -429px;
    }
    .ser-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu {
        right: -264px;
        top: 70px;
    }
    .ser-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu {
        right: -99px;
        top: 70px;
    }
}

@media only screen and (min-width:992px) {
    .ser-hmain-ilvsll .navbar-right-ilvsll>li a {
        text-decoration: none;
    }
    .ser-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu {
        right: -298px;
    }
    .ser-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu {
        right: -148px;
    }
    .ser-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu {
        right: 2px;
    }
    .g-banner-ilvsll .carousel-indicators .active {
        background-color: #0075c2;
    }
}

/*头?康己?/
@media only screen and (min-width:768px) and (max-width:991px) {
    .dropdown-menu-ilvsll  .drop-menu-part2>a>img,
.dropdown-menu-ilvsll  .drop-menu-part3>a>img{min-height: 1.5rem;}
    .pro-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu {
        top: 70px;
        right: -428px;
    }
    .pro-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu {
        top: 70px;
        right: -326px;
    }
    .pro-hmain-ilvsll .dropdown-cha-ilvsll .dropdown-menu {
        top: 70px;
        right: -224px;
    }
    .pro-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu {
        right: -122px;
         top: 70px;
    }
}

@media only screen and (min-width:992px) {
    .pro-hmain-ilvsll .navbar-right-ilvsll>li:last-child a {
        margin-right: 0;
    }
    .pro-hmain-ilvsll .dropdown-menu-ilvsll .drop-menu-part1 {
        /* margin-top: .08rem; */
    }
    .pro-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu {
        right: -268px;
    }
    .pro-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu {
        right: -178px;
    }
    .pro-hmain-ilvsll .dropdown-cha-ilvsll .dropdown-menu {
        right: -88px;
    }
    .pro-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu {
        right: 2px;
    }
    .pro-banner-ilvsll .carousel-indicators .active {
        background-color: #0075c2;
    }
}


/*底部*/
.pro-footer-ilvsll dl {
    padding-left: .29rem;
    padding-right: .29rem;
}
@media only screen and (max-width:767px) {
    .pro-footer-ilvsll dl {
        padding-left: 0;
        padding-right: 0;
    }
}
/*banner*/
.carousel-ilvsll .carousel-indicators {
    bottom: 5px;
    margin-bottom: 0;
    line-height: 1.5;
}
.carousel-caption .h44p24a14-lg .more:hover{
    background-color: #43B1E7;
    border-color: #43B1E7;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width:767px) {
    .carousel-caption-left-ilv .h36p16-lg h3 {
        font-size: .36rem;
    }
    .carousel-caption-left-ilv .container .txt-wrap {
        width: 55%;
    }
    .carousel-caption .h44p24a14-lg h3 {
        font-size: .3rem;
        margin-top: .1rem;
        margin-bottom: .08rem;
    }
    .carousel-caption .h44p24a14-lg p {
        font-size: .18rem;
        text-indent: 0;
    }
    .carousel-caption .h44p24a14-lg .more {
        display: inline-block;
        padding: .02rem .1rem;
        border: 1px solid #fff;
        border-radius: .3rem;
        margin-top: 0rem;
        font-size: .1rem;
        color: #fff;
        line-height: 1.5;
    }
    .carousel-caption .h52p32-lg p{text-indent: 0;}
}

@media only screen and (min-width:768px) {
    .carousel-caption .h36p16-lg h3 {
        font-size: .32rem;
    }
    .carousel-caption .h44p24a14-lg h3 {
        font-size: .34rem;
        margin-top: .1rem;
    }
    .carousel-caption .h44p24a14-lg p {
        font-size: .23rem;
        text-indent: 0;
    }
    .carousel-caption .h44p24a14-lg .more {
        display: inline-block;
        padding: .04rem .14rem;
        border: 2px solid #fff;
        border-radius: .3rem;
        margin-top: .04rem;
        font-size: .12rem;
        color: #fff;
        line-height: 1.5;
    }
    .carousel-caption .h52p32-lg h3 {
        font-size: .24rem;
        margin-bottom: 0;
    }
    .carousel-caption .h52p32-lg p {
        font-size: .2rem;
    }
}

@media only screen and (min-width:992px) {
    .carousel-caption .h36p16-lg h3 {
        font-size: .32rem;
    }
    .carousel-caption .h36p16-lg p {
        font-size: .14rem;
        line-height: 1.5;
    }
    .carousel-caption .h44p24a14-lg h3 {
        font-size: .44rem;
        margin-top: .1rem;
    }
    .carousel-caption .h44p24a14-lg p {
        font-size: .24rem;
        text-indent: 0;
    }
    .carousel-caption .h44p24a14-lg .more {
        padding: .12rem .15rem;
        font-size: .14rem;
    }
    .carousel-caption .h52p32-lg h3 {
        font-size: .3rem;
    }
    .carousel-caption .h52p32-lg p {
        font-size: .22rem;
        text-indent: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .carousel-caption .h36p16-lg h3 {
        font-size: .36rem;
    }
    .carousel-caption .h36p16-lg p {
        font-size: .16rem;
    }
    .carousel-caption .h44p24a14-lg .more {
        margin-top: .2rem;
    }
    .carousel-caption .h52p32-lg h3 {
        font-size: .38rem;
    }
}

@media only screen and (min-width: 1600px) {
    .carousel-caption .h52p32-lg h3 {
        font-size: .52rem;
    }
    .carousel-caption .h52p32-lg p {
        font-size: .32rem;
        margin-top: .2rem;
    }
}
.carousel-caption-left-ilv .h48-lg h3 {
    font-size: .48rem;
}

/*几种按钮*/
/*默认*/
.btn-def-ilv{
    background-color: #43b1e7;
    color: #fff;
}
.btn-def-ilv:hover{
    background-color: #ffc30f;
}
/*查看详情*/
.btn-more-ilv{
    border: 1px solid #0075c2;
    background-color: #fff;
    color: #0075c2;
}
.btn-more-ilv:hover{
    background-color:#43b1e7;
    color: #fff;
    text-decoration: none;
}
/*带阴影按钮*/
.btn-shadow-ilv{
    color: #000;
    border: 1px solid #CCCCCC;
    background-color: #fcfcfc;
    box-shadow: 2px 3px 1px rgba(0,0,0,.45);
}
.btn-shadow-ilv:hover{
    color: #fff;
    border-color: #43B1E7;
    background-color: #43B1E7;
    text-decoration: none;
}
/*ppt按钮*/
.btn-ppt-ilv{
    color: #FFF35F;
    background-color: #ff9b54;
}
.btn-ppt-ilv:hover{
    background-color: #e36d1b;
    text-decoration: none;
    color: #fff;
}
/*演讲稿*/
.btn-spe-ilv{
    background-color: #43b1e7;
    color: #fff;
}
.btn-spe-ilv:hover{
    background-color: #1074c8;
    text-decoration: none;
    color: #fff;
}
/*提交*/
.btn-submit{
    color: #fff;
    background-color: #43B1E7;
}
.btn-submit-ilv:hover,
.btn-submit-ilv:focus{
    color: #fff;
    background-color:#ffc30f;
}
/*返回顶部*/
.to-top-ilvsll{
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #b3b3b3;
    border-radius: 8px;
    display: none;
    right: 2%;
}
.to-top-ilvsll.affix{
    bottom: 10px;
    display: block;
}
.to-top-ilvsll.affix-bottom{
    position: fixed;
    display: block;
}
.to-top-ilvsll a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}
.to-top-ilvsll a:hover{
    background-color: #808080;
}
.to-top-ilvsll a .txt{
    display: block;
    font-weight: 700;}
.to-top-ilvsll .glyphicon-arrow-up{
    top: -10px;
}

/*统一给文档加首航缩进*/
p{text-indent: 0em;}
.p-tindent0-ilvlz{text-indent: 0;}

/*大于1920的时候显示和隐藏*/
@media only screen and (min-width:1921px) {
    .visible-llg-inline{
        display: inline!important;
    }
    .hidden-llg{
        display: none!important;
    }
}
a:focus{outline: none;}
/*ie9+浏览器的兼容性统一调整*/
/*分页*/
@media screen and (min-width:0\0) {
    .pager-ilvsll .gopage{
        height: auto;
        padding-top: .02rem;
        padding-bottom: .02rem;
    }
}

/*404页面*/
.nofind-body-ilvsll{
    height: 6.12rem;
    background: #f3f8fa url(404-ilvsll.jpg) no-repeat center;
    background-size:contain;
}
@media only screen and (max-width:991px ) {
    .nofind-body-ilvsll{
        background-size: contain;
    }
}

/*1366屏幕分辨率的调试*/
@media only screen and (min-width:992px) and (max-width:1366px){
    .dropdown-menu-ilvsll  .drop-menu-part2>a>img,
    .dropdown-menu-ilvsll  .drop-menu-part3>a>img{
        max-height:1.8rem;
    }
    .navbar-right .dropdown-news-ilvsll .dropdown-menu{
        right: -415px;
    }
    .navbar-right .dropdown-busi-ilvsll .dropdown-menu{
        right:-315px
    }
    .navbar-right .dropdown-coop-ilvsll .dropdown-menu{
        right: -215px;
    }
    .navbar-right .dropdown-about-ilvsll .dropdown-menu{
        right: -115px;
    }
    .pro-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu{
        right: -263px;
    }
    .pro-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu{
        right: -180px;
    }
    .pro-hmain-ilvsll .dropdown-cha-ilvsll .dropdown-menu{
        right: -97px;
    }
    .pro-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu{
        right: -14px;
    }
    .ser-hmain-ilvsll .dropdown-news-ilvsll .dropdown-menu{
        right: -287px;
    }
    .ser-hmain-ilvsll .dropdown-busi-ilvsll .dropdown-menu{
        right: -151px;
    }
    .ser-hmain-ilvsll .dropdown-coop-ilvsll .dropdown-menu{
        right: -15px;
    }
    /*===头部
     */
    .h-top-ilvsll{height: auto;}
    .h-top-ilvsll .h-top-left{margin-bottom: 0;}
}


/*给p包裹文字加上字间距*/
@media only screen and (min-width:768px) {
    .TRS_Editor p{letter-spacing: 1px;}
}

.page{width:100%; height:30px; padding-bottom:10px; text-align:right; margin:0 auto 15px auto; margin-top:15px; clear:both;}
.page a{width:auto; padding:0px 10px; display:inline-block; color:#666; height:28px; line-height:28px; border:1px solid #dcdddd; background:#FFF; vertical-align:middle; margin-right:2px;}
.page span{ background: none repeat scroll 0 0 #fff; border: 1px solid #dcdddd; color: #666; display: inline-block; height: 28px; line-height: 28px; margin-right: 2px; padding: 0 10px; vertical-align: middle; width: auto;}
.page a:hover{background:#d5d4d8; text-decoration:none;}
.pagehover{background:#d5d4d8 !important; text-decoration:none !important;}

.fanye{width:1140px; line-height:20px; border-top:1px solid #eee; padding-top:15px; padding-bottom:15px; margin:0 auto;}
.fanye p{color:#333; font-size:14px; font-family:'微软雅黑';}
.fanye p a{ color:#333;}
.fanye p a:hover{color:#43b1e7}

.container p{color:#6c6c6c;}