﻿@charset "UTF-8";
/* 1210自动居中容器container */
.container {
  width: 1210px;
  margin: 37px auto 10px;
}

.header-outer {
  background-color: #000;
}
.header-outer .nav-right li a {
  color: #fff;
}
.header-outer .nav-right li a.current:before,
.header-outer .nav-right li a:hover:before {
  background-color: #fff;
}

.section {
  width: 1210px;
  margin: 0 auto;
}
.section .section-title {
  margin:20px 0;
  font-size: 34px;
  text-align: center;
}
.section .section-cont {
  padding: 54px  33px  65px;
  font-size: 18px;
  line-height: 40px;
  background-color: #f2f2f2;
}
.section .section-cont .title {
  margin: 10px 0;
  font-size: 18px;
}
.section .section-cont .title .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  background-color: #c58268;
  text-align: center;
}
.section .section-cont p {
  padding-left:30px;
}
.section .section-cont .number {
  padding-right:20px;
}
.section .section-cont .indent {
  padding-left:67px;
}

.solve {
  margin-bottom:100px;
}
.solve .section-cont {
  padding-top: 22px;
}


.inner-title{
  width: 100%;
  line-height:40px;
}
.inner-title p{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #222;
}

.footer-top{
  width:100%;
  background: #3a3c4e;
  padding: 30px 0;
}
.footer-top p{
  font-size: 12px;
  color: #fff;
}
.footer-top .inner img{
  width: 100px;
}
.inner-nav .list-inline li{
  float: left;
}
.inner-nav .list-inline li a{
  position: relative;
  text-decoration: none;
}
.inner-nav .list-inline li a.current:before,
.inner-nav .list-inline li a:hover:before{
  background: #000;
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 2px;
}

.inner-container{
  width: 1215px;
}
.inner-container:after{
  clear:both;
  content:'.';
  display:block;
  width: 0;
  height: 0;
  visibility:hidden;
}
.inner-title{
  padding-top:10px;
}
.inner{
  padding-bottom: 10px;
}
.footer-top .inner{
  padding-bottom: 0;
}
