* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:950px) {
    html {
        font-size: 8.2vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #666666;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 3.2rem;
    padding-top: 115px;
}

@media (max-width:1199px) {
    body {
        font-size: .22rem;
        padding-top: 1.15rem;
    }
}

@media (max-width:767px) {
    body {
        font-size: .22rem;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #c3272b;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*纵向居中*/

.v_middle {
    vertical-align: middle;
}


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.container {
    max-width: 15.6rem;
    margin-left: auto;
    margin-right: auto;
}


/*全局样式 start*/

.header {
    width: 100%;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c3272b;
    z-index: 99;
}

.header .logo {
    height: 115px;
    z-index: 101;
}

.header .logo img {
    height: .6rem;
}

.header .search {
    width: .3rem;
    height: .3rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    cursor: pointer;
    z-index: 101;
    margin-right: .3rem;
}

.nav>li {
    margin-right: .4rem;
}

.nav>li>a {
    color: #FFF;
    font-size: .2rem;
    font-weight: bold;
    line-height: 115px;
    height: 115px;
    z-index: 101;
}

.nav>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #f59a23;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
}

.nav .subnav {
    position: absolute;
    left: 5.2rem;
    background-color: #FFF;
    border-radius: 0 0 0 .3rem;
    border: 2px #eda84f solid;
    -webkit-border-radius: 0 0 0 .3rem;
    -moz-border-radius: 0 0 0 .3rem;
    -ms-border-radius: 0 0 0 .3rem;
    -o-border-radius: 0 0 0 .3rem;
    height: .8rem;
    right: 0;
    border-top: 0;
    border-right: 0;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    top: 0;
    overflow: hidden;
}

.nav .subnav a {
    line-height: .75rem;
    height: .75rem;
    font-size: .18rem;
    margin-left: .2rem;
    display: block;
}

.m-btn {
    display: none;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    width: .5rem;
    height: .5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-left: .4rem;
    z-index: 101;
}

.m-btn.close {
    background-image: url(../images/close.svg);
    background-size: 80%;
}

.copyright {
    background-color: #c3272b;
    color: rgba(255, 255, 255, .6);
    font-size: .16rem;
    padding: .3rem;
}

.copyright a {
    color: rgba(255, 255, 255, .6);
}

.footer {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.footer .info {
    width: 3rem;
    margin-right: 1.6rem;
}

.footer .logo img {
    height: .65rem;
}

.footer .txt {
    color: #999;
    line-height: 2;
    font-size: .2rem;
}

.footer .address {
    margin-top: .6rem;
    margin-bottom: .4rem;
}

.footer .sns {
    margin-top: .8rem;
    width: 100%;
}

.footer .sns a {
    margin-right: .3rem;
    float: left;
}

.footer .sns a:last-child {
    margin-right: 0;
}

.footer .sns img {
    height: .35rem;
}

.footer .sns .ma {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    left: -.4rem;
    bottom: 0;
    opacity: 0;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .5);
}

.footer .sns .ma>img {
    width: 100%;
    height: 100%;
}

.footer .sns a:hover .ma {
    bottom: .5rem;
    opacity: 1;
}

.footer .f-nav {
    border-left: 1px #000 solid;
    padding-left: 1.6rem;
}

.footer .f-nav li {
    width: 30%;
    line-height: 2;
}

.footer .f-nav li:nth-of-type(4n) {
    width: auto;
}

.footer .f-nav li .tit {
    font-size: .2rem;
    color: #666666;
}

.footer .f-nav li:nth-child(5),
.footer .f-nav li:nth-child(6),
.footer .f-nav li:nth-child(7),
.footer .f-nav li:nth-child(8) {
    margin-top: .4rem;
}

.footer .f-nav .submenu {
    font-size: .18rem;
    margin-top: .2rem;
}

.footer .f-nav .submenu a {
    color: #999;
}

.search-content {
    position: fixed;
    left: 50%;
    top: -200px;
    z-index: 90;
    width: 80%;
    background-color: #FFF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.search-content .close {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: .24rem;
    color: #c3272b;
    cursor: pointer;
}

.search-content input[type='text'] {
    height: .7rem;
    padding-left: .2rem;
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 10%);

}

.search-content input[type='submit'] {
    width: 1rem;
    height: .7rem;
    background: #c3272b url(../images/search.svg)no-repeat center;
    background-size: auto 50%;
}
.details h1 {
       font-size: .28rem;
    color: #c3272b;
}
.details h2 {
       font-size: .2rem;
    color: #c3272b;
}
.details .body {
    margin-top: 0.6rem;
}
.details .body p {
    line-height: 2;
    font-size: .18rem;
 margin:0 0 .1rem 0;
    font-size: .18rem;
    color: #3d3b4f;
}

@media (max-width:1680px) {
    .search-content {
        margin-left: 7%;
        width: 60%;
    }
}

@media (max-width:1199px) {
    .search-content {
        margin-left: 0;
        width: 80%;
    }
}

.details {
    margin-top: .8rem;
}

.details h1 {
       font-size: .28rem;
    color: #c3272b;
}
.details h2 {
       font-size: .2rem;
    color: #c3272b;
}
.details .info {
    color: #999;
    font-size: .16rem;
    margin-top: .4rem;
}

.details .info span {
    margin: 0 .2rem;
}



.details .body img {
    max-width: 100%;
}

.details .prev-next {
    border-top: 1px #f3f3f3 solid;
    margin-top: .6rem;
    padding-top: .4rem;
    font-size: .18rem;
    line-height: 2;
}

.sidebar {
    width: 3.4rem;
    margin-right: .8rem;
}
.sidebar  ul{
    min-height:auto !important;
}
.sidebar li{
    height: auto !important;
    line-height: .7rem !important;padding: 0 !important;
}

.sidebar li >a {
    height: .7rem;
    line-height: .7rem;
    font-size: .24rem;
    border-bottom: 1px #797979 solid;
    padding-left: .2rem;
    font-weight: 550;
}

.sidebar li:before{
    display:none;
}

.sidebar li a.on {
    background-color: #c3272b;
    color: #FFF;
}

.sidebar li>a.on::before {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    width: .14rem;
    height: .14rem;
    border-right: 4px #FFF solid;
    border-top: 4px #FFF solid;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.sidebar li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #c3272b;
    width: 0;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidebar li dl{
    display:none;padding:0;margin:0;
}
.sidebar li dd{
    padding: 0 0.3rem;
    margin:0;
}
.sidebar li.curr dl{
    display:block;
}
.sidebar li dd a{
    line-height:.5rem;
    display:block;
    background:none !important;
    color:#333 !important;
}
.sidebar li dd a:hover{
    color:#c3272b !important;
}

.text-list {
    margin-top: .8rem;
}

.text-list li {
    border-bottom: 1px #f3f3f3 solid;
    line-height: .6rem;
    height: .6rem;
    font-size: .18rem;
    padding-left: .2rem;
}

.text-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #c3272b;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.text-list li a {
    min-width: 0;
}

.text-list li .date {
    color: #999;
    font-size: .16rem;
}

.page {
    margin-top: .4rem;
}

.page a {
    line-height: .4rem;
    height: .4rem;
    border: 1px #f3f3f3 solid;
    padding: 0 .14rem;
    margin: 0 .05rem;
    font-size: .18rem;
}

.page a.on {
    background-color: #c3272b;
    color: #fff;
}

.pub-title {
    font-size: .28rem;
    color: #c3272b;
    font-weight: 550;
    margin-bottom: .4rem;
    border-bottom: 1px #797979 solid;
    padding-bottom: .3rem;
}


.about {
    margin-top: .8rem;
}

.about .content {
    font-size: .18rem;
    line-height: 2;
}

.about .content p {
    text-indent: .36rem;
}

.about .content img {
    max-width: 100%;
}

.image-list {
    width: 100%;
    margin-top: .8rem;
}

.image-list li {
    width: 100%;
    display: inline-block;
    margin-bottom: .3rem;
}

.image-list li .pic {
    width: 3rem;
    height: 2rem;
    overflow: hidden;
    position: relative;
    margin-right: .4rem;
}

.image-list li .pic img {
    max-width: 100%;
}

.image-list li .text-content {
    padding-top: .1rem;
}

.image-list li .tit {
    font-size: .2rem;
    font-weight: bold;
}

.image-list li .txt {
    font-size: .14rem;
    margin-top: .15rem;
    color: #666;
    line-height: 2;
}

.image-list li .time {
    margin-top: .2rem;
    color: #999;
}

.warp {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.home {
    padding-top: 1.4rem;
}

.bg {
    background-color: #f3f9f1;
    overflow: hidden;
}

.home .header {
    padding-left: 1.8rem;
    padding-right: .3rem;
}

.home .header .img {
    margin-right: .1rem;
}

.home .header .img img {
    animation: rotate 4s linear infinite;
    -webkit-animation: rotate 4s linear infinite;
    height: .7rem;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.home .header .text img {
    height: .5rem;
}

.home .header>div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .4rem;
    height: 100%;
    background-color: #3d3b4f;
    z-index: 101;
}

.home .header::after {
    content: '';
    position: absolute;
    left: .4rem;
    top: 0;
    width: 1.4rem;
    height: 100%;
    background-color: #c3272b;
    z-index: 101;
}

.home .header::before {
    background-color: #FFF;
}

.home .header .logo {
    height: 1.4rem;
    margin-left: .1rem;
}

.home .nav {
    margin-right: .6rem;
}

.home .nav>li {
    margin-right: 0;
    width: 1.39rem;
}

.home .nav>li>a {
    color: #333;
    /* padding: 0 .3rem; */
    height: 1.4rem;
    line-height: 1.4rem;
    display: block;
    text-align: center;
}

.home .nav>li>a::before {
    left: 50%;
    bottom: .4rem;
    background-color: #c3272b;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home .nav>li:nth-child(odd)>a {
    background-color: #ececec;
}

.home .nav .subnav {
    left: 5rem;
    background-color: #c3272b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .5);
}

.home .nav .subnav a {
    color: #FFF;
}

.home .header .search {
    background-image: url(../images/search1.svg);
}

.m-btn {
    background-image: url(../images/m-btn1.svg);
}

.m-btn.close {
    background-image: url(../images/close1.svg);
}

.banner {
    margin-top: .4rem;
}

.banner img {
    width: 100%;
}

.banner .swiper-wrapper {
    padding: .3rem 0;
}

.banner .swiper-slide {
 width:15.5rem;
  
}


.banner .swiper-slide-active {
    transform: scale(1) translate(0);
    z-index: 98;

}

.banner .swiper-button-black {
    width: .8rem;
    height: .8rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .14rem;
}

.banner .swiper-button-next {
    right: 2rem;
}

.banner .swiper-button-prev {
    left: 2rem;
}

.home-title .cn span a {
    background-color: #c3272b;
    color: #FFF;
    font-size: .48rem;
    line-height: 1.3;
    padding-left: .1rem;
    padding-right: .1rem;
    font-weight: bold;
    letter-spacing: 8px;
}

.home-title .cn .more{
    display:inline-block;
    margin-left:0.3rem;
}

.home-title .en {
    font-size: .55rem;
    color: #D7D7D7;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
}

.home-news {
    margin-top: .7rem;
}

.home-news::after {
    content: '';
    position: absolute;
    right: 0;
    top: .7rem;
    width: .4rem;
    background-color: #c3272b;
    height: 80%;
}

.home-news .content {
    margin-top: .6rem;
}

.home-news .pic-con {
    background-color: #c3272b;
    width: 10.5rem;
    margin-right: .35rem;
}

.home-news .pic-con .pic {
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
}

.home-news .pic-con .pic img {
    width: 100%;
}

.home-news .pic-con .swiper-button-white {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 100%;
}

.home-news .pic-con .swiper-button-prev{
    left:0;
}
.home-news .pic-con .swiper-button-next{
    right:0;
}
.home-news .text-con {
    padding: .3rem;
    color: #FFF;
   // background: url(../images/arrow.png)no-repeat 94% center;
    background-size: .5rem;
}

.home-news .text-con .time {
    font-size: .18rem;
    font-weight: bold;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    margin-right: .3rem;
}

.home-news .text-con .time span {
    font-size: .48rem;
}

.home-news .text-con a {
    color: #FFF;
    font-size: .24rem;
    font-weight: bold;    line-height: .75rem;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}


.home .pub-tit{
    overflow:hidden;
    line-height:38px;
}
.home .pub-tit a {
    font-size: .28rem;
    font-weight: 700;
    color: #c3272b;
}

.home .pub-tit a.more{
    float:right;
    color:#333;
    font-size:.16rem;
    font-weight:normal;
}

.home .pub-tit a.more:hover{
      color: #c3272b;
}
.home .list ul {
    margin-top: .1rem;
    margin-bottom: .5rem;
}

.home .list ul:last-child {
    margin-bottom: 0.4rem;
}

.home .list li {
    line-height: .45rem;
    font-size: .16rem;
    padding-left: .2rem;
    height: .45rem;
}

.home .list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #797979;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home .list li a {
    margin-right: .3rem;
    min-width: 0;
    font-size: .18rem;
    color: #666;
    display: block;
    width: 75%;
}

.home .list li span {
    color: #c3272b;
}

.home-about {
    color: #FFF;
    font-size: .18rem;
    line-height: 1.8;
    margin-top: 1.7rem;
}

.home-about .home-title {
    align-items: flex-end;
    padding-right: 1.4rem;
    padding-bottom: .35rem;
}

.home-about .home-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6.7rem;
    height: 1.8rem;
    background-color: #3d3b4f;
}

