body,html{overflow-x:hidden;}

.bg-map4 {

  position: relative;

}

.bg-map4 video{

  object-fit:cover;

  outline:none;

  height:890px;

}

/*.bg-map4 video:after{position: absolute;top:0;height:100%;width:100%;content: '';left:0;background: #fff;display: block;}*/

.bg-map4 video::-webkit-media-controls-fullscreen-button {

    display: none;

}

.bg-map4 video::-webkit-media-controls-fullscreen-button {

    display: none;

}



.bg-map4 video::-webkit-media-controls-play-button {

    display: none;

}



.bg-map4 video::-webkit-media-controls-timeline {

    display: none;

}



.bg-map4 video::-webkit-media-controls-current-time-display {

    display: none;

}



.bg-map4 video::-webkit-media-controls-time-remaining-display {

    display: none;

}



.bg-map4 video::-webkit-media-controls-mute-button {

    display: none;

}



.bg-map4 video::-webkit-media-controls-toggle-closed-captions-button {

    display: none;

}



.bg-map4 video::-webkit-media-controls-enclosure {

    display: none;

}



.bg-map4 video::-webkit-media-controls-volume-slider {

    display: none;

}



.bg-map4 .slogan {

  position: absolute;

  top: 43%;

  left: 20%;

  font-size: 100px;

  color: #Fff;

  font-weight: bold;

  line-height: 110px;

}



.bg-map4 .header {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 1;

}



.bg-map4 .header .logo-search {

  padding: 53px 0 28px;

  background: rgba(255, 255, 255, 0.85);

}



.bg-map4 .header .logo-search .marginAuto {

  display: flex;

  justify-content: space-between;

  width: 1115px;

}



.bg-map4 .header .logo-search .logo img {

  width: 399px;


}



.bg-map4 .header .logo-search .search .input-box {

  border: 1px solid #dfdfdf;

  background: #fff;

  border-radius: 28px;

  height: 28px;

  width: 395px;

  display: flex;

  overflow: hidden;

  margin-bottom: 10px;

}



.bg-map4 .header .logo-search .search .input-box input.search-input {

  width: 90%;

  height: 100%;

  padding: 0 20px;

  box-sizing: border-box;

  border: 0;

  font-size: 14px;

  color: #333;

}



.bg-map4 .header .logo-search .search .input-box #submit {

  flex: 1;

  height: 100%;

  background: url(../images/icon.png) no-repeat center center;

  border: 0;

}

/*.img100{overflow: hidden;}*/

.bg-map4 img{width: 1920px;transform: translate(-50%,0);margin-left: 50%}



.bg-map4 .header .logo-search .search .tips {

  text-align: center;

  display: flex;

  justify-content: center;

}



.bg-map4 .header .logo-search .search .tips a {

  margin: 0 10px;

  font-size: 12px;

  color: #666666;

}



.bg-map4 .header .logo-search .search .nav-btn {

  display: none;

}



.bg-map4 .header .nav {

  background: #434343;

  border-top: 1px solid #1b1b1b;

  border-bottom: 1px solid #1b1b1b;

}



.bg-map4 .header .nav ul {

  display: flex;

  justify-content: center;

}



.bg-map4 .header .nav ul li {

  position: relative;

}

.bg-map4 .header .nav ul li.on a{

  background: #ff3333;

}

.bg-map4 .header .nav ul li:hover >a:after{

  background: #ff3333;

  height:2px; width: 100%;position: absolute;bottom:0;left:0;content: '';display: block;

}

.bg-map4 .header .nav ul li a {

  line-height: 72px;

  display: block;

  font-size: 18px;

  color: #ffffff;

  /*background: #ff3333;*/

  /*border-right: 1px solid #1b1b1b;*/

  padding: 0 13px;

  min-width: 146px;

  box-sizing: border-box;

  text-align: center;

  cursor: pointer;

  position: relative;

}



.bg-map4 .header .nav ul li .menu {

  display: none;

  position: absolute;

  background: #fff;

  border-top: 1px solid #1b1b1b;

}



.bg-map4 .header .nav ul li .menu a {

  background: none;

  font-size: 14px;

  color: #212b30;

  line-height: 28px;

  text-align: left;

  box-sizing: border-box;

  padding-left: 15px;

}



.bg-map4 .header .nav ul li .menu a:hover {

  background: #ff3333;

  color: #fff;

}



.i_news {

  display: flex;

  justify-content: center;

  background: #eeeeee;

  padding: 30px 0 12px;

}



.i_news .news_item {

  width: 420px;

  border: 1px solid #bfbfbf;

  box-sizing: border-box;

  padding: 5px 0;

  background: #fff;

  margin-right: 14px;

}



.i_news .news_item:last-child {

  margin-right: 0;

}



.i_news .news_item .swiper-box {

  padding: 0 6px;

}



.i_news .news_item .swiper-container {

  height: auto;

}



.i_news .news_item .swiper-pagination {

  height: 48px;

  bottom: 0;

  background: url(../images/swiper_bg.png) repeat-x center center;

  display: flex;

  align-items: flex-end;

  justify-content: center;

  box-sizing: border-box;

  padding-bottom: 12px;

  opacity: 0.6

}



.i_news .news_item .swiper-pagination .swiper-pagination-bullet {

  width: 4px;

  height: 4px;

  border-radius: 4px;

  background: #dcdcdc;

  opacity: 1;

}



.i_news .news_item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  width: 15px;

  background: #ff3333;

}



.i_news .news_item .swiper-slide a {

  width: 100%;

  display: block;

  position: relative;

  z-index: 20;

}



.i_news .news_item .swiper-slide a img {

  width: 100%;

  height: 225px;

}



.i_news .news_item .swiper-slide a h1 {

  position: absolute;

  bottom: 25px;

  left: 10px;

  font-size: 16px;

  color: #ffffff;

}



