﻿@charset "utf-8";

/* CSS Document */
.bgf {
    background: #fff;
}

.wcn ul li a {
    color: #333;
    font-weight: bold;
}

.top-right .nya a {
    -webkit-box-shadow: 0px 2px 3px 3px #c9c9c9;
    -moz-box-shadow: 0px 2px 3px 3px #c9c9c9;
    -ms-box-shadow: 0px 2px 3px 3px #c9c9c9;
    -o-box-shadow: 0px 2px 3px 3px #c9c9c9;
    box-shadow: 0px 2px 3px 3px #c9c9c9;
}

.het {
    height: 130px;
    border: 1px solid #CAD4DD;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
}

.nyban {
    position: relative;
    height: 382px;
    /*background: url(../../images/nyban1.jpg) no-repeat center center;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 155px;
}

.hbg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    ba;
}

.hbg1 {
    background: url(../../images/student_hbg1.png) repeat left top;
}

.hbg2 {
    background: url(../../images/student_hbg2.png) repeat left top;
}

.hbg3 {
    background: url(../../images/student_hbg3.png) repeat left top;
}

.hbg4 {
    background: url(../../images/student_hbg4.png) repeat left top;
}

.nyban h4 {
    font-size: 72px;
    color: #fff;
    text-align: center;
    z-index: 100;
    padding-top: 164px;
    font-weight: bold;
    position: relative;
}

.nycon {
    padding-top: 95px;
    padding-bottom: 120px;
}

.student-ul ul {
}

    .student-ul ul li {
        width: 362px;
        margin-bottom: 38px;
    }

        .student-ul ul li a.a2 {
            width: 362px;
            height: 429px;
            display: block;
            overflow: hidden;
            position: relative;
            border-radius: 5px;
            -webkit-box-shadow: 0px 3px 5px 3px #ccc;
            -moz-box-shadow: 0px 3px 5px 3px #ccc;
            -ms-box-shadow: 0px 3px 5px 3px #ccc;
            box-shadow: 0px 3px 5px 3px #ccc;
        }

        .student-ul ul li a img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -ms-transition: all 0.6s;
            transition: all 0.6s;
        }

        .student-ul ul li:hover img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            width: 105%;
            height: 105%;
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            -ms-transition: all 2s;
            -o-transition: all 2s;
            transition: all 2s;
        }

        .student-ul ul li a.a1 {
            display: block;
            color: #333;
            font-size: 32px;
            margin-top: 30px;
            text-decoration: none;
            font-weight: bold; /*font-family: 'AvenirLTStd';*/
        }

        .student-ul ul li div.p1 {
            font-size: 16px;
            color: #333;
            margin-top: 6px;
            margin-bottom: 20px;
            font-style: italic;
            font-family: 'AvenirLTStd';
        }

        .student-ul ul li p {
            font-size: 16px;
            color: #333;
            line-height: 25px;
            font-family: 'AvenirLTStd-light';
        }

        /*.student-ul ul li a:hover img{
	 transition: 1s;
	 box-shadow: 0px 3px 5px 3px #666;
	}*/
        .student-ul ul li:hover a.a1 {
            color: #2aa7e1;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }

.gutter-sizer {
    width: 10px;
}

/*overview页面*/
.prov {
    background: #fff url(../../images/ovmap.png) no-repeat center 80px;
    height: 534px;
    text-align: center;
    padding-top: 80px;
}

    .prov h4 {
        font-size: 52px;
        color: #333;
        font-family: 'AvenirLTStd-light';
        padding-bottom: 50px;
    }

    .prov p {
        font-size: 18px;
        color: #333;
        line-height: 35px;
        font-family: 'AvenirLTStd-light';
    }

.high {
    height: 587px;
    background: #0e7ac3;
}

    .high h4 {
        font-size: 52px;
        color: #fff;
        text-align: center;
        padding-top: 74px;
        font-family: 'AvenirLTStd-light';
        padding-bottom: 56px;
    }

.h-ul {
}

    .h-ul ul li {
        width: 225px;
        height: 306px;
        float: left;
        margin-right: 11px;
        padding-top: 55px;
    }

        .h-ul ul li.li1 {
            background: #363948;
        }

        .h-ul ul li.li2 {
            background: #52be8a;
        }

        .h-ul ul li.li3 {
            background: #f8ab4f;
        }

        .h-ul ul li.li4 {
            background: #ef6e8d;
        }

        .h-ul ul li.li5 {
            background: #3face7;
            margin-right: 0px;
        }

        .h-ul ul li:hover {
            
            box-shadow: 0px 0px 4px 4px #666;
        }

        .h-ul ul li a {
            cursor:initial;
            text-align: center;
            text-decoration: none;

        }

            .h-ul ul li a img {
                padding-bottom: 45px;
                padding-left: 72px;
            }

            .h-ul ul li a span {
                display: block;
                font-size: 16px;
                color: #fff;
                padding: 0 25px;
            }


.who {
    height: 685px;
    background: #fff;
    padding-top: 80px;
}

    .who h4 {
        font-size: 52px;
        color: #333;
        text-align: center;
        font-family: 'AvenirLTStd-light';
        padding-bottom: 45px;
    }

.labteam {
    width: 546px;
}

    .labteam h5 {
        font-size: 26px;
        color: #b81d25;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 23px;
    }

    .labteam p.p1 {
        font-size: 16px;
        color: #333;
        font-family: 'AvenirLTStd-light';
        line-height: 25px;
    }

.lab-right {
    width: 548px;
}

    .lab-right ul {
    }

        .lab-right ul li {
            border-bottom: 1px dotted #ccc;
            padding: 25px 0;
        }

            .lab-right ul li.last {
                border-bottom: none;
            }

            .lab-right ul li span {
                font-family: 'AvenirLTStd-light';
                color: #b81d25;
                font-size: 26px;
                display: block;
                padding-bottom: 10px;
            }

            .lab-right ul li p {
                font-size: 16px;
                color: #333;
                font-family: 'AvenirLTStd-light';
                line-height: 25px;
            }

.lab-ul {
    margin-top: 35px;
    position: relative;
}

    .lab-ul ul span {
        position: absolute;
        left: 264px;
        top: 93px;
        color: #333;
        font-size: 36px;
    }

    .lab-ul ul li {
        float: left;
        width: 230px;
    }

        .lab-ul ul li img {
            width: 230px;
            height: 108px;
        }

        .lab-ul ul li p {
            font-size: 16px;
            color: #fff;
            height: 104px;
            background: #52be8a;
            padding: 0 33px;
            font-weight: bold;
            line-height: 25px;
            padding-top: 13px;
        }

        .lab-ul ul li.first {
            margin-right: 86px;
        }

        .lab-ul ul li p.p1 {
            background: #f8ab4f;
            color: #fff;
        }


.ptime {
    height: 644px;
    background: #286045;
    padding-top: 66px;
}

    .ptime h4 {
        font-size: 52px;
        color: #fff;
        text-align: center;
        font-family: 'AvenirLTStd-light';
    }

    .ptime p.pp1 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-family: 'AvenirLTStd-light';
    }

