ol,
ul,
li {
  list-style: none;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #000;
}
.main {
  width: 1100px;
  /* min-width: 1100px; */
}
/*开始*/
/* header {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
header .selected {
  color: #337cd8;
}
header .selected > span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3199fa;
  top: 0;
  left: 0;
}
header div.head {
  height: 127px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
  background: #fff;
}
header div.head div:nth-child(1) {
  height: 52px;
  background: #337cd8;
}
header div.head div:nth-child(1) .showEQ {
  width: 164px;
  height: 100%;
  line-height: 52px;
  float: left;
  margin-left: 100px;
}
header div.head div:nth-child(1) .showEQ a {
  font-size: 14px;
  color: #fff;
}
header div.head div:nth-child(1) .showEQ i {
  position: absolute;
  left: 209px;
  right: 50px;
  top: 14px;
  display: inline-block;
  height: 23px;
  width: 23px;
  background: url(../../img/icon/1-head-二维码小标.png) no-repeat;
}
header div.head div:nth-child(1) .showEQ .showBigIcon {
  display: none;
  position: absolute;
  top: 36px;
  left: 136px;
  width: 0;
  height: 0;
  border: 16px solid #005eb5;
  border-color: transparent transparent #005eb5 transparent;
}
header div.head div:nth-child(1) .showEQ .showBig {
  width: 190px;
  height: 190px;
  background: #005eb5;
  display: none;
  position: absolute;
  top: 59px;
  left: 56px;
  z-index: 10;
}
header div.head div:nth-child(1) .showEQ:hover .showBig {
  display: block;
}
header div.head div:nth-child(1) .showEQ:hover .showBigIcon {
  display: block;
}
header div.head nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 76px;
}
header div.head nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header div.head nav > ul li {
  width: 120px;
  text-align: center;
  height: 75px;
  color: #675e71;
  line-height: 75px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
header div.head nav > ul li .service-content {
  display: none;
  width: 120px;
  height: 185px;
  position: absolute;
  top: 75px;
  left: 0px;
  background-color: #fff;
  color: #fff;
  text-align: left;
}
header div.head nav > ul li .service-content dl {
  width: 50%;
  float: left;
  height: 100%;
}
header div.head nav > ul li .service-content dl span {
  display: block;
  width: 98px;
  height: 2px;
  background: #eee;
  margin-left: 10px;
}
header div.head nav > ul li .service-content dl dt {
  color: #675e71;
  text-align: center;
  font-size: 16px;
  cursor: default;
  height: 62px;
  line-height: 64px;
  font-weight: bold;
}
header div.head nav > ul li .service-content dl dd {
  width: 120px;
  height: 46.5px;
  line-height: 46.5px;
  display: block;
  margin-bottom: 0;
}
header div.head nav > ul li .service-content dl dd a {
  display: inline-block;
  color: #675e71;
  height: 100%;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  line-height: 46.5px;
}
header div.head nav > ul li .service-content dl dd:hover {
  background-color: #f5f5f5;
}
header div.head nav > ul li:hover {
  color: #337cd8;
  cursor: pointer;
}
header div.head nav > ul li:hover > span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3199fa;
  top: 0;
  left: 0;
}
header div.head nav > ul li:hover .service-content {
  display: block;
}
header div.head nav > ul li:nth-child(3) .service-content {
  width: 120px;
}
header div.head nav > ul li:nth-child(3) .service-content dl dt {
  width: 120px;
}
header div.head nav > div {
  top: -52px;
  background: url("../../img/icon/1-head-logo底色.png");
  z-index: 10;
  background-size: 100% 100%;
  width: 200px;
  height: 194px;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease-out;
}
header div.head nav > div ul {
  position: relative;
  transform-style: preserve-3d;
}
header div.head nav > div ul li:nth-child(1) {
  margin-top: 20px;
  text-align: center;
  transform: translateZ(50px);
}
header div.head nav > div ul li:nth-child(2) {
  margin-top: -72px;
  text-align: center;
  transform: rotateX(-90deg) translateZ(50px);
}
@keyframes move {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
@keyframes moveBack {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
} */
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/*-----------------------------------客服----------------------------------------------*/
body {
  position: relative;
  /* min-width: 1100px; */
}
/*#shadow_floatConsult{
  position: absolute;
  opacity: 0.6;
  filter:alpha(opacity=60);
  bottom:0;
  left: 0;
  right: 0;
  top: 0;
  background:black;
  z-index: 100;
}*/
.floatConsult {
  /*background: url(../../images/zixun_icon.png?v=20170117) no-repeat 0 0;*/
  background: url(../../images/float_180530.png) no-repeat 0 0;
  /*width: 470px;*/
  /*height: 260px;*/
  width: 550px;
  height: 715px;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 998;
}
#kefu *,
.floatConsult * {
  /*防止其他页面或bootstrap中的样式样式*/
  box-sizing: content-box;
}
.floatConsult .close-btn {
  position: absolute;
  right: 55px;
  top: 140px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  z-index: 100;
}
.floatConsult .close-btn:hover {
  /*background-color: #D44027;*/
  color: #ffcc2b;
  z-index: 100;
  border-radius: 6px;
}
.floatConsult .button {
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 360px;
  display: block;
}
.zixunCont {
  width: 100%;
  height: 198px;
  overflow: hidden;
  position: relative;
}
.zixunCont .brand {
  position: absolute;
  left: 23px;
  top: 18px;
}
.zixunCont .brand .platform {
  padding: 26px 12px 0 12px;
  background-color: #edf7fd;
  border-radius: 100%;
  width: 62px;
  height: 60px;
  position: relative;
  color: #d93b49;
  text-align: center;
}
.zixunCont .brand .platform:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 41px;
  width: 2px;
  background-color: inherit;
  height: 40px;
}
.zixunCont .brand .platform > li {
  font-size: inherit;
}
.zixunCont .brand .tag {
  margin: 30px auto 0 auto;
  background-color: #d93b49;
  color: #ffffff;
  padding: 5px 5px 0 5px;
  height: 45px;
  width: 65px;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
}
.zixunCont .zixunText {
  position: absolute;
  top: 66px;
  left: 129px;
  padding: 20px 12px 0 12px;
  height: 58px;
  width: 296px;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #444;
  background-color: #edf7fd;
  border-radius: 8px;
}
.zixunClick {
  position: absolute;
  left: 129px;
  top: 154px;
  width: 320px;
  height: 32px;
  text-align: center;
}
.zixunClick a {
  margin: 0 7px;
  height: 100%;
  width: 108px;
  display: inline-block;
  vertical-align: middle;
}
.zixunClick a:hover {
  opacity: 0.94;
}
.zixunClick .wwC {
  background: url(../../images/zixun_icon.png?v=20170117) no-repeat -492px -34px;
}
.zixunClick .qqC {
  background: url(../../images/zixun_icon.png?v=20170117) no-repeat -492px 0;
}
.waitInput {
  position: absolute;
  background: url(../../images/zixun_icon.png?v=20170117) no-repeat -510px -69px;
  width: 91px;
  height: 32px;
  font-size: 0;
  top: 16px;
  right: 20px;
  cursor: pointer;
}
.waitInput:focus {
  outline: none;
}
.waitBox {
  position: relative;
  height: 62px;
  width: 100%;
}
.waitBox .tips {
  font-size: 14px;
  color: #fff;
  left: 82px;
  top: 6px;
  position: absolute;
}
.waitBox .telephone {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 25px;
  left: 82px;
  position: absolute;
  line-height: 26px;
}
.dingyuehao {
  text-align: center;
  display: block;
  padding: 5px 0;
  color: #343434;
  font-size: 12px;
}
.wwLC {
  background: url(../../images/zixun_icon.png?v=20170117) no-repeat -3px -416px;
  width: 148px;
  color: #333;
}
.wwLC:hover {
  color: #333;
}
.qqLC {
  background: url(../../images/zixun_icon.png?v=20170117) no-repeat -188px -420px;
  width: 148px;
  color: #333;
}
.qqLC:hover {
  color: #333;
}
.companyNum1 {
  position: absolute;
  left: 150px;
  top: 0;
  font-size: 28px;
  color: #0a427d;
  padding: 20px 0;
  font-weight: bold;
}
.companyNum1 .title,
.companyNum1 .phone_num {
  display: none;
}
.companyNum1 h1 {
  font-size: 16px;
  font-weight: normal;
}
.diagnose {
  text-align: center;
  color: #FDFDFD;
  font-size: 16px;
  margin-top: 20px;
}
.diagnose .label {
  background: url(../../images/zixun_icon_right.png) no-repeat -170px -18px;
  width: 36px;
  height: 23px;
  position: absolute;
  right: 13%;
  top: 5%;
}
.online {
  width: 140px;
  height: 40px;
  margin-left: 4px;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #FDFDFD;
  text-align: center;
  margin-top: 62px;
}
.floatRight {
  width: 160px;
  height: 500px;
  _height: 354px;
  /*background: url(../../images/zixun_icon_right.png) no-repeat 5px -3px;*/
  background: url(../../images/17xyx_right.png) no-repeat 5px -3px;
  float: right;
  display: none;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 120px;
  z-index: 998;
}
.floatRightIconA {
  margin-left: 25px;
  margin-top: 125%;
}
.floatRightIconA a {
  display: block;
  margin-top: 10px;
  _margin-top: 10px;
  text-align: center;
  /*display: block;*/
  /*text-align: center;*/
  /*position: relative;*/
  /*top: 52px;*/
  /*margin-top: 2px;*/
  /*_margin-top: 8px;*/
}
.zixunClick a:hover,
.waitInput:hover,
.floatRightIconA a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.wwLeftC {
  /*background: url(../../images/zixun_icon_right.png) no-repeat -170px -58px;*/
  background: url(../../images/17xyx_right.png) no-repeat -170px -58px;
  width: 120px;
  height: 40px;
  _width: 104px;
  _height: 32px;
}
.wwLeftC:hover {
  color: #d84620;
}
.qqLeftC {
  /*background: url(../../images/zixun_icon_right.png) no-repeat -170px -11px;*/
  background: url(../../images/17xyx_right.png) no-repeat -170px -11px;
  width: 120px;
  height: 40px;
  _width: 104px;
  _height: 32px;
}
.qqLeftC:hover {
  color: #005ba2;
}
.wwLeftLC {
  background: url(../../images/zixunicon.png) no-repeat -582px -499px;
  width: 119px;
  color: #333;
}
.wwLeftLC:hover {
  background: url(../../images/zixunicon.png) no-repeat -582px -499px;
  width: 119px;
  color: #333;
}
.qqLeftLC {
  background: url(../../images/zixunicon.png) no-repeat -582px -626px;
  width: 119px;
  color: #333;
}
.qqLeftLC:hover {
  color: #333;
}
.companyNum2Div {
  margin: 0 auto 0 25px;
  /* padding: 0 15px; */
  line-height: 22px;
  position: absolute;
  bottom: 11%;
}
.companyNum2Div p {
  font-size: 13px;
  color: #ffffff;
}
.companyNum2Div .companyNum2 {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #ffffff;
  font-weight: bold;
}
/*-----------------------------------客服结束------------------------------------------*/
footer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
footer .footer-help {
  width: 100%;
  height: auto;
  /* background-image: linear-gradient(to top right, rgb(0, 155, 255), rgb(1, 94, 160)); */
  position: relative;
}

