/* header */
/* #header .nav > li > a { */
    /* color: #eee; */
/* } */

/* .tel { */
    /* color: #eee; */
/* } */
/* banner图开始 */
.banner{
    min-width:1200px;
    padding:0 !important;
}
.banner img{
    width:100%;
}
#myCarousel .item{
    padding:0;
}
#myCarousel .carousel-control.left {
    background:none;
}
#myCarousel .carousel-control.right {
    background:none;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 59px;
    box-shadow: none;
    border-bottom: 1px solid rgba(132, 132, 132, .27);
    z-index: 199;
    min-width: 1200px;
	background:#fff
}
/* banner图结束 */
/* 轮播 */
.carousel-inner>.item>a>.banner-img, .carousel-inner>.item>.banner-img, .img-responsive, .thumbnail a>.banner-img, .thumbnail>.banner-img {
    display: block;
    max-width: 100%;
    height: auto;
	min-height:400px
}
.banner-text img{
	height: 90px;
}
.carousel-inner .banner-img
{
    animation: fadein ease-in 0.8s;
    animation-fill-mode: forwards;
}
 @keyframes fadein {
    from {
		transform: scale(2);
    }
    to {
		transform: scale(1);
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel {
    position: relative;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.clear:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
@media not all, (-webkit-transform-3d)
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media screen and (min-width: 768px)
.carousel-indicators {
    bottom: 20px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
/* banner文字 */
.banner-text{
	top:110px;
	position:absolute;
	z-index:99
}
.banner-text1{
	margin-left:180px !important;
}
.banner-text img{
	margin-top: 0px;
}
/* 产品优势 */
.item-head {
    padding-left: 60px;
    padding-top: 32px;
    text-align: center;
    margin-bottom: 24px;
}

    .item-head .title {
        font-size: 24px;
        color: #2d2d2d;
        margin-bottom: 5px;
    }

    .item-head .subtitle {
        font-size: 12px;
        color: #848484;
        margin-top: 6px;
    }
/* 团队合伙人 */
.team .item-content ul li {
    /*width: 320px;*/
    width: 260px;
    float: left;
    margin-left: 22px;
    box-shadow: 0 4px 29px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.team {
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}
/* 3D翻转效果 */
.card {
    color: inherit;
    cursor: pointer;
    height: 400px;
    min-height: 400px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
}

.front,
.back {
    display: flex;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 260px;
    height: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transform-style: preserve-3d;*/
    transition: ease-in-out 600ms;
}

.front {
    background-size: cover;
    font-size: 1.618rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
}

    .front:before {
        position: absolute;
        display: block;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #1a9be6, #1a57e6);
        opacity: .25;
        z-index: -1;
    }

.card:hover .front {
    transform: rotateY(180deg);
	transform: translate3d( 0, 0, 0);
}

.card:nth-child(even):hover .front {
    transform: rotateY(-180deg);
	transform: translate3d( 0, 0, 0);
}

.back {
    background: #fff;
    transform: rotateY(-180deg);
    width: 260px;
}

    .back p {
        font-size: 14px;
        line-height: 30px;
        padding: 0 20px;
    }

.card:hover .back {
    transform: rotateY(0deg);
	transform: translate3d( 0, 0, 0);
}

.card:nth-child(even) .back {
    transform: rotateY(180deg);
}

.card:nth-child(even):hover .back {
    transform: rotateY(0deg);
	transform: translate3d( 0, 0, 0);
}

.team .name-info {
    padding: 30px 0;
    text-align: center;
}

.team .e-name {
    color: #333;
    font-size: 16px;
}

.team .c-name {
    color: #666;
    margin-top: 10px;
    font-size: 12px;
}

/*  数据展示 */
.mcounter {
    background-color: #156cb7;
}

.module.mcounter .module_container {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.module.mcounter ul.content_list li {
    width: 25%;
    height: 108px;
    float: left;
    text-align: center;
}

    .module.mcounter ul.content_list li p {
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

        .module.mcounter ul.content_list li p.number .counterDX {
            font-size: 48px;
            color: #fff;
            font-family: HELVETICANEUELTPRO-THEX, Arial;
            text-align: center;
            margin-top: 15px;
        }

        .module.mcounter ul.content_list li p.number .unit {
            vertical-align: top;
            font-size: 14px;
        }

        .module.mcounter ul.content_list li p.title {
            margin-bottom: 10px;
        }

.module .module_container {
    max-width: 1170px;
    margin: 0 auto;
    height: 74px;
}

.bgShow {
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../image/mid.png);
    min-width: 1200px;
}

.module.mcounter ul.content_list li div {
    border-right: rgba(233, 174, 170, .49) 1px solid;
}

/* 合作伙伴 */
.partner {
    height: 320px;
}

    .partner ul li {
        float: left;
        width: 260px;
    }

    .partner ul {
        height: 140px;
        min-width: 1200px;
        max-width: 1560px;
        margin: 0 auto;
    }

.banner-text {
    position: absolute;
	width:1000px;
	margin:0 auto;
	margin-left: 180px;
}

    .banner-text p {
        font-size: 18px;
        color: #fff;
        margin-top: 10px;
		margin-bottom:40px;
		margin-left: 10px;
		text-align: left;
    }

    .banner-text a {
        border: none;
        padding: 10px 20px;
        border-radius: 6px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .banner-text .btn-blue {
        background: #156cb7;
        color: #fff;
        /* margin-top: 50px; */
		margin-left:10px;
		float: left;
    }

    .banner-text .btn-white {
        background: #fff;
        color: #156cb7;
        margin-left: 20px;
		float:left
    }

.footer {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .adv-item {
        width: 240px;
    }
}

/* 产品优势 */
.product-advantag{
    background-image:url(../image/background1.png);
    padding-bottom:100px
}
.product-advantag ul li {
    float: left;
    width: 220px;
    height: 196px;
}

.product-advantage-item {
    margin-right: 20px;
    text-align: center;
    padding: 50px 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    float: left;
}
.product-advantage-item i {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.product-advantage-item h3 {
    font-size: 18px;
    margin: 20px 0 40px 0;
    color: #252b3a;
    line-height: 22px;
    position: relative;
}
.product-advantage-item h3:after {
    content: '';
    width: 24px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -12px;
    background-color: #156cb7;
}
.product-advantage-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #666a75;
}
/* 能力优势 */
.power-advantage{
    margin-bottom:100px;
}
.power-advantage ul li{
    float:left;
    width:360px;
    margin-left:40px;
    text-align:center;
}
.power-advantage ul li .pw-tit img{
    height:140px;
    margin-bottom:20px;
}
.power-advantage ul li .pw-tit p{
    font-size:24px;
    color: rgb(25, 26, 77);
    margin-bottom:20px;
}
.power-advantage .pw-des .strong{
    color:rgb(51, 100, 237);
    font-weight:bold;
    font-size:22px;
    padding-top:21px;
}
.power-advantage .pw-des p{
    color:#666;
    font-size:16px;
    margin-top:15px;
    line-height:28px;
    text-align:left;
}