﻿

.header {
    background: url(../images/header.jpg) no-repeat;
    background-size: cover;
    height: 100px;
}

.header .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 99999999999999999999999;
}

.header .committee {
    padding-left: 230px;
}

.header .ico {
    position: absolute;
    right: 2%;
    top: 15px;
    display: none;
    z-index: 999;
}

.nav {
    width: 100%;
    border-bottom: 3px solid #eb9c3f;
    padding: 19px 0 15px 0;
    background-color: #f8f8f8;
}

.nav ul {
    padding-left: 200px;
}

.nav ul li {
    float: left;
    padding: 0 39px;
    border-right: 1px solid #c6c6c6;
}

.nav ul li:hover>a {
    color: #b90005;
}

.dynamics {
    width: 56.666%;
    float: left;
    border-bottom: 1px solid #999999;
}

.dynamics .dy-img {
    width: 124px;
    height: 80px;
    float: left;
    overflow: hidden;
}

.dynamics .dy-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .8s;
}

.dynamics .dy-txt {
    margin-left: 144px;
}

.dynamics .dy-txt .txt {
    padding-right: 90px;
}

.dynamics .dy-txt .date {
    position: absolute;
    right: 0;
    top: 10px;
}

.dynamics li:hover .dy-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transition: all .8s;
}

.dynamics li:hover .txt {
    color: #b90005;
}

.notice {
    width: 40%;
    float: right;
    border-bottom: 1px solid #999999;
}

.list {
    padding-bottom: 8px;
}

.list li {
    background: url(../images/ling.png) no-repeat center left;
    padding-left: 17px;
}

.list li.li1 {
    padding-left: 10px;
}

.list li h1 {
    padding-right: 80px;
}

.list li .date {
    position: absolute;
    right: 0;
    top: 10px;
}

.list li .color01 {
    color: #cf3329;
    padding-right: 10px;
}

.list li .color02 {
    color: #eb9a3f;
    padding-right: 10px;
}

.bor {
    border-bottom: 1px solid #999999;
}

.bor .icon01 {
    background: url(../images/icon01.png) no-repeat center left;
    background-size: 38px 28px;
    padding-left: 50px;
}

.bor .icon02 {
    background: url(../images/icon02.png) no-repeat center left;
    background-size: 36px 36px;
    padding-left: 50px;
}

.bor .icon03 {
    background: url(../images/icon03.png) no-repeat center left;
    background-size: 34px 33px;
    padding-left: 50px;
}

.bor .icon04 {
    background: url(../images/icon04.png) no-repeat center left;
    background-size: 32px 32px;
    padding-left: 50px;
}

.bor .more {
    background: url(../images/more.png) no-repeat center right;
    float: right;
    font-size: 14px;
    color: #333;
    padding-right: 21px;
    line-height: 36px;
}

.jimei {
    margin-right: -1.1667%;
}

.jimei li {
    width: 23.8333%;
    margin-right: 1.1667%;
    float: left;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all .8s;
}

.jimei li .j-img {
    height: 286px;
}

.jimei li .j-name {
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.jimei li .j-name.name01 {
    background-color: #cf3329;
}

.jimei li .j-name.name02 {
    background-color: #eb9a3f;
}

.jimei li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all .8s;
}

.unit {
    width: 33.333%;
    float: left;
}

.unit .u-img {
    height: 96px;
    margin-bottom: 7px;
}

.research {
    width: 63.333%;
    float: right;
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
}

.corporation {
    background-color: #f8f4f2;
}

.corporation .work {
    display: inline-block;
    color: #ce2f29;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    width: 100px;
    margin-top: 8px;
}

.corporation .bx-corporation {
    margin-left: 135px;
}

.corporation .grad {
    padding-bottom: 13px;
    padding-top: 25px;
    width: 198px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 16px;
}

.corporation .grad.grad01 {
    background: -webkit-linear-gradient(#fff, #d6eff6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #d6eff6);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #d6eff6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #d6eff6);
    /* 标准的语法 */
}

.corporation .grad.grad02 {
    background: -webkit-linear-gradient(#fff, #f6f2da);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #f6f2da);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #f6f2da);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #f6f2da);
    /* 标准的语法 */
}

.corporation .grad.grad03 {
    background: -webkit-linear-gradient(#fff, #f6dfd9);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #f6dfd9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #f6dfd9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #f6dfd9);
    /* 标准的语法 */
}

.corporation .grad.grad04 {
    background: -webkit-linear-gradient(#fff, #d9f6d9);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #d9f6d9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #d9f6d9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #d9f6d9);
    /* 标准的语法 */
}

.footer {
    background-color: #af251b;
    background: -webkit-linear-gradient(left, #af251b, #e6893b, #af251b);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #af251b, #e6893b, #af251b);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #af251b, #e6893b, #af251b);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #af251b, #e6893b, #af251b);
    /* 标准的语法 */
}

.footer .f01 {
    width: 20%;
    float: left;
}

.footer .f02 {
    width: 10.8333%;
    float: left;
}

.footer .f03 {
    width: 34.5%;
    float: right;
}

.footer .f03 .link {
    width: 167px;
    padding-right: 40px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    margin: 0 auto;
    border-top: 1px solid #be3d00;
    border-bottom: 1px solid #be3d00;
    border-left: 1px solid #be3d00;
    background: url(../images/down.png) no-repeat center right;
    background-color: #fff;
    text-align: center;
    color: #af251b;
}

.footer .f03 .link .on-down {
    position: absolute;
    top: 100%;
    left: -1px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #be3d00;
}

.footer .f03 .link .on-down a {
    font-size: 13px;
    line-height: 24px;
    color: #333;
    padding-left: 10px;
    text-align: left;
}

.footer .f03 .use {
    width: 48px;
    height: 48px;
    margin-right: 31px;
    background-size: 48px;
}

.footer .f03 .use.use01 {
    background-image: url(../images/f01.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.footer .f03 .use.use01:hover {
    background-image: url(../images/f001.png);
}

.footer .f03 .use.use02 {
    background-image: url(../images/f02.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.footer .f03 .use.use02:hover {
    background-image: url(../images/f002.png);
}

.footer .f03 .use.use03 {
    background-image: url(../images/f03.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.footer .f03 .use.use03:hover {
    background-image: url(../images/f003.png);
}

.footer .f03 .use.use04 {
    background-image: url(../images/f04.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

.footer .f03 .use.use04:hover {
    background-image: url(../images/f004.png);
}

.footer .jiageng {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -88px;
}

.footer .line01 {
    position: absolute;
    top: 0;
    left: 34.5%;
    height: 199px;
    width: 2px;
    background-color: #fff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* 标准的语法 */
}

.footer .line02 {
    position: absolute;
    top: 0;
    left: 65.41666%;
    height: 199px;
    width: 2px;
    background-color: #fff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* 标准的语法 */
}

.footer .line03 {
    height: 2px;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
    /* 标准的语法 */
}

.list li:hover h1 {
    color: #b90005;
}

.bor .more:hover {
    color: #b90005;
}

.dynamics .dy-txt div {
    height: 40px;
}

.s-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    background-color: transparent;
    z-index: 999;
    padding-top: 18px;
}

.s-list a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(185, 0, 5, 0.5);
}

.s-list a:hover {
    background-color: rgba(185, 0, 5, 0.7);
}

.banner li .b02 {
    display: none;
}