﻿.title {
  width: 1200px;
  text-align: center;
}
.title > p {
  font-size: 25px;
  color: #DD5D4F;
  line-height: 40px;
  font-weight: bold;
}
.title > span {
  font-size: 25px;
  color: #404040;
}
.slider .slides .slide {
  position: relative;
}
.slider .slides .slide > a {
  position: absolute;
  left: 50%;
  bottom: 30%;
  margin-left: -52px;
  width: 105px;
  height: 35px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border: 1px solid #fff;
}
.fw_warp {
  width: 100%;
  overflow: hidden;
}
.fw_warp .fw {
  margin-top: 40px;
}
.fw_warp .fw > p {
  width: 664px;
  font-size: 15px;
  color: #404040;
  margin: 40px auto;
  text-align: center;
  line-height: 30px;
}
.fw_warp .fw > ul > li {
  width: 400px;
  height: 258px;
  float: left;
  text-align: center;
  transition: all .2s;
  position: relative;
}
.fw_warp .fw > ul > li .fw_pic {
  width: 100%;
  height: 134px;
  position: relative;
}
.fw_warp .fw > ul > li .fw_pic > img {
  width: 73px;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -36px;
  transition: all .2s;
}
.fw_warp .fw > ul > li .fw_pic .p2 {
  opacity: 0;
}
.fw_warp .fw > ul > li > h1 {
  font-size: 18px;
  color: #353535;
  transition: all .2s;
}
.fw_warp .fw > ul > li > span {
  display: block;
  width: 51px;
  height: 3px;
  background: #353535;
  margin: 20px auto 25px auto;
  transition: all .2s;
}
.fw_warp .fw > ul > li > p {
  width: 80%;
  font-size: 15px;
  color: #878787;
  line-height: 25px;
  margin-left: 10%;
  transition: all .2s;
}
.fw_warp .fw > ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fw_warp .fw > ul > li:hover .fw_pic .p1 {
  opacity: 0;
  transition: all .2s;
}
.fw_warp .fw > ul > li:hover .fw_pic .p2 {
  opacity: 1;
  transition: all .2s;
}
.fw_warp .fw > ul > li:hover {
  background: #00206b;
  transition: all .2s;
}
.fw_warp .fw > ul > li:hover > h1 {
  color: #fff;
  transition: all .2s;
}
.fw_warp .fw > ul > li:hover > span {
  background: #fff;
  transition: all .2s;
}
.fw_warp .fw > ul > li:hover > p {
  color: #fff;
  transition: all .2s;
}
.jj_warp {
  width: 100%;
  overflow: hidden;
}
.jj_warp .jj {
  margin-top: 70px;
}
.jj_warp .jj .jj_box {
  width: 100%;
  height: 400px;
  margin-top: 110px;
}
.jj_warp .jj .jj_box .jj_left {
  float: left;
  width: 526px;
  height: 100%;
}
.jj_warp .jj .jj_box .jj_left > p {
  font-size: 15px;
  color: #616161;
  line-height: 25px;
}
.jj_warp .jj .jj_box .jj_left > a {
  float: left;
  margin-top: 12px;
}
.jj_warp .jj .jj_box .jj_left .jj_b {
  width: 100%;
  float: left;
}
.jj_warp .jj .jj_box .jj_left .jj_b > p {
  font-size: 20px;
  color: #888888;
  margin: 10px auto;
}
.jj_warp .jj .jj_box .jj_left .jj_b > span {
  font-size: 15px;
  color: #888888;
}
.jj_warp .jj .jj_box .jj_right {
  float: right;
  width: 633px;
  height: 100%;
  position: relative;
}
.jj_warp .jj .jj_box .jj_right > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.team_warp {
  width: 100%;
  overflow: hidden;
}
.team_warp .team {
  margin-top: 70px;
}
.team_warp .team .banner {
  margin-top: 40px;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li {
  position: relative;
  transition: all .2s;
  cursor: pointer;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li .li_zzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 32, 79, 0.8);
  text-align: center;
  opacity: 0;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li .li_zzc > h1 {
  font-size: 18px;
  color: #fff;
  margin-top: 88px;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li .li_zzc > span {
  display: block;
  width: 29px;
  height: 3px;
  background: #fff;
  margin: 23px auto 38px auto;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li .li_zzc > p {
  width: auto;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
}
.team_warp .team .banner .zzsc .wai_box .zzsc_box > ul > li:hover .li_zzc {
  opacity: 1;
  transition: all .2s;
}
.news_warp {
  width: 100%;
  background: #f2f3f5;
  margin-top: 25px;
  overflow: hidden;
}
.news_warp .news {
  margin-top: 25px;
  margin-bottom: 50px;
}
.news_warp .news .new_left {
  float: left;
  width: 427px;
  height: 418px;
  margin-top: 40px;
  background: #F8F8F8;
  position: relative;
}
.news_warp .news .new_left .point_box {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 99;
}
.news_warp .news .new_left .point_box > p {
  float: left;
  width: 7px;
  height: 7px;
  background: #DD5D4F;
  border-radius: 50%;
  margin-left: 4px;
  cursor: pointer;
}
.news_warp .news .new_left .point_box > p.now4 {
  background: #ABABAB;
}
.news_warp .news .new_left .box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_warp .news .new_left .box1 > img {
  width: 100%;
  height: 264px;
}
.news_warp .news .new_left .box1 .new_title {
  width: 352px;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box1 .new_content {
  width: 352px;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 25px;
  margin-left: 27px;
  margin-top: 20px;
}
.news_warp .news .new_left .box1 > span {
  display: block;
  width: 352px;
  font-size: 14px;
  color: #DD5D4F;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news_warp .news .new_left .box2 > img {
  width: 100%;
  height: 264px;
}
.news_warp .news .new_left .box2 .new_title {
  width: 352px;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box2 .new_content {
  width: 352px;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 25px;
  margin-left: 27px;
  margin-top: 20px;
}
.news_warp .news .new_left .box2 > span {
  display: block;
  width: 352px;
  font-size: 14px;
  color: #DD5D4F;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news_warp .news .new_left .box3 > img {
  width: 100%;
  height: 264px;
}
.news_warp .news .new_left .box3 .new_title {
  width: 352px;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box3 .new_content {
  width: 352px;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 25px;
  margin-left: 27px;
  margin-top: 20px;
}
.news_warp .news .new_left .box3 > span {
  display: block;
  width: 352px;
  font-size: 14px;
  color: #DD5D4F;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news_warp .news .new_left .box4 > img {
  width: 100%;
  height: 264px;
}
.news_warp .news .new_left .box4 .new_title {
  width: 352px;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box4 .new_content {
  width: 352px;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 25px;
  margin-left: 27px;
  margin-top: 20px;
}
.news_warp .news .new_left .box4 > span {
  display: block;
  width: 352px;
  font-size: 14px;
  color: #DD5D4F;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news_warp .news .new_left .box5 > img {
  width: 100%;
  height: 264px;
}
.news_warp .news .new_left .box5 .new_title {
  width: 352px;
  font-size: 16px;
  color: #4C4C4C;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news .new_left .box5 .new_content {
  width: 352px;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 25px;
  margin-left: 27px;
  margin-top: 20px;
}
.news_warp .news .new_left .box5 > span {
  display: block;
  width: 352px;
  font-size: 14px;
  color: #DD5D4F;
  margin-left: 27px;
  margin-top: 15px;
}
.news_warp .news > ul {
  width: 770px;
  float: right;
  margin-top: 40px;
}
.news_warp .news > ul > li {
  float: left;
  width: 375px;
  height: 204px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #F9F9F9;
}
.news_warp .news > ul > li .l {
  width: 56px;
  height: 100%;
  float: left;
  margin-left: 14px;
}
.news_warp .news > ul > li .l > h1 {
  font-size: 45px;
  color: #DD5D4F;
  margin-top: 60px;
}
.news_warp .news > ul > li .l > p {
  font-size: 14px;
  color: #6C6C6C;
}
.news_warp .news > ul > li .r {
  width: 284px;
  height: 100%;
  float: right;
  margin-right: 14px;
  position: relative;
}
.news_warp .news > ul > li .r > p {
  font-size: 16px;
  color: #4C4C4C;
  margin-top: 28px;
}
.news_warp .news > ul > li .r > span {
  font-size: 14px;
  color: #8E8E8E;
  line-height: 28px;
  display: block;
  margin-top: 20px;
}
.news_warp .news > ul > li .r > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_warp .news > ul > li .r:hover > p {
  color: #DD5D4F;
}
