
/* @index-en */
/* @logo */

.head-wrap{
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  height: 100px;
  /* padding: 23px 0; */
  background: url(../image/opacity-90.png);
  box-sizing: border-box;
  z-index: 100;
}
.head-wrap .logo-en{
  display: block;
  width: 212px;
  height: 48px;
  padding-top:23px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.head-wrap .logo-en img{
  display: block;
  width: 100%;
}
.nav-wrap-en{
  height: 100px;
  margin-right:25px;
  line-height: 100px;
}
.nav-wrap-en li{
  float: left;
}
.nav-wrap-en li>a{
  display: block;
  padding: 0 10px;
  color: #444444;
  font-size: 15px;
  text-transform: uppercase;
}
.nav-wrap-en li a:hover{
  color: #f68b1e;
}
.nav-wrap-en li.active>a{
  color: #f68b1e;
}
.nav-wrap-en .secondary-menu-wrap{
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 33px 0;
  line-height: 35px;
  background-color: rgba(243,243,243,.9);
  overflow: hidden;
}

.nav-wrap-en .secondary-menu-wrap a{
  margin-right: 38px;
  font-size: 14px;
  text-transform: none;
  color: #333333;
}
.nav-wrap-en .secondary-menu-wrap a:last-of-type{
  margin-right:0;
}
.head-ltool-en{
  padding-top:23px;
}
.head-ltool-en li{
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #444444;
  margin-left: 20px;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  user-select: none;
  cursor: pointer;
}
.search-li{
  background: url(../image/icon-search.png) no-repeat center center/24px;
}
.list-li{
  background: url(../image/icon-li.png) no-repeat center center/24px;
}
.limibody{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* @m menu */
.nav-menu{
  display: none;
  width: 48px;
  height: 48px;
  background: url(../image/icon-menu.png) no-repeat center center/80%;
}
.nav-menu.menuClose {
  display: none;
  background-image: url(../image/icon-menu-close.png);
  background-size: 100%;
}
.hwl-menu-list {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  /* opacity: 0; */
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.hwl-menu-list a {
  color: #fff;
}

.hwl-menu-list ul li {
  padding: 0 18px;
  border-bottom: 1px solid #0082D9;
  background: #006FBC;
  line-height: 49px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-filter: alpha(opacity=0);
}
.hwl-menu-list ul li:last-child {
  border-bottom: none;
}

.hwl-menu-list ul li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hwl-menu-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hwl-menu-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hwl-menu-list ul li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hwl-menu-list ul li a.mn {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 48px;
}

.hwl-menu-list ul li a.mn i.ico {
  position: absolute;
  top: 20px;
  right: 16px;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../image/icon-sq.png) no-repeat;
  background-size: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.hwl-menu-list ul li a.mn.msq i.ico {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 20px;
}

.hwl-menu-list ul .menuson {
  display: none;
  margin-left: 20px;
}

.hwl-menu-list ul .menuson a {
  display: block;
  line-height: 43px;
  font-size: 16px;
}

.hwl-menu-list ul .menuson a:focus {
  text-decoration: underline;
}

.hwl-menu-list.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99;
}

.hwl-menu-list.open ul li {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hwl-menu-bg {
  display: none;
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top:0;
  z-index: 98;
  visibility: hidden;
}

/* @侧导航 */
.side-nav-wrap{
  /* display: none; */
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(http://aiteacher.100tal.com/images/opacity-30.png);
  z-index:-1;
  opacity: 0;
}
.side-nav{
  position: fixed;
  right:-600px;
  top:0;
  width: 600px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 5px 14px 3px #f2f2f2 inset;
  z-index:100
}
.side-nav .tit{
  height: 101px;
  border-top:1px solid #dedede;
  border-bottom:1px solid #dedede;
  padding: 42px 42px 0;
  color: #444444;
  font-size: 22px;
  box-sizing: border-box;
}
.close{
  width: 22px;
  height: 22px;
  background: url(../image/icon-close.png) no-repeat center center/cover;
  cursor: pointer;
}
.side-con{
  padding:38px 0 0 70px;
}
.side-con dl{
  float: left;
  width: 140px;
  height: 158px;
  margin-bottom: 50px;
}

.side-con dl.w200{
  width: 200px
}
.side-con dl.w160{
  width: 160px
}
.side-con dl dt{
  position: relative;
  height: 16px;
  padding-left:10px;
  margin:0 0 20px -10px;
  line-height: 16px;
  font-size:15px;
  font-weight:bold;
}
.side-con dl dt::before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 2px;
  height: 14px;
  background-color: #0077c0;
}
.side-con dl dd{
  line-height:25px;
  font-size:14px;
  color: #707070;
}
/* @首页 s */
/* @轮播 */
.vd-banner-s1-en{
  position: relative;
  z-index: 0;
  width: 100%;
 /*  height: 100vh; */
  /* min-width: 1200px; */
}
.vd-banner-s1-en .swiper-slide{
  overflow: hidden;
}
.idx-video-wrap{
  /* height: 100vh; */
  overflow: hidden;
}
.idx-video{
  display: block;
  width: 100%;
}
.vd-banner-s1-en .banimg{
  display: block;
  width: 100%;
}
.vd-banner-s1-en .bantxt{
  position: absolute;
  top:55px;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
  width:1200px;
  height: 99px;
}
.vd-banner-s1-en .bantxt h2{
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0;
  text-align: center;
}

.vd-banner-s1-en .swiper-slide:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(http://aiteacher.100tal.com/images/opacity-13.png);
}
.vd-banner-s1-en .fix-width{
  position: absolute;
  left:0;
  right:0;
  bottom:44px;
  margin: auto;
  height: 65px;
}
.s1-page{
  position: absolute;
  bottom:0;
  right:12px;
  text-align: right;
}
.s1-page span{
  width: 6px;
  height: 6px;
  margin: 0 13px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  color: #fff;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
}
.s1-page .swiper-pagination-bullet-active{
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  line-height: 63px;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
}

.banplay{
  position: absolute;
  bottom:0;
  left: 0;
  width: 63px;
  height: 63px;
  border: 1px solid #fff;
  background: url(../image/icon-banplay.png) no-repeat center center/19px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
/* @Context And Problem */
.idx-problem-en{
  padding: 47px 0 50px;
}
.idx-problem-en .l{
  position: relative;
  width: 670px;
  height: 440px;
}
.idx-problem-en .l::before{
  position: absolute;
  top:-36px;
  left:0;
  content: '';
  width: 284px;
  height: 40px;
  background: url(../image/icon-about.png) no-repeat left top/cover;
  z-index: 0;
}
.idx-problem-en .l img{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.idx-problem-en .r{
  width: 530px;
  height: 440px;
  padding:0 40px 0 72px;
  background: #fafafa url(../image/idx-aboutbg.png) no-repeat right top;
  box-sizing: border-box;
}
.idx-problem-en .tit,
.idx-target-en .tit{
  position: relative;
  padding:62px 0 29px;
  margin-bottom: 16px;
}

.idx-problem-en .tit h2,
.idx-target-en .tit h2{
  margin-top: 2px;
  font-size: 28px;
  color: #f68b1e;
  font-weight:bold;
  text-transform: capitalize;
  word-break: break-all;
}
.idx-problem-en .txt-detail,
.idx-target-en .txt-detail,
.idx-programme-en .txt-detail,
.idx-ailanguage-en .txt-detail,
.idx-sustainability-en .txt-detail{
  height: 150px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
   /*word-break: break-all;文本强制换行*/
   word-break: break-word;
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:5;   /*用来限制在一个块元素显示的文本的行数。*/
}
.idx-problem-en .margin-more{
  margin-top:56px;
}

.look-more{
  position: relative;
  display: inline-block;
  height: 16px;
  padding-bottom: 10px;
  color: #0077c0;
  font-size: 14px;
  vertical-align: top;
}
.look-more:after{
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  width:100%;
  height: 1px;
  border-bottom: 1px solid #0077c0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.look-more:hover:after{
  content:'';
  width:40%;
}
/* @公用 */
.idx-news-en .tit,
.idx-programme-en .tit,
.idx-ailanguage-en .tit,
.idx-sustainability-en .tit,
.idx-achievements-en .tit,
.idx-newmoudle-en .tit{
  text-align: center;
}
.idx-news-en .tit h2,
.idx-programme-en .tit h2,
.idx-ailanguage-en .tit h2,
.idx-sustainability-en .tit h2,
.idx-achievements-en .tit h2,
.idx-newmoudle-en .tit h2{
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
/* @@Our Target */
.idx-news-en,
.idx-target-en,
.idx-programme-en,
.idx-sustainability-en,
.idx-achievements-en,
.idx-newmoudle-en{
  padding: 70px 0;
}
.idx-target-en .l,
.idx-programme-en .l,
.idx-sustainability-en .l{
  width: 760px;
}
.idx-target-en .r,
.idx-programme-en .r,
.idx-sustainability-en .r{
  width: 365px;
  height: 480px;
  padding:0;
  /* background: #fafafa url(../image/idx-aboutbg.png) no-repeat right top; */
  box-sizing: border-box;
}
.idx-target-en .l img,
.idx-programme-en .l img,
.idx-sustainability-en .l img,
.idx-ailanguage-en .l img{
  display: block;
  width:100%;
}
.idx-target-en .tit{
  padding-top:48px;
}
.idx-target-en .tit h2{
  color: #010000;
}
.idx-target-en .txt-detail,
.idx-programme-en .txt-detail,
.idx-ailanguage-en .txt-detail{
  height: 240px;
  -webkit-line-clamp: 8;
  word-break: break-word;
}
.idx-target-en .margin-more,
.idx-programme-en .margin-more,
.idx-sustainability-en .margin-more{
  margin-top:82px;
}
/* @Programme Details */
.idx-programme-en .tit,
.idx-sustainability-en .tit,
.idx-newmoudle-en .tit{
  margin-bottom: 62px;
}
.idx-programme-en .time{
  display: block;
  margin:68px 0 40px 0;
  font-size: 14px;
  color: #333;
}
/* @About AI Language Teaching System */
.idx-ailanguage-en{
  padding: 65px 0;
}
.idx-ailanguage-en .tit{
  margin-bottom: 70px;
}
.idx-ailanguage-en .l{
  width: 670px;
}
.idx-ailanguage-en .r{
  width: 460px;
  height: 440px;
}
.idx-ailanguage-en .r .txt-detail{
  margin-top:58px;
}
.idx-ailanguage-en .margin-more{
  margin-top:115px;
}
/* @Sustainability And Scaling Up */
.idx-sustainability-en .txt-detail{
  margin-top:60px;
  height: 300px;
  -webkit-line-clamp: 10;
  word-break: break-word;
}
/* @Achievements And Impact */
.idx-achievements-en{
  background: url(../image/idx-achievementsbg.jpg) no-repeat center center;
  overflow: hidden;
}
.idx-achievements-en .tit h2{
  margin-bottom:60px;
}
.idx-achievements-en .detail{
  width:96%;
  margin:0 auto;
  text-align:center;
  line-height:30px;
  color:#666666;
  font-size:14px;
}
.idx-achievements-en .look-more{
  margin-top:60px;
}
.idx-achievements-en ul{
  padding:54px 0 52px;
  margin-top:95px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, .1);
}
.idx-achievements-en ul li{
  float:left;
  width:33%;
  text-align:center;
  font-size:14px;
  color:#333333;
}

.idx-achievements-en ul li em{
  padding:0 10px;
  font-size:32px;
  font-weight:bold;
  color:#0070bc;
  font-family:'微软雅黑';
}
/* @20191123加 */
.idx-newmoudle-en ul li{
  float: left;
  width: 31%;
  margin-right: 12%;
  margin-left: 12%;
}
.idx-newmoudle-en ul li>.a-img{
  float: none;
  display: block;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
.idx-newmoudle-en ul li>.a-download{
  display: block;
  color: #0077c0;
  text-align: center;
}
.idx-newmoudle-en ul li img{
  float: none;
  display: block;
  width: 100%;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.idx-newmoudle-en ul li>a:hover img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -o-transform:scale(1.1);
  opacity: .9;
}
.idx-newmoudle-en ul li:last-of-type{
  margin-right: 0;
}
.idx-newmoudle-en ul li>p{
  min-height: 75px;
  /*line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;*/
}
/* @news */
.vd-banner-s2-en {
  margin-top: 70px;
}
/* .s4-page{
  left: 0;
  right:0;
  height: 40px;
  line-height: 40px;
} */
.s4-page{
  position: absolute;
  top:178px;
  text-align: center;
  user-select: none;
}
.s4-page span{
  position: relative;
  width: auto;
  height: 40px;
  padding-left:20px;
  margin-right:70px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  text-align: left;
  opacity: 1;
  font-size:16px;
  cursor: pointer;
}
.s4-page .active{
  background-color: #fff;
}
.s4-page .active::before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  bottom:0;
  margin: auto;
  width: 4px;
  height: 4px;
  border: 2px solid #f68b1d;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  -ms-border-radius:50px;
  -o-border-radius:50px;
}

.vd-banner-s2-en .swiper-slide {
  width: 1200px;
}
.vd-banner-s2-en .swiper-slide>div{
  float: left;
  width: 580px;
}
.vd-banner-s2-en .swiper-slide img{
  display: block;
  width: 100%;
  margin-bottom:15px;
}
.vd-banner-s2-en .swiper-slide>div:last-of-type{
  margin-left: 40px;
}
.vd-banner-s2-en .swiper-slide .txt-detail a {
  float:left;
  width:calc(100% - 95px);
  height:24px;
  overflow:hidden;
  transition: 0.2s;
  font-size:14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.vd-banner-s2-en .swiper-slide .txt-detail span{
  float:right;
  width:95px;
  font-size:14px;
  text-align:right;
}
.vd-banner-s2-en .swiper-slide .txt-detail-p{
  height:90px;
  color:#666666;
  line-height:30px;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.vd-banner-s2-en .swiper-slide .more{
  position:relative;
  display:inline-block;
  line-height:30px;
  color:#666666;
  vertical-align:top;
}
.vd-banner-s2-en .swiper-slide .more:after{
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  width:100%;
  height: 1px;
  border-bottom: 1px solid #898989;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.vd-banner-s2-en .swiper-slide .more:hover:after{
  content:'';
  width:40%;
}
.vd-banner-s2-en .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.vd-banner-s2-en .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #02328d;
}

.vd-banner-s2-en .swiper-button-prev,
.vd-banner-s2-en .swiper-button-next  {
  width: 50%;
  height: 300px;
  top: 0;
  background-color: rgba(255,255,255,.6);
 /*  background: url(../image/opacity-90.png) repeat 0 0; */
  /* border-radius: 5px; */
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
}
.vd-banner-s2-en .swiper-button-prev{
  left: -639px;
  right: auto;
}
.vd-banner-s2-en .swiper-button-next {
  right: -639px;
  left:auto;
}

.vd-banner-s2-en .swiper-button-prev:before,
.vd-banner-s2-en .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 35%;
  width: 58px;
  height: 58px;
  background: #fff url(../image/icon-blue-l.png) no-repeat center center/22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.vd-banner-s2-en .swiper-button-prev:before{
  left: auto;
  right: -65px;
  background-image: url(../image/icon-blue-l.png);
  box-shadow: -4px 0 14px 1px #e6e6e6;
}
.vd-banner-s2-en .swiper-button-next:after {
  right: auto;
  left: -69px;
  background-image:url(../image/icon-blue-r.png);
  box-shadow: 4px 0 14px 1px #e6e6e6;
}

.vd-banner-s2-en .swiper-button-prev:hover,
.vd-banner-s2-en .swiper-button-next:hover {
  opacity: 0.6;
}
.vd-banner-s2-en .txt-detail{
  height: 24px;
  margin-bottom: 10px;
  font-size:18px;
  opacity: 1;
  overflow: hidden;
}
.vd-banner-s2-en .time{
  font-size:14px;
}


.idx-news-en .look-more{
  margin:90px auto 0;
}

.vd-banner-s2-en .swiper-slide .txt-detail,
.vd-banner-s2-en .swiper-slide .txt-detail-p,
.vd-banner-s2-en .swiper-slide .more{
  display: none;
}
.idx-news-en .swiper-slide-active .txt-detail,
.idx-news-en .swiper-slide-active .txt-detail-p{
  display: block;
}
.idx-news-en .swiper-slide-active .more{
  display: inline-block;
}
/* @底部 */
.foot-wrap{
  padding: 35px 0 10px;
  background-color: #373a3e;
}
.foot-contact{
  line-height: 36px;
}
.foot-contact span{
  font-size: 16px;
  color: #f2f2f2;
  font-weight: bold;
}
.foot-contact p{
  color: #f2f2f2;
  font-size: 14px;
}
.site-foot{
  height: 60px;
  margin-top:22px;
  border-top:1px solid #dfdfdf;
  line-height: 60px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

/* @返回顶部 */
.gotop{
  display: none;
  position: fixed;
  right: 120px;
  bottom: 120px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #f4f4f4 url(../image/icon-gotop.png) no-repeat center center/32px;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, .18);
  z-index: 10;
  cursor: pointer;
}
/* @首页 e */

/* @响应 */
@media (max-width:1220px){
  .fix-width{
    width:1000px;
  }
  .nav-wrap-en li a{
    padding: 0 5px;
    font-size: 14px;
  }
  .idx-en .head-ltool-en li{
    display: none;
  }
  .idx-en .head-ltool-en .list-li{
    display: block;
  }
  .head-ltool-en li{
    margin-left: 15px;
  }
  .vd-banner-s1-en{
    min-width: 1000px;
  }
  .vd-banner-s1-en .bantxt{
    width:1000px;
  }
  .vd-banner-s1-en .bantxt h2{
    font-size: 26px;
  }
  .vd-banner-s1-en .fix-width{
    height:55px;
    bottom: 30px;
  }
  .s1-page .swiper-pagination-bullet-active,
  .banplay{
    width: 53px;
    height:53px;
    line-height: 53px;
  }

  .idx-problem-en .l{
    width: 558px;
    height:366px;
  }
  .idx-problem-en .r{
    width: 442px;
    height:366px;
    padding:0 40px 0 40px;
  }
  .idx-problem-en .tit{
    padding:42px 0 24px;
  }
  .idx-problem-en .margin-more{
    margin-top: 30px;
  }
  .idx-target-en .l, .idx-programme-en .l, .idx-sustainability-en .l {
    width: 650px;
  }
  .idx-target-en .r, .idx-programme-en .r, .idx-sustainability-en .r {
    width: 315px;
    height: 411px;
  }
  .idx-target-en .margin-more, .idx-programme-en .margin-more, .idx-sustainability-en .margin-more {
    margin-top: 38px;
  }
  .idx-target-en .tit {
    padding-top: 30px;
  }
  .idx-programme-en .time{
    margin:35px 0 25px;
  }
  .idx-ailanguage-en .l {
    width: 560px;
  }
  .idx-ailanguage-en .r {
    width: 410px;
    height: 368px;
  }
  .idx-ailanguage-en .r .txt-detail{
    margin-top: 40px;
  }
  .idx-ailanguage-en .margin-more {
    margin-top: 50px;
  }
  .idx-sustainability-en .txt-detail {
    margin-top: 26px;
  }


  .vd-banner-s2-en .swiper-slide{
    width:1000px;
  }
  .vd-banner-s2-en .swiper-slide>div{
    width: 480px
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next{
    height: 250px;
  }
  .vd-banner-s2-en .swiper-button-next{
    right: -539px;
  }
  .vd-banner-s2-en .swiper-button-prev{
    left: -539px;
  }
  .vd-banner-s2-en .swiper-button-next:after{
    /* right: 97%; */
    left:-66px;
  }
  .gotop{
    right: 30px;
    bottom: 70px;
  }
}
@media screen and (max-width:1024px){
  .fix-width{
    width:800px;
  }
  .head-wrap-en{
    height: 86px !important;
  }
  .head-wrap-en .logo-en{
    width:135px;
    height: 40px;
    padding-top:25px !important;
  }
  .nav-wrap-en{
    height: 86px !important;
    margin-right: 0;
    line-height: 86px !important;
  }
  .nav-wrap-en li a{
    padding: 0 6px;
  } 
  .nav-wrap-en .secondary-menu-wrap{
    top: 86px !important;
  }
  .nav-wrap-en .secondary-menu-wrap a{
    margin-right: 22px;
  }
  .head-ltool-en{
    display: none;
  }
  .vd-banner-s1-en{
    min-width: 800px;
  }
  .vd-banner-s1-en .bantxt{
    width:800px;
    top: 55px;
    text-align: center;
  }
  .vd-banner-s1-en .fix-width{
    bottom: 25px;
  }
  .idx-problem-en .l{
    width: 446px;
    height:292px;
  }
  .idx-problem-en .r{
    width: 354px;
    height: 292px;
    padding: 0 20px 0 20px;
  }
  .idx-problem-en .tit{
    padding: 25px 0 15px;
    margin-bottom: 8px;
  }
  .idx-problem-en .margin-more{
    margin-top: 8px;
  }
  
  .idx-target-en .l, .idx-programme-en .l, .idx-sustainability-en .l {
    width: 490px;
  }
  .idx-target-en .r, .idx-programme-en .r, .idx-sustainability-en .r {
    width: 275px;
    height: 310px;
  }
  .idx-target-en .txt-detail, .idx-programme-en .txt-detail, .idx-ailanguage-en .txt-detail {
    height: 180px;
    -webkit-line-clamp: 6;
  }
  .idx-target-en .margin-more, .idx-programme-en .margin-more, .idx-sustainability-en .margin-more {
    margin-top: 14px;
  }
  .idx-target-en .tit {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom:20px;
  }
  .idx-programme-en .time{
    margin:18px 0 25px;
  }
  .idx-ailanguage-en .l {
    width: 470px;
  }
  .idx-ailanguage-en .r {
    width: 298px;
    height: 309px;
  }
  .idx-ailanguage-en .r .txt-detail{
    margin-top: 40px;
  }
  .idx-ailanguage-en .margin-more {
    margin-top: 50px;
  }
  .idx-sustainability-en .txt-detail {
    margin-top: 8px;
    height: 240px;
    -webkit-line-clamp: 8;
  }

  .vd-banner-s2-en .swiper-slide{
    width:800px;
  }
  .vd-banner-s2-en .swiper-slide>div{
    width: 380px
  }
  .vd-banner-s2-en .swiper-button-next {
    right: -439px;
  }
  .vd-banner-s2-en .swiper-button-prev {
    left: -439px;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next{
    height: 197px;
  }
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    top:30%;
  }
  .vd-banner-s2-en .swiper-button-next:after{
    left:-66px;
  }

}
@media screen and (max-width:980px){
  /* .fix-width{
    width:800px;
  } */

}
@media screen and (max-width:860px){
  .fix-width{
    width:100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .head-wrap-en{
    height: 54px !important;
    padding: 8px 0 !important;
  }
  .head-wrap-en .logo-en {
    width: 170px;
    height: 39px;
    margin-right: 0;
    padding-top: 0 !important;
  }
  .nav-menu {
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }
  .nav-wrap-en{
    display: none;
  }
  .nav-menu{
    display: block;
    cursor: pointer;
  }
  .nav-menu.menuClose,
  .hwl-menu-bg,
  .hwl-menu-list {
    display: block;
  }
  .vd-banner-s1-en {
    min-width: 100%;
  }
  .vd-banner-s1-en .bantxt h2 {
    font-size: 24px;
  }

  .vd-banner-s1-en .bantxt{
    width: 100%;
    padding: 0 50px;
    top: 55px;
    box-sizing: border-box;
  }
  .idx-problem-en{
    padding: 0;
  }
  .idx-problem-en .fix-width{
    padding:10px;
  }
  .vd-banner-s1-en .fix-width{
    height: 45px;
    bottom: 20px;
  }
  .s1-page .swiper-pagination-bullet-active,
  .banplay{
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
  .banplay{
    left: 18px;
  }
  .idx-problem-en .l{
    display: none;
    /* float: none;
    width: 100%;
    height: auto; */
  }
  .idx-problem-en .r{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom:30px;
    background:url(../image/idx-about-en.jpg) no-repeat center center/cover;
  }
  .idx-problem-en .r::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: url(../image/opacity-90.png);
  }
  .idx-problem-en .txt-detail{
    height: auto;
    margin: 15px 0;
    overflow: visible;
    -webkit-line-clamp:10;
  }
  .idx-problem-en .tit{
    padding-top:30px;
  }
  .idx-problem-en .txt-detail{
    color: #333;
  }
  .idx-problem-en .tit h2, .idx-target-en .tit h2,.idx-achievements-en ul li em{
    font-size: 26px;
  }
  .idx-news-en .tit h2, .idx-programme-en .tit h2, .idx-ailanguage-en .tit h2, .idx-sustainability-en .tit h2, .idx-achievements-en .tit h2, .idx-newmoudle-en .tit h2{
    font-size: 28px;
  }
  .idx-news-en, .idx-target-en, .idx-programme-en, .idx-sustainability-en, .idx-achievements-en,
  .idx-ailanguage-en,.idx-newmoudle-en {
    padding: 45px 0;
  }
  .idx-target-en>.fix-width, .idx-programme-en>.fix-width, .idx-sustainability-en>.fix-width{
    position: relative;
    padding: 0;
  }
  .idx-target-en .l, .idx-programme-en .l, .idx-sustainability-en .l,
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img{  
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width:100%;
  }
  .idx-target-en .r, .idx-programme-en .r, .idx-sustainability-en .r{
    width:100%;
    height: auto;
    padding:30px 20px;
    background: rgba(255,255,255,.8);
  }
  .idx-target-en .txt-detail, .idx-programme-en .txt-detail, .idx-ailanguage-en .txt-detail,.idx-sustainability-en .txt-detail{
    height: auto;
  }
  .idx-target-en .tit{
    padding-top:0;
  }
  .idx-programme-en .tit, .idx-sustainability-en .tit,.idx-ailanguage-en .tit,.idx-newmoudle-en .tit{
    margin-bottom: 45px;
  }
  .idx-achievements-en .tit h2{
    margin-bottom: 35px;
  }
  .idx-achievements-en .look-more{
    margin-top: 35px;
  }
  .idx-achievements-en ul{
    margin-top: 55px;
  }

  .vd-banner-s2-en{
    margin-top:45px;
  }
  .vd-banner-s2-en .swiper-slide {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .vd-banner-s2-en .swiper-slide>div {
    width: 48%;
  }
  .vd-banner-s2-en .swiper-slide>div:last-of-type {
    margin-left: 4%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next {
    width: 58px;
    height: 58px;
    background-image: none;
    top: 20%;
  }
  .vd-banner-s2-en .swiper-button-next{
    right:15px;
  }
  .vd-banner-s2-en .swiper-button-prev{
    left:15px;
  }
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after {
    top: 0;
    left: 0;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .idx-news-en .look-more {
    margin: 50px auto 0;
  }
  .foot-wrap{
    padding: 10px 0 10px;
  }
}
@media screen and (max-width:814px){
  .idx-ailanguage-en>.fix-width{
    position: relative;
    padding: 0;
  }
  .idx-ailanguage-en .l,.idx-ailanguage-en .l img{  
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width:100%;
  }
  .idx-ailanguage-en .r{
    width:100%;
    height: auto;
    padding:30px 20px;
    background: rgba(255,255,255,.8);
    box-sizing: border-box;
  }
  .idx-ailanguage-en .r .txt-detail{
    margin-top:0;
  }
  .idx-ailanguage-en .txt-detail{
    height: auto;
  }
}
@media screen and (max-width:768px){
  .vd-banner-s1-en .bantxt{
    height: 80px;
    padding: 0 20px;
  }
  .vd-banner-s1-en .bantxt h2{
    font-size: 20px;
    line-height: 40px;
  }
  .idx-achievements-en .detail{
    height:90px;
    overflow: hidden;
  }
  .idx-achievements-en ul{
    padding: 44px 8px 42px;
  }
  .idx-achievements-en ul li{
    width: auto;
  }
  .idx-problem-en .tit h2, .idx-target-en .tit h2, .idx-achievements-en ul li em {
    font-size: 24px;
  }
  .site-foot{
    height:auto;
    padding-top:5px;
    line-height: 30px;
  }
  .gotop{
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width:600px){
  .vd-banner-s1-en .fix-width{
    height: 35px;
  }
  .vd-banner-s1-en .bantxt{
    height: 70px;
  }
  .vd-banner-s1-en .bantxt h2{
    font-size: 16px;
    line-height: 35px;
  }
  .s1-page span{
    margin: 0 10px !important;
  }
  .s1-page .swiper-pagination-bullet-active,
  .banplay{
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .banplay{
    background-size: 14px;
  }
  .idx-problem-en .tit h2, .idx-target-en .tit h2, .idx-achievements-en ul li em {
    font-size: 22px;
  }
  .idx-achievements-en ul li em{
    padding: 0 5px;
  }
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img, .idx-ailanguage-en .l img {
    width: 110%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
  }
  .gotop{
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width:560px){
  .idx-problem-en .r{
    padding: 0 10px 20px;
  }
  .idx-problem-en .margin-more{
    margin-left: 0;
  }
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img, .idx-ailanguage-en .l img {
    width: 120%;
  }
  .idx-achievements-en ul{
    display: block;
    padding:30px;
  }
  .idx-achievements-en ul li{
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .idx-problem-en .tit h2, .idx-target-en .tit h2, .idx-achievements-en ul li em {
    font-size: 20px;
  }
  .idx-news-en .tit h2, .idx-programme-en .tit h2, .idx-ailanguage-en .tit h2, .idx-sustainability-en .tit h2, .idx-achievements-en .tit h2,.idx-newmoudle-en .tit h2 {
    font-size: 24px;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next{
    top: 17%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
   
  }

  .gotop{
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width:480px){
  .vd-banner-s1-en .bantxt{
    height: 90px;
  }
  .vd-banner-s1-en .bantxt h2{
    line-height: 30px;
  }
  .vd-banner-s1-en .fix-width {
    bottom: 10px;
  }
  .s1-page span {
    margin: 0 8px !important;
  }
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img, .idx-ailanguage-en .l img {
    width: 154%;
  }
  .idx-achievements-en{
    background-size: cover;
  }
  .s4-page{
    /* display: none; */
    top: 152px;
  }
  .s4-page span{
    margin-right: 5px;
  }
  .vd-banner-s2-en{
    margin-top:30px;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next{
    top: 13%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
  }

  .gotop{
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width:414px){

  .vd-banner-s1-en{
    padding-top:54px;
  }
  .vd-banner-s1-en .bantxt{
    top:0;
  }
  
  .s4-page span{
    padding-left: 8px;
    margin-right: 2px;
  }
  .vd-banner-s2-en .swiper-slide>div{
    width: 100%;
    margin-bottom: 25px;
  }
  .vd-banner-s2-en .swiper-slide>div:last-of-type{
    margin-left: 0;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next {
    width: 58px;
    height: 58px;
    background-image: none;
    top: 10%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
  }
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    background-color: rgba(255,255,255,.90);
  }
}
@media screen and (max-width:375px){
  .vd-banner-s1-en .bantxt{
    height: 78px;
  }
  .vd-banner-s1-en .bantxt h2 {
    line-height: 26px;
  }
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img, .idx-ailanguage-en .l img {
    width: 180%;
  }
  .vd-banner-s2-en .swiper-button-prev, .vd-banner-s2-en .swiper-button-next,
  .vd-banner-s2-en .swiper-button-prev:before, .vd-banner-s2-en .swiper-button-next:after{
    width: 45px;
    height: 45px;
  }
  .idx-news-en .look-more{
    margin-top:18px;
  }
}
@media screen and (max-width:360px){
  .idx-target-en .l img, .idx-programme-en .l img, .idx-sustainability-en .l img, .idx-ailanguage-en .l img {
    width: 180%;
  }

}
/* @newslist-en */
.newslist-en-banner .banimg{
  display: block;
  width: 100%;
}
.newslist-en-banner .bantxt{
  position: absolute;
  top:88px;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
  width:1200px;
  height: 58px;
}
.newslist-en-banner .bantxt h2{
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 36px;
  font-weight:bold;
  letter-spacing: .5px;
  text-transform: uppercase;
}
/* @列表 */
.newslist-en{
  padding: 60px 0 66px;
}
.newslist-en .news-tit-en{
  line-height: 40px;
  font-size: 36px;
  font-weight:bold;
  text-transform: uppercase;
}
.newslist-en form.r {
  width: 262px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
}
.newslist-en form.r .search-c{
  width: 194px;
  height: 34px;
  border: 0;
}
.newslist-en form.r .btn-en{
  position: absolute;
  right:0;
  top:0;
  width: 47px;
  height: 34px;
  border: 0;
  background:#fff url(../image/icon-search-en.png) no-repeat center center/20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.newsul-en{
  margin-top:60px;
}
.newsul-en li{
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.newsul-en li:first-of-type{
  padding-top:0;
}
.newsul-en .l{
  width: 350px;
  height: 218px;
  overflow: hidden;
}
.newsul-en .l img{
  display: block;
  width: 100%;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}
.newsul-en .l:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsul-en .r{
  width: calc(100% - 392px);
}
.newsul-en .r h4{
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
}
.newsul-en .r .time{
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.newsul-en .r .txt-detail{
  height: 90px;
  margin-top:20px;
  line-height: 30px;
  color: #666666;
  font-size: 13px;
  overflow: hidden;
}
.newsul-en .r .more{
  position: relative;
  padding-bottom: 2px;
  color: #0077c0;
  font-size: 13px;
}
.newsul-en .r .more:after{
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  width:100%;
  height: 1px;
  border-bottom: 1px solid #0077c0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.newsul-en .r .more:hover:after{
  content:'';
  width:40%;
}
.returnpage-en {
  padding: 70px 0 0;
  text-align: center;
}
.returnpage-en a,
.returnpage-en span{
  display: inline-block;
  padding: 10px 18px;
  margin: 0 5px;
  font-size:14px;
  vertical-align: top;
  background-color: #ebebeb;
  color: #666666;
}
.returnpage-en .active,
.returnpage-en a:hover,
.returnpage-en span:hover{
  background-color: #fea044;
  color: #fff;
}
.returnpage-en .surplus{
  background-color: #fff;
}
/* @news-en */
.location{
  padding: 18px 0;
  border-bottom: 1px solid #e1e1e1;
  color: #333333;
  font-size: 16px;
}
.location a{
  color: #333333;
}
.location em{
  color: #0077c0;
}
.location .i-location{
  display: inline-block;
  height:24px;
  padding-left:28px;
  background: url(../image/icon-location.png) no-repeat left center;
  vertical-align: middle;
}
.news-en{
  padding: 54px 0;
}
.news-en article{
  width: 910px;
  margin: 0 auto;
}
.news-en article h1{
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  /*text-transform: uppercase;*/
}
.news-en article .time{
  line-height: 24px;
  font-size: 16px;
  color: #999999;
}
.news-en article .con{
  padding-top:30px;
}
.news-en article .con img{
  display: block;
  margin: 0 auto 32px;
  max-width:100%;
}
.news-en article .con p{
  margin-bottom: 35px;
  line-height: 30px;
  color: #666666;
  /*text-indent: 2em;*/
  letter-spacing: 1.2px;
}
.uppage-en p{
  max-width: 50%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uppage-en p span,
.uppage-en p a{
  display: inline-block;
  vertical-align: middle;
}
.uppage-en p span{
  /* width: 65px; */
}
.uppage-en p a{
  height: 36px;
  
}

/* @响应 */
@media (max-width:1220px){
  .newslist-en-banner .bantxt{
    width: 1000px;
  }
}
@media screen and (max-width:1024px){
  .news-en article{
    width: 800px;
  }
  .newslist-en-banner .bantxt{
    width: 800px;
  }
  .newsul-en {
    margin-top: 48px;
  }
  .newsul-en .l{
    width: 328px;
    height: 204px;
  }
  .newsul-en .r{
    width: calc(100% - 370px);
  }
  .newsul-en .r .txt-detail{
    margin-top:10px;
  }
}
@media screen and (max-width:980px){

}
@media screen and (max-width:860px){
  .news-en article{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .newslist-en-banner .bantxt{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .returnpage-en{
    padding: 60px 0 0;
  }
  .newsul-en .r{
    width: calc(100% - 360px);
  }
}
@media screen and (max-width:768px){
  .newslist-en-banner .bantxt{
    top: 70px;
    
  }
  .newslist-en-banner .bantxt h2{
    height: 45px;
    line-height: 45px;
    font-size: 28px;
  }
  .newslist-en .news-tit-en{
    font-size: 28px;
  }
  .newsul-en .l{
    width: 290px;
    height: 181px;
  }
  .newsul-en .r{
    width: calc(100% - 310px);
  }
  .newsul-en .r h4{
    height: 38px;
    line-height: 38px;
  }
  .newsul-en .r .time{
    line-height: 22px;
  }
  .newsul-en .r .txt-detail{
    margin-top:0;
  }
  .uppage-en p{
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:600px){
  
  .newslist-en{
    padding: 35px 0 40px;
  }
  .newsul-en {
    margin-top: 35px;
  }
  .newsul-en .l{
    width: 235px;
    height: 146px;
  }
  .newsul-en .r{
    width: calc(100% - 255px);
  }
  .newsul-en .r h4{
    height: 34px;
    line-height: 34px;
  }
  .newsul-en .r .time{
    line-height: 22px;
  }
  .newsul-en .r .txt-detail{
    height: 60px;
  }
  .returnpage-en {
    padding: 35px 0 0;
  }
  .news-en{
    padding: 35px 0;
  }
  .news-en article .con img,
  .news-en article .con p{
    margin-bottom:25px
  }
  .news-en article .con .text-center{
    text-indent: 0;
  }
}
@media screen and (max-width:560px){
  .newslist-en-banner .bantxt{
    display: none;
  }
  .newslist-en-banner .banimg {
    margin-top: 54px;
  }
  .newslist-en .news-tit-en{
    font-size: 24px;
  }
  .newslist-en form.r {
    width: 230px;
  }
  .newslist-en form.r .search-c{
    width: 170px;
  }
  .returnpage-en a, .returnpage-en span{
    padding: 10px 15px;
    margin: 0 0px;
  }
  /* .location .i-location{
    display: block;
  } */
  .news-en article h1{
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 22px;
  }
  .news-en article .con {
    padding-top: 18px;
  }
  .news-en article .con p{
    line-height: 25px;
    margin-bottom: 20px;
  }
  .news-en article .con img{
    margin-bottom: 20px;
}
}
@media screen and (max-width:480px){
  .newslist-en .news-tit-en{
    font-size: 22px;
  }
  .newslist-en .news-tit-en{
    float: none;
  }
  .newslist-en form.r {
    float: none;
    width: 230px;
    margin-top:10px;
  }
  .newslist-en{
    padding: 40px 0 46px;
  }
  .newsul-en {
    margin-top: 40px;
  }
  .newsul-en li{
    padding: 25px 0;
  }
  .newsul-en .l{
    width: 180px;
    height: 112px;
  }
  .newsul-en .r{
    width: calc(100% - 195px);
  }
  .newsul-en .r h4{
    height: 32px;
    line-height: 26px;
    font-size: 17px;
  }
  .newsul-en .r .time{
    display: none;
  }
  .newsul-en .r .txt-detail{
    height: 50px;
    line-height: 25px;
  }
  .returnpage-en {
    padding: 40px 0 0;
  }
  .returnpage-en a, .returnpage-en span{
    padding: 4px 10px;
    margin: 0 0px;
  }
}
@media screen and (max-width:414px){
  .newsul-en li{
    padding: 20px 0;
  }
  .newsul-en .l{
    width: 150px;
    height: 93px;
  }
  .newsul-en .r{
    width: calc(100% - 165px);
  }
  .newsul-en .r h4{
    height: 26px;
    font-size: 16px;
  }
  .newsul-en .r .txt-detail{
    height: 44px;
    line-height: 22px;
  }
  .news-en article .con p {
    line-height: 22px;
  }
}
@media screen and (max-width:375px){
  .newsul-en .l{
    width: 100%;
    height: auto;
  }
  .newsul-en .r{
    width: 100%;
  }
  .newsul-en .r h4{
    height: 30px;
    line-height: 30px;
    margin-top:5px;
  }
  .newsul-en .r .txt-detail {
    height: 50px;
    line-height: 25px;
  }
  .location .i-location{
    padding-left: 20px;
  }
}
@media screen and (max-width:360px){}