.i_news .swiper-button-next {

  background: url(../images/next.png) no-repeat;

}



.i_news .swiper-button-prev {

  background: url(../images/next.png) no-repeat;

  transform: rotate(180deg);

}



.i_news .swiper-button-next, .i_news .swiper-button-prev {

  width: 17px;

  height: 18px;

}



.i_news .swiper-button-next::after, .i_news .swiper-button-prev::after {

  display: none;

}



.i_news .news-content {

  margin-top: 11px;

}



.i_news .news-content .head {

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #bfbfbf;

  padding: 0 12px;

}



.i_news .news-content .head .title {

  font-size: 18px;

  color: #1b1f2b;

  position: relative;

}



.i_news .news-content .head .title::after {

  content: "";

  position: absolute;

  bottom: -1.5px;

  left: 10px;

  width: 55px;

  border-bottom: 3px solid #ff3333;

}



.i_news .news-content .head .title .english {

  font-size: 14px;

  color: #666666;

  margin-left: 7px;

}



.i_news .news-content .head .more {

  font-size: 14px;

  color: #333333;

}



.i_news .news-content .list {

  padding: 10px 20px;

}



.i_news .news-content .list a {

  display: block;

  font-size: 14px;

  color: #1b1f2b;

  line-height: 30px;

  overflow:hidden;



                white-space: nowrap;



                text-overflow: ellipsis;



                -o-text-overflow:ellipsis;

}



.i_news .news-content .list a:hover {

  color: #ff3333;

}



.i_news .viode_item {

  width: 332px;

  padding: 0;

}



.i_news .viode_item .head {

  height: 34px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background: #ff5c5c;

  color: #Fff;

  padding: 0 9px 0 6px;

}



.i_news .viode_item .head h1 {

  font-size: 17px;

}



.i_news .viode_item .head a {

  font-size: 14px;

  color: #fff;

}



.i_news .viode_item .tips_video {

  padding: 3px 5px 4px;

}



.i_news .viode_item .tips_video a {

  display: block;

  position: relative;

}



.i_news .viode_item .tips_video a:hover::after {

  background: rgba(255, 51, 51, 0.75);

}



.i_news .viode_item .tips_video a::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 52px;

  height: 52px;

  border-radius: 52px;

  background: rgba(0, 0, 0, 0.75);

}



.i_news .viode_item .tips_video a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 1;

  transform: translate(-50%, -50%);

  border-top: 9px solid transparent;

  border-bottom: 9px solid transparent;

  border-left: 16px solid #fff;

}



.i_news .viode_item .tips_video img {

  width: 100%;

}



.i_news .viode_item .list_video {

  display: flex;

  padding: 0 5px;

}



.i_news .viode_item .list_video a {

  display: block;

  position: relative;

  margin-right: 2px;

}



.i_news .viode_item .list_video a:last-child {

  margin-right: 0;

}



.i_news .viode_item .list_video a:hover::after {

  background: rgba(255, 51, 51, 0.75);

}



.i_news .viode_item .list_video a::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 33px;

  height: 33px;

  border-radius: 33px;

  background: rgba(0, 0, 0, 0.75);

}



.i_news .viode_item .list_video a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 1;

  transform: translate(-50%, -50%);

  border-top: 6px solid transparent;

  border-bottom: 6px solid transparent;

  border-left: 10px solid #fff;

}



.i_news .viode_item .list_video a img {

  width: 106px;

  height: 78px;

}



.i_news .viode_item .aside {

  border-top: 1px solid #bfbfbf;

  margin-top: 7px;

}



.i_news .viode_item .aside a {

  height: 56px;

  display: flex;

  align-items: center;

  border-bottom: 1px dashed #d5d5d5;

  padding: 0 0 0 20px;

}



.i_news .viode_item .aside a:last-child {

  border-bottom: 0;

}



.i_news .viode_item .aside a img {

  width: 44px;

  height: 44px;

  margin-right: 20px;

}



.i_news .viode_item .aside a div {

  line-height: 20px;

}



.i_news .viode_item .aside a h1 {

  font-size: 18px;

  line-height: 20px;

  color: #666666;

}



.i_news .viode_item .aside a span {

  font-size: 14px;

  line-height: 20px;

  color: #3c3c3c;

}



.i_programme {

  height: 796px;

  position: relative;

  background: url(../images/banner2.png) no-repeat center top;

  box-sizing: border-box;

  padding-top: 30px;

}



.i_programme .title {

  text-align: center;

  color: #fff;

  margin-bottom: 10px;

}



.i_programme .title h1 {

  font-size: 35px;

}



.i_programme .title h2 {

  font-size: 18px;

}



.i_programme .swiper-container {

  width: 1200px;

  margin: 0 auto;

  height: 440px;

  background: rgba(255, 255, 255, 0.1);

}



.i_programme .swiper-slide {

  background: none;

  justify-content: space-between;

  box-sizing: border-box;

  padding: 0 120px 0 103px;

  position: relative;

}



.i_programme .swiper-pagination-bullet {

  width: 72px;

  height: 6px;

  background: #fff;

  opacity: 1;

  border-radius: 6px;

}



.i_programme .swiper-pagination-bullet-active {

  background: #ff3240;

}



.i_programme .btn {

  position: absolute;

  width: 100%;

  left:0;

  text-align: center;

  bottom: 38px;

}



.i_programme .btn a {

  display: inline-block;

  font-size: 18px;

  color: #ffffff;

  background: #ff3333;

  line-height: 38px;

  width: 179px;

  border-radius: 38px;

}



.i_programme .img-box {

  position: relative;

  display: inline-block;

}



.i_programme .img-box img {

  width: 291px;

  height: 291px;

}



.i_programme .img-box::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  background: url(../images/banner2_2.png) no-repeat center center;

  width: 321px;

  height: 317px;

  transition: all .3s ease 0s;

  animation: rotate 10s linear infinite;

}



