@import url("home_banner.css");
@import url("zoompic.css");
@import url("photoView.css");

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header_tb {
    overflow: hidden;
}

.logo {
    float: left;
    padding-top: 62px;
    left: 80px;
    position: absolute;
}

.header_right {
    float: right;
    width: 820px;
}

.phone {
    padding-top: 40px;
    margin: 0 0 19px 414px;
    position: relative;
}
.phone .lang{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    position: absolute;
    right: 74px;
    top: 48px;
    padding-left: 18px;
    background: url(../images/earth.png) no-repeat left center;
    color: #fff;
}

.phone .lang a{
    opacity: .7;
}
.phone .lang a,.phone .lang span{
    display: inline-block;
    padding: 0 5px;
    color: #fff;
}
.header_right_red .phone .lang{
    background: url(../images/earth_red.png) no-repeat left center;
}
.header_right_red .phone .lang,.header_right_red .phone .lang a,.header_right_red .phone .lang span{
    color: #d91831;
}

.header_hr {
    width: 200%;
    border-width: 0;
    border-top: #fff solid 1px;
    position: relative;
    right: 0%;
}
.header_right_red .header_hr{
    border-color:#c9151e;
}
.nav {
    height: 50px;
    width: 820px;
}

.nav ul {
    height: 50px;
}

.nav li {
    width: 16.6666%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.nav a {
    display: block;
    position: relative;
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: 100;
    font-family: "arial";
}
.header_right_red .nav a{
    color: #c9151e;
}
.nav a strong {
    font-weight: normal;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: top .3s;
}
.nav a:hover strong {
    top: -50px;
}
.nav a span {
    display: block;
    font-family: "微软雅黑";
    font-weight: 100;
}

.nav a span.active {
    color: #d91831;
    font-weight: 600;
}

.foot {
    background: #fff;
}

.foot.index {
    background: #e1e1e1;
}

.foot_tb {
    height: 448px;
    position: relative;
}

.foot_tb .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #191919;
    color: #fff;
    font-size: 12px;
}

.foot_info {
    position: relative;
    padding: 40px 0 20px;
    border-bottom: 1px solid #bfc0c0;
}

.goToTop {
    display: none;
    width: 30px;
    height: 24px;
    position: absolute;
    right: 18%;
    top: 75%;
    background: url(../images/goToTop.png) no-repeat;
    cursor: pointer;
}

.foot_info .foot_upper {
    width: 530px;
    margin: 0 auto;
    font-size: 16px;
}

.foot_info .foot_upper p {
    padding: 26px 0;
}

.foot_info .foot_upper>ul {
    overflow: hidden;
}

.foot_info .foot_upper>ul li {
    float: left;
    width: 20%;
}

.foot_info .foot_upper>ul li a {
    color: #646464;
}

.foot_info .foot_upper>ul li a:hover {
    color: #d6001c;
}

.foot_contact {
    font-size: 14px;
    position: relative;
}

.contact_left {
    float: left;
    padding: 58px 0 0 300px;
}

.contact_left dl {
    padding: 5px 0;
}

.contact_left dt,
.contact_left dd {
    color: #5a5a5a;
    display: inline-block;
    vertical-align: middle;
}

.contact_right {
    float: right;
    padding: 38px 260px 0 0;
}

.contact_right>div {
    color: #5a5a5a;
    margin-left: 30px;
    float: left;
    text-align: center;
}

.title {
    width: 1200px;
    margin: 70px auto 0;
    text-align: center;
}

.title .h1 {
    padding: 30px 0 5px;
    text-align: center;
    font-size: 28px;
    color: #5a5a5a;
    letter-spacing: 2px;
}

.title .h2 {
    padding: 0px 0 37px;
    text-align: center;
    font-size: 24px;
    color: #5a5a5a;
    font-family: "microsoft_yi_baitiregular";
}

.title .h3 {
    margin: 0 auto;
    width: 66px;
    border-bottom: 1px solid #e04559;
}

