
html,
body {
  height: 100%;
}
/* header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.header .area{
  padding: 0 3.5%;
}
.header.m-header {
  background-color: #000;
}
.header.m-header .back,
.header.m-header .tit {
  display: none;
}
.header.fix-c {
  background-color: #000;
}
.header .logo {
  display: block;
  font-size: 0;
}
.header .logo img {
  height: 0.54rem;
}
.header .nav a {
  font-size: 0.16rem;
  color: #fff;
  display: block;
  padding: 0 0.2rem;
  min-width: 1.42rem;
  text-align: center;
}
.header .nav a:hover {
  color: #fff;
}
.header .nav .item {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .nav .item:hover .link,
.header .nav .item.on .link {
  background-image: linear-gradient(to right, #2f54d1, #1534a1);
  color: #fff;
}
.header .nav .item .sub-nav {
  min-width: 100%;
  position: absolute;
  top: 0.9rem;
  z-index: 10;
  text-align: center;
  display: none;
  background-image: linear-gradient(to right, #2f54d1, #1534a1);
  border-top: 0;
}
.header .nav .item .sub-item {
  white-space: nowrap;
  width: auto;
  line-height: 0.5rem;
  padding: 0 0.2rem;text-align: left
}
.header .nav .item .sub-item:hover {
  opacity: 0.8;
}
.header .language {
  margin-left: 0.35rem;
  margin-top: 0.33rem;
	display: none;
}
.header .language .item {
  width: 0.36rem;
  float: left;
  line-height: 0.22rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  margin-left: 0.03rem;
}
.header .language .item.on,
.header .language .item:hover {
  color: #fff;
  background-color: #336699;
}
.header .m-r-con {
  display: none;
}
/* banner */
.banner {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	overflow: hidden;
}
.banner .banner-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-button-prev {
  left: 0.3rem;
}
.banner .swiper-button-next {
  right: 0.3rem;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 0.27rem;
  height: 0.44rem;
  background-size: 0.27rem 0.44rem;
  margin-top: -0.22rem;
}
.banner .swiper-pagination {
  padding: 0 1rem;
  bottom: 0.4rem;
  font-size: 0;
  line-height: 0;
	position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.52rem;
  height: 0.03rem;
  opacity: 1;
  position: relative;
  margin: 0 0.08rem;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .banner-num {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.banner .banner-num li {
  width: 60px;
  height: 4px;
  background-color: #333;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.banner .banner-num li.active {
  background-color: #86601d;
}
/* in-banner */
.in-banner {
  height: 4.67rem;
}
.in-banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
	background-position: bottom;
}
/* adv-box */
.adv-box {
  display: block !important;
  background-image: linear-gradient(to right, #306fb1, #254c87);
  background-color: #254c87\9;
}
.adv-box .swiper-slide {
  display: block;
  width: 25%;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 0 0.25rem 0.3rem;
  position: relative;
  float: left;
}
.adv-box .swiper-slide:before {
  content: '';
  width: 1px;
  height: 0.44rem;
  background-color: #457eb9;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.22rem;
}
.adv-box .swiper-slide:first-child {
  padding-left: 0;
}
.adv-box .swiper-slide:first-child:before {
  width: 0;
}
.adv-box .swiper-slide .tit {
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.1rem;
}
.adv-box .swiper-slide .des {
  font-size: 0.15rem;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adv-box .adv-num {
  display: none;
}
/* pro-box */
.pro-box {
  background-color: #f3f3f3;
  padding-bottom: 0.9rem;
}
.pro-box .pro-list .item {
  padding: 0.55rem 0.4rem 0.65rem;
  width: 24.475%;
  background-color: #fff;
  display: block;
  float: left;
  margin-left: 0.7%;
  font-size: 0.15rem;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro-box .pro-list .item:first-child {
  margin-left: 0;
}
.pro-box .pro-list .item:hover {
  background-color: #2b61a0;
  color: #fff;
}
.pro-box .pro-list .item:hover .tit {
  color: #fff;
}
.pro-box .pro-list .item:hover .img .def {
  opacity: 0;
}
.pro-box .pro-list .item:hover .img .hov {
  opacity: 1;
}
.pro-box .pro-list .img {
  width: 1.34rem;
  height: 1.02rem;
  margin: 0 auto 0.38rem;
  position: relative;
}
.pro-box .pro-list .img img {
  width: 100%;
  height: 100%;
}
.pro-box .pro-list .img .def,
.pro-box .pro-list .img .hov {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pro-box .pro-list .img .hov {
  opacity: 0;
}
.pro-box .pro-list .tit {
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  margin-bottom: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-box .pro-list .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 0.24rem;
  height: 0.72rem;
}
/* about-box */
.about-box {
  width: 100%;
  height: 5.9rem;
  background: url(../images/about-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1.2rem;
}
.about-box .l-nav {
  width: 14.65%;
}
.about-box .l-nav .h-tit {
  font-size: 0.32rem;
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 0.78rem;font-weight: bold;
}
.about-box .l-nav .item {
  display: block;
  width: 1.3rem;
  line-height: 0.36rem;
  text-align: center;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  color: #fff;
  font-weight: lighter;
  margin-bottom: 0.35rem;
}
.about-box .l-nav .item.on {
  color: #fff;
  background-image: linear-gradient(to right, #2f54d1, #1534a1);
}
.about-box .change {
  width: 85.35%;
  position: relative;
}
.about-box .change .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-box .change .item.on {
  opacity: 1;
  z-index: 2;
}
.about-box .change .img {
  width: 4.95rem;
  height: 3.5rem;
  margin-right: 0.55rem;
}
.about-box .change .img img {
  width: 100%;
  height: 100%;
}
.about-box .change .text {
  padding-right: 0rem;
  color: #fff;
  font-size: 0.15rem;
  font-weight: lighter;
  padding-left: 5.5rem;
}
.about-box .change .text .tit {
  font-size: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
  line-height: 0.4rem;
}
.about-box .change .text .des {
  line-height: 0.3rem;
}
.about-box .change .text .des .txt {
  margin-bottom: 0.38rem;
  overflow: hidden;
  
}
.about-box .change .text .more {
  text-decoration: underline;
  cursor: pointer;
}
/* news-box */
.news-box {
  padding: 0.2rem 0 0.5rem;
}
.news-box .com-title {
  padding-bottom: 0;
}
.news-box .news-nav {
  margin-bottom: 0.5rem;
}
.news-box .news-nav .swiper-wrapper {
  justify-content: center;
  font-size: 0;
}
.news-box .news-nav .swiper-slide {
  width: auto;
  line-height: 0.36rem;
  display: block;
  background-color: #ededed;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.18rem;
  color: #666;
  text-align: center;
  padding: 0 0.3rem;
  margin-right: 0.13rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box .news-nav .swiper-slide:last-child {
  margin-right: 0;
}
.news-box .news-nav .swiper-slide.on,
.news-box .news-nav .swiper-slide:hover {
  color: #fff;
  background-image: linear-gradient(to right, #306eb3, #3367ca);
}
.news-box .news-focus {
  text-align: center;
}
.news-box .news-focus .new-change {
  display: none;
}
.news-box .news-focus .new-change:first-child {
  display: block;
}
.news-box .news-focus .more {
  line-height: 0.36rem;
  background-color: #ededed;
  padding: 0 0.3rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  display: inline-block;
  margin-top: 0.62rem;
  font-size: 0.18rem;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box .news-focus .more:hover {
  background-color: #2c63a2;
  color: #fff;
}
.news-box .news-focus .swiper-slide {
  width: 33%;
  float: left;
  display: block;
  position: relative;
  margin-left: 0.5%;
  background-color: #efefef;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box .news-focus .swiper-slide:hover {
  background-color: #285592;
  color: #fff;
}
.news-box .news-focus .swiper-slide:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.news-box .news-focus .swiper-slide:hover .text,
.news-box .news-focus .swiper-slide:hover .tit {
  color: #fff;
}
.news-box .news-focus .swiper-slide:first-child {
  margin-left: 0;
}
.news-box .news-focus .swiper-slide .jqthumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box .news-focus .swiper-slide .img {
  width: 100%;
  height: 2.82rem;
  overflow: hidden;
}
.news-box .news-focus .swiper-slide .text {
  color: #666;
  padding: 0.45rem 0.25rem 0.35rem;
  line-height: 1;
  font-size: 0.15rem;
}
.news-box .news-focus .swiper-slide .tit {
  font-size: 0.18rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  margin-bottom: 0.15rem;
}
.news-box .news-focus .swiper-slide .des {
  line-height: 0.3rem;
  height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* m-crumbs */
.m-crumbs {
  line-height: 0.93rem;
  font-size: 0.16rem;
  color: #999;
}
.m-crumbs .item {
  float: left;
  color: #999;
  position: relative;
}
.m-crumbs .item.on,
.m-crumbs .item:hover {
  color: #306fb1;
}
.m-crumbs .item + .item {
  padding-left: 0.16rem;
}
.m-crumbs .item + .item:before {
  content: '-';
  position: absolute;
  top: 50%;
  line-height: 0;
  transform: translateY(-50%);
  left: 0.05rem;
  font-size: 0.16rem;
  color: #999;
}
/* com-title */
.com-title {
  text-align: center;
  padding: 0rem 0 0;
}
.com-title .tit {
  font-weight: lighter;
  position: relative;
  padding: 0 0.2rem;
  line-height: 1;
  font-size: 0.32rem;
  color: #333;
}
.com-title .tit:before,
.com-title .tit:after {
  content: '';
  position: absolute;
  width: 1.26rem;
  height: 0.05rem;
  top: 50%;
  margin-top: -0.03rem;
  background: url(../images/icon/line.png) no-repeat;
  background-size: 2.52rem;
}
.com-title .tit:before {
  left: -1.26rem;
}
.com-title .tit:after {
  right: -1.26rem;
  background-position: -1.26rem 0;
}
/* com-l-nav */
.com-l-nav {
  width: 19%;
}
.com-l-nav .top-con {
  background-image: linear-gradient(to right, #3f5cad, #2342ab);
  color: #fff;
}
.com-l-nav .top-con .tit {
  line-height: 0.67rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  border-bottom: 1px solid #5280b3;
  position: relative;
  padding-left: 0.4rem;
}
.com-l-nav .top-con .tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.1rem;
  height: 0.2rem;
  background: url(../images/icon/dot.png) no-repeat;
  background-size: 100%;
  margin-top: -0.1rem;
}
.com-l-nav .top-con .menu-fcous {
  padding: 0.15rem 0.2rem 0.4rem;
}
.com-l-nav .top-con .menu-fcous .swiper-wrapper {
  flex-direction: column;
  margin-top: -0.1rem;
}
.com-l-nav .top-con .menu-fcous .swiper-slide {
  width: 100% !important;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 0.44rem;
  position: relative;
  margin-top: 0.1rem;
}
.com-l-nav .top-con .menu-fcous .swiper-slide.on,
.com-l-nav .top-con .menu-fcous .swiper-slide:hover {
  background-color: #fff;color: #0b2b97;
}
.com-l-nav .top-con .menu-fcous .swiper-slide:after {
  content: '';
  width: 0.16rem;
  height: 0.02rem;
  background-color: #88919d;
  position: absolute;
  top: 50%;
  margin-top: -0.01rem;
  right: 0.2rem;
}
/* com-r-con */
.com-r-con {
  width: 76%;
  border: 1px solid #e8e6e6;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.75rem;
}
.com-r-con .h-tit {
  font-size: 0.21rem;
  color: #333;
  font-weight:inherit;
  line-height: 0.52rem;
  border-bottom: 1px solid #e8e6e6;
  position: relative;
  padding-left: 0.28rem;
}
.com-r-con .h-tit:before {
  content: '';
  position: absolute;
  width: 0.03rem;
  height: 0.26rem;
  background-color: #325c95;
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
}
/* m-news */
.m-news .m-news-list {
  overflow: hidden;
  border-bottom: 1px solid #e8e6e6;
  padding-top: 0.43rem;
}
.m-news .m-news-list .item {
  margin-bottom: 0.4rem;
  display: block;
}
.m-news .m-news-list .item:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.m-news .m-news-list .item:hover .des {
  color: #306fb1;
}
.m-news .m-news-list .img {
  background: url(../images/defalt_bg.jpg) center center no-repeat;
  width: 2.8rem;
  height: 1.7rem;
  margin-right: 0.4rem;
  overflow: hidden;
	border-radius: 5px;
}
.m-news .m-news-list .text {
  padding-left: 3.15rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-news .m-news-list .jqthumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-news .m-news-list .tit {
  font-size: 0.2rem;
  color: #1534a1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.64rem;
}
.m-news .m-news-list .des {
  line-height: 0.22rem;
  height: .44rem;
  font-size: 0.14rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.25rem;
}
.m-news .m-news-list .time {
  font-size: 0.14rem;
  color: #999;
  position: relative;
  padding-left: 0.25rem;
}
.m-news .m-news-list .time:before {
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../images/icon/time.png) no-repeat;
  background-size: 100%;
  margin-top: -0.08rem;
}
/* m-news-d */
.m-news-d .top-info {
  text-align: center;
  border-bottom: 1px dashed #e8e6e6;
  padding: 0.5rem 0 0.35rem;
}
.m-news-d .top-info .tit {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.15rem;
	font-weight: 700;
}
.m-news-d .top-info .time {
  font-size: 0.14rem;
  color: #999;
}
.m-news-d .line {
  display: inline-block;
  margin: 0 0.2rem;
}
.m-news-d .des {
  font-size: 0.15rem;
  color: #4c4c4c;
  line-height: 0.36rem;
  padding: 0.4rem 0;
	min-height: 5rem;
}
.m-news-d img {
  max-width: 100%;
}
#dituContent img{
  max-width: none !important;
}
.m-news-d .img {
  text-align: center;
}
.m-news-d .download{
  margin-bottom: .4rem;
}
.m-news-d .download .item {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  position: relative;
  padding-left: 0.3rem;
}
.m-news-d .download .tit{
  font-size: .18rem;
  color: #000;
  font-weight: bold;
}
.m-news-d .download .item::before {
  content: '';
  width: 0.17rem;
  height: 0.23rem;
  position: absolute;
  top: 50%;
  margin-top: -0.11rem;
  left: 0;
  background: url(../images/icon/down.png) no-repeat;
  background-size: 100%;
}
.m-news-d .download .txt {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.m-news-d .download .link {
  display: inline-block;
  vertical-align: middle;
  color: #306fb1;
  margin-left: 0.1rem;
}
.m-news-d .download .link:hover {
  text-decoration: underline;
}
/* m-news-rec */
.m-news-rec {
  background-color: #fff;
  padding-top: 0.5rem;
	display: none;
}
.m-news-rec.mobile {
  display: none;
}
.m-news-rec.pc .img {
  width: 100%;
  height: 1.7rem;
}
.m-news-rec .s-tit {
  line-height: 0.26rem;
  font-size: 0.21rem;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 0.25rem;
  margin-bottom: 0.45rem;
}
.m-news-rec .s-tit:before {
  content: '';
  width: 0.03rem;
  height: 0.26rem;
  background-color: #2a5d9c;
  position: absolute;
  top: 50%;
  margin-top: -0.13rem;
  left: 0;
}
.m-news-rec .img {
  width: 100%;
}
.m-news-rec .img img {
  width: 100%;
  height: 100%;
}
.m-news-rec .item {
  margin-bottom: 0.35rem;
  display: block;
}
.m-news-rec .item:hover .des {
  color: #2a5d9c;
}
.m-news-rec .des {
  line-height: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #333;
}
/* m-mes */
.m-mes .form {
  width: 100%;
  margin: 0.5rem 0;
}
.m-mes .form .inp-box {
  margin-left: -2%;
}
.m-mes .form .inp {
  width: 31.2%;
  margin-left: 2%;
  line-height: 0.42rem;
  height: 0.42rem;
  float: left;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.m-mes .form .con {
  width: 100%;
  height: 2rem;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0.1rem;
}
.m-mes .form .bot {
  margin-top: 0.4rem;
}
.m-mes .form .bot .l-con {
  line-height: 0.5rem;
}
.m-mes .form .bot .l-con .label,
.m-mes .form .bot .l-con .code {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #666;
  margin-right: 0.2rem;
}
.m-mes .form .bot .l-con .label .text,
.m-mes .form .bot .l-con .code .text {
  width: 1rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border: 1px solid #dedede;
  padding-left: 0.05rem;
}
.m-mes .form .bot .l-con img {
  width: 1.15rem;
  height: 0.34rem;
}
.m-mes .form .bot .r-con .btn {
  width: 2.1rem;
  height: 0.5rem;
  cursor: pointer;
  font-size: 0.14rem;
  font-weight: bold;
}
.m-mes .form .bot .r-con .btn.submit {
  background-color: #306fb1;
  color: #fff;
  border: 1px solid #306fb1;
  margin-right: 0.2rem;
}
.m-mes .form .bot .r-con .btn.cancle {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #999;
}
/* footer */
.footer {
  background-color: #333;
  font-size: 0.14rem;
  color: #999;
  padding-bottom: 0.25rem;
}
.footer .link-box {
  padding: 0.25rem 0 0.2rem;
  border-bottom: 1px solid #484848;
  line-height: 0.16rem;
}
.footer .link-box .item {
  color: #999;
  position: relative;
  padding: 0 0.13rem;
  float: left;
}
.footer .link-box .item:hover {
  color: #fff;
}
.footer .link-box .item + .item::before {
  content: '';
  position: absolute;
  width: 0.02rem;
  min-width: 1px;
  height: 0.16rem;
  background-color: #777;
  top: 50%;
  margin-top: -0.08rem;
  left: 0;
}
.footer .f-info {
  padding-top: 0.45rem;
}
.footer .f-info .l-text {
  width: 28%;
}
.footer .f-info .des {
  line-height: 0.36rem;
}
.footer .f-logo {
  display: block;
  margin-bottom: 0.24rem;
}
.footer .f-logo img {
  height: 0.5rem;
}
.footer .f-nav {
  padding-top: 0.1rem;
  width: 70%;
  line-height: 1;
	margin: 0 0 0 2%;
}
.footer .f-nav .item {
  position: relative;
  padding: 0 0.3rem;
  float: left;
  color: #999;
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
}
.footer .f-nav .item:hover {
  color: #fff;
}
.footer .f-nav .item .tit {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.footer .f-nav .mes {
  display: block;
  width: 1.08rem;
  line-height: 0.36rem;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background-color: #306fb1;
  color: #fff;
  text-align: center;
}
.footer .f-nav .f-sub {
  margin-top: 0.3rem;
}
.footer .f-nav .sub-item {
  display: block;
  color: #999;
  line-height: 0.26rem;
}
.footer .f-nav .sub-item:hover {
  color: #fff;
}
.footer .f-code {
  text-align: center;
  line-height: 0.18rem;
	display: none;
}
.footer .f-code .img {
  padding: 0.04rem;
  background-color: #fff;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  margin-bottom: 0.1rem;
}
.footer .f-code .img img {
  width: 1rem;
  height: 1rem;
}
/* copy-right */
.copy-right {
  background-color: #262626;
  color: #fff;
  line-height: 0.5rem;
}
.copy-right .info {
	font-size: 0.14rem;
	color: #999;
}
.copy-right .info a {
  color: #999;
}
.copy-right .safe {
  display: block;
}
.copy-right .safe img {
  height: 0.3rem;
}
/* fix-footer */
.fix-footer {
  display: none;
}
/* m-change */
.m-change {
  border-top: 1px solid #e8e6e6;
  overflow: hidden;
}
.m-change a {
  color: #306fb1;
  display: block;
  float: left;
  padding: 0.45rem 0;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.36rem;
  font-size: 0.15rem;
}
.m-change a .btn {
  width: 0.92rem;
  border: 1px solid #306fb1;
  display: inline-block;
  text-align: center;
  margin-right: 0.2rem;
}
.m-change a i {
  display: inline-block;
  line-height: 0.4rem;
  margin-right: 0.05rem;
}
.m-change a:hover .btn {
  background-color: #306fb1;
  color: #fff;
}
.m-change a:hover .txt {
  text-decoration: underline;
}
.m-change a.next {
  text-align: right;
}
/* m-pic-list */
.m-pic-list {
  padding-top: 0.4rem;
  overflow: hidden;
}
.m-pic-list .items {
  margin-left: -5%;
  border-bottom: 1px solid #e8e6e6;
}
.m-pic-list .item {
  width: 45%;
  float: left;
  margin-left: 5%;
  margin-bottom: 0.4rem;
}
.m-pic-list .item:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.m-pic-list .img {
  width: 2.2rem;
  height: 3.2rem;
  overflow: hidden;
  background: url(../images/moren.jpg) no-repeat;
	border-radius: 5px;
}
.m-pic-list .jqthumb {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-pic-list .text {
  padding-left: 2.5rem;
}
.m-pic-list .text .tit {
  padding-top: 0.2rem;
  font-size: 0.2rem;
  color: #306fb1;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	font-weight: bold;
}
.m-pic-list .text .des {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-pic-list .text .more {
  margin-top: 0.7rem;
  line-height: 0.4rem;
  background-color: #f5f5f5;
  padding: 0 0.25rem 0 0.3rem;
  display: inline-block;
  font-size: 0.14rem;
  color: #666;
}
.m-pic-list .text .more:hover {
  background-color: #122740;
  color: #fff;
}
/* m-news-text */
.m-news-text {
  margin-top: 0.2rem;
}
.m-news-text .item {
  padding: 0.2rem 0;
  display: block;
  border-bottom: 1px solid #e8e6e6;
}
.m-news-text .item:hover .tit {
  color: #306fb1;
}
.m-news-text .item:hover .tit:before {
  background-color: #306fb1;
}
.m-news-text .tit {
  font-size: 0.2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  position: relative;
  padding-left: 0.15rem;
}
.m-news-text .tit:before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.04rem;
  background-color: #b0b0b0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.m-news-text .des {
  font-size: 0.12rem;
  color: #bbbbbb;
  line-height: 1.2;
}
.m-news-text .des .txt {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-news-text .des .time {
  display: inline-block;
  width: 20%;
  text-align: right;
}

/* 校园中心 */
.active-box {
  margin-bottom: 0.73rem;
}
.active-box .com-title {
  padding: 0rem 0 0rem;
}

.active-box .activeSwiper {
  width: 100%;
  overflow: hidden;
}
.active-box .list {
  margin-left: -1.2345%;
  margin-top: -0.15rem;
  height: 6.2rem;
  padding: 0 0 0.5rem 0;
}
.active-box .swiper-pagination{
	bottom: 0;
	left: 50%;
	 transform: translate(-50%);
	
}
.active-box .swiper-pagination span{
	margin: 0 2px;
}

.active-box .hover-item {
  display: block;
  position: relative;
  height: calc((100% - 30px) / 2);
  
}
.active-box .hover-item .img {
  width: 100%;
  height: 2.94rem;
  overflow: hidden;
}
.active-box .hover-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active-box .hover-item .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.18rem;
  line-height: 0.52rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
}

/* news-box */
.news-box {
  padding-bottom: 0.5rem;
}
.news-box .all-news {
  width: 70%;
}
.news-box .l-focus {
  width: 55%;
  border: 1px solid #e9e9e9;
  position: relative;
	overflow: hidden;
}
.news-box .l-focus .img {
  height: 3.2rem;
}
.news-box .l-focus .time-btn {  
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.5rem;
  z-index: 10;
  font-size: 0.12rem;
  line-height: 1;
}
.news-box .l-focus .time-btn .swiper-slide {
  color: #fff;
  background: rgba(24, 56, 133, 0.9);
  margin-right: 1px;
  padding: 0.15rem 0.1rem 0.12rem;
  min-width: 0.7rem;
  text-align: center;
  width: auto;
  height: 0.7rem;
}
.news-box .l-focus .time-btn .swiper-slide.swiper-slide-thumb-active{
  background: rgba(255, 153, 0, 0.9);
}
.news-box .l-focus .time-btn .day {
  font-size: 0.3rem;
  font-family: 'Arial';
}
.news-box .l-focus .text {
  padding: 0.18rem 0.2rem 0.15rem;
}
.news-box .l-focus .text .tit {
  font-size: 0.18rem;
  color: #003399;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.11rem;
}
.news-box .l-focus .text .des {
  font-size: 0.14rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.24rem;
}
.news-box .mid-list {
  width: 42%;
  overflow: hidden;
}
.news-box .mid-list .item {
  width: 100%;
  display: block;
  float: left;
  line-height: 0.26rem;
  margin-bottom: 0.17rem;
	border-bottom: 1px solid #f5f5f5;
    padding: 0 0 0.13rem 0;
	position: relative;
}

.news-box .mid-list .item:before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    position: absolute;
    background-color: #b0b0b0;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	margin: 0.1rem 0 0 0;

}

.news-box .mid-list .item:hover .tit {
  color: #183885;
}
.news-box .mid-list .tit {
  float: left;
  color: #121212;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	padding: 0 0 0 0.2rem;
}
.news-box .mid-list .signleft .tit{
	padding: 0 0 0 0.4rem;
}
.news-box .mid-list .time {
  float: right;
  font-size: 0.14rem;
  color: #999;
}
.news-box .tec-news {
  width: 26%;
}
.news-box .tec-news .img {
  width: 100%;
  height: 1.7rem;
  margin-bottom: 0.14rem;
  display: block;
}
.news-box .tec-news .img img {
  width: 100%;
  height: 100%;
}
.news-box .tec-news .item {
  display: block;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.26rem;
  margin-bottom: 0.17rem;
	border-bottom: 1px solid #f5f5f5;
    padding: 0 0 0.13rem 0;
	position: relative;
}


.news-box .tec-news .item:before {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    position: absolute;
    background-color: #b0b0b0;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0.1rem 0 0 0;

}


.news-box .tec-news .tit {
  float: left;
  color: #121212;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	padding: 0 0 0 0.2rem;
}
.news-box .tec-news .signleft .tit{
		padding: 0 0 0 0.4rem;
}
.news-box .tec-news .time {
  float: right;
  font-size: 0.14rem;
  color: #999;
}

.news-box .tec-news .item:hover .tit {
  color: #003399;
}

.news-box .tec-news .item:hover .time{
  color: #666;
}

/* half-list */
.list-con {
  margin-bottom: 0.2rem;
}

.list-con .half-list {
  width: 47.4%;
  overflow: hidden;
	min-height: 3rem;
}
.list-con .half-list .item {
  width: 100%;
  display: block;
  float: left;
  line-height: 0.28rem;
  margin-bottom: 0.17rem;
	background: url(../images/newarr1.png) no-repeat 0 50%;
	text-indent: 16px;
}
.list-con .half-list .item:hover .tit {
  color: #183885;
}
.list-con .half-list .tit {
  float: left;
  color: #121212;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-con .half-list .time {
  float: right;
  font-size: 0.14rem;
  color: #999;
}

.list-con .half-list .r-list{max-height: 3rem;}

/* com-title */
.com-title {
  line-height: 0.6rem;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin: 0.16rem 0 0.2rem 0;
}
.com-title .l-tit {
    font-size: 0.26rem;
    color: #003399;
    float: left;
    display: block;
    border-bottom: 2px solid #003399;
	font-weight: bold;
}
.com-title .more {
  position: absolute;
  top: 50%;
  margin-top: -0.1rem;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/add.png) no-repeat;
  background-size: 100%;
}


/* 浮动窗*/
.iframe-vod-con{ text-align: center; margin: 0 0 0.2rem 0;}
.iframe-vod{width:100%; height: 360px;}


.myVideo{width: 495px; height: 350px;}


.gotop {
  position: fixed;
  right: 0.15rem;
  bottom: 10%;
  z-index: 100;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 0.1rem;
  background-color: #6D91CF;
  padding: 20px 8px;
  cursor: pointer; }
  .gotop::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: translateX(14px) rotate(45deg); }
  .gotop::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: translateY(2px) rotate(135deg); }
.gotop:hover {background-color: #00429C;}


/* mobile */
@media screen and (max-width: 1800px) {
  .area {
    padding: 0 5%;
  }
  .header .area{
    padding: 0 1%;
  }
  .header .nav a{
    min-width: 1.2rem;
    padding: 0 .1rem;
  }
  .header .nav .item .sub-item{
    padding: 0 .05rem;
  }
  .footer .f-nav .item {
    padding: 0 0.1rem;
  }
  .header .logo img{
    height: .5rem;
  }
}
@media screen and (max-width: 1400px) {
  .area {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1100px) {
  .header .area {
    padding: 0 1%;
  }
  .header .nav a{
    min-width: 1.2rem;
    padding: 0 .1rem;
  }
  .header .language{
    margin-left: .1rem;
  }
}
@media screen and (max-width: 768px) {
  .area {
    padding: 0;
  }

  /* header */
  .header {
    height: 1.5rem;
    line-height: 1.5rem;
    position: fixed;
    background-color: #000;
  }
  .header .area {
    padding: 0;
    height: 1.5rem;
  }
  .header.m-header .logo {
    display: none;
  }
  .header.m-header .back {
    width: 0.33rem;
    height: 0.55rem;
    position: absolute;
    top: 50%;
    margin-top: -0.27rem;
    left: 0.4rem;
    background: url(../images/icon/back.png) no-repeat;
    background-size: 0.33rem;
    display: block;
  }
  .header.m-header .tit {
    display: block;
    width: 100%;
    padding: 0 3rem 0 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 0.48rem;
    text-align: center;
  }
  .header .nav a{
    color: #666;
  }
  .header .logo {
    margin-left: 0.4rem;
  }
  .header .logo img {
    height: 0.8rem;
  }
  .header .nav {
    display: none;
    float: none;
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    overflow-y: auto;
  }
  .header .nav .item {
    border-bottom: 1px solid #eee;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .header .nav .item .sub-nav {
    position: relative;
    top: 0;
    text-align: left;
    padding-bottom: 0.3rem;
    border: 0;
  }
  .header .nav .item .sub-item {
    line-height: 1rem;
    color: #e4e4e4;
  }
  .header .nav .item .sub-item :hover{
    color: #fff;
  }
  .header .nav a {
    font-size: 0.4rem;
    line-height: 1.2rem;
  }
  .header .language {
    display: none;
  }
  .header .m-r-con {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .m-r-con .menu {
    width: 0.7rem;
    height: 0.45rem;
    cursor: pointer;
    margin-top: 0.5rem;
    float: left;
    margin-right: 0.4rem;
    background: url(../images/icon/menu-icon.png) no-repeat center center / 0.7rem 0.45rem;
  }
  .header .m-r-con .m-language { 
    width: 1.5rem;
    float: left;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #306fb1;
    font-size: 0.3rem;
    color: #fff;
    padding: 0 0.25rem;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
	 display: none;
  }
  .header .m-r-con .m-language::before {
    content: '';
    width: 0.35rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    margin-top: -0.1rem;
    right: 0.17rem;
    background: url(../images/icon/d-arrow.png) no-repeat;
    background-size: 0.35rem;
  }
  .header .m-r-con .m-language .sel-items {
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.5rem;
    background-color: #306fb1;
    line-height: 1rem;
    display: none;
  }
  .header .m-r-con .m-language .sel-items .item {
    padding: 0 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* banner */
  .banner {
    padding-top: 1.5rem;
    height: 13.7rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 0.04rem;
    background-color: #4d91da;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  /* in-banner */
  .in-banner {
    height: 5rem;
  }
  /* adv-box */
  .adv-box .swiper-slide {
    padding: 1.05rem 0.4rem 1.6rem;
    text-align: center;
    line-height: 1.2;
  }
  .adv-box .swiper-slide::before {
    width: 0;
  }
  .adv-box .swiper-slide .tit {
    font-size: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.45rem;
  }
  .adv-box .swiper-slide .des {
    font-size: 0.36rem;
    opacity: 1;
  }
  .adv-box .adv-num {
    display: block;
    bottom: 0.7rem;
    font-size: 0;
  }
  .adv-box .swiper-pagination-bullet {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0 0.09rem;
    opacity: 1;
    background-color: #3f6ba3;
  }
  .adv-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  /* com-title */
  .com-title {
    padding: 0.95rem;
  }
  .com-title .tit {
    font-size: 0.52rem;
    padding: 0 0.35rem;
  }
  .com-title .tit:before,
  .com-title .tit:after {
    width: 2.08rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    background: url(../images/icon/m-line.png) no-repeat;
    background-size: 4.16rem;
  }
  .com-title .tit:before {
    left: -2.4rem;
  }
  .com-title .tit:after {
    right: -2.4rem;
    background-position: -2.08rem 0;
  }
  /* pro-box */
  .pro-box {
    padding: 0 0.4rem 1.6rem;
  }
  .pro-box .pro-list {
    margin-left: -1%;
  }
  .pro-box .pro-list .item {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 0.12rem;
  }
  .pro-box .pro-list .item:first-child {
    margin-left: 1%;
  }
  .pro-box .pro-list .img {
    width: 1.94rem;
    height: 1.48rem;
  }
  .pro-box .pro-list .tit {
    font-size: 0.4rem;
  }
  .pro-box .pro-list .des {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 1.5rem;
  }
  /* news-box */
  .news-box {
    padding: 0 0.4rem;
    margin-bottom: 1rem;
  }
  .news-box .news-nav .swiper-slide {
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .news-box .news-focus .swiper-wrapper {
    flex-direction: column;
  }
  .news-box .news-focus .more {
    line-height: 0.8rem;
    font-size: 0.3rem;
    padding: 0 0.5rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
  }
  .news-box .news-focus .swiper-slide {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.55rem;
  }
  .news-box .news-focus .swiper-slide .img {
    height: 6.05rem;
  }
  .news-box .news-focus .swiper-slide .text {
    padding: 1rem 0.6rem 0.8rem;
  }
  .news-box .news-focus .swiper-slide .tit {
    font-size: 0.39rem;
    margin-bottom: 0.32rem;
  }
  .news-box .news-focus .swiper-slide .des {
    font-size: 0.32rem;
    line-height: 0.65rem;
    height: 1.3rem;
  }
  /* about-box */
  .about-box {
    height: 13.65rem;
  }
  .about-box .l-nav {
    width: 100%;
    text-align: center;
    float: none;
  }
  .about-box .l-nav .h-tit {
    display: inline-block;
    text-align: center;
    font-size: 0.52rem;
    margin: 0 auto 0.65rem;
    position: relative;
  }
  .about-box .l-nav .h-tit:before,
  .about-box .l-nav .h-tit:after {
    content: '';
    position: absolute;
    width: 2.08rem;
    height: 0.1rem;
    top: 50%;
    margin-top: -0.05rem;
    background: url(../images/icon/w-line.png) no-repeat;
    background-size: 4.16rem;
  }
  .about-box .l-nav .h-tit:before {
    left: -2.4rem;
  }
  .about-box .l-nav .h-tit:after {
    right: -2.4rem;
    background-position: -2.08rem 0;
  }
  .about-box .l-nav .item {
    display: inline-block;
    line-height: 0.68rem;
    width: 2.44rem;
    background-color: #fff;
    font-size: 0.34rem;
    color: #999;
    margin: 0 0.05rem 0.85rem;
  }
  .about-box .change {
    width: 100%;
    float: none;
    padding: 0 1.8rem;
  }
  .about-box .change .img {
    float: none;
    width: 100%;
    height: 4.75rem;
    margin: 0 auto 0.65rem;
	  padding: 0 0.4rem;
  }
  .about-box .change .text {
    padding: 0 0.4rem;
    font-size: 0.3rem;
  }
  .about-box .change .text .tit {
    font-size: 0.44rem;
	  line-height: 0.6rem;
  }
  .about-box .change .text .des {
    overflow: hidden;
    line-height: 0.48rem;
    height: 1.92rem;
  }
  .about-box .change .text .des .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	  font-size: 0.36rem;
  }
  .about-box .change .text .more {
    display: none;
    text-align: center;
    margin-top: 1rem;
  }
  /* footer */
  .footer {
    padding: 0 0.4rem;
    font-size: 0.3rem;
  }
  .footer .link-box {
    padding: 0.7rem 0 0.55rem;
    line-height: 0.6rem;
	display: none;
  }
  .footer .link-box .item {
    padding: 0 0.3rem;
  }

  .footer .link-box .item + .item::before {
    width: 0.02rem;
    min-width: 1px;
    height: 0.32rem;
    margin-top: -0.16rem;
    left: 0;
  }
  .footer .f-logo {
	  text-align: center;
    margin-bottom: 0.45rem;
  }
  .footer .f-logo img {
    height: auto;
	  width: 80%; 
	  text-align: center;
  }
  .footer .f-info {
    float: none;
    padding-top: 0.55rem;
    padding-bottom: 1rem;
  }
  .footer .f-info .l-text {
    margin-bottom: 0rem;
    width: 100%;
  }
  .footer .f-info .des {
    font-size: 0.38rem;
    line-height: 0.9rem;
	  text-align: center;
  }
  .footer .f-nav {
    float: none;
    width: 100%;
    display: none;
  }
  .footer .f-nav .tit {
    font-size: 0.44rem;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 0.5rem;
  }
  .footer .f-nav .items {
    margin-left: 0;
  }
  .footer .f-nav .item {
    font-size: 0.3rem;
    color: #999;
    padding: 0 0.4rem;
    margin-bottom: 0.25rem;
  }
  .footer .f-nav .item:first-child {
    padding-left: 0;
  }
  .footer .f-nav .item:before {
    min-width: 1px;
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  .footer .f-nav .mes {
    width: 2.3rem;
    line-height: 0.78rem;
    font-size: 0.3rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
  }
  .footer .f-code {
    float: none;
    text-align: left;
    margin-top: 0.85rem;
	  display: none;
  }
  .footer .f-code .img {
    display: inline-block;
    padding: 0.1rem;
    vertical-align: middle;
    margin-right: 0.45rem;
  }
  .footer .f-code .img img {
    width: 2.05rem;
    height: 2.05rem;
  }
  .footer .f-code .txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 0.48rem;
    font-size: 0.3rem;
  }
  /* copy-right */
  .copy-right {
    padding: 0.43rem 0.4rem 1rem;
    font-size: 0.28rem;
    margin-bottom: 1.5rem;
  }
  .copy-right .info {
	  font-size: 0.36rem;
    float: none;
	  text-align: center;
  }
  .copy-right a {
    display: block;
  }
  .copy-right .safe {
    float: none;
    margin-top: 0.3rem;
	  text-align: center;
  }
  .copy-right .safe img {
    height: 0.57rem;
  }
  /* fix-footer */
  .fix-footer {
	  
    width: 100%;
    height: 1.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    /* background-color: #2e68a8; */
    background-image: linear-gradient(to right, #306fb1, #254c87);
	  display: none;
  }
  .fix-footer .item {
    width: 25%;
    height: 100%;
    float: left;
    padding-top: 0.2rem;
    text-align: center;
    display: block;
  }
  /* .fix-footer .item.on {
    background-color: #fff;
  } */
  /* .fix-footer .item.on .icon {
    background: url(../images/icon/m-icon-s.png) no-repeat;
    background-size: 2.64rem;
  } */
  /* .fix-footer .item.on p {
    color: #022842;
  } */
  .fix-footer .item .icon {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../images/icon/m-icon.png) no-repeat;
    background-size: 2.64rem;
    display: block;
    margin: 0 auto;
  }
  .fix-footer .item .icon.on-line {
    background-position: -0.66rem 0;
  }
  .fix-footer .item .icon.tel {
    background-position: -1.32rem 0;
  }
  .fix-footer .item .icon.qq {
    background-position: -1.98rem 0;
  }
  .fix-footer .item p {
    font-size: 0.3rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  .in-banner {
    padding-top: 1.5rem;
  }
  /* m-change */
  .m-change {
    padding: 0.15rem 0;
  }
  .m-change a {
    font-size: 0.3rem;
    line-height: 0.5rem;
    width: 100%;
    padding: 0.3rem 0;
  }
  .m-change a.next {
    text-align: left;
  }
  .m-change a .btn {
    width: 1.5rem;
  }
  /* m-crumbs */
  .m-crumbs {
    padding: 0 0.4rem;
    font-size: 0.36rem;
    line-height: 1.2rem;
  }
  .m-crumbs .item + .item {
    padding-left: 0.3rem;
  }
  .m-crumbs .item + .item:before {
    left: 0;
    font-size: 0.3rem;
    color: #666;
  }
  /* com-l-nav */
  .com-l-nav {
    width: 100%;
    float: none;
  }
  .com-l-nav .top-con {
    background-image: none;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
  }
  .com-l-nav .top-con .tit {
    display: none;
  }
  .com-l-nav .top-con .menu-fcous {
    padding: 0;
    padding-bottom: 0.04rem;
    margin-bottom: -0.04rem;
  }
  .com-l-nav .top-con .menu-fcous .swiper-wrapper {
    flex-direction: row;
  }
  .com-l-nav .top-con .menu-fcous .swiper-slide {
    color: #333;
    font-size: 0.4rem;
    line-height: 1.36rem;
    width: auto !important;
    padding: 0 .4rem;
    text-align: center;
    margin-top: 0;
  }
  .com-l-nav .top-con .menu-fcous .swiper-slide:after {
    width: 0;
  }
  .com-l-nav .top-con .menu-fcous .swiper-slide.on,
  .com-l-nav .top-con .menu-fcous .swiper-slide:hover {
    background-color: #fff;
    font-weight: bold;
    color: #306fb1;
  }
  .com-l-nav .top-con .menu-fcous .swiper-slide.on::after,
  .com-l-nav .top-con .menu-fcous .swiper-slide:hover::after {
    width: 100%;
    bottom: -0.03rem;
    top: auto;
    margin-top: 0;
    right: auto;
    left: 0;
    height: 0.04rem;
    background-color: #306fb1;
  }
  /* m-news-d */
  .m-news-d{
    width: 100%;
    overflow: hidden;
  }
  .m-news-d .top-info {
    padding: 1rem 0;
  }
  .m-news-d .top-info .tit {
    font-size: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .m-news-d .top-info .time {
    font-size: 0.32rem;
  }
  .m-news-d .des {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .m-news-d img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .m-news-d table{width: 100% !important;}
  .m-news-d .download .item {
    font-size: 0.32rem;
    padding-left: 0.4rem;
    margin-top: .3rem;
  }
  .m-news-d .download .tit{
    font-size: .32rem;
  }
  .m-news-d .download .item::before {
    width: 0.21rem;
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  /* m-news-rec */
  .m-news-rec {
    padding: 0 0.4rem;
  }
  .m-news-rec.pc {
    display: none;
  }
  .m-news-rec.mobile {
    display: block;
  }
  .m-news-rec.mobile .img {
    height: 5rem;
  }
  .m-news-rec .s-tit {
    font-size: 0.36rem;
    line-height: 0.14rem;
    line-height: 0.5rem;
  }
  .m-news-rec .s-tit:before {
    width: 0.04rem;
    height: 0.5rem;
    margin-top: -0.25rem;
  }
  .m-news-rec .des {
    font-size: 0.34rem;
    line-height: 1rem;
  }
  /* com-r-con */
  .com-r-con {
    width: 100%;
    float: none;
  }
  .com-r-con .h-tit {
    font-size: 0.4rem;
    line-height: 1.4rem;
  }
  .com-r-con .h-tit:before {
    width: 0.04rem;
    height: 0.5rem;
    margin-top: -0.25rem;
  }
  /* m-news */
  .m-news .m-news-list .item {
    margin-bottom: 0.8rem;
  }
  .m-news .m-news-list .text {
    padding-left: 4.4rem;
  }
  .m-news .m-news-list .img {
    width: 4rem;
    height: 2.4rem;
  }
  .m-news .m-news-list .tit {
    font-size: 0.42rem;
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	  white-space:inherit;
  }
  .m-news .m-news-list .des {
    font-size: 0.28rem;
    line-height: 0.6rem;
    height: 1.2rem;
	  display: none;
  }
  .m-news .m-news-list .time {
    font-size: 0.36rem;
    padding:0.2rem 0 0.2rem 0.4rem;
  }
  .m-news .m-news-list .time::before {
    width: 0.28rem;
    height: 0.28rem;
    margin-top: -0.14rem;
  }
  /* m-mes */
  .m-mes .form {
    font-size: 0.34rem;
    margin-top: 0.5rem;
  }
  .m-mes .form .inp-box {
    margin-left: 0;
  }
  .m-mes .form .inp {
    width: 100%;
    margin-left: 0;
    line-height: 1.2rem;
    height: 1.2rem;
    font-size: 0.34rem;
  }
  .m-mes .form .bot .l-con {
    float: none;
    width: 100%;
    line-height: 1rem;
    margin-bottom: 0.2rem;
  }
  .m-mes .form .bot .l-con img {
    height: 0.6rem;
    width: auto;
  }
  .m-mes .form .bot .l-con .label {
    font-size: 0.34rem;
  }
  .m-mes .form .bot .l-con .label .text {
    width: 2rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .m-mes .form .bot .r-con {
    float: none;
    width: 100%;
  }
  .m-mes .form .bot .r-con .btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  /* m-pic-list */
  .m-pic-list .item {
    width: 45%;
  }
  .m-pic-list .item .img {
    width: 100%;
    height: 6rem;
    float: none;
  }
  .m-pic-list .text {
    padding-left: 0;
  }
  .m-pic-list .text .tit {
    font-size: 0.46rem;
    margin-bottom: 0.2rem;
    padding-top: 0.4rem;
  }
  .m-pic-list .text .des {
    font-size: 0.36rem;
    line-height: 0.6rem;
    height: 1.2rem;
  }
  .m-pic-list .text .more {
    font-size: 0.3rem;
    margin-top: 0.2rem;
    line-height: 0.8rem;
  }
  .m-news-text .item {
    padding: 0.4rem 0;
  }
  .m-news-text .tit {
    font-size: 0.4rem;
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .m-news-text .tit:before {
    width: 0.14rem;
    height: 0.14rem;
    margin-top: -0.07rem;
  }
  .m-news-text .des {
    font-size: 0.28rem;
  }
  .m-news-text .des .txt {
    width: 65%;
	  font-size: 0.36rem;
  }
  .m-news-text .des .time {
    width: 35%;
  }
	/* active-box */
	.active-box{padding: 0 0.4rem;}
  .active-box .com-title {
    padding: 0.8rem 0 0;
  }
  .active-box .list {
    margin-left: 0%;
	  height: auto;
  }
  .active-box .hover-item {
    width: 47%;
    margin-left: 0;
  }
  .active-box .hover-item .img {
    height: 3.6rem;
  }
  .active-box .hover-item .txt {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
	/* news-box */
  .news-box .all-news {
    width: 100%;
    float: none;
  }
  .news-box .l-focus,
  .news-box .mid-list,
  .news-box .tec-news {
    width: 100%;
    float: none;
  }
  .news-box .l-focus {
    margin-bottom: 0.4rem;
  }
  .news-box .l-focus .img {
    height: 6.6rem;
  }
  .news-box .l-focus .time-btn {
    top: 5.2rem;
    font-size: 0.3rem;
  }
  .news-box .l-focus .time-btn .swiper-slide {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.25rem 0;
  }
  .news-box .l-focus .time-btn .day {
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .news-box .l-focus .text {
    padding: 0.4rem;
  }
  .news-box .l-focus .text .tit {
    font-size: 0.4rem;
  }
  .news-box .l-focus .text .des {
    font-size: 0.34rem;
    line-height: 0.6rem;
  }
  .news-box .mid-list .item {
    line-height: 0.6rem;
  }
  .news-box .mid-list .time {
    font-size: 0.4rem;
  }
  .news-box .tec-news .img {
    height: 4.5rem;
  }
  .news-box .tec-news .item {
    line-height: 0.6rem;
    margin-bottom: 0.3rem;
  }
/* half-list */
	.list-con {padding: 0 0.4rem;
	}
	.list-con .half-list {
		width: 100%;
	}
	.list-con .half-list .item {
		
	  line-height: 0.7rem;
	}
	.list-con .half-list .tit {font-size: 0.4rem;width: 70%;
	 
	}
	.list-con .half-list .time {
		font-size: 0.4rem;
	}
	
	/* com-title */
  .com-title {
    padding: 0 0;
	line-height: 0.6rem;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin: 0.16rem 0 0.2rem 0;  
	  
  }
  .com-title .l-tit {
   
    font-size: 0.5rem;    padding: 0.3rem 0;
  }
  .com-title .more {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
	.news-box .tec-news .tit {font-size: 0.4rem;}
	.news-box .mid-list .tit {font-size: 0.4rem;}
	.news-box .tec-news .time{font-size: 0.4rem;}
	.myVideo{width: 100%;height: 5rem; }
	.active-box.photo{}
	.gotop {bottom: 3%;}

    .signleft:before {
        transform: scale(2);
        font-size: 0.12rem;
        border-radius: 2px;
        line-height: 0.16rem;
        width: 0.16rem;
        height: 0.16rem;
        margin-right: 0.2rem;
        margin-left: 0.1rem;
    }
}

.signleft:after {
    content: "新";
    display: inline-block;
    background-color: #ff8400;
    width: 0.2rem;
    line-height: 0.18rem;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    height: 0.18rem;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 200;
    border-spacing: 0;
    position: absolute;
    left: 0.15rem;
    top: 0.05rem;
}