.i_programme .swiper-pagination-bullet {

  width: 1rem;

  height: .1rem;

}



.i_programme .i_programme_page {

  width: 100%;

  position: absolute;

  bottom: 39px;

  left: 0;

  display: flex;

  justify-content: center;

  z-index: 1;

}



.i_programme .i_programme_page .item {

  border: 2px solid #d2d2d2;

  margin: 0 4px;

}



.i_achievement {

  background: #eeeeee;

  padding: 28px 0 54px 0;

}



.i_achievement .marginAuto {

  width: 1200px;

  margin: 0 auto;

}



.i_achievement .title {

  text-align: center;

  margin-bottom: 14px;

}



.i_achievement .title h1 {

  font-size: 36px;

  color: #434d88;

  line-height: 42px;

}



.i_achievement .title h2 {

  font-size: 18px;

  color: #434d88;

}



.i_achievement .main {

  display: flex;

}



.i_achievement .main .logos {

  box-sizing: border-box;

  width: 781px;

  border: 1px solid #7b8fc3;

  background: #c2c9de;

  margin-right: 5px;

  padding: 6px 10px;

}



.i_achievement .main .logos .list {

  height: 350px;

  overflow-y: auto;

  display: flex;

  flex-wrap: wrap;

  align-content: flex-start;

}



.i_achievement .main .logos .list a {

  width: 181px;

  height: 87px;

  background: #Fff;

  display: flex;

  justify-content: center;

  align-items: center;

  border-bottom: 2px solid #c2c9de;

  cursor: pointer;

  margin:0 2px;

}



.i_achievement .main .logos .list a:hover, .i_achievement .main .logos .list a.on {

  border-bottom: 2px solid #e60012;

}



.i_achievement .main .logos .list a img {

  max-width: 100%;

  max-height: 100%;

}



.i_achievement .main .describe-box {

  flex: 1;

  background: #556fb5;

  color: #fff;

  box-sizing: border-box;

  padding: 33px;

}



.i_achievement .main .describe-box .describe {

  display: none;

}



.i_achievement .main .describe-box .describe:first-child {

  display: block;

}



.i_achievement .main .describe-box h1 {

  font-size: 20px;

  margin-bottom: 20px;

}

