@charset "UTF-8";
/*
*   margin、padding统一
*   默认字体、默认字体大小、背景颜色
*/
.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'PingFang SC-Medium', 'PingFang SC', 'Microsoft YaHei';
  font-weight: 400;
  font-size: 14px;
  color: black;
  position: relative;
}

div, p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

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

/*  统一超链接的样式    */
a {
  text-decoration: none;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

a:active {
  color: #333333;
}

.currentPage {
  background-color: #C13939;
}

/* 浏览器宽度大于1440px时的样式 */
/*  顶部联系栏目样式    */
.top {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #1A1A1A;
  color: #FFFFFF;
}

.top .topWrap {
  position: relative;
  float: right;
  height: 20px;
  padding: 10px 0;
  width: auto;
}

.top .topWrap span {
  line-height: 16px;
  font-weight: 500;
}

.top .topWrap span img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.top .topWrap span:hover {
  color: #C13939;
}

.top .topWrap span:nth-child(2) {
  margin-left: 48px;
}

/*  站内导航栏  */
.nav {
  width: 100%;
  height: 88px;
  position: relative;
  z-index: 100;
}

.nav .logo {
  width: 220px;
  height: auto;
  padding: 20px 0 20px 0;
  position: relative;
  float: left;
}

.nav .logo img {
  height: 44px;
  width: 220px;
}

.nav .navPhone {
  display: none;
  float: right;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 2%;
}

.nav .navPhone span {
  font-size: 28px;
}

.nav .navPhone span img {
  height: 40px;
  vertical-align: middle;
  padding-left: 20px;
}

.nav .navList {
  width: 1100px;
  height: 88px;
  margin-left: 120px;
  position: relative;
  float: left;
  /*  IE8不支持:last-child选择器只能用:first-child + 相邻元素的方法   */
}

.nav .navList .navItem {
  height: 88px;
  position: relative;
  float: left;
  margin-right: 18px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.nav .navList .navItem ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

.nav .navList .navItem ul li:first-child + li, .nav .navList .navItem ul li:first-child + li + li, .nav .navList .navItem ul li:first-child + li + li + li, .nav .navList .navItem ul li:first-child + li + li + li + li {
  display: none;
}

.nav .navList .navItem ul:hover {
  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.37);
          box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.37);
}

.nav .navList .navItem ul:hover li:first-child + li, .nav .navList .navItem ul:hover li:first-child + li + li, .nav .navList .navItem ul:hover li:first-child + li + li + li, .nav .navList .navItem ul:hover li:first-child + li + li + li + li {
  display: block;
}

.nav .navList .navItem a {
  display: block;
  padding: 34.5px 20px;
  text-align: center;
}

.nav .navList .navItem a:link {
  color: #333333;
}

.nav .navList .navItem a:visited {
  color: #333333;
}

.nav .navList .navItem a:hover {
  color: #FFFFFF;
  background-color: #C13939;
}

.nav .navList .navItem a:active {
  color: #333333;
}

.nav .navList .navItem:hover {
  background-color: #C13939;
  color: #FFFFFF;
}

.nav .navList div:first-child + div + div + div + div + div + div + div {
  margin-right: 0;
}

.nav .navList div:last-child {
  margin-right: 0;
}

/*  导航栏从1500px ~ 1025px之间的自适应配置 */
@media screen and (max-width: 1500px) {
  .nav .container {
    width: 100%;
  }
  .nav .container .logo {
    margin-left: 2%;
  }
  .nav .container .navList {
    margin-left: 10%;
    width: auto;
  }
  .nav .container .navList .navItem {
    margin-right: 0;
  }
}

@media screen and (max-width: 1500px) and (max-width: 1350px) {
  .nav .container .navList {
    margin-left: 10%;
    height: 88px;
  }
  .nav .container .navList .navItem a {
    padding: 34.5px 10px;
  }
}

@media screen and (max-width: 1500px) and (max-width: 1150px) {
  .nav .container .navList {
    margin-left: 1%;
  }
}