/* .title.about {
    background: url(../images/About_Depth.png) no-repeat;
}

.title.news {
    background: url(../images/group_news.png) no-repeat;
}

.title.newsList {
    background: url(../images/newslist.png) no-repeat;
}

.title.service {
    background: url(../images/service1.png) no-repeat;
}

.title.caseList {
    background: url(../images/service.png) no-repeat;
} */

.title.news .h2 {
    color: #d6001c;
}

.videobox {
    margin: 45px 0 80px;
    height: 340px;
}

.videobox>div {
    float: left;
    width: 600px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.videobox>div video {
    background: #990000;
    display: block;
    width: 600px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.videobox>div .control {
    position: absolute;
    /* background: rgba(217, 24, 49, .2); */
    bottom: 0;
    width: 100%;
    height: 70px;
    color: #fff;
    font-family: arial;
    line-height: 70px;
}

.videobox>div .control .left {
    padding-left: 30px;
}

.videobox>div:hover .control {
    background: rgba(217, 24, 49, 1);
}

.videobox [class^='key'] {
    cursor: pointer;
    margin: 18px 25px 0 0;
    float: left;
    width: 33px;
    height: 33px;
    background-image: url(../images/index_ico.png);
    background-repeat: no-repeat;
}

.videobox .keyvideo {
    background-position: 0 0;
}

.videobox .keyvideo.play {
    background-position: 0 -33px;
}

.videobox .keyimages {
    background-position: -33px 0;
}

.row_body {
    overflow: hidden;
}

.about_tl {
    text-align: center;
    padding: 69px 0 20px;
}

.about_nr_hz {
    font-size: 18px;
    line-height: 36px;
    color: #5a5a5a;
    text-align: center;
    width: 1200px;
    margin: 5px auto 0;
}

.about_nr_hr {
    font-size: 18px;
    line-height: 36px;
    color: #5a5a5a;
    width: 822px;
    margin: 5px auto 0;
}

.about_nr_hr p {
    /* text-indent: 38px; */
    padding: 10px 0;
    text-align: center;
}

.about_nr_hr .zn {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 100;
    text-align: center;
}

.about_nr_lj {
    padding: 5px 0 30px;
    text-align: center;
}

.about_nr_lj a {
    color: #5a5a5a;
    display: inline-block;
    border: 2px solid #d6001c;
    font-size: 14px;
    padding: 4px 32px;
    padding: 4px 32px;
}

.interval {
    background: #f0f2f5 url(../images/indexnewsbg.jpg) no-repeat center bottom;
}

.newsbg {
    background: #f6f6f6;
}

.example {
    width: 100%;
    font-size: 40px;
    text-align: center;
    background-color: #464576;
    height: 739px;
}

.carousel-item {
    color: #fff;
    font-family: Arial Black;
}

.newsUl {
    margin-top: 40px;
    overflow: hidden;
}

.newsUl li {
    float: left;
    width: 50%;
}

.newsUl li a {
    margin: 17px 7px;
    height: 144px;
    padding: 10px;
    display: block;
    border: 2px solid transparent;
    color: #3c3c3c;
    transition: border 0.2s;
}

.newsUl li:nth-child(odd) a {
    margin: 17px 17px 17px 7px;
}

.newsUl li:nth-child(even) a {
    margin: 17px 7px 17px 17px;
}

.newsUl li a:hover {
    border: 2px solid #fe314c;
}

.newsUl li a img {
    display: block;
}

.newsUl .imgLeft {
    float: left;
    overflow: hidden;
    width: 298px;
    height: 144px;
    position: relative;
}

.newsUl .serial_number {
    background: url(../images/serial_number.png) no-repeat;
    background-position: bottom;
    width: 66px;
    height: 97px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 50px;
    line-height: 80px;
    font-style: italic;
    text-align: left;
    z-index: 1;
}

.newsUl li a:hover .serial_number {
    background-position: top;
}

.newsUl .imgLeft img {
    /* height: 100%; */
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newsUl .rightText {
    margin-left: 318px;
    padding-top: 6px;
}

.newsUl .rightText>* {
    display: block;
}

.newsUl .rightText h3 {
    font-weight: initial;
    height: 50px;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 17px;
    -webkit-box-orient: vertical;
}

.newsUl .rightText span {
    font-size: 14px;
    color: #787878;
    padding: 12px 0 20px;
    line-height: 13px;
    text-indent: 9px;
}

.newsUl .rightText span i {
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/date.png) no-repeat;
}

.newsUl .rightText p {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.paging {
    margin: 45px 0 100px;
    text-align: center;
    position: relative;
}

.paging .paging_box {
    display: inline-block;
}

.paging .paging_box>div {
    color: #686868;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #686868;
    display: inline-block;
    border-radius: 100%;
    font-size: 20px;
    font-family: "microsoft yahei";
    cursor: pointer;
    margin: 0 10px;
}

.paging .paging_box>div:hover,
.paging .paging_box>div.curr {
    border: 1px solid #c7001a;
    background: #c7001a;
    color: #fff;
}

.paging .pagination {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
}

.paging .pagination li {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    /* font-family: arial; */
    float: left;
    color: #3c3c3c;
    width: 40px;
    cursor: pointer;
    font-weight: 300;
}

.paging .pagination li:hover,
.paging .pagination li.curr {
    color: #c7001a
}

.fixationBanner {
    height: 410px;
}

.newsDetailBanner {
    background: url(../images/newsDetail.jpg) no-repeat top center;
}

.serviceDetailBanner {
    background: url(../images/casedetail.jpg) no-repeat top center;
}

.serviceBanner {
    height: 560px;
    background: url(../images/service_01.jpg) no-repeat top center;
}

.aboutdepthBanner {
    height: 560px;
    position: relative;
    background: url(../images/aboutdepth.jpg) no-repeat top center;
}

.contactUsBanner {
    background: url(../images/contactUs.jpg) no-repeat top center;
}

.anchor {
    position: absolute;
    bottom: 0;
    height: 100px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    z-index: 10;
}

.anchor>ul {
    margin: 0 auto;
    width: 720px;
    overflow: hidden;
    height: 100%;
}

.anchor>ul>li {
    float: left;
    width: 240px;
    height: 100%;
    background-image: url(../images/anchor.png);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s;
}

.anchor>ul>li.an1 {
    background-position-x: 60px;
    background-position-y: 15px;
}

.anchor>ul>li.an2 {
    background-position-x: -185px;
    background-position-y: 17px;
}

.anchor>ul>li.an3 {
    background-position-x: -425px;
    background-position-y: 17px;
}

.anchor>ul>li.an1.on,
.anchor>ul>li.an1:hover {
    background-position-y: -85px;
}

.anchor>ul>li.an2.on,
.anchor>ul>li.an2:hover {
    background-position-y: -85px;
}

.anchor>ul>li.an3.on,
.anchor>ul>li.an3:hover {
    background-position-y: -85px;
}

.contactUsMap {
    height: 631px;
    position: relative;
    background: url(../images/contactUs_3.jpg) no-repeat top center;
}

.contactUsMap .tb {
    height: 100%;
    position: relative;
}

.detailtitle {
    font-size: 22px;
    text-indent: 35px;
    line-height: 108px;
    height: 88px;
    background: url(../images/detailtitle_03.png) no-repeat;
}

.detailtitle a {
    color: #5a5a5a;
}

.new_tc h1 {
    font-size: 28px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 50px;
    color: #5a5a5a;
}

.new_tc h2 {
    font-size: 14px;
    font-weight: normal;
    color: #c7001a;
    font-family: "Arial";
    line-height: 40px;
    text-align: left;
    padding-bottom: 25px;
}

.new_tcnrr {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom:20px;
}

.service_tcnrr {
    width: 100%;
    margin: 50px 0;
}

.service_tcnrr .introduce {
    line-height: 35px;
    color: #5a5a5a;
    font-size: 18px;
    text-align: center;
}

.new_tcnrr img {
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.new_tcnrr p {
    line-height: 30px;
    color: #5a5a5a;
}

.newlistitle {
    padding-top: 30px;
}

.newlistitle .en {
    font-size: 18px;
    display: inline-block;
    padding-left: 15px;
    line-height: 20px;
    height: 20px;
    border-left: 4px solid #d6001c;
    color: #d6001c;
}

.newlistitle span {
    padding-left: 10px;
    font-size: 14px;
    color: #828282;
}

.newslist {
    margin: 40px 0 63px 0;
    overflow: hidden;
    width: 100%;
}

.newslist .newslistbox {
    width: 100%;
    overflow: hidden;
    display: none;
}

.newslist .newslistbox>div {
    width: 50%;
    float: left;
}

.newslist .newslistbox>div a {
    /* padding: 10px 0 15px; */
    color: #5a5a5a;
    border-bottom: 1px dashed #a3a3a3;
    display: block;
    line-height: 60px;
    font-size: 17px;
}

.newslist .newslistbox>div:nth-child(odd) a {
    margin-right: 40px;
}

.newslist .newslistbox>div:nth-child(even) a {
    margin-left: 40px;
}

.newtab {
    margin-bottom: 70px;
    text-align: center;
}

.newtab span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #b5b5b5;
    border-radius: 100%;
    margin: 0 5px;
    cursor: pointer;
}

.newtab span.on {
    background: #d6001c;
}
.contactAddress{
    background: url(../images/contactUs_4.jpg) no-repeat;
}
.contact {
    overflow: hidden;
    /* padding: 80px 0; */
    height: 340px;
    background: url(../images/hjdrtdr.jpg) no-repeat;
}

.contact li {
    float: left;
    text-align: center;
}

.contact li .Usicon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-image: url(../images/contactUs_icon_1.png);
    background-repeat: no-repeat;
}

.contact li dl {
    padding: 15px 0;
}

.contact li dl dt {
    font-size: 18px;
    font-weight: bold;
}

.contact li dl dd {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 100;
}

.contact li .site {
    font-size: 24px;
    color: #787878;
    font-family: arial;
}

.contact_2 {
    margin: 0 350px;
}


.contact_1 .Usicon {
    background-position: 0 0;
}

.contact_2 .Usicon {
    background-position: -60px 0;
}

.contact_3 .Usicon {
    background-position: -120px 0;
}

.add_box {
    margin-top: 137px;
}

.add_box .addUl {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add_box .addUl li {
    width: 25%;
}

/*.add_box .addUl li:nth-child(1) {*/
    /*margin-right: 180px;*/
/*}*/

/*.add_box .addUl li:nth-child(2) {*/
    /*margin-right: 200px;*/
/*}*/

.add_box .addUl li h1 {
    font-size: 24px;
    color: #3c3c3c;
    padding: 40px 0;
}
.add_box .addUl li h1::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 4px;
    height: 26px;
    background-color: #e32f45;
    margin-right: 15px;
}
.add_box .addUl li dl dt {
    line-height: 25px;
    font-size: 20px;
    color: #646464;
    padding: 10px 0;
}

.add_box .addUl li dl dd {
    line-height: 25px;
    font-size: 14px;
    color: #969696;
}

.form_box {
    position: absolute;
    left: 20%;
    bottom: -60px;
    width: 350px;
    height: 580px;
    background: #fa3851;
}

.form_box .contactForm {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 330px;
    height: 480px;
    background: #fff;
    -moz-box-shadow: -2px 0px 8px #bdbdbd;
    -webkit-box-shadow: -2px 0px 8px #bdbdbd;
    box-shadow: -2px 0px 8px #bdbdbd;
}

.contactForm label {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #969696;
    font-weight: bold;
}

.contactForm input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    color: #5a5a5a;
    font-size: 14px;
    padding: 5px 0;
    height: 21px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background .25s linear, color .25s linear;
    -moz-transition: background .25s linear, color .25s linear;
    -o-transition: background .25s linear, color .25s linear;
    transition: background .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
}

.contactForm input[type="password"]:focus,
.contactForm input[type="text"]:focus {
    outline: 0;
    background: #eee;
}

.contactForm .line {
    padding: 30px;
}

.contactForm .line .row {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0 30px;
}

.contactForm .line h1 {
    font-size: 24px;
    padding-bottom: 20px;
    color: #464646;
}

.contactForm .line h1 span {
    font-size: 12px;
    margin-left: 20px;
    color: #5a5a5a;
    font-weight: 100;
}

.btnSending {
    background: #e01530;
    font-size: 22px;
    color: #fff;
    border: none;
    width: 100%;
    height: 52px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.serviceList {
    overflow: hidden;
    margin: 50px 0 80px;
}

.serviceList li {
    float: left;
    width: 23%;
    margin: 1%;
}

.serviceList li a {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
    display: block;
    border-bottom: 3px solid #aaaaaa;
}

.serviceList li a:hover {
    border-bottom: 3px solid #f82a46;
}

.serviceList li a .caseimg {
    width: 100%;
    height: 230px;
}

.serviceList li a .caseimg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.serviceList li a .casesynopsis h3 {
    padding: 0 20px;
    margin: 20px 0;
    font-weight: normal;
    font-size: 20px;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height:52px;
}

.serviceList li a .casesynopsis p {
    padding: 0 20px;
    font-size: 14px;
    color: #787878;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.casesynopsis {
    height: 138px;
}

.serviceList li a .more {
    position: absolute;
    display: none;
    color: #ff314c;
    font-size: 12px;
}

.serviceList li a:hover .more {
    display: block;
    right: 25px;
    bottom: 30px;
}

.scrollbox {
    width: 100%;
    height: 790px;
    position: relative;
    overflow: hidden;
}

.scrollcontent {
    width: auto;
    height: 690px;
    /* padding: 5px 18px 5px 5px; */
    position: absolute;
    top: 0;
    left: 0;
}

.scroll {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    right: 0;
    border-bottom: 2px solid #d7d7d7;
}

.scrollbar {
    width: 100%;
    height: 8px;
    background-color: #d50117;
    cursor: pointer;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.milestone {
    background: url(../images/about_1.jpg) no-repeat;
    height: 532px;
    margin: 20px 0 100px;
}

.milestone li {
    float: left;
    width: 400px;
    height: 266px;
    margin-bottom: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.milestone li .m_img {
    position: absolute;
    top: 0;
    right: 100%;
    transition: right .5s;
}

.milestone li:hover .m_img {
    right: 0;
    /* animation: fadeIn .5s 1 forwards; */
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        right: 100%;
    }

    50% {
        opacity: 0;
        right: 100%;
    }

    100% {
        right: 0;
    }
}

.honorbg {
    height: 1080px;
    position: relative;
    background: url(../images/honor_bg.jpg) no-repeat top center;
}

.culturebg {
    background: url(../images/culture_bg.jpg) no-repeat top center;
}

.honorbg .honormodule {
    margin-top: 100px;
    height: 760px;
}

.honorbg .honortab {
    width: 350px;
    height: 550px;
}

.honorbg .honortab li {
    cursor: pointer;
    overflow: hidden;
    background: #fafafa;
    position: relative;
    width: 100%;
    height: 98px;
    margin-bottom: 4px;
}

.honorbg .honortab li.p2,
.honorbg .honortab li.p3 {
    display: none;
}

.honorbg .honortab li .number {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/honortabbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 160px;
    height: 98px;
}

.honorbg .honortab li.on .number {
    background-position-y: -98px;
}

.honorbg .honortab li .trademark {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 98px;
    text-align: center;
}

.honorbg .honortab li .number span {
    text-align: right;
    padding-right: 85px;
    color: #fff;
    font: italic 130px/100px arial;
}

.honorbg .honorpaging {
    text-align: center;
}

.honorbg .honorpaging a {
    display: inline-block;
    border: 1px solid #656565;
    color: #656565;
    border-radius: 100%;
    text-align: center;
    line-height: 43px;
    width: 45px;
    height: 45px;
    margin: 0 10px;
}

.honorbg .honorpaging a:hover {
    border: 1px solid #d6001c;
    background: #d6001c;
    color: #fff;
}

.honorbg .honorcontent {
    float: right;
    width: 970px;
    height: 100%;
}

.honorbg .honorcontent .introduce {
    width: 400px;
}

.honorbg .honorcontent .box {
    display: none;
    width: 100%;
    height: 100%;
}

.honorbg .honorcontent .box .trophyimg {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    height:100%;
}

.honorbg .honorcontent .box .trophyimg img {
    display: block;
}

.honorbg .honorcontent .introduce h1 {
    color: #5a5a5a;
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 15px;
}

.honorbg .honorcontent .introduce h2 {
    font-size: 23px;
    font-weight: normal;
    padding-bottom: 15px;
}

.honorbg .honorcontent .introduce p {
    color: #787878;
    font-size: 18px;
    line-height: 35px;
    margin: 10px 0 20px;
}

.cultutext .rowbox .content {
    display: none;
}

.cultutext .row1 {
    color: #5a5a5a;
    font-size: 22px;
    padding: 50px 0 30px;
}

.cultutext .row2 a {
    color: #969696;
    font-size: 24px;
    transition: all 0.2s;
}

.cultutext .row2 span {
    color: #c7001a;
    font-size: 22px;
    padding: 0 78px;
    font-weight: bold;
}

.cultutext .row2 a.on,
.cultutext .row2 a:hover {
    color: #5a5a5a;
    font-weight: bold;
}

.cultutext .row3 {
    font-size: 22px;
    padding: 82px 0 25px;
}

.cultutext .row4 {
    font-size: 22px;
    font-weight: 100;
    height: 100px;
}

.relatedculture {
    width: 100%;
    overflow: hidden;
}

.relatedculture li {
    position: relative;
    width: calc(33.3% - 1px);
    height: 100%;
    float: left;
    overflow: hidden;
    margin-right: 1px;
}

.relatedculture li img {
    display: block;
    /* width: 100%; */
    height: 100%;
    border: 1px solid #fff;
    float: left;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.relatedculture li .cutitle {
    padding: 35px 0 0 20px;
    color: #fff;
    width: 269px;
    height: 171px;
    background-image: url(../images/free.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 1px;
    display: none;
}

.relatedculture li:hover .cutitle {
    display: block;
}

.relatedculture li:hover .mask {
    display: none;
}

.relatedculture li .cutitle span {
    font-weight: 100;
    font-size: 14px;
}

.relatedculture li .cutitle h2 {
    font-weight: 100;
    margin-bottom: 10px;
}

.relatedculture li .cutitle a {
    color: #fff;
    font-size: 14px;
}

.relatedculture li .mask {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url(../images/freez.png) no-repeat center center/100% 100%;
}

.relatedculture li .mask h2 {
    margin-top: 16%;
    font-size: 50px;
    font-weight: 100;
}

.relatedculture li .mask span {
    display: block;
    margin-top: 3%;
    font-size: 20px;
    font-weight: 100;
}

.relatedculture li .mask .hr {
    border-bottom: 1px solid #fff;
    width: 60px;
    margin: 5% auto;
}

.relatedculture li .mask p {
    display: block;
    margin-top: 3%;
    font-size: 16px;
    font-weight: 100;
}

.arrows {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    background: url(../images/arrows.png) no-repeat center center/ 100% 100%;
}

.pic {
    overflow: hidden;
    width: 100%;
    padding-top: 74px;
}

.pic ul {
    height: 500px;
    /* overflow: hidden; */
}

.pic ul li {
    float: left;
    height: 500px;
    width: 140px
}

.pic ul .zpic {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 10px;
}

.pic ul .zpic .aon {
    height: 10px;
    width: 280px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.pic ul .zpic .aon.ao1 {
    background: #969696;
}

.pic ul .zpic .aon.ao2 {
    background: #787878;
}

.pic ul .zpic .aon.ao3 {
    background: #5a5a5a;
}

.pic ul .zpic .aon.ao4 {
    background: #3c3c3c;
}

.pic ul .zpic .aon.ao5 {
    background: #1c1c1c;
}

.pic ul .zpic.curr .aon {
    background: #dd1b07;
}

.pic ul .zpic .more {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 10;
    overflow: hidden;
    width: 200px;
}

.pic ul .zpic .more a {
    color: #fff;
}

.pic ul .zpic .more .serviceico {
    background: url(../images/service_icon.jpg) no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: bottom;
    margin-right: 10px;
    float: left;
}

.pic ul .zpic .more .serviceico.ico1 {
    background-position: 0 0;
}

.pic ul .zpic .more .serviceico.ico2 {
    background-position: -36px 0;
}

.pic ul .zpic .more .serviceico.ico3 {
    background-position: -72px 0;
}

.pic ul .zpic .more .serviceico.ico4 {
    background-position: -108px 0;
}

.pic ul .zpic .more .serviceico.ico5 {
    background-position: -144px 0;
}

.pic ul .zpic .more span {
    display: none;
    float: left;
    margin-top: 15px;
    padding-left: 10px;
    border-left: 4px solid #dd1b07;
    vertical-align: bottom;
}

.pic ul .zpic.curr .more span {
    display: inline-block;
}

.pic ul .zpic .rgtx {
    position: absolute;
    top: 10px;
    left: 900px;
    margin-left: -260px;
    width: 260px;
    height: 100%;
    background: #dd1b07;
}

.pic ul .zpic .rgtx .tittp {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 80px 25px 25px;
    line-height: 40px;
}

.pic ul .zpic .rgtx .titbt {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 25px;
}

.pic ul .zpic .rgtx .titbt .key [class^='key'] {
    cursor: pointer;
    margin: 18px 25px 0 0;
    float: left;
    width: 33px;
    height: 33px;
    background-image: url(../images/index_ico.png);
    background-repeat: no-repeat;
    display: none;
}

.pic ul .zpic .rgtx .titbt .key .keyimages {
    background-position: -33px 0;
}

.pic ul .zpic .rgtx .titbt span {
    position: absolute;
    top: 0;
    display: block;
    width: 50px;
    border-top: 1px solid #fff;
}

.pic ul .zpic.curr .txt {
    /* background: rgba(39, 83, 125, 0); */
}

.pic ul .zpic .txt p {
    color: #dd1b07;
    line-height: 40px;
}

.pic ul .zpic img {
    min-width: 100%;
    height: 100%;
}

.pic .txt {
    /* background: rgba(39, 83, 125, 0.6); */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pic .cntxt {
    height: 500px;
    position: absolute;
    left: 115px;
    top: 80px;
    color: #fff;
    width: 25px;
    font-size: 24px;
}


.pic .txt .p1 {
    transform: rotate(90deg);
    transform-origin: 1% 115%;
    padding-bottom: 0px;
    font-size: 36px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.pic .progress {
    margin: 110px 0 50px 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #d7d7d7;
    position: relative;
}

.pic .progress .piece {
    width: 100%;
    height: 8px;
    background-color: #d50117;
    cursor: pointer;
    position: absolute;
    bottom: -4px;
    left: 0;
}

@media screen and (max-width: 1500px) {
    .pic ul {
        height: 416px;
    }

    .pic .txt .p1 {
        transform-origin: 0% 132% !important;
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .pic .cntxt {
        left: 90px !important;
        top: 80px !important;
        font-size: 18px !important;
    }

    .pic ul .zpic .rgtx {
        left: 640px;
        margin-left: -200px;
        width: 200px;
    }

    .pic ul .zpic .rgtx .tittp {
        font-size: 20px;
        padding: 20px 15px;
    }

    .pic ul .zpic .rgtx .titbt {
        font-size: 16px;
        padding: 20px;
    }
}