body {
  font-family: "微软雅黑", "宋体";
  font-size: 12px;
  color: #666;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li,
p {
  margin: 0;
}
ul,
li {
  list-style: none !important;
}
#header {
  background-size: 100% 100% !important;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  height: 162px;
}
#header .right {
  width: 285px;
  float: right;
  margin-right: 50px;
  margin-top: 35px;
}
#header .right img {
  width: 90%;
}
#header .right a {
  color: #ff6600;
  padding-left: 30px;
  font-size: 16px;
}
#header #language {
  position: absolute;
  right: 100px;
  top: 4px;
  width: 220px;
}
#header #language button,
#header #language .dropdown-menu {
  width: 100%;
}
#nav {
  position: absolute;
  top: 127px;
  left: 0;
  width: 100%;
  height: 34px;
  z-index: 2;
}
#nav > ul {
  width: 1060px;
  margin: 0 auto;
}
#nav > ul > li {
  display: inline-block;
}
#nav > ul > li > a {
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
  display: block;
  color: #5d5d5d;
  font-size: 14px;
  text-decoration: none;
}
#nav > ul > li > a.selected,
#nav > ul > li > a:hover {
  background: url('/static/lib/images/middle.png') bottom repeat-x;
  font-weight: bold;
  color: #070707;
  padding: 0 14px;
}
#nav > ul > li ul {
  display: none;
  position: absolute;
}
#nav > ul > li ul li {
  display: block;
}
#nav > ul > li ul li a {
  background-color: #000;
  padding: 10px 15px;
  color: #fffc01;
  display: block;
  font-size: 14px;
  text-decoration: none;
}
#nav > ul > li ul li a:hover {
  background-color: #fffc01;
  color: #000;
}
#banner {
  width: 100%;
  height: 275px;
  background-color: #202123;
  overflow: hidden;
}
#banner .box {
  width: 1200px;
  margin: 0 auto;
}
#banner .box > img {
  width: 100%;
}
#banner .box #banner-form {
  height: 275px;
}
#banner .box #banner-form img {
  width: 246px;
  height: 100%;
}
#banner2 {
  width: 100%;
  height: 275px;
  background-color: #202123;
  overflow: hidden;
}
#banner2 .box {
  width: 1200px;
  margin: 0 auto;
}
#banner2 .box #banner-form {
  height: 275px;
}
#banner2 .box #banner-form img {
  width: 246px;
  height: 275px;
}
#banner .box,
#banner2 .box {
  position: relative;
}
#banner .box #banner-form,
#banner2 .box #banner-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 246px;
}
#banner .box #banner-form form,
#banner2 .box #banner-form form {
  position: absolute;
  left: 0;
  top: 0;
}
#banner .box #banner-form form input,
#banner2 .box #banner-form form input {
  position: relative;
  left: 17px;
  width: 205px;
  height: 21px;
  padding: 3px 10px;
  border: none;
  background: none;
  color: #FFF;
}
#banner .box #banner-form form input.name,
#banner2 .box #banner-form form input.name {
  top: 108px;
}
#banner .box #banner-form form input.tel,
#banner2 .box #banner-form form input.tel {
  top: 141px;
}
#banner .box #banner-form form input.email,
#banner2 .box #banner-form form input.email {
  top: 174px;
}
#banner .box #banner-form form button,
#banner2 .box #banner-form form button {
  position: relative;
  top: 180px;
  left: 83px;
  width: 81px;
  height: 25px;
  border: none;
  background: none;
}
footer {
  background-color: #161616;
  width: 100%;
  padding-bottom: 30px;
}
footer .list {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
footer .list ul {
  display: inline-block;
  padding: 0 20px;
  height: 100px;
  border: solid #4d4d4d;
  border-width: 0 1px 0 0;
  vertical-align: top;
}
footer .list ul:last-child {
  border-right-width: 0;
}
footer .list ul li a {
  color: #666;
}
footer .info {
  width: 960px;
  margin: 40px auto 0;
  text-align: center;
  border-bottom: 1px solid #666;
}
footer .info img,
footer .info .middle,
footer .info .right {
  display: inline-block;
  vertical-align: middle;
}
footer .info .middle {
  padding-left: 60px;
  text-align: left;
  max-width: 470px;
}
footer .info .middle .contact {
  background-color: #000;
  width: 225px;
  border-bottom: 1px solid #FFF;
}
footer .info .middle .contact img {
  margin: 5px;
}
footer .info .middle .whats-app {
  color: #FFF;
}
footer .info .middle > p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
footer .info .middle > p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.5;
}
footer .info .right {
  padding-left: 40px;
}
footer .info .right img {
  width: 100px;
  height: 100px;
}
footer .info .right p {
  max-width: 255px;
}
#title {
  width: 1060px;
  height: 145px;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}
