/* 关于我们 */
ul,
li {
    list-style: none;
}

.page {
    padding: 35px 0;
}

.page {
    overflow: hidden;
}

.wrap {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.page_tit {
    color: #391e63;
    text-align: center;
    margin-bottom: 30px;
}

.page_tit h3 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}

h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.page1_list li {
    width: 33.333333333333336%;
    float: left;
}

.img {
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
}

.page1_list .box {
    padding: 12px;
    border: 1px solid #eee;
    background: #fff;
    margin-left: -1px;
}

.page1_list .tit {
    padding: 20px 0;
    text-align: center;
    color: #55328b
}

.page1_list .tit h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.page1_list .tit p {
    text-align: center;
}

.page1_list .d_txt {
    padding: 0 10px;
    line-height: 24px;
    color: #909098;
    height: 72px;
    overflow: hidden;
}

.page_tit p {
    text-align: center;
    font-size: 16px;
    color: #391e63;
}

/* 服务内容 */
.bussiness {
    background: #f5f5f5;
    width: 100%;
}

.news .section_head {
    padding-bottom: 20px;
}

.section_head {
    padding: 30px 0px 50px;
}

.section_head .title {
    text-align: center;
}

.section_head .title p {
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
}

.section_head .title p i {
    color: #ff5500;
}

.section_head .title span {
    display: block;
    color: #888;
    font-size: 13px;
    margin-top: 15px;
}

.news .news-body {
    /* margin-bottom: 50px; */
}

