﻿.page-aboutus-banner {
    width: 100%;
    width: 100%;
    height: 350px;
    background: url(../images/banner_aboutus.jpg) no-repeat center top;
    background-size: cover;
}


/*介绍*/

.page-aboutus .introduction .content dl {
    margin-bottom: 15px;
}

.page-aboutus .introduction .content dl dt {
    float: left;
    margin-right: 5px;
    width: 20px;
    text-align: center;
    color: #de1620;
}

.page-aboutus .introduction .content dl dd {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.page-aboutus .introduction .aboutus-movi {
    position: relative;
}

.page-aboutus .introduction .aboutus-movi .movi-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -ms-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

.page-aboutus .introduction .aboutus-movi .movi-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -15px;
    display: block;
    width: 0;
    line-height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #de1620;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.page-aboutus .introduction .aboutus-movi .movi-play:hover {
    background-color: #de1620;
}

.page-aboutus .introduction .aboutus-movi .movi-play:hover:after {
    border-left-color: #fff;
}

.page-aboutus .about-col {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-aboutus .about-col .portrait {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
}

.page-aboutus .about-col blockquote {
    padding-left: 75px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/*集团领导*/

.page-aboutus-lingdao .header {
    margin-top: 100px;
    padding: 50px 60px;
    position: relative;
    float: left;
    text-align: center;
    letter-spacing: 1px;
}

.page-aboutus-lingdao .header .h1 {
    display: block;
    color: #de1620;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 12px;
    margin-right: -12px;
}

.page-aboutus-lingdao .header p {
    color: #666;
}

.page-aboutus-lingdao .header:before,
.page-aboutus-lingdao .header:after {
    content: "";
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 46px;
    border-left: 4px solid #eee;
    border-right: 4px solid #eee;
}

.page-aboutus-lingdao .header:before {
    top: 0;
    border-top: 4px solid #eee;
}

.page-aboutus-lingdao .header:after {
    bottom: 0;
    border-bottom: 4px solid #eee;
}

.page-aboutus-lingdao .item1 {
    float: right;
    margin-left: 50px;
    display: inline-block;
    width: 260px;
}

.page-aboutus-lingdao .item1 img {
    margin-left: auto;
    margin-right: auto;
    width: 196px;
    height: 272px;
}

.page-aboutus-lingdao .item1 .info {
    color: #fff;
    background-color: #f02933;
    border: 1px solid #f02933;
}

.page-aboutus-lingdao .item1 .info h4 {
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
    float: left;
    width: 100px;
    text-align: center;
}

.page-aboutus-lingdao .item1 .info span {
    display: block;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    background-color: #fff;
    color: #f02933;
    margin-left: 100px;
    padding-left: 15px;
}


.page-aboutus-lingdao .item2 .info {
    color: #fff;
    background-color: #de1620;
    border: 1px solid #de1620;
    font-size: 16px;
}

.page-aboutus-lingdao .item2 .info h4 {
    float: left;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: normal;
}

.page-aboutus-lingdao .item2 .info span {
    display: block;
    font-weight: normal;
    background-color: #fff;
    color: #de1620;
    margin-left: 60px;
    padding-left: 15px;
    line-height: 26px;
}


/*发展历程*/

.page-aboutus-licheng {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}

.page-aboutus-licheng dl {
    margin-bottom: 100px;
}

.page-aboutus-licheng .left {
    margin-top: 10px;
    padding-top: 110px;
    padding-right: 30px;
    text-align: right;
    border-right: 1px solid #f02933;
}

.page-aboutus-licheng .right {
    padding-left: 30px;
}

.page-aboutus-licheng .left dl.last-child {
    margin-bottom: 0;
}

.page-aboutus-licheng .right dl.last-child {
    margin-bottom: 0;
}

.page-aboutus-licheng dl {
    position: relative;
}

.page-aboutus-licheng dl:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 15px;
    height: 15px;
    background-color: #f02933;
    border: 3px solid #fff;
    border-radius: 50%;
}

.page-aboutus-licheng .left dl:before {
    right: -38px;
}

.page-aboutus-licheng .right dl:before {
    left: -38px;
}

.page-aboutus-licheng dl dt {
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #666;
}

.page-aboutus-licheng dl dt span {
    font-size: 26px;
    color: #de1620;
    font-weight: bold;
}

.page-aboutus-licheng dl dd {
    height: 100px;
    font-size: 16px;
    line-height: 20px;
}

.page-aboutus-licheng dl dd p {
    margin-bottom: 10px;
    color: #666;
}


/*集团荣誉+红头文件*/

.page-aboutus-rongyu {}

.page-aboutus-rongyu .rongyu-content>div {
    margin-bottom: 30px;
    text-align: center;
}

.page-aboutus-rongyu .rongyu-content img {
    margin: 0 auto 10px;
    width: 220px;
    height: 152px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.page-aboutus-rongyu .hongtou-content img {
    width: 166px;
    height: 226px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}


/*单仁央视*/

.page-aboutus-yangshi {
    margin-top: 280px;
    margin-bottom: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efe9eb;
    color: #fff;
}

.page-aboutus-yangshi .cover {
    margin-top: -190px;
    margin-bottom: -120px;
}

.page-aboutus-yangshi .content {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.page-aboutus-yangshi .content p.small {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.page-aboutus-yangshi .content .img-group {
    margin-bottom: 10px;
}

.page-aboutus-yangshi .content .img-group img {
    width: 80px;
    height: 80px;
    display: inline-block;
}


/*集团文化*/

.page-aboutus-wenhua {}

.page-aboutus-wenhua .wenhua .content {
    padding: 20px 30px;
    color: #666;
    position: relative;
    font-size: 14px;
    height: 178px;
}

.page-aboutus-wenhua .wenhua .content:before,
.page-aboutus-wenhua .wenhua .content:after {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    width: 30px;
    height: 100%;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.page-aboutus-wenhua .wenhua .content:before {
    left: 0;
    border-left: 2px solid #ccc;
}

.page-aboutus-wenhua .wenhua .content:after {
    right: 0;
    border-right: 2px solid #ccc;
}

.page-aboutus-wenhua .wenhua .content .h4 {
    margin-bottom: 10px;
    color: #de1620;
}

.page-aboutus-wenhua .item {
    margin-bottom: 30px;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.page-aboutus-wenhua .item.item-right .cover {
    float: right;
    margin-left: 15px;
}

.page-aboutus-wenhua .item.item-left .cover {
    float: left;
    margin-right: 15px;
}

.page-aboutus-wenhua .item .cover {
    position: relative;
    width: 250px;
    height: 180px;
}

.page-aboutus-wenhua .item .cover img {
    width: 250px;
    height: 180px;
}

.page-aboutus-wenhua .item .cover span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    background-color: #f02933;
    background-color: rgba(222, 22, 32, .6);
}

.page-aboutus-wenhua .item .content {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    padding: 20px 15px;
}