.i_achievement .main .describe-box a{color: #fff;text-align: right;margin-top: 30px;display: block;}



.i_achievement .main .describe-box p {

  font-size: 16px;

  display:-webkit-box;

  overflow: hidden; /*超出隐藏*/

  text-overflow: ellipsis;/*隐藏后添加省略号*/

  -webkit-box-orient:vertical; 

  -webkit-line-clamp:5;

}



.i_cooperative_partner {

  /*margin-top: 54px;*/

  padding-top: 44px;

  background: url(../images/img5.jpg) no-repeat center center;

  box-sizing: border-box;

  height: 595px;

}



.i_cooperative_partner .title {

  text-align: center;

  margin-bottom: 26px;

}



.i_cooperative_partner .title h1 {

  font-size: 36px;

  color: #ffffff;

  line-height: 40px;

}



.i_cooperative_partner .title h2 {

  font-size: 18px;

  color: #ffffff;

}



.i_cooperative_partner .list {

  display: flex;

  flex-wrap: wrap;

}



.i_cooperative_partner .list a {

  width: 228px;

  height: 120px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;

  margin-right: 15px;

  margin-bottom: 12px;

  overflow: hidden;

}



.i_cooperative_partner .list a:nth-child(5n) {

  margin-right: 0;

}

.i_cooperative_partner .list a:hover img{

 transform: scale(1.1);

}

.i_cooperative_partner .list a img {

  max-width: 100%;

  max-height: 100%;

  transition: all 0.4s;

}



.i_about {

  padding-top: 30px;

  background: #eeeeee;

  padding-bottom: 60px;

}



.i_about .title {

  text-align: center;

  margin-bottom: 50px;

  color: #393939;

}



.i_about .title h1 {

  font-size: 36px;

}



.i_about .title h2 {

  font-size: 18px;

}



.i_about .list {

  display: flex;

  justify-content: space-between;

}



.i_about .list .item {

  display: flex;

  align-items: center;

}



.i_about .list .item img {

  margin-right: 10px;

}



.i_about .list .item h2 {

  font-size: 18px;

  color: #666666;

}



.i_about .list .item .sum-box {

  display: flex;

  align-items: center;

  font-size: 40px;

  color: #393939;

  font-family: Arial;

  line-height: 40px;

  width:190px;

}



.i_about .list .item .sum-box .tips {

  font-size: 20px;

  color: #393939;

  margin-left: 5px;

}



@keyframes rotate {

  0% {

    transform: translate(-50%, -50%) rotate(0deg);

  }

  100% {

    transform: translate(-50%, -50%) rotate(360deg);

  }

}



.footer {

  border-top: 2px solid #434343;

  background: #dcdcdc;

  padding-top: 37px;

  padding-bottom: 40px;

}



.footer .marginAuto {

  display: flex;

  /*align-items: center;*/

}



.footer .main {

  width: 590px;

  margin-right: 100px;

}



.footer .main .nav {

  display: flex;

  justify-content: space-between;

  margin-bottom: 30px;

}



.footer .main .nav .item {

  margin-bottom: 5px;

}



.footer .main .nav .item > a {

  font-size: 16px;

  color: #212b30;

}



.footer .main .nav .item .menu a {

  display: block;

  font-size: 14px;

  color: #595959;

}



.footer .main .tel {

  font-size: 35px;

  color: #000000;

  font-family: Arial;

  font-style: italic;

  display: flex;

  align-items: center;

  margin-bottom: 20px;

}



.footer .main .tel img {

  margin-right: 26px;

}



.footer .main .area {

  display: flex;

  align-items: center;

}



.footer .main .area img {

  width: 43px;

  height: 43px;

  margin-right: 7px;

}



.footer .main .area div {

  flex: 1;

}



.footer .main .area div p {

  font-size: 16px;

  color: #000000;

}



.footer .region .item {

  display: flex;

  align-items: center;

  margin-bottom: 14px;

}



.footer .region .item .tit {

  width: 42px;

  height: 42px;

  background: #ff3333;

  font-size: 16px;

  line-height: 16px;

  color: #ffffff;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  border-radius: 5px;

  margin-right: 10px;

}



.footer .region .item p {

  font-size: 14px;

  color: #000000;

  line-height: 22px;

}

.footer .region .item h1 {

  font-size: 16px;

  color: #000000;

  line-height: 22px;

}



.copyright {

  line-height: 51px;

  background: #000000;

  font-size: 14px;

  color: #ffffff;

  text-align: center;

}

.copyright a{color: #fff}

.kv {

  width: 100%;

  overflow: hidden;

}



.kv > img {

  position: relative;

  width: 1920px;

  left: 50%;

  transform: translate(-50%, 0);

}



.news-container {

  width: 1200px;

  margin: 0 auto;

}



.news-container .tab-bar {

  display: flex;

  height: 78px;

  align-items: center;

}



.news-container .tab-bar a {

  font-size: 18px;

  color: #212b30;

  margin-right: 30px;

}



.news-container .tab-bar a:hover, .news-container .tab-bar a.on {

  color: #ff3333;

  border-bottom: 1px solid #ff3333;

}



.tab-bar2 {

  display: flex;

  width: 1200px;

  margin:0 auto;

  height: 78px;

  align-items: center;

}



.tab-bar2 a {

  font-size: 18px;

  color: #212b30;

  margin-right: 30px;

}



.tab-bar2 a:hover,.tab-bar2 a.on {

  color: #ff3333;

  /*border-bottom: 1px solid #ff3333;*/

}



.news-container .list {

  background: #ffffff;

  padding: 21px 26px;

}



.news-container .list .item a {

  position: relative;

  display: flex;

  padding-bottom: 16px;

  margin-bottom: 20px;

  border-bottom: 1px dashed #a8a8a8;

}



.news-container .list .item img {

  margin-right: 35px;

  max-width: 225px;

}

.news-container .list .item.yeji a{align-items: center;}

.news-container .list .item.yeji .img{

  width:266px;height:127px;border:1px solid #5e74b0;

  display: flex;justify-content: center;align-items: center; margin-right: 35px;

}

.news-container .list .item.yeji .main{flex: 1}



.news-container .list .item.yeji .main p{display:-webkit-box;

  overflow: hidden; /*超出隐藏*/

  text-overflow: ellipsis;/*隐藏后添加省略号*/

  -webkit-box-orient:vertical; 

  -webkit-line-clamp:2;}

.news-container .list .item.yeji .main{position: relative;}

.news-container .list .item.yeji .main .btn{top:0;}

.news-container .list .item.yeji img {

  max-width: 90%;

  margin-right: 0

}





.news-container .list .item .main .title {

  display: flex;

  align-items: center;

  font-size: 20px;

  color: #edbd98;

  margin-bottom: 8px;

}



.news-container .list .item .main .title .tit {

  width: 70px;

  height: 70px;

  background: #eeeeee;

  text-align: center;

  box-sizing: border-box;

  padding-top: 8px;

  margin-right: 25px;

}



.news-container .list .item .main .title .tit .day {

  font-size: 36px;

  color: #edbd98;

  line-height: 36px;

}



.news-container .list .item .main .title .tit .english_day {

  font-size: 16px;

  color: #edbd98;

  line-height: 16px;

}



.news-container .list .item .main p {

  font-size: 14px;

  color: #595757;

}



.news-container .list .item .main .btn {

  position: absolute;

  bottom: 22px;

  right: 0;

}



.news-container .list .item .main .btn span {

  display: block;

  width: 141px;

  height: 35px;

  line-height: 35px;

  background: #e60012;

  border-radius: 35px;

  font-size: 14px;

  color: #ffffff;

  text-align: center;

}



.news-container .list .page {

  text-align: center;

}

.news-container .list .page ul{display: flex;justify-content: center;}



.news-container .list .page a,.news-container .list .page span {

  display: inline-block;

  border: 1px solid #bfbfbf;

  font-size: 12px;

  color: #666666;

  line-height: 19px;

  padding: 0 7px;

  margin: 0 4px;

}





.news-container .list .page a:hover, .news-container .list .page li.active span {

  background: #eeeeee;

  color: #ff3333;

}



.position {

  font-size: 14px;

  color: #333333;

  line-height: 73px;

  width: 1200px;

  margin: 0 auto;

}



.position a {

  color: #333333;

}



.news-details-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  padding: 36px 24px;

}



.news-details-container .title {

  text-align: center;

  padding-bottom: 8px;

  border-bottom: 2px solid #7d7d7d;

}



.news-details-container .title h1 {

  font-size: 24px;

  color: #333333;

  margin-bottom: 4px;

}



.news-details-container .title h2 {

  font-size: 14px;

  color: #898989;

}



.news-details-container .title h2 span {

  display: inline-block;

  margin: 0 10px;

}



.news-details-container .details {

  padding: 52px 52px;

  font-size: 14px;

  color: #898989;

}



.news-details-container .details img {

  max-width: 100%;

}



.news-details-container .pages {

  border-top: 2px solid #7d7d7d;

  padding-top: 30px;

  text-align: center;

}



.news-details-container .pages a {

  margin: 0 20px;

  font-size: 14px;

  color: #898989;

}



.video-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 23px 32px;

}



.video-container .list ul {

  display: flex;

  flex-wrap: wrap;

}



.video-container .list ul li {

  width: 275px;

  margin-right: 12px;

  margin-bottom: 20px;

}