#title p {
  font-size: 24px;
  font-weight: bold;
}
#title p.light {
  color: #ccc;
}
#title p img {
  vertical-align: text-top;
  display: inline-block;
}
#cooperation {
  width: 900px;
  margin: 0 auto !important;
  padding-bottom: 40px !important;
}
#cooperation.light p,
#cooperation.light span {
  color: #666;
}
#cooperation p {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  color: #FFF;
}
#cooperation p:nth-child(1) {
  text-align: center;
}
#cooperation span {
  color: #FFF;
}
#cooperation input[type="text"],
#cooperation textarea {
  width: 900px;
  padding: 5px;
}
#cooperation button {
  display: block;
  padding: 10px 100px;
  font-size: 16px;
  text-align: center;
  background-color: #444;
  border: 1px solid #7d7d7d;
  margin-top: 20px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
}
#index .module-1 .main,
#index .module-2 .main {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#index .module-1 .main .video,
#index .module-2 .main .video {
  width: 630px;
  height: 450px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}
#index .module-1 .main .video video,
#index .module-2 .main .video video {
  width: 100%;
  height: 100%;
}
#index .module-1 {
  width: 100%;
  background: url('/static/lib/images/1000021.jpg') center repeat;
}
#index .module-1 .main .info {
  padding-left: 40px;
  width: 380px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#index .module-1 .main .info p:first-child {
  color: #d81b43;
  font-size: 20px;
}
#index .module-1 .main .info p:nth-child(2) {
  font-size: 14px;
}
#index .module-1 .main .info a {
  color: #e64a19;
  font-size: 12px;
  position: absolute;
  right: 65px;
  bottom: 15px;
}
#index .module-1 .main .info2 {
  width: 360px;
  height: 450px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
#index .module-1 .main .info2 li {
  display: block;
  margin-bottom: 45px;
}
#index .module-1 .main .info2 li > a {
  display: inline-block;
  vertical-align: middle;
}
#index .module-1 .main .info2 li > a img {
  width: 170px;
  height: 120px;
}
#index .module-1 .main .info2 li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
}
#index .module-1 .main .info2 li span a {
  background: url('/static/index/images/2000101.gif') 0 3px no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: text-top;
}
#index .module-2 {
  width: 100%;
  background: url('/static/index/images/ABUIABACGAAgz7_ptwUo_NvNxAYwoAs4-AI.jpg') repeat top;
  background-size: cover;
}
#index .module-2 .main .video {
  height: 420px;
}
#index .module-2 .main .info {
  width: 389px;
  height: 420px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
}
#index .module-2 .main .info li:first-child {
  margin-bottom: 40px;
}
#index .module-2 .main .info li a {
  position: relative;
  display: block;
}
#index .module-2 .main .info img {
  width: 354px;
  height: 188px;
}
#index .module-2 .main .info img.two {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
#index .module-2 .main .video2 {
  width: 1060px;
}
#index .module-2 .main .video2 video {
  width: 100%;
}
#index .module-3 {
  width: 100%;
  background: url('/static/lib/images/1000021.jpg') center repeat;
}
#index .module-3 .main {
  width: 1060px;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