footer .new-footer-help {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top right, rgb(0, 37, 82), rgb(0, 148, 254));
  position: relative;
}

footer .new-footer-help .footer-main,
footer .footer-help .footer-main {
  width: 100%;
  margin: 0 auto;
  /* padding: 0 25%;
  box-sizing: border-box; */
  /* width: 1300px; */
}

footer .new-footer-help .footer-main .left,
footer .footer-help .footer-main .left {
  float: left;
  padding: 4% 0 0 0%;
  width: 70%;
  height: 89%;
}

footer .new-footer-help .footer-main .left > span,
footer .footer-help .footer-main .left > span {
  display: block;
  margin: 27px 0 53px 0;
  width: 82px;
  height: 1px;
  background: #fff;
}

footer .footer-help .footer-main .left .jump ul {
  height: 20px;
  line-height: 8px;
}
footer .footer-help .footer-main .left .jump ul i {
  margin: 0 6px;
  display: inline-block;
  float: left;
  width: 1px;
  height: 10px;
  background: #e9e9e3;
}
footer .footer-help .footer-main .left .jump ul li {
  float: left;
}
footer .footer-help .footer-main .left .jump ul li a {
  font-size: 12px;
  color: #e9e9e3;
}
footer .footer-help .footer-main .left .jump > p {
  margin: 10px 0;
  font-size: 12px;
  color: #e9e9e3;
}
footer .footer-help .footer-main .left .jump span p {
  margin: 5px 0;
  font-size: 14px;
  color: #98a0ae;
}
footer .footer-help .footer-main .left .tel {
  margin-top: 46px;
}
footer .footer-help .footer-main .left .tel ul {
  float: left;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(1) {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(2) {
  margin-top: 23px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(2) i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../images/home/icon/6-底部-电话.png") no-repeat;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(2) span {
  font-size: 14px;
  color: #f1c100;
  font-weight: 600;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(2) span:nth-child(3) {
  margin-left: 40px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) {
  margin-top: 10px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) a {
  vertical-align: 4px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) a span {
  font-size: 12px;
  color: #fff;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) i {
  display: inline-block;
  width: 18px;
  height: 18px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) i:nth-child(1) {
  background: url("../../images/home/icon/QQ.png") no-repeat center;
  background-size: 100% 100%;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(3) i:nth-child(3) {
  margin-left: 92px;
  background: url("../../images/home/icon/旺旺.png") no-repeat center;
  background-size: 100% 100%;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(4) {
  margin-top: 10px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(4) a {
  vertical-align: 4px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(4) a span {
  font-size: 12px;
  color: #fff;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(4) i {
  display: inline-block;
  width: 18px;
  height: 18px;
}
footer .footer-help .footer-main .left .tel ul li:nth-child(4) i:nth-child(1) {
  background: url("../../images/home/icon/微信.png") no-repeat center;
  background-size: 100% 100%;
}
footer .footer-help .footer-main .left .tel ul:nth-child(2) {
  margin-left: 70px;
}
footer .footer-help .footer-main .left .tel ul:nth-child(3) {
  margin-left: 70px;
}
footer .footer-help .footer-main .left .tel ul:nth-child(3) li i {
  background: url("../../images/about/2018-4-4/留言.png") no-repeat center;
  width: 45px;
  height: 45px;
}
footer .footer-help .footer-main .left .tel ul:nth-child(4) {
  margin-left: 70px;
}
footer .footer-help .footer-main .left .tel ul:nth-child(4) li i {
  background: url("../../images/about/2018-4-4/咨询.png") no-repeat center;
  width: 45px;
  height: 45px;
}
footer .footer-help .footer-main .right {
  float: right;
  width: 30%;
  height: 100%;
}
footer .footer-help .footer-main .right .QR {
  float: right;
  margin: 54px 0 0 0;
  width: 257px;
  height: 320px;
}
footer .footer-help .footer-main .right .QR p {
  margin-top: 23px;
  font-size: 18px;
  color: #e9e9e3;
  text-align: center;
}
footer .footer-help .footer-main .right ul {
  margin-top: 32px;
  float: right;
  width: 100%;
}
footer .footer-help .footer-main .right ul a {
  display: inline-block;
  float: right;
  width: 47px;
  height: 47px;
  background: url(../../images/home/icon/6-底部-分享.png) no-repeat;
  margin: 0 0 0 23px;
}
footer .footer-help .footer-main .right ul .tao {
  background-position-x: -214px;
}
footer .footer-help .footer-main .right ul .weixin {
  background-position-x: -142px;
}
footer .footer-help .footer-main .right ul .sinablog {
  background-position-x: -71px;
}
footer .footer-help .footer-main .gw_foot {
  /* padding: 0 0 20px 0; */
  padding: 0;
  display: flex;
  flex-direction: column;
  /* width: 1200px; */
  width: auto;
}
footer .footer-help .footer-main .gw_foot .head {
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(1) {
  /* margin-right: 60px; */
  display: flex;
  flex-direction: row;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(1) ul {
  width: 151px;
  display: flex;
  margin: 80px 0 0 0;
  flex-direction: column;
  list-style: none;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(1) ul li {
  list-style: none;
  margin: 17px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(1) ul li a {
  color: #fff;
  font-size: 15px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(1) ul li:nth-child(1) {
  font-size: 18px;
  margin: 0 0 10px 0;
}

footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-left: -90px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) p {
  margin: 0;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) p a {
  margin-top: 20px;
  display: inline-block !important;
  width: 108px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 3px 3px #50bec6;
  background: #f8d248;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) p a img {
  margin-right: 4px;
  width: 15px;
  height: 15px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) p:nth-child(1) {
  margin-top: 80px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(2) p:nth-child(2) {
  margin-top: 30px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(3) {
  margin-left: -113px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(3) > div {
  margin: 80px 0 0 27px;
  width: 165px;
}
footer .footer-help .footer-main .gw_foot .head .item:nth-child(3) > div p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
footer .footer-help .footer-main .gw_foot .foot {
  margin-top: 50px;
}
footer .footer-help .footer-main .gw_foot .foot p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}

footer .new-footer-help .bottom,
footer .footer-help .bottom {
  position: fixed;
  bottom: -100px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background: #002b56;
}

footer .new-footer-help .bottom .center,
footer .footer-help .bottom .center {
  margin: 0 auto;
  width: 1300px;
}

footer .new-footer-help .bottom .center p,
footer .footer-help .bottom .center p {
  display: inline;
  line-height: 100px;
  color: #2987f6;
  font-size: 15px;
  font-weight: 600;
}

footer .new-footer-help .bottom .center p i,
footer .footer-help .bottom .center p i {
  margin: 2px 0 0 17px;
  display: inline-block;
  width: 23px;
  height: 18px;
  background: url("../../images/about/2018-4-4/形状 4.png");
}

footer .new-footer-help .bottom .center form,
footer .footer-help .bottom .center form {
  display: inline-block;
  float: left;
  margin: 0 0 0 20%;
}

footer .new-footer-help .bottom .center form .left,
footer .footer-help .bottom .center form .left {
  float: left;
  color: #fff;
}

footer .new-footer-help .bottom .center form input[type=text],
footer .footer-help .bottom .center form input[type=text] {
  margin: 4.5% 20px 0;
  border: none;
  outline: none;
  color: #fff;
  height: 25px;
  background: #6eafff;
}

footer .new-footer-help .bottom .center form input[type=submit],
footer .footer-help .bottom .center form input[type=submit] {
  margin: 4.5% 0px 0;
  border: none;
  outline: none;
  width: 70px;
  height: 25px;
  color: #fff;
  text-align: center;
  background: #0172ff;
}
footer .footer-link {
  background: #272727;
  width: 100%;
  height: auto;
}
footer .footer-link .footer-main {
  width: 100%;
  height: auto;
  padding: 10px 15%;
  box-sizing: border-box;
  background: #272727;
}
footer .footer-link .footer-main .link-inner {
  background: #272727;
}
footer .footer-link .footer-main .link-inner ul {
  width: 100%;
  height: auto;
}
footer .footer-link .footer-main .link-inner ul li {
  width: 25%;
  float: left;
  /* margin-right: 5px; */
}
footer .footer-link .footer-main .link-inner ul li a {
  width: inherit;
  line-height: .3rem;
  font-size: .15rem;
  color: #989590;
}
/* footer .footer-link .footer-main .link-inner ul li:after {
  content: '|';
  color: #989590;
} */
@media screen and (max-width: 1367px) {
  body {
    /* min-width: 1366px; */
  }
  body div .tuijian {
    width: 1366px;
  }
  footer .footer-help .footer-main {
    width: 1366px;
  }
  footer .footer-help .footer-main .left {
    padding: 4% 0 0 5%;
    width: 65%;
  }
  footer .footer-help .footer-main .right {
    padding: 0% 5% 0% 0%;
    width: 25%;
  }
  footer .footer-link .footer-main {
    width: 1366px;
  }
  footer .footer-link .footer-main .link-inner p {
    margin: 16px 0 8px 62px;
  }
  footer .footer-link .footer-main .link-inner > ul {
    padding: 0 0 0 62px;
  }
}
@media screen and (max-width: 1025px) {
  header div.head nav {
    width: 1024px;
  }
  body {
    /* min-width: 1024px; */
  }
  body div .tuijian {
    width: 1024px;
  }
  footer .footer-help .footer-main {
    width: 1024px;
  }
  footer .footer-help .footer-main .left {
    padding: 4% 0 0 5%;
    width: 65%;
  }
  footer .footer-help .footer-main .right {
    padding: 0% 5% 0% 0%;
    width: 25%;
  }
  footer .footer-help .footer-main .right ul a {
    margin: 0 0 0 14px;
  }
  footer .footer-link .footer-main {
    width: 1024px;
  }
  footer .footer-link .footer-main .link-inner p {
    margin: 16px 0 8px 62px;
  }
  footer .footer-link .footer-main .link-inner > ul {
    padding: 0 0 0 62px;
  }
}

@media screen and(max-width: 767px) {
  .mobile-footer-main {
    display: none;
  }

  .footer-main {
    display: block;
  }
}
