﻿
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


li {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

img {
    border: none
}

input[type="submit"],
input[type="text"] {
    -webkit-appearance: none
}
a{
    text-decoration: none;
}
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.nav-main{
    display: none;
}
.loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 175px;
    height: 100px;
}

.loader span {
    display: block;
    background: #33cde5;
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}

.loader span:last-child {
    margin-right: 0px;
}

.loader span:nth-child(1) {
    animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8) {
    animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15) {
    animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
    0% {
        background: #33cde5;
        margin-top: 25%;
        height: 10%;
    }
    50% {
        background: #2397a9;
        height: 100%;
        margin-top: 0%;
    }
    100% {
        background: #33cde5;
        height: 10%;
        margin-top: 25%;
    }
}
.header-main{
    display: none !important;
}
.header-nav .logo{
    float: left;
    width: 240px;
    height: 50px;
    margin-top: 10px;
}
.header-nav .logo a,.header-nav .logo img{
    display: block;
    width: 100%;
}
.header-meun{
    float: right;
    height: 100%;
}
.header-meun ul {
    float: right;
    height: 70px;
    line-height: 70px;
}
.header-meun ul li{
    float: left;
    height: 70px;
    
}
.header-meun ul li.header-contact{
    margin-left: 20px;
}
.header-meun ul li.menu-hide{
    display: none;
}
.header-meun ul li.active{
    background: #33cde5;
}
.header-meun ul li a{
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 9;
}
#header li .item{
   display: block;
   padding: 0 20px;
}
.header-meun ul li.active a{
    color: #fff;
}
.header-meun ul li:hover a{
    color: #33cde5;
}
.header-meun ul li.active:hover a{
    color: #fff;
}
.header-meun ul li.has_sub:hover a{
    padding-bottom: 15px !important;
    background: url(../images/header_down.png) bottom center no-repeat;
}

#content{
    padding-top: 70px;
}
.header-contact strong {
    margin-left: 4px;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/yitel.png) left center no-repeat;
    float:right;
    color: #33cde5;
}
#header{
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
.header-meun ul li .menu-sub{
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    /* display: none; */
    overflow: hidden;
}
.header-meun ul li .menu-sub .menu-sub-cen{
    background:  url(../images/nav_bg01.png) repeat;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    margin-top: -200px;
    float: left;
}
.header-meun ul li:hover .menu-sub{
    display: block;
    top: 70px;
}
.header-meun ul li:hover .menu-sub .menu-sub-cen{
    margin-top: 0;
}
.header-meun ul li .menu-sub .sub-nav{
    padding: 0 200px;
    height: 160px;
    margin-top: 20px;
}
.header-meun ul li .menu-sub .sub-nav dl{
    float: right;
    height: 80px;
    margin-top: 30px;
    margin-right:30px; 
}
.header-meun ul li .menu-sub .sub-nav dl dd{
    float: left;
    padding: 0 20px;
    border-left: 1px solid #434343;
    text-align: center;
    line-height: 30px;
}
.header-meun ul li .menu-sub .sub-nav dl dd.noborder{
    border: none;
}
.header-meun ul li .menu-sub .sub-nav dl dd .pic{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}


.header-meun ul li .menu-sub .sub-nav dl dd .pic img{
    display: block;
    width: 100%;
}

