@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,div,span,h2,h3,h4,h5,h6,p,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,label,table,caption,tfoot,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,menu,output,section,time,blockquote,a,abbr,acronym,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:"Microsoft YaHei",微软雅黑,黑体,宋体,SimSun,Arial;
}
html {
  font-size: 14px !important;
}
html,
body {
  position: relative;
}
body {
  font-family:"Microsoft YaHei",微软雅黑,黑体,宋体,SimSun,Arial; font-size:14px;
  min-height: 100vh;
  font-size: 14px !important;
  line-height: 1.5;
  background: #fff;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  min-width: 1260px;
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
.hideNone {
  display: none;
}
.showBlock {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #0089ff;
}
/*内容区域宽度设置*/
.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .container {
    min-width: 1260px;
    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: 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;
}
.clear,.clr { display:block; content:""; visibility:hidden; font-size:0px; width:0px; height:0px; clear:both;}
.time { font-family:Arial, Helvetica, sans-serif; font-size:11px; float:right; color:#999;}

/* 阴影 */
.shadow { 
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
}

/* 栏目标题 */
.class-title { line-height:40px; text-align:center; font-size:36px; font-weight:bold; letter-spacing:6px; padding:30px 0;}
.class-more { width:160px; height:50px; background:#0089ff; color:#fff; line-height:50px; text-align:center; font-size:16px; margin:0px auto;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	transition:all 0.5s linear;
}
.class-more a { color:#fff;}
.class-more a:hover { color:#fff;}
.class-more:hover { background:#5bc102;}
.class-sm-title { font-size:22px; line-height:38px; text-align:center;}

/*图片垂直水平居中*/
.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: #4285f4;
  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;
  }
}
.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: #0089ff;
}
.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(../images/icon/member.png);
  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: #fff;
  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: #4285f4;
  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: #ff9227;
  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 #4694f4 solid;
  color: #fff;
}
.mMenu .level-01.noneArrow a {
  display: block;
}
.mMenu .level-01.active a {
  background: #4285f4;
}
.mMenu .level-01.active > .menu-ctrl {
  display: block;
}
.mMenu .level-02 {
  background-color: #4297f4;
  font-size: 14px;
  position: relative;
}
.mMenu .level-02 a {
  display: block;
  height: 41px;
  line-height: 40px;
  padding-left: 36px;
  position: relative;
  border-bottom: 1px #44a5f4 solid;
  color: #9acff4;
}
.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: #9acff4;
}
.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: #9acff4;
}
.mMenu .level-04 a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9acff4;
  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: #0089ff;
  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:#0089ff;
  /* background: rgba(66, 133, 244, 0.15); */
  color: #fff;
  position: fixed;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 999;
}
.header.headerFix {
  /* background: rgba(66, 133, 244, 0.8); */
}
.header .logo {
  width: 170px;
  display: block;
  float: left;
  text-align: center;
  height: 64px;
  margin-right: 10px;
}
.header .logo img {
  max-height: 54px;
  vertical-align: middle;
  margin-top: 5px;
}
.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: #fff;
  display: block;
  min-width: 80px;
  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: #fff;
  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: 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: -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(255, 255, 255, 0.06);
}
.header .nav .first-link:hover:before {
  width: 100%;
}
.header .nav .first-link:hover:after {
  border-color: #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header .nav .no-border .first-link:after { border:0px !important;}
.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: transparent;
  background: rgba(255, 255, 255, 0.02);
  padding: 5px 10px;
  color: #fff;
  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:hover,
.header .operation .search input:focus {
  min-width: 400px;
  background: #0073ff;
  border-color: #0073ff;
}
.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%;
  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: #fff;
}
.header .links .a-01 {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}
.header .links .a-01:hover {
  color: #0089ff;
}
.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: #0089ff;
}
.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: #ff9227;
  color: #fff;
  padding: 0 15px;
  min-width: 150px;
  line-height: 64px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.header .freeBtn:hover {
  background: #ffb127;
  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;
  }
  .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: #f5f5f6;
}
.navChild .close-btn {
  cursor: pointer;
  position: absolute;
  height: 37px;
  z-index: 9;
  top: 20px;
  right: 20px;
  color: #4285f4;
  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: 500px;
  background: url(../images/navChild-left-bg.png) no-repeat right bottom;
  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: #0089ff;
}
.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: 445px;
  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: 380px;
  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: #0089ff;
}
.productChild .third-menu-item li a.active {
  color: #0089ff;
}
.productChild .third-menu-item .li-07 {
  width: 14.28571429%;
  float: left;
  min-width: auto;
}
.productChild .third-menu-item .titleBig {
  color: #0089ff;
}
.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 .menu-pic-w { width:20%; min-width:auto;}
.productChild .menu-pic { text-align:center;}
.productChild .menu-pic img { width:50%; height:auto;}
.productChild .five-menu { width:100%; padding:15px 0; line-height:35px; text-align:center; box-sizing:border-box;}
.productChild .ljzx {
  background: #f5f5f6;
  line-height: 40px;
  color: #666666;
  padding: 0 20px;
}
.productChild .ljzx .text {
  display: inline;
}
.productChild .ljzx .a-01 {
  margin-left: 70px;
  color: #0089ff;
}
.productChild .ljzx .a-01:hover {
  text-decoration: underline;
}
.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: #0089ff;
}
.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: #0089ff;
  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: #0089ff;
}
.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: #0089ff;
}
.aiTechnologyChild .third-menu-item li a.active,
.yjsChild .third-menu-item li a.active {
  color: #0089ff;
}
.aiTechnologyChild .third-menu-item .li-03,
.yjsChild .third-menu-item .li-03 {
  width: 34%;
}
.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: #0089ff;
}
.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: 50%;
  float: left;
}
.aiTechnologyChild .ljzx,
.yjsChild .ljzx {
  background: #f5f5f6;
  color: #333333;
  padding: 40px 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: #0089ff;
  color: #fff;
  text-align: center;
}
.aiTechnologyChild .ljzx .a-01:hover,
.yjsChild .ljzx .a-01:hover {
  background: #0089ff;
}
.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(../images/ljshq-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.ljshq .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.ljshq .btn a {
  background: #ffb127;
  display: inline-block;
  background: ;
  min-width: 130px;
  line-height: 42px;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
}
.ljshq .btn a:hover {
  background: #ff9227;
}
@media screen and (max-width: 768px) {
  .ljshq {
    background: #1c1c1c url(../images/ljshq-bg.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: #252525;
  color: #9b9a9c;
  font-size: 12px;
  line-height: 22px;
  padding: 50px 0 0 0;
}
.footer .contact-menu {
  position: relative;
  padding-left: 170px;
  margin-bottom: 50px;
}
.footer a {
  color: #9b9a9c;
}
.footer a:hover {
  color: #0089ff;
}
.footer .footer-contact {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-contact .tel {
  color: #d7d8d9;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .footer-contact .tel a {
  color: #d7d8d9;
  font-size: 16px;
}
.footer .titleBig {
  color: #d7d8d9;
  font-weight:bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .menu {
  border-left: 1px #4b5054 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: 80px;
}
.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 #4b5054 solid;
  border-bottom: 1px #4b5054 solid;
  line-height: 28px;
}
.footer .friendShip .list {
  overflow: hidden;
}
.footer .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer .friendShip li .title {
  display: inline-block;
  width: 80px;
  color: #fff;
  font-weight:bold;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .friendShip li a {
  display: inline-block;
  padding-right: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-width: 130px;
  color: #6b6f72;
}
.footer .friendShip li a:hover {
  color: #0089ff;
  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;
}
.footer .copyright .text-02 {
  font-size: 12px;
}
@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: #252525;
  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: #6b6f72;
}
.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;
}
.footer-m .copyright .text-02 {
  font-size: 12px;
}
.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;
  width: 80px;
  color: #939698;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-m .friendShip li a {
  display: inline-block;
  padding-right: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  min-width: 130px;
  color: #6b6f72;
}
.footer-m .friendShip li a:hover {
  color: #0089ff;
  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;
  }
  .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: #fff;
	font-weight:bold;
    display: block;
    position: relative;
  }
  .footer-m .friendShip .hot a,
  .footer-m .friendShip .recommend a {
    min-width: auto;
    color: #6b6f72;
  }
}
/*内页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;
  background:#f6f6f6;
  /* border-bottom:1px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.01); */
}
.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: #0089ff;
  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: #0089ff;
  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(../images/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: #0089ff;
  border-color: #0089ff;
}
#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: #0089ff !important;
  border-color: #0089ff !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-weight: 400;
  color: #333333;
  line-height: 45px;
  text-align: center;
  display: none;
  border-top: 3px solid #0089ff;
}
@media screen and (max-width: 768px) {
  .tabs_head_text {
    display: block;
  }
}