/*  浏览器宽度小于1440px时的样式    */
@media screen and (max-width: 1440px) {
  .top .container {
    width: 100%;
  }
  .top .container .topWrap {
    padding-right: 20px;
  }
}

/*  平板尺寸    */
@media screen and (max-width: 1035px) {
  .top .container .topWrap {
    float: none;
    padding-right: 0;
    padding-left: 3%;
  }
  .top .container .topWrap span:first-child + span {
    margin-left: 20px;
  }
  .nav {
    width: 100%;
  }
  .nav .container .navList {
    display: none;
    margin-left: 0;
    width: 100%;
  }
  .nav .container .navList .navItem {
    margin-left: 0;
    width: 100%;
    height: auto;
    float: none;
    background-color: white;
  }
  .nav .container .navList .navItem ul {
    display: block;
  }
  .nav .container .navList .navItem ul li {
    display: block;
    float: none;
    padding-left: 10%;
    width: 90%;
  }
  .nav .container .navList .navItem ul li:first-child {
    padding-left: 0;
    width: 100%;
  }
  .nav .container .navList .navItem ul li:first-child + li {
    display: block;
  }
  .nav .container .navList .navItem ul li:first-child + li + li {
    display: block;
  }
  .nav .container .navPhone {
    display: block;
  }
}

/*  手机尺寸    */
@media screen and (max-width: 440px) {
  .nav .container .navPhone span:first-child {
    display: none;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: 778px;
  background-image: url("../images/footerBg.png");
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/footerBg.png", sizingMethod='scale');
}

.footer .footerWrap {
  position: relative;
  width: 1440px;
  height: 778px;
  margin: 0 auto;
  /*  页脚右侧    */
}

.footer .footerWrap .footerLeft {
  height: 778px;
  width: 706px;
  float: left;
}

.footer .footerWrap .footerLeft .footerLeftLogo {
  padding-top: 120px;
  width: 330px;
}

.footer .footerWrap .footerLeft .footerLeftLogo img {
  width: 100%;
}

.footer .footerWrap .footerLeft .footerLeftIntro {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-indent: 2em;
  width: 706px;
  height: 141px;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.6);
}

@media all\0 {
  .footer .footerWrap .footerLeft .footerLeftIntro {
    color: lightgrey;
  }
}

.footer .footerWrap .footerLeft .footerLeftQRCode {
  height: 179px;
  width: 706px;
  margin-top: 73px;
  position: relative;
}

.footer .footerWrap .footerLeft .footerLeftQRCode div {
  position: relative;
  float: left;
  height: 179px;
  width: 133px;
}

.footer .footerWrap .footerLeft .footerLeftQRCode div div {
  width: 133px;
  height: 132px;
}

.footer .footerWrap .footerLeft .footerLeftQRCode div div img {
  height: 132px;
}

.footer .footerWrap .footerLeft .footerLeftQRCode div div:first-child + div {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  height: 20px;
  margin-left: 0px;
}

.footer .footerWrap .footerLeft .footerLeftQRCode div:first-child + div {
  margin-left: 64px;
}

.footer .footerWrap .footerLeft .copyright {
  width: 250px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 68px;
}

.footer .footerWrap .footerRight {
  position: relative;
  float: right;
  width: 586px;
}

.footer .footerWrap .footerRight .footerRightTitle {
  position: relative;
  width: 144px;
  height: 34px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 118px;
}

.footer .footerWrap .footerRight .footerRightContent {
  position: relative;
  width: 378px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 16px;
  margin-top: 12px;
}

@media all\0 {
  .footer .footerWrap .footerRight .footerRightContent {
    color: lightgrey;
  }
}

.footer .footerWrap .footerRight .footerRightInput {
  height: 31px;
  width: 520px;
  padding: 15px 27px 15px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
}

@media all\0 {
  .footer .footerWrap .footerRight .footerRightInput {
    line-height: 31px;
  }
}