.home-about .content {
    background-color: #c3272b;
    padding-left: 1.4rem;
}

.home-about .content .text {
    margin: 0.5rem 0.7rem 0rem 0;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 31;
    -webkit-box-orient:vertical;
    line-height: 26px;
   height: 931px;   
}

.home-about .content .text p {
    text-indent: .36rem;
}

.home-about .pic {
    width: 6rem;
}

.home-about .pic img {
    width: 100%;
}

.home-keyan {
    margin-top: .7rem;
    z-index: 1;
    padding-top: .4rem;
}

.home-keyan::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #bfbebe;
    width: 50%;
    height: 72%;
}

.home-keyan .home-title .en {
    color: #FFF;
}

.home-keyan .content {
    margin-top: .6rem;
    align-items: flex-start;
}

.home-keyan .pic-con {
    background-color: #c3272b;
    width: 9.8rem;
    order: 2;
    margin-top: .4rem;
    margin-left: 1rem;
}

.home-keyan .pic-con .pic {
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
}

.home-keyan .pic-con .pic img {
    width: 100%;
    height: 100%;
}

.home-keyan .text-con {
    padding: .3rem;
    color: #FFF;
    background: url(../images/arrow.png)no-repeat 94% center;
    background-size: .5rem;
}

.home-keyan .text-con .time {
    font-size: .18rem;
    font-weight: bold;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    margin-right: .3rem;
}

