/*banner图*/
.banner {
    height: 300px;
    text-align: center;
    padding-top: 100px;}

    .banner h3 {
        margin: 0 auto;
        padding: 40px 0 20px 0px;
        font-size: 35px;
        font-weight: 100;
        line-height: 40px;
        font-weight: bolder;
        color: #fff;
        text-shadow: 1px 1px 6px rgba(1,66,94,0.5);}

.banner1 h3 {
    width: 340px;}

.banner p {
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 40px;
    text-shadow: 1px 1px 6px rgba(1,66,94,0.5);}

.banner1 p {
    width: 720px;}

.banner2 p, .banner3 p {
    width: 600px;}

.banner button {
    background-color: transparent;
    outline: none;
    list-style-type: none;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-shadow: 1px 1px 6px rgba(1,66,94,0.5);
    transition: all 0.3s ease 0s;}

    .banner button:hover {
        background-color: rgba(255,255,255,0.5);}

@media only screen and (min-width:450px) {
    .banner {
        height: 300px;
        text-align: center;
        padding-top: 100px;}

        .banner h3 {
            font-size: 38px;
            line-height: 50px;
            color: #fff;
            font-weight: bolder
        ;}

    .banner1 h3 {
        width: 400px;}

    .banner2 h3, .banner3 h3 {
        width: 400px;}
}

@media only screen and (min-width:768px) {
    .banner {
        height: 350px;
        padding-top: 100px;}

        .banner h3 {
            margin-bottom: 20px;
            font-size: 42px;
            line-height: 50px;
            font-weight: bolder;}

    .banner1 h3 {
        width: 600px;
        padding: 40px 0 20px 0px;}

    .banner1 p {
        font-size: 14px;}

    .banner2 h3, .banner3 h3 {
        width: 500px;}

    .banner p {
        font-size: 14px;
        margin-bottom: 20px;}

    .banner1 p {
        width: 500px;
        margin-bottom: 40px;}

    .banner2 p, .banner3 p {
        width: 500px;}

    .banner button {
        font-size: 20px;
        padding: 10px 20px;}
}

@media only screen and (min-width:992px) {
    .banner {
        height: 400px;
        padding-top: 100px;}

        .banner h3 {
            padding: 80px 0 20px 0px;
            font-size: 45px;
            font-weight: bolder;}

    .banner1 h3 {
        width: 85%
    ;}

    .banner2 h3, .banner3 h3 {
        width: 450px;}

    .banner button {
        padding: 10px 28px;}

    .banner p {
        margin-bottom: 40px;}
}

@media only screen and (min-width:1200px) {
    .banner {
        height: 500px;
        padding-top: 100px;}

        .banner h3 {
            padding: 80px 0 20px 0px;
            line-height: 70px;
            font-size: 45px;
            font-weight: bolder;}

    .banner1 h3 {
        width: 85%
    ;}

    .banner p {
        font-size: 18px;
        letter-spacing: 1px;}

    .banner1 p {
        width: 700px;}

    .img-wrap img {
        height: 240px
    ;}
}
/*banner图*/
/*快速通道*/
.about-track {
    color: #7b7b80;
    background-color: #f0f0f0;
    padding: 30px 0 40px 0;}

.link_wrap {
    color: #7b7b80;
    background-color: #f0f0f0;
    padding: 30px 0 40px 0;}

.links_item {
    padding: 10px 0 0 0;
    text-align: center;}

    .links_item h4 {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 5px;
        transition: all 0.3s ease 0s;}

    .links_item p {
        transition: all 0.1s ease 0s;}

    .links_item .fast-icon {
        margin: 0 auto;
        display: block;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 1px solid #d9d9d9;
        background-color: transparent;
        cursor: pointer;
        transition: all 0.2s ease 0s;}

    .links_item .icon-wrap {
        width: 54px;
        height: 54px;}

    .links_item .fast-icon img {
        height: 48px;
        width: 48px;
        transition: all 0.2s ease 0s;}

    .links_item .fast-icon:hover {
        background-color: #d9d9d9;}

        .links_item .fast-icon:hover img {
            transform: scale(1.2);}

@media only screen and (min-width:768px) {
    .links_item h4 {
        font-size: 16px;
        margin-top: 16px;}
}

@media only screen and (min-width:992px) {
    .links_item p {
        font-size: 14px;}
}

@media only screen and (min-width:1200px) {
    .links_item {
        padding-top: 20px;}

        .links_item h4 {
            font-size: 18px;
            margin-top: 20px;}
}
/*快速通道*/
/*行业解决方案*/
.news_warp {
    padding: 15px 0 15px 0; background:url(../images/bg-2.jpg) no-repeat top; background-size:100% 100%;}

.news_item {
    padding: 15px 10px;}

    .news_item .img-wrap {
        float: left;
        padding: 0;}

    .news_item .img-wrap {
        float: left;}


.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -ms-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
    opacity: 0;}