.header-meun ul li .menu-sub .sub-nav .sub-pic{
    float:right;
    
}
.header-meun ul li .menu-sub .sub-nav .sub-pic .pic{
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.header-meun ul li .menu-sub .sub-nav .sub-pic .pic img{
    display: block;
    width: 100%;
}
.header-meun ul li .menu-sub .sub-nav  .text {
    line-height: 20px;
}
.header-meun ul li .menu-sub .sub-nav  .text p{
    color: #fff;
    font-size: 14px;
}





/* .wrapper {
    background: url(../images/index_banner_bg.gif) repeat;
} */

.nav-main .box-bottom {
    display: none;
}

.clearfix {
    clear: both;
}

.page-cen {
    width: auto;
    margin: 0px 80px;
    min-width: 1260px;
    position: relative;
}

.banner {
    /* background: url(../images/ba_loading.gif) center no-repeat; */
    position: relative;
    overflow: hidden;
}

.banner .banner-bottom {
    position: relative;
    z-index: 0;
}

.banner .banner-bottom img {
    display: block;
    width: 100%;
}

.banner .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner .flex-control-nav {
    bottom: 50px;
}

.banner li {
    position: relative;
}

.banner-pic {
    position: relative;
    width: 100%;
}

.banner-text {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 500px;
    height: 480px;
    top: 50%;
    margin-top: -240px;
}

.banner-text .icon {
    width: 320px;
    height: 400px;
    position: relative;
}

.banner-text .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.active .banner-text .icon img.img01 {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.active .banner-text .icon img.img02 {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.banner-text .text {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 50px;
}

.active .banner-text .text {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    margin-top: 0px;
}

.banner-text h4 {
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    padding-left: 50px;
    margin-top: 10px;
}

.banner-text p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
}

.banner-text p i {
    width: 40px;
    height: 0px;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid #fff;
}

.banner .flex-control-nav li {
    margin: 0 8px;
    overflow: hidden;
}

.banner .flex-control-nav li a {
    width: 80px;
    height: 3px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -99999px;
}

.banner .flex-control-nav li a.flex-active {
    background: rgb(51, 205, 229);
}

.phonebanner {
    width: 100%;
    position: relative;
    display: none;
    margin-top: -70px;
    overflow: hidden;
}

.phonebanner-bottom {
    position: relative;
}

.phonebanner-bottom img {
    width: 100%;
    display: block;
}

.phonebanner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.phonebanner-slider .flex-viewport li {
    width: 100%;
}

.phonebanner-slider .flex-viewport li .phonebanner-pic img {
    width: 100%;
    display: block;
}

.phonebanner-slider .flex-control-nav li {
    margin: 0 8px;
    overflow: hidden;
}

.phonebanner-slider .flex-control-nav {
    bottom: 40px;
    z-index: 5;
}

.phonebanner-slider .flex-control-nav li a {
    width: 40px;
    height: 3px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    text-indent: -99999px;
}

.phonebanner-slider .flex-control-nav li a.flex-active {
    background: rgb(51, 205, 229);
}
.li-hover{
    position: relative;
}
.li-hover .li-hover-text{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 10px;
    box-sizing: border-box;
}
.li-hover2 .li-hover-text{
    padding: 0;
}
.li-hover:hover .li-hover-text{
    bottom: 0%;
}
.li-hover .li-hover-text .text-txt-block{
    display: table;
    width: 100%;
    height: 100%;
        background: rgba(0, 0, 0, .6);
}
.li-hover .li-hover-text .text-txt{
   display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.li-hover .li-hover-text .text-txt h3{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.li-hover .li-hover-text .text-txt p{
    font-size: 14px;
    line-height: 30px;
}
.index-case-list{
    margin-top: 30px;
}
.index-case-list ul{
    margin: 0 -10px;
}
.index-case-list ul li{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.index-case-list ul li.li2{
    width: 50%;
}
.index-case-list .li_pic img{
    display: block;
    width: 100%;
}



.indexTit {
    padding-top: 20px;
    margin: 0;
    /* text-align: center; */
}
.indexTit h3{
    font-size: 36px;
    color: #33cde5;
    text-transform: uppercase;
}
.indexTit h3 span{
    font-size: 36px;
    color: #333;
    padding-left: 10px;
}
.indexTit h4 {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}

.indexTit .line {
    height: 20px;
    width: 100%;
    background: url(../images/title_line.png) center no-repeat;
    display: none;
}

.indexTit h2 {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
}


.index-service {
    /* background: #f5f7fa url("../images/brand_bg.jpg") repeat center center; */
    padding: 60px 0;
}
.index-service-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    background: #f5f5f5;
    padding: 10px 20px;
    box-sizing: border-box;
   
}
.index-service-list {
    padding-left: 400px;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
}

.index-service ul {
    height: 100%;
    width: 100%;
    /* background: url(../images/bgdian1.jpg) repeat; */
}

.index-service ul li {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-bottom: 30px;
    /* background: #fff; */
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    margin-left: -1px;
}

.index-service ul li a {
    display: block;
}

.index-service ul li .pic {
    position: relative;
     margin-top: 30px;
}

.index-service ul li .icon {

}
.index-service ul li .icon img{
    display: inline-block;
}
.index-service ul li .text {
    min-height: 180px;
    padding: 25px;
    font-size: 16px;
    color: #a8a8a8;
}

.index-service ul li .text .bt {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index-service ul li .text .btext {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.index-service ul li:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.index-service ul li:hover .text .bt {
    color: #08c8b4
}
.index-about dl{
    margin: 0 -10px;
    padding-top: 30px;
}
.index-about dl dd{
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.index-about dl dd.ddLine{
    width: 100%;
    clear: both;
}
.index-about {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
	background-color:#ffffff;
}
.index-about-text {
    padding: 0px 30px 40px;
}
.index-about-text h3{
    font-size: 60px;
    color: #33cde5;
    font-family: "arial";
    font-weight: 100;
}
.index-about-text h4{
    font-size: 32px;
    color: #000;
    margin: 0px 0 10px;
}
.index-about-text h2{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.index-about-text .text {
    margin: 10px 0;
}

.index-about-text .text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.index-about-text ul{
    width: 100%;
}
.index-about-text ul li{
    float: left;
    width: 25%;
}
.index-about-text ul li p{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.index-about-text ul li i{
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    font-style: normal;
}
.index-about-pic{
    /* float: right; */
    box-sizing: border-box;
    overflow: hidden;
}
.index-about-pic .pic{
    /* margin-right: -10px; */
}
.index-about-pic img{
    display: block;
    width: 100%;
}
.indexTit2 h4 {
    color: #fff;
}

.indexTit2 h2 {
    color: #fff;
}

.index-advantage {
    background: url(../images/youshibg.jpg) top center no-repeat;
    padding-bottom: 90px;
}

.index-advantage .page-cen {
    width: 1400px;
    padding: 0;
}

.index-advantage ul {
    width: 100%;
}

.index-advantage-list {
    margin: 60px 0;
    position: relative;
}
.btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moztransition: all 0.2s ease-in-out;
    height: 35px;
    line-height: 35px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.index-case {
    /* background: url(../images/caselist001.jpg) repeat-y; */
    background: #f5f5f5;
    position: relative;
    padding-bottom: 60px;
}

.case_list_more {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.case_list_more a {
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.case_list_more a:hover {
    background: #33cde5;
    border: 1px solid transparent;
}
.index-news-list ul li{
    width: 25%;
    float: left;
    position: relative;
}
.index-news{
    padding-bottom: 60px;
    background: #fff;
}


/*首页底部浮窗*/

.bottom-floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, .8);
}

.bottom-floating .cont {
    padding: 10px 262px 10px 308px;
    box-sizing: border-box;
}

.bottom-floating .cont-left {
    width: 115px;
    float: left;
}

.bottom-floating .cont-left .txt {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: #17cdad;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.bottom-floating .cont-right {
    float: right;
    position: relative;
    padding: 10px 44px 0 0
}

.bottom-floating .myinput {
    margin-bottom: 20px;
    width: 430px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    background: none;
    font-size: 16px;
    color: #fff;
    padding-left: 16px;
    box-sizing: border-box;
}

.bottom-floating .myinput::-webkit-input-placeholder {
    color: #fff;
}

.bottom-floating .myinput:-moz-placeholder {
    color: #fff;
}

.bottom-floating .myinput::-moz-placeholder {
    color: #fff;
}

.bottom-floating .myinput:-ms-input-placeholder {
    color: #fff;
}

.bottom-floating .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/closeit.png) no-repeat center center;
    cursor: pointer;
}

.bottom-floating .btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    height: 50px;
    line-height: 50px
}

.bottom-floating .btn1 {
    width: 240px;
    margin-right: 20px;
    background: #17cdad
}

.bottom-floating .btn2 {
    width: 170px;
    background: #ff8800
}

/*首页底部浮窗 end*/

.zy_banner {
    overflow: hidden;
    height: auto;
    text-align: center;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

/*o2o生活门户-核心亮点*/

.hexin_cont {
    height: 570px;
}

.hexin_cont.greybg {
    background: #f7f7f7;
}

.hexin_cont h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 140px;
    font-weight: normal;
}

.hexin_cont h4 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 94px;
    font-weight: normal;
    color: #666;
}

.hexin_cont .lt img {
    margin-top: 80px;
}

.hexin_cont1 .rt img {
    margin-top: 94px;
    margin-right: 46px;
}

.hexin_cont2 h2 {
    margin-top: 120px;
}

.hexin_cont2 .lt img {
    margin-top: 64px;
}

.hexin_cont2 .rt img {
    margin-top: 114px;
    margin-right: 138px;
}

.hexin_cont3 h2 {
    margin-top: 120px;
}

.hexin_cont3 .lt img {
    margin-top: 64px;
}

.hexin_cont3 .rt img {
    margin-top: 60px;
    margin-right: 35px;
}

.hexin_cont4 h2 {
    margin-top: 68px;
}

.hexin_cont4 .lt img {
    margin-top: 64px;
}

.hexin_cont4 .rt img {
    margin-top: 100px;
    margin-right: 66px;
}

.hexin_cont5 {
    height: 700px;
}

.hexin_cont5 h2 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 60px;
    font-weight: normal;
    text-align: center;
}

.hexin_cont5 {
    position: relative;
    padding: 0 75px;
}

.hexin_cont5 .box {
    overflow: hidden;
}

.hexin_cont5 .box ul {
    width: 1750px;
    position: relative;
}

.hexin_cont5 .box ul li {
    float: left;
    width: 302px;
    height: 430px;
    border: 1px solid #e6e6e6;
    margin: 0 23px;
    text-align: center;
}

.hexin_cont5 .box ul li .top {
    font-size: 24px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
}

.hexin_cont5 .box ul li h4 {
    font-size: 18px;
    color: #666;
    line-height: 34px;
    font-weight: normal;
    padding: 18px 20px 0;
}

.hexin_cont5 .arrow_box a {
    position: absolute;
    top: 270px;
    background: url(../images/arrow.png) no-repeat center;
    width: 24px;
    height: 43px;
    display: block;
}

.hexin_cont5 .arrow_box a.left {
    left: 0;
    background-position: left center;
}

.hexin_cont5 .arrow_box a.right {
    right: 0;
    background-position: right center;
}

.product {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.case-title {
    padding-bottom: 60px;
}

.case-title h2 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}

.case-title p {
    font-size: 16px;
    color: #fff;
}

.case_nav {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.case_nav .pic img{
    display: block;
    width: 100%;
}

.case_nav .page-cen {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5;
    margin: 0;
    padding: 0 80px;
    box-sizing: border-box;
}

.case_nav .nav {
    margin-left: -30px;
}

.case_nav a {
    line-height: 60px;
    margin: 0 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.case_nav a.active {
    color: #33cde5;
}

.case_nav a:hover {
    color: #33cde5;
}

.case_list {
    margin-top: 40px;
}
.case_list ul{
    margin: 0 -1%;
}
.case_list ul li {
    margin-bottom: 35px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 31.33%;
    margin: 0 1%;
    float: left;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.case_list ul li .case_img img{
    display: block;
    width: 100%;
}

.case_list ul li a {
    display: block;
}
.case_list .case_txt {
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .6);
   -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
   transition: all .3s ease;
}
.case_list ul li:hover .case_txt{
    bottom: 0%;
}
.case_list .case_txt a{
    display: table;
    width: 100%;
    height: 100%;
   
}
.case_list .case_txt .case_name{
   display: table-cell;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.case_list .case_txt .case_name h3{
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.case_list .case_txt .case_name p{
    font-size: 14px;
    line-height: 30px;
}
.inbolck-casedetail{
    background: #f5f5f5;
}
.casedetail-page {
    float: left;
    width: 100%;
    margin-top: -90px;
    background: #fff;
}
.casedetail-title{
    border-bottom: 1px solid #ddd;
    padding: 10px 30px;
    box-sizing: border-box;
}
.casedetail-title h1{
    font-size: 24px;
    color: #000;
    line-height: 50px;
}
.casedetail-title  p{
    line-height: 20px;
    color: #999;
}
.casedetail-content{
    padding: 60px 30px;
    box-sizing: border-box;
}
.casedetail-content p{
    font-size: 16px !important;
    color: #666 !important;
    line-height: 26px;
}
.casedetail-content p span{
    font-size: 16px !important;
    color: #666 !important;
}
.casedetail-content  img{
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
.casedetail-list{
    margin: 60px 0;
    float: left;
    width: 100%;
}
.casedetail-list h4{
    font-size: 24px;
    color: #000;
}

.casedetail-list ul{
  
    margin: 0 -1%;
    margin-top: 40px;
}
.casedetail-list ul li{
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.casedetail-list ul li a{
    display: block;
}
.casedetail-list ul li .pic img{
    display: block;
    width: 100%;
}
.casedetail-list ul li .text{
    background: #fff;
}
.casedetail-list ul li .text h2{
    line-height: 60px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 20px;
}






.footer-block {
    background: url(../images/footer_bg_02.jpg) repeat-y;
}
.footer-block-top ul li{
    float: left;
    width: 25%;
    height: 220px;
    padding: 40px 0;
    box-sizing: border-box;
}
.footer-block-top ul li p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}
.footer-block-top ul li a{
    color: #fff;
}
.footer-block-top ul li span{
    font-family: "arial";
    font-style: normal;
    letter-spacing: 3px;
}

.footer-block-top ul li .li04-block{
   width: 140px;
   float: right;
   text-align: center;
} 
.footer-block-bottom{
    background: url(../images/footer_line.png) top repeat-x;
    padding: 40px 0;
}
.footer-block-bottom ul li{
    margin-bottom: 30px;
}
.footer-block-bottom h4{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.footer-block-bottom a{
    display: inline-block;
    padding-right: 10px;
    color: #aaa;
    font-size: 13px;
}

.copyright{
    background: #1d1d1d;
    text-align: center;
    padding: 15px 0;
}
.copyright p,.copyright a{
    font-size: 14px;
    color: #ddd;
    line-height: 30px;
}
.li03-block {
    text-align: right;
}
.li03-block a{
    display: inline-block;
    margin-bottom: 20px;
}
.li03-block i{
    display: inline-block;
    vertical-align: middle;
}
.item_more .ft_mnjs {
    width: 16px;
    height: 16px;
    background: url(../images/beijing47.png) no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
}
.item_more .ft_mnxm {
    width: 16px;
    height: 16px;
    background: url(../images/beijing46.png)no-repeat;
    margin-right: 15px;
    margin-bottom: 3px;
}
.ft_mnja {
    width: 155px;
    height: 35px;
    border: 1px solid #ff6600;
    line-height: 35px;
    color: #fff;
}
.ft_mnxa {
    width: 155px;
    height: 35px;
    border: 1px solid #008bd2;
    line-height: 35px;
    color: #fff;
}
 .item_more {
    position: relative;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.item_more .item_i {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.item_more:hover .item_i {
    width: 100%;
}
/* 内页 */
.inside-banner {
    width: 100%;
    height: 400px;
    background-position: 50% 70px;
    background-attachment: fixed;
}

.inside-text {
    padding-top: 130px;
}

.inside-text h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 100;
    color: #fff;
}

.inside-text p {
    font-size: 20px;
    color: #fff;
}

.inside-title {
    padding: 60px 0;
    text-align: center;
}

.inside-title h1 {
    color: #333;
    font-size: 30px;
    position: relative;
    padding: 10px 0;
}

.inside-title h1::before {
    content: '';
    background-color: #333;
    width: 48px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 60px;
}

.inside-title p {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.about-con {
    width: 100%;
    height: 600px;
}

.about-con ul {
    width: 100%;
    height: 100%;
}

.about-con ul li {
    width: 50%;
    float: left;
    height: 100%;
}

.vision {
    background: #f6f6f6;
}

.vision-top h1 {
    color: #333;
    font-size: 30px;
    position: relative;
    line-height: 26px;
}

.vision-top img {
    display: block;
    margin-top: 40px;
}

.vision-top h1::before {
    content: '';
    background-color: #333;
    width: 47px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 40px;
}

.vision-bottom {
    margin-top: 56px;
}

.vision-bottom .title {
    margin-bottom: 20px;
}

.vision-bottom .title h2 {
    font-size: 26px;
    color: #333;
}

.about-con ul li .text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 26px;
}

.team {
    background: #fff;
}

.team-bottom .title {
    margin: 20px 0;
}

.vision-con {
    margin: 0 auto;
    padding: 100px;
}

.team-con {
    margin: 0 auto;
    padding: 100px;
}

.team-top {
    margin-bottom: 20px;
}

.team-top h1 {
    color: #333;
    font-size: 26px;
    position: relative;
    line-height: 26px;
}

.team-bottom h2 {
    font-size: 26px;
    color: #333;
}

.team-bottom p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.aboutus-xt-con {}

.aboutus-xt-item-box {
    padding-top: 90px;
    padding-bottom: 90px;
    width: 25%;
    float: left;
    height: 480px;
}

.aboutus-xt-item {
    width: 77%;
    text-align: center;
    margin: 0 auto;
}

.aboutus-xt-item img {
    margin: 0 auto;
    display: block;
}

.aboutus-xt-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 27px;
}

.aboutus-xt-cont {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.color-ff6600 {
    background: #ff6600;
}

.color-f2ad0a {
    background: #f2ad0a;
}

.color-42668f {
    background: #42668f;
}

.color-4d2e83 {
    background: #4d2e83;
}

.aboutus-yzbt-con {
    background-color: #282828;
    background-image: url('../images/about01_04.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
}

.aboutus-yzbt-box {
    margin-left: 18.75%;
    padding-bottom: 10.5%;
}

.aboutus-yzbt-title {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: 0px 10px 20px rgba(82, 82, 82, 0.3);
    padding-top: 104px;
}

.aboutus-yzbt-item {
    padding-left: 50px;
    background-image: url('../images/aboutus-icon-gou.png');
    background-repeat: no-repeat;
    background-position: left 5px top 8px;
    background-size: 23px 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    width: 312px;
    margin-top: 20px;
    line-height: 32px;
}

.service-list-con {
    padding: 60px 0;
}

.service-list {
    width: 50%;
}

.inbolck-service {
    background: #fff;
}

.inbolck-service .service-text {
    float: left;
}

.inbolck-service .service-pic {
    float: right;
}

.inbolck-service .service-pic .pic {
    float: right;
}

.inbolck-service2 {
    background: #f5f5f5;
}

.inbolck-service2 .service-text {
    float: right;
    text-align: right;
}

.inbolck-service2 .service-pic .pic {
    float: left;
}

.inbolck-service2 .service-pic {
    float: left;
}

.aboutus-yzbt-box img {
    padding-top: 10%;
}

.service-text {
    line-height: 40px;
}

.service-text .title h2 {
    font-size: 30px;
    color: #000;
}

.service-text .title p {
    font-size: 18px;
    color: #333;
}

.service-text .text {
    margin: 30px 0;
}

.service-text .text p {
    font-size: 14px;
    color: #333;
}

.service-text .more a {
    padding: 10px 30px;
    background: #1F2325;
    color: #fff;
    cursor: pointer;
}

.service-text .more a:hover {
    background: #fff;
    color: #1F2325;
    border: 1px solid #1F2325;
    box-sizing: border-box;
}

.inbolck-contact {
    background: #fff;
}

.contact-list {
    padding-bottom: 90px;
}

.contact-list ul {
    margin: 0 -2%;
}

.contact-list ul li {
    width: 21%;
    margin: 0 2%;
    float: left;
    border: 1px solid #D8D8D8;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.contact-list ul li .li-con {
    padding: 60px;
}

.contact-list ul li .li-con span {
    display: inline-block;
}

.contact-list ul li .li-con h3 {
    font-size: 26px;
    color: #2b3242;
    padding-bottom: 20px;
    position: relative;
}

.contact-list ul li .li-con h3::before {
    content: '';
    background-color: #333;
    width: 48px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: 10px;
}

.contact-list ul li .li-con p {
    font-size: 16px;
    color: #2b3242;
    font-weight: normal;
}

.xyswz_sec3 {
    background: url(../images/xyswz_sec3_bg.jpg) fixed;
    padding: 75px 0;
    overflow: hidden;
}

.xyswz_sec3 .img_list li img {
    width: 100%;
}

.xyswz_sec3 ._tit {
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    margin-bottom: 65px;
}

.xyswz_sec3 ._tit b {
    color: #f60;
}

.xyswz_sec3 .img_list li {
    overflow: hidden;
}

.xyswz_sec3 .img_list li .t {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 35px;
}

.xyswz_sec3 .img_list li .t:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.xyswz_sec3 .img_list li ._con {
    height: 0;
    padding-bottom: 79%;
    background: #42668f;
    position: relative;
}

.xyswz_sec3 .img_list li .span-6 {
    position: relative;
    cursor: pointer;
}

.xyswz_sec3 .img_list li ._mask {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 5%;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.xyswz_sec3 .img_list>.span-6:hover ._mask {
    top: 0;
}

.xyswz_sec3 .img_list li i {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 50px;
    background: url(../images/xyswz_num.png) no-repeat 0 0;
    bottom: 25px;
    right: 30px;
}

.xyswz_sec3 .img_list .l4 ._con {
    background: #4d2e83;
}

.xyswz_sec3 .img_list .l5 ._con {
    background: #65bc46;
}

.xyswz_sec3 .img_list .l7 ._con {
    background: #ffb400;
}

.xyswz_sec3 .img_list .l10 ._con {
    background: #2cbcb1;
}

.xyswz_sec3 .img_list .l12 ._con {
    background: #42668f;
}

.full-row .span-6 {
    width: 50%;
    float: left;
}

.fea_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 998;
    background: #000;
    opacity: 0.35;
    filter: alpha(opacity=35);
    cursor: pointer;
}

.feature {
    width: 50%;
    height: 100%;
    left: 100%;
    top: 0%;
    display: none;
    z-index: 999;
    background: #FFF;
    position: fixed;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    opacity: 0;
    *zoom: 1;
    overflow-y: scroll;
}

.fea_head {
    position: relative;
    width: 100%;
    height: 70px;
    display: block;
    overflow: hidden;
    background: #282828;
}

.fea_head p {
    padding: 50px 60px;
    font-size: 15px;
    line-height: 1.75;
    color: #FFF;
}

.fea_head p a,
.fea_head p a:visited {
    font-size: 15px;
    line-height: 1.75;
    text-decoration: none;
    color: #FFF;
    font-style: italic;
}

.fea_head p a:hover {
    text-decoration: underline;
}

.fea_head ul {
    height: 70px;
    width: 1000px;
    position: absolute;
    float: left;
}

.fea_head ul li {
    float: left;
    display: inherit;
    height: 70px;
}

.fea_head ul li.fea_sec {
}

.fea_head ul li span {
    font-size: 20px;
    color: #fff;
    line-height: 70px;
    display: block;
    padding: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fea_head ul li.head {
    font-size: 0;
}

.fea_head ul li.last {
    width: 10px;
    height: 99px;
    display: block;
    font-size: 0;
}

.fea_body {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background: #FFF;
    *zoom: 1;
}

.fea_body-text {
    margin: 30px;
}

.fea_body-text p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 26px;
}


.fea_body-text img {
    margin-top: 30px;
    width: 100%;
}

.fea_close {
    font-size: 15px;
    height: 40px;
    width: 40px;
    position: absolute;
    background: url(../images/pop_right01.png) center no-repeat;
    left:0px;
    top: 15px;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(153, 153, 153, 0.35);
    display: block;
    font-size: 0;
}

a.fea_close.active:hover {
    background: url(../images/pop_right.png) center no-repeat;
}

.fea_close.active {
    background: url(../images/pop_right01.png) center no-repeat;
}


.float-right-box {
	width: 250px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -127px;
	
	z-index: 1000;
	transition: width 0.3s ease 0s;
}

.float-right-box.on {
	width: 50px;
}

.float-right-box .top-list {
    width: 100%;
    height: 400px;
    position: relative;
}

.float-right-box .top-list ul {
    width: 100%;
    background-color: #191919;
    position: relative;
    z-index: 2;
}

.float-right-box .top-list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	transition: background 0.3s ease 0s;
	height: 50px;
}

.float-right-box .top-list a {
	display: block;
	width: 100%;
}

.float-right-box .top-list li:hover {
	background: #fff;
}

.float-right-box .top-list li:hover span {
	color: #000;
}

.float-right-box .top-list .stt {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
	width: 222px;
	float: left;
}

.float-right-box .top-list .ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}

.float-right-box .top-list .ico2 {
	background: url(../images/ico_59.png) no-repeat center #191919;
}

.float-right-box .top-list li:hover .ico2 {
	background: url(../images/ico_59_h.png) no-repeat center #fff;
}

.float-right-box .top-list .ico3 {
	background: url(../images/ico_60.png) no-repeat center #191919;
}

.float-right-box .top-list li:hover .ico3 {
	background: url(../images/ico_60_h.png) no-repeat center #fff;
}

.float-right-box .top-list .ico6 {
	background: url(../images/ico_61.png) no-repeat center #191919;
}

.float-right-box .top-list li:hover .ico6 {
	background: url(../images/ico_61_h.png) no-repeat center #fff;
}

.float-right-box .top-list .ico5 {
	background: url(../images/ico_62.png) no-repeat center #191919;
}

.float-right-box .top-list li:hover .ico5 {
	background: url(../images/ico_62_h.png) no-repeat center #fff;
}

.float-right-box .top-list .ico7 {
	background: url(../images/ico_69.png) no-repeat center #191919;
}

.float-right-box .top-list li:hover .ico7 {
	background: url(../images/ico_69_h.png) no-repeat center #fff;
}

.float-right-box .bot-share {
	position: relative;
	height: 50px;
}

.float-right-box .bot-share .share {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.fl {
	float: left;
	display: inline;
}

.float-right-box .bot-share a {
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	float: left;
	transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
	padding-left: 0 !important;
}
.float-right-box .bot-share a span{
	display: none !important;
}
.float-right-box .bot-share a:hover {
	opacity: 0.6;
}

.float-right-box .bot-share .sina {
	background: url(../images/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
	background: url(../images/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
	background: url(../images/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
	background: url(../images/ico_66.png) no-repeat center;
}

.float-right-box .bot-share .share-ico {
	background: url(../images/ico_67.png) no-repeat center #191919;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.float-right-box .online-talk{
    width: 65px;
    height: 152px;
    background: url(../images/online_top.png) no-repeat;
    position: absolute;
    bottom: 2px;
    right: -5px;
}
.float-right-box .online-talk a{
    display: block;
    width: 100%;
    height: 100%;
}
/* #newBridge{
   display: none !important;
} */
#newBridge .nb-icon-base,#newBridge .nb-nodeboard-left-bottom{
    display: none !important;
}

.popup-title{
   text-align: center;
}
.popup-title h2{
    font-size: 20px;
    color: #000;
}
.popup-title span{
    height: 20px;
    width: 100%;
    background: url(../images/title_line.png) center no-repeat;
    display: block;
}
.popup-computer{
    position: relative;

}
.popup-computer .pic-top{
    width: 100%;
    position:relative;
}
.popup-computer .pic{
    width: 66%;
    height: 65%;
    overflow-y: scroll;
    left: 50%;
    margin-left: -33.5%;
    z-index: 2;
    top: 10.5%;
    position: absolute;
}
.popup-content .text{

}
.inbolck-newsdetail{
   background: #f5f5f5;
}
.inbolck-newsdetail .page-cen2{
position: relative;

}
.newadetail-page{
   
    float: left;
    width: 100%;
   
}
.newsdetail-page .newsdetail-left{
    background: #fff;
    margin-bottom: 120px;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2); box-shadow:0px 0px 10px rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 960px;
    float: left;
    margin-top: -90px;
}
.newsdetail-title{
    border-bottom: 1px solid #ddd;
    padding: 10px 30px;
    box-sizing: border-box;
}
.newsdetail-title h1{
    font-size: 24px;
    color: #000;
    line-height: 50px;
}
.newsdetail-title  p{
    line-height: 20px;
    color: #999;
}
.newsdetail-content{
    padding: 30px 30px;
}
.newsdetail-content img{
    width: 100%;
    display: block;
}
.newsdetail-content p{
    line-height: 30px;
    color: #666;
}
.newsdetail-list{
    float: right;
    width: 400px;
    background: #fff;
    margin-top: -60px;
    -moz-box-shadow:0px 0px 10px rgba(0,0,0,.2); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.2); box-shadow:0px 0px 10px rgba(0,0,0,.2);
    margin-bottom: 90px;
}
.newsdetail-list h4{
    font-size: 24px;
    color: #000;
    line-height:60px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;

}
.newsdetail-list ul{
    margin: 20px 20px;
}
.newsdetail-list ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}



.newsdetail-list ul li h2{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.newsdetail-list ul li h3{
    font-size: 16px;
    margin: 5px 0;
    color: #666;
}
.newsdetail-list ul li p{
    font-size: 14px;
    color: #999;
}

.pic-detaile{
    text-align: center;
    margin-top: 30px;
}
.pic-detaile h2{
    color: #333;
    font-size: 22px;
    position: relative;
    padding: 30px 0;
}
.pic-detaile .pic{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.case-duo{
    padding: 60px 0;
    text-align: center;
}

.case-duo p{
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    background: #33cde5;
    color: #fff;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}



.news {
    padding: 60px 0;
    background: #fff;
}
.page-cen2{
    width: 1400px;
    margin: 0 auto;
}

.news-nav-list{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.news-nav-list ul li{
    float: left;
    margin-right: 40px;
}
.news-nav-list ul li a{
    display: block;
    padding: 10px 0;
    color: #333;
}
.news-nav-list ul li.active a{
    color: #33cde5;
}
.news-list {
    margin-top: 30px;
}
.news-list ul{
    margin: 0 -1%;
}
.news-list ul li {
    list-style: none;
    float: left;
    position: relative;
    width: 23%;
    margin: 0 1%;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    margin-bottom:30px;
    border: 1px solid #eee;
    box-sizing: border-box;
}


.news-list ul li:hover{
    -webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow:0px 7px 17px 3px #ccc;
    box-shadow:0px 7px 17px 3px #ccc;
}

.news-list ul li a {
    display: block;
}

.news-list ul li .li-top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-list ul li .li-top .pic img {
    width: 100%;
    display: block;
}

.news-list ul li .li-top .text {
    position: absolute;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.news-list ul li .li-top .text p {
    color: #fff;
    font-size: 14px;
	
  
}
.news-list ul li .li-top .text  .txt{
    opacity: 0;
    
}
.news-list ul li:hover .li-top .text  .txt{
    opacity: 1;
    
}
.news-list ul li .li-top .bground {
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    opacity: 0;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    top:0;
    left:0;
}
.news-list ul li:hover .li-top .bground {
    opacity: 1;
}

.news-list ul li .li-top .text .line1 {
    opacity: 0;
    background: #fff;
    height: 1px;
    width: 12px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -65px;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    z-index: 9;
}
.news-list ul li .li-top .text .line2 {
    opacity: 0;
    background: #fff;
    height: 1px;
    width: 12px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: 25px;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    z-index: 9;
}

.news-list ul li:hover .li-top .text .line1 {
    margin-top: -35px;
    opacity: 1;
}

.news-list ul li:hover .li-top .text .line2 {
    margin-top: -5px;
    opacity: 1;
}

.news-list ul li .li-bottom .news-text {
    margin: 20px 20px;
    position: relative;
}

.news-list ul li .li-bottom .news-text .time {
    float: left;
    color: #666;
    position: absolute;
    height: 60px;
    width: 90px;
    right: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}

.news-list ul li .li-bottom .news-text .time h4 {
    font-size: 40px;
    color: #666;
    font-weight: 100;
}

.news-list ul li .li-bottom .news-text .time p {
    font-size: 14px;
}

.news-list ul li .li-bottom .news-text .text {
    float: left;
    color: #333;
    padding-right: 120px;
   box-sizing: border-box;
   width: 100%; 
   min-height: 64px;
 
}

.news-list ul li .li-bottom .news-text .text h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-list ul li .li-bottom .news-text .text p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;height:50px;
}

.news-list ul li .li-bottom .news-more {
    margin: 10px 20px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}

.news-list ul li .li-bottom .news-more p {
    float: left;
    font-size: 14px;
    color: #999;
}

.news-list ul li .li-bottom .news-more span {
    float: right;
    display: block;
    width: 30px;
    height: 10px;
    background: url(../images/news_jt.png) center no-repeat;
}
.xinwen-list {
    margin-top: 30px;
}

.xinwen-list ul {
    /* width: 960px; */
    margin: 0 -2%;
}

.xinwen-list ul li {
    list-style: none;
    float: left;
    width: 46%;
    margin: 0 2%;
    position: relative;
    transition: 0.4s 0s;
    -webkit-transition: 0.4s 0s;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}


.xinwen-list ul li:hover {
    -webkit-box-shadow: 0px 7px 17px 3px #ccc;
    -moz-box-shadow: 0px 7px 17px 3px #ccc;
    box-shadow: 0px 7px 17px 3px #ccc;
}

.xinwen-list ul li a {
    display: block;
}

.xinwen-list ul li .xinwen-text {
    position: relative;
}

.xinwen-list ul li .time {
    color: #666;
    position: absolute;
    height: 120px;
    width: 120px;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    background: #bbb;
    padding: 25px 0;
    box-sizing: border-box;
}

.xinwen-list ul li .time h4 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 100;
    margin: 0;
}

.xinwen-list ul li .time p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    
}
.xinwen-list ul li:hover .time{
    background: #33cde5;
}
.xinwen-list ul li .text {
    float: left;
    color: #333;
    padding-left: 140px;
    box-sizing: border-box;
    width: 100%;
    min-height: 64px;
    min-height: 120px;
    padding-top: 20px;
}

.xinwen-list ul li .text h2 {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xinwen-list ul li .text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}

.xinwen-list ul li .text .more p {
    color: #999;
    font-size: 12px;
}


.pages ul li {
    line-height: 30px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 2px;
}

.dataTables_info {
    display: none;
}
.pages{
    margin-top: 30px;
    text-align: center;
}
.pages ul li.page {
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: inline-block;
}

.pages ul li a {
    color: #666666;
    font-size: 14px;
    display: block;
    padding: 0 10px;
}

.pages ul li span {
    display: block;
    padding: 0 10px;
}

.pages ul li:hover {
    background: #000;
}

.pages ul li.active span {
    background: #000;
    color: #fff;
}

.pages ul li.active {
    background: #000;
}

.pages ul li.active a {
    color: #fff;
}

.pages ul li:hover a,
.pages ul li:hover span {
    color: #fff;
}

.pages ul li.disabled {
    display: none;
}




 .index-partners-left{
     position: relative;
     overflow: hidden;
}
 .index-partners-left img{
    display: block;
    width: 100%;
}

.index-partners-right{
    float: right;
} 
.index-partners-right ul li{
    width: 33.33%;
    height: 139px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
}
.index-partners-right ul li .top{
    display: block;
    position: relative;
}
.index-partners-right ul li img{
    display: block;
    width: 100%;
}
.index-partners-right ul li .bottom{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.index-partners-right ul li:hover .bottom{
    bottom: 0%;
}

.index-partners-right ul li a{
    display: block;
}

.index-partners-right ul li a.wfEditorMode{
    position: absolute;
    top: 18px;
    right: 0;
}
.nav-toggle {
    display: none;
    right: 0px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}
.nav-toggle .nav-icon{
    position: relative;
    width: 100%;
    height: 100%;
}
.nav-toggle .icon {
    width: 36px;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}


.nav-toggle .icon1 {
    top: 0px;
}

.nav-toggle .icon2 {
    top: 12px;
}

.nav-toggle .icon3 {
    top: 24px;
}
.nav-toggle.is_toggle .icon{
    background-color: #000 !important;
}
.nav-toggle.is_toggle .icon2 {
    width: 0;
    opacity: 0;
}

.nav-toggle.is_toggle .icon1 {
    -webkit-transform: translateY(16px) rotate(45deg);
    -ms-transform: translateY(16px) rotate(45deg);
    transform: translateY(16px) rotate(45deg);
}

.nav-toggle.is_toggle .icon3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.nav-toggle:hover .icon1,
.nav-toggle:hover .icon3 {
    width: 36px;
}

.nav-toggle:hover .icon2 {
    width: 24px;
}
.phone-popup{
   position: fixed;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: rgba(0,0,0,0.9);
   z-index: 90;
   -webkit-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
   transition: all 0.3s linear 0s;
   -moz-transition: all 0.3s linear 0s;
   -webkit-transition: all 0.3s linear 0s;
   -o-transition: all 0.3s linear 0s;
}
.phone-popup-open{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.phone-menu-list{
    margin: 90px 20px;
    
}
.phone-menu-list ul li{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.phone-menu-list ul li a{
    font-size: 18px;
    color: #ddd;
    padding: 10px 0;
    display: block;
}
.phone-menu-list ul li strong{
    font-size: 24px;
    color: #33cde5;
}



@media screen and (max-width: 1600px) {
    .banner-text .icon {
        width: 240px;
        height: 300px;
    }
    .banner-text {
        height: 380px;
        margin-top: -190px;
    }
    .index-service ul li .icon {
        width: 60%;
        margin: 0 20%;
        top: 14%;
    }
    .contact-list ul li .li-con {
        padding: 60px 20px;
    }
}

@media screen and (max-width: 1440px) {
    .index-service-left{
        width: 280px;
    }
    .index-service-list {
        padding-left: 280px;
    }
    .index-about-text{
        padding: 0 10px;
    }
    .index-about-text h4{
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .index-about-text .text{
        margin: 2px 0;
    }
    .index-partners-right ul li{
        height: auto;
    }
    .news-list ul li .li-bottom .news-text .text h2 {
       font-size: 16px;
    }
    .news-list ul li .li-bottom .news-text .text{
        padding-right: 90px;
    }



    
    .index-service ul li .text .bt {
        font-size: 20px;
    }
    .index-service ul li .text .btext {
        font-size: 14px;
    }
    .page-cen {
        min-width: 0;
    }
    .page-cen2{
        width: 1200px;
    }
    .newsdetail-list {
       width: 300px;
    }
    .newsdetail-page .newsdetail-left{
        width: 860px;
    }
    .footer-block-top ul li.li03{
        display: none;
    }
    .footer-block-top ul li{
        width: 33.333%;
    }
    
}

@media screen and (max-width: 1260px) {
    .banner-text .icon {
        width: 160px;
        height: 200px;
    }
    .banner-text {
        height: 250px;
        margin-top: -125px;
    }
    .banner .flex-control-nav {
        bottom: 20px;
    }
    .index-about-text .text {
        width: auto;
    }
    #header .item {
        padding: 0px 8px;
    }
    .header-meun ul li.header-contact{
        display: none;
    }
    .page-cen{
        margin: 0 40px;
    }
    .index-service ul li .text{
        padding: 0 10px;
    }
    .index-service ul li .pic{
        margin-top: 10px;
    }
    .index-service ul li .text .bt {
        font-size: 18px;
    }
    .inbolck-service .service-pic .pic img{
        width: 100%;
        display: block;
    }
    .page-cen2{
        width: 960px;
    }
    .vision-top img{
        width: 100%;
    }
    .newsdetail-page .newsdetail-left {
        width: 630px;
    }
}

