﻿
.tabbar {
    
}
.tab_top {
  padding-bottom: 75px;
}

.tab_about {
    display: flex;
    font-size: 18px;
}

    .tab_about .about-item {
        flex: 1;
    }

    .tab_about .about-l {
        min-width: 600px;
    }

    .tab_about .c-about-msg {
        font-size: 20px;
        color: #818282;
    }

    .tab_about .c-about-desc {
        font-size: 38px;
        color: #0081CC;
        margin: 35px 0;
	padding-right: 150px;
    }

    .tab_about .c-main-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        font-size: 18px;
        margin-top: 100px;
    }

        .tab_about .c-main-item li {
            flex: 0 0 40%;
            margin-bottom: 50px;
        }

        .tab_about .c-main-item .c {
            display: flex;
            align-items: center;
        }

        .tab_about .c-main-item .unit {
            font-size: 20px;
            margin-left: 20px;
        }

        .tab_about .c-main-item .num {
            font-size: 56px;
            color: #0081CC;
	    font-family: MiSansLatin-Medium;
        }

.tab_contact {
    display: flex;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 #EEE;
    position: relative;
    color: #FFF;
}

    .tab_contact .item {
        flex: 1;
        height: 350px;
        background-color: #EEE;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .tab_contact .item:hover .title {
            /*display: none;*/
            opacity: 0;
        }

        .tab_contact .item .title {
            margin-top: 150px;
            text-align: center;
            font-size: 32px;
            transition: 300ms;
            transform: scale(1);
	    transition: opacity 0.5s ease-in-out;
	    opacity: 1;
        }

        .tab_contact .item:hover .details {
            opacity: 1;
        }

        .tab_contact .item .details {
            position: absolute;
            left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
            font-size: 18px;
            line-height: 1.8;
	    background: linear-gradient(0deg, rgba(36, 146, 210, 0.5) 10%,rgba(36, 146, 210, 0) 100%);
	    transition: opacity 0.5s ease-in-out;
	    opacity: 0;
        }
	
	.details_body{
            position: absolute;
	    bottom: 45px;
	    left: 45px;
	}

.tab_zq_item {
    font-size: 18px;
    padding: 100px 50px 0 65px;
    height: 460px;
    font-family: MiSans-Normal;
}

    .tab_zq_item .tab_zq_title {
        color: #0081CC;
        margin-bottom: 25px;
        position: relative;
        padding: 0;
	line-height: 1;
    }

        .tab_zq_item .tab_zq_title i {
            margin-bottom: 20px;
        }

    .tab_zq_item .tab_zq_msg {
        color: #0081CC;
        margin-bottom: 40px;
    }

    .tab_zq_item .tab_zq_info {
        margin-top: 20px;
        color: #585757;
	line-height: 1.6;
	font-size: 18px;
    }

    .tab_zq_item .tab_zq_i_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

        .tab_zq_item .tab_zq_i_item li {
            flex: 0 0 50%;
            position: relative;
            margin-bottom: 45px;
        }

            .tab_zq_item .tab_zq_i_item li .n {
                width: 25px;
                height: 25px;
                line-height: 22px;
                color: #0081CC;
                border: 2px solid #0081CC;
                border-radius: 100%;
                font-size: 18px;
                display: inline-block;
		font-family: OpenSans-Condensed-SemiBoldItalic;
		padding-left: 6px;
            }

            .tab_zq_item .tab_zq_i_item li .info {
                background: #FFF;
                position: absolute;
                bottom: -20px;
                left: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                right: 0;
                font-size: 18px;
                padding: 2px;
                border-radius: 5px;
		color: #585757;
            }

.tab_ry {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1135px;
    margin:auto;
}

    .tab_ry li {
        height: 80px;
	width: 235px;
        margin-bottom: 65px;
        background-image: url("../img/b_border.png");
        background-size: 100% 90%;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

        .tab_ry li a {
            color: #585757;
        }
	
        .tab_ry li .date {
            font-size: 12px;
        }

        .tab_ry li .desc {
            font-size: 18px;
            height: 55px;
            display: table-cell;
            vertical-align: middle;
	    line-height: 1.2;
        }
