
html {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em,
i {
  font-style: normal;
  font-weight: 400;
}
button,
input,
select,
textarea {
  font-family: PingFangSC-Light, arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
button,
input,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button {
  border: none;
}
button,
input[type=button],
input[type=submit],
select {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #ea5839;
}
a img,
fieldset,
iframe,
img {
  border-width: 0;
  border-style: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body {
  min-width: 1260px;
}
.indent2 {
  text-indent: 2em;
}
/*图片垂直水平居中*/
.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;
}
/*图片垂直右对齐*/
.middleRight {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.container {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*菜单按钮*/
.header .all-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}
.header .all-nav:hover {
  background: #f45f1d;
}
.header .all-nav.active {
  background: #f45f1d;
}
.header .all-nav.active .nav-flyout-trigger-icon:before {
  width: 40%;
}
.header .all-nav.active .nav-flyout-trigger-icon span {
  width: 60%;
}
.header .all-nav.active .nav-flyout-trigger-icon:after {
  width: 80%;
}
.nav-flyout-trigger-icon {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  content: "";
}
.nav-flyout-trigger-icon span,
.nav-flyout-trigger-icon:before,
.nav-flyout-trigger-icon:after {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
          transform-origin: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-flyout-trigger-icon:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.nav-flyout-trigger-icon:after {
  margin-bottom: 0;
}
.inside-logo {
  font-size: 22px;
}
.header {
  height: 51px;
  padding-left: 55px;
  padding-right: 25px;
  position: absolute;
  width: 100%;
  min-width: 1240px;
  z-index: 999;
}
.header:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.header .logo img {
  height: 50px;
}
.header .operation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 25px;
  height: 100%;
}
.header .operation:after {
  content: '';
  width: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.header .links {
  float: right;
  text-align: right;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.header .links > a {
  color: #fff;
}
.header .links .a-01 {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
  float: left;
}
.header .links .a-01:hover {
  color: #ea5839;
}
.header .links .shop img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.header .search {
  display: inline-block;
  height: 50px;
  position: relative;
}
.header .search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px transparent solid;
  padding: 5px 10px;
  color: #fff;
  height: 50px;
  min-width: 250px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.header .search input:hover {
  min-width: 350px;
  background: rgba(255, 255, 255, 0.1);
}
.header .search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header .search .btn {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .search .icon {
  display: inline-block;
  background-image: url(../image/search.png);
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 4px;
}
.header .language-switch {
  position: relative;
  vertical-align: middle;
  display: block;
  float: left;
}
.header .language-switch > .a-01 {
  float: left;
  padding-left: 25px;
  margin-left: 0;
  color: #fff;
  position: relative;
}
.header .language-switch .down {
  position: absolute;
  top: 50px;
  display: none;
  width: 185px;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
}
.header .language-switch .down a {
  padding: 0 15px;
  color: #fff;
  display: block;
}
.header .language-switch .down a:hover {
  color: #ea5839;
}
.header .language-switch:hover .down {
  display: block;
}
.header .loginAfter {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.header .loginAfter > .span-01 {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.header .loginAfter .down {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
  width: 100%;
  background: #272b2f;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  line-height: 30px;
  text-align: left;
  text-align: center;
}
.header .loginAfter .down a {
  padding: 5px 15px;
  color: #fff;
  display: block;
}
.header .loginAfter .down a:hover {
  background: #000;
  color: #fff;
}
.header .loginAfter:hover > .span-01 {
  color: #fff;
  background: #272b2f;
}
.header .loginAfter:hover > .span-01:after {
  background: url(../image/arrow-up-01.png) no-repeat center center;
}
.header .loginAfter:hover .down {
  display: block;
}
.header-02 {
  position: relative;
  height: 50px;
  background: #000;
}
.header-02:after {
  display: none;
}
.header-02 .operation {
  right: 0;
}
.header-02 .links .registerBtn {
  line-height: 50px;
  display: inline-block;
  float: right;
  background: #ea5839;
  color: #fff;
  padding: 0 15px;
  min-width: 145px;
  text-align: center;
  vertical-align: middle;
}
.header-02 .links .registerBtn:hover {
  background: #ea5839;
  color: #fff;
}
.inside-logo {
  font-size: 22px;
}
.truelandNav {
  position: absolute;
  z-index: 9;
  top: 50px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding-left: 17px;
  min-width: 1240px;
}
.truelandNav:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
.truelandNav a {
  color: #fff;
}
.truelandNav a:hover {
  color: #ea5839;
}
.truelandNav .list li {
  float: left;
  padding: 0 15px;
  line-height: 50px;
  position: relative;
}
.truelandNav .list .hot a {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.truelandNav .list .hot a:after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url(https://market.marketingforce.com/static/zhendao/market/images/icon/hot.png) no-repeat;
  position: absolute;
  right: -10px;
  top: 2px;
}
.truelandNav .list .cur a {
  color: #ea5839;
}
.truelandNav .registerBtn,
.truelandNav .freeBtn {
  line-height: 50px;
  display: inline-block;
  float: right;
  background: #f45f1d;
  color: #fff;
  padding: 0 15px;
  min-width: 145px;
  text-align: center;
  vertical-align: middle;
}
.truelandNav .registerBtn:hover,
.truelandNav .freeBtn:hover {
  background: #ea5839;
  color: #fff;
}
/*下拉菜单*/
.navChild {
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 9999;
  top: 90px;
  left: 60px;
  -webkit-box-shadow: 8px 6px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 8px 6px 8px 0 rgba(0, 0, 0, 0.1);
}
.navChild .arrow {
  width: 0;
  height: 0;
  content: '';
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  border-style: dashed;
  margin-left: -8px;
  border-bottom-color: #fff;
}
.navChild .newIcon,
.navChild .hotIcon {
  font-family: arial;
  color: #f45f1d;
  display: inline-block;
  margin-left: 5px;
}
.navChild .dropdown {
  background-color: #fff;
  line-height: 18px;
  position: static !important;
  left: 50%;
  top: 50%;
  border-color: #dedfe0;
  display: inline-block;
  pointer-events: auto;
  min-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 1200px;
  padding: 20px 10px;
  vertical-align: middle;
}
.navChild .dropdown::-webkit-scrollbar {
  width: 20px;
  cursor: pointer;
}
.navChild .dropdown::-webkit-scrollbar {
  width: 4px;
}
.navChild .dropdown::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.navChild .dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.navChild .dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.navChild.productChild .arrow {
  margin-left: 35px;
}
.navChild.productChild .dropdown {
  width: 1000px;
}
.navChild.productChild .left {
  width: 75%;
  float: left;
  padding: 20px 10px;
}
.navChild.productChild .left .item {
  width: 33.33333333%;
}
.navChild.productChild .right {
  float: left;
  width: 25%;
  background: #f8fafb;
  padding-top: 65px;
  padding-bottom: 25px;
}
.navChild.productChild .right .item {
  width: 100%;
}
.navChild.productChild .qyyyItem {
  height: 100%;
  padding-top: 75px;
}
.navChild.aiTechnologyChild .arrow {
  margin-left: 100px;
}
.navChild.aiTechnologyChild .dropdown {
  width: 800px;
}
.navChild.aiTechnologyChild .item {
  width: 25%;
}
.navChild.solutionChild {
  left: 130px;
}
.navChild.solutionChild .arrow {
  margin-left: 105px;
}
.navChild.solutionChild .item {
  width: 100%;
}
.navChild.solutionChild .dropdown {
  width: 230px;
  min-height: 240px;
}
.navChild.marketChild .arrow {
  margin-left: 275px;
}
.navChild.marketChild .dropdown {
  width: 600px;
}
.navChild.marketChild .item {
  width: 33.33333333%;
}
.navChild.zhchyFwChild {
  left: 450px;
}
.navChild.zhchyFwChild .arrow {
  margin-left: 185px;
}
.navChild.zhchyFwChild .dropdown {
  width: 400px;
}
.navChild.zhchyFwChild .item {
  width: 50%;
}
.navChild.zdyProductChild .arrow {
  margin-left: 75px;
}
.navChild.zdyProductChild .dropdown {
  width: 600px;
}
.navChild.zdyProductChild .item {
  width: 33.33333333%;
}
.navChild.zdySolutionChild .arrow {
  margin-left: 145px;
}
.navChild.zdySolutionChild .dropdown {
  width: 800px;
}
.navChild.zdySolutionChild .item {
  width: 25%;
}
.navChild .list {
  clear: both;
  margin: 0 auto;
  min-height: 170px;
}
.navChild .item {
  padding: 15px 0 0 20px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  white-space: normal;
  float: left;
}
.navChild .item-02 {
  width: 40%;
}
.navChild .item-02 .div-01 {
  width: 50%;
  float: left;
}
.navChild .bt {
  color: #333;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: #f0f3f5 1px solid;
  max-width: 100%;
}
.navChild .sencond {
  padding: 8px 0;
}
.navChild .sencond a {
  display: block;
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #666666;
}
.navChild .sencond a:hover {
  color: #ff5c01;
  font-weight: 700;
  text-decoration: underline;
}
.navChild .search-quick {
  clear: both;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.navChild .search-quick .quick {
  width: 50%;
  float: right;
  line-height: 35px;
  padding-left: 30px;
}
.navChild .search-quick .quick a {
  display: inline-block;
  margin-right: 10px;
}
.navChild .childSearch {
  position: relative;
  width: 50%;
  float: left;
}
.navChild .childSearch input {
  height: 35px;
  line-height: 1;
  border-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 10px;
  border: 1px #e5e5e5 solid;
}
.navChild .childSearch input:focus {
  border-color: #f45e1d;
}
.navChild .childSearch .btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(https://market.marketingforce.com/static/zhendao/market/images/icon/search-02.png) no-repeat;
}
@media (max-width: 1279px) {
  .navChild .dropdown {
    width: 1000px;
  }
}
/*头部侧边栏导航*/
.product-02,
.solution-02,
.market-02,
.cooperation-02 {
  display: none;
}
.topAsideBar {
  color: #fff;
  height: 100%;
  min-height: 400px;
  position: absolute;
  z-index: 998;
  top: 50px;
}
.topAsideBar.active {
  display: block;
}
.topAsideBar.active .level1 {
  display: block;
  left: 0;
}
.topAsideBar *::-webkit-scrollbar {
  width: 10px;
}
.topAsideBar *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: transparent;
}
.topAsideBar *::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.topAsideBar *::-webkit-scrollbar-track {
  background-color: #3c4145;
}
.topAsideBar a {
  color: #fff;
}
.topAsideBar .level-01 {
  display: none;
  background: #282b2e;
  width: 200px;
  height: 100%;
  padding: 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 4;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.topAsideBar .level-01 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
.topAsideBar .level-01 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .level-01 .asideShzwkBtn > a:after,
.topAsideBar .level-01 .asideZhchyFwBtn > a:after,
.topAsideBar .level-01 .asideZhdEduFwBtn > a:after {
  display: none;
}
.topAsideBar .level-02 {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  background: #272b2e;
  width: 200px;
  padding: 20px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.topAsideBar .level-02 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
}
.topAsideBar .level-02 a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .level-inner {
  overflow-y: auto;
  height: 100%;
}
.topAsideBar .inner-text {
  display: block;
  font-size: 14px;
}
.topAsideBar .inner-text > a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.topAsideBar .inner-text > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.topAsideBar .inner-text:hover > a {
  color: #ea5839;
}
.topAsideBar .inner-text:hover > a:after {
  border-color: #ea5839;
}
.topAsideBar .noArrow > a:after {
  display: none;
}
.topAsideBar .inner-text-02 {
  height: 40px;
  line-height: 40px;
}
.topAsideBar .inner-text-02 > a {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.topAsideBar .inner-text-02:hover > a {
  color: #ea5839;
}
.topAsideBar .inner-text-02:hover > a:after {
  border-color: #ea5839;
}
.topAsideBar .level1 {
  background: #282b2e;
  width: 200px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 4;
  left: -200px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.topAsideBar .level1 .level-inner {
  padding: 20px 0;
}
.topAsideBar .level1 .level1-li:hover:after {
  border-color: #ea5839;
}
.topAsideBar .level1 .level1-li:hover > a {
  color: #ea5839;
}
.topAsideBar .level1 .level1-li:hover .level2 {
  left: 200px;
  display: block;
}
.topAsideBar .level2 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  background: #272b2e;
  width: 200px;
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.topAsideBar .level2.active {
  display: block;
}
.topAsideBar .level2.hover {
  display: block;
}
.topAsideBar .level2 .level2-li:hover .level3 {
  display: block;
}
.topAsideBar .level3 {
  position: absolute;
  z-index: 1;
  left: 200px;
  top: 0;
  width: 200px;
  height: 100%;
  background: #313538;
  display: none;
}
.topAsideBar .level3.active {
  display: block;
}
.topAsideBar .level3 .level-inner {
  padding: 20px 20px;
}
.topAsideBar .level3 .inner-text-02 > a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.topAsideBar .level3 a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.topAsideBar .level3 a:hover {
  color: #ea5839;
}
.topAsideBar .yjsLevel3 {
  width: 800px;
  display: none;
  font-size: 12px;
}
.topAsideBar .yjsLevel3 .list {
  margin-left: -15px;
  margin-right: -15px;
}
.topAsideBar .yjsLevel3 .item {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.topAsideBar .yjsLevel3 .bt {
  border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  font-size: 14px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.topAsideBar .yjsLevel3 .sencond {
  padding-bottom: 20px;
}
.topAsideBar .yjsLevel3 .sencond a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .yjsLevel3 .sencond a:hover {
  color: #ea5839;
}
.topAsideBar .yxyLevel3 {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topAsideBar .yxyLevel3 .div-01 {
  width: 50%;
  float: left;
}
.topAsideBar .yxyLevel3 .div-01 a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .yxyLevel3 .div-01 a:hover {
  color: #ea5839;
}
.topAsideBar .qyyyLevel3 {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.topAsideBar .qyyyLevel3 .list {
  width: 50%;
  float: left;
}
.topAsideBar .qyyyLevel3 .list a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.topAsideBar .qyyyLevel3 .list a:hover {
  color: #ea5839;
}
.partner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.partner .list {
  margin-top: 30px;
  padding-left: 3px;
  padding: 5px 0 5px 3px;
}
.partner li {
  width: 16.66666667%;
  float: left;
  border: 1px #f0eef1 solid;
  margin-left: -1px;
  position: relative;
}
.partner li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 0 #ea5839;
          box-shadow: 0 0 0 0 #ea5839;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.partner .box {
  display: block;
}
.partner .pic {
  display: block;
  position: relative;
}
.partner .pic:after {
  content: "";
  display: block;
  padding-top: 60%;
}
.partner img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.partner li:hover:after {
  -webkit-box-shadow: 0 0 15px 0 #ea5839;
          box-shadow: 0 0 15px 0 #ea5839;
}
.partner li:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}
.home-partner {
  padding-top: 0;
}
/*ljshq*/
.ljshq {
  padding: 45px 0 45px 0;
  background: url(../image/ljshq-bg2.jpg) no-repeat center top;
  color: #fff;
  text-align: center;
}
.ljshq .title {
  font-size: 24px;
  font-family: 微軟正黑體;
}
.ljshq .btn {
  margin-top: 20px;
}
.ljshq .btn a {
  display: inline-block;
  border: 2px #fff solid;
  font-size: 18px;
  min-width: 142px;
  line-height: 38px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.ljshq .btn a:hover {
  border-color: #ea5839;
  background: #ea5839;
}
@media (max-width: 1280px) {
  .ljshq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
/*底部*/
.footer {
  background: #252525;
  color: #a9a9aa;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #fff;
}
.footer .friendShip {
  padding: 20px 0;
  border-top: 1px #333333 solid;
  line-height: 2;
}
.footer .friendShip .list {
  overflow: hidden;
}
.footer .friendShip li {
  position: relative;
  padding-left: 80px;
}
.footer .friendShip li .bt {
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .friendShip li a {
  display: inline-block;
  padding-right: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media (max-width: 1280px) {
  .footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-menu {
  min-height: 200px;
  padding: 45px 0;
  overflow: hidden;
}
.footer-menu a {
  color: #ccc;
}
.footer-menu .list {
  overflow: hidden;
  width: 80%;
  float: left;
}
.footer-menu .list li {
  width: 20%;
  float: left;
}
.footer-menu .list .bt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #333333 solid;
  margin-right: 70px;
  position: relative;
  font-size: 18px;
}
.footer-menu .list .bt > a {
  font-size: 18px;
  color: #888888;
}
.footer-menu .list .bt:after {
  content: "";
  display: block;
  width: 20px;
  border-bottom: 1px #ea5839 solid;
  position: absolute;
  bottom: -1px;
}
.footer-menu .list .child {
  padding: 15px 0;
}
.footer-menu .list .child a {
  color: #666666;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.footer-menu .list .child a:hover {
  color: #ff5d01;
  padding-left: 5px;
}
.footer-menu .erweima {
  width: 20%;
  float: right;
  text-align: center;
  padding-top: 33px;
}
.footer-menu .erweima img {
  max-width: 140px;
}
@media (max-width: 1280px) {
  .footer-menu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.copyright {
  background: #252525;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #ea5839;
  position: relative;
  min-height: 35px;
  padding: 30px 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
}
.copyright img {
  vertical-align: middle;
}
.copyright a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #666666;
}
.copyright a:hover {
  color: #fff;
}
.copyright .text-01 {
  float: left;
  display: inline-block;
}
.copyright .text-02 {
  float: right;
  text-align: right;
}
.copyright .text-02 .links {
  float: left;
}
.copyright .gsh {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}
.copyright .share {
  display: block;
  float: right;
  margin-top: 8px;
}
.copyright .bdshare-button-style0-16 a,
.copyright .bdshare-button-style0-16 .bds_more {
  padding: 0;
  margin: auto 5px;
}
.copyright .wechat {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #646464 url(../image/wechat.png) no-repeat;
  opacity: .7;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.copyright .wechat:hover {
  background-color: #ea5839;
  opacity: 1;
}
.copyright .sina {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #646464 url(../image/sina.png) no-repeat;
  opacity: .7;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.copyright .sina:hover {
  background-color: #ea5839;
  opacity: 1;
}
@media (max-width: 1280px) {
  .copyright .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#bdshare_weixin_qrcode_dialog {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline: 0;
}
@-webkit-keyframes leve1ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 200px;
  }
}
@keyframes leve1ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 200px;
  }
}
@-webkit-keyframes leve1ContentSlideout {
  0% {
    left: 200px;
  }
  to {
    left: 0;
  }
}
@keyframes leve1ContentSlideout {
  0% {
    left: 200px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes leve1ContentSlideoutExpand {
  0% {
    left: 200px;
  }
  to {
    left: -120px;
  }
}
@keyframes leve1ContentSlideoutExpand {
  0% {
    left: 200px;
  }
  to {
    left: -120px;
  }
}
@-webkit-keyframes level2ContentSlideout {
  0% {
    left: 400px;
  }
  to {
    left: 0;
  }
}
@keyframes level2ContentSlideout {
  0% {
    left: 400px;
  }
  to {
    left: 0;
  }
}
@keyframes level2ContentSlideout {
  0% {
    left: 400px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes level2ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 400px;
  }
}
@keyframes level2ContentSlidein {
  0% {
    left: 0;
  }
  to {
    left: 400px;
  }
}
@-webkit-keyframes level2ContentSlideoutExpand {
  0% {
    left: 400px;
  }
  to {
    left: -280px;
  }
}
@keyframes level2ContentSlideoutExpand {
  0% {
    left: 400px;
  }
  to {
    left: -280px;
  }
}
@-webkit-keyframes level2ContentSlideinExpand {
  0% {
    left: -280px;
  }
  to {
    left: 400px;
  }
}
@keyframes level2ContentSlideinExpand {
  0% {
    left: -280px;
  }
  to {
    left: 400px;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
}
.page a,
.page span {
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 30px;
  line-height: 28px;
  height: 30px;
  margin: 0 5px;
  padding: 0 8px;
  background: #fff;
  border: 1px #cbcbcb solid;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #f4313f;
  border-color: #f4313f;
  color: #fff;
}