.news_item h4 {
    font-size: 22px;
    font-weight: 100;
    color: #32b2e2;
    margin: 5px 0 15px 0;}

.news_item p {
    padding: 0;
    color: #8f8f8f;
    line-height: 24px;}

@media only screen and (min-width:768px) {
    .news_warp {
        padding: 40px 0 40px 0;}

    .news_item {
        text-align: center;
        padding: 0 8px;}

        .news_item img {
            margin: 0 auto;}

        .news_item .img-wrap {
            float: none;
            margin: 0;}

        .news_item .img-wrap {
            float: none;}

        .news_item h4 {
            font-size: 24px;
            margin: 20px 0 15px 0;}

        .news_item p {
            padding: 0 15px;}
}

@media only screen and (min-width:992px) {
    .news_warp {
        padding: 50px 0 50px 0;}

    .news_item h4 {
        margin: 20px 0;}

    .news_item p {
        padding: 0 30px;}
}

@media only screen and (min-width:1200px) {
    .news_warp {
        padding: 60px 0 60px 0;}

    .news_item {
        text-align: center;
        padding: 0 5px;}
}
/*行业解决方案*/
/*最新方案*/
.latest-program {
    background: #f7f7f7;
    padding: 30px 0;}

.latest-program-title {
    text-align: center;}

.latest-program-item {
    padding: 6px;}

.latest-program-contain {
    color: #8f8f8f;
    padding-left: 20px;}

    .latest-program-contain h4 {
        font-size: 22px;
        letter-spacing: 1px;
        color: #32b2e2;
        font-weight: 100;}

    .latest-program-contain p {
        font-size: 14px;
        letter-spacing: 1px;
        padding-right: 40px;
        font-weight: 100;}

@media only screen and (min-width:768px) {
    .latest-program {
        background: url("../images/latest program-bg.jpg") center center no-repeat;
        padding: 60px 0;}

    .latest-program-item .img-wrap {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;}

        .latest-program-item .img-wrap img {
            transition: all 0.5s ease 0s;}

        .latest-program-item .img-wrap .mask {
            position: absolute;
            width: 100%;
            height: 100%;
            background: transparent;
            transition: all 0.3s ease 0s;
            top: 0;
            right: 0;}

    .latest-program-title {
        position: absolute;
        color: #fff;
        bottom: 10px;
        padding-left: 20px;
        font-size: 20px;
        letter-spacing: 1px;
        transition: all 0.5s ease 0s;
        font-weight: 100;}

    .latest-program-contain {
        position: absolute;
        color: #fff;
        top: 50%;
        padding-left: 20px;
        opacity: 0;
        transition: all 0.2s ease 0s;}

        .latest-program-contain h4 {
            color: #fff;
            font-size: 18px;}

    .latest-program-item .img-wrap:hover .mask {
        background: rgba(0,0,0,0.4);}

    .latest-program-item .img-wrap:hover img {
        transform: scale(1.1);}

    .latest-program-item .img-wrap:hover .latest-program-title {
        bottom: 0;
        opacity: 0;}

    .latest-program-item .img-wrap:hover .latest-program-contain {
        top: 20%;
        opacity: 1;
        transition: all 0.5s ease 0s;}
}

@media only screen and (min-width:992px) {
    .latest-program-item {
        padding: 6px;}

    h4.latest-program-title {
        text-align: center;}

    .latest-program-contain {
        position: absolute;
        color: #fff;
        top: 50%;
        padding-left: 20px;
        opacity: 0;
        transition: all 0.2s ease 0s;}

        .latest-program-contain h4 {
            font-size: 20px;}

    .latest-program-item .img-wrap:hover .latest-program-contain {
        top: 30%;}
}

@media only screen and (min-width:1200px) {
    .latest-program {
        padding: 80px 0;}

    h4.latest-program-title {
        text-align: center;}
}
/*最新方案*/
/*合作伙伴*/
.partner {
    padding: 10px;}

    .partner img:hover {
        opacity: 0.5;}

.partner-item {
    padding: 10px 0;
    position: relative;}

