@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.nybanner img{
    width:100%;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
input,
textarea,
select {
  border-radius: 0;
}
ul,
li,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: pingfang SC, Source Han Sans CN, noto sans, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}
html {
  font-size: 14px !important;
}
html,
body {
  position: relative;
}
body {
	font-family:'微软雅黑';
	overflow-x:hidden;
}

.mhdiv{ display:block;}

@media screen and (min-width: 768px) {
	.mhdiv{ height:64px !important;}
}
/*sosuo*/
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:50%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E !important;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:9%;height:60px;line-height:60px;display:block;float:left;background:url(../index/ico-search-button.png) no-repeat center 50%;text-indent:-2000px; border:none;border-bottom:2px solid #f2f2f2;}
.searchBar-m .button:hover{background:url(../index/ico-search-button.png) no-repeat center 50%;}



@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
	overflow-x:hidden;
  }
}
.hideNone {
  display: none;
}
.showBlock {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #003eb3;
}
/*内容区域宽度设置*/
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .container {
    min-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-02 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) and (min-width: 1280px) {
  .container-02 {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .container-02 {
    min-width: 1260px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
.mHeader {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .container-02 {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
/*图片垂直水平居中*/
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*段落空格*/
.indent2 {
  text-indent: 2em;
}
/*内页大标题*/
.inside-title {
  text-align: center;
}
.inside-title .title {
  line-height: 1;
  font-size: 30px;
  color: #333;
}
.inside-title .info {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .inside-title .title {
    font-size: 24px;
  }
}
/*一行省略隐藏*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
/*移动端导航 头部*/
.mContainer {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.mHeader {
  display: none;
  background: #fff;
  top:0;
  border-bottom:solid 1px #d9d9d9;
  color: #fff;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.mHeader .mContainer {
  overflow: hidden;
}
.mHeader img {
  vertical-align: middle;
}
.mHeader .logo {
  float: left;
  height: 50px;
  display: block;
}
.mHeader .logo img {
  max-height: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mHeader {
    display: block;
  }
  .mhdiv{ display:block;}
}
.navPhoneCtrl .nav-user {
  width: auto;
  min-width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  text-align: center;
}
.navPhoneCtrl .welcome {
  max-width: 180px;
  display: inline-block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navPhoneCtrl .language-switch,
.navPhoneCtrl .switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.navPhoneCtrl .language-switch > .a-01,
.navPhoneCtrl .switch > .a-01 {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  position: relative;
}
.navPhoneCtrl .language-switch > .a-01:after,
.navPhoneCtrl .switch > .a-01:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navPhoneCtrl .language-switch .down,
.navPhoneCtrl .switch .down {
  position: absolute;
  top: 50px;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 40px;
  text-align: center;
}
.navPhoneCtrl .language-switch .down a,
.navPhoneCtrl .switch .down a {
  padding: 0 15px;
  color: #fff;
  display: block;
}
.navPhoneCtrl .language-switch .down a:hover,
.navPhoneCtrl .switch .down a:hover {
  background: #333;
  color: #003eb3;
}
.navPhoneCtrl .language-switch:hover > .a-01,
.navPhoneCtrl .switch:hover > .a-01 {
  color: #fff;
  background: #333;
}
.navPhoneCtrl .language-switch:hover .down,
.navPhoneCtrl .switch:hover .down {
  display: block;
}
.navPhoneCtrl .icon {
  width: 20px;
  height: 20px;
  background: url(../index/searchmo.svg);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 374px) {
  .navPhoneCtrl .welcome {
    max-width: 150px;
  }
}
@media screen and (max-width: 359px) {
  .navPhoneCtrl .welcome {
    max-width: 130px;
  }
}
/*移动端会员按钮、导航按钮*/
.navPhoneBtn,
.memberBtn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 15px;
  top: 0;
  width: 30px;
  height: 100%;
  padding-top: 19px;
}
.navPhoneBtn span,
.memberBtn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto 3px auto;
  position: relative;
  background: #003eb3;
  z-index: 1;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2),
.memberBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.navPhoneBtn span:last-child,
.memberBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.memberBtn,
.memberBtn.memberBtn {
  opacity: 0;
  position: absolute;
  top: 0.3125rem;
  right: 0.75rem;
  z-index: 9;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.navPhoneBtn.close,
.memberBtn.close,
.navPhoneBtn.closeMember,
.memberBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.memberBtn.close span,
.navPhoneBtn.closeMember span,
.memberBtn.closeMember span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.memberBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3),
.memberBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.memberBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2),
.memberBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: width .5s;
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.memberBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child,
.memberBtn.closeMember span:last-child {
  margin-bottom: 0;
}
/*移动端右侧导航 start*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showMove {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes showMove {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes hideMove {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes hideMove {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.mMenu-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  height: calc(100% - 50px);
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  overflow: hidden;
  display: none;
  background-color: rgba(55, 61, 65, 0.4);
}
.mNavRightAside {
  position: fixed;
  z-index: 99999;
  height: 100%;
  height: calc(100% - 50px);
  width: 84%;
  top: 50px;
  right: -100%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: none;
}
.mNavRightAside .mDropdown-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 99999;
  opacity: 0;
}
.mNavRightAside.show {
  opacity: 1;
  right: 0;
}
.mNavRightAside.show .mDropdown-wrap {
  opacity: 1;
}
.mNavRightAside.hide {
  opacity: 0;
  right: -100%;
}
.mNavRightAside.hide .mDropdown-wrap {
  opacity: 0;
  -webkit-animation: hideMove .5s;
          animation: hideMove .5s;
}
@media screen and (max-width: 768px) {
  .mNavRightAside {
    display: block;
  }
  .mNavRightAside.show {
    display: block;
  }
}
.bodyHidden {
  overflow: hidden;
}
.mMenu {
  position: relative;
  top: 0;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #2f2f2f;
  padding-bottom: 50px;
  color: #fff;
}
.mMenu a {
  color: #fff;
}
.mMenu .mSearch {
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.mMenu .mSearch .btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 25px;
}
.mMenu .mSearch input {
  height: 35px;
  line-height: 33px;
  border: 1px #434343 solid;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  color: #fff;
  padding: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
  position: static;
  left: 0;
  right: 0;
}
.mMenu .mSearch input::-webkit-input-placeholder {
  color: #ffffff;
}
.mMenu .slogn {
  margin-top: 20px;
  padding: 0 20px;
}
.mMenu .registerBtn {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mMenu .registerBtn a {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 100%;
  background-color: #003eb3;
  border: none;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.mMenu dl a {
  display: block;
  height: 100%;
  color: #fff;
}
.mMenu .level-01 {
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.mMenu .level-01 a {
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px #434343 solid;
  color: #fff;
}
.mMenu .level-01.noneArrow a {
  display: block;
}
.mMenu .level-01.active a {
  background: #2f2f2f;
}
.mMenu .level-01.active > .menu-ctrl {
  display: block;
}
.mMenu .level-02 {
  background-color: #3b3b3b;
  font-size: 14px;
  position: relative;
}
.mMenu .level-02 a {
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 36px;
  position: relative;
  border-bottom: 1px #454545 solid;
  color: #bebebe;
}
.mMenu .level-03 {
  background-color: #3b3b3b;
  font-size: 14px;
  position: relative;
}
.mMenu .level-03 a {
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 50px;
  position: relative;
  border-bottom: 1px #454545 solid;
  color: #bebebe;
}
.mMenu .level-04 {
  background-color: #383838;
  font-size: 14px;
  position: relative;
}
.mMenu .level-04 a {
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 60px;
  position: relative;
  border-bottom: 1px #454545 solid;
  color: #bebebe;
}
.mMenu .level-04 a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bebebe;
  vertical-align: middle;
  margin-right: 5px;
}
.mMenu .menu-ctrl {
  display: none;
}
.mMenu .level-01,
.mMenu .level-02,
.mMenu .level-03 {
  position: relative;
}
.mMenu .level-01:after,
.mMenu .level-02:after,
.mMenu .level-03:after {
  content: '';
  border: 2px solid #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  right: 20px;
}
.mMenu .level-01.active:after,
.mMenu .level-02.active:after,
.mMenu .level-03.active:after {
  top: 20px;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.mMenu .noneArrow:after {
  display: none;
}
.mMenu .hot .bt {
  font-size: 16px;
  padding-left: 35px;
}
.mMenu .hot .xx {
  font-size: 14px;
  background: #202124;
  overflow: hidden;
  margin-right: -1px;
}
.mMenu .hot .xx a {
  display: inline-block;
  width: 50%;
  float: left;
  overflow: hidden;
  line-height: 40px;
  border: 1px #2b2c2f solid;
  margin-top: -1px;
  margin-left: -1px;
  padding: 0 35px;
}
/*移动端右侧导航 end*/
/*头部*/
.header {
  width: 100%;
  height: 64px;
  background: rgba(255, 255, 255, 1);
  color: #fff;
  position: fixed;
  top:0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 9999;
}
.header.headerFix {
  background: rgba(0, 0, 0, 0.8);
}
.header .logo {
  width: 200px;
  display: block;
  float: left;
  text-align: center;
  height: 64px;
  margin-right: 10px;
}
.header .logo img {
  max-height: 40px;
  vertical-align: middle;
  margin-top: 12px;
}
.header .nav {
  float: left;
  color: #fff;
  font-size: 16px;
}
.header .nav .first-li {
  float: left;
  padding-right: 10px;
}
.header .nav .relative {
  position: relative;
}
.header .nav .first-link {
  color: #16181a;
  display: block;
  min-width: 80px;
  font-size:14px;
  text-align: center;
  padding: 0 13px;
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
.header .nav .first-link:before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: #003eb3;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header .nav .first-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px rgba(119, 119, 119, 1) solid;
  border-bottom: 1px rgba(119, 119, 119, 1) solid;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .nav .first-link:hover {
  background: rgba(119, 119, 119, 1);
}
.header .nav .first-link:hover:before {
  width: 100%;
}
.header .nav .first-link:hover:after {
  border-color: rgba(119, 119, 119, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header .nav li.active1 > a {
  background: rgba(255, 255, 255, 0.06);
}
.header .nav li.active1 > a:before {
  width: 100%;
}
.header .nav li.active3 > a {
  background: rgba(255, 255, 255, 0.06);
}
.header .nav li.active3 > a:before {
  width: 100%;
}
.header .nav li.first-li:hover > a {
  background: rgba(255, 255, 255, 0.06);
}
.header .nav li.first-li:hover > a:before {
  width: 100%;
}
.header .operation {
  float: right;
  font-size: 0;
}
.header .operation:after {
  content: '';
  width: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.header .operation .search {
  display: inline-block;
  height: 64px;
  position: relative;
}
.header .operation .search input {
  border: 1px transparent solid;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  width: 100%;
  min-width: 260px;
  
  background:#fafafa;
  font-family:'微软雅黑' !important;
  
  padding: 5px 15px;
  color: #cccccc;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  -webkit-transition: width 0.5s, min-width 0.5s;
  transition: width 0.5s, min-width 0.5s;
}
.header .operation .search input::-webkit-input-placeholder{ color:#b3b3b3 !important; font-weight:normal !important;}
.header .operation .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color:#b3b3b3 !important;
} 
.header .operation .search input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color:#b3b3b3 !important;
} 
.header .operation .search input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color:#b3b3b3 !important;
} 


.header .operation .search input:hover,
.header .operation .search input:focus {
  min-width: 380px;
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.header .operation .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header .operation .search .btn {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 100%;
  border:none;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .operation .search .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
}
.header .welcome {
  display: inline-block;
  max-width: 172px;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  min-width: 86px;
  text-align: center;
}
.header .links {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 64px;
}
.header .links a {
  color: #16181a;
}
.header .links .a-01 {
  display: inline-block;
  margin-left: 40px;
  margin-right:20px;
  vertical-align: middle;
  float: left;
}
.header .links .a-01:hover {
  color: #003eb3;
}
.header .language-switch,
.header .switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.header .language-switch > .a-01,
.header .switch > .a-01 {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  position: relative;
}
.header .language-switch > .a-01:after,
.header .switch > .a-01:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .language-switch .down,
.header .switch .down {
  position: absolute;
  top: 64px;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 40px;
  text-align: center;
}
.header .language-switch .down a,
.header .switch .down a {
  padding: 0 15px;
  color: #fff;
  display: block;
}
.header .language-switch .down a:hover,
.header .switch .down a:hover {
  background: #333;
  color: #003eb3;
}
.header .language-switch:hover > .a-01,
.header .switch:hover > .a-01 {
  color: #fff;
  background: #333;
}
.header .language-switch:hover .down,
.header .switch:hover .down {
  display: block;
}
.header .freeBtn {
  margin-left: 15px;
  display: inline-block;
  float: right;
  background: #003eb3;
  color: #fff !important;
  padding: 0 15px;
  min-width: 150px;
  line-height: 64px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.header .freeBtn:hover {
  background: #2670e8;
  color: #fff;
}
.header.headerFix .language-switch .down,
.header.headerFix .switch .down {
  background: rgba(0, 0, 0, 0.3) !important;
}
@media screen and (max-width: 1740px) {
  .header .nav .first-link {
    min-width: auto;
  }
}
@media screen and (max-width: 1700px) {
  .header .logo {
    margin-right: 0;
  }
  .header .nav .first-li {
    padding-right: 8px;
  }
  .header .nav .first-link {
    min-width: auto;
  }
  .header .operation .search input {
    min-width: 200px;
  }
  .header .operation .search input:hover,
  .header .operation .search input:focus {
    min-width: 280px;
  }
}
@media screen and (max-width: 1599px) {
  .header .logo {
    width: 140px;
  }
  .header .nav {
    font-size: 14px;
    margin-left: 25px;
  }
  .header .nav .first-li {
    padding-right: 8px;
  }
  .header .nav .first-link {
    padding: 0 12px;
  }
  .header .operation .search input {
    min-width: 160px;
  }
  .header .links .a-01 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header .freeBtn {
    min-width: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .header .operation .search input:hover,
  .header .operation .search input:focus {
    min-width: 250px;
  }
}
@media screen and (max-width: 1439px) {
  .header .nav .first-link {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1399px) {
  .header .nav .first-link {
    padding: 0 9px;
  }
  .header .operation .search input {
    min-width: 140px;
  }
}
@media screen and (max-width: 1359px) {
  .header .logo {
    margin-right: 0;
  }
  .header .nav .first-link {
    padding: 0 5px;
  }
  .header .freeBtn {
    min-width: 80px;
  }
}
@media screen and (max-width: 1260px) {
  .header {
    min-width: 1260px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.navChild {
  color: #fff;
  background: #fff;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  opacity: 1;
  height: auto;
  z-index: 999;
  overflow: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
.navChild .container-02 {
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
}
.navChild .container-02:after {
  content: "";
  display: block;
  clear: both;
}
.navChild .left-bg {
  position: absolute;
  height: 100%;
  width: 50%;
  background: #f5f5f8;
}
.navChild .close-btn {
  cursor: pointer;
  position: absolute;
  height: 37px;
  z-index: 9;
  top: 20px;
  right: 20px;
  color: #3d3d3d;
  font-size: 20px;
}
.productChild {
  -webkit-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}
.productChild .container-02:before {
  content: "";
  display: block;
  width: 480px;
  height: 600px;
  background: url(../index/navChild-left-bg.png) no-repeat right top;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
}
.productChild .block-left {
  width: 200px;
  /*background: #f5f5f6;*/
  /*overflow: auto;*/
  height: 100%;
  float: left;
  position: relative;
}
.productChild .block-left > ul {
  margin-top: 35px;
  margin-bottom: 60px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.productChild .block-left .block-left-title {
  text-decoration: none;
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #181818;
  font-size: 14px;
  cursor: pointer;
}
.productChild .block-left li {
  height: 50px;
  line-height: 50px;
}
.productChild .block-left li .second-title {
  display: inline-block;
  color: #333;
  font-size: 14px;
  position: relative;
}
.productChild .block-left li .second-title > div {
  display: inline-block;
  position: relative;
}
.productChild .block-left li .second-title > div:after {
  content: "";
  display: block;
  width: 100%;
  bottom: 4px;
  position: absolute;
  border-bottom: 2px solid #ff6a00;
  padding-bottom: 6px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.productChild .block-left li .second-title:hover > div:after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}
.productChild .block-left li.active2 .second-title {
  color: #003eb3;
}
.productChild .block-left li.active2 .second-title > div:after {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}
.productChild .block-right {
  background: #fff;
  float: right;
  height: 100%;
  min-height: 285px;
  padding-bottom: 60px;
  width: 1240px;
}
.productChild .block-right .third-menu-wrap {
  padding-left: 48px;
  padding-top: 25px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.productChild .block-right .search {
  position: absolute;
  top: 27px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productChild .block-right .search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(61, 61, 61, 0.15);
  line-height: 36px;
  height: 37px;
  background: transparent;
  padding-left: 30px;
}
.productChild .block-right .search .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 0;
}
.productChild .third-menu-item {
  padding-top: 20px;
  min-height: 180px;
  margin-bottom: 40px;
}
.productChild .third-menu-item li {
  float: left;
}
.productChild .third-menu-item li a {
  display: block;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
}
.productChild .third-menu-item li a:hover {
  color: #003eb3;
}
.productChild .third-menu-item li a.active {
  color: #003eb3;
}
.productChild .third-menu-item .li-07 {
  width: 16.666%;
  float: left;
  min-width: auto;
}
.productChild .third-menu-item .titleBig {
  color: #003eb3;
  font-size:14px;
}
.productChild .third-menu-item-02 .line {
  position: relative;
  padding-right: 20px;
}
.productChild .third-menu-item-02 .line:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  right: 50px;
}
.productChild .fourth-menu {
  padding: 15px 0;
}
.productChild .fourth-menu a {
  line-height: 35px;
}
.productChild .ljzx {
  background: #f5f5f6;
  line-height: 40px;
  color: #666666;
  padding: 0 20px;
}
.productChild .ljzx .text {
  display: inline;
  font-size:15px;
}
.productChild .ljzx .a-01 {
  margin-left: 70px;
  color: #003eb3;
  font-size:15px;
}
.productChild .ljzx .a-01:hover {
  text-decoration: underline;
}


.productchan .block-left > ul{ padding-left:10px; padding-right:15px;}
.navpro .third-menu-item .li-07{ width:33.33%; padding:1%; box-sizing:border-box;}

.pls-nav-p-rank-panel{margin-bottom:12px;display:block;height:auto;background-image:linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;border-radius:4px;box-sizing:border-box;padding:12px 12px 12px 55px;position:relative;cursor:pointer;transition:all .3s linear}

.pls-nav-p-rank-panel-order{position:absolute;left:14px;top:15px;width:16px;height:19px;font-size:20px; font-weight:bold; color:#2670e8; }.pls-nav-p-rank-panel:nth-child(2) .pls-nav-p-rank-panel-order{width:18px;}.pls-nav-p-rank-panel:nth-child(3) .pls-nav-p-rank-panel-order{width:18px;}.pls-nav-p-rank-panel-title{font-weight:normal;font-size:14px;color:#000;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pls-nav-p-rank-panel-desc{font-size:14px;color:#495770;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pls-nav-p-rank-panel:hover{box-shadow:8px 8px 20px 0 rgba(55,99,170,.2),-8px -8px 20px 0 #fff;text-decoration:none}.pls-nav-p-rank-panel:hover .pls-nav-p-rank-panel-title{color:#0052d9}


.pls-nav-dropdown-event{box-sizing:border-box;width:310px;padding:0px 0 10px; float:right;}
.pls-nav-event-card-inner{position:relative;box-sizing:border-box;background-image:linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;border-radius:4px;padding:14px}
.pls-nav-event-card-title{margin-bottom:4px;font-weight:500;font-size:16px;color:#000;line-height:24px}
.pls-nav-event-card-desc{font-size:12px;color:#495770;line-height:20px}
.pls-nav-event-card-icon{position:absolute;right:14px;top:-14px;width:48px;height:48px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(../index/topbiao.png)}
.pls-nav-event-card-list{ margin-bottom:32px;}


.pls-nav-recom-card-list{ position:relative;}
.pls-nav-recom-card-img{background:#dae1ec;border-radius:4px;padding-top:43.9393939394%;background-size:cover;background-position:center;background-repeat:no-repeat}
.pls-nav-recom-card-cnt{position:absolute;left:0;top:0;width:100%;height:100%;padding:6px 130px 6px 26px;display:flex;flex-direction:column;box-sizing:border-box;justify-content:center}

.pls-nav-recom-card-title{margin-top:-5px;font-weight:500;font-size:18px;color:#16181a;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pls-nav-recom-card-desc{margin-top:10px;font-size:12px;color:#495770;line-height:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-height:40px}
.pls-nav-recom-card-group{margin-bottom:32px}
.pls-nav-recom-card-group-title{margin-bottom:12px;font-size:14px;color:#16181a;line-height:22px;font-weight:normal}
.pls-nav-group{margin-bottom:32px;padding-bottom:7px}
.pls-nav-group-inner{position:relative;background-image:linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.03),-8px -8px 20px 0 #fff;border-radius:4px}

.pls-nav-rank-item{display:block;margin-bottom:12px;background:#fff;border:2px solid #fff;box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff,inset 0 4px 20px 0 rgba(255,255,255,.5);border-radius:4px;padding:0 12px;height:46px;font-size:14px;color:#31415e;line-height:46px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}
.pls-nav-rank-item-order{margin-right:16px}
.pls-nav-rank-item:hover{color:#0052d9;text-decoration:none}
.pls-nav-rank-item:last-child{margin-bottom:0}
.pls-nav-service{margin-bottom:32px}
.pls-nav-service-title{margin-bottom:20px;font-weight:500;font-size:14px;color:#16181a;line-height:24px;max-width:192px}
.pls-nav-service-item{margin-bottom:20px;display:flex;align-items:center; float:none !important;}
.pls-nav-service-item-icon{display:block;margin-right:12px;width:32px;height:32px;background-repeat:no-repeat;background-position:center;background-size:contain}
.pls-nav-service-item-text{font-size:14px;color:#000;line-height:24px}










.solutionChild,
.serviceChild,
.bigdataChild,
.aboutChild,
.developerChild {
  background: transparent;
  font-size: 14px;
  overflow: initial;
}
.solutionChild .close-btn,
.serviceChild .close-btn,
.bigdataChild .close-btn,
.aboutChild .close-btn,
.developerChild .close-btn {
  display: none;
}
.solutionChild .container-02,
.serviceChild .container-02,
.bigdataChild .container-02,
.aboutChild .container-02,
.developerChild .container-02 {
  overflow: initial;
  min-width: auto;
  padding: 0;
}
.solutionChild .con,
.serviceChild .con,
.bigdataChild .con,
.aboutChild .con,
.developerChild .con {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}
.solutionChild .con:after,
.serviceChild .con:after,
.bigdataChild .con:after,
.aboutChild .con:after,
.developerChild .con:after {
  content: "";
  display: block;
  clear: both;
}
.solutionChild .block-left,
.serviceChild .block-left,
.bigdataChild .block-left,
.aboutChild .block-left,
.developerChild .block-left {
  width: 100%;
  padding: 0 40px 0 40px;
}
.solutionChild .block-left .list,
.serviceChild .block-left .list,
.bigdataChild .block-left .list,
.aboutChild .block-left .list,
.developerChild .block-left .list {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
.solutionChild .block-left a,
.serviceChild .block-left a,
.bigdataChild .block-left a,
.aboutChild .block-left a,
.developerChild .block-left a {
  display: block;
}
.solutionChild .block-left a > div,
.serviceChild .block-left a > div,
.bigdataChild .block-left a > div,
.aboutChild .block-left a > div,
.developerChild .block-left a > div {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutionChild .block-left a.active,
.serviceChild .block-left a.active,
.bigdataChild .block-left a.active,
.aboutChild .block-left a.active,
.developerChild .block-left a.active {
  color: #003eb3;
}
.solutionChild .block-right,
.serviceChild .block-right,
.bigdataChild .block-right,
.aboutChild .block-right,
.developerChild .block-right {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}
.solutionChild .ljzx,
.serviceChild .ljzx,
.bigdataChild .ljzx,
.aboutChild .ljzx,
.developerChild .ljzx {
  background: #f5f5f6;
  color: #333333;
  padding: 40px 20px;
  text-align: center;
  max-width: 250px;
  font-size: 14px;
  margin: auto;
}
.solutionChild .ljzx .text,
.serviceChild .ljzx .text,
.bigdataChild .ljzx .text,
.aboutChild .ljzx .text,
.developerChild .ljzx .text {
  line-height: 24px;
  margin-bottom: 20px;
}
.solutionChild .ljzx .a-01,
.serviceChild .ljzx .a-01,
.bigdataChild .ljzx .a-01,
.aboutChild .ljzx .a-01,
.developerChild .ljzx .a-01 {
  line-height: 35px;
  display: block;
  background: #003eb3;
  color: #fff;
  text-align: center;
}
.solutionChild .ljzx .a-01:hover,
.serviceChild .ljzx .a-01:hover,
.bigdataChild .ljzx .a-01:hover,
.aboutChild .ljzx .a-01:hover,
.developerChild .ljzx .a-01:hover {
  background: #2670e8;
}
.solutionChild {
  width: 300px;
}
.serviceChild {
  width: 240px;
}
.bigdataChild {
  width: 240px;
}
.aboutChild {
  width: 240px;
}
.developerChild {
  width: 240px;
}
.aiTechnologyChild,
.yjsChild {
  -webkit-box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 10px 0 rgba(0, 0, 0, 0.1);
}
.aiTechnologyChild .container-02,
.yjsChild .container-02 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.aiTechnologyChild .block-left,
.yjsChild .block-left {
  width: 75%;
  float: left;
}
.aiTechnologyChild .block-right,
.yjsChild .block-right {
  width: 25%;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.aiTechnologyChild .third-menu-item,
.yjsChild .third-menu-item {
  padding-top: 20px;
  min-height: 120px;
}
.aiTechnologyChild .third-menu-item li,
.yjsChild .third-menu-item li {
  float: left;
}
.aiTechnologyChild .third-menu-item li a,
.yjsChild .third-menu-item li a {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 10px;
  color: #666666;
  font-size: 14px;
}
.aiTechnologyChild .third-menu-item li a:hover,
.yjsChild .third-menu-item li a:hover {
  color: #003eb3;
}
.aiTechnologyChild .third-menu-item li a.active,
.yjsChild .third-menu-item li a.active {
  color: #003eb3;
}
.aiTechnologyChild .third-menu-item .li-03,
.yjsChild .third-menu-item .li-03 {
  width: 12.5%;
}
.aiTechnologyChild .third-menu-item .li-04,
.yjsChild .third-menu-item .li-04 {
  width: 22%;
  float: left;
  min-width: auto;
}
.aiTechnologyChild .third-menu-item .titleBig,
.yjsChild .third-menu-item .titleBig {
  color: #003eb3;
}
.aiTechnologyChild .fourth-menu,
.yjsChild .fourth-menu {
  padding: 15px 0;
}
.aiTechnologyChild .fourth-menu a,
.yjsChild .fourth-menu a {
  line-height: 35px;
}
.aiTechnologyChild .fourth-menu-02,
.yjsChild .fourth-menu-02 {
  overflow: hidden;
}
.aiTechnologyChild .fourth-menu-02 a,
.yjsChild .fourth-menu-02 a {
  display: block;
  width: 100%;
  float: left;
}
.aiTechnologyChild .ljzx,
.yjsChild .ljzx {
  background: #f5f5f6;
  color: #333333;
  padding: 20px 20px;
  text-align: center;
  max-width: 250px;
  font-size: 14px;
  float: right;
}
.aiTechnologyChild .ljzx .text,
.yjsChild .ljzx .text {
  line-height: 24px;
  margin-bottom: 20px;
}
.aiTechnologyChild .ljzx .a-01,
.yjsChild .ljzx .a-01 {
  line-height: 35px;
  display: block;
  background: #003eb3;
  color: #fff;
  text-align: center;
}
.aiTechnologyChild .ljzx .a-01:hover,
.yjsChild .ljzx .a-01:hover {
  background: #2670e8;
}
.yjsChild .block-left {
  width: 80%;
}
.yjsChild .block-right {
  width: 20%;
}
.yjsChild .third-menu-item li a {
  padding-right: 0;
}
.yjsChild .third-menu-item .li-07 {
  width: 14.28571429%;
}
.yjsChild .third-menu-item .li-02 {
  width: 28.57142857%;
  float: left;
  min-width: auto;
}
@media screen and (max-width: 1440px) {
  .productChild .container-02:before {
    -webkit-transform: translateX(-290px);
            transform: translateX(-290px);
  }
  .productChild .block-left {
    width: 15%;
  }
  .productChild .block-left > ul {
    padding-left: 60px;
  }
  .productChild .block-right {
    width: 85%;
  }
  .productChild .third-menu-item-02 .line:after {
    right: 50px;
  }
}
.headerH64Bg {
  height: 64px;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .headerH64Bg {
    height: 50px;
  }
}
.ljshq {
  background: #1c1c1c url(../index/ljshq-bg.jpg) no-repeat center center;
  background-size:cover;
  color: #fff;
  padding: 44px 0;
}
.ljshq .title {
  font-size: 20px;
  margin-bottom: 25px;
}
.ljshq .btn a {
  background: #fff;
  display: inline-block;
  background: ;
  min-width: 130px;
  line-height: 42px;
  text-align: center;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
}
.ljshq .btn a:hover {
  background: #2670e8;
   color: #fff;
}
@media screen and (max-width: 768px) {
  .ljshq {
    background: #1c1c1c url(../index/ljshq-bg-m.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 30px 0;
  }
  .ljshq .title {
    font-size: 18px;
  }
  .ljshq .btn a {
    min-width: 120px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 413px) {
  .ljshq .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 356px) {
  .ljshq .title {
    font-size: 14px;
  }
}
/*底部*/
.footer {
  background: #333657;
  color: #9b9a9c;
  font-size: 12px;
  line-height: 22px;
  padding: 50px 0 0 0;
}
.footer .contact-menu {
  position: relative;
  padding-left: 280px;
  margin-bottom: 50px;
}
.footer a {
  color: #9b9a9c;
}
.footer a:hover {
  color: #003eb3;
}
.footer .footer-contact {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-contact .tel {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.footer .footer-contact .tel a {
  color: #fff;
  font-size: 28px;
  margin-top:20px;
   display:block;
}

.footer .div-01 a{ font-size:16px; color:#acb3bf;}
.footer .div-01 div{ margin-bottom:10px;}


.footer .titleBig {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .child a{ font-size:14px; color:#98a3b7; margin-bottom:12px; display:block;}
.footer .child a:hover{ color:#2670e8;}


.footer .menu {
  border-left: 1px #6a7180 solid;
  padding-left: 20px;
}
.footer .menu li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 10px;
}
.footer .menu li:nth-child(1) {
  width: 20%;
}
.footer .menu li:nth-child(2) {
  width: 27%;
}
.footer .menu li:nth-child(3) {
  width: 17%;
}
.footer .menu li:nth-child(4) {
  width: 20%;
}
.footer .menu li:nth-child(5) {
  width: 16%;
}
.footer .menu .box {
  display: inline-block;
  text-align: left;
}
.footer .menu .ewm {
  margin-top: 10px;
}
.footer .menu .ewm img {
  max-width: 104px;
}
.footer .focusUs .ewm {
  display: none;
}
.footer .focusUs .child a:hover .ewm {
  display: block;
}
.footer .focusUs .child .active a .ewm {
  display: block;
}
.footer .friendShip {
  padding: 10px 0;
  border-top: 1px #6a7180 solid;
  border-bottom: 1px #6a7180 solid;
  line-height: 40px;
}
.footer .friendShip .list {
  overflow: hidden;
}
.footer .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer .friendShip li .title {
  display: inline-block;
  width: 80px;
  color: #f2f2f2;
  font-size:14px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .friendShip li a {
  display: inline-block;
  padding-right: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 20px;
  font-size:14px;
  color: #8b8ca3;
}
.footer .friendShip li a:hover {
  color: #2670e8;
  text-decoration: underline;
}
.footer .copyright {
  color: #6b6f72;
  font-size: 12px;
  position: relative;
  min-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
}
.footer .copyright a {
  color: #6b6f72;
}
.footer .copyright .tel {
  display: none;
}
.footer .copyright img {
  vertical-align: middle;
}
.footer .copyright .text-01 {
  margin-bottom: 5px;
}
.footer .copyright .a-01 {
  color: #939698;
  display: inline-block;
  min-width: 120px;
  margin-right: 20px;
}
.footer .copyright .a-01:hover {
  color: #fff;
}
.footer .copyright .span-01 {
  margin-right: 20px;
  color:#8b8ca3;
  line-height:35px;
   font-size:14px;
}
.footer .copyright .text-02 {
  font-size: 14px;
   color:#8b8ca3;
}
.footer .copyright .text-02 a{color:#8b8ca3;}
.footer .copyright .text-02:after{ content:''; clear:both; display:block;}
.footer .copyright .span-fr{ display:block; float:right;}


@media screen and (max-width: 1440px) {
  .footer .friendShip li a {
    min-width: 95px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }
  .footer .contact-menu {
    padding-left: 0;
    margin-bottom: 30px;
    display: none;
  }
  .footer .footer-contact {
    position: static;
    margin-bottom: 30px;
    width: 100%;
    display: none;
  }
  .footer .footer-contact .div-01 > div {
    display: inline-block;
    padding-right: 20px;
  }
  .footer .menu {
    display: none;
  }
  .footer .friendShip {
    border-top: none;
    border-width: 0.5px;
    border-bottom-color: #4b5054;
  }
  .footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .copyright .tel {
    border: 1px solid #4b5054;
    display: block;
    height: 42px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #EBECEC;
    margin: 20px 0 20px 0;
  }
  .footer .copyright .text-01 {
    overflow: hidden;
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .footer .copyright .a-01 {
    display: table-cell;
    min-width: auto;
    margin-right: 0;
    color: #fff;
  }
  .footer .copyright .span-02 {
    display: none;
  }
  .footer .friendShip li {
    display: none;
  }
  .footer .friendShip .hot,
  .footer .friendShip .recommend {
    display: block;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .friendShip .hot .title,
  .footer .friendShip .recommend .title {
    color: #4b5054;
    display: block;
    position: relative;
  }
  .footer .friendShip .hot a,
  .footer .friendShip .recommend a {
    min-width: auto;
    color: #fff;
  }
}
.footer-m {
  display: none;
  background: #333657;
  color: #9b9a9c;
  font-size: 12px;
  line-height: 22px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-m .copyright {
  color: #6b6f72;
  font-size: 12px;
  position: relative;
  min-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
}
.footer-m .copyright a {
  color: #b2b1b3;
}
.footer-m .copyright .tel {
  display: none;
}
.footer-m .copyright img {
  vertical-align: middle;
}
.footer-m .copyright .text-01 {
  margin-bottom: 5px;
}
.footer-m .copyright .a-01 {
  color: #939698;
  display: inline-block;
  min-width: 120px;
  margin-right: 20px;
}
.footer-m .copyright .a-01:hover {
  color: #fff;
}
.footer-m .copyright .span-01 {
  margin-right: 20px;
  color:#b2b1b3;
}
.footer-m .copyright .text-02 {
  font-size: 14px;
   text-align:center;
}
.footer-m .friendShip {
  padding: 10px 0;
  border-top: 1px #4b5054 solid;
  border-bottom: 1px #4b5054 solid;
  line-height: 28px;
}
.footer-m .friendShip .list {
  overflow: hidden;
}
.footer-m .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer-m .friendShip li .title {
  display: inline-block;
  margin-bottom:10px;
  width: 80px;
  color: #939698;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-m .friendShip li a {
  display: inline-block;
  padding-right: 25px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-width: 130px;
  color: #6b6f72;
}
.footer-m .friendShip li a:hover {
  color: #003eb3;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer-m {
    display: block;
  }
  .footer-m .friendShip {
    border-top: none;
    border-width: 0.5px;
    border-bottom-color: #4b5054;
  }
  .footer-m .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .footer-m .copyright .tel {
    -webkit-box-shadow: 0 0 0 1px #4b5054 inset;
            box-shadow: 0 0 0 1px #4b5054 inset;
    display: block;
    height: 42px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #EBECEC;
    margin: 20px 0 20px 0;
    overflow: hidden;
  }
  .footer-m .copyright .text-01 {
    overflow: hidden;
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .footer-m .copyright .a-01 {
    display: table-cell;
    min-width: auto;
    margin-right: 0;
    color: #fff;
  }
  .footer-m .copyright .span-02 {
    display: inline-block;
	color:#b2b1b3;
  }
  .footer-m .friendShip li {
    display: none;
  }
  .footer-m .friendShip .hot,
  .footer-m .friendShip .recommend {
    display: block;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-m .friendShip .hot .title,
  .footer-m .friendShip .recommend .title {
    color: #b2b1b3;
    display: block;
    position: relative;
  }
  .footer-m .friendShip .hot a,
  .footer-m .friendShip .recommend a {
    min-width: auto;
    color: #fff;
  }
}
/*内页banner图*/

.inside-banner {
  background-color: #191919;
  background-position: center;
  background-repeat: no-repeat;
  height: 445px;
  position: relative;
}
.inside-banner .bg-mobile {
  background-position: -100% -100%;
  background-repeat: no-repeat;
}
.inside-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 20px;
  width: 100%;
  z-index: 9;
  color: #fff;
}
.inside-banner .title {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.inside-banner .title-02 {
  font-size: 24px;
}
.inside-banner .info {
  font-size: 18px;
}
.inside-banner .info-02 {
  font-size: 14px;
  line-height: 24px;
}
.inside-banner .mb5 {
  margin-bottom: 5px;
}
.inside-banner .mt20 {
  margin-top: 20px;
}
.inside-banner-m {
  display: none;
}
@media screen and (max-width: 768px) {
 /* html {
    font-size: 76.8px !important;
  }*/
  .inside-banner {
    display: none;
  }
  .inside-banner-m {
    display: block;
    position: relative;
    height: auto;
    background-color: #191919;
    background-position: center;
    background-size: cover;
    background-image: initial;
    color: #fff;
    height: 10rem;
  }
  .inside-banner-m .box {
    position: static;
    padding: 50px 0 0 0;
    height: auto;
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
  .inside-banner-m .text {
    padding-top: 1.92rem;
    padding-bottom: 1.92rem;
  }
  .inside-banner-m .title {
    font-size: 0.77333333rem;
    margin-bottom: 0.52rem;
  }
  .inside-banner-m .title-02 {
    font-size: 0.6rem;
  }
  .inside-banner-m .info {
    font-size: 0.4rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
 /* html {
    font-size: 64px !important;
  }*/
  .inside-banner-m {
    height: 640px !important;
  }
}
@media screen and (max-width: 414px) {
 /* html {
    font-size: 41.4px !important;
  }*/
  .inside-banner-m {
    height: 414px !important;
  }
}
@media screen and (max-width: 375px) {
  /*html {
    font-size: 37.5px !important;
  }*/
  .inside-banner-m {
    height: 375px !important;
  }
}
@media screen and (max-width: 360px) {
  /*html {
    font-size: 36px !important;
  }*/
  .inside-banner-m {
    height: 360px !important;
  }
}
@media screen and (max-width: 320px) {
  /*html {
    font-size: 32px !important;
  }*/
  .inside-banner-m {
    height: 320px !important;
  }
}
/*内页副导航*/
.inside-menu-wrap {
  height: 50px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inside-menu-wrap {
    display: none;
  }
}
.inside-menu {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.inside-menu .list {
  font-size: 0;
}
.inside-menu li {
  display: inline-block;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.inside-menu li a {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
  min-width: 135px;
  position: relative;
}
.inside-menu li a:after {
  content: "";
  display: block;
  height: 3px;
  background: #003eb3;
  width: 0%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.inside-menu li a:hover {
  background: #eeeeee;
}
.inside-menu li a:hover:after {
  width: 100%;
}
.inside-menu li a.active {
  background: #eeeeee;
}
.inside-menu li a.active:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .inside-menu {
    display: none;
  }
  .inside-menu.menuFix {
    display: none;
  }
}
.rightWindowTel {
  width: 190px;
  height: 43px;
  border-radius: 43px;
  background-color: #003eb3;
  background: -webkit-gradient(linear, left top, right top, from(#ffbc8d), to(#eb6101));
  background: linear-gradient(to right, #ffbc8d, #eb6101);
  position: fixed;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  padding: 4px 0 4px 4px;
  display: none;
}
.rightWindowTel .item {
  overflow: hidden;
  position: relative;
}
.rightWindowTel .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  float: left;
  vertical-align: top;
  position: relative;
}
.rightWindowTel .icon img {
  max-width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.rightWindowTel .tel {
  display: inline-block;
  width: 120px;
  height: 27px;
  line-height: 27px;
  background: url(../index/tel-bg.png) no-repeat center center;
  color: #000000;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 5px;
}
.rightWindowTel .returnTop {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}
.rightWindowTel .returnTop img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .rightWindowTel {
    display: none;
  }
}
/*拖拽 验证码*/
.nc_scale {
  height: 32px !important;
}
.nc-container .nc_scale span {
  line-height: 30px !important;
}
.nc-container .nc_scale .scale_text {
  line-height: 32px !important;
}
/*分页*/
#pageTrueland {
  text-align: center;
  font-size: 0;
}
#pageTrueland li {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}
#pageTrueland .page-link {
  border: 1px solid #DDDDDD;
  color: #666666;
  min-width: 32px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}
#pageTrueland .page-link:hover {
  color: #fff;
  background: #003eb3;
  border-color: #003eb3;
}
#pageTrueland .page-link[rel="prev"],
#pageTrueland .page-link[rel="next"] {
  font-size: 24px;
}
#pageTrueland span.page-link {
  border-color: #fff;
}
#pageTrueland span.page-link:hover {
  color: #666;
  background: #fff;
  border-color: #fff;
}
#pageTrueland .active .page-link {
  color: #fff !important;
  background: #003eb3 !important;
  border-color: #003eb3 !important;
}
#pageTrueland .page-item[aria-label="« Previous"] .page-link,
#pageTrueland .page-item[aria-label="Next »"] .page-link {
  border: 1px solid #DDDDDD;
}
#pageTrueland .disabled[aria-label="« Previous"] span,
#pageTrueland .disabled[aria-label="Next »"] span {
  cursor: no-drop;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #pageTrueland li {
    padding: 0;
  }
  #pageTrueland .page-link {
    display: none;
  }
  #pageTrueland .page-item[aria-label="« Previous"] .page-link,
  #pageTrueland .page-item[aria-label="Next »"] .page-link {
    display: block;
    margin: 0 4px;
  }
  #pageTrueland .page-link[rel="prev"],
  #pageTrueland .page-link[rel="next"] {
    display: block;
    margin: 0 4px;
  }
}
.tabs_head_text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  text-align: center;
  display: none;
  border-top: 3px solid #003eb3;
}
@media screen and (max-width: 768px) {
  .tabs_head_text {
    display: block;
  }
}
