.homepage {
  font-size: 0.16rem;
}
.homepage .banner img {
  width: 100%;
  height: 6rem;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-button-prev {
  left: 0.3rem;
}
.banner .swiper-button-next {
  right: 0.3rem;
}
.partner {
  padding: 1rem 0;
  background: url(../images/bg1.jpg) center no-repeat;
  background-size: cover;
}
.partner .title,
.meeting .title {
  text-align: center;
  padding-bottom: 0.3rem;
}
.partner .title h3,
.meeting .title h3 {
  font-size: 0.36rem;
  font-weight: bold;
}
.partner .title h3 span,
.meeting .title h3 span {
  color: #214b89;
}
.partner .title h3:after,
.meeting .title h3:after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 4px;
  background: red;
  margin: 0.15rem auto;
}
.partner .title p,
.meeting .title p {
  color: #666;
}

.partner .bd {
  margin-top: 0.05rem;
}
.picMarquee-left {
  overflow: hidden;
  position: relative;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-left .bd ul li {
  margin: 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  text-align: center;
}
.picMarquee-left .bd ul li .pic {
  width: 2.4rem;
}
.picMarquee-left .bd ul li .pic img {
  display: block;
  height: 1.1rem;
}
.meeting {
  padding: 1rem 0;
  background: #f8f8f8;
}
.meeting .title {
  padding-bottom: 0.5rem;
}

.meeting .bd {
  display: flex;
}
.meeting .bd .side {
  width: 45%;
  margin-right: 0.16rem;
}
.meeting .bd .side img {
  height: 5rem;
}
.meeting .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.08rem;
}
.meeting .bd ul li {
  width: 50%;
  padding: 0.08rem;
}
.meeting .bd ul img {
  height: 2.42rem;
}
.meeting .bd p {
  position: absolute;
  right: 0;
  left: 0;
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.18rem;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news {
  padding: 1rem 0;
  background: url(../images/bg.jpg) center no-repeat;
  background-size: cover;
}
.news .info {
  display: flex;
}
.news .info > .flex_item {
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 0.15rem;
}
.news .title {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  border-bottom: 1px solid #214b89;
}
.news .title img {
  width: 0.3rem;
  margin-right: 0.05rem;
}
.news .title .flex_item {
  font-weight: bold;
  font-size: 0.24rem;
}
.news .title a {
  font-size: 0.14rem;
  display: flex;
  align-items: center;
}
.news .title a i {
  width: 0.11rem;
  height: 0.09rem;
  background: url(../images/rightico.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.05rem;
}
.news .center {
  width: 40%;
  margin: 0 0.2rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.news .center .pic img {
  height: 3.84rem;
}
.news .center h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.15rem 0;
  color: #214b89;
  font-size: 0.18rem;
}
.news .center h3 i {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin-right: 0.1rem;
  background: url(../images/index01ic.png) center no-repeat;
  background-size: 100% 100%;
}
.news .center dl {
  padding: 0.3rem 0.2rem;
}
.news .center dl dt {
  font-size: 0.2rem;
  color: #214b89;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .center dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news ol li {
  border-bottom: 1px solid #eee;
  padding: 0.15rem 0;
}
.news ol li a,
.news ul li .flex_item {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news ol li:last-child,
.news ul li:last-child {
  border: none;
}
.news ul li {
  border-bottom: 1px solid #eee;
  padding: 0.1rem 0;
}
.news ul li a {
  display: flex;
  align-items: center;
}
.news ul li dl {
  text-align: center;
  border: 1px solid #eee;
  margin-right: 0.1rem;
  width: 0.6rem;
}
.news ul li dl dt {
  background: #214b89;
  color: #fff;
  height: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.news ul li dl dd {
  font-size: 0.14rem;
  padding: 0.06rem 0;
}
.news .swiper-pagination-bullet-active {
  background: #214b89;
}
/**/
.bannerinfo {
  height: 3.31rem;
  background: url(../images/bannerinfo.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.bannerinfo dd {
  opacity: 0.5;
}
.bannerinfo dt {
  font-weight: bold;
  font-size: 0.36rem;
  padding-top: 0.3rem;
}
.infonav {
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.14rem;
}
.infonav ul {
  display: flex;
  font-size: 0.18rem;
  font-weight: bold;
}
.infonav ul li {
  margin-right: 0.4rem;
}
.infonav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.55rem;
  position: relative;
}
.infonav ul .on a {
  color: #214b89;
}
.infonav ul .on a:after {
  content: '';
  border-bottom: 3px solid #214b89;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.bread {
  display: flex;
}
.bread a {
  display: flex;
  align-items: center;
}
.bread a:after {
  content: '/';
  padding: 0 0.1rem;
}
.infopage {
  font-size: 0.16rem;
  background: #f8fafd;
  padding: 0.3rem 0;
}
.aboutus {
  background: #fff;
  padding: 0.3rem 0.6rem;
}
.aboutus .first {
  padding: 0.3rem 0;
  font-size: 0.18rem;
  line-height: 1.8;
}
.aboutus .first .hd {
  text-align: center;
  padding-bottom: 0.3rem;
}
.aboutus .first p {
  text-indent: 2em;
}
.aboutus .second {
  padding: 0.5rem 0;
}
.aboutus .second .bd p {
  color: #777777;
  line-height: 1.8;
  padding: 0.15rem 0;
}
.aboutus .second .bd .flex .flex_item:last-child {
  margin-left: 8%;
}
.aboutus .second .bd dt {
  font-weight: bold;
  font-size: 0.32rem;
  padding-bottom: 0.2rem;
}
.aboutus .second .bd .pic {
  border-radius: 0.1rem;
}
.aboutus .second .bd .flex + .flex {
  margin-top: 0.7rem;
}
/**/
.newslists {
  display: flex;
  font-size: 0.14rem;
  padding: 0.3rem 0;
}
.newslists .side {
  margin-left: 0.5rem;
  width: 4rem;
}
.newslists .m-notice {
  border: 1px solid #eee;
}

.m-notice .tit {
  height: 0.62rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  font-weight: bold;
  padding-left: 0.32rem;
  background-color: #eef2f5;
}

.m-notice .tit i {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  margin-right: 0.14rem;
  background: url(../images/i-23.png) no-repeat center center;
  background-size: 100% 100%;
}
.m-notice .bd {
  padding: 0.3rem;
  line-height: 1.5;
}
.m-notice .bd li {
  padding-left: 0.17rem;
  margin-bottom: 0.11rem;
  background: url(../images/i-24.png) no-repeat left 10px;
}
.m-notice .bd h4 {
  font-size: 0.16rem;
  font-weight: normal;
  margin-bottom: 0.06rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.m-notice .bd .date {
  display: block;
  padding-left: 0.2rem;
  color: #999;
  font-family: arial;
  background: url(../images/i-27.png) no-repeat left center;
  background-size: 0.16rem auto;
}

.ul-lsit4 {
  margin-bottom: 0.5rem;
}

.ul-lsit4 li {
  overflow: hidden;
  padding: 0.25rem 0 0.3rem;
  border-bottom: 1px solid #edf2f9;
}

.ul-lsit4 .pic {
  width: 2.85rem;
  height: 1.85rem;
  float: left;
  overflow: hidden;
}

.ul-lsit4 .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.ul-lsit4 .con {
  overflow: hidden;
  padding-left: 0.35rem;
  padding-top: 0.08rem;
}

.ul-lsit4 h3 {
  font-size: 0.22rem;
  font-weight: normal;
  margin-bottom: 0.18rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ul-lsit4 .desc {
  line-height: 0.24rem;
  color: #666;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ul-lsit4 .date {
  font-size: 0.16rem;
  color: #666;
  display: block;
  padding-left: 0.24rem;
  background: url(../images/i-27.png) no-repeat left center;
}

.ul-lsit4 .pic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.pages {
  overflow: hidden;
  padding-bottom: 0.5rem;
  font-size: 0.14rem;
}

.pages ul {
  border: 1px solid #f3f3f3;
  border-right: 0;
  float: left;
}

.pages li {
  float: left;
  border-right: 1px solid #f3f3f3;
}

.pages li a {
  display: block;
  height: 0.38rem;
  width: 0.42rem;
  text-align: center;
  line-height: 0.38rem;
  font-weight: bold;
  color: #c9c8c8;
  position: relative;
  background-color: #fff;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.pages li:hover a {
  color: #666;
}

.pages li.on a {
  background-color: #e26824;
  color: #fff;
}

.pages li.on a:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e26824;
}

.pages li.on a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e26824;
}

.pages li.prev a,
.pages li.next a {
  background-position: center;
  background-repeat: no-repeat;
}

.pages li.prev a {
  background-image: url(../images/i-13.png);
}

.pages li.next a {
  background-image: url(../images/i-14.png);
}

.pages li.prev:hover a,
.pages li.next:hover a {
  background-color: #e26824;
}

.pages li.prev:hover a {
  background-image: url(../images/i-13-on.png);
}

.pages li.next:hover a {
  background-image: url(../images/i-14-on.png);
}
/**/

.newsitem h1 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.08rem;
}

.newsitem .info {
  text-align: center;
  color: #9ca6ae;
  font-size: 0.16rem;
  border-bottom: 1px solid #dee3e7;
  padding-bottom: 0.16rem;
  margin-bottom: 0.25rem;
}

.newsitem .info span {
  margin: 0 0.05rem;
}

.newsitem .size {
  display: inline-block;
  padding-left: 0.25rem;
}

.newsitem .size a {
  color: #9ca6ae;
  margin-right: 0.05rem;
}

.newsitem .size a.on {
  color: #000;
}

.newsitem .txt {
  color: #666;
  line-height: 2;
  border-bottom: 1px solid #dee3e7;
  padding-bottom: 0.25rem;
}

.newsitem .share {
  overflow: hidden;
  padding: 0.28rem 0 0.39rem;
}

.newsitem .share span {
  float: left;
  line-height: 0.31rem;
  font-size: 0.16rem;
  color: #000;
}

.newsitem .bdsharebuttonbox {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.newsitem .bdsharebuttonbox a {
  height: 0.31rem;
  width: 0.31rem;
  padding: 0;
  display: block;
  margin: 0 1px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}

.newsitem .bdsharebuttonbox .bds_weixin {
  background-color: #0eb253;
  background-image: url(../images/i-20.png);
}

.newsitem .bdsharebuttonbox .bds_tsina {
  background-color: #e71f19;
  background-image: url(../images/i-21.png);
}

.newsitem .bdsharebuttonbox .bds_renren {
  background-color: #004ca0;
  background-image: url(../images/i-22.png);
}

.newsitem .bot {
  overflow: hidden;
}

.newsitem .back {
  float: left;
  display: block;
  width: 1.66rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  color: #fff;
  background-color: #e26824;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.newsitem .back i {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
  background: url(../images/i-16.png) no-repeat center center;
  background-size: 100% 100%;
}

.newsitem .back:hover {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.newsitem .arrows {
  float: right;
}

.newsitem .arrows a {
  float: left;
  height: 0.42rem;
  width: 1rem;
  text-align: center;
  margin-left: 0.06rem;
  border: 1px solid #dae0e5;
  line-height: 0.4rem;
  font-size: 0.12rem;
  color: #666;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.newsitem .arrows a:hover {
  background-color: #e26824;
  border-color: #e26824;
  color: #fff;
}
/**/
.activities {
  font-size: 0.14rem;
  padding-top: 0.5rem;
}
.m-list6 {
  overflow: hidden;
  margin: 0 -0.2rem;
}

.m-list6 li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

.m-list6 .con {
  display: block;
  margin: 0 0.2rem;
}

.m-list6 .pic {
  padding-top: 29%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.16rem;
}

.m-list6 .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.m-list6 .tit {
  overflow: hidden;
}

.m-list6 .tit h3 {
  font-size: 0.22rem;
  font-weight: normal;
  position: relative;
  padding-left: 0.18rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.m-list6 .tit h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.03rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background-color: #e26824;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-list6 .date {
  display: block;
  float: right;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  padding-left: 0.23rem;
  line-height: 0.33rem;
  background: url(../images/i-8.png) no-repeat left center;
}

.m-list6 li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/**/
.team {
  font-size: 0.16rem;
  padding: 0.5rem 0;
}

.ul-list1 {
  font-size: 0;
  text-align: center;
  margin: 0 1.08rem;
}

.ul-list1 li {
  width: 25%;
  display: inline-block;
  margin-bottom: 0.46rem;
}

.ul-list1 .con {
  margin: 0 0.33rem;
}

.ul-list1 .pic {
  padding-top: 108%;
  height: 0;
  position: relative;
  overflow: hidden;
}

.ul-list1 .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ul-list1 .txt {
  border: 2px solid #e9eef6;
  border-top: 0;
  padding: 0.15rem 0 0;
}

.ul-list1 .txt h3 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.08rem;
}

.ul-list1 .txt h3 span {
  color: #1a438e;
}

.ul-list1 .desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
}
/**/
.contact {
  font-size: 0.16rem;
  padding-top: 0;
}
.contact .title {
  font-size: 0.24rem;
}
.contact .title h3 {
  font-size: 0.4rem;
}
.contact .one {
  background: #fff;
  padding: 0.6rem 0;
}
.contact .one .map {
  width: 8.26rem;
  height: 3.8rem;
  max-width: 100%;
}
.contact .one .bd h3 {
  font-size: 0.24rem;
  margin-top: 0.5rem;
}
.contact .one ul {
  color: #7e8285;
  line-height: 2;
  margin-top: 0.4rem;
}
.contact .one .code {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  color: #7e8285;
}
.contact .one .code .img {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #eff0f1;
  margin-right: 0.15rem;
}
.contact .one .code p {
  line-height: 2;
}
.contact .two {
  padding: 0.9rem 0;
}
.contact .two .bd {
  margin-top: 0.2rem;
}
.contact .two .bd h4 {
  font-size: 0.15rem;
  padding: 0.2rem 0 0.12rem;
}
.contact .two .bd .input {
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  height: 0.54rem;
}
.contact .two .bd .flex_item + .flex_item {
  margin-left: 0.3rem;
}
.contact .two .bd textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ddd;
  font-size: 0.16rem;
  padding: 0.15rem;
  height: 1.23rem;
  font-family: inherit;
}
.contact .two .ft {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
}
.contact .two .ft button {
  display: inline-block;
  padding: 0.12rem 0.4rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 0.16rem;
  z-index: 1;
  font-family: 'Noto Sans SC';
  border: 1px solid #ffffff;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  -o-transform: skewX(-16deg);
  transform: skewX(-16deg);
  border-radius: 0.05rem;
  color: #fff;
  border-color: #3470b1;
  background: #3470b1;
}
