/*html {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
}

.preloader > i.logoe {
    display: block;
    width: 135px;
    height: 156px;
    top: 300px;
    left: 50%;
    position: absolute;
    margin-left: -67.5px;
    background-image: url('/images/logo2-x2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 9998;
    transition: height .2s;
    -webkit-transition: height .2s;
}

.preloader > i.mask {
    display: block;
    width: 143px;
    height: 164px;
    top: 296px;
    left: 50%;
    position: absolute;
    margin-left: -71.5px;
    background-image: url('/images/logo2-x2-mask.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 9999;
    transition: height .2s;
    -webkit-transition: height .2s;
}
/*轮播图*/
.banner {
    background-color: #eee;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.banner .swiper-wrapper li {
    min-width: 1200px;
    overflow:hidden;
}

.home-slider {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fafafa;
    display: block;
}

.centerContent {
    width:1200px;
    margin:0 auto;
    padding: 48px 0 40px;
}

.center1, .center2, .center3 {
    border-bottom:2px solid #b71c22;
    margin: 0 auto 10px auto;
}

.centerTitle {
    font-size: 24px;
    color: #b71c22;
    margin:0 0 48px;
}

.centerTitle>.iconfont {
    font-size: 24px;
    margin: 0 10px 0 0;
}

.enTitle {
    color: #dfdede;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.seeMore {
    float:right;
    font-size: 14px;
    position: relative;
    top:6px;
}

.seeMore>.iconMore {
    margin: 0 0 0 6px;
    font-size: 14px;
}

.centerList>li {
    width: 285px;
    height: 250px;
    margin: 0 20px 30px 0;
    float:left;
}

.centerList>li:nth-of-type(4n) {
    margin: 0 0 30px 0;
}

.centerList>li>a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f6f5f3;
    position: relative;
    top:0;
    transition: box-shadow .1s, top .1s;
    -webkit-transition: box-shadow .1s, top .1s;
    -moz-transition: box-shadow .1s, top .1s;
    background-color: #fff;
}

.centerList>li:hover>a {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    top:-10px;
}

.cLiPic {
    width:285px;
    height: 177px;
    overflow: hidden;
}

.cLiTitle {
    color: #2a2d2f;
    padding: 0 16px;
    margin: 16px 0;
    overflow: hidden;
    max-height: 40px;
}

.projectList .cLiTitle {
    text-align: center;
}
/*新新闻通知相关*/
.center1 {
    overflow: hidden;
}

.infoBox {
    width: 400px;
    min-height: 190px;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #eee;
}

.infoLeft{
    padding-left: 0;
}

.infoRight{
    padding-right: 0;
    border-right: 0;
}