.video-container .list ul li:nth-child(4n) {

  margin-right: 0;

}



.video-container .list ul li a {

  display: block;

}



.video-container .list ul li a .img {

  position: relative;

}

.video-container .list ul li a .img img{width: 100%}



.video-container .list ul li a .img::after {

  content: "";

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 60px;

  height: 60px;

  border: 2px solid #fff;

  border-radius: 60px;

  background: #ff3333;

}



.video-container .list ul li a .img::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 1;

  transform: translate(-50%, -50%);

  border-top: 9px solid transparent;

  border-bottom: 9px solid transparent;

  border-left: 16px solid #fff;

}



.video-container .list ul li a .tit {

  background: #e5e5e5;

  font-size: 12px;

  color: #2c2f44;

  padding: 9px 21px 21px 6px;

}



.video-container .page {

  text-align: center;

}



.video-container .page a {

  display: inline-block;

  border: 1px solid #bfbfbf;

  font-size: 12px;

  color: #666666;

  line-height: 19px;

  padding: 0 7px;

  margin: 0 4px;

}



.video-container .page a:hover, .video-container .page a.on {

  background: #eeeeee;

  color: #ff3333;

}



.video-details-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  padding: 36px 24px;

}



.video-details-container .title {

  text-align: center;

  padding-bottom: 8px;

  border-bottom: 2px solid #7d7d7d;

}



.video-details-container .title h1 {

  font-size: 24px;

  color: #333333;

  margin-bottom: 4px;

}



.video-details-container .title h2 {

  font-size: 14px;

  color: #898989;

}



.video-details-container .title h2 span {

  display: inline-block;

  margin: 0 10px;

}



.video-details-container .details {

  display: flex;

  margin-top: 10px;

}



.video-details-container .details .main {

  width: 823px;

  margin-right: 11px;

  font-size: 14px;

  color: #898989;

}

.video-details-container .details .main iframe{width:100%;height:600px;}


.video-details-container .details .main img {

  max-width: 100%;

}



.video-details-container .details .list {

  flex: 1;

}



.video-details-container .details .list .tit {

  font-size: 18px;

  color: #ffffff;

  font-weight: bold;

  background: #5e5e5e;

  line-height: 38px;

  padding-left: 10px;

  margin-bottom: 3px;

}



.video-details-container .details .list ul {

  border: 1px solid #999999;

  box-sizing: border-box;

  padding: 4px 5px;

}



.video-details-container .details .list ul li {

  padding-bottom: 6px;

  margin-bottom: 5px;

  border-bottom: 1px solid #dcdcdc;

}



.video-details-container .details .list ul li:last-child {

  border-bottom: 0;

  padding-bottom: 0;

  border: 0;

}



.video-details-container .details .list ul li a {

  display: flex;

  align-items: center;

}



.video-details-container .details .list ul li a img {

  width: 82px;

  height: 56px;

  margin-right: 10px;

}



.video-details-container .details .list ul li a h1 {

  flex: 1;

  font-size: 12px;

  color: #2c2f44;

}



.video-details-container .pages {

  border-top: 2px solid #7d7d7d;

  padding-top: 30px;

  text-align: center;

}



.video-details-container .pages a {

  margin: 0 20px;

  font-size: 14px;

  color: #898989;

}



.contactUs-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 30px 29px;

}



.contactUs-container .brief-form {

  display: flex;

  margin-bottom: 16px;

}



.contactUs-container .brief-form .brief {

  width: 475px;

  border: 1px solid #bababa;

  box-sizing: border-box;

  padding: 0 0 47px 0;

  margin-right: 21px;

  background: #fff;

}



.contactUs-container .brief-form .brief .icon {

  display: flex;

  align-items: center;

  margin-bottom: 3px;

  padding: 33px 0 0 24px;

}



.contactUs-container .brief-form .brief .icon img {

  margin-right: 10px;

}



.contactUs-container .brief-form .brief .icon h1 {

  font-size: 30px;

  color: #434343;

}



.contactUs-container .brief-form .brief .icon span {

  font-size: 18px;

  color: #434343;

}



.contactUs-container .brief-form .brief .img img {

  width: 100%;

  height: auto;

}



.contactUs-container .brief-form .brief .main {

  padding: 0 22px;

}



.contactUs-container .brief-form .brief .main .tel {

  margin-top: 80px;

  font-size: 18px;

  color: #666666;

  margin-bottom: 14px;

}



.contactUs-container .brief-form .brief .main p {

  font-size: 16px;

  color: #666666;

}



.contactUs-container .brief-form .form {

  flex: 1;

  background: #eeeeee;

  box-sizing: border-box;

  padding: 26px 35px 0;

}



.contactUs-container .brief-form .form .tit {

  text-align: center;

  margin-bottom: 20px;

}



.contactUs-container .brief-form .form .tit h1 {

  font-size: 30px;

  color: #434343;

  position: relative;

  line-height: 30px;

}



.contactUs-container .brief-form .form .tit h1 span {

  position: relative;

  display: inline-block;

  background: #eeeeee;

  padding: 0 30px;

  z-index: 1;

}



.contactUs-container .brief-form .form .tit h1::after {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  transform: translate(0, -50%);

  width: 100%;

  border-top: 1px solid #959595;

}



.contactUs-container .brief-form .form .tit h2 {

  font-size: 18px;

  color: #888888;

}



.contactUs-container .brief-form .form form .input-inner {

  width: 100%;

  margin-bottom: 13px;

}



.contactUs-container .brief-form .form form .input-inner.required {

  position: relative;

}



.contactUs-container .brief-form .form form .input-inner.required::after {

  content: "*";

  color: red;

  position: absolute;

  right: 3%;

  top: 50%;

  transform: translate(0, -50%);

}



