/* Unessential CSS - Just here to make this sample page prettier */

* {
    margin: 0;
    padding: 0
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    /* background-color: #3c79b0; */
    scroll-behavior: smooth;
}
::selection {
    background: #02b2b5;
    color: #fff;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #bfe0c3;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background: #f7f7f7;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrapper {
    margin: 0 auto;
    max-width: /* 1060 */1200px;
    /* padding: 1px 3em; */
    box-sizing: border-box;
    height: 100%;
}
header.header0 {
    /* background-color: #000; */
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    box-shadow: 0 1px 10px rgba(153, 153, 153, 0.15);
    background: rgba(255, 255, 255, 0.85);
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.swiper-container, div[class^="ban-"] {
    margin-top: 80px !important;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
.brand {
    float: left;
    height: 80px;
}
.brand img {
    height: 60%;
    margin-top: 8%;
}
.brand p {
    margin: 0;
}
.rm-nav {
    letter-spacing: 1px;
}
.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    font-size: 1em;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

/* 二级导航 */
ul.nav2 {
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
ul.nav2 li {
    flex: 1;
}
ul.nav2 li a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s;
    letter-spacing: 2px;
}
ul.nav2 li a em {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    overflow: hidden;
}
ul.nav2 li a em img {
    height: 100%;
    filter: drop-shadow(28px 0 0 #333);
    margin-left: -28px
}
ul.nav2 li a:hover,
ul.nav2 li a.act {
    background-color: #02B2B5;
    border-color: #02878a;
    color: #fff;
    transition: all 0.3s;
}
ul.nav2 li a:hover img,
ul.nav2 li a.act img {
    filter: drop-shadow(28px 0 0 #fff);
}
ul.nav2.fixed-top {
    position: fixed;
    top: 0px;
    z-index: 10;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0,0,0 , 5%);
}
ul.nav2.fixed-top li a {
    height: 80px;
}

/* 正文 */
.container {

}
.container .tit {
    width: 100%;
    height: unset;
    background: none;
    text-align: center;
}
.container .tit h1 {
    color: #02b2b5;
}
.container .tit em {
    margin: 20px auto;
    width: /* 3em */50px;
    height: 3px;
    display: block;
    background: #02b2b5;
}
.container .tit p {
    color: #999;
    font-size: 0.9em;
    line-height: 2em;
}
a.more {
    padding: 8px 15px;
    border: 1px solid #02b2b5;
    color: #02b2b5;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 50px;
}
a.more:hover {
    background: #02b2b5;
    color: #fff;
}
.advan, .about, .news, .guid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
/* 产品优势 */
.advan div {
    text-align: center;
    width: 33%;
    height: 400px;
    background: url(../images/adv-0.png) no-repeat center;
}
.advan div.tit {
    margin-bottom: 20px;
}
.advan div em {
    font-size: 40px;
    line-height: 120px;
    color: #fff;
    font-style: normal;
}
.advan div img {
    display: block;
    margin: 0 auto;
}
.advan div h3 {
    font-weight: bold;
    margin: 1em 0;
}
.advan div p {
    color: #999;
    font-size: 0.9em;
    margin: 1em 0;
}
/* 关于HIPEC */
.about {
    margin-top: 100px;
    min-height: 450px;
}
.about div {
    width: 50%;
}
.about div.abo-l h1 {
    color: #02b2b5;
    margin-top: 70px;
    margin-bottom: 0.83em;
}
.about div.abo-l em {
    width: 50px;
    height: 3px;
    display: block;
    background: #02b2b5;
}
.about div.abo-l p {
    line-height: 30px;
    color: #666;
    font-size: 0.9em;
    padding-right: 50px;
    text-align: justify;
    margin: 1em 0;
}
.about div.abo-r {
    background: url(../images/abo-0.png) no-repeat top;
}
.about div.abo-r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.about div.abo-r ul li {
    width: 50%;
    box-sizing: border-box;
    color: #fff;
}
.about div.abo-r ul li h2 {
    margin-top: 1.5em;
    font-weight: bold;
}
.about div.abo-r ul li p {
    font-size: 0.9em;
    margin-top: 0.5em;
    height: 4.4em;
    overflow: hidden;
}
.about div.abo-r ul li em {
    display: block;
    font-style: normal;
    font-size: 2.5em;
    opacity: 0.3;
}
.about div.abo-r ul li:nth-child(2n-1) {
    padding-left: 7em;
    padding-right: 1em;
}
.about div.abo-r ul li:nth-child(2n-1) em {
    text-align: right;
}
.about div.abo-r ul li:nth-child(2n) {
    padding-right: 7em;
    padding-left: 1.5em;
    text-align: right;
}
.about div.abo-r ul li:nth-child(2n) em {
    text-align: left;
}
.about div.abo-r ul li:nth-child(3) em, .about div.abo-r ul li:nth-child(4) em {
    margin-top: 0.3em;
}
.about div.abo-r ul li:nth-child(3) h2, .about div.abo-r ul li:nth-child(4) h2 {
    margin-top: 0;
}
/* 背景分割 */
.bg-hr {
    background: url(../images/bg-hr.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 18em;
}
/* 业界新闻 */
.news {
    margin-top: 0;
}
.news .con li {
    display: flex;
    justify-content: space-around;
    margin-top: 5em;
}
.news .con li:nth-child(2n) {
    flex-direction: row-reverse;
}
.news .con li div {
    width: 50%;
}
.news .con li div em {
    font-style: normal;
    font-size: 5em;
    font-weight: bolder;
    color: #02b2b5;
    opacity: 0.1;
}
.news .con li div h2 {
    color: #02b2b5;
}
.news .con li div p {
    color: #666;
    font-size: 0.9em;
    line-height: 1.8em;
    margin: 2em 0;
}
.news .con li:nth-child(2n) div:nth-child(1) {
    text-align: right;
}
/* 指南共识 */
.guid {
    margin-top: 100px;
}
.guid .tit {
    margin-bottom: 30px;
}
.guid figure {
    width: 48%;
    padding: 5px;
    box-shadow: 0 15px 15px -15px #000;
    border-top: 1px solid #f2f2f2;
}
.guid figure figcaption {
    border-top: 3px solid #001256;
    display: inline;
    padding: 0.3em;
    font-size: 1.2em;
    color: #001256;
    font-weight: bold;
}
.guid figure img {
    max-width: 100%;
}
.guid figure a {
    background: #ff5000;
    color: transparent;
    text-decoration: none;
    float: right;
    width: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.6s;
}
.guid figure:hover a {
    width: 100px;
    color: #fff;
    transition: all 0.6s;
}
/* 底部 */
.gfoo {
    background: #212832;
    color: #666;
    margin-top: 5em;    
}
.gfoo div.con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.gfoo div.t div {
    width: 33%;
    margin: 3em 0;
    padding: 0 2em;
    border-right: 1px solid #333;
}
.gfoo div.t div:nth-child(3) {
    border-right: 0;
}
.gfoo div.t h3 {
    color: #bfbfbf;
    border-bottom: #b0b0b0 1px solid;
    line-height: 2.5em;
    margin-bottom: 0.7em;
}
.gfoo div.t div:first-child h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #888888;
}
.gfoo div.t div:first-child a {
    color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    margin-right: 1em;
    font-size: 15px;
}
/* .gfoo div.t a {
    color: #222;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 2.1em;
    margin: 0.7em 0.3em 0 0;
    padding: 0em 1em;
    background: #b0b0b0;
    display: inline-block;
}
.gfoo div.t a:hover {
    background: #b7b7bb;
} */
.gfoo div.t div:nth-child(2) p {
    padding-left: 2.6em;
    color: #b7b7bb;
    line-height: 2em;
}
.gfoo div.t div:nth-child(2) p:nth-child(2) {
    background: url(../images/tel.png) no-repeat left;
    background-size: 14%;
}
.gfoo div.t div:nth-child(2) p:nth-child(3) {
    background: url(../images/mail.png) no-repeat left;
    background-size: 14%;
}
.gfoo div.t div:nth-child(2) p:nth-child(4) {
    background: url(../images/addr.png) no-repeat left top;
    background-size: 14%;
}
.gfoo div.t div:last-child img {
    width: 120px;
}
.gfoo div.b {
    border-top: 1px solid #333;
    width: 100%;
    padding: 0.5em 13%;
    box-sizing: border-box;
    color: #757575;
    font-size: 0.9em;
}
.gfoo div.b a {
    text-decoration: none;
    color: #757575;
}

/* 文章列表页 */
.ban-arc {
    background: url(../picture/news.png) no-repeat center;
    height: 300px;
}
.alist-container, .qalist-container {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    /* padding: 50px 30px; */
}
.alist-container .con li {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}
.alist-container .con li .ltim {
    width: 8%;
    height: 90px;
    box-sizing: border-box;
    text-align: center;
    background: #02b2b5;
    color: #fff;
    padding-top: 13px;
}
.alist-container .con li .ltim strong {
    font-size: 1.5em;
}
.alist-container .con li .rcon {
    width: 90%;
}
.alist-container .con li .rcon a {
    text-decoration: none;
}
.alist-container .con li .rcon h4 {
    color: #333;
    line-height: 2em;
}
.alist-container .con li .rcon a:hover h4 {
    color: #02b2b5;
}
.alist-container .con li .rcon p {
    font-size: 0.9em;
    line-height: 1.7em;
    margin-top: 5px;
    color: #757575;
}
.alist-container .con li .ltim.ico {
    padding: 0;
    font-size: 0;
    width: 30%;
    height: 220px;
    margin-right: 2%;
}
.alist-container .con li .ltim.ico img {
    width: 100%;
    height: 100%;
}
.alist-container .con li .ltim.ico+.rcon {
    width: 68%;
}
.alist-container .con li .ltim.ico+.rcon>p {
    height: 74px;
}
.alist-container .con li .ltim.ico+.rcon>span {
    display: block;
    margin: 12px 0 25px;
    color: #666;
}
.alist-container .con li .ltim.ico+.rcon>a {
    padding: 10px 20px;
    background-color: #02b2b5;
    color: #fff;
}
.alist-container .con li .ltim.ico+.rcon>a:hover {
    opacity: 0.8;
}

.bot {
    padding-top: 25px;
}
.bot a {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #02b2b5;
    color: #02b2b5;
    text-decoration: none;
}
.bot a.loc {
    background: #02b2b5;
    color: #fff;
}
/* 问答列表页 */
.qalist-container .cont li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
}
.qalist-container .cont li a {
    text-decoration: none;
    color: #262626;
    font-size: 20px;
}
.qalist-container .cont li a em {
    font-style: normal;
    color: #00696b;
    font-size: 15px;
    padding: 0px 3px;
    border: 1px solid #02b2b5;
    float: left;
    margin-right: 0.3em;
    margin-top: 3px;
}
.qalist-container .cont li a h4 {
    margin-bottom: 10px;
}
.qalist-container .cont li figure {
    margin-top: 10px;
    color: #666;
}
.qalist-container .cont li figure img {
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
    /* border-radius: 20px;
    box-shadow: 1px 1px 5px #999; */
}
.qalist-container .cont li div {
    padding: 10px;
    border: 2px dashed #bfe0c3;
    background: rgba(191, 224, 195, 0.1);
}
/* 文章详情页 */
.arc-container, .indarc-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.arc-container header h2 {
    text-align: center;
}
.arc-container header p {
    line-height: 50px;
    font-size: 0.9em;
    color: #999;
    text-align: center;
}
.indarc-container header ul li {
    display: inline-block;
    padding: 0 12px 14px;
    border-bottom: 3px solid transparent;
}
.indarc-container header ul li a {
    text-decoration: none;
    color: #02B2B5;
    letter-spacing: 1px;
}
.indarc-container header ul li:hover,
.indarc-container header ul li.act {
    border-bottom-color: #02b2b5;
}
.indarc-container header ul li:hover a,
.indarc-container header ul li.act a {
    font-weight: bold;
}
.arc-container header em, .indarc-container header em {
    background: #f2f2f2;
    width: 100%;
    height: 1px;
    display: block;
}
.arc-container article, .indarc-container article {
    padding: 20px 0;
    color: #262626;
    line-height: 24px;
    overflow-x: hidden;
}
.arc-container article .swiper-container {
    margin-top: 0 !important;
}
.arc-container article .swiper-container p {
    margin-top: 560px;
    background-color: rgb(0 0 0 / 50%);
    line-height: 30px;
    padding: 5px 15px;
    color: #fafafa;
}
a[href$=".pdf"] {
    font-size: 16px !important;
}
.arc-container footer em {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    display: block;
}
.arc-container footer div {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.arc-container footer div a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 50%;
    box-sizing: border-box;
    border: 1px solid #02b2b5;
    border-radius: 50px;
    color: #02b2b5;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 15px;
}
.arc-container footer div a:hover {
    background: #02b2b5;
    color: #fff;
}
/* 图集详情 */
#gallery {
    background: #000;
    padding: 10px;
}
#thumbs {
    background: #000;
    padding: 10px;
    padding-top: 0;
}
#thumbs .swiper-wrapper div {
    opacity: 0.4;
    height: 180px;
}
#thumbs .swiper-wrapper div.swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #02b2b5;
    box-sizing: border-box;
}
/* 封面单页 */
.ban-indarc {
    background: url(../picture/indarc.jpg) no-repeat center;
    height: 300px;
}
/* 产品列表页 */
.ban-pro {
    background: url(../picture/pro.jpg) no-repeat center;
    height: 300px;
}
.plist-container {
    padding-top: 50px;
    width: 1200px;
    margin: 0 auto;
}
.plist-container header {
    text-align: center;
}
.plist-container header h1 {
    color: #02b2b5;
    font-weight: bold;
}
.plist-container header .t-menu {
    position: absolute;
    margin: -37px 60%;
}
.plist-container header .t-menu i {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d7dde2;
    background-color: #fafafa;
    cursor: pointer;
}
.plist-container header .t-menu i::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #02b2b5;
    margin: 12px 7px;
}
.plist-container header .t-menu ul {
    position: absolute;
    width: 150px;
    height: 0;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 8px #ccc;
    transition: all 0.3s;
    overflow: hidden;
}
.plist-container header .t-menu ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 8px;
    color: #02b2b5;
}
.plist-container header .t-menu ul li a:hover {
    background-color: #02b2b5;
    color: #fff;
}
.plist-container header .t-menu:hover i {
    background-color: #02b2b5;
}
.plist-container header .t-menu:hover i::before {
    border-top-color: #fafafa;
}
.plist-container header .t-menu:hover ul {
    height: auto;
    transition: all 0.3s;
}
.plist-container header em {
    width: 50px;
    height: 3px;
    background: #02b2b5;
    display: inline-block;
}
.plist-container header p {
    color: #999;
    line-height: 30px;
    width: 70%;
    margin: 10px auto;
}
.plist-container article {
    margin-top: 30px;
}
.plist-container article h3.tit {
    line-height: 40px;
    border-left: 5px solid #02b2b5;
    padding-left: 7px;
    background: #f2f2f2;
}
.plist-container article em {
    width: 100%;
    border-bottom: 1px dashed #999;
    display: block;
    margin: 5px 0 15px;
}
.plist-container article div.con {
    color: #666;
}
.plist-container article div.con ul, .plist-container article div.con ol {
    padding-left: 20px;
    list-style: unset;
}
.plist-container article div.con li {
    list-style: unset;
}

