li,ul {
    margin:0;
    padding:0
}
p {
    margin:0;
    padding:0
}
body {
    margin:0;
    padding:0
}
.index {
    padding-top:24px;
    padding-bottom:24px;
    background-color: #F1F5F8;
    /*background:url(../../../images/bcvet/main/1.jpg) top center no-repeat;*/
    box-sizing:border-box
}
.index .latestNews {
    position:relative;
    margin:0 auto;
    width:1200px;
    height:390px;
    z-index:1
}
.index .latestNews::after {
    content:"";
    display:block;
    clear:both
}
.index .latestNews .swiperContainer {
    float: left;
    width: 650px;
    height: 390px;
    overflow: hidden;
}
.index .latestNews .swiperContainer .swiper {
    width: 100%;
    height: 100%;
}
.index .latestNews .swiperContainer img {
    width: 100%;
    height: 100%;
}
.index .latestNews .content {
    float:right;
    padding:0 24px;
    width:526px;
    height:390px;
    background:url(../../../images/bcvet/main/boxBg.jpg) bottom right;
    box-shadow:0 2px 10px rgba(8,53,121,.06);
    box-sizing:border-box
}
.index .latestNews .content .top {
    padding:16px 0;
    border-bottom:1px solid #E1E1E1;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    box-sizing:border-box
}
.index .latestNews .content .top .tab span {
    font-size:18px;
    color:#111;
    margin-right:24px;
    transition:all .3s;
    cursor:pointer
}
.index .latestNews .content .top .tab span:hover {
    color:#008BD9
}
.index .latestNews .content .top .tab .on {
    color:#008BD9;
    pointer-events:none
}
.index .latestNews .content .top .more {
    position:relative;
    padding-right:16px;
    font-size:14px;
    color:#637B92;
    transition:all .3s;
    cursor:pointer
}
.index .latestNews .content .top .more::before {
    content:"";
    position:absolute;
    display:inline-block;
    right:0;
    top:4px;
    width:8px;
    height:12px;
    background:url(../../../images/bcvet/main/more.svg) no-repeat
}
.index .latestNews .content .top .more:hover {
    opacity:.85
}
.index .latestNews .content .text ul {
    padding-top:8px;
    padding-bottom:8px
}
.index .latestNews .content .text ul li {
    position:relative;
    padding:10px 0 10px 16px;
    list-style:none;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center
}
.index .latestNews .content .text ul li::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:4px;
    height:4px;
    background-color:#008BD9;
    border-radius:25px
}
.index .latestNews .content .text ul li .item {
    font-size:16px;
    color:#111;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all .3s;
    cursor:pointer
}
.index .latestNews .content .text ul li .item:hover {
    color:#008BD9
}
.index .latestNews .content .text ul li .date {
    text-align:right;
    width:100px;
    flex-shrink:0;
    font-size:14px;
    color:#666
}
.index .latestNews .content .link {
    margin-top:8px;
    height:70px;
    line-height:70px;
    background:url(../../../images/bcvet/main/link.jpg) no-repeat;
    cursor:pointer
}
.index .latestNews .content .link .txt {
    margin-left:60px;
    color:#fff;
    font-size:20px;
    font-weight:500
}
.index .commonTitle {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    z-index:4
}
.index .commonTitle.white .text {
    color:#fff
}
.index .commonTitle.vertical {
    flex-direction:column
}
.index .commonTitle.vertical .more {
    margin-top:24px;
    color:#fff
}
.index .commonTitle .english.style1 {
    width:130px;
    height:52px;
    background:url(../../../images/bcvet/main/text1.svg)
}
.index .commonTitle .english.style2 {
    width:184px;
    height:24px;
    background:url(../../../images/bcvet/main/text2.svg)
}
.index .commonTitle .english.style3 {
    width:344px;
    height:24px;
    background:url(../../../images/bcvet/main/text3.svg)
}
.index .commonTitle .english.style4 {
    width:148px;
    height:52px;
    background:url(../../../images/bcvet/main/text4.svg)
}
.index .commonTitle .english.style5 {
    width:148px;
    height:52px;
    background:url(../../../images/bcvet/main/text5.svg)
}
.index .commonTitle .text {
    margin-top:8px;
    color:#008BD9;
    font-size:18px
}
.index .commonTitle .more {
    position:relative;
    padding-right:12px;
    font-size:14px;
    color:#637B92;
    cursor:pointer;
    transition:all .3s
}
.index .commonTitle .more::before {
    content:"";
    position:absolute;
    display:inline-block;
    right:0;
    top:4px;
    width:7px;
    height:12px;
    background:url(../../../images/bcvet/main/more.svg) no-repeat
}
.index .commonTitle .more:hover {
    opacity:.85
}
.index .commonTitle .more.colorWhite {
    color:rgba(255,255,255,.65)
}
.index .platformNews {
    position: relative;
    margin-top: 24px;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}