#index .module-3 .main .info {
  width: 240px;
  display: inline-block;
}
#index .module-3 .main .info p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
#index .module-3 .main .info p:first-child img {
  display: inline-block;
  vertical-align: middle;
}
#index .module-3 .main .info p:last-child {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
}
#index .module-3 .main .images {
  display: inline-block;
  vertical-align: top;
  width: 816px;
}
#index .module-3 .main .images ul li {
  display: inline-block;
  width: 240px;
  height: 160px;
  overflow: hidden;
  margin: 4px;
}
#index .module-3 .main .images ul li img {
  width: 100%;
  height: 100%;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
}
#index .module-3 .main .images ul:last-child {
  display: none;
}
#index .module-3 .main .button {
  position: absolute;
  bottom: 80px;
  right: 425px;
}
#index .module-3 .main .button a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
}
#index .module-3 .main .button a.selected {
  border: none;
  cursor: default;
}
#index .module-3 .main .video {
  width: 100%;
}
#index .module-3 .main .video video {
  width: 500px;
  height: 280px;
  display: inline-block;
}
#index .module-3 .main .info2 {
  margin: 10px 0;
}
#index .module-3 .main .info2 p {
  text-align: center;
}
#index .module-3 .main .info2 p:first-child {
  color: #d81b43;
  font-size: 20px;
  line-height: 26px;
}
#index .module-3 .main .info2 p:last-child {
  color: #212121;
  font-size: 14px;
  line-height: 32px;
}
#index .module-3 .main .images2 {
  text-align: center;
}
#index .module-3 .main .images2 a {
  display: inline-block;
  width: 206px;
  height: 172px;
  margin: 0 5px;
  overflow: hidden;
}
#index .module-3 .main .images2 a img {
  width: 300px;
  height: 172px;
  margin-left: -50px;
}
#index .module-4 {
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}
#index .module-4 .images {
  width: 1060px;
  height: 230px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#index .module-4 .images li {
  display: none;
}
#index .module-4 .images li.show {
  display: block;
}
#index .module-4 .images li img {
  width: 1060px;
  height: 200px;
}
#index .module-4 .button {
  position: absolute;
  top: 340px;
  right: 477px;
}
#index .module-4 .button li {
  display: inline-block;
  opacity: .5;
  background-color: #FFF;
  margin: 4px 2px 2px 0;
  width: 15px;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
}
#index .module-4 .button li.selected {
  opacity: 1;
}
#profile .module-1 {
  width: 100%;
  background: url('/static/lib/images/1000021.jpg') center repeat;
  overflow: hidden;
  padding-bottom: 40px;
}
#profile .module-1 .main {
  width: 1060px;
  margin: 0 auto;
}
#profile .module-1 .main img {
  width: 439px;
  height: 263px;
  float: left;
}
#profile .module-1 .main p {
  width: 621px;
  padding-left: 20px;
  line-height: 25px;
  float: left;
}
#profile .module-1 .main p span {
  display: block;
  text-indent: 2em;
}
#profile .module-2 {
  width: 100%;
  background-color: #161616;
  overflow: hidden;
  padding-bottom: 40px;
}
#profile .module-2 .main {
  width: 1060px;
  margin: 0 auto;
}
#profile .module-2 .main img {
  width: 580px;
  height: 400px;
  float: left;
}
#profile .module-2 .main p {
  width: 480px;
  padding-left: 20px;
  float: left;
}
#profile .module-2 .main p span {
  display: block;
  margin-bottom: 60px;
}
#profile .module-2 .main p span:nth-child(1) {
  color: #FFF;
  font-size: 15px;
}
#profile .module-2 .main p span:nth-child(2) {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
#profile .module-2 .main p span:nth-child(3) {
  color: #666;
  font-size: 18px;
  line-height: 40px;
}
#profile .module-3 {
  width: 100%;
  padding-bottom: 40px;
}
#profile .module-3 .main {
  width: 1060px;
  margin: 0 auto;
}
#profile .module-3 .main p {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  float: left;
  padding-left: 100px;
  font-weight: bold;
  width: 410px;
}
#profile .module-3 .main img {
  width: 600px;
  height: 400px;
  margin-left: 50px;
}
#new .module-1 .main {
  width: 1280px;
  margin: 0 auto;
}
#new .module-1 .main .video {
  width: 100%;
  height: 720px;
}
#new .module-1 .main .video video {
  width: 100%;
  height: 100%;
}
#new .module-1 .main p {
  text-align: center;
  margin: 10px 0;
}
#new .module-1 .main p span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
#new .module-1 .main p span:first-child {
  color: #d81b43;
  font-size: 24px;
}
#new .module-1 .main > img {
  width: 1280px;
  height: 872px;
}
#new .module-2 .main {
  width: 1280px;
  margin: 0 auto;
}
#new .module-2 .main img {
  width: 625px;
}
#new .module-2 .main img:last-child {
  width: 1260px;
}
#new .module-3 .main {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#new .module-3 .main .big li {
  display: none;
}
#new .module-3 .main .big li.show {
  display: block;
}
#new .module-3 .main .big li img {
  width: 450px;
  float: left;
}
#new .module-3 .main .big li p {
  font-size: 14px;
  line-height: 28px;
  float: left;
  padding-left: 20px;
  width: 350px;
}
#new .module-3 .main .big li p span {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: bold;
}
#new .module-3 .main .small {
  clear: both;
}
#new .module-3 .main .small li {
  width: 73px;
  height: 73px;
  display: inline-block;
  cursor: pointer;
}
#new .module-3 .main .small li img {
  width: 100%;
  height: 53px;
  margin-top: 8px;
}
#new .module-3 .main .small li.selected {
  border: 2px solid #fe933b !important;
}
#new .module-3 .main .small li:hover {
  border: 1px solid #fe933b;
}
#new .module-4 .main {
  width: 1045px;
  height: 800px;
  margin: 0 auto;
}
#new .module-4 .main .layui-carousel {
  width: 100%;
  height: 800px !important;
}
#new .module-4 .main .layui-carousel img {
  width: 100%;
  height: 800px;
}
#user .module-1 .main {
  width: 1280px;
  margin: 0 auto;
}
#user .module-1 .main .video {
  width: 100%;
}
#user .module-1 .main .video video {
  width: 100%;
  margin-bottom: 40px;
}
#contact {
  background-color: #dbdbdb;
}
#contact .module-1 .main {
  width: 1060px;
  margin: 0 auto;
}
#contact .module-1 .main ul {
  padding-bottom: 40px;
  overflow: hidden;
}
#contact .module-1 .main ul li {
  width: 25%;
  float: left;
  text-align: center;
}
#contact .module-1 .main ul li img {
  width: 120px;
  height: 120px;
}
#contact .module-1 .main ul li p {
  font-size: 16px;
  color: #999;
  line-height: 1.5em;
}
#contact .module-1 .main ul li p.light {
  font-size: 18px;
  color: #666;
}
#contact .module-1 .main ul li p a {
  color: #999;
}
#contact .module-1 .main > img {
  display: block;
  width: 1060px;
  margin-bottom: 40px;
}
#aeolus {
  background: url('/static/lib/images/1000021.jpg') repeat center;
}
#aeolus .module-1 .main {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}
#aeolus .module-1 .main > img {
  width: 600px;
  height: 300px;
  float: left;
}
#aeolus .module-1 .main .info {
  width: 460px;
  float: left;
  padding-left: 30px;
}
#aeolus .module-1 .main .info img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
#aeolus .module-1 .main .info p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
#aeolus .module-1 .main .info p:nth-child(2) {
  font-size: 14px;
  text-indent: 2em;
  line-height: 22px;
  margin-top: 30px;
}
#aeolus .module-1 .main .info p:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
#aeolus .module-1 .main .info p:nth-child(5) {
  font-size: 14px;
  font-weight: bold;
}
#aeolus .module-1 .main .info p:nth-child(6) {
  font-size: 14px;
  line-height: 22px;
}
#aeolus .module-1 .main .info ul {
  margin: 20px 0 20px 40px;
}
#aeolus .module-1 .main .info ul li {
  list-style-type: disc !important;
  font-size: 14px;
  line-height: 24px;
}
#aeolus .module-2 .main {
  width: 1060px;
  border: 1px dotted #000;
  margin: 0 auto;
}
#aeolus .module-2 .main ul.button {
  width: 1060px;
  height: 37px;
  border-bottom: 2px solid #000;
  font-size: 0;
}
#aeolus .module-2 .main ul.button li {
  width: 120px;
  height: 35px;
  overflow: hidden;
  border: solid #dedede;
  border-width: 0 1px 0 0;
  display: inline-block;
  background-color: #ececec;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  cursor: default;
}
#aeolus .module-2 .main ul.button li.selected {
  background-color: #464646;
  color: #FFF;
  font-size: 14px;
}
#aeolus .module-2 .main ul.list {
  width: 1060px;
  padding: 5px;
}
#aeolus .module-2 .main ul.list li {
  display: none;
  overflow: hidden;
}
#aeolus .module-2 .main ul.list li.show {
  display: block;
}
#aeolus .module-2 .main ul.list li > img {
  width: 400px;
  height: 300px;
  float: left;
}
#aeolus .module-2 .main ul.list li .info {
  width: 650px;
  padding-top: 40px;
  padding-left: 10px;
  float: left;
}
#aeolus .module-2 .main ul.list li .info img {
  width: 24px;
  height: 24px;
}
#aeolus .module-2 .main ul.list li .info p:nth-child(1) {
  font-size: 18px;
}
#aeolus .module-2 .main ul.list li .info p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}
#aeolus .module-3 .main {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#aeolus .module-3 .main .big li {
  display: none;
}
#aeolus .module-3 .main .big li.show {
  display: block;
}
#aeolus .module-3 .main .big li img {
  width: 450px;
  float: left;
}
#aeolus .module-3 .main .big li p {
  font-size: 14px;
  line-height: 28px;
  float: left;
  padding-left: 20px;
  width: 350px;
}
#aeolus .module-3 .main .big li p span {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: bold;
}
#aeolus .module-3 .main .small {
  clear: both;
}
#aeolus .module-3 .main .small li {
  width: 73px;
  height: 73px;
  display: inline-block;
  cursor: pointer;
}
#aeolus .module-3 .main .small li img {
  width: 100%;
  height: 53px;
  margin-top: 8px;
}
#aeolus .module-3 .main .small li.selected {
  border: 2px solid #fe933b !important;
}
#aeolus .module-3 .main .small li:hover {
  border: 1px solid #fe933b;
}
#aeolus .module-4 .main {
  width: 1060px;
  height: 330px;
  margin: 0 auto;
}
#aeolus .module-4 .main .left {
  width: 645px;
  height: 100%;
  background-color: #4d4d4d;
  overflow: hidden;
  float: left;
}
#aeolus .module-4 .main .left img {
  width: 600px;
}
#aeolus .module-4 .main .right {
  width: 415px;
  float: left;
  height: 100%;
  background-color: #dbdbdb;
  padding-left: 20px;
  padding-right: 10px;
}
#aeolus .module-4 .main .right p {
  margin-top: 20px;
  font-size: 18px;
}
#aeolus .module-4 .main .right p img {
  width: 24px;
  height: 24px;
}
#aeolus .module-4 .main .right ul {
  margin-top: 40px;
  margin-left: 40px;
}
#aeolus .module-4 .main .right ul li {
  list-style: disc !important;
  font-size: 14px;
  line-height: 24px;
}
#aeolus .module-5 .main {
  width: 1060px;
  margin: 0 auto;
}
#aeolus .module-5 .main .images ul {
  width: 985px;
  margin: 0 auto;
  overflow: hidden;
}
#aeolus .module-5 .main .images ul li {
  width: 187px;
  height: 110px;
  float: left;
  margin: 5px;
  text-align: center;
  overflow: hidden;
}
#aeolus .module-5 .main .images ul li img {
  width: 187px;
  height: 110px;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
}
#aeolus .module-5 .main .images ul li img:hover {
  width: 237px;
  height: 160px;
  margin: -25px 0 0 -25px;
}
#operating-principle .module-1 .main {
  width: 100%;
  text-align: center;
}
#gas-flow-principle .module-1 .main,
#gas-flow-principle .module-2 .main {
  width: 100%;
  text-align: center;
}
#gas-flow-principle .module-1 .main img,
#gas-flow-principle .module-2 .main img {
  background-color: #4d4d4d;
}
#security-technology .module-1 .main {
  width: 1060px;
  margin: 0 auto;
}
#security-technology .module-1 .main .box {
  width: 100%;
  border: 1px dotted #9b9b9b;
  overflow: hidden;
  margin-bottom: 20px;
}
#security-technology .module-1 .main .box img {
  width: 500px;
  height: 300px;
  margin: 20px;
  float: left;
}
#security-technology .module-1 .main .box p {
  width: 518px;
  float: left;
  font-size: 14px;
  line-height: 26px;
  padding-top: 20px;
}
#security-technology .module-1 .main .box p span {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
}
#strategic-cooperation .module-1 .main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#strategic-cooperation .module-1 .main img {
  width: 900px;
}
#industrial-applications {
  padding-bottom: 30px;
}
#industrial-applications .main {
  width: 1060px;
  margin: 0 auto;
}
#industrial-applications .main .images li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 5px;
  display: inline-block;
}
#industrial-applications .main .images li img {
  width: 100px;
  height: 100px;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
}
#industrial-applications .main .images li img:hover {
  width: 140px;
  height: 140px;
  margin: -25px 0 0 -25px;
}
#user-distribution .module-1 .main,
#user-distribution .module-2 .main {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
#user-distribution .module-1 .main .info img,
#user-distribution .module-2 .main .info img {
  width: 600px;
  height: 445px;
  float: left;
}
#user-distribution .module-1 .main .info ul,
#user-distribution .module-2 .main .info ul {
  padding-top: 20px;
  width: 350px;
  float: left;
}
#user-distribution .module-1 .main .info ul li,
#user-distribution .module-2 .main .info ul li {
  list-style: square !important;
  width: 300px;
  font-size: 16px;
  margin-left: 50px;
  margin-bottom: 20px;
}
#user-distribution .module-1 .main .info ul li strong,
#user-distribution .module-2 .main .info ul li strong {
  font-size: 24px;
}
#user-distribution .module-2 {
  margin-bottom: 30px;
}
#user-distribution .module-2 .main .info li {
  margin: 0 30px 20px 20px !important;
}
#diamond {
  background: url('/static/lib/images/1000032.jpg') repeat center;
}
#diamond .module-1 .main {
  width: 1060px;
  margin: 0 auto;
}
#diamond .module-1 .main .info {
  margin-bottom: 10px;
  overflow: hidden;
}
#diamond .module-1 .main .info > img {
  width: 580px;
  height: 350px;
  float: left;
}
#diamond .module-1 .main .info p {
  float: left;
  width: 480px;
  height: 350px;
  background: url('/static/lib/images/1000021.jpg') repeat center;
  color: #666;
  padding-left: 20px;
  padding-top: 20px;
}
#diamond .module-1 .main .info p span:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
}
#diamond .module-1 .main .info p span:nth-child(2) {
  font-size: 18px;
  padding-left: 20px;
}
#diamond .module-1 .main .info p span:nth-child(2) img {
  vertical-align: top;
}
#diamond .module-1 .main .info p span:nth-child(4) {
  font-size: 14px;
  line-height: 20px;
  padding-right: 10px;
}
#diamond .module-1 .main .info p > img {
  display: block;
  margin: 20px 0 30px;
}
#diamond .module-1 .main .introduction {
  border: 1px #9b9b9b dotted;
  width: 100%;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