.home-keyan .text-con .time span {
    font-size: .48rem;
}

.home-keyan .text-con a {
    color: #FFF;
    font-size: .24rem;
    font-weight: bold;
}

.home-keyan .list {
    order: 1;
}

.home-exhibition {
    margin-top: 1.05rem;
    overflow: hidden;
    z-index: 2;
}

.home-exhibition::before {
    content: '';
    position: absolute;
    right: 0;
    top: .3rem;
    z-index: -1;
    background-color: #bfbebe;
    width: 70%;
    height: 72%;
}

.home-exhibition .home-title {
    padding-right: 1.4rem;
    align-items: flex-end;
}

.home-exhibition .home-title .cn span {
    background: none;
}

.home-exhibition .home-title .cn span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #c3272b;
    z-index: -1;
    height: 1.8rem;
    width: 100%;
}

.home-exhibition .home-title .en {
    color: #333;
}

.home-exhibition .content {
    margin-top: .6rem;
}

.home-exhibition .item {
    overflow: hidden;
    height: 10.6rem;
}

.home-exhibition .pic,
.home-exhibition .pic1 {
    height: 50%;
    width: 100%;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-exhibition img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-exhibition .txt {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    font-weight: bold;
    font-size: .56rem;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.home-exhibition .txt .btzh{
    letter-spacing: 20px;
    width: 80px;
}
.home-gonghui {
    margin-top: .8rem;
    z-index: 1;
    padding-top: .8rem;
}

.home-gonghui::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0rem;
    width: 4.3rem;
    background-color: #bfbebe;
    height: 80%;
    z-index: -1;
}

.home-gonghui .home-title .en {
    color: #333;
}

.home-gonghui .content {
    margin-top: .6rem;
}

.home-gonghui .pic-con {
    background-color: #c3272b;
    width: 10.5rem;
    margin-right: .35rem;
}

.home-gonghui .pic-con .pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
}