.news .news-body .news_link {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.news .news-body .news_link ul li:hover a,
.news .news-body .news_link ul li.on {
    background-color: #006acd;
    color: #fff;
}

.news .news-body .news_link ul li {
    display: inline-block;
    color: #555;
    font-size: 16px;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #c4c4c4;
    margin: 0 15px;
    cursor: pointer;
}

.news .news-body .news_link ul li a {
    display: block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news_wrap .bd {
    position: relative;
    width: 1200px;
    height: 630px;
}

.news .news-body .news_wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.newslis dl {
    float: left;
    width: 580px;
    margin: 0 0px 30px 0;
    height: auto;
    background: #f3f3f3;
    padding: 20px;
}

.newslis dl:nth-child(2n) {
    float: right;
}

.newslis dl dt {
    float: left;
    height: 135px;
}

.news-box-img {
    position: relative;
    max-width: 200px;
}

.news-box-img img {
    width: 180px;
    height: 135px;
}

.news-data {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    text-align: center;
    background: #006acd;
    color: #fff;
}

.news-data span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.news-data em {
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    margin-top: -3px;
}

.newslis dl dd {
    float: right;
    width: 320px;
    height: 135px;
}

.newslis dl dd h4 {
    font-size: 16px;
    overflow: hidden;
    font-weight: normal;
}

.newslis dl dd h4 a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslis dl dd p {
    color: #666;
    font-size: 14px;
    padding-top: 15px;
    line-height: 30px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.news .news-body .more a {
    display: block;
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #006acd;
    color: #006acd;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.more {
    padding-bottom: 30px;
}

.more a {
    text-decoration: none;
}

.news .news-body .more a:hover {
    background-color: #006acd;
    color: #fff;
}

/*屏幕小于768px应用一下样式*/
@media (max-width:768px) {

    /*banner图*/
    .section_head {
        padding: 30px 10px;
    }

    .section_head .title p {
        font-size: 24px;
    }

    .section_head .title span {
        font-size: 14px;
    }

    .flex-direction-nav a {
        opacity: 1;
        width: 30px;
        height: 60px;
        background-size: 60px 60px;
    }

    .flex-direction-nav .flex-prev {
        left: 2%;
        background-position: 0px 0px;
    }

    .flex-direction-nav .flex-next {
        right: 2%;
        background-position: -30px 0px;
    }

    /*服务*/
    .bussiness-body {
        padding: 0 10px;
        overflow: inherit;
        box-sizing: border-box;
    }

    .bussiness-body .item {
        margin-bottom: -1px;
    }

    .bussiness-body .item,
    .bussiness-body .item.on {
        width: 33.333%;
    }

    .bussiness-body .item .service {
        width: 100%;
        height: auto;
        border: 1px solid #dcdcdc;
        border-width: 1px 0px 1px 1px;
        box-sizing: border-box;
    }

    .bussiness-body .item .service,
    .bussiness-body .item.on .service {
        border: 1px solid #dcdcdc;
        border-width: 1px 0px 1px 1px;
        background: transparent;
    }

    .bussiness-body .item.item2 .service,
    .bussiness-body .item.item5 .service {
        border-width: 1px 1px 1px 1px;
    }

    .bussiness-body .item.on .service {
        width: 100%;
    }

    .bussiness-body .item .service .content {
        height: auto;
        padding: 30px 0px;
    }

    .bussiness-body .item .service .content .icon {
        margin-top: 30px;
    }

    .bussiness-body .item .price {
        display: none;
    }

    .bussiness-body .item .service .info {
        display: none;
    }

    .bussiness-body .item.item1,
    .bussiness-body .item.item2,
    .bussiness-body .item.item1.on,
    .bussiness-body .item.item2.on {
        width: 50%;
    }

    .bussiness-body .item .service .content h4 a {
        color: #4b4b4b;
        ;
        font-size: 16px;
    }

    .bussiness-body .item.on .service .content h4 a {
        color: #4b4b4b;
    }

    .bussiness-body .item.on .service .content p {
        color: #4b4b4b;
    }

    .bussiness-body .item.on .service .content .bussiness-icon1 {
        background: url(../images/icon1.png) no-repeat 0px -822px;
        height: 72px;
        padding-left: 88px;
    }

    .bussiness-body .item.on .service .content .bussiness-icon2 {
        background: url(../images/icon1.png) no-repeat 0px -750px;
        height: 72px;
        padding-left: 42px;
    }

    .bussiness-body .item.on .service .content .bussiness-icon3 {
        background: url(../images/icon1.png) no-repeat 0px -1254px;
        height: 72px;
        padding-left: 64px;
    }

    .bussiness-body .item.on .service .content .bussiness-icon4 {
        background: url(../images/icon1.png) no-repeat 0px -966px;
        height: 72px;
        padding-left: 60px;
    }

    .bussiness-body .item.on .service .content .bussiness-icon5 {
        background: url(../images/icon1.png) no-repeat 0px -1038px;
        height: 72px;
        padding-left: 55px;
    }

    /*案例*/
    .case_wrap ul {
        padding: 0px 7px
    }

    .case_wrap ul li {
        width: calc(50% - 6px);
        margin: 3px;
        box-sizing: border-box;
    }

    .case_wrap ul li .info {
        height: 40px;
    }

    .case_wrap ul li .info h5 {
        width: 100%;
        height: 20px;
        line-height: 20px;
    }

    .case_wrap ul li .info h5 a {
        font-size: 16px;
    }

    .case_wrap ul li .info .fr {
        display: none;
    }

    /*方案*/
    .solution {
        padding: 1px 0px 30px;
        height: auto;
        background-size: cover;
    }

    .solution .solution-slide {
        width: 100%;
    }

    .solution .solution-slide .solution-slide-menu {
        width: 100%;
        position: static;
    }

    .solution .solution-slide .solution-slide-menu ul {
        padding: 0px 10px;
    }

    .solution .solution-slide .solution-slide-menu ul li {
        margin-bottom: 10px;
    }

    .solution .solution-slide .solution-slide-menu ul li span {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: auto;
    }

    .solution .solution-slide .solution-slide-body {
        display: none;
    }

    /*新闻*/
    .news .news-body .news_wrap {
        margin: 0px 10px 30px;
    }

    .news .news-body .news_wrap .news_item {
        margin-bottom: 15px;
    }

    .news .news-body .news_wrap .news_item .time {
        width: 95px;
        height: 88px;
    }

    .news .news-body .news_wrap .news_item .time strong {
        height: 55px;
        line-height: 55px;
        font-size: 45px;
    }

    .news .news-body .news_wrap .news_item .time p {
        height: 35px;
        line-height: 35px;
    }

    .news .news-body .news_wrap .news_item .con {
        width: calc(100% - 110px);
        height: 90px;
    }

    .news .news-body .news_wrap .news_item .con h4 {
        margin-bottom: 5px;
    }

    .news .news-body .news_wrap .news_item .con h4 a {
        display: block;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news .news-body .news_wrap .news_item .con p a {
        font-size: 13px;
        line-height: 19px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .newslis dl {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 10px;
        margin-bottom: 15px;
    }

    .newslis dl:nth-child(2n) {
        float: none;
    }

    .newslis dl dd {
        width: calc(100% - 190px);
    }

    .newslis dl dd p {
        -webkit-line-clamp: 3;
        font-size: 12px;
        height: 95px;
        line-height: 20px;
        padding-top: 10px;
    }

    .footer-topbar {
        padding: 0px;
    }

    .footer-topbar .footer-topbar-content .footer-topbar-item {
        width: 50%;
    }

    .footer-topbar .footer-topbar-content .footer-topbar-item .f-top-img {
        float: none;
    }

    .footer-topbar .footer-topbar-content .footer-topbar-item .f-top-img .icon {
        margin: 0 auto;
    }

    .footer-topbar .footer-topbar-content .footer-topbar-item .f-top-content {
        float: none;
        margin-top: 5px;
        text-align: center;
    }

    .footer-topbar .footer-topbar-content .footer-topbar-item .f-top-content .h4 {
        font-size: 18px;
    }
}

/*屏幕小于540px应用一下样式*/
@media (max-width:540px) {

    /*案例*/
    .service_wrap {
        padding: 50px 0px;
    }

    .service_wrap .main-wrap ul li h4 {
        font-size: 35px;
    }

    .service_wrap .main-wrap ul li p {
        font-size: 24px;
    }

    /*新闻*/
    .newslis dl dt {
        height: 110px;
    }

    .news-box-img img {
        width: auto;
        height: 110px;
        width: 120px;
    }

    .newslis dl dd {
        width: calc(100% - 130px);
    }
}

/* 前沿观察 */
/*-----------------------------------产品集组件---------------------------*/
.w-productList .w-prd-list-cell{margin-bottom:10px;}
.w-productList .w-prd-list-cell .w-prd-list-cell-in{ margin:0 12px;}
.w-productList .w-prd-infobox h2 {
    font-size: 115%;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}
.w-productList .w-prd-list-cell .w-prd-sum{ line-height:1.3; font-size:95%; overflow:hidden;}
.w-productList .prd_pre,.w-productList .prd_next{position:absolute; z-index:2; width:25px; height:40px; top:50%; margin-top:-20px; background-image:url(../images/adprdslide.png); background-repeat:no-repeat; cursor:pointer;}
.w-productList .prd_pre{left:-8px; background-position:0 0;}
.w-productList .prd_next{right:-8px; background-position:-25px 0;}
.prd_pageState{text-align:center; margin-top:0;}
.prd_pageState span{ background:#CBCBCB; width:8px; height:8px; display:inline-block; *display:inline; *zoom:1; margin:0 3px; cursor:pointer; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.prd_pageState span.active{ background:#FF8F20;}
@media (max-width:767px) {
    .w-productList2 .w-prd-list-cell {
        width: 50%;
    }
}
/*-----------------------------产品----------------------*/
.w-prd-more a{ color:#999;}
.w-prd-list-cell .w-prd-infobox h2{ margin-bottom:0;}
.w-prd-list-cell .w-prd-infobox h2,.w-product .w-prd-infobox h2{ font-size:115%;}
.w-prd-list-cell .w-prd-sum{ line-height:1.3; }
.w-prd-list-cell .w-prd-price-groups{margin-bottom:0;}
.w-prd-list-cell .w-prd-price-groups .product-price-prefix{font-weight:normal; }
.w-prd-list-cell .w-prd-btns a{line-height:1.2;}
.w-prd-list-cell .w-prd-btns a.btn-buy{ background:#628A82; border-color:#628A82; color:#fff;}
.w-prd-list-cell .w-prd-price-groups > div{ font-size:100%;}
.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale{color:#EB4346;}
.w-productList1 .w-prd-list-cell .w-prd-con,.w-productList2 .w-prd-list-cell .w-prd-con,.w-product1 .w-prd-list-cell .w-prd-con{ background:#fff;}
.w-productList1 .w-prd-list-cell .w-prd-con .w-prd-infobox,.w-productList2 .w-prd-list-cell .w-prd-con .w-prd-infobox,.w-product1 .w-prd-list-cell .w-prd-con .w-prd-infobox{padding-left:1em;padding-right:1em;}
.w-productList1 .w-prd-list-cell .w-prd-con .w-prd-infobox h2,.w-productList2 .w-prd-list-cell .w-prd-con .w-prd-infobox h2,.w-product1 .w-prd-list-cell .w-prd-con .w-prd-infobox h2{ margin-bottom:0.5em;}
.w-productList1 .w-prd-list-cell:hover .w-prd-con,.w-productList2 .w-prd-list-cell:hover .w-prd-con,.w-product1 .w-prd-list-cell:hover .w-prd-con{ background:#C8A063;}
.w-productList1 .w-prd-list-cell:hover .w-prd-con,.w-productList2 .w-prd-list-cell:hover .w-prd-con,.w-product1 .w-prd-list-cell:hover .w-prd-con,.w-productList1 .w-prd-list-cell:hover .w-prd-con a,.w-productList2 .w-prd-list-cell:hover .w-prd-con a,.w-product1 .w-prd-list-cell:hover .w-prd-con a{ color:#fff;}
.w-prd-list .w-prd-list-cell .w-prd-sum{ color:#8f8f8f;}
.w-prd-list1 .w-prd-list-cell .w-prd-imgbox{ background:url(../img/prdimgbg.png) no-repeat center; background-size:100% 100%; padding:1px 4px 3px 1px;}
.w-prd-list1 .w-prd-list-cell .w-prd-infobox h2{ margin-bottom:0.2em;}
.w-prd-list1 .w-prd-list-cell .w-prd-infobox h2 a{ text-decoration:none; padding-bottom:0.2em; border-bottom:1px solid transparent; display:inline-block; *display:inline; *zoom:1;}
.w-productList .prd_pre{ background:url(../img/slide_left.png) no-repeat center; background-color:rgba(0,0,0,0.6); background-size:contain; width:40px; height:40px; left:0; margin-top:-40px; visibility:hidden; }
.w-productList .prd_next{ background:url(../img/slide_right.png) no-repeat center;background-color:rgba(0,0,0,0.6); background-size:contain;width:40px; height:40px; right:0; margin-top:-40px; visibility:hidden; }
.w-productList:hover .prd_pre,.w-productList:hover .prd_next{ visibility:visible;}
.w-productList3{ margin-left:-1px; margin-right:-1px;}
.w-productList3 .w-prd-list-cell .w-prd-list-cell-in{ margin:0 1px;}
.prd_pageState span{ width:30px; height:3px; border-radius:0; -webkit-border-radius:0;}
.product-detail-info .product-grayBox .product-prices{line-height:1.2;}
.product-detail-info .product-grayBox{background:none; border-top:1px solid #eee; border-bottom:1px solid #eee;}
.product-detail-info .product-grayBox .collect_share p{ color:#333;}
.product-detail-images .bx-controls-direction { visibility:hidden;}
.product-detail-images:hover .bx-controls-direction { visibility:visible;}
.info_tab{border-bottom:1px solid #E8E8E8;}
.info_tab_in{border:0;}
.info_tab ul{ padding:0;}
.info_tab li{border:0; background:none; margin-bottom:0; margin-right:3px;}
.info_tab li a{color:#666; background:#E8E8E8; padding-top:0.2em; padding-bottom:0.2em; display:block; font-size:105%;}
.descon_item,.fileListBox,.msgLBox{ padding-left:0; padding-right:0;}

.w-header .row,.topLogBox .topLogBox-in,.w-main .row,.w-footer-in{ max-width:1200px; margin:0 auto;}
.w-productList2 .g-fanl {
    width: 24.99%;
}
.pdBottom-big {
    padding-bottom: 30px !important;
}
.pdTop-big {
    padding-top: 30px !important;
}
.w-section .row .row-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.w-section .row .wrap-content-in {
    position: relative;
    z-index: 3;
}
.w-section .row {
    position: relative;
    margin: 0 auto;
}
.pdBottom-default {
    padding-bottom: 0 !important;
}
.pdTop-default {
    padding-top: 0 !important;
}
.wrap-content-in {
    padding: 20px 0;
}
.title-h-in {
    min-height: 25px;
}
.w-title30 .tith {
    text-align: left;
    display: inline-block;
    line-height: 1.2;
}
.w-title30 .tith h2 {
    font-size: 18px;
    color: #666;
    margin-bottom: 5px;
}
.w-title h2 {
    font-weight: normal;
    margin: 0;
}
.w-title30 .tith span {
    color: #c8a063;
}
.w-title30 .tith span {
    font-size: 30px;
}
.w-title30 .more {
    background: #C8A063;
    color: #fff;
    border: 0;
    line-height: 1.8;
    padding: 0 1em;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    right: 7px;
    top: 6%;
    margin-top: -0.75em;
    text-decoration: none;
}
.w-title30 .more span {
    font-size: 100%;
}
.w-productList2 {
    position: relative;
}
.w-productList {
    margin-left: -12px;
    margin-right: -12px;
}
.w-productList .prd_pre {
    background: url(../images/slide_left.png) no-repeat center;
    background-color: rgba(0,0,0,0.6);
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 0;
    margin-top: -40px;
    visibility: hidden;
}
.w-productList .prd_next {
    background: url(../images/slide_right.png) no-repeat center;
    background-color: rgba(0,0,0,0.6);
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -40px;
    visibility: hidden;
}
.prd_pageState {
    text-align: center;
    margin-top: 0;
}
.prd_pageState span.active {
    background: #C8A063;
}
.prd_pageState span {
    width: 30px;
    height: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
}   
.img-count, .img-count img {
    position: relative;
}
.w-productList2 .w-prd-list-cell .w-prd-infobox {
    padding: 0.7em 0;
}
.w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2 {
    font-size: 115%;
}
.w-prd-list-cell a {
    text-decoration: none;
    color: #333;
}
.w-productList2 .w-prd-list-cell .w-prd-sum {
    max-height: 5.1em;
    color: #666;
}
/*新闻动态*/
.index #floor_6_main {
	background: #fff;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.index .floor_6 .look_more {
	margin-top: 40px;
}
.index .floor_6 .proCase {
	position: relative;
	width: 396px;
	height: 430px;
	margin-top: 60px;
	/* border: 1px solid #ddd; */
}
.index .floor_6 .proCase .bd {
	position: relative;
	width: 396px;
}
.index .floor_6 .proCase .list {
	width: 106%;
}
.index .floor_6 .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 396px;
	height: 430px;
	background: #f8f8f8;
	transition: all ease 600ms;
}
.index .floor_6 .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 0px;
}
.index .floor_6 .proCase .list li img {
	display: block;
	width: 340px;
	height: 255px;
}
.index .floor_6 .proCase .list li .title {
	margin-top: 30px;
}
.index .floor_6 .proCase .list li .tit {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	transition: all ease 600ms;
}
.index .floor_6 .proCase .list li .time {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
}
.index .floor_6 .proCase .list li:hover {
	background: #fff;
	transition: all ease 600ms;
}
.index .floor_6 .proCase .list li:hover .tit {
	color: #0067d0;
	font-weight: bold;
	transition: all ease 600ms;
}
.index .floor_6 .proCase .list li:hover .time {
	color: #333;
}
.index .floor_6 .proCase .list li:hover .view_detail {
	background: #46baff;
	color: #0067d0;
}
.index .floor_6 .proCase .hd {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 30px;
}
.index .floor_6 .proCase .hd li {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #666;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0px;
	cursor: pointer;
}
.index .floor_6 .proCase .hd li.on {
	background-color: #0067d0;
}
.index .floor_6 .textlist {
	width: 750px;
	margin-left: 48px;
}
.index .floor_6 .textlist .one {
	padding: 0px;
	margin-top: 58px;
}
.index .floor_6 .textlist .one img {
	display: block;
	width: 200px;
	height: 150px;
}
.index .floor_6 .textlist .one .txt {
	width: 506px;
	margin-left: 40px;
}
.index .floor_6 .textlist .one .txt .tit {
	font-weight: bold;
	line-height: 22px;
	display: block;
	padding-bottom: 20px;
	color: #333;
	font-size: 18px;
	transition: all .5s;
}
.index .floor_6 .textlist .one .txt .time {
	color: #333;
    font-size: 12px;
    line-height: 28px;
}
.index .floor_6 .textlist .one .cont {
	width: 506px;
    font-size: 14px;
    line-height: 28px;
}
.index .floor_6 .textlist .one:hover .txt .tit {
	color: #0067d0;
	transition: all .5s;
}
.index .floor_6 .textlist .one:hover .cont {
	color: #333;
}
.index .floor_6 .textlist .one:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
.index .floor_6 .textlist .list {
	width: 100%;
	margin-top: 24px;
}
.index .floor_6 .textlist .list li {
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.index .floor_6 .textlist .list li:first-child a {
	border-top: 1px solid #ddd;
}
.index .floor_6 .textlist .list li a {
	display: block;
	height: 20px;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.index .floor_6 .textlist .list li .tit {
	transition: all ease 600ms;
}
.index .floor_6 .textlist .list li .tit em {
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	background-position: -286px -102px;
	transition: all ease 600ms;
}
.index .floor_6 .textlist .list li:hover .tit {
	color: #0067d0;
	font-weight: bold;
}
.index .floor_6 .textlist .list li:hover em {
	margin-right: 16px;
	transition: all ease 600ms;
}
.index .floor_6 .textlist .list li:hover .time {
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}
.icon {
    background: url(../images/icon.png) no-repeat;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*******index css*******/
.indexTit {
	color: #0067d0;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}
.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}
.indexTit h3 {
	font-size: 24px;
	color: #835026;
}
.index .in_title {
	padding-top: 40px;
}
.index .in_title .entit {
	margin-bottom: 12px;
	font: normal 40px "arial";
	color: #666;
	text-align: center;
}
.index .in_title .tit {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #0067d0;
	background: url("../images/titline.png") no-repeat;
}
.index .in_title p{margin-bottom:12px;font: normal 45px "AvantGarde Bk BT";color:#666;text-align:center}
.index .in_title h3{font-size:30px;font-weight:bold;text-align:center;color: #315cc5;}
.index .in_title h3 span{margin: 0 40px;}
.index .in_title h3 em{display: inline-block;width:50px;height:2px;background:#ccc;vertical-align: super;}
.index .tab{text-align: center;padding-top: 40px;}
.index .tab a{padding: 0 16px;line-height: 40px;font-size: 16px;display: inline-block;margin: 5px;color: #fff;border-radius: 50px;background: #315cc5;transition: all .5s;}
.index .tab a:hover{background: #333;}
.index .moreBtn{margin: 50px auto 0;text-align: center;}
.index .moreBtn a{position:relative;display: inline-block;width: 240px;height: 50px;font-size: 16px;line-height: 50px;text-align: center;border: 1px solid #ccc;border-radius: 26px;color: #616161;transition: all .5s;}
.index .moreBtn a span{position: relative;display: inline-block;margin: 17px 0;width: 14px;height: 14px;border: 1px solid transparent;border-radius: 50%;vertical-align: top;transition: all .5s;}
.index .moreBtn a span:after,.moreBtn span:before{content: "";display: block;position: absolute;top: 6px;left: 0;width: 14px;height: 1px;background: #616161;transition: all .5s;}
.index .moreBtn a span:before{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.index .moreBtn a:hover{color: #fff;border-color: #315cc5;background: #315cc5;box-shadow: 0 0 30px rgba(0,0,0,.2);}
.index .moreBtn a:hover span{border-color: #fff;}
.index .moreBtn a:hover span:after,.moreBtn:hover span:before{background: #fff;}
.fl {
	float: left;
}
.fr {
	float: right;
}
.index .look_more {
	display: block;
	width: 160px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #333;
	border: 1px solid #0067d0;
	border-radius: 20px;
	transition: all .5s;
}
.index .look_more:hover {
	background: #0067d0;
	color: #fff;
	transition: all .5s;
}
/*slip*/
.index_slip {
	height: 180px;
	margin-top: -2px;
	background: url("../images/ixbannerbg.png") no-repeat center center;
}
.index_slip .slip_tit {
	width: 942px;
}
.index_slip .slip_tit .tit1 {
	padding-top: 40px;
	font: bold 45px "黑体";
	color: #fff;
	font-style: italic;
}
.index_slip .slip_tit .tit2 .p1 {
	float: left;
	margin-top: 18px;
	font: normal 28px "microsoft yahei";
	color: #fff;
	font-style: italic;
}
.index_slip .slip_tit .tel {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
	width: 310px;
	height: 40px;
	font: normal 30px "arial";
	line-height: 40px;
	text-align: center;
	text-indent: 24px;
	color: #125927;
	background: url("../images/tel_bg.png") no-repeat;
	background-size: 310px 40px;
}
.index_slip .slip_btn {
	display: block;
	margin-left: 30px;
	margin-top: 60px;
	width: 228px;
	height: 71px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 50px;
	text-align: center;
	color: #125d27;
	transition: all 600ms ease;
	-webkit-animation: change 2s linear infinite;
}
.index_slip .slip_btn:hover {
	margin-top: 54px;
	transition: all 600ms ease;
}
.index_slip1 {
	margin-top: -180px;
	background: none;
}

