@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Bad+Script");
@import url("//at.alicdn.com/t/font_3316484_7tvnjpwcb2.css");
/*****************************************公共**********************************/
html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: unset;
}

html, body, div, ul, li, dl, dt, dd, ol, input, form, p, a, img, em, span, figure, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

input, button, select, textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}

textarea {
  resize: none;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.scontainer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-fuild {
  width: 100%;
}

.pt100 {
  padding-top: 6.25rem;
}

.mt100 {
  margin-top: 6.25rem;
}

/***********************************************************************************/
header {
  width: 100%;
  height: 4.9375rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  border-bottom: 1px solid	#e0e0e0;
  background-color: #fff;
}

header .header-box {
  position: relative;
}

header .header-box .head-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header .header-box .head-body .wap-menu {
  display: none;
}

header .header-box .head-body .logo {
  height: 3.75rem;
}

header .header-box .head-body .logo img {
  height: 3.75rem;
}

header .header-box .head-body ul.menu {
  display: flex;
  align-items: center;
}

header .header-box .head-body ul.menu > li {
  height: 4.9375rem;
  line-height: 4.9375rem;
  font-size: .9375rem;
  padding: 0 1.25rem;
}

header .header-box .head-body ul.menu > li > a {
  color: #000;
  display: block;
}

header .header-box .head-body ul.menu > li > a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid\9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

header .header-box .head-body ul.menu > li.active {
  background-color: #FF0000;
}

header .header-box .head-body ul.menu > li.active > a {
  color: #fff;
  font-weight: 600;
}

header .header-box .head-body ul.menu > li ol.subnav {
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #000;
}

header .header-box .head-body ul.menu > li ol.subnav > li > a {
  border-bottom: none;
  text-indent: 0;
  margin: .3125rem;
  padding: .3125rem 1.875rem;
  color: #909090;
}

/***********************************************************************************/
.com-banner {
  margin-top: 4.9375rem;
  width: 100%;
  background: url("/static/index/images/background/breadcrumb.jpg") no-repeat center;
  padding: 3.125rem 0;
  position: relative;
}

.com-banner::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.com-banner .text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.com-banner .text h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: .625rem;
  font-weight: 700;
}

.com-banner .text p {
  color: #fff;
  font-size: .9375rem;
}

.com-banner .text p a {
  color: #fff;
}

.about-banner {
  margin-top: 4.9375rem;
  max-width: 100%;
  overflow: hidden;
}

/***********************************************************************************/
footer {
  width: 100%;
  height: 100%;
  background-color: #111;
  font-size: .875rem;
  text-align: center;
  color: #c8c8c8;
}

footer .foot-box {
  padding: 3.125rem 0;
}

footer .foot-box p {
  line-height: 1.6;
  margin-bottom: .625rem;
}

footer .foot-box p a {
  color: #c8c8c8;
}

/***********************************************************************************/
@media (max-width: 750px) {
  header {
    height: auto;
  }
  header .header-box {
    position: static;
  }
  header .header-box .head-body {
    height: 3.125rem;
    justify-content: start;
  }
  header .header-box .head-body .logo {
    height: auto;
  }
  header .header-box .head-body .logo img {
    max-height: 2.8125rem;
    padding: .0625rem 0;
  }
  header .header-box .head-body .wap-menu {
    display: block;
    width: 3.125rem;
    text-align: center;
  }
  header .header-box .head-body .wap-menu i {
    font-size: 1.25rem;
    color: #e52220;
  }
  header .header-box .head-body ul.menu {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    padding: .9375rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  header .header-box .head-body ul.menu > li {
    width: 92%;
    height: auto;
    line-height: normal;
    padding: 0;
    margin: 0 auto;
    text-indent: .9375rem;
  }
  header .header-box .head-body ul.menu > li.active {
    background-color: #ff0000;
  }
  header .header-box .head-body ul.menu > li.active a {
    color: #fff;
    font-weight: 700;
  }
  header .header-box .head-body ul.menu > li a {
    display: block;
    color: #000;
    font-size: .875rem;
    padding: .625rem 0;
    border-bottom: .0625rem solid #e0e0e0;
  }
  header .header-box .head-body ul.menu > li a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  header .header-box .head-body ul.menu > li ol.subnav {
    position: static;
    height: auto;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #fff;
  }
  header .header-box .head-body ul.menu > li ol.subnav > li > a {
    background-color: #e0e0e0;
    border-bottom: none;
    text-indent: 0;
    margin: .3125rem;
    padding: .3125rem .625rem;
    color: #999;
  }
  .com-banner {
    margin-top: 3.125rem;
  }
  .about-banner {
    margin-top: 3.125rem;
  }
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