.contactUs-container .brief-form .form form .input-inner input {

  width: 100%;

  height: 30px;

  border: 1px solid #bfbfbf;

  border-radius: 5px;

  box-sizing: border-box;

  padding: 0 10px;

}



.contactUs-container .brief-form .form form .input-inner.textarea-inner textarea {

  width: 100%;

  height: 140px;

  border: 1px solid #bfbfbf;

  border-radius: 5px;

  box-sizing: border-box;

  padding: 0 10px;

}



.contactUs-container .brief-form .form form .btn {

  text-align: center;

}



.contactUs-container .brief-form .form form .btn button {

  width: 176px;

  height: 36px;

  box-sizing: border-box;

  border: 1px solid #bfbfbf;

  background: #ff3333;

  font-size: 16px;

  color: #ffffff;

  border-radius: 36px;

}



.contactUs-container .area {

  margin-top: 64px;

  display: flex;

  margin-bottom: 78px;

}



.contactUs-container .area .item {

  flex: 1;

  text-align: center;

  padding:0 15px;

}



.contactUs-container .area .item img {

  margin-bottom: 20px;

}



.contactUs-container .area .item p {

  font-size: 14px;

  color: #888888;

}



.contactUs-container .ewm {

  text-align: center;

}



.contactUs-container .ewm img {

  margin-bottom: 2px;

}



.contactUs-container .ewm h1 {

  font-size: 16px;

  font-weight: bold;

}



.recruit-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 28px 16px;

  display: flex;

}



.recruit-container .aside {

  width: 297px;

  padding-right: 16px;

  margin-right: 15px;

  border-right: 2px solid #7d7d7d;

}



.recruit-container .aside a {

  display: block;

  margin-bottom: 4px;

}



.recruit-container .list {

  flex: 1;

}



.recruit-container .list .tit {

  display: flex;

  justify-content: space-between;

  background: #d2d2d2;

  align-items: center;

  height: 51px;

  border-bottom: 1px solid #556fb5;

  margin-bottom: 5px;

}



.recruit-container .list .tit span {

  flex: 1;

  text-align: center;

  font-size: 18px;

  color: #385aae;

}



.recruit-container .list ul {

  margin-bottom: 60px;

}



.recruit-container .list ul li {

  height: 50px;

  border-bottom: 1px dashed #c4c4c4;

  align-items: center;

  display: flex;

}



.recruit-container .list ul li:nth-child(odd) {

  background: #eeeeee;

}



.recruit-container .list ul li span {

  flex: 1;

  text-align: center;

  font-size: 16px;

  color: #000000;

}



.recruit-container .list ul li span a {

  display: inline-block;

  width: 141px;

  line-height: 34px;

  background: #ff3333;

  border-radius: 34px;

  font-size: 14px;

  color: #ffffff;

}



.recruit-container .list ul li span a.mob{display: none}



.recruit-container .list .page {

  text-align: center;

}



.recruit-container .list .page a {

  display: inline-block;

  border: 1px solid #bfbfbf;

  font-size: 12px;

  color: #666666;

  line-height: 19px;

  padding: 0 7px;

  margin: 0 4px;

}



.recruit-container .list .page a:hover, .recruit-container .list .page a.on {

  background: #eeeeee;

  color: #ff3333;

}



.recruit-details-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 21px;

}



.recruit-details-container .title {

  text-align: center;

  margin-bottom: 40px;

}



.recruit-details-container .title h1 {

  font-size: 30px;

  color: #385aae;

  border-bottom: 1px solid #556fb5;

  margin-bottom: 2px;

}



.recruit-details-container .title h2 {

  background: #eeeeee;

  line-height: 46px;

}



.recruit-details-container .title h2 span {

  display: inline-block;

  font-size: 14px;

  color: #000000;

  margin: 0 10px;

}



.recruit-details-container .requirement .item {

  margin-bottom: 20px;

}



.recruit-details-container .requirement .item .tit {

  font-size: 24px;

  color: #000000;

  border-bottom: 1px dashed #afafaf;

  padding-left: 20px;

  padding-bottom: 5px;

}



.recruit-details-container .requirement .item p {

  padding: 20px 0 0 60px;

  font-size: 18px;

  color: #000000;

  line-height: 36px;

}



.recruit-details-container .pages {

  border-top: 2px solid #7d7d7d;

  padding-top: 30px;

  text-align: center;

}



.recruit-details-container .pages a {

  margin: 0 20px;

  font-size: 14px;

  color: #898989;

}



.recruit-details-container .back {

  text-align: center;

  margin: 30px 0;

}



.recruit-details-container .back a {

  display: inline-block;

  width: 141px;

  line-height: 34px;

  background: #ff3333;

  border-radius: 34px;

  font-size: 14px;

  color: #ffffff;

}



.about-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 45px 76px;

}



.about-container .about {

  margin-bottom: 30px;

}



.about-container .about .title {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  border-bottom: 1px solid #7d7d7d;

  padding-bottom: 14px;

  margin-bottom: 20px;

}



.about-container .about .title .text h1 {

  font-size: 26px;

  font-weight: bold;

  line-height: 26px;

  color: #595757;

}



.about-container .about .title .text h2 {

  font-size: 17px;

  line-height: 17px;

  color: #595757;

  font-weight: bold;

}



.about-container .about p {

  font-size: 18px;

  color: #666666;

}



.about-container .environment {

  margin-bottom: 45px;

}



.about-container .environment .tit {

  font-size: 30px;

  color: #333333;

  border-bottom: 1px solid #7d7d7d;

  padding-bottom: 8px;

  margin-bottom: 10px;

}



.about-container .environment img {

  width: 100%;

}



.about-container .advantage .tit {

  font-size: 30px;

  color: #333333;

  border-bottom: 1px solid #7d7d7d;

  padding-bottom: 8px;

  margin-bottom: 10px;

}



.about-container .advantage .main {

  display: flex;

}



.about-container .advantage .main .img {

  width: 507px;

  margin-right: 16px;

}



