
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:#fff;}
::-webkit-scrollbar-thumb{background:#00a5eb;}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:#151515; opacity:.68;}
*::-moz-input-placeholder{color:#151515; opacity:.68;}
*::-ms-input-placeholder{color:#151515; opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:#fff; font-size:14px; font-weight:400; line-height:1.75; color:#151515;}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:#151515; transition:.3s;}
a:hover{color:#00a5eb;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#00a5eb; color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:#00a5eb; border-color:#00a5eb; color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; text-align:center; user-select:none; pointer-events:none;}
h6.alert>b{display:inline-block; color:#fff; max-width:320px; background:rgb(255,98,76); text-align:left; box-shadow:0 0 18px rgba(0,0,0,.08); border-radius:3px; padding:8px 22px; font-size:16px; font-weight:normal;}
h6.alert.red>b{background:rgb(255,98,76);}
h6.alert.green>b{background:rgb(29,213,111);}
h6.alert.brown>b{background:#a5692d;}
h6.alert.yellow>b{background:#ffd700;} 
h6.alert.blue>b{background:rgb(56,129,245);}
h6.alert.gold>b{background:linear-gradient(to right bottom,#ffd700,#edc86c);}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:;}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:;}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:;}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:;} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:;}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
.top {
    width: 100%;
    padding: 23rem 0;
    background: #ffffff;
}
.head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23rem 0;
}
.bgck {
    background-color: #fff;
    width: 100%;
}
.top_small {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_left {
    display: flex;
    align-items: center;
}

.logo {
    text-align: center;
}

.logo img {
    width: 263rem;
    height: 64rem;
}

.describe {
    margin-left: 33rem;
}

.top_right {
    display: flex;
    align-items: center;
    width: 377rem;
    justify-content: flex-end;
}

.top_right img {
    width: 52rem;
    height: 52rem;
    margin-right: 11rem;
}
.top_right > div {
    width: 268rem;
}
.banner {
    width: 100%;
    position: relative;
}

.swiper-slide {
    width: 100%;
    height: 820rem;
}

.navigation {
    position: absolute;
    width: 1360rem;
    height: 60rem;
    top: 0;
    right: 0;
    background: url("/cache/box/image/navigation.png");
    background-size: cover;
    z-index: 99;
    display: flex;
    align-items: center;
    text-align: center;
}

.navigation div {
    display: flex;
    justify-content: space-between;
}

.navigation div a {
    color: #e9e9e9;
    padding: 11rem 0;
    font-size: 20rem;
}

.navigation_active {
    border-bottom: 6rem solid #00c8c7;
    color: #00e1e1 !important;
}

/* .contact_breadcrumb {
    background: #333333;
} */
.title_t {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_t {
    width: 1400rem;
    margin: 0 auto;
}
.title_tc {
    width: 1400rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.font_20 {
    font-weight: 1000;
}
.font_24 {
    font-weight: 1000;
}
.font_25 {
    font-weight: 1000;
    font-size: 25rem;
}
/* 导航条 */
.tlite {
    /* margin: 0 auto; */
    width: 1300rem;
    height: 100rem;
    display: flex;
    align-items: center;
}

.tlite > li {
    color: #666666;
    list-style: none;
    display: inline-block;
}

.tlite > li::after {
    content: ">";
    margin: 0 5rem;
    font-size: 18rem;
}

.tlite > li > a {
    text-decoration: none;
    font-size: 18rem;
    color: #666666;
}
.tlite > li:hover > a {
    color: #9b9b9b;
}

.tlite > li:last-child > a {
    color: rgba(0, 160, 160, 1);
}

.tlite > li:last-child::after {
    content: "";
}
.back {
    width: 400rem;
    height: 36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18rem;
    border: 1px solid #00a1a1;
    overflow: hidden;
}
.back input {
    font-size: 16rem;
    width: 330rem;
    height: 36rem;
    padding-left: 16rem;
}
.back input::placeholder {
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}
.back button {
    width: 73rem;
    height: 36rem;
    background-color: #00a1a1;
    color: #fff;
}
.foot {
    height: 420rem;
    width: 100%;
    padding-top: 80rem;
}

.foot_top {
    height: 306rem;
    width: 100%;
    background: #333333;
    display: flex;
}

.foot_small {
    width: 1600rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_small_left {
    width: 512rem;
    height: 362rem;
    background: url(/cache/box/image/30@2x.png);
    background-size: 512rem 362rem;
    font-size: 18rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot_small_left div {
    margin: 6rem 0;
}

.foot_logo {
    width: 240rem;
    height: 39rem;
}

.foot_qrcode {
    width: 172rem;
    height: 172rem;
}

.foot_small_middle {
    width: 544rem;
    height: 230rem;
    border-right: 2rem solid #000000;
    font-size: 16rem;
    line-height: 3;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_small_middle_small {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.foot_small_right {
    width: 544rem;
    height: 230rem;
    font-size: 16rem;
    line-height: 3;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_small_right a {
    font-size: 16rem;
    line-height: 3;
    color: #ffffff;
}

.foot_small_right_small {
    margin: 0 84rem;
}

.foot_nav {
    display: flex;
    flex-wrap: wrap;
}

.foot_nav div {
    margin-right: 20rem;
}

.foot_botton {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20rem 0;
    font-size: 16rem;
    background: #f8f9fa;
}

.copyright a img {
    display: none;
}

dir {
    margin-top: 40rem !important;
}

.navigation_c {
    width: 955rem;
    margin: 0 160rem 0 142rem;
    /* display: flex; */
    justify-content: space-between;
}
.s_t {
    width: 75rem;
    display: inline-block;
    text-align-last: justify;
}
.s_l {
    margin-left: 10rem;
}
