/*page global begin*/
.orange {color: #f7f114;}
.yellow {color: #f8e492}
.blue {color: #036eb7;}
.light-blue {color: #295da8;}
.white {color: #fff;}
.black {color: #231815;}
.bold {font-weight: bold;}
.bg-qg {background-color: #014380;}
.bg-sg {background-color: #0a5797;}
.bg-bn {background-color: #25679d;}
.bg-yd {background-color: #3187c5;}
.bg-yb {background-color: #62a5d1;}
.bg-yj {background-color: #3187c5;}
.bg-qy {background-color: #3180b1;}
.bg-lh {background-color: #006d97;}
.bg-gj {background-color: #014380;}
.t-i {text-indent: 2em;}
.t-i-2 {text-indent: 2em;}
.t-i-3 {text-indent: 3em;}
/*page global end*/

/*banner begin*/
.banner {position: relative;min-width: 1200px;}
.banner .swiper-slide img {width: 100%;height: auto;max-width: 100%;}
@media screen and (min-width:1922px) {.banner .swiper-slide img {width: 100vw;}}
.banner .swiper-pagination {width: 100%;bottom: 2px;left: 0;}
.banner .swiper-pagination .swiper-pagination-bullet {margin-right: 8px;width: 12px;height: 12px;background: #b5b6b7;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background: #c31518;}
/*banner end*/

/*news begin*/
.news {background-color: #dbdbdc;}
.news .n-box {display: flex;justify-content: space-between;padding: 45px 0;}
.news .n-box > div {width: 560px;}
.news .n-tit {padding-bottom: 20px;}
.news .n-tit > h2 {font-size: 36px;color: #231815;text-align: left;line-height: 1;}
.news .n-tit > p {height: 30px;line-height: 30px;color: #a1a1a2;text-align: left;position: relative;border-bottom: 1px solid #929293;}
.news .n-tit .n-more {display: inline-block;background-color: #b5b6b7;font-size: 12px;text-align: center;width: 92px;height: 18px;line-height: 17px;color: #fff;position: absolute;right: 0;top: 6px;}
.news .n-tit .n-more:hover {background-color: #1e9fff;}
.news .n-pic {position: relative;}
.news .n-pic .p-box {display: block;width: 560px;height: 445px;position: relative;}
.news .n-pic .p-img {width: 560px;height: 445px;}
.news .n-pic .p-txt {position: absolute;bottom: 0;left: 0;width: 100%;height: 70px;overflow: hidden;display: flex;justify-content: center;align-items: center;background-color: rgba(10, 80, 160, 0.8);padding: 0 20px;}
.news .n-pic .p-txt p {color: #fff;font-size: 18px;text-align: center;max-height: 56px;line-height: 28px;}
.news .n-pic .p-txt p:hover {color: #f7f114;}
.news .swiper-pagination {width: 100%;bottom: -20px;left: 0;}
.news .swiper-pagination .swiper-pagination-bullet {margin-right: 6px;width: 10px;height: 10px;background: #b5b6b7;opacity: 1;}
.news .swiper-pagination .swiper-pagination-bullet-active {background: #c31518;}
.news .n-txt {padding-top: 35px;position: relative;}
.news .n-txt .t-list li {text-align: left;padding-right: 50px;padding-left: 22px;height: 45px;line-height: 45px;border-bottom: 1px dashed #a8a8a9;position: relative;}
.news .n-txt .t-list a {font-size: 16px;color: #717071;}
.news .n-txt .t-list a:hover {color: #007aff;}
.news .n-txt .t-list li::before {content: "";width: 8px;height: 12px;background: url(../images/sprite_index.png) no-repeat 0 0;position: absolute;left: 10px;top: 18px;}
.news .n-txt .hd {position: absolute;right: 0;bottom: 8px;z-index: 99;}
.news .n-txt .hd .next {display: inline-block;width: 20px;height: 20px;background: url(../images/sprite_index.png) no-repeat -9px 0;cursor: pointer;}
.news .n-txt .hd .prev {display: inline-block;width: 20px;height: 20px;background: url(../images/sprite_index.png) no-repeat -30px 0;cursor: pointer;}
/*news end*/

/*dept begin*/
.dept {padding-bottom: 80px;}
.dept .dtit {display: flex;justify-content: flex-start;align-items: center;padding: 35px 0 15px;}
.dept .dtit .cn h2 {font-size: 36px;text-align: left;color: #231815;line-height: 1;}
.dept .dtit .en p {font-size: 22px;text-align: left;color: #a1a1a2;line-height: 1;padding-left: 25px;}
.dept .dtit .en p:first-child {padding-bottom: 6px;}
.dept .dbox {display: flex;justify-content: space-between;}
.dept .dbox .d-nav {width: 220px;height: 920px;background-color: #014380;padding-top: 16px;}
.dept .dbox .d-inf {width: 980px;height: 920px;}
.dept .d-nav .d-list li {width: 100%;height: 100px;border-top: 1px solid #b2d2e9;cursor: pointer;position: relative;}
.dept .d-nav .d-list li::after {content: "";width: 50px;height: 50px;background: url(../images/sprite_index.png) no-repeat;position: absolute;left: 8px;top: 25px;}
.dept .d-nav .d-list .bg-qg::after {background-position: 0px -72px;}
.dept .d-nav .d-list .bg-sg::after {background-position: -51px -72px;}
.dept .d-nav .d-list .bg-bn::after {background-position: -102px -72px;}
.dept .d-nav .d-list .bg-yd::after {background-position: -153px -72px;}
.dept .d-nav .d-list .bg-yb::after {background-position: -204px -72px;}
.dept .d-nav .d-list .bg-yj::after {background-position: -255px -72px;}
.dept .d-nav .d-list .bg-qy::after {background-position: -306px -72px;}
.dept .d-nav .d-list .bg-lh::after {background-position: -357px -72px;}
.dept .d-nav .d-list .bg-gj::after {background-position: -408px -72px;}
.dept .d-inf .info {width: 100%;height: 920px;}
.dept .d-list .dept-tit {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.dept .d-list .dept-tit h3 {width: 100%;font-size: 20px;color: #fff;text-align: left;line-height: 1;padding-left: 65px;font-weight: 600;}
.dept .d-nav .d-list .bg-sg h3 {font-size: 16px;}
.dept .d-list .dept-tit p {width: 100%;font-size: 16px;text-align: left;color: #fff;line-height: 1;padding-left: 65px;padding-top: 8px;}
.dept .d-nav .d-list .on {background-color: #fff;}
.dept .d-nav .d-list .on::before {content: "";width: 6px;height: 99px;background-color: #6ea62b;position: absolute;left: 0;top: 0;}
.dept .d-nav .d-list .bg-qg.on::after {background-position: 0px -21px;}
.dept .d-nav .d-list .bg-sg.on::after {background-position: -51px -21px;}
.dept .d-nav .d-list .bg-bn.on::after {background-position: -102px -21px;}
.dept .d-nav .d-list .bg-yd.on::after {background-position: -153px -21px;}
.dept .d-nav .d-list .bg-yb.on::after {background-position: -204px -21px;}
.dept .d-nav .d-list .bg-yj.on::after {background-position: -255px -21px;}
.dept .d-nav .d-list .bg-qy.on::after {background-position: -306px -21px;}
.dept .d-nav .d-list .bg-lh.on::after {background-position: -357px -21px;}
.dept .d-nav .d-list .bg-gj.on::after {background-position: -408px -21px;}
.dept .d-nav .d-list .on h3 {color: #044b82;}
.dept .d-nav .d-list .on p {color: #044b82;}
.dept .d-inf .di-intro {width: 955px;height: 320px;margin-left: 25px;position: relative;}
.dept .d-inf .di-qgk .di-intro {background-image: url(../images/dept_intro_qgk.jpg);background-size: 100% 100%;}
.dept .d-inf .dii-txt {position: absolute;right: 20px;top: 0;width: 320px;}
.dept .d-inf .dii-txt h4 {font-size: 34px;text-align: center;line-height: 1;color: #fff;padding: 30px 0 15px;}
.dept .d-inf .dii-txt p {font-size: 16px;color: #fff;text-align: justify;text-indent: 2em;line-height: 25px;}
.dept .d-inf .dept_detail {display: block;width: 116px;height: 26px;line-height: 26px;font-size: 16px;background-color: #fff;color: #014380;text-align: center;position: absolute;right: 40px;bottom: 15px;border-radius: 5px;}
.dept .d-inf .dept_detail:hover {background-color: #ff1ef0;color: #fff;}
.dept .d-inf .di-proj {display: flex;justify-content: center;padding: 25px 0 45px 25px;}
.dept .d-inf .dp-item {display: block;cursor: pointer;margin-right: 32px;}
.dept .d-inf .dp-item:last-child {margin-right: 0;}
.dept .d-inf .dp-item .dp-icon {width: 48px;height: 48px;margin: 0 auto;background: url(../images/sprite_index.png) no-repeat;}
.dept .d-inf .dp-item .dp-text {color: #717071;text-align: center;line-height: 20px;padding-top: 10px;font-size: 16px;}
.dept .d-inf .dp-item:hover .dp-text {color: #007aff;}
.dept .d-inf .dp-item:hover .dp-icon {transform: scale(1.2,1.2);}
.dept .d-inf .di-ipro {display: flex;justify-content: center;padding: 25px 0 45px 25px;}
.dept .d-inf .dip-item {display: block;cursor: pointer;margin-right: 50px;}
.dept .d-inf .dip-item:last-child {margin-right: 0;}
.dept .d-inf .dip-item .dp-ico {width: 48px;height: 48px;margin: 0 auto;background: url(../images/sprite_index.png) no-repeat;margin-right: 5px;}
.dept .d-inf .dip-item .dp-txt {color: #717071;text-align: left;line-height: 20px;padding-top: 5px;font-size: 16px;}
.dept .d-inf .dip-item .dp-txt .dpt-en {font-size: 12px;}
.dept .d-inf .dip-item:hover .dp-txt {color: #007aff;}
.dept .d-inf .dip-item:hover .dp-ico {transform: scale(1.2,1.2);}
.dept .d-inf .di-qgk .dpi-1 {background-position: 0 -123px;}
.dept .d-inf .di-qgk .dpi-2 {background-position: -52px -123px;}
.dept .d-inf .di-qgk .dpi-3 {background-position: -102px -123px;}
.dept .d-inf .di-qgk .dpi-4 {background-position: -154px -123px;}
.dept .d-inf .di-qgk .dpi-5 {background-position: -205px -123px;}
.dept .d-inf .di-qgk .dpi-6 {background-position: -256px -123px;}
.dept .d-inf .di-qgk .dpi-7 {background-position: -308px -123px;}
.dept .d-inf .di-proj .dp-item-qg-3 .dp-text {font-size: 15px;}
.dept .d-inf .di-spec {display: flex;justify-content: center;margin-left: 40px;}
.dept .di-spec .dis-tit {width: 85px;height: 90px;background-color: #898988;border-radius: 5px 0 0 5px;display: flex;justify-content: center;align-items: center;}
.dept .di-spec .dis-tit p {font-size: 22px;color: #fff;text-align: center;line-height: 32px;}
.dept .di-spec .dis-txt {width: 555px;height: 90px;border-top: 1px solid #a7a7a6;border-bottom: 1px solid #a7a7a6;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.dept .di-spec .dit-link {width: 100%;display: flex;justify-content: space-between;padding-left: 15px;padding-right: 15px;}
.dept .di-spec .dit-link:first-child {padding-bottom: 10px;}
.dept .di-spec .dit-link a {font-size: 16px;color: #717071;}
.dept .di-spec .dit-link a:hover {color: #1e9fff;}
.dept .di-spec .dis-pic {width: 300px;height: 90px;overflow: hidden;position: relative;}
.dept .d-inf .di-spic {width: 940px;margin-left: 40px;display: flex;justify-content: space-between;}
.dept .d-inf .di-spic .disp-pic {width: 455px;height: 100px;}
.dept .d-inf .di-news {display: flex;justify-content: center;margin-left: 40px;margin-top: 15px;background: linear-gradient(#fff, #d9eefa);border-radius: 5px;}
.dept .di-news .din-tit {width: 85px;height: 35px;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #898988;font-weight: bold;position: relative;}
.dept .di-news .din-tit::after {content: "|";position: absolute;right: 0px;top: 8px;}
.dept .di-news .din-lnk {width: 785px;height: 35px;position: relative;padding-right: 20px;}
.dept .di-news .din-mor {width: 70px;height: 35px;display: flex;justify-content: center;align-items: center;padding-right: 10px;}
.dept .di-news .dinl-hd li {display: flex;justify-content: space-between;align-items: center;}
.dept .di-news .dinl-hd li > a {display: block;width: 50%;font-size: 14px;text-align: center;color: #3d6cb0;height: 35px;line-height: 35px;padding-left: 25px;}
.dept .di-news .dinl-hd li > a:hover {color: #c31518;}
.dept .di-news .din-mor a {font-size: 14px;color: #898988;}
.dept .di-news .din-mor a:hover {color: #c31518;}
.dept .d-inf .di-last {display: flex;justify-content: space-between;margin-left: 40px;padding-top: 55px;}
.dept .di-last .dil-doctor {width: 560px;}
.dept .dil-doctor .dil-dbox {width: 480px;margin: 0 auto;position: relative;}
.dept .dil-doctor .slide-box {width: 100%;display: flex;justify-content: space-between;}
.dept .dil-doctor .dild-pic {width: 175px;height: 225px;}
.dept .dil-doctor .dild-des {width: 300px;padding: 10px 8px 0 20px;}
.dept .dil-doctor .doc-name {font-size: 28px;font-weight: bold;color: #231815;text-align: left;line-height: 1;padding-bottom: 10px;}
.dept .dil-doctor .doc-text {font-size: 16px;text-align: left;color: #717071;line-height: 30px;}
.dept .dil-doctor .doc-text.mb-m {margin-bottom: 10px;}
.dept .dil-doctor .doc-btnset {text-align: left;padding-top: 15px;}
.dept .dil-doctor .btn-doctor {display: inline-block;font-size: 16px;height: 25px;line-height: 24px;width: 85px;text-align: center;color: #fff;background-color: #6ea4bc;border-radius: 5px;}
.dept .dil-doctor .btn-doctor:first-child {margin-right: 15px;background-color: #006ac9;}
.dept .dil-doctor .btn-doctor:hover {background-color: #cea20c;}
.dept .dil-dbox .dil-prev, .dept .dil-dbox .dil-next {position: absolute;top: 50%;width: 32px;height: 65px;margin-top: -32px;cursor: pointer;}
.dept .dil-dbox .dil-next {right: -32px;left: auto;background: url(../images/sprite_index.png) no-repeat 0 -172px;}
.dept .dil-dbox .dil-prev {left: -40px;right: auto;background: url(../images/sprite_index.png) no-repeat -33px -172px;}
.dept .di-last .dil-question {width: 300px;padding-top: 10px;}
.dept .dil-question .dilq-tit a {display: block;font-size: 22px;text-align: left;color: #231815;padding-bottom: 10px;line-height: 1;border-bottom: 2px solid #e7e7e7;position: relative;}
.dept .dil-question .dilq-tit a::after {content: "";width: 20px;height: 20px;background: url(../images/sprite_index.png) no-repeat -51px 0;position: absolute;right: 0px;top: 5px;}
.dept .dil-question .dilq-tit a:hover {border-color: #c31518;color: #009f95;}
.dept .dil-question .dilq-lnk {height: 35px;line-height: 35px;text-align: left;border-bottom: 1px dashed #d6d7d7;padding-left: 18px;position: relative;}
.dept .dil-question .dilq-lnk > a {font-size: 14px;color: #717071;}
.dept .dil-question .dilq-lnk::before {content: "";width: 10px;height: 9px;background: url(../images/sprite_index.png) no-repeat -74px 0;position: absolute;left: 0px;top: 15px;}
.dept .dil-question .dilq-lnk > a:hover {color: #009f95;}
.dept .d-inf .di-sgk .di-intro {background-image: url(../images/dept_intro_sgk.jpg);}
.dept .d-inf .di-sgk .dpi-1 {background-position: -358px -123px;}
.dept .d-inf .di-sgk .dpi-2 {background-position: -408px -123px;}
.dept .d-inf .di-sgk .dpi-3 {background-position: -460px -123px;}
.dept .d-inf .di-sgk .dpi-4 {background-position: -512px -123px;}
.dept .d-inf .di-sgk .dpi-5 {background-position: -205px -123px;}
.dept .d-inf .di-sgk .dpi-6 {background-position: -562px -123px;}
.dept .d-inf .di-sgk .dp-item {min-width: 98px;}
.dept .d-inf .di-sgk .di-spec .dis-txt {width: 385px;}
.dept .d-inf .di-sgk .dis-pic {width: 470px;}
.dept .d-inf .di-bnz .di-intro {background-image: url(../images/dept_intro_bnz.jpg);}
.dept .d-inf .di-bnz .dpi-1 {background-position: -614px -123px;}
.dept .d-inf .di-bnz .dpi-2 {background-position: -256px -123px;}
.dept .d-inf .di-bnz .dpi-3 {background-position: -664px -123px;}
.dept .d-inf .di-bnz .dpi-4 {background-position: -715px -123px;}
.dept .d-inf .di-bnz .dpi-5 {background-position: -205px -123px;}
.dept .d-inf .di-bnz .dpi-6 {background-position: -767px -123px;}
.dept .d-inf .di-bnz .dpi-7 {background-position: -817px -123px;}
.dept .d-inf .di-bnz .dpi-8 {background-position: -868px -123px;}
.dept .d-inf .di-bnz .di-spec .dis-txt {width: 385px;}
.dept .d-inf .di-bnz .dis-pic {width: 470px;}
.dept .d-inf .di-ydk .di-intro {background-image: url(../images/dept_intro_ydk.jpg);}
.dept .d-inf .di-ydk .dpi-1 {background-position: -614px -123px;}
.dept .d-inf .di-ydk .dpi-2 {background-position: -256px -123px;}
.dept .d-inf .di-ydk .dpi-3 {background-position: -919px -123px;}
.dept .d-inf .di-ydk .dpi-4 {background-position: -460px -21px;}
.dept .d-inf .di-ydk .dpi-5 {background-position: -512px -21px;}
.dept .d-inf .di-ydk .dpi-6 {background-position: -562px -21px;}
.dept .d-inf .di-ydk .dpi-7 {background-position: -613px -21px;}
.dept .d-inf .di-ydk .dp-item {min-width: 98px;}
.dept .d-inf .di-ydk .di-spec .dis-txt {width: 385px;}
.dept .d-inf .di-ydk .dis-pic {width: 470px;}
.dept .d-inf .di-ybk .di-intro {background-image: url(../images/dept_intro_ybk.jpg);}
.dept .d-inf .di-ybk .dpi-1 {background-position: -665px -22px;}
.dept .d-inf .di-ybk .dpi-2 {background-position: -715px -22px;}
.dept .d-inf .di-ybk .dpi-3 {background-position: -767px -22px;}
.dept .d-inf .di-ybk .dpi-4 {background-position: -817px -22px;}
.dept .d-inf .di-ybk .dpi-5 {background-position: -869px -22px;}
.dept .d-inf .di-ybk .dpi-6 {background-position: -920px -22px;}
.dept .d-inf .di-ybk .dpi-7 {background-position: -460px -72px;}
.dept .d-inf .di-ybk .dpi-8 {background-position: -613px -22px;}
.dept .d-inf .di-ybk .dp-item {min-width: 80px;}
.dept .d-inf .di-ybk .di-spec .dis-txt {width: 385px;}
.dept .d-inf .di-ybk .dis-pic {width: 470px;}
.dept .d-inf .di-yjk .di-intro {background-image: url(../images/dept_intro_yjk.jpg);}
.dept .d-inf .di-yjk .dpi-1 {background-position: -512px -72px;}
.dept .d-inf .di-yjk .dpi-2 {background-position: -562px -72px;}
.dept .d-inf .di-yjk .dpi-3 {background-position: -613px -72px;}
.dept .d-inf .di-yjk .dpi-4 {background-position: -664px -72px;}
.dept .d-inf .di-yjk .dpi-5 {background-position: -715px -72px;}
.dept .d-inf .di-yjk .dpi-6 {background-position: -766px -72px;}
.dept .d-inf .di-yjk .dp-item {min-width: 115px;}
.dept .d-inf .di-yjk .di-spec .dis-txt {width: 385px;}
.dept .d-inf .di-yjk .dis-pic {width: 470px;}
.dept .d-inf .di-qgy .di-intro {background-image: url(../images/dept_intro_qgy.jpg);}
.dept .d-inf .di-qgy .dpi-1 {background-position: -818px -72px;}
.dept .d-inf .di-qgy .dpi-2 {background-position: -818px -72px;}
.dept .d-inf .di-qgy .dpi-3 {background-position: -868px -72px;}
.dept .d-inf .di-qgy .dpi-4 {background-position: -918px -72px;}
.dept .d-inf .di-qgy .dpi-5 {background-position: -918px -72px;}
.dept .d-inf .di-qgy .dp-item {min-width: 140px;}
.dept .d-inf .di-lhy .di-intro {background-image: url(../images/dept_intro_lhy.jpg);}
.dept .d-inf .di-lhy .dpi-1 {background-position: -665px -22px;}
.dept .d-inf .di-lhy .dpi-2 {background-position: -767px -22px;}
.dept .d-inf .di-lhy .dpi-3 {background-position: -102px -172px;}
.dept .d-inf .di-lhy .dp-item {min-width: 160px;}
.dept .d-inf .di-gjk .di-intro {background-image: url(../images/dept_intro_gjk.jpg);}
.dept .d-inf .di-gjk .diit-en {font-size: 12px;word-break: break-word;font-family: "Arial";line-height: 18px;padding-top: 10px;}
.dept .d-inf .di-gjk .dpi-1 {background-position: -154px -172px;}
.dept .d-inf .di-gjk .dpi-2 {background-position: -204px -172px;}
.dept .d-inf .di-gjk .dpi-3 {background-position: -257px -172px;}
.dept .d-inf .di-gjk .dpi-4 {background-position: -918px -72px;}
/*dept end*/

/*activity begin*/
.activity {position: relative;min-width: 1200px;}
.activity .swiper-slide img {width: 100%;height: auto;max-width: 100%;}
@media screen and (min-width:1922px) {.activity .swiper-slide img {width: 100vw;}}
.activity .swiper-pagination {width: 100%;bottom: 0;left: 0;display: none;}
.activity .swiper-pagination .swiper-pagination-bullet {margin-right: 8px;width: 8px;height: 8px;background: #b5b6b7;opacity: 1;}
.activity .swiper-pagination .swiper-pagination-bullet-active {background: #c31518;}
/*activity end*/

/*others begin*/
.others {background-color: #dbdbdc;padding: 95px 0 110px;}
.others .oss-nav {padding-bottom: 15px;}
.others .ossn-ul {width: 585px;margin: 0 auto;display: flex;justify-content: space-between;}
.others .ossn-ul li {width: 140px;height: 45px;line-height: 45px;font-size: 22px;text-align: center;color: #595757;background-color: #fff;cursor: pointer;}
.others .ossn-ul li.on {color: #fff;background-color: #006ac9;}
.others .oss-main .o-card {width: 1200px;height: 620px;background-color: #fff;display: flex;justify-content: center;align-items: center;}
.others .o-card .oc-main {width: 1170px;}
.others .o-card .ocm-top {display: flex;justify-content: space-between;}
.others .o-card .ocm-box-big {position: relative;overflow: hidden;}
.others .o-card .ocm-box-big .ocm-pic {width: 460px;height: 390px;cursor: pointer;}
.others .o-card .ocm-box-big .ocm-txt {position: absolute;left: 0;bottom: -90px;width: 100%;height: 90px;background-color: rgba(0, 0, 0, 0.68);display: flex;justify-content: center;align-items: center;transition: 0.8s;}
.others .ocm-txt .ocmt-big {font-size: 18px;color: #fff;text-align: center;line-height: 26px;width: 325px;}
.others .ocm-txt .ocmt-big:hover {color: #00ff74;}
.others .o-card .ocm-box-big:hover .ocm-txt {bottom: 0px;}
.others .ocm-top .right {width: 698px;display: flex;flex-direction: column;justify-content: space-between;align-items: center;}
.others .ocm-top .ocm-row {width: 100%;display: flex;justify-content: space-between;}
.others .o-card .ocm-box-small {position: relative;overflow: hidden;}
.others .o-card .ocm-box-small .ocm-pic {width: 225px;height: 190px;cursor: pointer;}
.others .o-card .ocm-box-small .ocm-txt {position: absolute;left: 0;top: 190px;width: 100%;height: 190px;background-color: rgba(0, 0, 0, 0.68);display: flex;justify-content: center;align-items: center;transition: 0.8s;}
.others .ocm-txt .ocmt-small {font-size: 16px;color: #fff;text-align: center;line-height: 24px;width: 180px;}
.others .ocm-txt .ocmt-small:hover {color: #00ff74;}
.others .o-card .ocm-box-small:hover .ocm-txt {top: 0px;}
.others .o-card .ocm-bottom {width: 100%;display: flex;justify-content: space-between;align-items: center;padding-top: 10px;}
.others .oc-device .ocm-pic {border: 1px solid rgb(168,168,168);}
.others .oc-device .ocm-txt .ocmt-small {font-size: 14px;width: 200px;}
.others .oc-environment .ocm-box-big .ocm-pic {width: 580px;}
.others .oc-environment .ocm-top .right {width: 580px;}
.others .oc-environment .ocm-box-small .ocm-pic {width: 285px;}
.others .oc-environment .ocm-txt .ocmt-small {font-size: 18px;font-weight: bold;}
/*others end*/