.home-gonghui .pic-con .pic img {
    width: 100%;
}

.home-gonghui .text-con {
    padding: .3rem;
    color: #FFF;
    background: url(../images/arrow.png)no-repeat 94% center;
    background-size: .5rem;
}

.home-gonghui .text-con .time {
    font-size: .18rem;
    font-weight: bold;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    margin-right: .3rem;
}

.home-gonghui .text-con .time span {
    font-size: .48rem;
}

.home-gonghui .text-con a {
    color: #FFF;
    font-size: .24rem;
    font-weight: bold;
}

.home-work {
    margin-top: .8rem;
}

.home-work .home-title {
    align-items: flex-end;
}

.home-work .pic {
    margin-top: .4rem;
    overflow: hidden;
}

.home-work .pic img {
    width: 100%;
}

.home-work .content {
    margin-top: .7rem;
    width: 100%;
    display: inline-block;
}

.home-work .content .line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 94%;
    background-color: #333;
    z-index: 10;
}

.home-work .con {
    width: 42%;
    float: left;
}

.home-work .con:last-child {
    padding-top: 1.9rem;
    float: right;
}

.home-work .list ul {
    border-bottom: 1px #c8c8c8 solid;
    padding-bottom: .3rem;
}

.home-work .list ul:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/*全局样式 end*/