.about-container .advantage .main .img img {

  width: 100%;

}

.about-container .advantage .main .list{flex: 1}

.about-container .advantage .main .list .item {

  display: flex;

  align-items: center;

  border-bottom: 1px solid #717171;

  margin-bottom: 12px;

}



.about-container .advantage .main .list .item:last-child {

  border-bottom: 0;

}



.about-container .advantage .main .list .item .tag {

  width: 78px;

  height: 79px;

  line-height: 75px;

  background: url(../images/img23.jpg) no-repeat;

  background-size: 100% 100%;

  font-size: 20px;

  color: #ffffff;

  text-align: center;

  margin-right: 10px;

}



.about-container .advantage .main .list .item p {

  flex: 1;

  font-size: 14px;

  color: #333333;

  line-height: 24px;

}



.honor-container {

  width: 1200px;

  margin: 0 auto;

  background: #fff;

  box-sizing: border-box;

  padding: 40px 18px;

}



.honor-container .title {

  text-align: center;

  margin-bottom: 20px;

}



.honor-container .title h1 {

  font-size: 36px;

  color: #393939;

  font-weight: bold;

  line-height: 40px;

}



.honor-container .title h2 {

  font-size: 18px;

  color: #ff3333;

}



.honor-container .medal {

  background: #448aca;

  padding: 0 24px 7px;

}



.honor-container .medal .tit {

  width: 100%;

  text-align: center;

  font-size: 24px;

  color: #ffffff;

  line-height: 70px;

}



.honor-container .medal .list {

  display: flex;

  flex-wrap: wrap;

}



.honor-container .medal .medal-item {

  width: 49%;

  display: flex;

  flex-wrap: wrap;

  border-right: 1px dashed #f5f9fc;

  border-bottom: 1px dashed #f5f9fc;

  padding-right: 10px;

  margin-right: 10px;

  padding-top: 9px;

}



.honor-container .medal .medal-item:nth-child(3), .honor-container .medal .medal-item:nth-child(4) {

  border-bottom: 0;

}



.honor-container .medal .medal-item img {

  margin-right: 4px;

  margin-bottom: 5px;

}



.honor-container .medal .medal-item .text {

  font-size: 14px;

  color: #ffffff;

  padding: 10px;

}



.honor-container .medal .medal-item:nth-child(2n) {

  border-right: 0;

  padding-right: 0;

  margin-right: 0;

}



.honor-container .medal .medal-item img {

  max-width: 50%;

}



.honor-container .medal .medal-item.last-item > div {

  width: 50%;

}



.honor-container .medal .medal-item.last-item > div img {

  max-width: 100%;

}



.honor-container .strategic_cooperation {

  margin-bottom: 30px;

  display: flex;

}



.honor-container .strategic_cooperation .gold_medal p {

  padding-top: 20px;

  padding-left: 60px;

  font-size: 14px;

  color: #448aca;

}



.honor-container .strategic_cooperation .enterprise .tit {

  font-size: 24px;

  color: #448aca;

  font-weight: bold;

  line-height: 76px;

}



.honor-container .strategic_cooperation .enterprise .list {

  display: flex;

  border: 1px solid #448aca;

  padding: 17px 20px;

}



.honor-container .strategic_cooperation .enterprise .list .small {

  display: flex;

  flex-wrap: wrap;

}



.honor-container .strategic_cooperation .enterprise .list .small img {

  margin-right: 24px;

  margin-bottom: 20px;

  width: 244px;

}



.honor-container .swiper-box {

  background: #448aca;

  box-sizing: border-box;

  padding: 0 22px 22px;

}



.honor-container .swiper-box .tit {

  font-size: 24px;

  color: #fff;

  font-weight: bold;

  text-align: center;

  line-height: 108px;

}



.honor-container .swiper-box .swiper-slide {

  background: none;

}



.honor-container .swiper-box .swiper-slide img {

  width: 214px;

  height: 297px;

}



.honor-container .swiper-box .swiper-pagination {

  position: static;

  margin: 20px 0;

}



.honor-container .swiper-box .swiper-pagination .swiper-pagination-bullet {

  margin: 0 3px;

}



.honor-container .swiper-box .swiper-pagination .swiper-pagination-bullet-active {

  background: #ff3333;

}



.development-container {

  width: 1200px;

  margin: 0 auto;

}



.development-container .title {

  text-align: center;

  margin-bottom: 20px;

}



.development-container .title h1 {

  font-size: 36px;

  color: #393939;

  font-weight: bold;

  line-height: 40px;

}



.development-container .title h2 {

  font-size: 18px;

  color: #ff3333;

}



.development-container .development {

  background: #fff;

  box-sizing: border-box;

  padding: 40px 32px;

  margin-bottom: 24px;

}



.development-container .culture {

  background: #fff;

  box-sizing: border-box;

  padding: 40px 32px;

}



.development-container .culture .list {

  display: flex;

  flex-wrap: wrap;

}



.development-container .culture .list .item {

  width: 538px;

  box-sizing: border-box;

  border: 1px solid #7d7d7d;

  display: flex;

  align-items: center;

  margin-bottom: 12px;

  margin-right: 18px;

}



.development-container .culture .list .item:nth-child(2n) {

  margin-right: 0;

}



.development-container .culture .list .item img {

  width: 192px;

  margin-right: 20px;

}



.development-container .culture .list .item .main h1 {

  font-size: 18px;

  color: #525252;

  margin-bottom: 2px;

}



.development-container .culture .list .item .main p {

  font-size: 14px;

  color: #4c4948;

}



.wisdom {

  width: 1200px;

  margin: 0 auto;

}



.wisdom .tab-bar {

  display: flex;

  height: 78px;

  align-items: center;

}



.wisdom .tab-bar a {

  font-size: 18px;

  color: #212b30;

  margin-right: 30px;

}



