@charset "utf-8";

body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, pre {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}

a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    color: #CD2222;
    text-decoration: none;
}

input, button {
    outline: 0;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.container:before,
.container:after {
    content: '';
    display: table;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*头部*/
.header {
    height: 298px;
    position: relative;
    background: #F2EEED url(../images/header.jpg) no-repeat center top;
}

.header .logo {
    margin: 30px 0 20px;
    animation: slideInDown 1s;
}

.header .topic {
    animation: zoomIn 1s;
}

.header .site {
    position: absolute;
    right: 80px;
    bottom: 20px;
}

/*导航栏*/
.nav {
    position: relative;
    height: 70px;
    background: #7E1712;
    z-index: 9;
}

.menu {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.menu > li {
    flex-grow: 1;
    position: relative;
}

.menu > li span {
    display: none;
}

.menu > li > a {
    position: relative;
    display: block;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.menu > li > a.on,
.menu > li > a:hover {
    color: #fff;
    background: #5E0F08;
}

.menu .second-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #5E0F08;
    display: none;
    z-index: 99;
}

.menu .second-menu a {
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.menu .second-menu a:hover {
    background: #CD2222;
}

/*banner*/
#swiper {
    padding: 40px 0 80px;
}

#swiper .swiper-pagination {
    bottom: 45px;
}

#swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

#swiper .swiper-pagination-bullet-active {
    background: #CD2222;
}

/*主体*/
.section {
    position: relative;
    min-height: 500px;
}

.section .title {
    height: 35px;
    line-height: 35px;
    padding-bottom: 20px;
}

.section .title p {
    color: #CD2222;
    font-size: 24px;
    font-weight: bold;
}

.section .title .rt {
    position: relative;
    padding-left: 80px;
    color: #D03732;
    transition: .3s;
}

.section .title .rt:hover {
    margin-right: 10px;
    font-weight: bold;
}

.section .title .rt::before,
.section .title .rt::after {
    content: '';
    position: absolute;
    background: #D03732;
    top: 50%;
}

.section .title .rt::before {
    left: 0;
    width: 66px;
    height: 1px;
}

.section .title .rt::after {
    left: 66px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
}

/*成果简介*/
.achievement {
    padding: 50px 0 70px;
    box-sizing: border-box;
    background: url(../images/bg-1.jpg) no-repeat;
    background-size: cover;
}

.achievement-intro {
    position: relative;
    padding-left: 30px;
    float: left;
    width: 63%;
    height: 100%;
    box-sizing: border-box;
}

.achievement-intro .intro {
    font-size: 15px;
    text-indent: 2em;
    text-align: justify;
    height: 260px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.achievement-intro::before,
.achievement-intro::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    bottom: -15px;
    width: 6px;
    background: #CD2222;
}

.achievement-intro::after {
    left: 6px;
    width: 4px;
    background: #F3C2BE;
}

/*主要完成人*/
.main-person {
    float: right;
    width: 33%;
}

.person {
    margin-top: 5px;
}

.person > a {
    float: left;
    width: 176px;
    height: 244px;
    overflow: hidden;
}

.person > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person .txt {
    margin-left: 190px;
    padding-top: 10px;
}

.person .txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.person .txt p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.mid {
    height: 610px;
    padding-top: 40px;
    box-sizing: border-box;
    background: #F8F0E9 url(../images/bg-2.jpg) no-repeat center center;
}

.wrapper {
    height: 570px;
    background: url(../images/bg.png) no-repeat center 55px;
}

/*支撑材料*/
.prop-list {
    margin-top: 95px;
}

.prop-list li {
    width: 400px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 10px;
    padding: 0 22px;
    background: #fff;
    box-sizing: border-box;
}

.prop-list li a {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
}

.prop-list li a::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    background: #C59268;
    border-radius: 50%;
}

.prop-list li a:hover {
    margin-left: 10px;
}

.wrapper .lf .prop-list {
    margin-left: 130px;
}

.wrapper .rt .prop-list {
    margin-right: 140px;
}

/*成果报告*/
.report {
    height: 580px;
    padding-top: 40px;
    box-sizing: border-box;
    background: #fff url(../images/bg-3.jpg) no-repeat center center;
}