@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav>li:hover>a {
        color: #f59a23;
    }
    .nav>li:hover>a::before {
        width: 100%;
    }
    .nav>li:hover .subnav {
        top: 115px;
    }
    .home .nav>li:hover>a,
    .home-news li a:hover,
    .home .list li a:hover {
        color: #c3272b;
    }
    .home .nav>li:hover>a::before {
        width: 55%;
    }
    .home .nav>li:hover .subnav {
        top: 1.4rem;
    }
    .footer .f-nav a:hover {
        text-decoration: underline;
        color: #c3272b;
    }
    .sidebar a:hover {
        border-bottom: 0;
    }
    .sidebar a:hover::after {
        width: 100%;
    }
   
    .home-exhibition .item:hover {
        width: 7.2rem;
        flex: none;
    }
    .home-exhibition .item:hover .pic:hover,
    .home-exhibition .item:hover .pic1:hover {
        height: 9rem;
    }
    .home-exhibition .item:hover .pic:hover .txt,
    .home-exhibition .item:hover .pic1:hover .txt {
        opacity: 1;
    }
}



@media (max-width: 1580px) {
.home-about .content .text {
    /*-webkit-line-clamp: 19;*/
   height: 666px;   
}
}

@media (max-width: 1400px) {
.home-about .content .text {
    /*--webkit-line-clamp: 15;*/
   height: 510px;   
}
}