.footer .footerWrap .footerRight .footerRightSend {
  width: 221px;
  height: 56px;
  background-color: #c13939;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  border: 0;
  margin-top: 24px;
}

.footer .footerWrap .footerRight .footerRightLink {
  position: relative;
  height: 31px;
  margin-top: 161px;
}

.footer .footerWrap .footerRight .footerRightLink div {
  float: left;
  margin-left: 140px;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child {
  width: 104px;
  margin-left: 19px;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child img {
  width: 100%;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child + div {
  width: 70px;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child + div img {
  width: 100%;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child + div + div {
  width: 71px;
}

.footer .footerWrap .footerRight .footerRightLink div:first-child + div + div img {
  width: 100%;
}

.footer .toTop {
  position: fixed;
  width: 78px;
  height: 78px;
  right: 0;
  bottom: 115px;
  background-color: #c13939;
  cursor: pointer;
}

.footer .toTop div img {
  width: 100%;
  height: 100%;
}

.footer .toTop div:first-child {
  width: 32px;
  height: 32px;
  margin: 13px auto 0;
}

.footer .toTop div:first-child + div {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  height: 20px;
  width: 56px;
  text-align: center;
  margin: 0 auto;
}

/*  浏览器宽度小于1440px时的样式    */
@media screen and (max-width: 1440px) {
  .footer {
    width: 100%;
    height: 1415px;
  }
  .footer .footerWrap {
    width: 100%;
  }
  .footer .footerWrap .footerLeft, .footer .footerWrap .footerRight {
    float: none;
  }
  .footer .footerWrap .footerLeft {
    margin: 0 auto;
  }
  .footer .footerWrap .footerRight {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footerWrap .footerLeft .footerLeftIntro {
    height: auto;
  }
  .footer .footerWrap .footerLeft .footerLeftQRCode div:first-child + div {
    margin-left: 20px;
  }
  .footer .footerWrap .footerRight .footerRightContent {
    width: 100%;
  }
  .footer .footerWrap .footerRight .footerRightLink div:first-child + div {
    margin-left: 20px;
  }
  .footer .footerWrap .footerRight .footerRightLink div:first-child + div + div {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 720px) {
  .footer .footerWrap .footerLeft {
    width: 100%;
  }
  .footer .footerWrap .footerLeft .footerLeftLogo {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer .footerWrap .footerLeft .footerLeftIntro {
    width: 100%;
  }
  .footer .footerWrap .footerLeft .footerLeftQRCode {
    width: 100%;
  }
  .footer .footerWrap .footerRight {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .footer .footerWrap .footerRight .footerRightTitle {
    width: 100%;
  }
  .footer .footerWrap .footerRight .footerRightContent {
    width: 100%;
  }
  .footer .footerWrap .footerRight .footerRightInput {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    border: 0;
  }
  .footer .footerWrap .footerRight .footerRightLinke {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .footer .toTop {
    bottom: 10px;
  }
}

@media screen and (max-width: 700px) {
  .footer {
    height: auto;
  }
  .footer .footerWrap {
    height: auto;
  }
  .footer .footerWrap .footerLeft {
    height: auto;
  }
  .footer .footerWrap .footerLeft .footerLeftIntro {
    height: auto;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer .footerWrap .footerLeft .footerLeftQRCode {
    width: 96%;
    padding-left: 4%;
  }
  .footer .footerWrap .footerLeft .footerLeftQRCode div:first-child + div {
    margin-left: 20px;
  }
  .footer .footerWrap .footerLeft .copyright {
    padding-left: 3%;
  }
  .footer .footerWrap .footerRight {
    display: none;
  }
  .footer .footerWrap .footerRight .footerRightContent {
    width: 100%;
  }
  .footer .footerWrap .footerRight .footerRightLink div:first-child + div {
    margin-left: 20px;
  }
  .footer .footerWrap .footerRight .footerRightLink div:first-child + div + div {
    margin-left: 20px;
  }
  .footer .toTop {
    bottom: 10px;
  }
}