.wisdom .tab-bar a:hover, .wisdom .tab-bar a.on {

  color: #ff3333;

  border-bottom: 1px solid #ff3333;

}



.wisdom-container {

  width: 1200px;

  margin: 0 auto;

  box-sizing: border-box;

  background: #fff;

  padding: 12px 14px;

}



.wisdom-container .details {

  padding: 0 66px;

}



.wisdom-container .tips .text {

  font-size: 16px;

  color: #212b30;

  margin: 20px 0;

}



.wisdom-container .title {

  color: #212b30;

  border-bottom: 1px solid #595959;

  margin-bottom: 25px;

}



.wisdom-container .title span {

  display: inline-block;

  border-left: 7px solid #ff3333;

  padding-left: 10px;

  font-size: 20px;

  line-height: 20px;

}



.wisdom-container .broadcast .tit {

  text-align: center;

}



.wisdom-container .broadcast .tit h1 {

  font-size: 16px;

  color: #000000;

  margin-bottom: 5px;

}



.wisdom-container .broadcast .tit p {

  font-size: 14px;

  color: #212b30;

  padding: 0 70px;

}



.exhibition {

  width: 1200px;

  margin: 12px auto 0;

  background: #fff;

  padding-bottom: 60px;

}



.exhibition .tit {

  font-size: 24px;

  color: #ff3333;

  line-height: 67px;

  text-align: center;

}



.exhibition .swiper-slide a {

  display: block;

  padding: 11px 8px;

  background: #eeeeee;

}



.exhibition .swiper-slide .img {

  width: 253px;

  height: 226px;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

}



.exhibition .swiper-slide img {

  max-width: 100%;

}



.exhibition .swiper-slide h1 {

  margin-top: 10px;

  font-size: 16px;

  color: #212b30;

}



.exhibition .swiper-pagination {

  position: static;

  margin: 20px 0;

}



.exhibition .swiper-pagination .swiper-pagination-bullet {

  margin: 0 3px;

}



.exhibition .swiper-pagination .swiper-pagination-bullet-active {

  background: #ff3333;

}



.afc-container {

  width: 1200px;

  margin: 0 auto;

  box-sizing: border-box;

  background: #fff;

  padding: 12px 14px;

}



.afc-container .padding {

  padding: 20px 40px;

}



.afc-container .padding .tips {

  margin-bottom: 20px;

}



.afc-container .padding .tips .tit {

  font-size: 20px;

  color: #212b30;

  border-left: 7px solid #ff3333;

  line-height: 20px;

  padding-left: 10px;

  margin-bottom: 18px;

}



.afc-container .padding .tips p {

  font-size: 16px;

  color: #212b30;

  padding: 0 10px;

}



.afc-container .padding .list .item {

  display: flex;

  position: relative;

  min-height: 247px;

  padding-left: 580px;

  margin-bottom: 50px;

}



.afc-container .padding .list .item img {

  position: absolute;

  width:440px;

  left: 0;

}

.afc-container .padding .list .item .main{max-width: 500px}



.afc-container .padding .list .item:nth-child(2n) {

  padding-left: 0;

  padding-right: 500px;

}



.afc-container .padding .list .item:nth-child(2n) img {

  left: auto;

  right: 0;

}



.afc-container .padding .list .item .main h1 {

  font-size: 20px;

  color: #212b30;

  margin-bottom: 5px;

  font-weight: bold;

}



.afc-container .padding .list .item .main p {

  font-size: 16px;

  color: #666464;

  margin-bottom: 15px;

}



.ict-container {

  width: 1200px;

  margin: 0 auto;

  box-sizing: border-box;

  background: #fff;

  padding: 12px 14px;

}



.ict-container .title {

  font-size: 20px;

  color: #212b30;

  border-left: 7px solid #ff3333;

  line-height: 20px;

  padding-left: 5px;

  margin-bottom: 12px;

  font-weight: bold;

}



.ict-container .padding {

  padding: 25px 48px;

}



.ict-container .tips {

  font-size: 16px;

  color: #212b30;

  padding: 0 23px;

}



.ict-container .list {

  display: flex;

  flex-wrap: wrap;

  margin-top: 25px;

  margin-bottom: 15px;

  padding-left: 20px;

}



.ict-container .list .item {

  width: 520px;

  border: 1px solid #aaaaaa;

  border-radius: 5px;

  margin-right: 13px;

  margin-bottom: 10px;

  box-sizing: border-box;

}



.ict-container .list .item:nth-child(2n) {

  margin-right: 0;

}



.ict-container .list .item h1 {

  font-size: 16px;

  color: #212b30;

  line-height: 35px;

  border-bottom: 1px solid #d2d2d2;

  padding-left: 10px;

}



.ict-container .list .item p {

  font-size: 14px;

  color: #666464;

  padding: 5px;

}



.service-container {

  width: 1200px;

  margin: 14px auto 0;

  background: #fff;

  box-sizing: border-box;

  padding: 18px 12px;

}



.service-container .wrapper {

  width: 100%;

  height: 955px;

  overflow: hidden;

  position: relative;

  background: #0076e8;

}



.service-container .wrapper .inner{

  position: absolute;

  right: 0;

  /*width:100%;height:100%;*/

  transition: all 0.3s ease 0s;

}

/*.service-container .wrapper .inner img{}*/

.service-container .wrapper .text{text-align: center;color: #fff; padding: 30px 0;position: absolute;bottom:0;width:100%;}

.service-container .wrapper .text h1{font-size:25px }

.service-container .wrapper .text p{font-size: 16px;}



.service-container .wrapper .prev, .service-container .wrapper .next {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  z-index: 1;

  cursor: pointer;

}



.service-container .wrapper .prev {

  left: 20px;

}



.service-container .wrapper .next {

  right: 20px;

  transform: translate(0, -50%) rotate(180deg);

}