#diamond .module-1 .main .introduction .left {
  width: 50%;
  padding: 10px;
  float: left;
}
#diamond .module-1 .main .introduction .right {
  width: 50%;
  padding: 10px;
  float: right;
}
#diamond .module-1 .main .introduction .left i,
#diamond .module-1 .main .introduction .right i {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
#diamond .module-1 .main .introduction .left span,
#diamond .module-1 .main .introduction .right span {
  font-size: 18px;
}
#diamond .module-2 .main {
  width: 1060px;
  border: 1px dotted #000;
  margin: 0 auto;
}
#diamond .module-2 .main ul.button {
  width: 1060px;
  height: 37px;
  border-bottom: 2px solid #000;
  font-size: 0;
}
#diamond .module-2 .main ul.button li {
  width: 200px;
  height: 35px;
  overflow: hidden;
  border: solid #dedede;
  border-width: 0 1px 0 0;
  display: inline-block;
  background-color: #ececec;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  cursor: default;
}
#diamond .module-2 .main ul.button li.selected {
  background-color: #464646;
  color: #FFF;
  font-size: 14px;
}
#diamond .module-2 .main ul.list {
  width: 1060px;
  padding: 5px;
}
#diamond .module-2 .main ul.list li {
  display: none;
  overflow: hidden;
}
#diamond .module-2 .main ul.list li.show {
  display: block;
}
#diamond .module-2 .main ul.list li > img {
  width: 400px;
  height: 300px;
  float: left;
}
#diamond .module-2 .main ul.list li .info {
  width: 650px;
  padding-top: 40px;
  padding-left: 10px;
  float: left;
}
#diamond .module-2 .main ul.list li .info img {
  width: 24px;
  height: 24px;
}
#diamond .module-2 .main ul.list li .info p:nth-child(1) {
  font-size: 18px;
}
#diamond .module-2 .main ul.list li .info p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}
#diamond .module-3 .main {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#diamond .module-3 .main .big li {
  display: none;
}
#diamond .module-3 .main .big li.show {
  display: block;
}
#diamond .module-3 .main .big li img {
  width: 450px;
  float: left;
}
#diamond .module-3 .main .big li p {
  font-size: 14px;
  line-height: 28px;
  float: left;
  padding-left: 20px;
  width: 350px;
}
#diamond .module-3 .main .big li p span {
  font-size: 24px;
  line-height: 40px;
  display: block;
  font-weight: bold;
}
#diamond .module-3 .main .small {
  clear: both;
}
#diamond .module-3 .main .small li {
  width: 73px;
  height: 73px;
  display: inline-block;
  cursor: pointer;
}
#diamond .module-3 .main .small li img {
  width: 100%;
  height: 53px;
  margin-top: 8px;
}
#diamond .module-3 .main .small li.selected {
  border: 2px solid #fe933b !important;
}
#diamond .module-3 .main .small li:hover {
  border: 1px solid #fe933b;
}
#diamond .module-4 .main {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}
#diamond .module-4 .main img {
  width: 600px;
  height: 380px;
  float: left;
}
#diamond .module-4 .main p {
  width: 460px;
  font-size: 14px;
  line-height: 24px;
  float: left;
  padding: 0 10px 0 20px;
}
#diamond .module-5 .main {
  width: 1060px;
  margin: 0 auto;
}
#diamond .module-5 .main .images {
  padding-left: 75px;
}
#diamond .module-5 .main .images li {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 5px;
  display: inline-block;
}
#diamond .module-5 .main .images li img {
  width: 120px;
  height: 120px;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
}
#diamond .module-5 .main .images li img:hover {
  width: 170px;
  height: 170px;
  margin: -25px 0 0 -25px;
}
#ae p,
#ae span {
  text-align: right !important;
}
#title p {
  text-align: center !important;
}