.index .platformNews .content {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
}
.index .platformNews .content .leftNews {
    width: 780px;
    height: 354px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.index .platformNews .content .leftNews .box {
    display: flex;
    flex-direction: row;
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
}
.index .platformNews .content .leftNews .box .info {
    width: 318px;
    margin-right: 80px;
}
.index .platformNews .content .leftNews .box .info:last-child {
    margin-right: 0;
}
.index .platformNews .content .leftNews .box .info .title {
    margin-top: 16px;
    font-size: 18px;
    color: #111;
    height: 50px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.index .platformNews .content .leftNews .box .info .title:hover {
    color: #006FE7;
}
.index .platformNews .content .leftNews .box .info .text {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index .platformNews .content .leftNews .box .info .text .date {
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    color: #999;
}
.index .platformNews .content .leftNews .box .info .text .date::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background: url(../../../images/bcvet/main/iDate.svg);
}
.index .platformNews .content .leftNews .box .info .text .txt {
    font-size: 14px;
    color: #999;
}
.index .platformNews .content .leftNews .elseText ul {
    padding-top: 8px;
    padding-bottom: 8px;
}
.index .platformNews .content .leftNews .elseText ul li {
    position: relative;
    padding: 10px 0 10px 16px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index .platformNews .content .leftNews .elseText ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #008BD9;
    border-radius: 25px;
}
.index .platformNews .content .leftNews .elseText ul li .item {
    width: 318px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    cursor: pointer;
}
.index .platformNews .content .leftNews .elseText ul li .item:hover {
    color: #006FE7;
}
.index .platformNews .content .rightNews {
    position: relative;
    margin-left: 24px;
    padding: 24px;
    width: 396px;
    height: 354px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(8, 53, 121, 0.06);
    border-radius: 4px;
    box-sizing: border-box;
}
.index .platformNews .content .rightNews .info {
    margin-top: 10px;
}
.index .platformNews .content .rightNews .info .text ul {
    padding-top: 8px;
    padding-bottom: 8px;
}
.index .platformNews .content .rightNews .info .text ul li {
    position: relative;
    padding: 10px 0 10px 16px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index .platformNews .content .rightNews .info .text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #008BD9;
    border-radius: 25px;
}
.index .platformNews .content .rightNews .info .text ul li .item {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    cursor: pointer;
}
.index .platformNews .content .rightNews .info .text ul li .item:hover {
    color: #006FE7;
}
.index .platformNews .content .rightNews .info .text ul li .date {
    text-align: right;
    width: 100px;
    flex-shrink: 0;
    font-size: 12px;
    color: #999;
}

.index .elseNews {
    margin-top: 24px;
    box-sizing: border-box;
}
.index .elseNews .content {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index .elseNews .enterpriseNews {
    width: 780px;
    height: 460px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(8, 53, 121, 0.06);
    box-sizing: border-box;
}
.index .elseNews .enterpriseNews .picture {
    margin-top: 16px;
    width: 720px;
    height: 150px;
    background: url(../../../images/bcvet/main/enterpriseNews.jpg) no-repeat;
    background-size: cover;
}
.index .elseNews .enterpriseNews ul {
    margin-top: 8px;
}
.index .elseNews .enterpriseNews ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 16px;
    border-bottom: 1px dashed #e4e4e4;
}
.index .elseNews .enterpriseNews ul li:last-child {
    border-bottom: none;
}
.index .elseNews .enterpriseNews ul li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #008BD9;
    border-radius: 25px;
}
.index .elseNews .enterpriseNews ul .text {
    width: 600px;
    font-size: 16px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}
.index .elseNews .enterpriseNews ul .text:hover {
    color: #006FE7;
}
.index .elseNews .enterpriseNews ul .date {
    flex-shrink: 0;
    width: 100px;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.index .elseNews .cultivateNews {
    position: relative;
    width: 396px;
    height: 460px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(8, 53, 121, 0.06);
    box-sizing: border-box;
}
.index .elseNews .cultivateNews .info {
    margin-top: 16px;
}
.index .elseNews .cultivateNews .info .picture {
    width: 336px;
    height: 158px;
    overflow: hidden;
}
.index .elseNews .cultivateNews .info .picture img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.index .elseNews .cultivateNews .info .title {
    margin-top: 20px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.85);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
}
.index .elseNews .cultivateNews .info .title:hover {
    color: #006FE7;
}
.index .elseNews .cultivateNews .info ul {
    padding-top: 20px;
    padding-bottom: 8px;
}
.index .elseNews .cultivateNews .info ul li {
    position: relative;
    padding: 10px 0 10px 16px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index .elseNews .cultivateNews .info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #008BD9;
    border-radius: 25px;
}
.index .elseNews .cultivateNews .info ul li .item {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    cursor: pointer;
}
.index .elseNews .cultivateNews .info ul li .item:hover {
    color: #006FE7;
}
.index .elseNews .cultivateNews .info ul li .date {
    text-align: right;
    width: 100px;
    flex-shrink: 0;
    font-size: 12px;
    color: #999;
}

.header {
    position:relative;
    height:80px;
    line-height:80px;
    background-color:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    z-index:9
}
.header .content {
    margin:0 auto;
    width:1200px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center
}
.header .content .nav {
    display:flex;
    flex-direction:row;
    align-items:center
}
.header .content .nav .logo {
    height:80px
}
.header .content .nav .box li,.header .content .nav .box ul {
    margin:0;
    padding:0
}
.header .content .nav .box li {
    display:inline-block;
    padding-left:24px;
    padding-right:24px;
    font-size:16px;
    color:#111;
    cursor:pointer
}
.header .content .nav .box li:hover {
    color:#008BD9
}
.header .content .nav .box .on {
    color:#008BD9;
    pointer-events:none
}
.header .content .login {
    display:flex;
    flex-direction:row;
    align-items:center
}
.header .content .login .register {
    color:#111;
    font-size:14px;
    cursor:pointer
}
.header .content .login .register:hover {
    color:#008BD9
}
.header .content .login .signin {
    padding-left:16px;
    padding-right:16px;
    height:28px;
    line-height:28px;
    margin-left:24px;
    background-color:#008BD9;
    font-size:14px;
    color:#fff;
    border-radius:25px;
    cursor:pointer
}
.header .content .login .signin:hover {
    opacity:.85
}
.footer {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #EDEFF2;
    text-align: center;
}
.footer .text {
    color: #979DB1;
    font-size: 14px;
}
.footer .text span {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.down {
    position:fixed;
    right:30px;
    bottom:140px;
    width:44px;
    background-color:#fff;
    border-radius:4px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    box-sizing:border-box;
    z-index:9
}
.down .item {
    position:relative;
    width:44px;
    height:44px;
    cursor:pointer
}
.down .item.android::before {
    content:"";
    position:absolute;
    display:inline-block;
    left:50%;
    transform:translateX(-50%);
    top:10px;
    background:url(../../../images/bcvet/main/androidIcon.svg) no-repeat;
    width:16px;
    height:18px
}
.down .item.android:hover .QRcode.img1 {
    display:block
}
.down .item.ios::before {
    content:"";
    position:absolute;
    display:inline-block;
    left:50%;
    transform:translateX(-50%);
    top:10px;
    background:url(../../../images/bcvet/main/iosIcon.svg) no-repeat;
    width:14px;
    height:18px
}
.down .item.ios:hover .QRcode.img2 {
    display:block
}
.down .item.help::before {
    content:"";
    position:absolute;
    display:inline-block;
    left:50%;
    transform:translateX(-50%);
    top:10px;
    background:url(../../../images/bcvet/main/helpIcon.svg) no-repeat;
    width:14px;
    height:18px
}
.down .item.help::after {
    height:0
}
.down .item::after {
    content:"";
    display:inline-block;
    position:absolute;
    left:4px;
    bottom:0;
    width:36px;
    height:1px;
    background-color:#e4e4e4
}
.down .item .QRcode {
    display:none;
    position:absolute;
    left:-110px;
    top:50%;
    transform:translateY(-50%);
    width:100px;
    height:100px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    padding:8px;
    box-sizing:border-box;
    background-color:#fff
}
.down .item .QRcode::before {
    content:"";
    display:inline-block;
    position:absolute;
    width:10px;
    height:100px;
    background-color:transparent;
    right:-10px;
    top:0
}
