/* 页面自定义css样式*/
@media (min-width: 1281px) and (max-width: 1599px) {
	.width-1440{width:80%;max-width:1200px;}
	
	/*头部样式*/
	.logoEn img{width:80%;height:auto;}
	.nav{width:80%;}
	
	/*banner图*/
	.banner{overflow: hidden;}
	.banner_lb {max-width:1920px;width:100%;height: 330px;float: left;overflow: hidden;position: relative;z-index: 11;}
	.banner_lb .dian {height: 16px;overflow: hidden;position: absolute;left: 0px;bottom: 20px;z-index: 5;width:100%;display:flex;}
	.banner_lb .dian ul {overflow: hidden;zoom: 1;width: auto;margin: 0 auto;}
	.banner_lb .dian ul li {color:#FFFFFF;float: left;margin-right: 7px;margin-left: 7px;display: block;width: 16px;height: 16px;background: #fff;cursor: pointer; border-radius: 50%;-webkit-box-shadow: 0 3px 6px #D1D1D1;-moz-box-shadow: 0 3px 6px #D1D1D1;-ms-box-shadow: 0 3px 6px #D1D1D1;box-shadow: 0 3px 6px #D1D1D1;}
	.banner_lb .dian ul li.on {background: #1b68bd;width: 16px;height: 16px;}
	.banner_lb .banner_img {position: relative;height: 100%;z-index: 0;}
	.banner_lb .banner_img li {zoom: 1;vertical-align: middle;}
	.banner_lb .banner_img img {height: 330px;width:100%;}
	
	
	/*图片轮播样式*/
	.newsImg {width:66.5%;}
	.jj_jdt {width:100%;height: 450px;}
	.jj_jdt .yq_img img {width:100%;height: 450px;}
	
	/*新闻top样式*/
	.newsTab{width:33.5%;height: 450px;}
	.newsTab .newsTabMain{padding: 20px 30px;}
	.newsTab .newsTabMain p{line-height:30px;}
	.newsTab .newsTabMain .titleTop{font-size:20px;line-height:30px;}
	
	/*图文样式*/
	.imgText ul li div.textNav span{line-height:30px;}
	.imgText ul li div.textNav a{line-height:25px;}
	
	/*国际互认样式*/
	.gjhrEn ul li{width:32%;margin-left:2%;}
	.gjhrEn ul li div.iconEnGjhr em{width:20%;}
	.gjhrEn ul li div.iconEnGjhr span{width: 65%;margin-left: 5%;font-size: 16px;}
	
	/*机构概述样式*/
	.jggsTextEn {width: 62%;}
	.jggsImgEn{width:33%;}
	.jggsTextEn ul li{width:48%;margin-left: 4%;margin-top: 10px;}
	.jggsTextEn ul{margin-top:20px;}
	

}

@media (max-width: 1280px){
	.width-1440{width:80%;}
	
	/* 手机导航按钮样式 */
	.navIconWap{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
	.wapOpen .menuTggle {box-shadow: none;}
	.wapOpen .menuTggle .icon {width: 0}
	.wapOpen .menuTggle .icon:before {width: 1.625rem;height: 0.25rem;border-radius: 0.2rem;-webkit-transform: translateY(0.0625rem) rotate(45deg);-ms-transform: translateY(0.0625rem) rotate(45deg);transform: translateY(0.0625rem) rotate(45deg);top:0;}
	.wapOpen .menuTggle .icon:after {width: 1.625rem;height: 0.25rem;border-radius: 0.2rem;-webkit-transform: translateY(-0.0625rem) rotate(-45deg);-ms-transform: translateY(-0.1rem) rotate(-45deg);transform: translateY(-0.0625rem) rotate(-45deg);top:0.125rem;}
	.menuTggle {width: 2.25rem;height: 2.25rem;z-index: 2;position: relative;cursor: pointer;-webkit-transition-duration: .66s;transition-duration: .66s;z-index: 30;}
	.menuTggle .icon {width: 2.25rem;height: 0.3rem;border-radius:0.2rem;background-color: #015EC5;position: absolute;top: 0.75rem;left: 0px;-webkit-transition-duration: .5s;transition-duration: .5s;}
	.menuTggle .icon:before, .menuTggle .icon:after {border-radius:0.2rem;width: 2.25rem;height:0.3rem;background-color: #015EC5;content: "";position: absolute;left: 0;-webkit-transition-duration: .5s;transition-duration: .5s;-webkit-transition-timing-function: swing;transition-timing-function: swing}
	.menuTggle .icon:before {top: -0.8rem;}
	.menuTggle .icon:after {top: 0.8rem;}
	
	/* 手机导航下拉样式 */
	.wap-search{margin-top: 2rem;width: 2rem; margin-left:1.5rem;}
	.wap-search img{width: 2rem;}
	.navUlWap{display: none;position: absolute;width: 100%;top:6rem;left:0;background: #fff;z-index: 9999; border-top:0.1875rem solid #1a67bc; padding:1.5rem;}
	.navUlWap ul li{border-top:0.0625rem solid #EBEBEB;cursor:pointer;}
	.navUlWap ul li:first-child{border-top:0;}
	.navUlWap ul li>a{font-family: "Poppins", sans-serif;font-size: 2.25rem;line-height: 6.25rem;text-align: left;color: #333;display: block;width: 100%;height: 100%;border-bottom:0.0625rem solid #EBEBEB;background-size: 2.0625rem 2.0625rem;}
	.navUlWap ul li.on>a{background-size: 2.0625rem 0.1875rem;}
	.navUlWap ul li:first-child a{background:unset;}
	.wapNavList{display:none;}
	.navUlWap ul li.on .wapNavList{display:block;}
	.wapNavList span{display:block;}
	.wapNavList span a{font-family: "Poppins", sans-serif;font-size: 1.875rem;line-height: 4.5rem;text-align: left;color: #666;}
	
	
	/*头部样式*/
	.top{overflow: hidden;position: relative;height: 6rem;display: flex;}
	.logoEn{margin-top:0px;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
	.logoEn img{height:auto;width: 90%;}
	.EmailCN{position: absolute;right: 0px;top: 1.25rem;font-family: "Poppins", sans-serif;font-size: 1rem;text-align: left;color: #333;display: none;}
	.EmailCN a{color: #333;margin-left:0.625rem;margin-right:0.625rem;}
	.EmailCN a:hover{color:#1A67BC;}
	.nav{display: none;}



	/*banner图*/
	.banner{/*overflow: hidden;*/border-top: 0.1875rem solid #1a67bc;}
	.banner_lb {max-width:1920px;width:100%;height: 14.375rem;/*float: left;overflow: hidden;*/position: relative;z-index: 11;}
	.banner_lb .dian {height: 1rem;overflow: hidden;position: absolute;left: 0px;bottom: 1.25rem;z-index: 5;width:100%;display:flex;}
	.banner_lb .dian ul {overflow: hidden;zoom: 1;width: auto;margin: 0 auto;}
	.banner_lb .dian ul li {color:#FFFFFF;float: left;margin-right: 0.4375rem;margin-left: 0.4375rem;display: block;width: 1rem;height: 1rem;background: #fff;cursor: pointer; border-radius: 50%;-webkit-box-shadow: 0 3px 6px #D1D1D1;-moz-box-shadow: 0 3px 6px #D1D1D1;-ms-box-shadow: 0 3px 6px #D1D1D1;box-shadow: 0 3px 6px #D1D1D1;}
	.banner_lb .dian ul li.on {background: #1b68bd;width: 1rem;height: 1rem;}
	.banner_lb .banner_img {position: relative;height: 100%;z-index: 0;}
	.banner_lb .banner_img li {zoom: 1;vertical-align: middle;}
	.banner_lb .banner_img img {height: 14.375rem;width:100%;}



	/*底部样式*/
	footer{background:url(bottom-en.jpg) no-repeat center bottom;margin:3.125rem auto 0;max-width:1920px;padding-top: 2.1875rem; height:8.25rem;}
	footer p{font-family: "Poppins", sans-serif;font-size: 1rem;line-height: 2rem;text-align: center;color: #fff;}

/*通用title*/
.titleEn{overflow: hidden;position: relative;margin-bottom:1.875rem;}
.titleEn h1{font-family: "Poppins", sans-serif;height: 3.75rem;color: #333;background:url(xhx-en.jpg) no-repeat left bottom;}
.titleEn h1 a{font-size: 1.625rem;}
.titleEn span{position: absolute;right: 0px;top: 0.625;}
.titleEn span a{font-family: "Poppins", sans-serif;font-size: 1rem;text-align: right;color: #333;}

	/*图片轮播样式*/
	.newsImg{float:unset;overflow: hidden;}
	.imgTab{margin-top:1.25rem;overflow: hidden;}
	.jj_jdt {width:100%;height: 26rem;float: left;overflow: hidden;position: relative;z-index: 11;}
	.jj_jdt .dian {height: 2.25rem;overflow: hidden;position: absolute;right: 1.875rem;bottom: 1.875rem;z-index: 5;}
	.jj_jdt .dian ul {overflow: hidden;zoom: 1;}
	.jj_jdt .dian ul li {color:#333;float: left;margin-right: 0.0625rem;display: block;width:  2.25rem;height:  2.25rem;line-height: 2.25rem;text-align:center;background: #fff;cursor: pointer; }
	.jj_jdt .dian ul li.on {background: #1658a0;color:#fff;}
	.jj_jdt .yq_img {position: relative;height: 100%;z-index: 0;}
	.jj_jdt .yq_img li {zoom: 1;vertical-align: middle;}
	.jj_jdt .yq_img img {height: 26rem;width:100%;}
	.jj_jdt .new_bj {position: absolute;zoom: 1;left: 0px;bottom: 0px;z-index: 2;width: 100%;height: 3.125rem;line-height: 3.125rem;;background: #000;opacity: 0.4;filter: alpha(opacity=40);overflow: hidden;}
	.jj_jdt .new {position: absolute;left: 0;bottom: 0;z-index: 4;width: 100%;text-indent: 1.25rem;height: 3.125rem;}
	.jj_jdt .new h3 a {line-height: 3.125rem;color: #FFF;font-weight: normal;font-size: 1rem;display: block;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jj_jdt .new a:hover {text-decoration: none !important;}
	
	/*新闻top样式*/
	.newsTab{width: 100%;height: auto;background: #f5f5f5;position: relative;padding-bottom: 6.25rem;}
	.newsTab .newsTabMain{padding:2.5rem 1.875rem;}
	.newsTab .newsTabMain span{font-family: "Poppins", sans-serif;font-size: 1.125rem;line-height: 2.25rem;color: #333;border-bottom: 0.1875rem solid #1A67BC;    display: inline-block;}
	.newsTab .newsTabMain .titleTop{font-family: "Poppins", sans-serif;font-size: 1.375rem;line-height: 2.25rem;color: #333;margin-top:1.5626rem;}
	.newsTab .newsTabMain p{font-family: "Poppins", sans-serif;font-size: 1.125rem;line-height: 2.25rem;color: #999;margin-top:1.5626rem;}
	.newsTab .readMore{position: absolute;left: 0px;bottom: 0px;width:100%;height: 6.25rem;background: #1658a0;}
	.newsTab .readMore a{font-family: "Poppins", sans-serif;font-size: 1.375rem;line-height: 6.25rem;text-align: center;color: #fff;display:block;width:100%;}

	/*新闻列表样式*/
	.newsList{display: block;clear:both;}
	.newsList li{flex:1;height:auto;border-right:0.0625rem solid #ccc;border-bottom:0.0625rem solid #ccc;padding:1.25rem 1.875rem 5rem;position: relative;border-left: 0.0625rem solid #ccc;}
	.newsList li:first-child{border-left:0.0625rem solid #ccc;}
	.newsList li a{font-family: "Poppins", sans-serif;font-size: 1.125rem;line-height: 2.25rem;color: #333;}
	.newsList li span{font-family: "Poppins", sans-serif;font-size: 1.125rem;line-height: 2.25rem;color: #1658a0;position: absolute;left: 1.875rem;bottom: 1.875rem;}
	.newsList li a:hover{color:#1A67BC;}
	
	/*图文样式*/
	.twMain{overflow: hidden;max-width:1920px;margin:3.125rem auto;background:#F7F7F7;}
	.titleEnCenter{overflow: hidden;position: relative;margin-bottom:1.875rem;}
	.titleEnCenter h1{font-family: "Poppins", sans-serif;height: 3.75rem;text-align: center;color: #333;background:url(xhx-en.jpg) no-repeat center bottom;}
	.titleEnCenter h1 a{font-size:1.625rem;}
	.imgText{padding:3.125rem 0;}
	.imgText ul{display:block;overflow: hidden;  }
	.imgText ul li{flex:1;overflow: hidden;width: 50%;float: left;}
	.imgText ul li img{height:13.75rem;width:100%;display: block;}
	.imgText ul li div.textNav{background:#fff;padding:1.25rem;height:12.1875rem;}
	.imgText ul li div.textNav span{display:block;font-family: "Poppins", sans-serif;font-size: 1rem;line-height: 1.5rem;color: #333;margin-bottom: 0.5rem;}
	.imgText ul li div.textNav a{display:block;font-family: "Poppins", sans-serif;font-size: 1rem;line-height: 1.5rem;color: #999;}
	.imgText ul li div.textNav a:hover{color:#1A67BC;}
	
	/*国际互认样式*/
	.gjhrEn{margin-bottom:3.125rem;}
	.gjhrEn ul{overflow: hidden;padding-top:0.3125rem;}
	.gjhrEn ul li{float:unset;margin-left:0px;width:100%;height:auto;border: 0.0625rem solid #eee;padding:0 1.25rem 1.25rem;margin-top: 1.875rem;}
	.gjhrEn ul li:hover{background: #f5f5f5;transform: translateY(-0.3125rem);  transition: all 0.5s;}
	.gjhrEn ul li:first-child{margin-left:0px;margin-top:0px;}
	.gjhrEn ul li>a{display:block;font-family: "Poppins", sans-serif;font-size: 1rem;line-height: 2rem;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;max-width: 90%;}
	.gjhrEn ul li>a:hover{color:#1A67BC;}
	.gjhrEn ul li div.iconEnGjhr{display:flex;overflow: hidden;height:auto;flex-wrap: wrap;justify-content: flex-start;align-items: center;    border-bottom: 0.0625rem solid #E2E8F2;background:url(img-icon-05.png) no-repeat right center;margin-bottom:1.25rem;padding: 1rem 0;}
	.gjhrEn ul li div.iconEnGjhr em{float:left;width:20%;}
	.gjhrEn ul li div.iconEnGjhr em img{width:100%;}
	.gjhrEn ul li div.iconEnGjhr span{float:left;font-family: "Poppins", sans-serif;font-size: 1.25rem;width: 70%;margin-left: 5%;}
	.gjhrEn ul li div.iconEnGjhr span a{color: #333;}

	/*机构概述样式*/
	.jggsEn{overflow: hidden;}
	.jggsTextEn{width:100%;}
	.jggsTextEn p{font-family: "Poppins", sans-serif;font-size: 1.125rem;line-height: 28px;color: #666;}
	.jggsTextEn ul{margin-top:3.125rem;overflow: hidden;}
	.jggsTextEn ul li{float:unset;margin-left:0px;margin-top:1.25rem;width:100%;height:3.125rem;background: #f5f5f5;text-align: center;display:flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
	.jggsTextEn ul li:hover{background:#f5f5f5 url(img-hover-01.png) no-repeat left center;border-right:0.1875rem solid #AB0000;}
	.jggsTextEn ul li:first-child{margin-left:0px;margin-top:1.25rem;}
	.jggsTextEn ul li:first-child+li{margin-top:1.25rem;}
	.jggsTextEn ul li:first-child+li+li{margin-left:0px;}
	.jggsTextEn ul li:first-child+li+li+li+li{margin-left:0px;}
	.jggsTextEn ul li:first-child+li+li+li+li+li+li{margin-left:0px;}
	.jggsTextEn ul li a{font-family: "Poppins", sans-serif;font-size: 1rem;line-height: 1.25rem;color: #333;display:block;width:100%;padding:0 1.25rem;}
	.jggsImgEn{padding-top:0.9375rem;width:100%;overflow: hidden;}
	.jggsImgEn img{display: block;width:100%;}

	
}
@media (max-width: 770px) {
	.width-1440{width:90%;}
	
	/* 手机导航按钮样式 */
	.wapOpen .menuTggle {box-shadow: none;}
	.wapOpen .menuTggle .icon {width: 0}
	.wapOpen .menuTggle .icon:before {width: 1.625rem;height: 0.25rem;border-radius: 0.2rem;-webkit-transform: translateY(0.0625rem) rotate(45deg);-ms-transform: translateY(0.0625rem) rotate(45deg);transform: translateY(0.0625rem) rotate(45deg);top:0;}
	.wapOpen .menuTggle .icon:after {width: 1.625rem;height: 0.25rem;border-radius: 0.2rem;-webkit-transform: translateY(-0.0625rem) rotate(-45deg);-ms-transform: translateY(-0.1rem) rotate(-45deg);transform: translateY(-0.0625rem) rotate(-45deg);top:0.125rem;}
	.menuTggle {width: 2.25rem;height: 2.25rem;z-index: 2;position: relative;cursor: pointer;-webkit-transition-duration: .66s;transition-duration: .66s;z-index: 30;        }
	.menuTggle .icon {width: 2.25rem;height: 0.3rem;border-radius:0.2rem;background-color: #015EC5;position: absolute;top: 0.75rem;left: 0px;-webkit-transition-duration: .5s;transition-duration: .5s;}
	.menuTggle .icon:before, .menuTggle .icon:after {border-radius:0.2rem;width: 2.25rem;height:0.3rem;background-color: #015EC5;content: "";position: absolute;left: 0;-webkit-transition-duration: .5s;transition-duration: .5s;-webkit-transition-timing-function: swing;transition-timing-function: swing}
	.menuTggle .icon:before {top: -0.8rem;}
	.menuTggle .icon:after {top: 0.8rem;}
	
	/* 手机导航下拉样式 */
	.wap-search{margin-top: 2rem;width: 2rem; margin-left:1.5rem;}
	.wap-search img{width: 2rem;}
	.navUlWap{display: none;position: absolute;width: 100%;top:6rem;left:0;background: #fff;z-index: 9999; border-top:0.1875rem solid #1a67bc; padding:1.5rem;}
	.navUlWap ul li{border-top:0.0625rem solid #EBEBEB;cursor:pointer;}
	.navUlWap ul li:first-child{border-top:0;}
	.navUlWap ul li>a{font-family: "Poppins", sans-serif;font-size: 2.25rem;line-height: 6.25rem;text-align: left;color: #333;display: block;width: 100%;height: 100%;background:url(wap-nav-jh.png) no-repeat right center;border-bottom:0.0625rem solid #EBEBEB;background-size: 2.0625rem 2.0625rem;}
	.navUlWap ul li.on>a{background:url(wap-nav-sq.png) no-repeat right center;background-size: 2.0625rem 0.1875rem;}
	.navUlWap ul li:first-child a{background:unset;}
	.wapNavList{display:none;}
	.navUlWap ul li.on .wapNavList{display:block;}
	.wapNavList span{display:block;}
	.wapNavList span a{font-family: "Poppins", sans-serif;font-size: 1.875rem;line-height: 4.5rem;text-align: left;color: #666;}
	



	/*banner图*/
	.banner{overflow: hidden;border-top: 0.1875rem solid #1a67bc;}
	.banner_lb {max-width:1920px;width:100%;height: 12rem;/*float: left;overflow: hidden;*/position: relative;z-index: 11;}
	.banner_lb .dian {height: 1rem;overflow: hidden;position: absolute;left: 0px;bottom: 1.25rem;z-index: 5;width:100%;display:flex;}
	.banner_lb .dian ul {overflow: hidden;zoom: 1;width: auto;margin: 0 auto;}
	.banner_lb .dian ul li {color:#FFFFFF;float: left;margin-right: 0.4375rem;margin-left: 0.4375rem;display: block;width: 1rem;height: 1rem;background: #fff;cursor: pointer; border-radius: 50%;-webkit-box-shadow: 0 3px 6px #D1D1D1;-moz-box-shadow: 0 3px 6px #D1D1D1;-ms-box-shadow: 0 3px 6px #D1D1D1;box-shadow: 0 3px 6px #D1D1D1;}
	.banner_lb .dian ul li.on {background: #1b68bd;width: 1rem;height: 1rem;}
	.banner_lb .banner_img {position: relative;height: 100%;z-index: 0;}
	.banner_lb .banner_img li {zoom: 1;vertical-align: middle;}
	.banner_lb .banner_img img {height: 12rem;width:100%;}




	

	/*底部样式*/
	footer{background:url(bottom-en.jpg) no-repeat center bottom;margin:3.125rem auto 0;max-width:1920px;padding-top: 2.1875rem; height:8.25rem;}
	footer p{font-family: "Poppins", sans-serif;font-size: 1.25rem;line-height: 2rem;text-align: center;color: #fff;}

	/*图片轮播样式*/
	.newsImg{float:unset;overflow: hidden;}
	.imgTab{margin-top:1.25rem;overflow: hidden;}
	.jj_jdt {width:100%;height: 26rem;float: left;overflow: hidden;position: relative;z-index: 11;}
	.jj_jdt .dian {height: 2.25rem;overflow: hidden;position: absolute;right: 1.875rem;bottom: 1.875rem;z-index: 5;}
	.jj_jdt .dian ul {overflow: hidden;zoom: 1;}
	.jj_jdt .dian ul li {color:#333;float: left;margin-right: 0.0625rem;display: block;width:  2.25rem;height:  2.25rem;line-height: 2.25rem;text-align:center;background: #fff;cursor: pointer; }
	.jj_jdt .dian ul li.on {background: #1658a0;color:#fff;}
	.jj_jdt .yq_img {position: relative;height: 100%;z-index: 0;}
	.jj_jdt .yq_img li {zoom: 1;vertical-align: middle;}
	.jj_jdt .yq_img img {height: 26rem;width:100%;}
	.jj_jdt .new_bj {position: absolute;zoom: 1;left: 0px;bottom: 0px;z-index: 2;width: 100%;height: 3.125rem;line-height: 3.125rem;;background: #000;opacity: 0.4;filter: alpha(opacity=40);overflow: hidden;}
	.jj_jdt .new {position: absolute;left: 0;bottom: 0;z-index: 4;width: 100%;text-indent: 1.25rem;height: 3.125rem;}
	.jj_jdt .new h3 a {line-height: 3.125rem;color: #FFF;font-weight: normal;font-size: 1.25rem;display: block;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.jj_jdt .new a:hover {text-decoration: none !important;}
	
	/*新闻top样式*/
	.newsTab{width: 100%;height: auto;background: #f5f5f5;position: relative;padding-bottom: 6.25rem;}
	.newsTab .newsTabMain{padding:2.5rem 1.875rem;}
	.newsTab .newsTabMain span{font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 2.25rem;color: #333;border-bottom: 0.1875rem solid #1A67BC;    display: inline-block;}
	.newsTab .newsTabMain .titleTop{font-family: "Poppins", sans-serif;font-size: 1.95rem;line-height: 3rem;color: #333;margin-top:1.5626rem;}
	.newsTab .newsTabMain p{font-family: "Poppins", sans-serif;font-size: 1.85rem;line-height: 3.5rem;color: #999;margin-top:1.5626rem;}
	.newsTab .readMore{position: absolute;left: 0px;bottom: 0px;width:100%;height: 6.25rem;background: #1658a0;}
	.newsTab .readMore a{font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 6.25rem;text-align: center;color: #fff;display:block;width:100%;}

	/*新闻列表样式*/
	.newsList{display: block;clear:both;}
	.newsList li{flex:1;height:auto;border-right:0.0625rem solid #ccc;border-bottom:0.0625rem solid #ccc;padding:1.25rem 1.875rem 7.5rem;position: relative;border-left: 0.0625rem solid #ccc;}
	.newsList li:first-child{border-left:0.0625rem solid #ccc;}
	.newsList li a{font-family: "Poppins", sans-serif;font-size: 1.95rem;line-height: 3.5rem;color: #333;}
	.newsList li span{font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 2.25rem;color: #1658a0;position: absolute;left: 1.875rem;bottom: 1.875rem;}
	.newsList li a:hover{color:#1A67BC;}
	 .titleEn h1 a {font-size: 2rem;font-weight: bold;}
	 .titleEn span a {font-size: 1.5rem;}
	
	/*图文样式*/
	.twMain{overflow: hidden;max-width:1920px;margin:3.125rem auto;background:#F7F7F7;}
	.titleEnCenter{overflow: hidden;position: relative;margin-bottom:1.875rem;}
	.titleEnCenter h1{font-family: "Poppins", sans-serif;height: 3.75rem;text-align: center;color: #333;background:url(xhx-en.jpg) no-repeat center bottom;}
	.imgText{padding:3.125rem 0;}
	.imgText ul{display:block;overflow: hidden;  }
	.imgText ul li{flex:1;overflow: hidden;width: 50%;float: left;}
	.imgText ul li img{height:13.75rem;width:100%;display: block;}
	.imgText ul li div.textNav{background:#fff;padding:0.5rem 1.25rem;height:13.1875rem;}
	.imgText ul li div.textNav span{display:block;font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 2rem;color: #333;margin-bottom: 0.5rem;}
	.imgText ul li div.textNav a{display:block;font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 1.95rem;color: #999;}
	.imgText ul li div.textNav a:hover{color:#1A67BC;}
	
	/*国际互认样式*/
	.gjhrEn{margin-bottom:3.125rem;}
	.gjhrEn ul{overflow: hidden;padding-top:0.3125rem;}
	.gjhrEn ul li{float:unset;margin-left:0px;width:100%;height:auto;border: 0.0625rem solid #eee;padding:0 1.25rem 1.25rem;margin-top: 1.875rem;}
	.gjhrEn ul li:hover{background: #f5f5f5;transform: translateY(-0.3125rem);  transition: all 0.5s;}
	.gjhrEn ul li:first-child{margin-left:0px;margin-top:0px;}
	.gjhrEn ul li>a{display:block;font-family: "Poppins", sans-serif;font-size: 1.8rem;line-height: 3.5rem;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;max-width: 90%;}
	.gjhrEn ul li>a:hover{color:#1A67BC;}
	.gjhrEn ul li div.iconEnGjhr{display:flex;overflow: hidden;height:auto;flex-wrap: wrap;justify-content: flex-start;align-items: center;    border-bottom: 0.0625rem solid #E2E8F2;background:url(img-icon-05.png) no-repeat right center;margin-bottom:1.25rem;padding: 1rem 0;}
	.gjhrEn ul li div.iconEnGjhr em{float:left;width:20%;}
	.gjhrEn ul li div.iconEnGjhr em img{width:100%;}
	.gjhrEn ul li div.iconEnGjhr span{float:left;font-family: "Poppins", sans-serif;font-size: 1.85rem;width: 70%;margin-left: 5%;font-weight: bold;}
	.gjhrEn ul li div.iconEnGjhr span a{color: #333;}

	/*机构概述样式*/
	.jggsEn{overflow: hidden;}
	.jggsTextEn{width:100%;}
	.jggsTextEn p{font-family: "Poppins", sans-serif;font-size: 1.5rem;line-height: 28px;color: #666;}
	.jggsTextEn ul{margin-top:3.125rem;overflow: hidden;}
	.jggsTextEn ul li{float:unset;margin-left:0px;margin-top:1.25rem;width:100%;height:auto;background: #f5f5f5;text-align: center;display:flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
	.jggsTextEn ul li:hover{background:#f5f5f5 url(img-hover-01.png) no-repeat left center;border-right:0.1875rem solid #AB0000;}
	.jggsTextEn ul li:first-child{margin-left:0px;margin-top:1.25rem;}
	.jggsTextEn ul li:first-child+li{margin-top:1.25rem;}
	.jggsTextEn ul li:first-child+li+li{margin-left:0px;}
	.jggsTextEn ul li:first-child+li+li+li+li{margin-left:0px;}
	.jggsTextEn ul li:first-child+li+li+li+li+li+li{margin-left:0px;}
	.jggsTextEn ul li a{font-family: "Poppins", sans-serif;font-size: 1.85rem;line-height: 3rem;color: #333;display:block;width:100%;padding:1rem 1.25rem;}
	.jggsImgEn{padding-top:0.9375rem;width:100%;overflow: hidden;}
	.jggsImgEn img{display: block;width:100%;}

	
}