/* header CSS
-------------------------------------------------- */
.header_wrap {
    background-image: url('/assets/img/top-bg.jpg');
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 15px 0 15px 340px;
}

/* navbar CSS
-------------------------------------------------- */
.nav {
    background: #0B6CB8;
}

.nav > ul {
    display: flex;
    justify-content: center;
}

.nav > ul > li {
    float: left;
    padding: 15px 0;
}

.nav > ul > li > a {
    font-size: 18px;
    color: #fff;
    margin: 0 28px;
}

.nav > ul > li > a.active {
    border-bottom: 2px solid #fff;
}

.nav > ul > li:first-child > a.active {
    border-bottom: none;
}


/* banner CSS
-------------------------------------------------- */
.banner img{
    width: 100%;
    height: 450px;
}

/* main_01 CSS
-------------------------------------------------- */
.main_01 {
    overflow: hidden;
}

.c_title {
    width: 100%;
    height: 45px;
}

.c_title > span {
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
    color: #006fba;
    font-size: 18px;
    padding-left: 30px;
    margin-left: 20px;
    float: left;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.c_title > span.icon01 {
    background-image: url('/assets/img/icon01.png');
}

.c_title > span.icon02 {
    background-image: url('/assets/img/icon02.png');
}

.c_title > span.icon03 {
    background-image: url('/assets/img/icon03.png');
}

.c_title > span.icon04 {
    background-image: url('/assets/img/icon04.png');
}

.c_title > span.icon05 {
    background-image: url('/assets/img/icon05.png');
}

.c_title > a {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    width: 15px;
    height: 15px;
    background: url('/assets/img/more.png') no-repeat;
}

.c_title > a:hover {
    background: url('./assets/img/more_b.png') no-repeat;
}

/*成果简介*/
.c_brief {
    width: 755px;
    height: 340px;
    margin-top: 40px;
    background: #f7f7f7;
    float: left;
    text-align: justify;

}

.brief_img > a {
    display: inline-block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.brief_img > a > img {
    transition: 0.6s;
}

.brief_img > a:hover > img {
    transform: scale(1.1);
}

.brief_content {
    padding: 20px;
}

.brief_text {
    width: 455px;
    float: left;
    margin-left: 15px;
    text-align: justify;
    line-height: 24px;
    height: 192px;
    overflow: hidden;
    color: #585858;
}

.brief_text p {
    font-size: 15px;
}

/*主要完成人*/
.c_director {
    width: 375px;
    height: 582px;
    float: right;
    margin-top: 40px;
    background: #f7f7f7;
    text-align: justify;

}

.director_title {
    position: relative;
    width: 100%;
    height: 47px;
    border-bottom: 4px solid #466672;
}

.director_title > i {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 22px;
    height: 47px;
    background: url('/assets/img/title_bg.png') no-repeat;
}

.director_title > div.title_text {
    position: absolute;
    left: 22px;
    width: 373px;
    height: 45px;
    border: 1px solid #dfe3e8;
    border-left: none;
    float: left;
}

.director_title > div.title_text span {
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #23414c;
    letter-spacing: 2px;
}

.director_title > div.title_text b {
    font-size: 20px;
    font-weight: bold;
    color: #1bc744;
}

.director_title > div.title_text a {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #1c4453;
}

.director_title > div.title_text a:hover {
    color: #1bc744;
}

.director_title > div.title_text a img {
    position: absolute;
    right: 45px;
    top: 3px;
}

.director_content {
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.director_content > ul > li {
    display: block;
    cursor: pointer;
}

.director_content > ul > li a {
    display: block;
    font-size: 0;
    height: 70px;
    margin-bottom: 31px;

}

.director_content > ul > li a:hover span {
    background: #3498DB;
    transition: all .3s ease;
}

.director_content > ul > li a:hover p {
    text-decoration: underline;
}

.director_content > ul > li span {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    width: 115px;
    height: 50px;
    text-align: center;
    color: #fff;
    vertical-align: top;
}

.director_content > ul > li span.forel1 {
    background: #0080e2;
}

.director_content > ul > li span.forel2 {
    background: #1fc264;
}

.director_content > ul > li span.forel3 {
    background: #c87523;
}

.director_content > ul > li .detail {
    display: inline-block;
    width: 184px;
    margin-left: 15px;
    font-size: 15px;
    color: #585858;
    margin-top: -2px;
}

.director_content .video_pic {
    display: block;
    font-size: 0;
    width: 335px;
}

.director_content .video_pic:hover h2 {
    text-decoration: underline;
    transition: all .3s ease;
}

.director_content .video_pic img {
    vertical-align: middle;
}

.director_content .video_pic h2 {
    font-size: 18px;
    color: #006fba;
    line-height: 26px;
    text-align: center;
    margin-top: 9px;
    width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 成果展示 CSS
-------------------------------------------------- */
.c_album {
    width: 755px;
    height: 250px;
    float: left;
    margin-top: 40px;
    background: #f7f7f7;
    text-align: justify;

}

#album {
    width: 715px;
    height: 205px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

#album > ul {
    position: absolute;
    top: 20px;
}

#album > ul > li {
    float: left;
}

#album > ul > li > a {
    display: inline-block;
    width: 224px;
    height: 140px;
    margin-right: 20px;
}

#album > ul > li > a img {

    width: 224px;
    height: 140px;

}

