@charset "UTF-8";
/*新的基础样式*/
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 整站通用样式 全站兼容标准IE8+*/
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft Yahei;
  font-style: normal;
  font-weight: normal;
  -webkit-text-size-adjust: none;
}
ul,
ol,
li {
  list-style: none;
}
q {
  quotes: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: 0;
}
.common {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.container {
  min-width: 1230px;
}
input::-ms-clear {
  display: none;
}
/*下边三个占位符一定不能写在一起，不然会失效*/
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:focus,
:invalid {
  outline: none;
}
textarea {
  resize: none;
}
.clearfix,
.common,
.container {
  clear: both !important;
  float: none !important;
  zoom: 1\9;
}
.clearfix:after,
.common:after,
.container:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
/*禁用*/
.disabled,
[disabled] {
  cursor: not-allowed !important;
}
/*精灵图*/
.sprite {
  background-image: url("/statics/images/sprite.fw.png");
  display: inline-block;
}
/*过渡*/
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*图片占位符*/
.img-placeholder {
  background-image: url("/statics/images/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
}
.img-placeholder img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.common,
.container {
  width: 999px !important;
}
.pure-img {
  font-size: 0;
}
.top {
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 0;
  width: 100%;
  height: 98px;
  background: url("images/top.jpg") center no-repeat #9b0006;
}
.top .common {
  overflow: hidden;
}
.top span {
  display: block;
  font-size: 48px;
  color: #fff;
  margin: 25px 0 0 884px;
  height: 50px;
  line-height: 50px;
  width: 80px;
  text-align: center;
}
.banner {
  height: 779px;
  background: url("images/banner.jpg") center no-repeat;
  border-top: 1px solid #9b0006;
}
.banner .common {
  margin-top: 708px;
  text-align: center;
}
.ie7 .banner .common {
  position: relative;
}
.part1 {
  background-color: #f2f2f3;
}
.part1 .common {
  position: relative;
}
.part1-left {
  float: left;
  width: 410px;
  margin-left: 25px;
}
.part1-topic {
  padding: 95px 0 65px;
}
.part1-content {
  font-size: 16px;
  color: #1b1b1b;
  line-height: 2;
  padding-bottom: 75px;
}
.part1-right {
  position: absolute;
  width: 445px;
  height: 425px;
  border: 1px solid #bfbfbf;
  right: 0;
  top: 95px;
  background: url("images/talk.jpg") 328px 50px no-repeat #fff;
}
.part1-quote {
  padding-bottom: 10px;
}
.part1-wrapper {
  width: 335px;
  margin: 22px auto;
  line-height: 2;
  color: #1b1b1b;
}
.part1-wrapper b {
  font-weight: bold;
}
.part1-wrapper span {
  color: #959595;
}
.ie7 .part1-quote {
  margin-bottom: 10px;
}
.topic {
  text-align: center;
}
.part2-quote {
  padding: 35px 0 30px;
}
.part2 .topic {
  padding-bottom: 25px;
}
.part2 .summary {
  text-align: center;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  color: #d52738;
  padding-bottom: 40px;
  font-weight: bold;
  background: url("images/summary-bg.jpg") center 35px no-repeat;
}
.part2-gap {
  height: 55px;
}
.frame {
  margin-bottom: 20px;
  border: 1px solid #b5b5b5;
}
.frame-topic {
  float: left;
  width: 700px;
  padding: 65px 0 0 110px;
}
.frame-num,
.frame-name {
  float: left;
}
.frame-num {
  width: 66px;
}
.frame-name {
  padding-top: 35px;
  color: #ce0014;
  font-size: 18px;
  line-height: 1.5;
}
.frame-items {
  font-size: 14px;
  line-height: 2.4;
  color: #1b1b1b;
  padding: 40px 0 55px 60px;
}
.frame-items span {
  color: #ce0014;
}
.frame-items b {
  font-weight: bold;
}
.frame-intro {
  float: right;
  width: 100px;
  padding: 35px 65px 0 0;
}
.frame-intro div {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.frame-intro p {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 2;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.frame-men {
  padding: 25px 0 15px;
}
.frame-men > div {
  float: left;
}
.frame-men-left {
  width: 260px;
  text-align: center;
  padding-top: 90px;
}
.frame-men h4 {
  font-size: 16px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
}
.frame-men h5 {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.frame-men p {
  font-size: 12px;
  color: #898989;
}
.frame-men-list {
  float: left;
  padding: 30px 0 0 65px;
  text-align: center;
  width: 630px;
}
.frame-men-list li {
  width: 210px;
  height: 140px;
  float: left;
}
.part3 {
  background-color: #f2f2f3;
  padding-bottom: 75px;
}
.part3 .topic {
  padding: 60px 0 45px;
}
.part3 p {
  text-align: center;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 2.8;
}
.part4 {
  padding-bottom: 70px;
}
.part4 .topic {
  padding: 65px 0 55px;
}
.part5 {
  background-color: #f8f8f8;
  padding-bottom: 45px;
}
.part5 .topic {
  padding: 40px 0 25px;
}
.part5 ul {
  width: 1008px;
}
.part5 li {
  float: left;
  width: 160px;
  height: 64px;
  margin-right: 8px;
  margin-bottom: 20px;
}
.part5 a {
  display: block;
  width: 158px;
  height: 62px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.part5 a img {
  width: 100%;
  height: 100%;
}
.part6 {
  font-size: 14px;
  padding-bottom: 80px;
}
.part6 .topic {
  padding: 70px 0 40px;
}
.part6 dl {
  float: left;
  border: 1px solid #bfbfbf;
  text-align: center;
  height: 170px;
}
.part6 dt {
  background-color: #e5e5e5;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.part6 dd {
  padding: 10px 0 20px;
}
.part6 h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.part6 .pure-img {
  margin-bottom: 5px;
}
.part6 .left {
  width: 252px;
  margin-right: 30px;
}
.part6 .middle {
  width: 460px;
}
.part6 .middle-left,
.part6 .middle-right,
.part6 .middle-middle {
  float: left;
}
.part6 .middle-left,
.part6 .middle-right {
  width: 229px;
}
.part6 .qrcode {
  float: right;
  margin-right: 45px;
  width: 138px;
  text-align: center;
}
.part6 .qrcode h5 {
  font-size: 12px;
  margin-top: 15px;
}
.footer {
  background-color: #e6e6e6;
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 55px 0 80px;
}
.footer-nav {
  margin-bottom: 20px;
}
.footer-nav a {
  color: #333;
  padding: 0 1em;
}
.footer-nav a:hover {
  color: #f00;
}
.footer p {
  color: #666;
}
.sidebar {
  position: fixed;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
}
.sidebar ul {
  width: 150px;
  height: 280px;
  position: absolute;
  right: 0;
  top: -140px;
  text-align: right;
}
.sidebar li {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
.sidebar a {
  margin-right: 10px;
  padding-right: 25px;
  display: block;
  color: #ce0014;
  text-shadow: 1px 1px 0 #fff;
  background: url("images/dot.png") right center no-repeat;
}
.sidebar a.cur {
  background-image: url("images/dot-active.png");
}
.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: center;
}
.part7 .title {
  padding-top: 70px;
}
.part7 .content {
  padding: 40px 0 30px;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.part7 .content p {
  text-indent: 2em;
}
.part8 {
  background: url("images/bg.jpg");
  padding: 40px 0 60px;
}
.part8 .title {
  padding-bottom: 30px;
}
.part8 .bg-white,
.part8 .tip {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.part8 .bg-white {
  background: #fff;
  margin-bottom: 15px;
}
.part8 .tip {
  padding: 40px 0 60px;
  font-size: 14px;
  color: #707070;
  line-height: 2;
}
.part8 .form {
  padding: 50px 0 40px;
}
.part8 .form-line {
  width: 500px;
  margin: 20px auto;
}
.part8 .form-line label.error {
  display: block;
  color: #ce0014;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.part8 .form-label {
  float: left;
  width: 110px;
  text-align: right;
  font-size: 16px;
  color: #1b1b1b;
  padding-top: 10px;
}
.part8 .form-input {
  float: right;
  width: 385px;
}
.part8 .form-input input {
  width: 360px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  height: 36px;
  line-height: 36px;
}
.part8 .form-btn {
  text-align: center;
  padding-top: 40px;
}
.part8 .form-btn input {
  width: 180px;
  height: 60px;
  border: 0;
  background-color: #ce0014;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.part8 .boxes .clearfix,
.part8 .boxes .common,
.part8 .boxes .container {
  padding: 40px 80px;
}
.part8 .boxes h4 {
  font-size: 16px;
  color: #1b1b1b;
  margin-bottom: 30px;
}
.part8 .boxes-error {
  color: #f00;
  display: none;
}
.part8 .boxes-line {
  float: left;
  margin: 0 60px;
}
.part8 .boxes-container {
  float: left;
  width: 320px;
}
.part8 .boxes-container input {
  width: 0;
  height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}
.part8 .boxes-container.on .boxes-box {
  font-size: 14px;
  color: #ce0014;
}
.part8 .boxes-box {
  float: left;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 1px solid #ce0014;
  font-size: 0;
  margin-top: 8px;
  text-align: center;
  color: #fff;
}
.part8 .boxes-content {
  float: left;
  margin-left: 20px;
  width: 280px;
  line-height: 2;
}
.part8 .boxes-content h3 {
  font-size: 16px;
  color: #1b1b1b;
}
.part8 .boxes-content p {
  font-size: 14px;
  color: #707070;
}
.copyright {
  padding: 40px 0;
  background-color: #ce0014;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
