/* 页面自定义css样式 */
.width-1440{width:1440px;margin:0 auto;}
a:hover{color:#1A67BC;}
img{transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
img:hover{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
body{overflow-x:hidden; }
.logoEn a:hover img{transform:scale(1);}

/*头部样式*/
.navUlWap{display:none;}
.top{overflow: hidden;position: relative;}
.logoEn{margin-top:30px;}
.logoEn img{height:62px;}
.EmailCN{position: absolute;right: 0px;top: 20px;font-family: "Poppins", sans-serif;font-size: 16px;text-align: left;color: #333;}
.EmailCN a{color: #333;margin-left:10px;margin-right:10px;}
.EmailCN a:hover{color:#1A67BC;}
.nav{width: 65%;float: right;margin-top:20px;}
.nav ul{display: flex;}
.nav ul li{flex:auto;text-align:center;height:50px;line-height:50px;}
.nav ul li a{font-family: "Poppins", sans-serif;color: #333;height: 50px;display: inline-block;font-size: 20px;}
.nav ul li.on a,.nav ul li:hover a{border-bottom:6px solid #AB0000;}

/*banner图*/
.banner{/*overflow: hidden;*/max-width:1920px;margin:0 auto;}
.banner_lb {width:100%;height: 400px;/*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%;}
.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: 400px;width:100%;}



/*底部样式*/
footer{background:url(bottom-en.jpg) no-repeat center bottom;margin:50px auto 0;max-width:1920px;padding-top: 35px; height:132px;}
footer p{font-family: "Poppins", sans-serif;font-weight: 400;font-size: 16px;line-height: 32px;text-align: center;color: #fff;}


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

/*图片轮播样式*/
div.imgTab{margin-top:15px;overflow: hidden;}
.jj_jdt {width:960px;height: 540px;float: left;overflow: hidden;position: relative;z-index: 11;}
.jj_jdt .dian {height: 36px;overflow: hidden;position: absolute;right: 30px;bottom: 30px;z-index: 5;}
.jj_jdt .dian ul {overflow: hidden;zoom: 1;}
.jj_jdt .dian ul li {color:#333;float: left;margin-right: 1px;display: block;width: 36px;height: 36px;line-height:36px;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: 540px;width:960px;}

/*新闻top样式*/
.newsTab{width: 480px;height: 540px;background: #f5f5f5;position: relative;}
.newsTab .newsTabMain{padding:40px 30px;}
.newsTab .newsTabMain span{font-family: "Poppins", sans-serif;font-size: 18px;line-height: 36px;color: #333;border-bottom: 3px solid #1A67BC;    display: inline-block;}
.newsTab .newsTabMain .titleTop{font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;font-size: 18px;line-height: 36px;color: #333;margin-top:25px;}
.newsTab .newsTabMain p{font-family: "Poppins", sans-serif;font-size: 16px;line-height: 36px;color: #999;margin-top:20px;}
.newsTab .readMore{position: absolute;left: 0px;bottom: 0px;width:100%;height: 100px;background: #1658a0;}
.newsTab .readMore a{font-family: "Poppins", sans-serif;font-size: 22px;line-height: 100px;text-align: center;color: #fff;display:block;width:100%;}

/*新闻列表样式*/
.newsList{display: flex;clear:both;}
.newsList li{flex:1;height:auto;border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 30px 80px;position: relative;}
.newsList li:first-child{border-left:1px solid #ccc;}
.newsList li a{font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;font-size: 16px;line-height: 30px;color: #333;}
.newsList li span{font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif;font-size: 16px;line-height: 30px;color: #1658a0;position: absolute;left: 30px;bottom: 30px;}
.newsList li a:hover{color:#1A67BC;}

/*图文样式*/
.twMain{overflow: hidden;max-width:1920px;margin:15px auto;background:#F7F7F7;}
.titleEnCenter{overflow: hidden;position: relative;margin-bottom:15px;}
.titleEnCenter h1{font-family: "Poppins", sans-serif;height: 60px;text-align: center;color: #333;background:url(xhx-en.jpg) no-repeat center bottom;}
.titleEnCenter h1 a{font-size:24px;}
.imgText{padding:15px 0;}
.imgText ul{display:flex;}
.imgText ul li{flex:1;overflow: hidden;}
.imgText ul li img{height:220px;width:100%;display: block;}
.imgText ul li div.textNav{background:#fff;padding:20px;height:220px;}
.imgText ul li div.textNav span{display:block;font-family: "Poppins", sans-serif;font-size: 18px;line-height: 36px;color: #333;}
.imgText ul li div.textNav a{display:block;font-family: "Poppins", sans-serif;font-weight: 400;font-size: 16px;line-height: 32px;color: #999;}
.imgText ul li div.textNav a:hover{color:#1A67BC;}


/*国际互认样式*/
div.gjhrEn{margin-bottom:15px;}
.gjhrEn ul{overflow: hidden;padding-top:5px;}
.gjhrEn ul li{float:left;margin-left:30px;width:460px;height:220px;border: 1px solid #eee;padding:0 20px 20px;}
.gjhrEn ul li:hover{background: #f5f5f5;transform: translateY(-5px);  transition: all 0.5s;}
.gjhrEn ul li:first-child{margin-left:0px;}
.gjhrEn ul li>a{display:block;font-family: "Poppins", sans-serif;font-size: 16px;line-height: 30px;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:95px;flex-wrap: wrap;justify-content: flex-start;align-items: center;    border-bottom: 1px solid #E2E8F2;background:url(img-icon-05.png) no-repeat right center;margin-bottom:20px;}
.gjhrEn ul li div.iconEnGjhr em{float:left;width:80px;}
.gjhrEn ul li div.iconEnGjhr em img{width:100%;}
.gjhrEn ul li div.iconEnGjhr span{float:left;font-family: "Poppins", sans-serif;font-size: 18px;width: 300px;margin-left: 20px;}
.gjhrEn ul li div.iconEnGjhr span a{color: #333;}

/*机构概述样式*/
div.jggsEn{overflow: hidden;}
.jggsTextEn{width:895px;}
.jggsTextEn p{font-family: "Poppins", sans-serif;font-size: 16px;line-height: 28px;color: #666;}
.jggsTextEn ul{margin-top:50px;overflow: hidden;}
.jggsTextEn ul li{float:left;margin-left:30px;margin-top:20px;width:360px;height:50px;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:3px solid #AB0000;}
.jggsTextEn ul li:first-child{margin-left:0px;margin-top:0px;}
.jggsTextEn ul li:first-child+li{margin-top:0px;}
.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: 16px;line-height: 20px;color: #333;display:block;width:100%;padding:0 20px;}
.jggsImgEn{padding-top:15px;width:485px;overflow: hidden;}
.jggsImgEn img{display: block;width:100%;}