.ptime-ul ul {
    padding-top: 42px;
    padding-bottom: 30px;
}

.ptime-ul > ul > li {
    height: 113px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 57px;
    padding-top: 10px;
}

    .ptime-ul > ul > li.f1 {
        background: url(../../images/prbg1.jpg) no-repeat left top;
    }

    .ptime-ul > ul > li.f2 {
        background: #52be8a;
    }

    .ptime-ul > ul > li.f3 {
        background: #f8ab4f;
    }

    .ptime-ul > ul > li:hover {
        /*cursor: pointer;
        background: url(../../images/prbg1.jpg) no-repeat left top;*/
        transition: all 3s;
    }

.ptime-ul ul li .li-lee {
    padding-top: 5px;
}

    .ptime-ul ul li .li-lee img {
        padding-right: 95px;
        margin-top: -15px;
    }

    .ptime-ul ul li .li-lee span {
        font-size: 32px;
        display: inline-block;
        padding-top: 18px;
        color: #fff;
        font-family: 'AvenirLTStd-light';
    }

.ptime-ul ul li .li-lu {
    width: 505px;
}

    .ptime-ul ul li .li-lu ul {
        padding-top: 1px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .ptime-ul ul li .li-lu ul li {
            line-height: 25px;
            padding: 3px 0;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            font-family: 'AvenirLTStd-light';
        }

            .ptime-ul ul li .li-lu ul li:hover {
                background: none;
            }


.ptime-ul ul li.f2 .li-lu, .ptime-ul ul li.f3 .li-lu {
    padding-top: 10px;
}

    .ptime-ul ul li.f2 .li-lu ul li, .ptime-ul ul li.f3 .li-lu ul li {
        padding: 7px 0;
    }

.labt {
    height: 620px;
    background: #fff;
    padding-top: 60px;
}

.labt-left {
    width: 548px;
}

    .labt-left h4 {
        font-size: 40px;
        color: #0a629e;
        font-family: 'AvenirLTStd-light';
        line-height: 75px;
    }

    .labt-left ul {
        padding-top: 10px;
    }

        .labt-left ul li {
            line-height: 50px;
            background: url(../../images/gxin.png) no-repeat left center;
            padding-left: 46px;
        }

            .labt-left ul li span {
                color: #333;
                font-size: 16px;
                font-family: 'AvenirLTStd-light';
                border-bottom: 1px solid #ddd;
                width: 504px;
                display: inline-block;
                font-weight: bold;
            }

.labt-right {
    width: 548px;
}

    .labt-right h4 {
        font-size: 40px;
        color: #b81d25;
        font-family: 'AvenirLTStd-light';
        line-height: 75px;
    }

    .labt-right ul {
        padding-top: 10px;
    }

        .labt-right ul li {
            border-bottom: 1px solid #ddd;
            font-size: 16px;
            color: #333;
            padding: 10px 0;
            font-family: 'AvenirLTStd-light';
            height: 74px;
            padding-right: 50px;
            line-height: 30px;
            font-weight: bold;
        }

            .labt-right ul li.last {
                border-bottom: none;
            }

    .labt-right span.amore {
        /*width: 348px;*/
        height: 58px;
        display: block;
        text-decoration: none;
        /*background: #b81d25;*/
        color: #b81d25;
        font-size: 20px;
        /*text-align: center;*/
        line-height: 58px;
        font-family: 'AvenirLTStd-light';
        margin-top: 20px;
        /*box-shadow: 2px 2px 2px 2px #d7d7d7;*/
    }

        /*.labt-right a.amore:hover {
            text-decoration: none;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }*/
