body {
    max-width: 1920px;
    margin: 0 auto;
}

.width100 {
    width: 100%;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.syheader {
    width: 100%;
    height: 120px;
    background-color: rgba(159, 1, 2, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.syheader-left {
    width: 484px;
    float: left;
    height: 120px;
    overflow: hidden;
    background: url('../images/logo2.png?v=2') no-repeat center;
    background-size: cover;
}

.syheader-left img {
    height: 100%;
}

.syheader-right {
    width: 675px;
    float: right;
}

.syheader-right>ul {
    height: 120px;
    width: 675px;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav_list li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 90px;
    position: relative;
}

.nav_list li a {
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    text-align: center;
    transition: all 0.2s linear;
    font-size: 16px;
    position: absolute;
    width: 100%;
}

.nav_list li:last-child a {
    border-right: 0;
}

.nav_list li:hover a {
    color: #fff;
    transition: all 0.2s linear;
}

.nav_list li:hover ul li a {
    color: #fff;
    transition: all 0.2s linear;
}

.nav_list li ul {
    width: 90px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100px;
    transition: all 0.3s ease-out;
    z-index: 9999;
    background-color: #d04c49;
}

.nav_list li ul li {
    display: block;
    float: none;
    height: 35px;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
}

.nav_list li ul li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    transition: all 0.2s linear;
}

.nav_list li ul li a:hover {
    color: #666;
    background-color: #fff;
    transition: all 0.2s linear;
}

.nav_list>li {
    height: 120px;
    line-height: 120px;
}

.nav_list>li>a {
    height: 120px;
    line-height: 120px;
}

.nav_list>li:hover {
    background: #d04c49;
}

.nav_list li:hover ul {
    max-height: 360px;
    transition: all 0.3s linear;
}


/* 首页轮播图 */

.flexslider {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.slides li {
    height: 400px;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center;
}


/*焦点图的左右箭头*/

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 40px;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.flex-control-nav .flex-active {
    background: rgba(0, 0, 0, 0.4);
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li {
    position: relative;
    height: 1px;
}

.flex-direction-nav li a:before {
    position: absolute;
    top: -22px;
    left: 7px;
    font-size: 70px;
    line-height: 1;
    color: #4d6ab6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    content: "›";
}

.flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    color: #4d6ab6;
    border: 3px solid #4d6ab6;
    border-radius: 3px;
}

.flex-direction-nav li a.flex-prev:before {
    content: "‹";
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
}

.flex-direction-nav li a:hover {
    background-color: #fff;
}


/* 领域进展 */

.newscontainer {
    overflow: hidden;
    margin-bottom: 60px;
}

.newsdivone {
    overflow: hidden;
}

.newscontainer-left {
    width: 780px;
    float: left
}

.newscontainer-right {
    width: 370px;
    float: right;
}

.newstitle h1 {
    font-size: 20px;
    color: #ae1c27;
    height: 90px;
    line-height: 90px;
}

.newstitle h1 a {
    display: block;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    border: 1px solid #ccc;
    color: #676767;
    font-size: 14px;
    padding: 0 10px;
    float: right;
    margin-top: 31px;
}

.newstitle h1 a:hover {
    background: #ae1c27;
    color: #fff;
    border: 1px solid #ae1c27;
}

.newspic {
    width: 375px;
    height: 235px;
    overflow: hidden;
    float: left;
    position: relative;
}

.newspic a {
    display: block;
    width: 100%;
    height: 100%;
}

.newspic a img {
    width: 100%;
    transition: all 0.3s;
}

.newspic a:hover img {
    transform: scale(1.1);
}

.newspic h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}

.newspic:nth-of-type(2) {
    margin-left: 30px;
}

.newsdivtwo {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.newsdivtwo a {
    display: block;
}

.newsdivtwo a:hover .newsdivtwo-right h1 {
    color: #ae1c27;
}

.newsdivtwo-left {
    height: 85px;
    background: #ae1c27;
    width: 120px;
    float: left;
}

.newsdivtwo-left h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding-top: 10px;
}

.newsdivtwo-left h2 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.newsdivtwo-right {
    width: 635px;
    float: right;
}

.newsdivtwo-right h1 {
    font-size: 16px;
    color: #323232;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsdivtwo-right p {
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.newsdivthree {
    overflow: hidden;
    margin-top: 25px;
}

.newsdivthree ul li {
    display: block;
    height: 33px;
    line-height: 33px;
}

.newsdivthree ul li a {
    display: block;
}

.newsdivthree ul li a em {
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ae1c27;
    float: left;
    margin-right: 8px;
    margin-top: 15px;
}

.newsdivthree ul li a h1 {
    font-size: 16px;
    color: #323232;
    width: 570px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
}

.newsdivthree ul li a span {
    height: 33px;
    line-height: 33px;
    width: 90px;
    float: right;
    font-size: 14px;
    text-align: right;
    color: #acacac;
}

.newsdivthree ul li:hover a h1 {
    color: #ae1c27;
}

.newsreport ul li {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 90px;
    background: url('../images/text.png')no-repeat right bottom;
    padding: 18px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.newsreport ul li a {
    display: block;
}

.newsreport ul li a h1 {
    position: relative;
    color: #323232;
    font-size: 16px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsreport ul li a h1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 3px;
    height: 15px;
    background: #ffa048;
}

.newsreport ul li a h2 {
    font-size: 14px;
    color: #acacac;
    padding-left: 15px;
    margin-top: 10px;
}


/* 支撑平台 */

.terrace {
/*    height: 600px;*/
    background: url('../images/bgsss.jpg')no-repeat center;
    background-size: cover;
    padding: 64px 0;
    box-sizing: border-box;
}
.terrace .terrace_list{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff20;
}
.terrace .terrace_list h1{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}
.terrace .terrace_list h1 span{
    width: 4px;
    height: 22px;
    background: #fbe77b;
    display: inline-block;
    margin-right: 10px;
}
.terrace .terrace_list .terrace_ul{
    display: flex;
    flex-wrap: wrap;
}
.terrace .terrace_list .terrace_ul li{
    width: 275px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.terrace .terrace_list .terrace_ul li:nth-child(4n){
    margin-right: 0;
}
.terrace .terrace_list .terrace_ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.terrace .terrace_list .terrace_ul li a img{
    width: 100%;
    background: #ae1c27;
    border: 2px solid #ffffff;
    box-sizing: border-box; 
    object-fit: cover;

}
.terrace .terrace_list .terrace_ul li a p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
}
.terrace_link_img {
    display: flex;
}
.terrace_link_img a{
    flex: 1;
    margin-right: 30px;
}
.terrace_link_img a:last-child{
    margin-right: 0;
}
.terrace_link_img a img{
    object-fit: contain;
    width: 100%;
}
/* 重点主题 */

.tabs-container {
    height: 618px;
    background: url('../images/newsbg.jpg')no-repeat center;
    background-size: cover;
    padding-top: 85px;
    box-sizing: border-box;
    position: relative;
}

.tabdot {
    position: absolute;
    width: 100%;
    height: 16px;
    left: 0;
    top: 265px;
    background: url('../images/tabdot.png')no-repeat center;
    background-size: cover;
}

.tabs-list ul {
    text-align: center;
}

.tabs-list ul li {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ae1c27;
    color: #ae1c27;
    padding: 0 20px;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.tabs-list ul li.tab-active {
    background: #ae1c27;
    color: #fff;
}

.tabs-list ul li:hover {
    background: #ae1c27;
    color: #fff;
}

.tabs-newscontainer {
    overflow: hidden;
    margin-top: 50px;
}

.tabs-newslist {
    overflow: hidden;
    display: none;
}

.tabs-newslist ul {
    width: 1200px;
    margin: 0 auto;
}

.tabs-newslistblock {
    display: block;
}

.tabs-newslistnone ul {
    overflow: hidden;
}

.tabs-newslistnone ul li {
    width: 370px;
    float: left;
    margin-right: 45px;
    overflow: hidden;
    height: 260px;
}

.tabs-newslistnone ul li:nth-of-type(3n) {
    margin-right: 0;
}

.tabs-newslistnone ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.tabs-newslistnone ul li a h1 {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    color: #696868;
}

.tabs-newslistnone ul li a h1 em {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    color: #8a8989;
}

.tabs-newslistnone ul li a h2 {
    font-weight: normal;
    font-size: 16px;
    color: #323232;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 20px;
}

.tabs-newslistnone ul li a p {
    color: #8a8989;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    transition: all 0.5s;
}

.tabs-newslistnone ul li a h3 {
    font-size: 14px;
    color: #fa6414;
    height: 20px;
    line-height: 20px;
    margin-top: 30px;
    text-decoration: underline;
}

.tabs-newslistnone ul li:hover a h2 {
    font-weight: bold;
    color: #ae1c27;
}

.tabsmore {
    overflow: hidden;
    margin-top: 80px;
}

.lecture_room2 .tabsmore {
    margin-top: 30px;
}

.tabsmore a {
    display: block;
    border: 1px solid #ae1c27;
    color: #ae1c27;
    text-align: center;
    font-size: 16px;
    height: 34px;
    width: 120px;
    text-align: center;
    line-height: 34px;
    border-radius: 17px;
    margin: 0 auto;
    transition: all 0.3s;
}

.tabsmore a:hover {
    background: #ae1c27;
    color: #fff;
}


/* 惠民服务 */

.server-container {
    height: 120px;
    background: url('../images/huimin.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.server-list ul li {
    width: 50%;
    float: left;
}

.server-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 120px;
}

.server-list ul li a img {
    margin-right: 5px;
    transition: all 0.3s;
}

.server-list ul li:hover a img {
    transform: scale(1.1);
}


/* 预防 */

.yufang {
    height: 220px;
    background: url('../images/symorebg.jpg') no-repeat center;
    background-size: cover;
}

.yufang a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 中心PI */

.center-pi {
    margin-top: 20px;
    margin-bottom: 30px;
}

.center-pi .terrace-title h1 {
    color: #ae1c27;
}

.rec_expert {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}

.container_12 {
    height: 310px;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.car_div {
    width: 1200px;
    height: 310px;
    overflow: hidden;
}

.car {
    height: 40px;
    overflow: hidden;
    width: 88px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
}

.car a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    display: inline-block !important;
    background-color: #ae1c27;
    transition: all 0.3s;
    margin-right: 1px;
}

.car a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel1 {
    cursor: default !important;
}

.carousel1 li {
    overflow: hidden;
    width: 150px !important;
    height: 270px;
    float: left;
    transition: all 0.3s;
    position: relative;
    padding: 20px;
    /* box-sizing: border-box; */
    background: #f9f9f9;
    margin: 0 5px;
}

.carousel1 li a {
    display: block;
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}

.expert-img {
    width: 150px;
    height: 200px;
    border-bottom: 3px solid #ae1c27;
    margin: 0 auto;
    overflow: hidden;
}

.carousel1 li a img {
    width: 100%;
    transition: all 0.3s;
}

.message h3 {
    text-align: center;
    font-size: 24px;
    color: #cc1d2a;
    width: 100%;
    margin-top: 10px;
}

.message h3 span {
    color: #3e3e3e;
    margin-left: 5px;
}

.message h4 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.message p {
    font-size: 13px;
    color: #8a8989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 23px;
    margin-top: 15px;
}

.carousel1 li:hover img {
    transform: scale(1.1);
}


/* 分中心 */

.fencenter {
    height: 160px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #ffe8e6;
}

.fencenter .width1200 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.fencenter-div {
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
    height: 120px;
}

.fencenter-div h2 {
    color: #ae1c27;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
}

.fencenter-ul {
    overflow: hidden;
    overflow-y: auto;
    height: 90px;
    width: 570px;
}

.fencenter-ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #fbaeb4;
    border-radius: 2px;
}

.fencenter-ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #CC1D2B;
    background: rgba(0, 0, 0, 0.2);
}

.fencenter-ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fbaeb4;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.fencenter-ul li {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.fencenter-ul li a {
    display: block;
    height: 100%;
}

.fencenter-ul li a em {
    display: block;
    font-style: normal;
    font-weight: normal;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ae1c27;
    float: left;
    margin-right: 8px;
    margin-top: 12px;
}

.fencenter-ul li a h1 {
    font-size: 16px;
    color: #7e8281;
    width: 550px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.fencenter-divtwo {
    padding-left: 30px;
    box-sizing: border-box;
    border: none
}

.fen-ultwo li {
    width: 50%;
    float: left;
}

.fen-ultwo li a h1 {
    width: 250px;
}


/* 底部 */

.footer {
    background: #cc1d2a;
    min-height: 50px;
    padding: 20px 0;
}

.footer p {
    text-align: center;
    /* height: 25px; */
    line-height: 25px;
    color: #fff;
}

.footer i {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d64a55;
    margin: 20px 0;
}


/* 文字列表页 */

#neibanner {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*二级导航*/

.zyfeilei {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border-bottom: 1px solid #DDDDDD;
    background: url('../images/zybg.jpg') no-repeat center;
    background-size: cover;
    box-shadow: 0px 5px 10px 0px #ddd;
}

.zyfeilei ul {
    float: left;
    margin-top: 15px;
    position: relative;
}

.zyfeilei ul li {
    float: left;
    height: 45px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.zyfeilei ul li a:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: red;
    top: 0;
    left: 0;
    z-index: 2000;
}

.zyfeilei ul li a:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2000;
}

.zyfeilei ul li a {
    padding: 0 13px;
    display: block;
    height: 45px;
    color: #5d5d5d;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.zyfeilei ul li:hover>a {
    color: #FFFFFf;
    background: #cc1d2a;
}

.zyfeilei ul li.li_on a {
    background: #cc1d2a;
    color: #ffffff;
}

.newactive {
    overflow: hidden;
    float: right;
    line-height: 73px;
}

.newactive h3 {
    line-height: 73px;
    font-size: 22px;
    overflow: hidden;
    font-weight: normal;
    color: #cc1d2a;
}


/*文字列表*/

.kejiaocontent {
    margin: 20px auto;
    margin-bottom: 50px;
    min-height: 500px;
    /* box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 50%);
    padding: 20px; */
}

.connewslist ul li {
    width: 1180px;
    height: 80px;
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s;
    margin: 0 auto;
}

.connewslist ul li:hover {
    background: #fff;
    box-shadow: 0 6px 16px rgba(43, 43, 43, 0.2);
}

.connewslist ul li a {
    display: block;
    background: url(../images/newslist_bg.jpg) no-repeat right center;
    height: 80px;
    padding-right: 200px;
    width: 980px;
}

.connewslist ul li a span {
    width: 130px;
    height: 80px;
    float: left;
    display: block;
}

.connewslist ul li a h5 {
    font-size: 24px;
    text-indent: 24px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    color: #595757;
}

.connewslist ul li a h6 {
    font-size: 14px;
    text-indent: 24px;
    height: 20px;
    line-height: 20px;
    color: #8c8c8c;
}

.newscontent1 {
    float: left;
    margin-left: 30px;
    overflow: hidden;
}

.connewslist ul li a h3 {
    height: 25px;
    line-height: 25px;
    width: 820px;
    font-size: 16px;
    color: #202020;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.connewslist ul li:hover a h3 {
    color: #cc1d2a;
}

.connewslist ul li a p {
    height: 50px;
    line-height: 25px;
    margin: 0 auto;
    margin-top: 8px;
    width: 820px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*分页*/

.black2 {
    padding: 10px;
    margin: 40px auto;
    text-align: center;
    overflow: hidden;
}

.black2 a {
    border: #757575 1px solid;
    padding: 5px 10px;
    color: #000000;
    text-decoration: none;
    margin: 2px;
}

.black2 a:hover {
    border: #cc1d2a 1px solid;
    background: #cc1d2a;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.current {
    border: #cc1d2a 1px solid;
    background: #cc1d2a;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin: 2px;
}

.black2 span.disabled {
    border: #ccc 1px solid;
    padding: 5px 10px;
    color: #ccc;
    text-decoration: none;
    margin: 2px;
}


/* 新闻内容页 */

.content-title {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 30px;
}

.content-title h1 {
    font-size: 24px;
    color: #444545;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 10px;
    line-height: 40px;
}

.content-title h2 {
    font-size: 16px;
    color: #a1a2a2;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.content-main {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
}

.content-main p {
    color: #484848;
    line-height: 25px;
    margin: 15px 0;
    font-size: 14px;
    text-indent: 2em;
}


/* 专家列表页 */

.expert-search {
    width: 600px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.expert-search input {
    width: 500px;
    height: 100%;
    border: none;
    background: none;
    float: left;
    font-size: 16px;
}

.expert-search span {
    width: 50px;
    float: right;
    text-align: right;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.expert-search span i {
    font-size: 24px;
    color: #ccc;
    line-height: 50px;
}


/* 专家列表 */

.expertlist3 {
    padding: 35px 0;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.expertlist3 ul li {
    color: #8e8f8e;
    min-width: 79px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #8e8f8e;
    padding: 0 10px;
    float: left;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.expertlist3 ul li.expertclick {
    background: #cc1d2a;
    color: #ffffff;
    border: 1px solid #fff;
}

.expertlist3 ul li:hover {
    background: #cc1d2a;
    color: #ffffff;
    border: 1px solid #fff;
}

.expertlistdiv2 {
    overflow: hidden;
    margin-top: 20px;
}

.zhuanjia2 {
    overflow: hidden;
    display: none;
    margin-bottom: 50px;
}

.expertblock {
    display: block;
    margin-bottom: 50px;
}

.zhuanjia2 ul li {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    display: block;
}

.eqexpertpic {
    width: 180px;
    height: 215px;
    overflow: hidden;
    float: left;
}

.eqexpertcon {
    margin-left: 40px;
    float: left;
    width: 970px;
}

.eqexpertcondiv1 {
    display: inline-block;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

.eqexpertcon h1 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.eqexpertcon h1 em {
    font-size: 27px;
    color: #303030;
    font-weight: bold;
    font-style: normal;
    font-weight: normal;
}

.eqexpertcon h1 span {
    font-size: 16px;
    color: #6d6c6c;
    font-weight: bold;
    margin-left: 20px;
}

.eqexpertdetail {
    overflow: hidden;
    margin-top: 20px;
}

.eqexpertdetail p {
    color: #646363;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.eqexpertdetail h3 {
    color: #646363;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}

.eqexpertcondiv2 {
    padding-left: 65px;
    width: 135px;
    display: inline-block;
    border-left: 1px solid #e2e2e2;
    height: 80px;
    overflow: hidden;
}

.eqexpertcondiv2 h2 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;
    color: #646363;
}

.eqexpertcondiv2 h3 {
    height: 50px;
    overflow: hidden;
    line-height: 25px;
}

.eqexpertcondiv2 h3 p {
    color: #646363;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.eqexpertcon a {
    display: block;
    width: 85px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #cc1d2a;
    color: #ffffff;
    margin-top: 30px;
    transition: all 0.3s;
}

.zhuanjia2 ul li:hover .eqexpertcon a {
    transform: translateX(15px);
}

.zhuanjia2 i {
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    background: #cc1d2a;
}

.zhuanjia2 ul li:hover i {
    width: 100%;
}

.newslist {
    overflow: hidden;
}

.newslist ul {
    overflow: hidden;
}

.newslist li {
    width: 560px;
    padding: 0;
    overflow: hidden;
    margin: 10px 0;
    height: 180px;
    float: left;
    margin-right: 80px;
    transition: all 0.3s;
}

.newslist li:nth-of-type(2n) {
    margin-right: 0px;
}

.newslist li a {
    display: block;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.newslist li a span {
    line-height: 20px;
    font-size: 12px;
    display: block;
    width: 100%;
    color: #999;
}

.newslist li a h3 {
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    position: relative;
    width: 100%;
    color: #000;
    transition: all 0.3s;
    border-bottom: 1px solid #F0F0F0;
}

.newslist li:hover a h3 {
    color: #cc1d2a;
}

.newslist li a h3 i {
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all 0.3s;
}

.newslist li:hover a h3 i {
    width: 100%;
}

.newslist li a p {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*图片新闻*/

.newslist3 {
    overflow: hidden;
    margin-bottom: 60px;
}

.newslist3 ul {
    margin-bottom: 20px;
}

.newslist3 ul li {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    height: 152px;
    padding: 30px 10px;
    transition: all 0.5s;
    border-bottom: 1px solid #F0F0F0;
}

.newslist3 ul li a {
    height: 152px;
}

.newslist3 .news_pic {
    float: left;
    width: 245px;
    height: 152px;
    overflow: hidden;
}

.news_pic img {
    width: 100%;
    transition: all 0.3s;
    height: 100%;
}

.newslist3 .news_font {
    width: 685px;
    height: 160px;
    float: left;
    transition: all 0.3s;
    margin-left: 50px;
}

.newslist3 .news_font p {
    font-size: 14px;
    height: 52px;
    line-height: 25px;
    color: #959393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_font>em {
    display: block;
    width: 75px;
    height: 10px;
    border-bottom: 1px solid #8c8c8c;
}

.newslist3 h3 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #202020;
    transition: all 0.3s;
}

.news3date h2 {
    height: 40px;
    line-height: 45px;
    font-size: 26px;
    color: #8c8c8c;
    display: inline-block;
    font-weight: bold;
}

.news3date em {
    font-size: 14px;
    color: #8c8c8c;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}

.news3more {
    width: 110px;
    height: 35px;
    /* border:1px solid #eeeeee; */
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 50px;
    transition: all 0.5s;
}

.news3more i {
    font-size: 40px;
    line-height: 35px;
    color: #d4d4d7;
}

.newslist3 ul li:hover {
    background: #fff;
    box-shadow: 0 6px 10px rgba(43, 43, 43, 0.2);
}

.newslist3 ul li:hover h3 {
    color: #cc1d2a;
}

.newslist3 ul li:hover img {
    transform: scale(1.2);
}


/* 视频列表 */

.lecture_room2 {
    overflow: hidden;
    margin: 20px 0;
    margin-bottom: 40px;
}

.lecture_room2 ul {
    overflow: hidden;
}

.lecture_room2 ul li {
    width: 380px;
    height: 300px;
    border: 1px solid #dedede;
    padding: 13px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 9px;
    float: left;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.lecture-pic {
    width: 355px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.lecture-pic img {
    width: 100%;
    transition: all 0.3s;
}

.lecture_room2 h3 {
    font-size: 18px;
    color: #cc1d2a;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.lecture_room2 span {
    display: block;
    width: 100%;
    color: #b4b4b4;
    overflow: hidden;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.shipinbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 355px;
    height: 200px;
    background: url('../images/shipin.png')no-repeat center;
    background-size: contain;
}

.lecture_room2 ul li:hover img {
    transform: scale(1.1);
}


/* 首页地图 */

.symap {
    height: 563px;
    background: url('../images/addressbg.jpg')no-repeat center;
    background-size: cover;
    position: relative;
}

.symap-left {
    width: 350px;
    float: left;
    position: relative;
}

.symap-right {
    width: 640px;
    float: right;
}

.map-box {
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -105px;
    width: 640px;
    height: 490px;
    background: url(../images/china_map.png) no-repeat center;
    z-index: 3;
}

.map-box>* {
    display: block;
    position: absolute;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.map-box .ah {
    width: 52px;
    height: 63px;
    top: 239px;
    left: 408px;
    z-index: 2;
}

.map-box .ah:hover,
.map-box .ah.on {
    background-image: url(../images/ah.gif);
}

.map-box .bj {
    width: 17px;
    height: 18px;
    top: 166px;
    left: 407px;
    z-index: 9;
}

.map-box .bj:hover,
.map-box .bj.on {
    background-image: url(../images/bj.gif);
}

.map-box .chq {
    width: 51px;
    height: 47px;
    top: 275px;
    left: 310px;
    z-index: 20;
}

.map-box .chq:hover,
.map-box .chq.on {
    background-image: url(../images/chq.gif);
}

.map-box .gd {
    width: 81px;
    height: 63px;
    top: 352px;
    left: 363px;
    z-index: 3;
}

.map-box .gd:hover,
.map-box .gd.on {
    background-image: url(../images/gd.gif);
}

.map-box .gs {
    width: 148px;
    height: 123px;
    top: 148px;
    left: 199px;
    z-index: 4;
}

.map-box .gs:hover,
.map-box .gs.on {
    background-image: url(../images/gs.gif);
}

.map-box .gx {
    width: 80px;
    height: 59px;
    top: 344px;
    left: 305px;
    z-index: 5;
}

.map-box .gx:hover,
.map-box .gx.on {
    background-image: url(../images/gx.gif);
}

.map-box .gz {
    width: 62px;
    height: 52px;
    top: 312px;
    left: 295px;
    z-index: 19;
}

.map-box .gz:hover,
.map-box .gz.on {
    background-image: url(../images/gz.gif);
}

.map-box .hainan {
    width: 25px;
    height: 21px;
    top: 415px;
    left: 348px;
    z-index: 6;
}

.map-box .hainan:hover,
.map-box .hainan.on {
    background-image: url(../images/hainan.gif);
}

.map-box .hb {
    width: 82px;
    height: 49px;
    top: 261px;
    left: 344px;
    z-index: 7;
}

.map-box .hb:hover,
.map-box .hb.on {
    background-image: url(../images/hb.gif);
}

.map-box .heb {
    width: 58px;
    height: 81px;
    top: 146px;
    left: 388px;
    z-index: 8;
}

.map-box .heb:hover,
.map-box .heb.on {
    background-image: url(../images/heb.gif);
}

.map-box .fj {
    width: 47px;
    height: 59px;
    top: 313px;
    left: 425px;
    z-index: 10;
}

.map-box .fj:hover,
.map-box .fj.on {
    background-image: url(../images/fj.gif);
}

.map-box .hen {
    width: 62px;
    height: 56px;
    top: 223px;
    left: 362px;
    z-index: 11;
}

.map-box .hen:hover,
.map-box .hen.on {
    background-image: url(../images/hen.gif);
}

.map-box .hlj {
    width: 116px;
    height: 106px;
    top: 13px;
    left: 431px;
    z-index: 12;
}

.map-box .hlj:hover,
.map-box .hlj.on {
    background-image: url(../images/hlj.gif);
}

.map-box .hun {
    width: 56px;
    height: 65px;
    top: 298px;
    left: 350px;
    z-index: 13;
}

.map-box .hun:hover,
.map-box .hun.on {
    background-image: url(../images/hun.gif);
}

.map-box .jl {
    width: 88px;
    height: 59px;
    top: 96px;
    left: 447px;
    z-index: 14;
}

.map-box .jl:hover,
.map-box .jl.on {
    background-image: url(../images/jl.gif);
}

.map-box .js {
    width: 56px;
    height: 50px;
    top: 232px;
    left: 420px;
    z-index: 15;
}

.map-box .js:hover,
.map-box .js.on {
    background-image: url(../images/js.gif);
}

.map-box .jx {
    width: 51px;
    height: 67px;
    top: 297px;
    left: 399px;
    z-index: 16;
}

.map-box .jx:hover,
.map-box .jx.on {
    background-image: url(../images/jx.gif);
}

.map-box .ln {
    width: 61px;
    height: 53px;
    top: 129px;
    left: 434px;
    z-index: 17;
}

.map-box .ln:hover,
.map-box .ln.on {
    background-image: url(../images/ln.gif);
}

.map-box .nmg {
    width: 226px;
    height: 196px;
    top: 17px;
    left: 245px;
    z-index: 1;
}

.map-box .nmg:hover,
.map-box .nmg.on {
    background-image: url(../images/nmg.gif);
}

.map-box .nx {
    width: 34px;
    height: 47px;
    top: 192px;
    left: 301px;
    z-index: 23;
}

.map-box .nx:hover,
.map-box .nx.on {
    background-image: url(../images/nx.gif);
}

.map-box .qh {
    width: 132px;
    height: 96px;
    top: 184px;
    left: 158px;
    z-index: 29;
}

.map-box .qh:hover,
.map-box .qh.on {
    background-image: url(../images/qh.gif);
}

.map-box .sc {
    width: 111px;
    height: 96px;
    top: 250px;
    left: 233px;
    z-index: 18;
}

.map-box .sc:hover,
.map-box .sc.on {
    background-image: url(../images/sc.gif);
}

.map-box .sd {
    width: 69px;
    height: 45px;
    top: 198px;
    left: 407px;
    z-index: 21;
}

.map-box .sd:hover,
.map-box .sd.on {
    background-image: url(../images/sd.gif);
}

.map-box .shx {
    width: 55px;
    height: 93px;
    top: 188px;
    left: 314px;
    z-index: 22;
}

.map-box .shx:hover,
.map-box .shx.on {
    background-image: url(../images/shx.gif);
}

.map-box .sx {
    width: 37px;
    height: 73px;
    top: 173px;
    left: 361px;
    z-index: 24;
}

.map-box .sx:hover,
.map-box .sx.on {
    background-image: url(../images/sx.gif);
}

.map-box .tj {
    width: 15px;
    height: 20px;
    top: 175px;
    left: 427px;
    z-index: 25;
}

.map-box .tj:hover,
.map-box .tj.on {
    background-image: url(../images/tj.gif);
}

.map-box .tw {
    width: 17px;
    height: 40px;
    top: 347px;
    left: 473px;
    z-index: 26;
}

.map-box .tw:hover,
.map-box .tw.on {
    background-image: url(../images/tw.gif);
}

.map-box .xj {
    width: 208px;
    height: 156px;
    top: 63px;
    left: 25px;
    z-index: 27;
}

.map-box .xj:hover,
.map-box .xj.on {
    background-image: url(../images/xj.gif);
}

.map-box .xz {
    width: 200px;
    height: 124px;
    top: 207px;
    left: 48px;
    z-index: 28;
}

.map-box .xz:hover,
.map-box .xz.on {
    background-image: url(../images/xz.gif);
}

.map-box .yn {
    width: 92px;
    height: 92px;
    top: 313px;
    left: 229px;
    z-index: 30;
}

.map-box .yn:hover,
.map-box .yn.on {
    background-image: url(../images/yn.gif);
}

.map-box .zj {
    width: 40px;
    height: 50px;
    top: 275px;
    left: 444px;
    z-index: 31;
}

.map-box .zj:hover,
.map-box .zj.on {
    background-image: url(../images/zj.gif);
}

.map-box .sh {
    width: 50px;
    height: 30px;
    top: 259px;
    left: 480px;
    z-index: 32;
}

.map-intro-box {
    position: absolute;
    width: 350px;
    height: 250px;
    box-sizing: border-box;
    background: #fdf5f6;
    border-radius: 10px;
    border: 1px solid #CC1D2B;
    overflow: hidden;
    z-index: 5;
    top: 155px;
    left: 85px;
}

.map-intro-scroll {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    overflow: hidden;
}

.map-intro-box .viewport {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
}

.map-intro-box .viewport::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #fbaeb4;
    border-radius: 2px;
}

.map-intro-box .viewport::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #CC1D2B;
    background: rgba(0, 0, 0, 0.2);
}

.map-intro-box .viewport::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #fbaeb4;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.map-intro-box .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    box-sizing: border-box;
    padding-right: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #7d7d7d;
}

.map-intro-box .scrollbar {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.map-intro-box .track {
    height: 100%;
    width: 1px;
    position: relative;
    background-color: #ddd;
}

.map-intro-box .thumb {
    background: #ddd;
    width: 5px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -2px;
    display: block;
}

.map-intro-box .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.map-intro-box .overview .word-box {
    /*display: none;*/
}

.map-intro-box .overview .word-box:first-child {
    display: block;
}

.map-intro-box .overview .word-box p {
    position: relative;
    padding-left: 15px;
}

.map-intro-box .overview .word-box p::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ae1c27;
}


/*专家介绍*/

.expertdetail {
    overflow: hidden;
    display: flex;
    min-height: 600px;
    margin: 20px 0;
}

.expertdetail-left {
    flex: 0 0 295px;
    width: 295px;
    margin-right: 70px;
}

.expertdetail-right {
    flex: 1;
    width: 835px;
    /*overflow: hidden;*/
}

.exdetail-pic {
    width: 295px;
    height: 442px;
    overflow: hidden;
}

.exdetailcon {
    text-align: center;
}

.exdetailcon h1 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
}

.exdetailcon h2 {
    display: inline-block;
    font-size: 18px;
    color: #1a944b;
    text-align: center;
    overflow: hidden;
    border-top: 7px solid #1a944b;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
}

.exdetailcon h3 {
    font-size: 16px;
    color: #7b7b7b;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}


/*专家介绍右侧*/

.expertdetail-right h2 {
    font-size: 24px;
    color: #3c3c3c;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.expertdetail-right p {
    text-indent: 2em;
    color: #909090;
    line-height: 26px;
    margin: 25px 0;
}

.expertdetail-right h3 {
    color: #7b7b7b;
    padding: 25px;
    background: #ededed;
    line-height: 26px;
    margin: 25px 0;
    margin-top: 50px;
}


/* 首页小轮播图 */


/*首页轮播图*/

.title-container {
    min-height: 200px;
    background: url('../images/title.jpg')no-repeat center top;
    background-size: contain;
    overflow: hidden;
}

.swiper {
    width: 585px;
    min-height: 190px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.4);
    float: left;
}

.swiper2 {
    width: 585px;
    min-height: 190px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.4);
    float: right;
}

.swiper-container {
    width: 100%;
    height: 190px;
    z-index: 0;
}

.swiper-container2 {
    width: 100%;
    height: 190px;
    z-index: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: none;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px 0 0;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #f8bb00;
}

.device {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 20;
}

.device1 {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 20;
}

.arrow-left {
    float: left
}

.arrow-right {
    float: right
}

.arrow-left,
.arrow-right {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -17px;
    padding: 0;
    border: none;
    outline: none;
}

.arrow-left:before,
.arrow-right:before {
    font-weight: bold;
    font-size: 40px;
    line-height: 30px;
    color: white;
    opacity: 0.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.arrow-left {
    left: 0px;
}

[dir="rtl"] .arrow-left {
    left: auto;
    right: 0px;
}

.arrow-left:before {
    content: "‹";
}

[dir="rtl"] .arrow-left:before {
    content: "›";
}

.arrow-right {
    right: 0px;
}

[dir="rtl"] .arrow-right {
    left: 0px;
    right: auto;
}

.arrow-right:before {
    content: "›";
}

[dir="rtl"] .arrow-right:before {
    content: "‹";
}

.arrow-left:hover {
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.75) !important;
}

.arrow-right:hover {
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.75);
}

.clearfix {
    zoom: 1;
}

.swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 190px;
}


/*文件下载*/

.download {
    overflow: hidden;
    margin-top: 10px;
}

.download ul li {
    float: left;
    width: 388px;
    height: 150px;
    border: 1px solid #cc1d2a;
    margin-right: 15px;
    margin-bottom: 22px;
}

.download ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.download ul li a {
    display: block;
    padding: 30px;
}

.download ul li a h1 {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.download ul li a p {
    color: #999;
}

.download ul li a p span {
    display: block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #cc1d2a;
    float: right;
    background: #fbdbdd;
}

.download ul li:hover a h1 {
    color: #cc1d2a;
}

.duilie-div {
    width: 380px;
    border: 1px solid #cc1d2a;
    min-height: 240px;
    padding: 20px;
    box-sizing: border-box;
}

.dulie-title {
    font-size: 18px;
    color: #000;
    height: 40px;
    line-height: 40px;
}

.tab_table {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 20px;
}

.tab_table caption {
    height: 48px;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    background: #cc1d2a;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    color: #fff;
}

.tab_table tr td {
    text-align: center;
    height: 45px;
    color: #727272;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.zhuanjia ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.zhuanjia ul li {
    overflow: hidden;
    float: left;
    margin-right: 42px;
    height: 322px;
    width: 206px;
    margin-bottom: 55px;
    font-size: 0;
}

.zhuanjia ul li:nth-of-type(5n) {
    margin-right: 0px;
}

.zjpic {
    width: 206px;
    height: 247px;
    overflow: hidden;
}

.zjpic img {
    width: 206px;
}

.zjxinxi {
    width: 154px;
    height: 44px;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 15px 25px;
    text-align: center;
    overflow: hidden;
}

.zjxinxi h1 {
    font-size: 16px;
    color: #323232;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.zjxinxi p {
    color: #848484;
    margin: 0;
    height: 25px;
    overflow: hidden;
}

.zjdetail {
    width: 156px;
    height: 45px;
    border-top: none;
    padding: 15px 25px;
    text-align: center;
    overflow: hidden;
    background: #cc1d2a;
    transition: all 0.3s;
}

.zjdetail p {
    color: #ffffff;
    margin: 0;
    height: 40px;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.zhuanjia ul li:hover .zjdetail {
    transform: translateY(-75px);
}

.expertlist3 {
    padding: 35px 0;
    padding-top: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.right-fixed {
    position: fixed;
    right: 20px;
    top: 40%;
    width: 200px;
    height: 320px;
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ccc;
}

.right-fixed ul li {
    width: 200px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.right-fixed ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.right-fixed ul li a img {
    width: 100%;
    height: 100%;
}

.fixed-close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    font-size: 20px;
}

.grlogin {
    height: 600px;
    background: url('/lnb_static/index/images/grlogin2.jpg') no-repeat center top;
    background-size: cover;
    padding-top: 55px;
    box-sizing: border-box;
}

.grdiv {
    width: 830px;
    margin: 0 auto;
}

.grdiv input {
    width: 300px;
    height: 58px;
    border: none;
    float: left;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.75);
    padding: 0 15px;
    font-size: 16px;
}

.grdiv button {
    width: 130px;
    height: 58px;
    background: #ae1c27;
    color: #fff;
    float: left;
    border: none;
}

.syvideo {
    width: 900px;
    height: 490px;
    float: left;
    overflow: hidden;
}

.syvideo video {
    width: 900px;
    height: 490px;
}

.sylogin {
    width: 276px;
    float: right;
    height: 490px;
    background: url('/lnb_static/index/images/login.jpg') no-repeat center;
    background-size: cover;
}

.sylogin a {
    display: block;
    width: 100%;
    height: 100%;
}

.online-container {
    min-height: 700px;
    background: #fff7cc;
    padding-bottom: 40px;
}

.online-video {
    margin: 20px auto;
    text-align: center;
}

.online-img {
    /* height: 314px; */
}

.online-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.online-div {
    width: 270px;
    min-height: 330px;
    border: 1px solid #ffa263;
    margin: 0 20px;
    border-radius: 5px;
    background: #ffecce;
}

.online-div h1 {
    color: #d83438;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 15px 0;
}

.online-div ul li {
    width: 236px;
    background-size: cover;
    min-height: 24px;
    padding: 13px 0;
    border: 2px solid #ffe19f;
    border-radius: 25px;
    background: #ec5937;
    margin: 0 auto;
    box-shadow: 0px 5px 10px 0px #f19c71;
    margin-bottom: 11px;
    box-sizing: border-box;
}

.online-div ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

.cardlist {
    overflow: hidden;
}

.cardlist ul li {
    width: 388px;
    height: 390px;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-bottom: 15px;
}

.cardlist ul li:nth-of-type(3n) {
    margin-right: 0;
}

.cardlist ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.cardlist-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.cardlist-img img {
    width: 100%;
}

.cardlist-detail {
    padding: 35px;
}

.cardlist-detail h1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #e73a48;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}

.cardlist-detail p {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #8c8c8c;
}