@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header .logo {
        height: 1.15rem;
    }
    .header .search {
        height: .4rem;
        width: .4rem;
    }
    .m-btn {
        display: block;
    }
    .nav {
        flex-flow: column;
    }
    .nav>li>a {
        height: .8rem;
        line-height: .8rem;
    }
    .nav {
        position: fixed;
        right: -80%;
        width: 40%;
        height: calc(100% - 1.15rem);
        top: 1.15rem;
        background-color: #c3272b;
        z-index: 20;
        padding-top: .2rem;
        overflow-y: auto;
        padding-left: .2rem;
        font-family: Arial, Helvetica, sans-serif;
    }
    .nav>li {
        margin-right: 0;
        width: 100% !important;
    }
    .nav>li i {
        position: absolute;
        right: .2rem;
        top: .3rem;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        width: .12rem;
        height: .12rem;
        border-right: 1px #FFF solid;
        border-top: 1px #FFF solid;
        z-index: 9;
    }
    .nav .subnav {
        display: none;
        position: inherit;
        left: 0;
        top: 0;
        width: 100%;
        background: none;
        border: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        height: auto;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    .nav .subnav a {
        display: block;
        color: #FFF;
        line-height: .5rem;
        height: .5rem;
    }
    .warp,
    .home .header,
    .home-gonghui {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home .header::after,
    .home .header>div::before,
    .footer,
    .home-news::after {
        display: none;
    }
    .home .nav {
        top: 1.4rem;
        margin-right: 0;
    }
    .home .nav>li:nth-child(odd)>a {
        background: none;
    }
    .home .nav>li>a {
        height: .8rem;
        line-height: .8rem;
        color: #FFF;
        text-align: left;
    }
    .home .nav .subnav {
        box-shadow: none;
    }
    .copyright {
        margin-top: .6rem;
    }
    .details .prev-next {
        flex-flow: column;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        background-size: .3rem;
    }
    .home-about {
        margin-top: 1.4rem;
    }
    .home-about .home-title {
        padding-right: .2rem;
    }
    .home-about .content {
        padding-left: .2rem;
    }
    .home-about .content .text {
        padding-top: .3rem;
        margin-right: .3rem;
    }
    .home-keyan .pic-con {
        margin-left: .4rem;
    }
    .home-exhibition .txt {
        opacity: 1;
        font-size: .36rem;
    }
    .home-exhibition .home-title {
        padding-right: .2rem;
    }
    .banner .swiper-wrapper {
        padding: 0;
    }
    .banner .swiper-slide {
        margin: 0;
    }
    .banner .swiper-slide-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .banner .swiper-button-prev {
        left: .2rem;
    }
    .banner .swiper-button-next {
        right: .2rem;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4rem;
    }
  


   .about .content{
        min-height: 300px;
    }
    .text-list ul{
        min-height: 300px;
    }


}

@media (max-width: 1023px) {
    /*修改1024以下、平板*/
    .home-news .pic-con {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-about {
        margin-top: 1rem;
    }
    .home-keyan {
        padding-bottom: .4rem;
    }
    .home-keyan .pic-con {
        width: 100%;
        margin-left: 0;
        order: 1;
        margin-top: 0;
    }
    .home-keyan .pic-con .pic {
        height: auto;
    }
    .home-keyan .list {
        order: 2;
        margin-top: .4rem;
    }
    .home-keyan::before {
        display: none;
    }
    .home-keyan .home-title .en {
        color: #666666;
    }
    .home-gonghui {
        padding-bottom: .3rem;
    }
    .home-gonghui::after {
        display: none;
    }
    .home-gonghui .pic-con {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-gonghui .pic-con .pic {
        height: auto;
    }
    .home-exhibition .item {
        flex: none;
        width: 50%;
    }
}
@media (max-width: 910px) {
.home-about .content .text {
    /*-webkit-line-clamp: 15;*/
   height: 503px;   
}
}
@media (max-width: 767px) {
    /*修改768以下、小屏平板*/
    .home-about .content {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: .3rem;
    }
    .home-about .home-title,
    .home-exhibition .home-title {
        align-items: flex-start;
        padding-left: .2rem;
    }
    .home-about .home-title::before {
        display: none;
    }
    .home-about .content .text {
        margin-right: 0;
    }
    .home-about .pic {
        width: 100%;
    }
    .home-work .home-title {
        align-items: flex-start;
    }
.home-news .pic-con .pic{
        height:auto;
    }
}

@media (max-width: 540px) {
    /*修改425以下、普通的安卓手机屏*/
    .home {
        padding-top: 1.15rem;
    }
    .home .header .logo {
        height: 1.15rem;
    }
    .home .nav {
        top: 1.15rem;
    }
    .nav {
        width: 60%;
    }
    .nav>li>a {
        font-size: .28rem;
    }

    .home-work .content .line {
        display: none;
    }
  
    .home-news .pic-con .pic {
        height: auto;
    }
    .home-title .en {
        font-size: .48rem;
    }
    .home-work .con {
        width: 100%;
    }
    .home-work .con:last-child {
        padding-top: .3rem;
    }
    .home-exhibition .item {
        height: auto;
    }
    .home-exhibition .pic,
    .home-exhibition .pic1 {
        height: 4rem;
    }
    .banner {
        margin-top: .4rem;
    }
}

@media (max-width: 374px) {
    /*修改375以下、iPhone5，4，等小屏手机*/
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    ;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}