.cont-width {
  width: 1340px;
  margin: 0 auto;
}
.dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .nav-box {
    float: right;
    width: auto;
  }
}
#certify {
  position: relative;
  width: 1430px;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  width: 780px;
  height: 440px;
  background: #fff;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#certify .swiper-slide p {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
html,
body {
  background: #e9e9e9;
}
.cont {
  position: relative;
  /* footer 开始 */
  /* footer 结束 */
}
.content-bg-cover{
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e9e9e9;
    opacity: .96;
}
.cont .index-bg, .content-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.cont .index-bg.bg1 {
  display: block;
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
}
.cont .index-bg.bg2 {
  display: none;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
}
.cont .index-bg.bg3 {
  display: none;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
}
.cont .index-cover-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
}
.cont .index-cover-bg.active {
  background: rgba(255, 255, 255, 0.5);
}
.cont .scroll-bg {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: rgba(242, 242, 242, 0.95);
}
.cont .bg-btn {
  position: fixed;
  z-index: 2;
  top: 102px;
  left: 20px;
}
.cont .bg-btn .bg-dot li {
  float: left;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #4060aa;
  background: #fff;
  margin: 0 6px;
  cursor: pointer;
}
.cont .bg-btn .bg-dot li.active {
  background: #cecece;
}
.cont .bg-btn .filterBtn {
  margin-top: 10px;
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #3b5aa6;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  color: #555;
  font-size: 14px;
}
.cont .cont-wrap {
  position: relative;
  z-index: 1;
  /* nav 开始 */
  /* nav 结束 */
  /* banner 开始 */
  /* banner 结束 */
  /* main 开始 */
  /* main 结束 */
}
.cont .cont-wrap .nav {
  position: relative;
  z-index: 5;
  background: #3b5aa6;
}
.cont .cont-wrap .nav.nav-fixed {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
}
.cont .cont-wrap .nav .nav-box {
  height: 80px;
  text-align: center;
  font-size: 0;
}
.cont .cont-wrap .nav .nav-box > li {
  position: relative;
  /* float: left;   */
  display: inline-block;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  height: 80px;
}
.cont .cont-wrap .nav .nav-box > li a {
  display: block;
  color: #fff;
  padding: 25px 15px;
  /* margin: 0 15px; */
  line-height: 30px;
}
.cont .cont-wrap .nav .nav-box > li.active > a,
.cont .cont-wrap .nav .nav-box > li:hover > a {
  color: #3b5aa6;
  background: #f1f1f3;
}
.cont .cont-wrap .nav .nav-box > li .nav-two {
  display: none;
  position: absolute;
  left: 0px;
  top: 80px;
  width: 200px;
  background: #3c5ca5;
  text-align: left;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li {
  position: relative;
  font-size: 16px;
  border-top: 1px solid #a3b2d1;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li:first-child{
  border-top: none;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li > a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 24px;
  padding: 8px 35px 8px 20px;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li:hover {
  background: #fff;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li:hover > a {
  color: #3b5aa6;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li .nav-three {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  background: #3c5ca5;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li .nav-three > li{
  border-top: 1px solid #a3b2d1;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li .nav-three > li:first-child{
  border-top: none;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li .nav-three > li > a {
  display: block;
  color: #fff;
  line-height: 24px;
  padding: 8px 20px;
}
.cont .cont-wrap .nav .nav-box > li .nav-two > li .nav-three > li:hover a {
  background: #fff;
  color: #3b5aa6;
}
.cont .cont-wrap .banner {
  height: 840px;
  background-size: cover;
}
.cont .cont-wrap .banner .banner-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.cont .cont-wrap .banner .banner-box .text-img {
  margin-top: 40px;
}
.cont .cont-wrap .banner .banner-box .banner-logo {
  margin-top: 34px;
}
.cont .cont-wrap .banner .banner-box .banner-text {
  margin-top: 28px;
  line-height: 30px;
  height: 30px;
  font-size: 30px;
  color: #555;
  letter-spacing: 5px;
}
.cont .cont-wrap .banner .banner-box .banner-input {
  position: relative;
  width: 592px;
  margin: 20px auto 0;
}
.cont .cont-wrap .banner .banner-box .banner-input .input {
  padding: 0 60px 0 20px;
  width: 592px;
  height: 50px !important;
  line-height: 48px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 8px;
  font-size: 20px;
}
.cont .cont-wrap .banner .banner-box .banner-input .input::placeholder {
  color: #cecece;
}
.cont .cont-wrap .banner .banner-box .banner-input .search {
	font-size: 0;
  position: absolute;
  right: 0;
  height:50px;
  top: 0;
  width: 60px;
  border: none;
  outline: none;
  background: url(../images/search.png) no-repeat center;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.cont .cont-wrap .banner .banner-box #certify {
  margin-top: 108px;
}
.cont .cont-wrap .banner .banner-box #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  outline: none;
  border: none;
  width: 25px;
  height: 25px;
  background: #fff;
}
.cont .cont-wrap .banner .banner-box #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #3b5aa6;
}
.cont .cont-wrap .main {
  margin-top: 100px;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-title {
  float: left;
  box-sizing: border-box;
  padding: 40px 15px 40px;
  width: 60px;
  height: 205px;
  line-height: 30px;
  background: #3b5aa6;
  font-size: 26px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 17px;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box {
  float: left;
  width: 1280px;
  overflow: hidden;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box ul {
  height: 480px;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box ul li {
  float: left;
  width: 138px;
  height: 100%;
  overflow: hidden;
  margin-right: 2px;
  transition: all 0.8s;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box ul li.active {
  width: 718px;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cont .cont-wrap .main .main-box .lunbo2 .lunbo2-box ul li a img {
  width: 718px;
  height: 100%;
  max-width: 718px;
}
.cont .cont-wrap .main .main-box .main-style {
  margin-top: 100px;
  overflow: hidden;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big {
  width: 1360px;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big li {
  float: left;
  margin-right: 20px;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big li .img {
  /*width: 300px;*/
  /*height: 220px;*/
  border: 10px solid #fff;
  border-radius: 4px;
  overflow: hidden;

  width: 232px;
  height: 171px;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big li .img a img {
  transition: all 0.8s;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big li .img:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.cont .cont-wrap .main .main-box .main-style .main-style-big li .title {
  margin: 20px 0;
  /*width: 320px;*/
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 28px;
  text-align: center;

  width: 230px;
}
.img1 img{
  width: 232px;
  height: 171px;
}
.cont .footer {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  background: #3b5aa6;
}
.cont .footer .footer-box {
  padding: 20px 0;
  text-align: center;
}
.cont .footer .footer-box p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
}
.cont .footer .footer-box p a {
  color: #fff;
}
.cont .footer .footer-box p a:hover {
  color: goldenrod;
}
.header .header-box {
  min-width: 1340px;
  height: 80px;
  background: #3b5aa6;
}
.header .header-box .header-logo {
  float: left;
  margin-top: 10px;
  margin-left: 36px;
}
.header .header-box .header-nav {
  float: right;
}
.header .header-box .header-nav .nav-box {
  float: left;
}
.header .header-box .header-nav .nav-search {
  position: relative;
  float: left;
  width: 154px;
  height: 34px;
  margin: 23px 40px 0 25px;
}
.header .header-box .header-nav .nav-search .input {
  width: 154px;
    height: 34px !important;
  outline: none;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  padding: 0 44px 0 13px;
}
.header .header-box .header-nav .nav-search .input::placeholder {
  color: #cecece;
}
.header .header-box .header-nav .nav-search .search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  border: none;
    outline: none;
    font-size: 0;
  cursor: pointer;
}
.header.nav-fixed {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
  width: 100%;
}
.content-cont .cont-wrap .banner {
  height: 280px;
  background: url(../images/banner1.png) no-repeat center;
}
.content-cont .cont-wrap .main {
  margin-top: 0;
}
.content-cont .cont-wrap .main .main-box {
  position: relative;
}
.content-cont .cont-wrap .main .main-box .time-axis {
  position: absolute;
  left: -250px;
  top: 116px;
  width: 100px;
  text-align: right;
}
.content-cont .cont-wrap .main .main-box .time-axis .prev,
.content-cont .cont-wrap .main .main-box .time-axis .next {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
}
.content-cont .cont-wrap .main .main-box .time-axis .prev {
  background: url(../images/prev.png) no-repeat center;
}
.content-cont .cont-wrap .main .main-box .time-axis .line {
  position: relative;
  height: 30px;
  display: block;
}
.content-cont .cont-wrap .main .main-box .time-axis .line::after {
  position: absolute;
  top: 5px;
  right: 17px;
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #000;
}
.content-cont .cont-wrap .main .main-box .time-axis .next {
  background: url(../images/next.png) no-repeat center;
}
.content-cont .cont-wrap .main .main-box .time-axis .item {
  display: block;
  position: relative;
  height: 54px;
}
.content-cont .cont-wrap .main .main-box .time-axis .item .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 11px;
}
.content-cont .cont-wrap .main .main-box .time-axis .item .time {
  color: #000;
  font-size: 14px;
  margin-right: -4px;
}
.content-cont .cont-wrap .main .main-box .time-axis .item.active .dot {
  background: #027db4;
  border-color: #027db4;
}
.content-cont .cont-wrap .main .main-box .time-axis .item::after {
  position: absolute;
  top: 27px;
  right: 17px;
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #000;
}
.content-cont .cont-wrap .main .main-box .crumbs {
  margin: 26px 0 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #666;
}
.content-cont .cont-wrap .main .main-box .crumbs a {
  color: #666;
}
.content-cont .cont-wrap .main .main-box .crumbs a:not(:last-child)::after {
  content: '-';
  margin-right: -5px;
}
.content-cont .cont-wrap .main .main-box .content1 {
  border: 2px solid #e9e9e9;
  padding: 0 56px;
  min-height: 423px;
  box-sizing: border-box;
  background: #fff;
}
.content-cont .cont-wrap .main .main-box .content1 .content-title {
  line-height: 38px;
  font-size: 38px;
  color: #3b5aa6;
  padding: 26px 0;
  text-align: center;
  border-bottom: 2px solid #e9e9e9;
}
.content-cont .cont-wrap .main .main-box .content1 .dec {
  padding: 22px 0;
  height: 18px;
  line-height: 18px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.content-cont .cont-wrap .main .main-box .content1 .dec a {
  color: #666;
}
.content-cont .cont-wrap .main .main-box .content1 .dec span {
  margin: 0 13px;
}
.content-cont .cont-wrap .main .main-box .content1 .content-box {
  padding: 58px 0 32px;
}
.content-cont .cont-wrap .main .main-box .content1 .content-box img {
  width:100%;
  display: block;
  margin: 0 auto;
  height:auto;
}
.content-cont .cont-wrap .main .main-box .content2 {
  margin-top: 30px;
  min-height: 413px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left {
  float: left;
  width: 840px;
  margin-right: 45px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-title {
  padding: 10px 0;
  line-height: 36px;
  font-size: 36px;
  border-bottom: 2px solid #e9e9e9;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-title .title-left {
  float: left;
  height: 46px;
  color: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-title .title-right {
  float: right;
  width: 120px;
  height: 46px;
  line-height: 44px;
  font-size: 24px;
  color: #fffefe;
  text-align: center;
  font-weight: normal;
  background: #3b5aa6;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-title .title-right:hover{
  color: #3b5aa6;
  background: #fff;
  /* border: 1px solid #ccc; */
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .dec {
  padding: 22px 0;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #666;
}
.content-cont .cont-wrap .main .main-box .content2 .center{
  width: 100%;
  text-align: center;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .dec a {
  color: #666;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .dec span {
  margin-right: 22px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-box {
  width: 840px;
  box-sizing: border-box;
  border: 2px solid #e9e9e9;
  padding: 20px;
  background: #fff;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-box img {
  max-width: 800px;
  display: block;
  margin: 0 auto 20px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-box2{
  width: 840px;
  box-sizing: border-box;
  border: 2px solid #e9e9e9;
  padding: 20px;
  min-height: 964px;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  background: #fff;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-box2 p{
  text-indent: 1em;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-left .content-box2 .p1{
  text-indent: 0;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right {
  float: left;
  box-sizing: border-box;
  width: 455px;
  background: #fff;
  border: 2px solid #e9e9e9;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right .right-title {
  padding: 0 19px;
  height: 46px;
  line-height: 46px;
  color: #fffefe;
  font-size: 24px;
  font-weight: normal;
  background: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul {
  padding: 10px 20px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li {
  margin-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e9e9e9;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li:last-child {
  border-bottom: 0;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .img {
  float: left;
  width: 232px;
  height: 132px;
  margin-right: 18px;
  overflow: hidden;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .img a {
  display: block;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .img a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .img:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text {
  margin-top: -6px;
  float: left;
  width: 160px;
  text-align: justify;
  font-size: 15px;
  color: #999;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text .title {
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 22px;
  margin-bottom: 42px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text .title a {
  color: #000;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text .title:hover a {
  color: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text .school,
.content-cont .cont-wrap .main .main-box .content2 .content2-right ul li .text .time {
  line-height: 26px;
}

.content-cont .cont-wrap .main .main-box .content2 .content2-right2 {
  float: left;
  box-sizing: border-box;
  width: 455px;
  background: #e9e9e9;
  border: 2px solid #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-title {
  padding: 0 19px;
  height: 46px;
  line-height: 46px;
  color: #fffefe;
  font-size: 24px;
  font-weight: normal;
  background: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-title a{
  color: #fffefe;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img{
  padding: 0 20px;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li{
  position: relative;
  padding: 22px 16px;
  border-bottom: 1px solid #ccc;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li:last-child{
  border: none;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li .img{
  width: 384px;
  height: 216px;
  overflow: hidden;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li:hover img{
  transform: scale(1.2);
  transition: all .8s;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li a{
  display: block;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li img{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .8s;
}
.content-cont .cont-wrap .main .main-box .content2 .content2-right2 .right-list-img li .title{
  position: absolute;
  bottom: 22px;
  left: 16px;
  height: 58px;
  line-height: 58px;
  width: 384px;
  padding: 0 20px;
  box-sizing: border-box;
  background: rgba(59, 90, 166, .6);
  font-size: 24px;
  color: #fff;
  text-align: center;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.content-cont .cont-wrap .main .main-box .content3 {
  margin-top: 30px;
  min-height: 413px;
  overflow: hidden;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list {
  width: 1380px;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li {
  width: 424px;
  float: left;
  margin-right: 36px;
  margin-bottom: 46px;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .img a {
  display: block;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .img a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .img:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .title {
  height: 64px;
  line-height: 64px;
  background: #fff;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.content-cont .cont-wrap .main .main-box .content3 .img-list li .title a {
  color: #333;
}
.content-cont .cont-wrap .main .main-box .content4 {
  margin-top: 30px;
  min-height: 413px;
  overflow: hidden;
  padding-bottom: 20px;
}
.content-cont .cont-wrap .main .main-box .content4 .type-list {
  border: 2px solid #e9e9e9;
  padding: 14px 20px 16px;
  background: #fff;
}
.content-cont .cont-wrap .main .main-box .content4 .type-list a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 13px;
  color: #333;
  font-size: 16px;
  border-radius: 10px;
  margin-right: 26px;
}
.content-cont .cont-wrap .main .main-box .content4 .type-list a.active,
.content-cont .cont-wrap .main .main-box .content4 .type-list a:hover {
  background: #3b5aa6;
  color: #fff;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list {
  display: none;
  width: 1368px;
  margin-top: 44px;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list:first-child {
  display: block;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li {
  float: left;
  width: 314px;
  margin-right: 28px;
  margin-bottom: 50px;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #fff;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .img a {
  display: block;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .img a img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .img:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text {
  background: #fff;
  padding: 0 14px;
  font-size: 16px;
  color: #999;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .title {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  padding: 16px 0;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .title a {
  color: #000;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .title:hover {
  color: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .title:hover a {
  color: #3b5aa6;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .school {
  line-height: 16px;
  padding: 8px 0;
  border-bottom: 2px solid #cecece;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .school span:nth-child(1) {
  margin-right: 5px;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .school span:nth-child(2) {
  margin-left: 5px;
}
.content-cont .cont-wrap .main .main-box .content4 .img-list-box .img-list li .text .time {
  line-height: 12px;
  padding: 14px 0;
}

.page {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.page a {
  display: inline-block;
  color: #000;
  /* vertical-align: top;*/
  /* width: 56px; */
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #000;
  /* line-height: 23px; */
  margin: 0 6px;
}
.page a.disable {
  color: #888;
}
.page .jump {
  border-color: #3b5aa6;
  background: #3b5aa6;
  color: #fff;
  margin-left: 14px;
}
.page input {
  vertical-align: top;
  /* width: 56px; */
  height: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 6px;
}
.page .now-page {
  margin-left: 14px;
}
.page .total-page {
  margin-right: 8px;
}


.page {
  font-size: 20px !important;
  text-align: center !important;
}
.page table{
  display: inline-block;
}

.page .this-page, .page .PrevDisabled, .page .NextDisabled, .page .Next, .page .Prev, .page a, .page td{
  font-size: 20px !important;
  padding: 10px !important;
  /* width: 56px !important; */
  height: 30px !important;
  border: none !important;
  outline: none !important;
  box-sizing: border-box !important;
  text-align: center !important;
}
.defaultButtonStyle, .defaultInputStyle{
  font-size: 20px !important;
  padding: 10px !important;
  /* width: 56px !important; */
  height: 30px !important;
  border: none !important;
  outline: none !important;
  box-sizing: border-box !important;
  text-align: center !important;

}
.page td div{
  font-size: 20px !important;
}

.treatyBtn{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 180px;
  width: 36px;
  height: 140px;
  background: #f9fbfd;
  border: 1px solid #d9e0ed;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  padding: 22px 5px;
  text-align: center;
  line-height: 24px;
  color: #3657a7;
  font-weight: bold;
}

.content6{

}
.content6-title{
  font-size: 36px;
  color: #3b5aa6;
  text-align: center;
}
.content6-box{
  margin-top: 15px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 25px 45px 60px;
  background: #fff;
}
.content6-box{
  font-size: 18px;
  color: #333;
}
.content6-box .p1{
  letter-spacing: 2px;
}
.content6-box .p1 span{
  color: #D20500;
}
.form-box{

}
.form-box .top{
  margin-top: 25px;
}
.form-box .top .top-left{
  float: left;
  width: 625px;
}
.form-box .top .top-right{
  float: left;
  width: 595px;
  height: 244px;
  margin-left: 28px;
}
.form-box .top .top-right .img{
  width: 595px;
  height: 244px;
}
.form-box .top .top-right .img img{
  width: 100%;
  height: 100%;
}



.form-item{
  height: 40px;
  line-height: 40px;
  margin-bottom: 28px;
}
.form-item .item-label{
  float: left;
  width: 140px;
}
.form-item .item-label .label{
  float: left;
  font-weight: bold;
}
.form-item .item-label .star{
  margin-right: 10px;
  float: right;
  color: #D20500;
}
.form-item .item-label .text{
  margin-left: 10px;
  float: right;
  color: #D20500;
}
.form-item .item-input{
  float: left;
  width: 482px;
  height: 40px;
  position: relative;
}
.form-item .item-input .input, .form-item .item-input .select, .content6-box select{
  vertical-align: top;
  width: 482px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
  border: 1px solid #797979;
  box-sizing: border-box;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
}
.form-item .item-input .select{
  color: #797979;
}
.form-item .item-input .select.active{
  color: #333;
}
.form-item .item-input .select .ico{
  position: absolute;
  right: 20px;
  top: 16px;
  width: 10px;
  height: 8px;
  background: url(../images/triangle.png) no-repeat;
  cursor: pointer;
  transition: all 0.8s;
}
.form-item .item-input .select .ico.active{
  transition: all 0.8s;
  transform: rotate(180deg);
}
.form-item .item-input .select-box{
  display: none;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  width: 100%;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  background: #fff;
}
.form-item .item-input .select-box li{
  padding: 0 10px;
}
.form-item .item-input .select-box li:hover{
  background: #eee;
}
.form-item .item-input .select-box li:hover a{
  color: #3b5aa6;
}
.form-item .item-input .select-box li:not(:first-child){
  border-top: 1px solid #e9e9e9;
}
.form-item .item-input .select-box li a{
  display: block;
  color: #333;
}
.form-item .item-input .select.active{
  color: #333;
}
.form-item .item-input .input::placeholder{
  color: #797979;
}


.bottom-title{

}
.bottom-title .label{
  float: left;
  font-weight: bold;
}
.bottom-title .star{
  margin-left: 15px;
  float: left;
  color: #D20500;
}
.bottom-title .text{
  margin-left: 10px;
  float: left;
  color: #D20500;
}
.bottom-content #content{
  margin-top: 10px;
  width: 100%;
  height: 235px;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
}

.yzm, .file{
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
}
.yzm .label,.file .label{
  width: 140px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.yzm .code, .file .look, .file .name, .file .add, .file .del{
  display: inline-block;
  width: 140px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #797979;
  line-height: 38px;
  padding: 0 10px;
  outline: none;
  vertical-align: top;
}
.yzm .img{
  width: 125px;
  height: 40px;
  margin-left: 6px;
}
.yzm .btn{
  vertical-align: top;
  color: #797979;
  margin-left: 10px;
}
.file{
  margin-top: 30px;
  height: auto;
}
.copy-box{
  margin-left: 145px;
}
.file .look{
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}
.file .name{
  width: 532px;
}
.file .add{
  cursor: pointer;
  width: 127px;
  text-align: center;
  background: #fff;
  border: 3px solid #3b5aa6;
  line-height: 34px;
  margin-left: 5px;
}
.file .add:hover{
  line-height: 38px;
  border: 1px solid #3b5aa6;
}
.file .del{
  width: 127px;
  text-align: center;
  background: #aaa;
  border-color: #aaa;
  color: #fff;
  margin-left: 5px;
}
.file .del:hover{
  border-color: #3b5aa6;
  background: #fff;
  color: #3b5aa6;
}
.tips{
  margin: 8px 0 0 292px;
  line-height: 30px;
  color: #797979;
  font-size: 18px;
  font-weight: bold;
}
.submit{
  margin-top: 30px;
  width: 282px;
  height: 76px;
  line-height: 74px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: none;
  outline: none;
  background: #3b5aa6;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #3b5aa6;
  box-sizing: border-box;
}
.submit:hover{
  background: #fff;
  color: #3b5aa6;
}
.ke-container{
  float: left;
  width: 100% !important;
}


.page1 table{
        width: 680px !important;
    }
    .page1 table td{
        display: inline-block !important;
        width: auto !important;
        vertical-align: middle !important;
    }
    .page1 table td div{
        line-height: 12px !important;
    }
    .page1 table td div span, .page1 table td div a{
        margin: 0 5px !important;
        background: #fff !important;
    }
    .page1 .break{
        font-size: 20px !important;
        padding: 10px !important;
        height: 30px !important;
        border: none !important;
        outline: none !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    .page1 .PrevDisabled, .page1 .this-page, .page1 .break{
        display: inline-block;
    }