.index-product article>div {
    display: flex;
    background-color: #f2f2f2;
    color: #262626;
    border-radius: 0 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.index-product article>div::before {
    content: '';
    position: absolute;
    margin: 20px;
    width: 1160px;
    height: 356px;
    border: 2px dashed rgb(2 178 181 / 50%);
    border-radius: 0 10px;
}
.index-product article>div figure {
    font-size: 0;
}
.index-product article>div figure img {
    width: 548px;
    height: 400px;
}
.index-product article>div figure figcaption {
    display: flex;
    background-color: rgb(2 178 181 / 50%);
    color: #fff;
    position: absolute;
    margin-top: -160px;
    width: 548px;
}
.index-product article>div figure figcaption em {
    margin: 0 5% 0 15%;
    padding: 10px;
    display: inline-block;
    background-color: rgb(255 255 255 / 50%);
    border: none;
    width: auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
    color: #009699;
}
.index-product article>div figure figcaption h4 {
    flex: 1;
    text-align: right;
    padding: 12px 32px 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.index-product article>div div p {
    padding: 100px 70px;
    letter-spacing: 2px;
    line-height: 2;
    height: 128px;
    width: 512px;
}
.index-product article>div div p::first-letter {
    float: left;
    font-size: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: #02b2b5;
}
.index-product article>div div a {
    background-color: #02b2b5;
    color: #fff;
    padding: 8px 8px 8px 12px;
    width: 42px;
    margin: -45px;
    letter-spacing: 5px;
    line-height: 20px;
    text-decoration: none;
    border-radius: 0 0 10px;
    position: absolute;
    margin-left: 510px;
}
.index-product article>div:nth-child(2n) {
    border-radius: 10px 0;
    flex-direction: row-reverse;
    /* background-color: #fafafa; */
}
.index-product article>div:nth-child(2n)::before {
    border-radius: 10px 0;
}
/* 文档列表 */
.ban-doc {
    background: url(../picture/stu.jpg) no-repeat center;
    height: 300px;
}
.dlist-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dlist-container div.top, .qalist-container div.tit {
    width: 100%;
    text-align: center;
}
.dlist-container div.top h1, .qalist-container div.tit h1 {
    color: #02b2b5;
}
.dlist-container div.top em, .qalist-container div.tit em {
    width: 50px;
    height: 3px;
    background: #02b2b5;
    display: inline-block;
}
.dlist-container div.top p, .qalist-container div.tit p {
    width: 70%;
    margin: 10px auto;
    font-size: 0.9em;
    color: #999;
    margin-bottom: 40px;
}
.dlist-container div.cen {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}
.dlist-container div.cen:nth-child(2n-1) {
    border-right: none;
}
.dlist-container div.cen:nth-last-child(2), .dlist-container div:nth-last-child(3) {
    border-bottom: none;
}
.dlist-container div.cen:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.dlist-container div.cen svg/* img */ {
    float: left;
    width: 15%;
    height: 90px;    /* svg高度 */
    margin-right: 10px;
}
.dlist-container div.cen h3 {
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.dlist-container div.cen a {
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-left: 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    background: #02b2b5;
    font-size: 0.9em;
}
.dlist-container div.cen a:hover {
    background: #028e90;
}
.dlist-container div.bot, .ilist-container div.bot {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
}
/* 视频栏目 */
.ilist-container {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.ilist-container a.cen {
    width: 30.8%;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin: 15px;
}
.ilist-container a.cen img {
    position: absolute;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    transition: all 0.6s;
}
.ilist-container a.cen:hover img {
    transform: translateY(50%) scale(1.1);
    transition: all 0.6s;
}
.ilist-container a.cen h4 {
    position: absolute;
    bottom: 0;
    padding: 7px 15px;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.3));
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
}
/* 人才招聘 */
.hrlist-container {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hrlist-container .hrl {
    /* width: 72%; */
    width: 100%;
}
.hrlist-container .hrl header form input {
    border: 1px solid #d7dde4;
    padding: 6px 12px;
    border-radius: 4px;
    color: #333;
    background-color: #fafafa;
}
.hrlist-container .hrl header form button {
    padding: 6px 12px;
    background-color: #02b2b5;
    border: 1px solid #d7dde4;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}
.hrlist-container .hrl header ul {
    padding: 20px 0 30px;
    border-bottom: 1px solid #d7dde4;
    line-height: 2.5;
}
.hrlist-container .hrl header ul li label {
    color: #02b2b5;
}
.hrlist-container .hrl header ul li a {
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.hrlist-container .hrl header ul li a.act {
    background-color: #02b2b5;
    color: #fff;
}
.hrlist-container .hrl main table thead tr {
    background-color: #02b2b5;
    color: #fff;
}
.hrlist-container .hrl main table thead tr th {
    font-weight: bold;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    font-size: 16px;
}

.hrlist-container div.con {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.hrlist-container div.con h3 {
    background: url(../images/ico-hr.png) no-repeat 7px 6px #02b2b5;
    background-size: 24px;
    color: #fff;
    line-height: 40px;
    padding-left: 37px;
    font-size: 17px;
}
.hrlist-container div.con h3 em {
    font-style: normal;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}
.hrlist-container div.con div {
    background: #f2f2f2;
    overflow: hidden;
    height: 0;
}
.hrlist-container div.on div {
    /* padding: 20px; */
    /* height: 400px; */
    overflow-y: auto;
    transition: all 0.6s;
}
.hrlist-container .hrr {
    width: 25%;
    height: 390px;
    background: #fff;
    border-top: 3px solid #02b2b5;
    box-shadow: 0 3px 8px #ccc;
    overflow: hidden;
}
.hrlist-container .hrr h2 {
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px #ccc;
    margin-bottom: 30px;
}
.hrlist-container .hrr p {
    padding: 8px 25px;
    color: #262626;
}
.hrlist-container .hrr p input, .hrlist-container .hrr p textarea {
    width: 80%;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 7px;
    vertical-align: middle;
}
.hrlist-container .hrr input.coolbg {
    display: block;
    padding: 7px 25%;
    margin: 30px auto;
    border-radius: 20px;
    border: none;
    background: #ff9000;
    color: #fff;
    font-size: 18px;
}

/* 响应适配移动端 */
@media screen and (max-width:768px){
    ::-webkit-scrollbar {
        width: 3px;
    }
    .brand img {
        height: 55%;
        margin-top: 10%;
        margin-left: 5%;
    }
    .swiper-container-fade .swiper-slide {
        height: 45vw !important;
        background-size: cover !important;
    }
    .swiper-button-prev {
        width: 15px !important;
        left: 0 !important;
    }
    .swiper-button-next {
        width: 15px !important;
        right: 0 !important;
    }
    .ban-doc, .ban-pro, .ban-indarc, .ban-arc {
        height: 24vw;
        background-size: cover;    
    }
    .ban-pro {
        background-position: 60% 0;
    }

    ul.nav2 {
        width: 100%;
    }

    .index-product article>div {
        flex-wrap: wrap;
    }
    .index-product article>div::before {
        width: calc(100% - 40px);
    }
    .index-product article>div figure img {
        width: 105%;
    }

    .arc-container article .swiper-container p {
        margin-top: calc(50vw - 40px);
    }

    .container .tit p {
        height: 23vw;
        padding: 1vw;
        overflow: hidden;
    }
    .advan div {
        width: 80%;
        height: 80vw;
        background-size: contain;
    }
    .advan div em {
        font-size: 30px;
        line-height: 23vw;
    }
    .advan div h3 {
        margin: 1vh 0;
    }
    a.more {
        border-radius: 20px;
    }
    .about {
        margin-top: 50px;
        min-height: 90vw;
    }
    .about div {
        width: 95%;
    }
    .about div.abo-l h1 {
        margin-top: 0;
        margin-bottom: 3vh;
    }
    .about div.abo-l p {
        padding-right: 0;
        font-size: 15px;
        line-height: 25px;
    }
    .about div.abo-r {
        display: none;
    }
    .bg-hr {
        height: 15vh;
        background-size: contain;
    }
    .news .con li {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .news .con li div {
        width: 100%;
    }
    .news .con li div img {
        max-width: 100%;
    }
    .news .con li div:nth-child(2) {
        margin-top: -80vw;
        background: rgba(255, 255, 255, 0.85);
        padding: 0 5vw;
    }
    .news .con li div h2 {
        margin-top: -60px;
    }
    .news .con li div p {
        margin: 1em 0;
        height: 20vw;
        overflow: hidden;
    }
    .guid {
        margin-top: 50px;
    }
    .guid figure {
        width: 100%;
        margin-bottom: 20px;
    }
    h2 {
        padding-left: 0.3em;
    }
    #ind2 article .adt {
        opacity: 0;
        line-height: 3 !important;
    }
    #ind3 article .title {
        font-size: 20px !important;
        margin: -40px 10px;
        display: block;
    }
    #ind3 article section:nth-child(3) .title {
        margin-top: -75px;
    }
    #ind3 article section:nth-child(5) .title {
        margin-top: -60px;
    }
    #ind3 article section:nth-child(7) .title {
        margin-top: -55px;
    }
    #ind3 article .cont {
        font-size: 14px !important;
        margin: -10px 10px 10px;
        display: block;
        text-indent: 0 !important;
        white-space: nowrap;
    }
    #ind3 article section:nth-child(3) .cont {
        margin-top: -70px;
        margin-bottom: -10px;
        text-indent: 0 !important;
        white-space: nowrap;
    }
    #ind3 article section:nth-child(5) .cont {
        margin: -30px 50px 0;
    }
    #ind3 article section:nth-child(5) .cont1 {
        margin: -5px 50px 0;
        display: block;
        font-size: 14px !important;
        text-indent: 0 !important;
        white-space: nowrap;
    }
    #ind3 article section:nth-child(7) .cont {
        margin-top: 10px;
        margin-left: -20px;
    }
    #ind3 article section:nth-child(7) .cont1 {
        margin: -15px -20px -5px;
        display: block;
        font-size: 14px !important;
        text-indent: 0 !important;
        white-space: nowrap;
    }
    .gfoo {
        margin-top: 50px;
    }
    .gfoo div.con {
        width: 100%;
        flex-wrap: wrap;
        padding: 0.5em 1%;
        box-sizing: border-box;
    }
    .gfoo div.t div {
        width: 100%;
        margin: 1em 0;
        border: none;
    }
    .plist-container {
        width: 100%;
    }
    .plist-container p {
        overflow-x: auto;
    }
    .plist-container .con {
        padding: 0 5px;
    }
    .plist-container article .con:nth-child(6)>section>section>section {
        width: 100% !important;
    }
    #ind15 article section {
        max-width: 100%;
    }
    #ind15 article section p {
        max-width: 100%;
        overflow-x: auto
    }
    #ind23 article {
        padding: 0 5px;
    }
    #ind26 article>section>section>section>section>section {
        width: 100% !important;
    }
    #ind26 article iframe {
        margin-left: -70%;
    }
    .arc-container, .indarc-container {
        max-width: 100%;
    }
    .arc-container .swiper-container {
        margin-top: 0 !important;
    }
    .arc-container #thumbs .swiper-wrapper div {
        height: 20vw !important;
    }
    .arc-container .swiper-container-android .swiper-slide {
        height: 50vw !important;
    }
    .arc-container article {
        padding: 10px;
    }
    .arc-container article p {
        overflow-x:auto;
    }
    .dlist-container, .ilist-container {
        width: 100%;
    }
    .dlist-container div.top p {
        width: 80%;
        height: 17vw;
        overflow: hidden;
    }
    .dlist-container div.cen {
        width: 100%;
    }
    .ilist-container a.cen {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .alist-container {
        width: 100%;
        padding: 50px 10px;
    }
    .alist-container .con li {
        padding: 10px 0;
    }
    .alist-container .con li .ltim {
        width: 20%;
        height: 20vw;
        padding-top: 1vw;
    }
    .alist-container .con li .rcon {
        width: 75%;
    }
    .alist-container .con li .rcon h4 {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 8vw;
    }
    .alist-container .con li .rcon p {
        line-height: 5vw;
        height: 36px;
        overflow: hidden;
    }
    .hrlist-container {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .hrlist-container .hrl, .hrlist-container .hrr {
        width: 100%;
    }


















}