.report .title {
    margin-bottom: 30px;
    border-bottom: 2px solid #C59268;
}

.report .title p {
    position: relative;
}

.report .title p:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    height: 2px;
    background: #CD2222;
}

.app, .teach, .media {
    float: left;
    width: 375px;
}

.teach {
    margin: 0 37px;
}

.report ul {
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.report ul li {
    margin: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.report ul li:last-of-type {
    border-bottom: none;
}

.report ul li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.report ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 2px;
    background: #9D3C34;
    transition: .3s;
}

.report ul li a:hover {
    padding-left: 20px;
}

.report ul li a:hover:before {
    width: 12px;
}

.report .media ul {
    padding-top: 14px;
}

.report .media ul li {
    line-height: normal;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.report .media ul li a {
    display: inline-block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.report .media ul li a:before {
    top: 12px;
}

/*团队荣誉*/
.award {
    height: 445px;
    background: #E1C4AD;
}

.award .container {
    height: 100%;
    padding: 40px 23px;
    background: url(../images/honor-bg.png) no-repeat center bottom;
    box-sizing: border-box;
    overflow: hidden;
}

.award-container {
    margin-top: 60px;
}

.award-container .swiper-slide img {
    width: 200px;
}

.award-container .swiper-slide-prev,
.award-container .swiper-slide-next {
    z-index: 99;
}

.award-container .swiper-slide-prev img,
.award-container .swiper-slide-next img {
    transform: scale(1.4);
}

.award-container .swiper-slide-active {
    z-index: 999;
}

.award-container .swiper-slide-active img {
    transform: scale(1.8);
}

.award-container .swiper-slide p {
    margin-top: 5px;
    font-size: 16px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.award-container .swiper-slide-prev p,
.award-container .swiper-slide-next p {
    margin-top: 30px;
}

.award-container .swiper-slide-active p {
    margin-top: 55px;
}

.award-container .swiper-pagination {
    bottom: 30px !important;
}

.award-container .swiper-pagination-bullet-active {
    background: #D03732;
}

/*尾部*/
.footer {
    color: #fff;
    padding: 40px 0;
    line-height: 2em;
    text-align: center;
    background: #811710;
}

.side {
    float: left;
    width: 278px;
    margin: 30px 0 50px;
}

.side p {
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #811710;
}

.side p span {
    display: none;
}

.side li {
    position: relative;
}

.side li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}

.side > ul > li > a {
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}

.side > ul > li span {
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}

.side > ul > li span.on {
    transform: rotate(90deg);
}

.side .sub-menu li a {
    color: #666;
    background: #F6F6F6;
}

.side .sub-menu li a:hover,
.side .sub-menu li.on a {
    color: #811710;
}

.side .sub-menu {
    display: none;
}

.side ul .active .sub-menu {
    display: block;
}

.side ul .active > a {
    background: #fff;
    border-bottom-color: #fff;
}

.side ul .active > a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #811710;
}

.column {
    margin: 30px 0 50px 310px;
}

.bread {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}

.bread h1 {
    font-size: 24px;
    font-weight: normal;
}

.bread .rt {
    position: relative;
    color: #9A9A9A;
}

.bread .rt a {
    color: #9A9A9A;
}

.bread .rt a:hover {
    color: #811710;
}

.common-list li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}

.common-list li:hover {
    background: #F6F6F6;
}

.common-list li span {
    float: right;
    color: #666;
}

.common-list li p {
    margin-right: 120px;
}

.common-list li a {
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}

.common-list li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}

.common-list li a:hover:before {
    background: #811710;
}

.detail {
    margin: 20px 0;
}

.caption {
    text-align: center;
}

.caption h3 {
    line-height: 30px;
    color: #811710;
    font-size: 24px;
    margin: 30px 0 10px;
}

.caption p span {
    color: #999;
    margin: 0 5px;
}

.content {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    text-indent: 2em;
}

.profile {
    padding: 30px 0;
    min-height: 300px;
    font-size: 16px;
}

.detail>p{
    line-height: 30px;
    color: #999;
    font-size: 16px;
}
.detail>p>a{
    color: #999;
}
.detail>p>a:hover{
    color: #811710;
}
.detail .content img,.detail .content table,.detail .content video{
	max-width: 80%!important;
}