﻿* {
  transition-property: all;
  -ms-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
}

html,
body {
  font-size: 14px;
  background: #fff;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}

body {
  overflow: hidden;
}

img {
  border: 0px;
}

ul,
li,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.container {
  position: relative;
  width: 1107px;
  margin: 0px auto;
}

.container:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.meneame {
  padding: 3em 0;
  font-size: 80%;
  margin: 3px 3px 10px;
  text-align: center;
  clear: both;
  font-size: 1em;
}

div.meneame a {
  border: 1px solid gray;
  padding: 3px 7px;
  margin-right: 3px;
  text-decoration: none;
  color: black;
  background: #f6f6f6;
}

div.meneame a:hover {
  border: 1px solid #cc0000;
  background-image: none;
  background-color: #cc0000;
  color: white;
}

div.meneame a.thisclass {
  border: 1px solid #cc0000;
  background-image: none;
  background-color: #cc0000;
  color: white;
}

div.meneame span.thisclass {
  border: 1px solid #f6f6f6;
  padding: 5px 7px;
  font-weight: bold;
  margin-right: 3px;
  background: #cc0000;
  color: white
}

div.meneame span.disabled {
  border: 1px solid gray;
  padding: 5px 7px;
  margin-right: 3px;
}

.mainTitle {
  color: #434343;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0.18em;
  font-family: 'MyriadPro-LightCond';
  font-weight: 100;
  font-stretch: ultra-condensed;
  width: 100%;
  text-align: center;
}

.mainSub {
  width: 37px;
  height: 2px;
  background: #e60012;
  margin: 30px auto;
}

.mainInfo {
  padding: 10px 0px;
  text-align: center;
  font-size: 30px;
  color: #434343;
  font-family: 'Noto Sans S Chinese Light', 'NotoSansHans-Light', '微软雅黑';
  border-bottom: 1px solid #bfbfbf;
}

.linkBtn {
  background-image: url(../images/righticon.png);
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: 254px center;
  width: 308px;
  height: 58px;
  line-height: 58px;
  text-align: left;
  border: 2px solid #e60012;
  color: #e60012;
  font-size: 22px;
}

.linkBtn {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.linkBtn span {
  margin-left: 20px;
}

.linkBtn:hover {
  color: #fff;
  background-color: #e60012;
  background-image: url(../images/righticonon.png);
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 5000;
  border-bottom: 1px solid #949494;
}

.main-wrapper {
  margin-top: 120px;
}

.header .logo1 {
  position: absolute;
  top: 18px;
  left: 34px;
  height: 82px;
}

.header .nav {
  display: block !important;
  position: relative;
  width: 826px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0px auto;
}

.header .nav li {
  color: #434343;
  font-size: 18px;
  float: left;
  margin: 0px 37px;
}

.header .nav li.on {
  color: #E50012;
}

.header .nav li:hover {
  color: #E50012;
}

.header .navBtn {
  position: absolute;
  top: 50%;
  right: 34px;
  width: 44px;
  height: 37px;
  margin-top: -19px;
  cursor: pointer;
  z-index: 1;
}

.header .navBtn {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.list {
  position: fixed;
  top: -800px;
  left: 0px;
  width: 100%;
  height: 654px;
  background: #fff;
  z-index:5001;
  border-bottom: 1px solid #ddd;
}

.list .container {
  width: 1161px;
  padding-top: 65px;
}

.list .left {
  width: 580px;
  float: left;
}

.list .left .redTitle {
  padding: 5px 0px;
  height: 80px;
  line-height: 80px;
  border-bottom: 2px solid #e60012;
  color: #E50012;
  font-size: 64px;
  font-family: 'MyriadPro-Regular_0';
}

.list .left .title {
  color: #444;
  line-height: 68px;
  padding: 14px 0 6px 0;
  margin-bottom: 8px;
  font-family: 'Noto Sans S Chinese Light', 'NotoSansHans-Light', '微软雅黑';
  font-weight: 100;
  font-size: 55px;
  border-bottom: 1px solid #d3d3d3;
}

.list .left .footTitle {
  heihgt: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #444;
  margin: 24px 0 6px 0;
}

.list .left .footTitle span {
  vertical-align: middle;
}

.list .left .footTitle .titleB {
  font-family: 'FujitsuSansBold';
  font-size: 34px;
  margin-right: 5px;
}

.list .left .info {
  font-size: 18px;
  color: #444;
  line-height: 30px;
}

.list .right {
  width: 520px;
  float: right;
}

.list .right .title {
  font-size: 30px;
  color: #444;
  padding-bottom: 8px;
}

.list .right .line {
  padding: 3px 0;
}

.list .right .line .inputText {
  color: #8D8D8D;
  font-size: 18px;
  border: 0px;
  background: #f3f3f3;
  padding: 0 18px;
  width: 480px;
  height: 53px;
  line-height: 53px;
  margin: 0px;
  font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}

.list .right .line .textArea {
  color: #8D8D8D;
  font-size: 18px;
  border: 0px;
  background: #f3f3f3;
  padding: 18px;
  width: 480px;
  height: 145px;
  margin: 0px;
  font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}

.list .right .line .inputBtn {
  width: 515px;
  cursor: pointer;
  height: 50px;
  background: #fff;
  color: #FF0000;
  font-size: 22px;
  border: 2px solid #e50012;
  font-family: "Microsoft YaHei", Helvetica Neue, Tahoma, Arial, "微软雅黑", "宋体", "黑体";
}

.list .right .line .inputBtn {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.list .right .line .inputBtn:hover {
  background: #e50012;
  color: #fff;
}

.list #listCloseBtn {
  position: absolute;
  top: 34px;
  right: 34px;
  cursor: pointer;
}

.contact {
  position: relative;
  padding: 80px 0px;
  border-bottom: 1px solid #949494;
  text-align: center;
}

.contact .mainTitle {
  letter-spacing: 0em;
}

.contact .title {
  font-size: 48px;
  line-height: 48px;
  color: #444;
}

.contact .mainSub {
  width: 85px;
  height: 2px;
}

.contact .info {
  font-size: 22px;
  color: #444;
  line-height: 35px;
}

.footerNav {
  position: relative;
  padding: 30px 0;
}

.footerNav .container {
  width: 1161px;
}

.footerNav .left {
  float: left;
  width: 819px;
  min-height: 300px;
  border-right: 1px solid #949494;
  padding-top: 20px;
  text-align: center;
}

.footerNav .left:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.footerNav .left ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  margin-right: 65px;
  *margin-right: 55px;
  vertical-align: top;
}

.footerNav .left li {
  font-size: 16px;
  color: #444;
  line-height: 32px;
}

.footerNav .left li {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.footerNav .left li:hover {
  color: #e70719;
}

.footerNav .left .title {
  height: 63px;
  line-height: 63px;
  font-size: 22px;
  color: #444;
  border-bottom: 2px solid #e50012;
  margin-bottom: 18px;
}

.footerNav .right {
  float: right;
  padding: 30px 0 0 70px;
  width: 270px;
}

.footerNav .right .title {
  font-size: 39px;
  color: #444;
}

.footerNav .right .title span {
  color: #E50012;
}

.footerNav .right .info {
  font-size: 16px;
  color: #444;
  line-height: 25px;
}

.footerNav .right .callTitle {
  font-size: 18px;
  color: #444;
  margin-top: 36px;
}

.footerNav .right .callMun {
  font-family: 'MyriadPro-Cond_0';
  font-size: 38px;
  color: #444;
  font-stretch: condensed;
}

.footer {
  background: #e50012;
  height: 183px;
  color: #fff;
}

.footer .container {
  width: 1161px;
}

.footer .left {
  float: left;
  width: 820px;
}

.footer .left .title {
  font-size: 18px;
  padding-top: 30px;
}

.footer .left .title .titleB {
  font-size: 24px;
  font-weight: bold;
  font-family: "FujitsuSansBold";
  margin-right: 10px;
}

.footer .left .title span {
  vertical-align: middle;
}

.footer .left .titleEn {
  font-family: "MyriadPro-Regular_0";
  font-size: 16px;
  padding-bottom: 20px;
}

.footer .left .info {
  font-size: 14px;
  line-height: 20px;
}

.footer .left .info a {
  color: #fff;
}

.footer .right {
  float: right;
  width: 270px;
  padding-top: 35px;
}

.footer .right .title {
  font-size: 18px;
  font-family: "Adobe 黑体 Std";
}

.footer .right .child {
  cursor: pointer;
  position: relative;
  width: 57px;
  float: left;
  margin: 14px 38px 0 0;
}

.footer .right .child.no {
  margin: 14px 0 0 0;
}

.footer .right .child img {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.footer .right .child img {
  width: 100%;
}

.footer .right .child .childCode {
  display: none;
  background: url("../images/footcodebg.png") no-repeat left top;
  background-size: 151px 166px;
  position: absolute;
  left: 50%;
  bottom: 68px;
  width: 151px;
  height: 166px;
  margin-left: -75px;
  text-align: center;
}

.footer .right .child .childCode img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 142px;
  height: 142px;
}

.fixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 45px;
  display: none;
}

.fixed .child {
  position: absolute;
  right: 0px;
  overflow: hidden;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #cc0000;
  line-height: 45px;
  margin-top: 1px;
}

.fixed .child {
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.fixed .child:hover {
  width: 110px;
  background: #000;
}

.fixed .child img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fixed .child p {
  position: absolute;
  left: 45px;
  color: #fff;
}

.fixed .fixedQQ {
  bottom: 92px;
}

.fixed .fixedCall {
  bottom: 46px;
}

.fixed .fixedTop {
  position: absolute;
  right: 0px;
  bottom: 138px;
  color: #fff;
  background-color: #cbcbcb;
  cursor: pointer;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-family: "MICROSOFT YAHEI", "Arial Narrow";
}

.fixed .fixedTop .fixedTopPointer {
  position: absolute;
  top: -5px;
  left: 18px;
}

.fixed .fixedCode {
  bottom: 0;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #cc0000;
  line-height: 45px;
  margin-top: 1px;
}

.fixedCodeInfo {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 54px;
  padding: 0 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.fixedCodeInfo .fixedPointer {
  position: absolute;
  right: -6px;
  bottom: 12px;
}

@media (max-width: 479px) {
  .container {
    width: 93.75%;
  }

  .mainTitle {
    font-size: 30px;
    line-height: 30px;
  }
  .mainSub {
    width: 20px;
    height: 1px;
    margin: 8px auto;
  }
  .mainInfo {
    padding: 4px 0px;
    font-size: 16px;
  }
  .linkBtn {
    background-size: 14px auto;
    background-position: 128px center;
    width: 158px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #e60012;
  }
  .linkBtn span {
    margin-left: 10px;
  }

  .header {
    height: 74px;
  }
  .main-wrapper {
    margin-top: 74px;
  }
  .header .container {
    width: 100%;
  }
  .header .logo1 {
    top: 12px;
    left: 17px;
    height: 52px;
  }
  .header .nav {
    background: #fff;
    display: none;
    border-left: 1px solid #ddd;
    position: fixed;
    top: 75px;
    right: -125px;
    width: 124px;
    height: auto;
    line-height: normal;
  }
  .header .nav li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 0px;
    width: 124px;
    height: 50px;
    line-height: 50px;
    float: none;
  }
  .header .nav li.on {
    color: #E50012;
  }
  .header .nav li:hover {
    color: #E50012;
    background: #ddd;
  }
  .header .navBtn {
    right: 17px;
    width: 30px;
    height: auto;
    margin-top: -13px;
  }
  .stance {
    height: 74px;
  }
  .list {
    display: none !important;
  }

  .contact {
    padding: 20px 0;
  }
  .contact .title {
    font-size: 26px;
  }
  .contact .mainSub {
    width: 43px;
    height: 1px;
  }
  .contact .info {
    font-size: 12px;
    line-height: 23px;
  }

  .footerNav {
    padding: 0px;
    display: none;
  }
  .footerNav .container {
    width: 100%;
  }
  .footerNav .left {
    float: none;
    width: 100%;
    min-height: inherit;
    border-right: 0px;
    border-top: 1px solid #949494;
    padding: 20px 0;
    margin: 0px auto;
  }
  .footerNav .left ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin: 0px 18px 20px 18px;
  }
  .footerNav .left li {
    font-size: 12px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 2px solid #e50012;
    margin-bottom: 8px;
  }
  .footerNav .right {
    float: none;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
  }
  .footerNav .right .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .footerNav .right .info {
    font-size: 14px;
    line-height: 23px;
    width: 80%;
    margin: 0px auto;
  }
  .footerNav .right .callTitle {
    font-size: 14px;
    margin-top: 20px;
  }
  .footerNav .right .callMun {
    font-size: 30px;
  }

  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer .container {
    width: 100%;
  }
  .footer .left {
    float: none;
    width: 80%;
    margin: 0px auto;
    text-align: center;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 0px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 6px;
  }
  .footer .left .titleEn {
    font-size: 12px;
    padding-bottom: 0px;
  }
  .footer .left .info {
    font-size: 12px;
    line-height: 16px;
    display: none;
  }
  .footer .left .info span {
    display: block;
  }
  .footer .right {
    float: none;
    width: 250px;
    padding-top: 0px;
    margin: 0px auto;
    text-align: center;
  }
  .footer .right .title {
    font-size: 16px;
    padding-bottom: 0px;
    display: none;
  }
  .footer .right .child {
    width: 46px;
    float: none;
    margin: 5px 7px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .fixed {
    display: none !important;
  }
}

#commonFooter.fixed{
  bottom: 100px;
  display: block;
}

@media (min-width: 480px) and (max-width: 639px) {
  .container {
    width: 93.75%;
  }

  .mainTitle {
    font-size: 30px;
    line-height: 30px;
  }
  .mainSub {
    width: 20px;
    height: 2px;
    margin: 8px auto;
  }
  .mainInfo {
    padding: 4px 0px;
    font-size: 16px;
  }
  .linkBtn {
    background-size: 14px auto;
    background-position: 105px center;
    width: 130px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .linkBtn span {
    margin-left: 10px;
  }

  .header {
    height: 74px;
  }
  .main-wrapper {
    margin-top: 74px;
  }
  .header .container {
    width: 100%;
  }
  .header .logo1 {
    top: 12px;
    left: 17px;
    height: 52px;
  }
  .header .nav {
    background: #fff;
    display: none;
    border-left: 1px solid #ddd;
    position: fixed;
    top: 75px;
    right: -125px;
    width: 124px;
    height: auto;
    line-height: normal;
  }
  .header .nav li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 0px;
    width: 124px;
    height: 74px;
    line-height: 74px;
    float: none;
  }
  .header .nav li.on {
    color: #E50012;
  }
  .header .nav li:hover {
    color: #E50012;
    background: #ddd;
  }
  .header .navBtn {
    right: 17px;
    width: 30px;
    height: auto;
    margin-top: -13px;
  }

  .list {
    display: none !important;
  }

  .contact {
    padding: 20px 0;
  }
  .contact .title {
    font-size: 26px;
  }
  .contact .mainSub {
    width: 43px;
    height: 1px;
  }
  .contact .info {
    font-size: 12px;
    line-height: 23px;
  }

  .footerNav {
    padding: 0px;
    display: none;
  }
  .footerNav .container {
    width: 100%;
  }
  .footerNav .left {
    float: none;
    width: 100%;
    min-height: inherit;
    border-right: 0px;
    border-top: 1px solid #949494;
    padding: 20px 0;
    margin: 0px auto;
  }
  .footerNav .left ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin: 0px 18px 20px 18px;
  }
  .footerNav .left li {
    font-size: 12px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 2px solid #e50012;
    margin-bottom: 8px;
  }
  .footerNav .right {
    float: none;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
  }
  .footerNav .right .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .footerNav .right .info {
    font-size: 14px;
    line-height: 23px;
    width: 80%;
    margin: 0px auto;
  }
  .footerNav .right .callTitle {
    font-size: 14px;
    margin-top: 20px;
  }
  .footerNav .right .callMun {
    font-size: 30px;
  }

  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer .container {
    width: 100%;
  }
  .footer .left {
    float: none;
    width: 80%;
    margin: 0px auto;
    text-align: center;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 0px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 6px;
  }
  .footer .left .titleEn {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .footer .left .info {
    font-size: 12px;
    line-height: 16px;
    display: none;
  }
  .footer .left .info span {
    display: block;
  }
  .footer .right {
    float: none;
    width: 250px;
    padding-top: 20px;
    margin: 0px auto;
    text-align: center;
  }
  .footer .right .title {
    font-size: 16px;
    padding-bottom: 0px;
    display: none;
  }
  .footer .right .child {
    width: 46px;
    float: none;
    margin: 5px 7px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .fixed {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width:1023px) {
  .container {
    width: 93.75%;
  }
  .mainTitle {
    font-size: 60px;
    line-height: 60px;
  }
  .mainSub {
    width: 37px;
    height: 2px;
    margin: 24px auto;
  }
  .mainInfo {
    padding: 10px 0px;
    font-size: 24px;
  }
  .linkBtn {
    background-size: 27px auto;
    background-position: 190px center;
    width: 230px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .linkBtn span {
    margin-left: 20px;
  }


  .header {
    height: 74px;
  }
  .main-wrapper {
    margin-top: 74px;
  }
  .header .container {
    width: 100%;
  }
  .header .logo1 {
    top: 12px;
    left: 17px;
    height: 52px;
  }
  .header .nav {
    background: #fff;
    display: none;
    border-left: 1px solid #ddd;
    position: fixed;
    top: 75px;
    right: -125px;
    width: 124px;
    height: auto;
    line-height: normal;
  }
  .header .nav li {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 0px;
    width: 124px;
    height: 74px;
    line-height: 74px;
    float: none;
  }
  .header .nav li.on {
    color: #E50012;
  }
  .header .nav li:hover {
    color: #E50012;
    background: #ddd;
  }
  .header .navBtn {
    right: 17px;
    width: 30px;
    height: auto;
    margin-top: -13px;
  }

  .list {
    display: none !important;
  }

  .contact {
    padding: 30px 0px;
  }
  .contact .title {
    font-size: 36px;
    line-height: 36px;
  }
  .contact .mainSub {
    width: 85px;
    height: 2px;
  }
  .contact .info {
    font-size: 18px;
    line-height: 28px;
  }

  .footerNav {
    padding: 0;
    display: none;
  }
  .footerNav .container {
    width: 100%;
  }
  .footerNav .left {
    float: none;
    width: 100%;
    min-height: inherit;
    border-right: 0px;
    border-top: 1px solid #949494;
    padding: 20px 0;
    margin: 0px auto;
  }
  .footerNav .left ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin: 0px 18px;
  }
  .footerNav .left li {
    font-size: 14px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    border-bottom: 2px solid #e50012;
    margin-bottom: 10px;
  }
  .footerNav .right {
    float: none;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .footerNav .right .title {
    font-size: 39px;
  }
  .footerNav .right .info {
    font-size: 16px;
    line-height: 25px;
    width: 540px;
    margin: 0px auto;
  }
  .footerNav .right .callTitle {
    font-size: 18px;
    margin-top: 36px;
  }
  .footerNav .right .callMun {
    font-size: 44px;
  }

  .footer {
    height: auto;
  }
  .footer .container {
    width: 100%;
    padding: 30px 0;
  }
  .footer .left {
    float: none;
    width: 480px;
    margin: 0px auto;
    text-align: center;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 0px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 10px;
  }
  .footer .left .titleEn {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .footer .left .info {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  .footer .left .info span {
    display: block;
  }
  .footer .right {
    float: none;
    width: 250px;
    padding-top: 0px;
    margin: 0px auto;
    text-align: center;
  }
  .footer .right .title {
    font-size: 16px;
    padding-bottom: 10px;
    display: none;
  }
  .footer .right .child {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 57px;
    float: none;
    margin: 5px 7px 0 0;
  }
  .fixed {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width:1199px) {
  .mainTitle {
    font-size: 50px;
    line-height: 50px;
  }
  .mainSub {
    width: 30px;
    height: 2px;
    margin: 20px auto;
  }
  .mainInfo {
    padding: 8px 0px;
    font-size: 20px;
  }
  .linkBtn {
    background-size: 18px auto;
    border: 1px solid #e60012;
    background-position: 131px center;
    width: 158px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .linkBtn span {
    margin-left: 16px;
  }
  .container {
    width: 796px;
  }

  .header {
    height: 68px;
  }
  .main-wrapper {
    margin-top: 68px;
  }
  .header .logo1 {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
  }
  .header .logo1 {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .header .logo1 {
    top: 11px;
    left: 13px;
    height: 44px;
  }

  .header .nav {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .header .nav {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .header .nav {
    width: auto;
    display: inline-block !important;
    height: 82px;
    line-height: 82px;
    left: 7%;
  }
  .header .nav li {
    font-size: 18px;
    margin: 0 40px;
  }
  .header .navBtn {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
  }
  .header .navBtn {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .header .navBtn {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .header .navBtn {
    width: 33px;
    height: 28px;
    margin-top: -14px;
  }

  .list .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .list .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .list {
    height: 490px;
  }
  .list .container {
    width: 960px;
  }
  .list .left {
    width: 500px;
  }
  .list .left .redTitle {
    height: 60px;
    line-height: 60px;
    font-size: 52px;
    white-space: nowrap;
  }
  .list .left .title {
    line-height: 54px;
    padding: 14px 0 6px 0;
    margin-bottom: 8px;
    font-size: 44px;
  }
  .list .left .sub {
    width: 100%;
    margin: 18px 0 12px 0;
  }
  .list .left .footTitle {
    heihgt: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .list .left .footTitle .titleB {
    font-size: 26px;
  }
  .list .left .info {
    font-size: 14px;
  }
  .list .left .listTitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 36px;
  }
  .list .left .listInfo {
    line-height: 22px;
    font-size: 17px;
    margin-top: 12px;
  }
  .list .left .listInfo span {
    margin: 0 12px;
  }
  .list .right {
    width: 400px;
  }
  .list .right .title {
    font-size: 24px;
  }
  .list .right .line {
    padding: 4px 0;
  }
  .list .right .line .inputText {
    width: 364px;
    font-size: 14px;
    line-height: 46px;
    height: 46px;
  }
  .list .right .line .textArea {
    width: 364px;
    height: 116px;
    font-size: 14px;
  }
  .list .right .line .inputBtn {
    width: 400px;
    font-size: 17px;
  }
  #listCloseBtn {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  #listCloseBtn {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }


  .contact {
    padding: 64px 0px;
    height: 180px;
  }
  .contact .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
    overflow: hidden;
  }
  .contact .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .contact .title {
    font-size: 36px;
    line-height: 36px;
  }
  .contact .mainSub {
    width: 85px;
    height: 2px;
  }
  .contact .info {
    font-size: 18px;
    line-height: 28px;
  }

  .footerNav .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .footerNav .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .footerNav {
    padding: 24px 0;
    height: 230px;
    overflow: hidden;
  }
  .footerNav .container {
    width: 960px;
  }
  .footerNav .left {
    width: 640px;
    min-height: 250px;
    padding-top: 20px;
  }
  .footerNav .left ul {
    margin-right: 48px;
    float: left;
  }
  .footerNav .left li {
    font-size: 14px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footerNav .right {
    float: right;
    padding: 30px 0 0 40px;
    width: 270px;
  }
  .footerNav .right .title {
    font-size: 30px;
    line-height: 40px;
  }
  .footerNav .right .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footerNav .right .callTitle {
    font-size: 14px;
    margin-top: 28px;
  }
  .footerNav .right .callMun {
    font-size: 34px;
  }

  .footer {
    height: 160px;
  }
  .footer .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .footer .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .footer .container {
    width: 960px;
  }
  .footer .left {
    width: 680px;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 30px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 10px;
  }
  .footer .left .titleEn {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .footer .left .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .right {
    width: 270px;
    padding-top: 35px;
    float: right;
  }
  .footer .right .title {
    font-size: 16px;
  }
  .footer .right .child {
    width: 57px;
    margin: 14px 38px 0 0;
  }
  .footer .right .child.no {
    margin: 14px 0 0 0;
  }
}

@media (min-width: 1200px) and (max-width:1439px) {
  .mainTitle {
    font-size: 50px;
    line-height: 50px;
  }
  .mainSub {
    width: 30px;
    height: 2px;
    margin: 20px auto;
  }
  .mainInfo {
    padding: 8px 0px;
    font-size: 20px;
  }
  .linkBtn {
    background-size: 18px auto;
    border: 1px solid #e60012;
    background-position: 131px center;
    width: 158px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .linkBtn span {
    margin-left: 16px;
  }
  .container {
    width: 796px;
  }

  .header {
    height: 68px;
  }
  .main-wrapper {
    margin-top: 68px;
  }
  .header .logo1 {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
  }
  .header .logo1 {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  /*.header .logo1{transform:scale(0.83);-moz-transform:scale(0.83);-ms-transform:scale(0.83);-o-transform:scale(0.83);-webkit-transform:scale(0.83);}*/
  .header .logo1 {
    top: 11px;
    left: 13px;
    height: 44px;
  }

  .header .nav {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .header .nav {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .header .nav {
    width: auto;
    display: inline-block !important;
    height: 82px;
    line-height: 82px;
    left:7%;
  }
  .header .nav li {
    font-size: 18px;
    margin: 0 40px;
  }
  .header .navBtn {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
  }
  .header .navBtn {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .header .navBtn {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .header .navBtn {
    width: 33px;
    height: 28px;
    margin-top: -14px;
  }
  /*.list{height:544px;}
.list .container{transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;-webkit-transform-origin:center top;}
.list .container{transform:scale(0.83);-moz-transform:scale(0.83);-ms-transform:scale(0.83);-o-transform:scale(0.83);-webkit-transform:scale(0.83);}
.list .container{width:1161px;padding-top:65px;}
.list .left .redTitle{height:60px;line-height:60px;font-size:48px;}
.list .left .title{line-height:54px;padding:14px 0 6px 0;margin-bottom:8px;font-size:44px;}
.list .left .footTitle{height:30px;line-height:30px;font-size:20px;}
.list .left .footTitle .titleB{font-size:26px;}
.list .left .info{font-size:14px;}
.list .right{width:520px;}
.list .right .title{font-size:24px;}
.list .right .line .inputText{font-size:14px;height:46px;line-height:46px;}
.list .right .line .textArea{font-size:14px;height:124px;}
.list .right .line .inputBtn{font-size:17px;}*/
  .list {
    height: 544px;
    overflow: hidden;
  }
  .list .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .list .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .list .container {
    width: 960px;
  }
  .list .left {
    width: 500px;
  }
  .list .left .redTitle {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
  }
  .list .left .title {
    line-height: 54px;
    padding: 14px 0 6px 0;
    margin-bottom: 8px;
    font-size: 44px;
  }
  .list .left .sub {
    width: 100%;
    margin: 18px 0 12px 0;
  }
  .list .left .footTitle {
    heihgt: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .list .left .footTitle .titleB {
    font-size: 26px;
  }
  .list .left .info {
    font-size: 14px;
  }
  .list .left .listTitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 36px;
  }
  .list .left .listInfo {
    line-height: 22px;
    font-size: 17px;
    margin-top: 12px;
  }
  .list .left .listInfo span {
    margin: 0 12px;
  }
  .list .right {
    width: 400px;
  }
  .list .right .title {
    font-size: 24px;
  }
  .list .right .line {
    padding: 4px 0;
  }
  .list .right .line .inputText {
    width: 364px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .list .right .line .textArea {
    width: 364px;
    height: 180px;
    font-size: 14px;
    height: 124px;
  }
  .list .right .line .inputBtn {
    width: 400px;
    font-size: 17px;
  }
  #listCloseBtn {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  #listCloseBtn {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }


  .contact {
    padding: 64px 0px;
    height: 180px;
  }
  .contact .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
    overflow: hidden;
  }
  .contact .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .contact .title {
    font-size: 36px;
    line-height: 36px;
  }
  .contact .mainSub {
    width: 85px;
    height: 2px;
  }
  .contact .info {
    font-size: 18px;
    line-height: 28px;
  }

  .footerNav .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .footerNav .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .footerNav {
    padding: 24px 0;
    height: 230px;
    overflow: hidden;
  }
  .footerNav .container {
    width: 960px;
  }
  .footerNav .left {
    width: 640px;
    min-height: 250px;
    padding-top: 20px;
  }
  .footerNav .left ul {
    margin-right: 48px;
    float: left;
  }
  .footerNav .left li {
    font-size: 14px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footerNav .right {
    float: right;
    padding: 30px 0 0 40px;
    width: 270px;
  }
  .footerNav .right .title {
    font-size: 30px;
    line-height: 40px;
  }
  .footerNav .right .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footerNav .right .callTitle {
    font-size: 14px;
    margin-top: 28px;
  }
  .footerNav .right .callMun {
    font-size: 34px;
  }

  .footer {
    height: 160px;
  }
  .footer .container {
    transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
  }
  .footer .container {
    transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    -webkit-transform: scale(0.83);
  }
  .footer .container {
    width: 960px;
  }
  .footer .left {
    width: 680px;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 30px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 10px;
  }
  .footer .left .titleEn {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .footer .left .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .right {
    width: 270px;
    padding-top: 35px;
    float: right;
  }
  .footer .right .title {
    font-size: 16px;
  }
  .footer .right .child {
    width: 57px;
    margin: 14px 38px 0 0;
  }
  .footer .right .child.no {
    margin: 14px 0 0 0;
  }
}

@media (min-width: 1440px) and (max-width:1920px) {
  .mainTitle {
    font-size: 60px;
    line-height: 60px;
  }
  .mainSub {
    width: 37px;
    height: 2px;
    margin: 24px auto;
  }
  .mainInfo {
    padding: 10px 0px;
    font-size: 24px;
  }
  .linkBtn {
    background-size: 27px auto;
    background-position: 190px center;
    width: 230px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .linkBtn span {
    margin-left: 20px;
  }


  .header {
    height: 82px;
  }
  .main-wrapper {
    margin-top: 82px;
  }
  .header .logo1 {
    top: 10px;
    left: 26px;
    height: 62px;
  }

  .header .nav {
    width: auto;
    display: inline-block !important;
    height: 82px;
    line-height: 82px;
  }
  .header .nav li {
    font-size: 18px;
    margin: 0px 40px;
  }

  .header .navBtn {
    width: 33px;
    height: 28px;
    margin-top: -14px;
  }
  /*.list{height:595px;}
.list .container{width:1161px;padding-top:65px;}
.list .left .redTitle{height:60px;line-height:60px;font-size:48px;}
.list .left .title{line-height:54px;padding:14px 0 6px 0;margin-bottom:8px;font-size:44px;}
.list .left .footTitle{height:30px;line-height:30px;font-size:20px;}
.list .left .footTitle .titleB{font-size:26px;}
.list .left .info{font-size:14px;}
.list .right{width:520px;}
.list .right .title{font-size:24px;}
.list .right .line .inputText{font-size:14px;height:46px;line-height:46px;}
.list .right .line .textArea{font-size:14px;height:124px;}
.list .right .line .inputBtn{font-size:17px;}*/
  .list {
    height: 595px;
  }
  .list .container {
    width: 960px;
  }
  .list .left {
    width: 500px;
  }
  .list .left .redTitle {
    height: 60px;
    line-height: 60px;
    font-size: 48px;
  }
  .list .left .title {
    line-height: 54px;
    padding: 14px 0 6px 0;
    margin-bottom: 8px;
    font-size: 44px;
  }
  .list .left .sub {
    width: 100%;
    margin: 18px 0 12px 0;
  }
  .list .left .footTitle {
    heihgt: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .list .left .footTitle .titleB {
    font-size: 26px;
  }
  .list .left .info {
    font-size: 14px;
  }
  .list .left .listTitle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 36px;
  }
  .list .left .listInfo {
    line-height: 22px;
    font-size: 17px;
    margin-top: 12px;
  }
  .list .left .listInfo span {
    margin: 0 12px;
  }
  .list .right {
    width: 400px;
  }
  .list .right .title {
    font-size: 24px;
  }
  .list .right .line {
    padding: 4px 0;
  }
  .list .right .line .inputText {
    width: 364px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
  }
  .list .right .line .textArea {
    width: 364px;
    height: 124px;
    font-size: 14px;
  }
  .list .right .line .inputBtn {
    width: 400px;
    font-size: 17px;
  }


  .contact {
    padding: 80px 0px;
  }
  .contact .title {
    font-size: 36px;
    line-height: 36px;
  }
  .contact .mainSub {
    width: 85px;
    height: 2px;
  }
  .contact .info {
    font-size: 18px;
    line-height: 28px;
  }

  .footerNav {
    padding: 30px 0;
  }
  .footerNav .container {
    width: 960px;
  }
  .footerNav .left {
    width: 640px;
    min-height: 250px;
    padding-top: 20px;
  }
  .footerNav .left ul {
    margin-right: 48px;
    float: left;
  }
  .footerNav .left li {
    font-size: 14px;
    line-height: 26px;
  }
  .footerNav .left .title {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footerNav .right {
    float: right;
    padding: 30px 0 0 40px;
    width: 270px;
  }
  .footerNav .right .title {
    font-size: 30px;
    line-height: 40px;
  }

  .footerNav .right .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footerNav .right .callTitle {
    font-size: 14px;
    margin-top: 28px;
  }
  .footerNav .right .callMun {
    font-size: 34px;
  }
  .footer .container {
    width: 960px;
  }
  .footer .left {
    width: 680px;
  }
  .footer .left .title {
    font-size: 14px;
    padding-top: 30px;
  }
  .footer .left .title .titleB {
    font-size: 18px;
    margin-right: 10px;
  }
  .footer .left .titleEn {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .footer .left .info {
    font-size: 12px;
    line-height: 20px;
  }
  .footer .right {
    width: 270px;
    padding-top: 35px;
    float: right;
  }
  .footer .right .title {
    font-size: 16px;
  }
  .footer .right .child {
    width: 57px;
    margin: 14px 38px 0 0;
  }
  .footer .right .child.no {
    margin: 14px 0 0 0;
  }
}

.clear {
  clear: both;
}

.cy13 {}

.cy14 {
  width: 1262px;
  margin: 1em auto 1em auto;
  max-width: 95%;
}

.cy15 {
  float: left;
}

.cy16 {
  float: right;
  width: 626px;
  max-width: 100%;
}

.cy15 img {
  max-width: 100%
}

.wmfx {
    border-bottom: 1px solid #e73227;
  font-size: 1.6em;
  color: #ef1a0d;
  line-height: 1.8;
}

.snl {
  border-bottom: 1px solid #e73227;
  padding-bottom: 1em;
}

.snl p {
  padding-top: 3em;
  line-height: 1.9;
  color: #221815;
}

.snl li a { line-height:28px; color:#333333}

.snl li a:hover { color:#FF0000;}
  
.more16 {}

.more16 a {
  color: #333;
}

.more16 span {
  display: inline-block;
  margin: 1em 0.5em 0 0.5em;
  letter-spacing: 0.1em;
}

.more16 img {
  margin-bottom: -12px;
}

.wapBtnAn {
  transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.dh16 {
  position: absolute;
  right: -20%;
  top: 50%;
  margin-top: -13px;
}

.dh16 img {}

.black {
  background: #000000;
  padding: 5em 0;
}

.wmdys1 {
  width: 500px;
  margin-left: 100px;
  float: left;
  color: #fffefc;
}

.wmdys1 h4 {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: 0;
}

.wmdys1 h5 {
  margin: 0.5em 0;
}

.wmdys1 h4 span {}

.wmdys2 {
  border: 1px solid #fffefc;
  border-left: none;
  border-right: none;
  margin-top: 4em;
  padding: 1.5em 0;
}

.wmdys2 p {
  padding: 0.8em 0;
  line-height: 2.3;
}

.wmdys3 {
  float: right;
  margin-right: 150px;
  color: #e83228;
  margin-top: 6em;
}

.wmdys3 p {
  color: #fff;
  margin-top: 15px;
  padding-left: 34px;
  letter-spacing: 0.1em;
  font-size: 80%;
  margin-bottom: 1.5em;
}

.wmdys3 h4 {
  font-size: 1.8em;
  font-weight: 500;
  background: url(../images/h2.png) no-repeat;
  padding-left: 34px;
}

.wmdys3 span {
  color: #fff;
  display: inline-block;
  margin-left: 34px;
}

.margin0 {
  margin: 0 auto;
}

.case16 {
  text-align: center;
  font-size: 1.8em;
  color: #e71c15;
  letter-spacing: 0.6em;
}

.case16 span {
  color: #727171;
  display: inline-block;
  margin-right: 1.5em;
}

.fl16 {
  text-align: center;
  margin-top: 0.9em;
  padding: 1em 0;
  border: 1px solid #727171;
  border-left: none;
  border-right: none;
  border-bottom:none;
}


.fl16 a,.fl16 span {
  font-size: 1.4em;
  color: #727171;
  letter-spacing: 0.2em;
  padding: 0 0.9em;
}

.case16 a {
  color: #e71c15
}

.mg36 {
  margin-top: 3.6em;
}

p.fdyd {
  font-size: 1.1em;
}

p.gdyd {
  font-size: 1.3em;
}

.jz116 {
  border-bottom: 1px solid #bbbbbb;

}

.jz117 {}

.jz117 h2 {
  text-align: center;
  color: #e83228;
  font-size: 2.2em;
  font-weight: normal;
  margin: 0;
}

.jz117 h3 {
  font-size: 2em;
  color: #898989;
  text-align: center;
  font-weight: normal;
  margin-top: 1.3em;
  margin-bottom: 0.3em;
}

.jz117 p {
  width: 90%;
  max-width: 950px;
  margin: 2em auto;
  text-align: center;
  color: #444;
  line-height: 1.8; font-size: 1em;
}

.cpgh {
  text-align: center;
}

.cpgh p {
  text-align: center;
  color: #e83228;
  font-size: 1em;
  margin: 2em 0 0;
}

.cpgh span {
  display: block;
  margin: 0.2em auto 0.5em;
  text-align: center;
  color: #b5b5b5;
}

.mg5 {
  margin: 0 0.35%
}

.cpgh img {}

.hcp {
  margin-top: 1.8em;
}

.hcp ul {}

.hcp ul li {
  position:relative;
  width: 33.1%;
  float: left;
  background: #e83227;
  padding: 5em 0;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fffefc;
}
.hcp ul li:hover .hoverDiv,.hcp ul li.cur .hoverDiv{
  display: block;
   animation-name: pulse;
}
.hcp ul li .hoverDiv{
  display: none;
  text-align: left;
  z-index: 1;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  background:#dddddd;
  color:#e67563;
  height: 100%;
}
.hcp ul li .hoverDiv div{padding:14% 0 20px 20px; font-size: 16px;}
.hcp ul li p {
  color: #fffefc;
  font-weight: 300;
  white-space: nowrap;
}


@media (max-width: 1023px) and (min-width: 640px){
  .hcp ul li p {
      font-size:14px;
  }
  .hcp ul li h3{font-size:14px;}
  .hcp ul li span{font-size:13px;}
  .hcp ul li .hoverDiv div{font-size:12px;}
}


.hcp ul li span {
  display: block;
  width: 9em;
  margin: 0.5em auto 0;
  background: #fff;
  border-radius: 1em;
  color: #ff5354;
  letter-spacing: 0;
  padding: 0.2em;
}

.hcp ul li img {
  margin-top: 1.9em;
}

.hcp ul li h3 {
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.wmdkh {
  color: #9fa0a0;
  font-size: 1.7em;
  letter-spacing: 0.5em;
}

.wmdkh2 {
  color: #595757;
  font-size: 1.7em;
  margin: 0.3em 0 0;
  display: block;
}

.container33 {
  width: 1220px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.hzgy {
  text-align: center;
}

.hzgy h4 {
  color: #595757;
  font-size: 18px;
  font-weight: normal;
  margin: 0em auto 0.5em;
}

.hzgy p {
  color: #e83828;
  font-size: 2em;
  letter-spacing: 0.6em;
}

.hzgy img {
  max-width: 100%;
  margin: 1em auto;
}

.footer2 {
  background-color: #e83228;
  padding: 6px 0 3px;
}

.footer3 {
  width: 1220px;
  max-width: 90%;
  margin: 3em auto;
}

.tb13 {
  width: 340px;
  float: right;
  margin-right: 10%;
}

.tb13 a {
  position: relative;
  display: inline-block;
  width: 24%;
  text-align: center;
}

.tb13 a .childCode {
  display: inline-block;
  position: absolute;
  top: -160px;
  left: -40px;
}

.tb13 a img {}

.tb13 a .child {
  display: inline-block
}

img.ftimg {
  float: left;
  width: 263px;
}

.ftz {
  float: left;
  width: 425px;
  margin: 0 1em;
}

.ftz p {
  color: #e83828;
  font-size: 0.8em;
  padding-top: 0.6em; line-height:25px;
}

.ftz span {
  color: #e83828;
  font-size: 1.2em;
  padding-top: 0.2em;
  display: block;
  font-family: '微软雅黑';
}

.ftz p.dz19 {
  color: #221815;
  padding-top: 0.4em;
  font-family: '微软雅黑';
}

.yql19 {
  float: left;
  width: 500px;
  padding-top: 0.7em;
}

.yql19 span {
  display: block;
  padding-bottom: 0.7em;
  font-size: 12px;
  font-family: '微软雅黑';
  color: #999;
}

.yql19 a {
  color: #999;
  font-size: 12px;
  padding-right: 0.9em;
  font-family: '微软雅黑';
  white-space: nowrap;
  padding-bottom: 0.2em;
  display: inline-block;
}

@media (min-width: 0px) and (max-width:1350px) {
  .yql19 {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width:798px) {
  .yql19 {
    width: 100%;
  }
  .footer3 {
    text-align: center;padding-bottom:60px;
  }
  img.ftimg {
    float: none;
    max-width: 100%;
    width: auto;
  }
  .ftz {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom:2.6em;
    padding-top:2.6em;
    background:#eee;
    margin-bottom:20px;
  }
  .ftz>div{padding:0 4%;}
  .yql19 {
    text-align: left
  }
}

@media (min-width: 0px) and (max-width:1600px) {

}

@media (min-width: 0px) and (max-width:1262px) {
  .dh16 {
    display: none;
  }

  .wmdys1 {
    float: none;
    margin: 0 auto;
    text-align: left;
    max-width: 100%
  }
  .wmdys3 {
    float: none;
    margin: 3em auto 0;
    text-align: left;
    width: 500px;
    max-width: 100%
  }
  .wmdys3 h4{ padding-left:0;background:none;}
  .wmdys3 span{margin-left:0;}
  .wmdys3 p{padding-left:0;}
  .cy15 {
    float: none
  }
  .cy14 {
    text-align: center;
  }
  .cy16 {
    float: none;
    text-align: left; padding-left:10px;
    margin: 0 auto
  }
}
@media (min-width:1263px) {
  .header .nav{left:0;}
}
@media (min-width: 0px) and (max-width:1100px) {

}

@media (min-width: 0px) and (max-width:640px) {
  .hcp ul li {
    width: 99%;
    margin: 0.5em auto
  }
  .mg5 {
    margin: 0.5em auto
  }

  .tb13 {
    float: none;
    margin: 0 auto
  }
  .fl16 a,.fl16 span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5em 0;
    margin: 0;
    float: left
  }
}

h4.fl4 {}

h4.fl4 a {
  font-size: 2.8em;
  color: #333;
  font-weight: normal;
}

.fl17 {
  background: #3f3b3a;
  color: #fff;
  padding: 0.8em 0;
}

.fl17 a {
  font-size: 1.5em;
  padding: 0.5% 1%;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 479px) {
  .banner {
    margin-top: 0px;
    background-size: auto 230px;
    background-position: center 0!important;
  }
  .main-wrapper {
    margin-top: 0;
  }
}

.cjyheaderH {
  padding-top: 120px;
}

@media (max-width: 479px) {

  .cjyheaderH {
    padding-top: 0;
  }
}

@media (min-width: 480px) and (max-width: 639px) {

  .cjyheaderH {
    padding-top: 74px;
  }
}

@media (min-width: 640px) and (max-width:1023px) {
  .cjyheaderH {
    padding-top: 74px;
  }
}

@media (min-width: 1024px) and (max-width:1199px) {

  .cjyheaderH {
    padding-top: 68px;
  }
}

@media (min-width: 1200px) and (max-width:1439px) {
  .cjyheaderH {
    padding-top: 68px;
  }
}

@media (min-width: 1440px) and (max-width:1920px) {

  .cjyheaderH {
    padding-top: 82px;
  }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.infinite {
    animation-iteration-count: infinite
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}
.pulse {
    animation-name: pulse
}

.menu1box{position:relative;overflow:hidden;height:45px; line-height:45px;width:540px; margin:0 auto;}
#menu1{position:absolute;top:0;left:0;z-index:1;}
#menu1 li{float:left;display:block;cursor:pointer;width:178px;text-align:center; color:#b4b4b4;}
#menu1 li.hover{color:#b4b4b4;}

#menu1 li a{ color:#787878;font-family:"微软雅黑"; }
#menu1 li a:hover{ color:#E50012;}

.main1box{ line-height:25px; width:100%; color:#b4b4b4; text-align:center; padding-top:10px;}
.main1box a{display:inline-block; color:#b4b4b4;font-family:"微软雅黑"; padding-left:12px; padding-right:12px;color:#E50012;}
.main1box a:hover{ color:#990000;}


#main1 ul{ display:none; background:#3c3c3c;}
#main1 ul.block{display:block; }
.h100{height:100%;}

@media (min-width: 1440px) and (max-width: 1740px){
  .dh16{right:-6%;}
}

@media (max-width: 540px){
  .yql19 a{min-width:45%;    padding-right: 2%;}
}
.txtCenter{text-align:center;}