@charset "UTF-8";
@import url(../common.css);
.container {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}

.header {
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.header ul {
  width: 630px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul .active {
  color: #4762ca;
}

.banner {
  width: 100%;
  height: 880px;
}
.banner image {
  width: 100%;
  height: 100%;
}

.main {
  height: 2150px;
}
.main .main-top {
  width: 1300px;
  height: 495px;
}
.main .main-top .pt1 {
  overflow: hidden;
  width: 100%;
}
.main .main-top .pt1 .fix {
  display: flex;
}
.main .main-top .pt1 .left_box {
  width: 50%;
}
.main .main-top .pt1 .left_box .left_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 20px;
}
.main .main-top .pt1 .right_box {
  width: 50%;
}
.main .main-top .pt1 .cn {
  font-weight: bold;
}
.main .main-top .pt1 .cn1 {
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.main .main-top .pt1 .cn2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #3f81e4;
}
.main .main-top .pt1 .desc {
  color: #555;
  text-indent: 2em;
  line-height: 2.5;
  font-size: 20px;
  margin-top: 37px;
}
.main .main-top .pt1 .right_box ul {
  margin-left: 10%;
  padding-top: 150px;
  position: relative;
}
.main .main-top .pt1 .right_box ul:after {
  content: "";
  height: 400px;
  width: 1px;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main .main-top .pt1 .right_box ul:before {
  content: "";
  height: 400px;
  width: 1px;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main .main-top .pt1 .right_box li {
  float: left;
  width: 50%;
  padding-bottom: 95px;
  position: relative;
  z-index: 2;
}
.main .main-top .pt1 .right_box li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #d20319;
  width: 2px;
  height: 80px;
  z-index: 2;
}
.main .main-top .pt1 .right_box li .n {
  display: inline-block;
  margin-left: 18%;
  color: #373737;
  position: relative;
  overflow: hidden;
}
.main .main-top .pt1 .right_box li .n .num {
  font-size: 70px;
  font-family: "榛戜綋";
  line-height: 1;
}
.main .main-top .pt1 .right_box li .n .flag {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 20px;
}
.main .main-top .pt1 .right_box li .desc {
  margin-left: 18%;
  color: #3b3b3b;
  font-size: 16px;
  text-indent: 0;
}
.main .main-cen {
  height: 750px;
}
.main .main-cen .main-cen-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.main .main-cen .r {
  width: 100%;
  margin-top: 80px;
}
.main .main-cen .r .row {
  display: flex;
  justify-content: space-between;
}
.main .main-cen .r .row .row_box {
  width: 320px;
  height: 500px;
}
.main .main-cen .r a .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main .main-cen .r a .pic ._full {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease 0s;
}
.main .main-cen .r a .pic:hover ._full {
  transform: scale(1.1);
}
.main .main-cen .r a .pic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1;
  bottom: 0;
  background: url(../img/ipt3_cover.png) repeat left bottom;
  background-size: contain;
  z-index: 1;
}
.main .main-cen .r a .pic:after {
  content: "+";
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 25px;
  bottom: 30px;
  z-index: 2;
  line-height: 1;
  opacity: 0.5;
  transition: all 0.8s ease 0s;
  width: 48px;
  height: 48px;
  line-height: 40px;
  text-align: center;
}
.main .main-cen .r .e {
  font-size: 50px;
  font-family: Impact;
  position: absolute;
  bottom: 80px;
  left: 30px;
  line-height: 1;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
}
.main .main-cen .r .c {
  font-size: 28px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.main .main-cen .r a .pic:hover:after {
  transform: rotate(180deg);
}
.main .main-bot {
  height: 905px;
}
.main .main-bot .main-bot-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.main .main-bot .main-bot-top .index_tab {
  display: flex;
}
.main .main-bot .main-bot-top .index_tab p {
  width: 230px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 30px;
  color: #808080;
}
.main .main-bot .main-bot-top .index_tab .cur {
  color: #fff;
  background-color: #003184;
  border-radius: 40px;
}
.main .main-bot .main-bot-con {
  margin-top: 60px;
}
.main .main-bot .main-bot-con .list {
  display: none;
}
.main .main-bot .main-bot-con .selected {
  display: block;
}
.main .main-bot .main-bot-con .box-con {
  width: 100%;
  height: 100%;
  display: flex;
}
.main .main-bot .main-bot-con .bd {
  width: 770px;
  height: 705px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-image: url("../img/m907-slide.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 70px 70px 0 70px;
  position: relative;
}
.main .main-bot .main-bot-con .bd ul {
  width: 100%;
  height: 100%;
}
.main .main-bot .main-bot-con .bd ul li {
  width: 100%;
  height: 100%;
  padding: 70px 70px 0 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.main .main-bot .main-bot-con .bd .show {
  opacity: 1;
  transition: all 3s ease 0s;
  z-index: 1;
}
.main .main-bot .main-bot-con .bd ul li .title {
  font-size: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .main-bot .main-bot-con .bd .txt {
  font-size: 18px;
  margin: 40px 0;
  line-height: 36px;
}
.main .main-bot .main-bot-con .bd .btn {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 80px;
  z-index: 1;
}
.main .main-bot .main-bot-con .bd .btn span {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 15px;
  margin-right: 5px;
}
.main .main-bot .main-bot-con .bd .btn .active {
  border: 2px solid #0063cc;
}
.main .main-bot .main-bot-con .bd2 {
  width: 770px;
  height: 705px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  background-image: url("../img/m907-slide.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 70px 70px 0 70px;
  position: relative;
}
.main .main-bot .main-bot-con .bd2 ul {
  width: 100%;
  height: 100%;
}
.main .main-bot .main-bot-con .bd2 ul li {
  width: 100%;
  height: 100%;
  padding: 70px 70px 0 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.main .main-bot .main-bot-con .bd2 .show {
  opacity: 1;
  transition: all 3s ease 0s;
  z-index: 1;
}
.main .main-bot .main-bot-con .bd2 ul li .title {
  font-size: 30px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .main-bot .main-bot-con .bd2 .txt {
  font-size: 18px;
  margin: 40px 0;
  line-height: 36px;
}
.main .main-bot .main-bot-con .bd2 .btn2 {
  z-index: 1;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 80px;
}
.main .main-bot .main-bot-con .bd2 .btn2 span {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 15px;
  margin-right: 5px;
}
.main .main-bot .main-bot-con .bd2 .btn2 .active {
  border: 2px solid #0063cc;
}
.main .main-bot .main-bot-con .box-right {
  flex: 1;
  margin-left: 20px;
  height: 705px;
}
.main .main-bot .main-bot-con .box-right ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main .main-bot .main-bot-con .box-right ul li {
  flex: 1;
  border-top: 1px solid #ddd;
  padding: 60px 10px 50px 10px;
}
.main .main-bot .main-bot-con .box-right ul li:hover {
  background-color: #f2f2f2;
}
.main .main-bot .main-bot-con .box-right ul .u-des {
  font-size: 18px;
  line-height: 36px;
  margin-top: 10px;
}

.zhaoping {
  height: 250px;
  background-image: url("../img/0b0efbe556ecd891a5b4f42a3dbb415.jpg");
}
.zhaoping .zp-con {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zhaoping .zp-con .left p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.zhaoping .zp-con .cen {
  font-size: 25px;
  color: #fff;
}

.foot {
  height: 225px;
  background-image: url("../img/dibu1.jpg");
}
.foot .foot-con {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
.foot .foot-con ul {
  display: flex;
  flex-direction: column;
  margin: 35px 80px;
}
.foot .foot-con ul p {
  margin-bottom: 20px;
}
.foot .foot-con ul li {
  line-height: 30px;
}
.foot .foot-con ul li a {
  color: #a8a8a8;
}/*# sourceMappingURL=index.css.map */

.foot .foot-con ul li a:hover{
   color: #0063cc;
   }