.infoBox .centerTitle{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.infoList .noItems{
    margin-top: 14px;
}

.infoList li a{
    display: block;
    line-height: 2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.infoList li a:hover{
    color: #276ad8;
    text-decoration: underline;
}
/*专家介绍相关*/
.swipeContent {
    margin:50px 0 40px;
    position: relative;
}

.swipeBox {
    width: 1110px;
    margin:0 auto;
    overflow: hidden;
}

.btnSwipe {
    width: 30px;
    height: 64px;
    border: 1px solid #b71c22;
    line-height: 64px;
    text-align: center;
    position: absolute;
    top:50%;
    margin:-32px 0 0 0;
    background-color: #fff;
    z-index: 5;
}

.btnSwipe:hover {
    color: #b71c22;
}

.btnSwipe.disable {
    border: 1px solid #b9b1ab;
    cursor: not-allowed;
    color: #b9b1ab;
}

.btnSwipe.disable:hover {
    color: #b9b1ab;
}

.btnPrev {
    left:0;
}

.btnNext {
    right:0;
}

.proList {
    width: 2220px;
    height: 230px;
    overflow: hidden;
    transition: margin-left .1s;
}

.proList>li {
    width:370px;
    height: 100%;
    margin:0;
}

.proList>li:hover>a {
    top:0;
    box-shadow: none;
}

.proList>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding:30px;
    border: 1px solid transparent;
}

.proList>li>a:hover {
    border: 1px solid #b71c22;
}

.proList .cLiPic {
    width: 130px;
    height: 170px;
    overflow: hidden;
    float:left;
    background-color: #eee;
    margin:0 18px 0 0;
    box-shadow: 0 0 10px rgba(185, 177, 171, .35);
    -webkit-box-shadow: 0 0 10px rgba(185, 177, 171, .35);
    -moz-box-shadow: 0 0 10px rgba(185, 177, 171, .35);
}

.proInfo {
    width:160px;
    height: 100%;
    overflow: hidden;
    color: #927b6a;
    float:right;
}

.proList>li:hover .proInfo {
    color: #333;
}

.proName {
    font-size: 20px;
    font-weight: 400;
    margin:10px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoText {
    line-height: 1.75em;
    margin:12px 0;
}

.center4{
    margin-bottom: 40px;
}
.webList li{
    display:inline-block;
    margin-right:20px;
}
.webList li a{
    color: #2a2d2f;
}

.webList li a:hover, .webList li a:hover span.iconfont{
    color: #276ad8;
    text-decoration: underline;
}

.webList li a span.iconfont{
    font-size: 12px;
    margin-right: 5px;
    color: #333;
}

/*移动端相关样式*/
 .swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    background-color: #fffaee;
    opacity: 1;
    margin:0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #b71c22;
}

@media screen and (max-width: 1200px) {
    .banner .swiper-wrapper li {
        min-width: auto;
    }
    
    .swiper-container {
        height: 400px;
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
    }
    
    .centerContent {
        width: 100%;
        padding:48px 20px 40px;
    }
    
    .centerList {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }
    
    .centerList>div.clearfix {
        display: none;
    }
    
    .centerList>li {
        width: 24%;
        margin: 0 0 20px 0;
    }
    
    .centerList>li:nth-of-type(4n) {
        margin: 0 0 20px 0;
    }
    
    .swipeBox {
        width: 800px;
    }
    
    .proList {
        flex: none;
        justify-content: normal;
    }
    
    .proList>li {
        width:266px;
    }
    
    .proList>li>a {
        padding:20px;
    }
    
    .cLiPic {
        width:100%;
        min-height: 100px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
    }
    
    .cLiPic>img {
        width: auto !important;
        height: 100% !important;
        margin:0 !important;
    }
    
    .proList .cLiPic {
        width: 120px;
        min-width: 120px;
        min-height: 160px;
        margin:0;
    }
    
    .proInfo {
        width: 90px;
    }
    /*新新闻通知相关*/
    .infoBox{
        width: 100%;
        float: none;
        border-right: 0;
        padding: 0;
        min-height: auto;
        margin-bottom: 30px;
    }
    
    .infoRight{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .swiper-container {
        height: 290px;
    }
    
    .swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
    }
    
    .swipeBox {
        width: 280px;
    }
    
    .proList {
        height: 170px;
    }
    
    .proList>li {
        width: 280px;
    }
    
    .proList>li>a {
        padding:0;
        background-color: #fff;
        border:0;
    }
    
    .proList>li>a:hover {
        border: 0;
    }
    
    .proList>li:hover .proInfo {
        color: #927B6A;
    }
    
    .proList .cLiPic {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    
    .proInfo {
        width: 140px;
        padding-right: 14px;
    }
    
    .proName {
        font-size: 18px;
        color: #26211E;
        margin: 10px 0 0;
    }
    
    .infoText {
        line-height: 1.6em;
        margin: 5px 0;
    }
}

@media screen and (max-width: 720px) {
    body, html {
        background-color: #f8f8f8;
    }
    
    .swiper-container {
        height: 140px;
    }
    
    .centerContent {
        padding:0 20px;
        margin:30px 0 0;
    }
    
    .center1, .center2, .center3 {
        border-bottom: 0;
    }
    
    .centerTitle {
        font-size: 18px;
        margin:0 0 20px;
    }
    
    .centerTitle>.iconfont {
        font-size: 18px;
    }
    
    .centerList>li {
        width: 49%;
        height: 160px;
    }
    
    .centerList>li:hover>a {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        top: 0;
    }
    
    .swipeContent {
        margin:30px 0;
    }
    
    .cLiPic {
        height: 100px;
    }
    
    .cLiPic>img {
        width: 100% !important;
        height: auto !important;
        min-height: 100%;
    }
    
    .proList>li {
        width: 280px;
    }
    
    .proList .cLiPic {
        height: 160px;
    }
    
    .proList .cLiPic>img {
        width: auto !important;
        height: 100% !important;
    }
    
    .cLiTitle {
        padding: 0 10px;
        margin: 10px 0;
    }
    
    .center4{
        margin-bottom: 30px;
    }
}

