@charset "UTF-8";
/* ul{ margin: 0px!important; padding: 0px;}
li{ list-style: none;} */
html {
  -webkit-text-size-adjust: none; }

* {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  width: auto; }

body {
  font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
  font-size: 17px;
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px; }

a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 1px; }

a:hover {
  color: #d6623d; }

/**/
/* project id 1683083 
@font-face {
font-family: 'iconfont';  
src: url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.eot');
src: url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.eot?#iefix') format('embedded-opentype'),
url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.woff2') format('woff2'),
url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.woff') format('woff'),
url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.ttf') format('truetype'),
url('http://at.alicdn.com/t/font_1683083_rxu7r44mbma.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
*/
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.header-top-bg {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee; }
  .header-top-bg .header-top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #6b6b6b; }
    .header-top-bg .header-top p {
      font-size: 11px; }

.header-bg {
  width: 100%;
  height: 160px;
  background-image: url(../images/header/header-bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  margin: 0 auto; }
  .header-bg .header {
    width: 1200px;
    height: 160px;
    margin: 0px auto;
    position: relative; }
    .header-bg .header .header-left {
      float: left;
      width: 520px;
      overflow: hidden; }
      .header-bg .header .header-left .logo {
        display: block;
        width: auto;
        height: 80px;
        margin-top: 52px;
        overflow: hidden; }
        .header-bg .header .header-left .logo img {
          height: 100%; }
    .header-bg .header .slogan {
      width: 390px;
      height: 68px;
      position: absolute;
      font-weight: 900;
      left: 290px;
      top: 60px;
      color: #ff0000;
      font-size: 68px; }
      .header-bg .header .slogan img {
        height: 100%; }
    .header-bg .header .contact {
      width: 230px;
      height: 50px;
      font-size: 13px;
      position: absolute;
      right: 0px;
      top: 58px; }
      .header-bg .header .contact p:nth-child(1) {
        color: #727272; }
      .header-bg .header .contact p:nth-child(2) {
        color: #fd0000;
        font-size: 22px;
        font-weight: bolder;
        font-style: italic;
        margin-top: 6px; }
      .header-bg .header .contact p:nth-child(3) {
        color: #727272;
        letter-spacing: 0px;
        margin-top: 5px; }

.nav-container {
  width: 100%;
  height: 70px;
  background-color: #FE2A00; }
  .nav-container .current-menu-item, .nav-container .current_page_item, .nav-container .current-menu-parent, .nav-container .current-post-ancestor {
    background-color: #FF6600; }
  .nav-container .nav-bar {
    width: 1200px;
    height: 70px;
    margin: 0 auto; }
    .nav-container .nav-bar .nav-list li.menu-item {
      width: 150px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      float: left;
      position: relative; }
      .nav-container .nav-bar .nav-list li.menu-item a {
        display: block;
        width: 100%;
        height: 100%;
        color: #FFF;
        font-size: 20px;
        cursor: pointer;
        font-weight: bold; }
      .nav-container .nav-bar .nav-list li.menu-item a:hover {
        background-color: #FF6600; }
      .nav-container .nav-bar .nav-list li.menu-item .select {
        width: 150px;
        position: absolute;
        top: 70px;
        left: 0px;
        overflow: hidden;
        display: none;
        z-index: 9999; }
        .nav-container .nav-bar .nav-list li.menu-item .select li {
          height: 40px;
          clear: both;
          background-color: #FE2A00; }
          .nav-container .nav-bar .nav-list li.menu-item .select li a {
            line-height: 40px;
            font-size: 14px;
            font-weight: normal !important; }
    .nav-container .nav-bar .nav-list li.menu-item:hover .select {
      display: block; }
    .nav-container .nav-bar .active {
      background-color: #FE2A00; }

/*************************************************************
**************************************************************
**************************************************************/
footer {
  width: 100%;
  height: 215px;
  background-color: #333;
  font-size: 13px;
  color: #fff; }
  footer a {
    font-size: 13px;
    color: #fff; }
  footer .footer-wrap {
    width: 1200px;
    height: 215px;
    margin: 0px auto; }
    footer .footer-wrap .footer-left {
      float: left; }
      footer .footer-wrap .footer-left .footer-col p {
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px; }
      footer .footer-wrap .footer-left .footer-col ul {
        overflow: hidden;
        clear: both; }
        footer .footer-wrap .footer-left .footer-col ul li {
          list-style: none;
          float: left;
          margin-right: 8px; }
      footer .footer-wrap .footer-left .footer-col:nth-child(1) {
        margin-top: 50px; }
      footer .footer-wrap .footer-left .weibo a {
        position: relative; }
      footer .footer-wrap .footer-left .weibo a:nth-child(1) {
        margin-right: 10px; }
      footer .footer-wrap .footer-left img {
        width: 20px;
        height: 20px;
        object-fit: cover;
        position: relative;
        top: 6px; }
    footer .footer-wrap .footer-right {
      float: right;
      padding-top: 35px;
      display: flex;
      justify-content: flex-end; }
      footer .footer-wrap .footer-right div {
        margin-left: 15px; }
        footer .footer-wrap .footer-right div img {
          width: 100px;
          height: 100px; }
        footer .footer-wrap .footer-right div p {
          text-align: center;
          letter-spacing: 5px;
          margin-top: 8px; }

/*************************************************************
**************************************************************
**************************************************************/
.swiper-container {
  width: 100%;
  height: 380px; }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%; }
  .swiper-container .swiper-slide img {
    width: 100%;
    object-fit: cover; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important; }

.swiper-pagination-bullet-active {
  background-color: #710304 !important; }

.slider-container {
  width: 500px;
  height: 400px;
  overflow: hidden;
  position: relative; }
  .slider-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative; }
    .slider-container .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .slider-container .swiper-wrapper .swiper-slide .slide-title {
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 15px; }
      .slider-container .swiper-wrapper .swiper-slide .slide-title .bg {
        background-color: #333;
        width: 100%;
        height: 100%;
        opacity: 0.5; }
      .slider-container .swiper-wrapper .swiper-slide .slide-title .tit {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        text-indent: 5px; }
  .slider-container .slider-pagination {
    width: auto !important;
    position: absolute;
    bottom: -20px;
    left: auto !important;
    right: 20px;
    z-index: 999; }

/*************************************************************
**************************************************************
**************************************************************/
.one-section {
  width: 1200px;
  margin: 38px auto 0 auto;
  overflow: hidden; }
  .one-section .one-section-left {
    float: left; }
  .one-section .one-section-right {
    float: right;
    width: 490px;
    height: 400px;
    background-color: #d8d8d8; }

.gongzuodongtaiUL {
  float: left;
  width: 675px;
  padding-top: 9px; }

.gongzuodongtaiUL li {
  float: left;
  width: 100%;
  height: 40px; }

.gongzuodongtaiUL li a {
  display: block;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1em;
  background: url(../images/dian.jpg) no-repeat 2px center;
  float: left;
  line-height: 35px;
  color: #4e4e4e;
  font-size: 16px; }

.gongzuodongtaiUL li span {
  float: right;
  line-height: 35px;
  font-size: 16px; }

.gongzuodongtaiUL li:hover a,
.gongzuodongtaiUL li:hover span {
  color: #8e050c; }

.gongzuodongtaiUL li:hover a {
  background: url(../images/diann.png) no-repeat 2px center; }

.gongzuodongtaiUL_g {
  position: relative; }

.gongzuodongtaiUL_g > a {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 16px; }

.flfgNav {
  overflow: hidden;
  float: left; }

.flfgList {
  width: 675px;
  height: 40px;
  position: relative;
  border-bottom: 2px solid #e5e5e5; }

.flfgList a {
  margin-right: 15px;
  display: block;
  float: left;
  width: 80px;
  height: 46px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  font-family: "微软雅黑";
  color: #4e4e4e; }

.flfgList a.hover,
.flfgList a:hover {
  background: url(../images/hover-pic.png) bottom;
  color: #8e050c;
  font-weight: bold; }

.tab3 {
  display: none; }

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.video-container {
  width: 1200px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between; }
  .video-container .video-wrap {
    width: 450px;
    height: 300px;
    background-color: #eeeeee; }
  .video-container .image-wrap {
    width: 340px;
    height: 300px;
    background-color: #eee;
    background-size: 100%;
    background-position: center;
    transition: 0.3s;
    position: relative; }
    .video-container .image-wrap:hover {
      background-size: 106%; }
    .video-container .image-wrap .ibg {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 300px;
      background-color: #333;
      opacity: 0.2; }
    .video-container .image-wrap a {
      display: block;
      width: 100%;
      height: 300px;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 300px;
      font-size: 22px;
      color: #fff;
      z-index: 1; }

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.banner-wrap {
  width: 1200px;
  min-height: 140px;
  margin: 30px auto 0 auto;
  overflow: hidden; }

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.product-container {
  width: 1200px;
  margin: 30px auto 0 auto;
  overflow: hidden; }
  .product-container .pheader {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    clear: both; }
    .product-container .pheader .pheader-title {
      width: 285px;
      height: 45px;
      line-height: 45px;
      background-image: linear-gradient(90deg, #941016, #fff);
      padding-left: 25px;
      float: left;
      letter-spacing: 3px; }
    .product-container .pheader a {
      font-size: 20px;
      float: right;
      margin-top: 10px; }
  .product-container .product-list {
    width: 100%;
    margin-top: 35px;
    float: left; }
    .product-container .product-list .product-item {
      font-size: 13px;
      color: #333;
      width: 220px;
      overflow: hidden;
      float: left;
      margin-right: 25px; }
      .product-container .product-list .product-item .product-image {
        display: block;
        width: 220px;
        height: 240px; }
        .product-container .product-list .product-item .product-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .product-container .product-list .product-item .product-title {
        margin-top: 13px;
        font-size: 13px;
        display: block;
        width: 100%;
        height: 13px;
        line-height: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .product-container .product-list .product-item .product-price {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        color: #cf1414; }
    .product-container .product-list .product-item:last-child {
      margin-right: 0px; }

/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.scroll-container {
  width: 1200px;
  height: 330px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px; }
  .scroll-container .scroll-item {
    width: 280px;
    height: 300px;
    float: left;
    margin: 10px;
    box-shadow: 0px 0px 10px #d1d1d1; }
    .scroll-container .scroll-item img {
      display: block;
      width: 260px;
      height: 145px;
      object-fit: cover;
      margin: 10px auto 0px auto; }
    .scroll-container .scroll-item p.one-line {
      height: 40px;
      width: 260px;
      margin: 0 auto;
      line-height: 40px;
      font-size: 15px;
      border-bottom: 1px solid #eee; }
    .scroll-container .scroll-item div.desc {
      width: 260px;
      margin: 15px auto 0 auto;
      font-size: 12px;
      line-height: 22px; }
    .scroll-container .scroll-item .more-btn {
      color: red; }

/* -------------------------------------------------------------------------- */
/*	分页
/* -------------------------------------------------------------------------- */
.pagination {
  font-size: 20px; }

.pagination .nav-links {
  align-items: baseline;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.8em;
  font-weight: 600; }

.pagination-separator {
  margin: 5em 0; }

.nav-links > * {
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 0.4em;
  border: 1px solid #3E3E3E;
  margin: 1.5em 0.25em;
  display: block; }

.nav-links > .current {
  background-color: #8e050c;
  border-color: #8e050c;
  color: #fff; }

.nav-links .placeholder {
  display: none;
  visibility: hidden; }

.pagination a {
  text-decoration: none; }

.pagination a:hover {
  border-color: #8e050c; }

.my-links {
  display: flex;
  margin-top: 18px; }
  .my-links ul {
    margin-left: 13px; }
    .my-links ul li {
      float: left;
      margin-right: 10px; }

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*-- 文章列表 -------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.i-banner {
  background-color: #f4f6f7;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 0 auto; }
  .i-banner img {
    width: 100%; }

.list-page-container-bg {
  background-color: #f4f6f7;
  overflow: hidden; }

.leftNav {
  width: 270px; }

.leftNav h3 {
  padding-top: 46px;
  padding-bottom: 34px;
  font-size: 20px;
  color: #f3fafd;
  text-align: center;
  background: url(../images/list-nav-title.png) center no-repeat;
  font-weight: bold; }

.leftNav .leftList {
  background-color: #fff;
  width: 255px;
  float: right; }

.leftNav .leftList .one {
  overflow: hidden; }

.leftNav .leftList .one .oneLi {
  text-indent: 10px;
  padding: 20px 0; }

.leftNav .leftList .one .oneLi > a {
  font-size: 18px;
  color: #555;
  display: block;
  width: 130px;
  margin: 0 auto; }

.leftNav .leftList .one .oneLi.yes > a {
  background-color: #fff;
  border-left: 4px solid #b80219;
  text-indent: 10px; }

.leftNav .leftList .one .oneLi.yes > a {
  color: #555; }

.leftNav .leftList .one .oneLi:hover a {
  color: #b80219; }

.leftNav .leftList .one .oneLi.yes .two {
  display: block; }

.leftNav .leftList .one .two {
  display: none; }

.leftNav .leftList .one .oneLi.yes .two .twoLi:last-child {
  border-bottom: none; }

.leftNav .leftList .one .oneLi.yes .two .twoLi {
  border-bottom: 1px dashed #dfdfdf;
  text-indent: 80px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0; }

.leftNav .leftList .one .oneLi.yes .two .twoLi a {
  color: #333;
  font-size: 16px; }

.leftNav .leftList .one .oneLi.yes .two .twoLi:hover a {
  color: #0a64b9; }

.leftNav .leftList .one .oneLi.yes .two .twoLi.on a {
  color: #0a64b9; }

.oneLi.iactive a {
  color: #b80219 !important; }

.list-page-container {
  width: 1200px;
  min-height: calc(100vh - 445px);
  margin: 30px auto;
  overflow: hidden; }
  .list-page-container .list-left {
    width: 250px;
    float: left;
    overflow: hidden; }
    .list-page-container .list-left .navnav_dhang {
      margin-top: 60px; }
  .list-page-container .list-right {
    width: 900px;
    float: right; }
    .list-page-container .list-right .bread-nav {
      height: 30px;
      line-height: 30px; }
    .list-page-container .list-right .flBox1 {
      padding: 30px 30px 60px 30px;
      background-color: #fff;
      margin-top: 30px; }
      .list-page-container .list-right .flBox1 .conTitle {
        border-bottom: 1px solid #8e050c;
        margin-bottom: 20px; }
      .list-page-container .list-right .flBox1 .conTitle a {
        font-size: 22px;
        color: #8e050c;
        font-weight: bold;
        border-bottom: 2px solid #8e050c;
        display: inline-block;
        padding-bottom: 8px; }
    .list-page-container .list-right .flBox1 .flList1 li {
      line-height: 45px;
      position: relative; }
    .list-page-container .list-right .flBox1 .flList1 li i {
      background: #555555;
      width: 3px;
      height: 3px;
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 0px;
      border-radius: 50%; }
    .list-page-container .list-right .flBox1 .flList1 li a {
      font-size: 16px;
      color: #555555;
      margin-left: 12px;
      transition: all 1s;
      width: 680px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .list-page-container .list-right .flBox1 .flList1 li:hover a, .list-page-container .list-right .flBox1 .flList1 li:hover i, .list-page-container .list-right .flBox1 .flList1 li:hover span {
      color: #b80219; }
    .list-page-container .list-right .flBox1 .flList1 li span {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 15px;
      color: #555555; }

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*-- 文章页   -------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.article-container {
  padding: 30px 60px 30px 30px;
  margin-top: 30px;
  background-color: #fff;
  color: #333; }
  .article-container .article-title {
    line-height: 28px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center; }
  .article-container .article-meta {
    font-size: 14px;
    color: #777777;
    line-height: 38px;
    text-align: center;
    margin-top: 15px; }
    .article-container .article-meta span {
      margin-right: 10px;
      font-size: 12px; }
  .article-container .article-content {
    line-height: 24px;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    padding-bottom: 120px; }
    .article-container .article-content img {
      max-width: 100%;
      margin-top: 10px; }

/*
* 产品相关
*/
.product-list-container {
  padding: 30px 30px 60px 30px;
  background-color: #fff;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .product-list-container .conTitle {
    border-bottom: 1px solid #8e050c;
    margin-bottom: 20px;
    width: 100%; }
  .product-list-container .conTitle a {
    font-size: 22px;
    color: #8e050c;
    font-weight: bold;
    border-bottom: 2px solid #8e050c;
    display: inline-block;
    padding-bottom: 8px; }
  .product-list-container .product-item:nth-child(3n-1) {
    margin-right: 0px !important;
    color: green !important; }
  .product-list-container .product-item {
    width: 260px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 30px; }
    .product-list-container .product-item .product-img {
      width: 260px;
      height: 260px; }
      .product-list-container .product-item .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .product-list-container .product-item .product-meta {
      font-size: 13.8px; }
      .product-list-container .product-item .product-meta p:nth-child(1) {
        margin-top: 8px; }
      .product-list-container .product-item .product-meta p:nth-child(2) {
        color: #cf1414;
        margin-top: 7px; }

/*------------------------------------------------------*/
.product-container.not-index {
  width: 860px;
  background-color: #fff;
  padding: 20px; }
  .product-container.not-index .product-img {
    width: 300px;
    height: 300px; }
    .product-container.not-index .product-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-container.not-index .product-title {
    font-size: 16px;
    margin-top: 15px; }
    .product-container.not-index .product-title p:nth-child(1) {
      margin-top: 5px; }
    .product-container.not-index .product-title p:nth-child(2) {
      margin-top: 10px;
      font-size: 15px;
      color: #cf1414; }
  .product-container.not-index .product-meta {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #dddddd; }
  .product-container.not-index .product-meta::after {
    content: " ";
    display: block;
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -0px;
    left: 0px;
    background-color: #df2b2b; }
  .product-container.not-index .article-content {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    padding-bottom: 100px; }
    .product-container.not-index .article-content img {
      display: block;
      clear: both;
      max-width: 100%;
      margin: 20px 0px 20px 0px; }

/**/
/*------------------------------------------------------*/
.form-container {
  padding: 30px 60px 30px 30px;
  margin-top: 30px;
  width: 860px;
  background-color: #fff;
  padding: 20px; }
  .form-container .form-panel {
    margin-top: 36px;
    overflow: hidden;
    padding-bottom: 80px; }
    .form-container .form-panel .form-group {
      min-height: 45px;
      overflow: hidden;
      clear: both; }
      .form-container .form-panel .form-group label {
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        float: left; }
      .form-container .form-panel .form-group input[type='text'] {
        height: 24px;
        line-height: 30px;
        width: 180px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group textarea {
        width: 360px;
        height: 180px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group input::-webkit-input-placeholder, .form-container .form-panel .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        color: #cfcfcf; }
    .form-container .form-panel .checkbox-list {
      margin-top: 10px;
      margin-left: 90px; }
      .form-container .form-panel .checkbox-list label {
        min-width: 60px;
        float: left;
        margin-right: 20px; }
        .form-container .form-panel .checkbox-list label input[type='radio'] {
          float: left; }
        .form-container .form-panel .checkbox-list label span {
          margin-left: 3px; }
    .form-container .form-panel .form-group > button {
      height: 30px;
      padding: 0px 15px;
      border-radius: 3px;
      margin-top: 30px;
      background-color: #286090;
      color: #fff;
      font-size: 13px;
      line-height: 30px;
      outline-style: none;
      margin-left: 90px; }

.page-container {
  width: 1140px;
  padding: 30px 30px 120px 30px;
  background-color: #fff;
  margin: 30px auto; }
  .page-container .page-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px; }
  .page-container .page-content {
    width: 680px;
    margin: 60px auto 0px auto;
    line-height: 27px;
    line-height: 24px;
    font-size: 14px;
    color: #555; }
    .page-container .page-content img {
      max-width: 100%;
      margin-bottom: 15px; }