@media screen and (max-width: 768px) {
	.home-case-list li { width:45% !important; height:100px !important; box-sizing:border-box;}
	.home-case-list li:nth-child(2n+0) { margin-right:0px;}
	.home-news-list { margin-right:0 !important;}
	
}

/*分页1*/
.page { width:100%; /* margin-top:30px; padding-bottom:30px; */ text-align:center; line-height:60px;}
.page a { padding:10px 15px; margin-right:2px; border:#ccc 1px solid; color:#333;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all .5s;
	transition: all .5s;
 }
.page a:hover { background:#0089ff; padding:10px 15px; margin-right:2px; border:#0089ff 1px solid; color:#fff;}
.page span.current { color:#fff; background:#0089ff; padding:10px 15px; margin-right:2px; border:#0089ff 1px solid; font-weight:bold;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.page span.disabled { color:#ccc; padding:10px 15px; margin-right:2px; border:#ccc 1px solid;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.page input { width:30px; height:24px; line-height:24px; padding:0 2px; text-align:center; color:#333; margin:0 5px; border:#ccc 1px solid;}
.page input:hover, .page input:focus { border:#0089ff 1px solid;}

/* 分页一 */
.pagediv { width:888px; height:40px; background:#f9f9f9; border:#ececec 1px solid; border-top:0px; text-align:center;}
.pagediv ul { }
.pagediv li { height:40px; line-height:40px; margin:0px 5px 0px 0px; display:inline;}
.pagediv span { padding:0 5px; color:#2E6AB1;}
.pagediv input { border:0px;}
.pagediv a{ cursor:pointer;}

/*分页二*/
#pages { height:36px; width:124px; margin:10px auto 10px;}
#pages span { float:left; margin:0 18px 0 13px; line-height:28px;}
#pages a { width:36px; height:36px; background:#fff; display:block; color:#a9a9a9; line-height:36px; text-align:center; font-family:Arial; float:left; margin-right:5px; transition:background-color 0.2s ease-out;}
#pages a#pageactive { background:#e70012; color:#fff;}
#pages a:hover { background:#969696; color:#fff;}
#pages .prev,#pages .next{ background:url(../images/pages.png) no-repeat;}
#pages .prev,#pages .next { width:11px; height:18px; display:block; position:relative; top:8px;}
#pages .prev { background-position:-0px -0px;}
#pages .next { background-position:-41px -0px;}