#album > ul > li > a:hover {
    opacity: 0.8;
}

#album > ul > li > a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555555;
    font-size: 16px;
}

#album > ul > li > a:hover p {
    color: #169fff;
}


.c_brief, .c_director, .c_album {
    border: 2px solid #eaeff3;
    border-radius: 20px;
    box-shadow: #999999 5px 5px 10px 5px;
}

/* footer CSS
-------------------------------------------------- */
.footer {
    margin-top: 30px;
    padding: 25px 0;
    background: #0B6CB8;
    text-align: center;
    color: #fff;
}

/* 浏览器更新提示 CSS
-------------------------------------------------- */
.g-browser-update {
    text-align: center;
    color: #da222c;
    line-height: 24px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    position: relative;
    background-image: none;
    background-attachment: scroll;
    background-color: #fbec88;
}

.g-browser-update a {
    color: #da222c;
    font-weight: bold;
}

/*-------------------------------------------------------------------list01.html-------------------------------------------------------------------*/
/*list01.html css*/

.content_ny {
    width: 1198px;
    margin: 50px auto;
    border: 1px solid #eeeeee;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: #999999 5px 5px 10px 5px;
}

.ny_title {
    height: 50px;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 20px;
}

.list_tit {
    height: 50px;
    width: 217px;
    margin-left: 12px;
    background: url("/assets/img/ny_titbg.png") no-repeat center bottom;
    font-size: 20px;
    color: #6f6f73;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    float: left;
}

.list_fan {
    float: right;
    font-size: 12px;
    color: #999999;
    margin-right: 25px;
    margin-top: 20px;
}

.list_fan a {
    font-size: 12px;
    color: #999999;
}

.list_fan a:hover {
    color: #0398db;
}

.list_content {
    overflow: hidden;
}

.list_left {
    float: left;
}

.list_ul {
    width: 217px;
    margin-left: 12px;
    padding-top: 35px;
    background: url("/assets/img/ny_listbg.png") repeat-y center top;
    padding-bottom: 45px;
}

.list_ul li {
    width: 215px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #ffffff;
}

.list_ul li a {
    display: block;
    font-size: 18px;
    color: #50545f;
    width: 215px;
    text-align: center;
    padding: 15px 0;
    transition: all 0.2s;
}

.list_ul li > ul {
    display: none;
}

.list_ul li > ul > li {
    width: 197px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
}

.list_ul li > ul > li > a {
    font-size: 16px;
    width: 197px;
    padding: 7px 0;
}

.in_ul li > ul {
    display: none;
}

.in_ul li > ul > li {
    width: 179px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.in_ul li > ul > li > a {
    font-size: 14px;
    width: 179px;
    padding: 7px 0;
}

.list_ul li a.current_in,
.list_ul li a.subMenubg,
.list_ul li a:hover {
    background-color: #3291d1;
    color: #fff;
    border-radius: 3px;
}

.service-menu li a.active{
    background-color: #3291d1;
    color: #fff;
    border-radius: 3px;
}

.list_ul li > ul.in_uls {
    display: none;
}

.list_ul li > ul.in_uls > li {
    width: 170px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
}

.list_ul li > ul.in_uls > li a {
    font-size: 14px;
    width: 170px;
    padding: 7px 0;
}

.list_unbg {
    width: 217px;
    height: 30px;
    display: block;
    margin-left: 12px;
    background: url("/assets/img/ny_ulbg.png") no-repeat center top;
}

.list_right {
    width: 919px;
    float: right;
    padding: 25px;
}

.list_right h4 {
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}

.content_in {
    padding: 20px;
}

.content_in p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 10px;
}


/*-------------------------------------------------------------------list02.html-------------------------------------------------------------------*/
/*list02.html css*/

