@charset "UTF-8";
#banner {
  width: 100%;
  height: 564px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #ff0000;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 564px;
  background-size: cover!important;
}
#banner .btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
#banner .prev {
  background: url("../images/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../images/next.png") no-repeat center;
  right: 3%;
}
.series {
  padding: 50px 0 60px 0;
  overflow: hidden;
}
aside.ser {
  width: 300px;
  float: left;
}
aside.ser section {
  width: 100%;
  background-color: #bd2e30;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}
aside.ser section strong {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  position: relative;
}
aside.ser section strong:before,
aside.ser section strong:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #b9b9b9;
  position: absolute;
  top: 50%;
}
aside.ser section strong:before {
  left: 30px;
}
aside.ser section strong:after {
  right: 30px;
}
aside.ser section span {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
aside.ser > ul {
  margin-bottom: 25px;
}
aside.ser > ul li {
  padding: 18px 14px;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
aside.ser > ul li > a {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: block;
}
aside.ser > ul li > a:hover {
  text-decoration: none;
  color: #cc3333;
}
aside.ser > ul li > a > span {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  display: block;
}
#server-banner {
  float: right;
/*  width: 760px;*/
	width:820px;
  position: relative;
}
#server-banner .btn {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
#server-banner a.prev {
  left: 0;
  background: url("../images/prev-small.png") no-repeat center;
}
#server-banner a.next {
  right: 0;
  background: url("../images/next-small.png") no-repeat center;
}
#server-banner .bd {
  width: 100%;
}
#server-banner .bd li {
  width: 100%;
}
#server-banner .bd li a {
  position: relative;
  display: block;
  /*height: 564px;*/height: 725px;
}
#server-banner .bd li img {
  position: relative;
  width: 100%;border: 1px solid #ededed;
  /*height: 100%;*/
}
#server-banner .bd li span {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  color: #333333;
  background-color: rgba(193, 193, 193, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 20px;
}
.choose {
  background: url("../images/home-bg-3.png");
  padding: 56px 0 167px 0;
}
.choose-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.choose-title img {
  display: block;
  width: 593px;
  height: auto;
  margin: 0 auto;
}
.choose-list {
  overflow: hidden;
}
.choose-list li {
  width: 300px;
  float: left;
  text-align: center;
}
.choose-list li img {
  display: inline-block;
  width: 136px;
  height: 136px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}
.choose-list li:hover img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.choose-list li strong {
  display: block;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 6px;
}
.choose-list li p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
.choose-list li a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  border: 3px solid #ffffff;
  padding: 0 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
}
.choose-list li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #cc3333;
}
.home-section-title {
  width: 100%;
  text-align: center;
}
.home-section-title h2 {
  font-size: 32px;
  line-height: 48px;
  color: #666666;
  position: relative;
  font-weight: normal;
}
.home-section-title h2:before,
.home-section-title h2:after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #b9b9b9;
  position: absolute;
  top: 50%;
}
.home-section-title h2:before {
  left: 28%;
}
.home-section-title h2:after {
  right: 28%;
}
.home-section-title span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #bd2e30;
  padding: 0 35px;
}
.center {
  padding-bottom: 16px;
  padding-top: 50px;
}
.center .home-section-title {
  margin-bottom: 35px;
}
.home-us {
  padding-bottom: 30px;
  padding-top: 28px;
  background-color: #f1f1f1;
  text-align: center;
}
.home-us .home-section-title {
  margin-bottom: 30px;
}
.us-con {
  padding: 0 40px;
}
.us-con p {
  font-size: 14px;
  line-height: 30px;
}
.us-con section {
  margin-top: 28px;
  margin-bottom: 28px;
  width: 100%;
}
.us-con section a {
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #cc3333;
  color: #cc3333;
  text-transform: uppercase;
}
.us-con section a:hover {
  text-decoration: none;
  background-color: #cc3333;
  color: #ffffff;
}
.us-con img {
  width: 100%;
  height: auto;
}
.news-center {
  padding-top: 70px;
  padding-bottom: 80px;
}
.news-center .home-section-title {
  margin-bottom: 35px;
}
.news-main {
  overflow: hidden;
}
.news-con {
  width: 510px;
  float: left;
}
.news-con > a.img-fa {
  display: block;
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.news-con > a.img-fa img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
}
.news-con > a.img-fa:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.news-con > a.img-fa span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.6);
}
.news-con h2 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.news-con h2 a {
  color: #333333;
}
.news-con h2 a:hover {
  color: #cc3333;
  text-decoration: none;
}
.news-con p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-con p a {
  color: #999999;
}
.news-con p a:hover {
  text-decoration: none;
  color: #cc3333;
}
ul.news-list-home {
  width: 640px;
  float: right;
}
ul.news-list-home li {
  margin-bottom: 30px;
  overflow: hidden;
}
ul.news-list-home li section {
  width: 90px;
  height: 80px;
  background-color: #ababab;
  padding: 12px 12px 15px 12px;
  float: left;
  margin-right: 20px;
}
ul.news-list-home li section span {
  display: block;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
}
ul.news-list-home li section i {
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: bolder;
  color: #ffffff;
  font-style: normal;
  text-align: right;
}
ul.news-list-home li h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  width: 530px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
}
ul.news-list-home li h3 a {
  color: #333333;
}
ul.news-list-home li h3 a:hover {
  text-decoration: none;
  color: #cc3333;
}
ul.news-list-home li p {
  width: 530px;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
}
.hj-img {
  width: 100%;
  height: 564px;
}
.hj-img a {
  display: block;
  width: 100%;
  height: 564px;
}
.friendly-link {
  padding-top: 50px;
  padding-bottom: 40px;
}
.friendly-link .home-section-title {
  margin-bottom: 35px;
}
.friendly-link .home-section-title h2:before {
  left: 28%;
}
.friendly-link .home-section-title h2:after {
  right: 28%;
}
.link-box {
  border: 1px solid #cccccc;
  padding: 12px 20px;
}
.link-box ul {
  overflow: hidden;
}
.link-box li {
  float: left;
  margin-left: 15px;
}
.link-box li:first-child {
  margin-left: 0;
}
.link-box li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}
.link-box li a:hover {
  color: #ff0000;
  text-decoration: none;
}
