* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; min-width: 1200px;}
body {margin: 0 auto;font-family: "microsoft yahei", arial, helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;height: 100%;background:#fff;width:100%;max-width:1920px;margin:0 auto; overflow-x:hidden;color: #333;}
.bold{font-family: 'SourceHanSansCN-Bold';font-weight: bold;}
::selection { color: #fff; background: #6360F7; }
img {border: none; vertical-align: middle; max-width: 100%;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {margin: 0;padding: 0;list-style: none;}
embed, video, iframe { max-width: 100%; }
input[type="submit"], textarea[type="submit"] { cursor: pointer; }
input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }
input[type="radio"], textarea[type="radio"] { cursor: pointer; }
input, textarea, select {font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none;font-family: 'SourceHanSansCN-Regular';}
input:focus, textarea:focus, select:focus { outline: none; }
textarea { resize: none; }
.h1, .h2, .h3, h1, h2, h3{margin: 0;padding: 0;font-weight: normal;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
a {text-decoration: none;color: #333;outline: none;display: inline-block;}
a:hover,a.active,a:focus {text-decoration: none;transition: 0.5s ease-in-out;}
a:hover {text-decoration: none;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;cursor: pointer; }
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
button {-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;text-decoration: none;background-color: transparent;border: 0;cursor: pointer;}
.mar0{margin: 0 !important;}.padd0{padding: 0 !important;}
.iconfont{font-size: 20px; text-align: center; line-height: 1; }
.flo-left{float: left;}.flo-right{float: right;}.clear{clear: both;}
.pull-left { float: left !important; }
.pull-right { float: right !important; }
.fix { *zoom: 1; }
.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
.posi-rela{position: relative;}.posi-abso{position: absolute;}.posi-fix{position: fixed;}
.text-center{text-align: center;}.text-left{text-align: left;}.text-right{text-align: right;}
.m-error { display: block; font-size: 14px;color: #FF0000;line-height: 18px;text-align: left;}

@media (min-width:768px){.container{width:750px;}}
@media (min-width:992px){.container{width:980px;}}
@media (min-width:1260px){.container{width:1230px;}}
@media (min-width:1460px){.container{width:1430px;}}

.flex {display: flex;display:-webkit-flex;justify-content: space-between;flex-wrap: wrap}
.flex-aj{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.flex-ac{display: flex;align-items: center;flex-wrap: wrap;}
.flex-list{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.flex-def { display: flex; display: -ms-flexbox; display: -webkit-flex;}
.flex-vertical { -webkit-box-orient: vertical; -webkit-flex-flow: column; flex-flow: column;}
.flex-line { flex: 1; -ms-flex: 1;}
.flex-between { justify-content: space-between;}
.flex-cCenter { align-items: center; }
.item-table {display: table;table-layout: fixed;width: 100%;height: 100%;}
::-webkit-input-placeholder { color: #999; opacity: 1; }
::-moz-placeholder { color: #999; opacity: 1; }
:-ms-input-placeholder { color: #999; opacity: 1; }
.self-ellipsis {display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.self-ellipsis-1 {display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.self-ellipsis-2 {display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.self-ellipsis-3 {display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.self-ellipsis-4 {display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.self-ellipsis-5 {display: -webkit-box !important;overflow: hidden;white-space: normal !important;text-overflow: ellipsis;word-wrap: break-word;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.wrap{width:1200px;margin: 0 auto;min-width: 1200px;}
@media (max-width: 1260px) {.wrap {width: 94%;}}
@media (max-width: 992px) {.wrap {width:  94%;} br{ display: none;} }
@media (max-width: 768px) {.wrap { width: 94%; }}

/* common */
.header { width: 100%; height: 143px; min-width: 1200px; padding: 0 80px; background: rgba(255, 255, 255, 1); position: fixed; top: 0; left: 0; z-index: 1000; transition: 0.3s;}
.header>.flex { height: 100px; align-items: center; position: relative; z-index: 1;}
.header .header-logo { display: flex; align-items: center;}
.header .logo { height: 51px; float: left;}
.header .navbar { flex: 1; text-align: right;}
.header .navbar .nav-item { display: inline-block; margin-left: 40px; font-size: 16px; line-height: 40px; color: #666666; position: relative;}
.header .navbar .nav-item>a { color: #666666; }
.header .navbar .nav-item>a>.bi { font-size: 12px; position: absolute; right: -16px;}
.header .navbar .nav-item.active>a { color: #000000; position: relative;}
.header .navbar a:hover { color: #000000;}
.header .navbar .sbnav-list{position:absolute;display:none;box-sizing:border-box;background: #FFFFFF;opacity: 0.95;border-radius: 0px 0px 8px 8px; z-index: 10;}
.header .navbar .show {display:block}
.header .navbar .sbnav-wp{ padding: 20px 10px; box-sizing:border-box;background: #FFFFFF; box-shadow: 0px -6px 6px 0px rgba(222,222,222,0.5); border-radius: 10px;}
.header .navbar .sbnav-list1{top:100%;left:-26px;width: 153px;}
.header .navbar .sbnav-list2{top:0;left:100%;width: 153px;}
.header .navbar .sbnav-list3{top:0;right:100%;width: 153px;}
.header .navbar .sbnav-item{position:relative}
.header .navbar .sbnav-item > a{position:relative;display:block;line-height:24px;font-size:16px;font-size:1.6rem;color:#666;padding: 8px 20px; text-align:left}
.header .navbar .sbnav-item > a:hover,.header .sbnav-item > a.active{color:#FFFFFF;background:#4394FF;border-radius: 8px;}
.header .navbar .nav-item > a:hover+.sbnav-list{display:block}
.header .navbar .sbnav-item > a:hover+.sbnav-list{display:block}
.header .header_top { border-bottom: 1px solid #EEEEEE; display: flex; align-items: center; justify-content: flex-end; position: relative; z-index: 2;}
.header .header_top .language { font-size: 16px; color: #666666; padding: 0 20px; position: relative;}
.header .header_top .language::after { content: ''; width: 1px; height: 16px; background: #CCCCCC; position: absolute; top: 50%; right: 0; margin-top: -8px;}
.header .header_top .language .checked { font-size: 16px; color: #666666; cursor: pointer;}
.header .header_top .language .pop-lang { display: none; padding: 10px; box-shadow: 5px 5px 6px rgba(222,222,222,0.5), -5px -5px 6px rgba(222,222,222,0.5); background: #fff; width: 100%; position: absolute; left: 0; top: 100%; border-radius: 10px;}
.header .header_top .language .pop-lang.show { display: block;}
.header .header_top .language .pop-lang .item { display: block; font-size: 12px; color: #333; padding: 5px 10px; line-height: 1.4; border-radius: 8px;}
.header .header_top .language .pop-lang .item+.item { margin-top: 5px;}
.header .header_top .language .pop-lang .item:hover,
.header .header_top .language .pop-lang .item.active { background: #4394FF; color: #fff;}
.header .joinus { padding-left: 15px; align-items: center;}
.header .joinus em:nth-of-type(1) { display: block; width: 18px; height: 18px; background: #4394FF; border-radius: 50%;}
.header .joinus em:nth-of-type(2) { display: block; width: 18px; height: 18px; border-radius: 50%; border: 2px solid #000000; margin-left: -8px; margin-right: 7px;}
.header .joinus a { font-size: 16px; color: #666666; line-height: 42px;}
body { padding-top: 143px; overflow: auto;}
@media (max-width: 1440px) {
  .header .navbar .nav-item { margin-left: 30px; font-size: 14px;}
  .header .right .language .checked { font-size: 14px;}
  .header .right .language .checked .bi{ font-size: 14px;}
  .header .joinus a { font-size: 14px;}
}
@media (max-width: 1360px) {
  .header { padding: 0 50px;}
}
@media (max-width: 1260px) {
  .header { padding: 0 30px;}
  .header .navbar .nav-item { margin-left: 30px; font-size: 14px;}
  .header .right .language { padding: 0 10px;}
  .header .right .language .checked { font-size: 14px;}
  .header .right .language .checked .bi{ font-size: 14px;}
  .header .joinus { padding-left: 10px;}
  .header .joinus a { font-size: 14px;}
}
@media (max-width: 1024px) {
  .header { padding: 0 20px;}
  .header .navbar .nav-item { padding: 0 12px;}
  .header .logo { max-height: 40px;}
}

.footer { width: 100%; background: #0E1421; padding: 84px 0 46px; font-size: 14px; line-height: 1.2;}
.footer>.wrap{ position: relative; display: flex;}
.footer .list { flex: 1; display: flex;}
.footer .list .item1 { flex: 1.5; color: #999999;}
.footer .list .item1 .f-logo { max-width: 100%; max-height: 51px;}
.footer .list .item1 .links { margin-top: 30px;}
.footer .list .item1 .links .l-item { display: flex; padding: 6px 0; padding-right: 50px;}
.footer .list .item1 .links .l-item .img { width: 15px; height: 16px; margin-right: 10px;}
.footer .list .item1 .links .l-item .img img { max-width: 100%; max-height: 100%; object-fit: contain;}
.footer .list .item1 .links .l-item p { color: #999999;}
.footer .list .item1 .links .l-item a { color: #999999;}
.footer .list .item1 .links .l-item a:hover { color: #C6B78B;}
.footer .list .item1 .links .l-item .kf-tel .time { margin-top: 7px;}
.footer .list .item2 { flex: 2;}
.footer .list .item2 .name { font-size: 16px; color: #969797; margin-top: 40px;}
.footer .list .item2 .links { display: flex; flex-wrap: wrap; margin-top: 20px;}
.footer .list .item2 .links a { width: 50%; padding: 7px 0; color: #C0C1C5;}
.footer .list .item2 .links a:hover { color: #C6B78B;}
.footer .code { text-align: center; margin-top: 77px;}
.footer .code img { width: 79px; height: 79px;}
.footer .code p { color: #727272; line-height: 1; margin-top: 20px;}

.page-bottom { padding: 12px 0 58px; border-top: 1px solid #333333; background: #0E1421;}
.page-bottom .copy { font-size: 12px; color: #999999; line-height: 28px;}
.page-bottom .copy a { color: #999999;}

.kf-right { width: 65px; height: auto; position: fixed; top: 50%; right: 86px;  z-index: 99; text-align: center; transform: translateY(-50%);}
.kf-right .item { position: relative;;}
.kf-right .item img { max-width: 100%; height: auto;}
.kf-right .item .request-text { display: block; width: 24px; font-size: 16px; color: #FFFFFF; line-height: 1.1; text-align: center; position: absolute; left: 20px; top: 65px;}
.kf-right .item+.item { margin-top: 11px;}
@media (max-width: 1460px) {
  .kf-right { right: 40px;}
}
*::-webkit-scrollbar { width: 5px; height: 5px;}
*::-webkit-scrollbar-corner, *::-webkit-scrollbar-thumb, *::-webkit-scrollbar-track { border-radius: 4px; }
*::-webkit-scrollbar-corner,*::-webkit-scrollbar-track { background-color: rgba(0,0,0,0); box-shadow: inset 0 0 1px rgba(0,0,0,0); }
*::-webkit-scrollbar-thumb { background-color: #999; }


#pagination .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

#pagination .page-item {
  display: inline-block;
  margin: 0 4px;
}

/*#pagination .page-item a,*/
#pagination .page-item span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
}

#pagination .page-item.active a {
  background-color: #333;
  color: #fff;
  border-color: #333;
  display: block;
}

#pagination .page-item.disabled a,
#pagination .page-item.disabled span {
  color: #aaa;
  cursor: not-allowed;
  /*background-color: #f9f9f9;*/
}

#pagination .page-item.prev a,
#pagination .page-item.next a {
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  padding: 0 8px;
}

#pagination .page-item.ellipsis span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #666;
}