.partner-more {
    font-size: 14px;
    color: #8f8f8f;
    position: absolute;
    top: 30%;
    left: 20%;}

    .partner-more:hover {
        color: #8f8f8f;}

@media only screen and (min-width:768px) {
    .partner {
        padding: 15px;
        font-size: 16px;}

    .partner-item {
        padding: 10px 10px;}

    .partner-more {
        top: 40%;
        left: 30%;}
}

@media only screen and (min-width:992px) {
    .partner {
        padding: 20px;}

    .partner-item {
        padding: 10px 0;}

    .banner h3 {
        padding: 80px 0 20px 0px;
        line-height: 70px;
        font-size: 45px;}
}

@media only screen and (min-width:1200px) {
    .banner h3 {
        padding: 80px 0 20px 0px;
        line-height: 70px;
        font-size: 45px;}

    .partner {
        padding: 30px;}

    .partner-item {
        padding: 10px 0;}
}

.advantage {
    background: #fcfbfb;
    padding: 30px 0;}

    .advantage .title {
        color: #565656;}

.advantage-item {
    margin-top: 30px;
    text-align: center;}

    .advantage-item.no-line {
        border-style: none;}

    .advantage-item .advantage-icon {
        display: block;
        margin: 0 auto;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background: url(../images/adv-1.jpg) #1b9dd7 no-repeat center center;
        background-size: 34px auto;}

    .advantage-item .advantage-icon2 {
        background-image: url(../images/adv-2.jpg);}

    .advantage-item .advantage-icon3 {
        background-image: url(../images/adv-3.jpg);}

    .advantage-item .advantage-icon4 {
        background-image: url(../images/adv-4.jpg);}

    .advantage-item .advantage-contain {
        color: #8f8f8f;
        width: 100%;}

.advantage-contain h4 {
    font-size: 18px;
    padding: 20px 0 10px 0;
    color: #3f3f3f;}

.advantage-contain p {
    text-align: left;
    font-size: 14px;
    padding: 0;
    line-height: 1.6;
    text-indent: 2em;}

@media only screen and (min-width:450px) {
    .advantage-contain p {
        padding: 0 25px;}
}

@media only screen and (min-width:768px) {
    .advantage-contain p {
        padding: 0 20px;}
}

@media only screen and (min-width:992px) {
    .advantage-item {
        border-right: 1px solid #dfdfdf;}

    .advantage-contain h4 {
        padding: 30px 0 14px 0;}
}

@media only screen and (min-width:1200px) {
    .advantage {
        height: 460px;
        background: url(../images/advtantage-bg3.jpg) no-repeat center center;
        background-attachment: fixed;}

        .advantage .title {
            color: #fff;}

    .advantage-item {
        margin-top: 50px;
        position: relative;
        height: 300px;
        border-style: none;}

        .advantage-item .advantage-icon {
            width: 106px;
            height: 106px;
            border: 1px solid #fff;
            background: url(../images/adv-1.jpg) no-repeat center center;
            background-size: 34px auto;
            transition: background-color 0.2s ease 0s,opacity 0.3s ease 0.2s;}

        .advantage-item .advantage-icon2 {
            background-image: url(../images/adv-2.jpg);}

        .advantage-item .advantage-icon3 {
            background-image: url(../images/adv-3.jpg);}

        .advantage-item .advantage-icon4 {
            background-image: url(../images/adv-4.jpg);}

        .advantage-item .advantage-contain {
            color: #fff;
            width: 100%;
            position: absolute;
            top: 0;
            transition: top 0.5s ease 0.2s
        ;}

    .advantage-contain h4 {
        color: #fff;}

    .advantage-contain p {
        color: #fff;
        opacity: 0;
        transition: opacity 0.5s ease 0.2s;}

    .advantage-item:hover .advantage-icon {
        background-color: rgba(255,255,255,0.5);
        opacity: 0;}

    .advantage-item:hover .advantage-contain {
        top: -110px;}

        .advantage-item:hover .advantage-contain p {
            opacity: 1;}
}



.ul-list {
    border-top: 1px solid #ededed;
    margin: 0px;
    padding: 0px;}

    .ul-list li {
        padding: 28px 0;
        overflow: hidden;
        border-bottom: 1px solid #ededed;}

.ul-ky {
    border-top: 1px solid #ededed;
    margin: 0px;
    padding: 0px;}

.li-ky {
    padding: 28px 0;
    overflow: hidden;
    border-bottom: 12px solid #ededed;}

.text-wrap p a {
    color: #7b7b80;
    font-size: 16px;}

    .text-wrap p a a:hover {
        color: #0080cc;}

.txt {
    padding-top: 20px;}

.more {
    position: absolute;
    right: 10%;
    bottom: 0;
    padding-right: 20px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: bold;}

.nwemore {
    right: 10%;
    bottom: 0;
    padding-right: 20px;
    display: inline-block;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;}

    .more:hover, .nwemore:hover {
        color: #0080cc;}


.content .p1 {
    padding: 20px;
    border: 1px solid #bfbfbf;
    box-shadow: 1px 1px 1px #eee;}

    .content .p1:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.3);}



/*新闻*/
.news .newsmain a, .news .newsmain a:hover, .news .newsmain a.active {
    color: inherit;
    text-decoration: none;}

    .news .newsmain a.clearfix {
        display: flex;}

.newconb {
    padding: 2rem;
    margin-bottom: 2rem;}

.news .col-sm-6:nth-child(odd) > div {
    margin-right: .1rem;
    background: #fff;}

.news .col-sm-6:nth-child(even) > div {
    margin-left: .1rem;
    background: #fff;}

.news .news_txt {
    padding-left: .22rem;
    position: relative;}

.news .more {
    /*background: #fff;
	line-height: 2.5;
	font-size: .18rem;*/
    position: absolute;
    right: 10%;
    bottom: 0;
    padding-right: 20px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: bold;}

.new.more:hover {
    color: #0080cc;}

.news h5 {
    line-height: 1.2;
    margin: 0;
    /* overflow:hidden;  */
    color: #242424;}

.news h6 {
    font-size: .14rem;
    line-height: .24rem;
    margin: 0;
    height: .48rem;
    margin: .1rem 0;
    overflow: hidden;
    color: #525252;
    display: none;}

    .news h6 + p {
        line-height: 1;
        margin: 0;
        color: #525252;
        position: absolute;
        bottom: 0;
        left: .22rem;}

.news .news_txt {
    width: 65%;
    padding-left: .22rem;
    position: relative;}

.bg-about {
    background-image: url(../images/bg-about.jpg);}

.timeline li .timeline-panel:hover {
    background-color: #fdfaef;
    transform: scale(1.1);
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #f5f5f5;}

.fontblue {
    color: #0598d0;}

.footerul {
    text-align: center;
    margin: 0 auto;padding:0px;}

.footerul li {
        margin: 0px; padding:0 30px; text-align:center;
        float: left;
        margin: 0px auto; border-left:solid #a9393b 1px; line-height:120px
;}
.footerul li:last-child { border-right:solid #a9393b 1px;}

.footerul li a {  color: #fff;}


.contributor-avatar-col {}

.contributor-avatar-img {
    max-width: 65px;
    max-height: 65px;
    margin: 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 260ms;}

    .contributor-avatar-img:hover {
        max-width: 85px;
        max-height: 85px;
        margin: 0px;
        margin-bottom: 10px;}

.os-partner div {
    min-height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;}

.os-partner img {
    max-width: 150px;
    max-height: 80px;}


.line3{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
	;}
	
	

/*行业解决方案*/
.industry-solution {
    padding: 15px 0 15px 0;}

.industry-solition-item {
    padding: 15px 10px;}

    .industry-solition-item .img-wrap {
        float: left;
        padding: 0;}

    .industry-solition-item .img-wrap {
        float: left;}


.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -ms-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
    opacity: 0;}


.industry-solition-item h4 {
    font-size: 22px;
    font-weight: 100;
    color: #32b2e2;
    margin: 5px 0 15px 0;}

.industry-solition-item p {
    padding: 0;
    color: #8f8f8f;
    line-height: 24px;}

@media only screen and (min-width:768px) {
    .industry-solution {
        padding: 40px 0 40px 0;}

    .industry-solition-item {
        text-align: center;
        padding: 0 8px;}

        .industry-solition-item img {
            margin: 0 auto;}

        .industry-solition-item .img-wrap {
            float: none;
            margin: 0;}

        .industry-solition-item .img-wrap {
            float: none;}

        .industry-solition-item h4 {
            font-size: 24px;
            margin: 20px 0 15px 0;}

        .industry-solition-item p {
            padding: 0 15px;}
}

@media only screen and (min-width:992px) {
    .industry-solution {
        padding: 50px 0 50px 0;}

    .industry-solition-item h4 {
        margin: 20px 0;}

    .industry-solition-item p {
        padding: 0 30px;}
}

@media only screen and (min-width:1200px) {
    .industry-solution {
        padding: 60px 0 60px 0;}

    .industry-solition-item {
        text-align: center;
        padding: 0 5px;}
}