@charset "utf-8";
html{overflow-x: hidden;}
@media (max-width:1920px) {
	html {font-size: 16px;}
}
@media (min-width:1400px) and (max-width:1600px) {
	html {font-size: 16px;}
}
@media (min-width:640px) and (max-width:1399px) {
	html {font-size: 16px;}
}
@media (min-width:471px) and (max-width:639px) {
	html {font-size: 15px;}
}
@media (min-width:360px) and (max-width:414px) {
	html {font-size: 15px;}
}
@media (min-width:320px) and (max-width:359px) {
	html {font-size: 13px;}
}

/*==========================================公共 开始=============================================*/
.header {;top: 0;left: 0;z-index: 1000;width: 100%;text-align: center;background: rgba(0,33,90,0.9);position: fixed;z-index: 99;}
.header .logo {width: 39%;}
.header .box{padding: 4px 0;}
.header .logo a {text-align: left;display: block;}
.header .logo img {max-width: 100%;display: block;text-align: left;}
.header .center{width: 60%;float: right;}
.right_icon {width: 100%;}
.right_icon ul {}
.right_icon ul li {display: inline-block;float: left;}
.right_icon ul li a{display: block;color: white;font-size: 0.9375rem;line-height: 32px;text-align: left;padding-top: 0.15rem;}
.right_icon ul li a span{color: #4A629F;font-weight: bold;font-size: 0.9375rem;}
.right_icon ul li a:hover{color:#4A629F;}
.right_icon .search{padding: 3px 0 3px 15px;margin-top: 4px;}
/*banners  css*/
.banners {position: relative;width: 100%;max-width: 1920px;z-index: 2;margin: 0 auto;height: 100%;}
.banners .hd {position: absolute;width: 100%;text-align: center;left: 0;bottom: 35px;z-index: 3;max-width: 1920px;margin: 0 auto;}
.banners .hd ul{width: 100%;max-width: 1200px;margin: 0 auto;}
.banners .hd li {display: inline-block;text-indent: 999px;overflow: hidden;margin: 0 6px;border: 1px solid white;width: 14px;height: 14px;border-radius: 7px;}
.banners .hd li.on {background: white;}
.banners .bd {position: relative;z-index: 1;}
.banners .bd li {position: relative;text-align: center;overflow: hidden;height: 100%;}
.banners .bd li img {vertical-align: top;width: 100%;-webkit-animation-name: centerBig;animation-name: centerBig;animation-duration: 5s;animation-iteration-count: infinite;height: 940px;z-index: 9;position: relative;}
.banners .bd li a{display: block;}
.banners .bd li a p{font-size: 1.375rem;color: white;position: absolute;bottom: 1.5625rem;z-index: 11;width: 100%;max-width: 1200px;margin: 0 auto;}
.banners .prev {opacity: 0;position: absolute;z-index: 9;left: 2%;top: -420px;display: block;width: 29px;background: url(/English/images2020/bannerL.png) no-repeat;height: 51px;cursor: pointer;}
.banners .next {opacity: 0;position: absolute;z-index: 10;left: auto;right: 2%;top: -420px;display: block;width: 29px;;background: red;background: url(/English/images2020/Rbanner.png) no-repeat;height: 51px;cursor: pointer;}
.banners:hover .prev,
.banners:hover .next{opacity: 1;transition: 0.4s;}
/* .banners .bd li:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));z-index: 10;} */
@keyframes centerBig {
	from {transform: scale(1.0, 1.0);}
	to {transform: scale(1.08, 1.08);}
}
.banners .enter{}
.banners .enter a{position: absolute;bottom: 10px;z-index: 10;font-size: 1.625rem;color: white;font-weight: bold;display: block;line-height: 72px;width: 228px;text-align: center;background: url(/English/images2020/enterBg.png) no-repeat;background-size: cover;}
.banners .enter a:hover{color: #E00808;}

@media only screen and (max-width:1366px) {
	.banners .bd li img{height: 700px;}
}
@media only screen and (max-width:1280px) {
	.banners .bd li img{height: 670px;}
}
@media only screen and (max-width:1024px) {
	.banners .bd li img{height: 540px;}
	.header .logo img{padding-top: 7px;}
}
@media only screen and (max-width:850px) {
	.banners .bd li img{height: 451px;}
}
@media only screen and (max-width:768px) {
	.banners .hd{text-align: center;}
	.banners .bd li img{height: 360px;}
	.banners .hd li{width: 10px;height: 10px;}
	.banners .hd{bottom: 20px;}
}
@media only screen and (max-width:414px) {
	.banners .bd li img{height: 194px;}
	.banners .hd li{width: 8px;height: 8px;}
	.banners .hd{bottom: 15px;}
}
@media only screen and (max-width:360px) {
	.banners .bd li img{height: 150px;}
	.banners .hd li{width: 7px;height: 7px;}
	.banners .hd{bottom: 13px;}
}
@media only screen and (min-width:320px) and (max-width:360px) {
	.banners .bd li img{height: 125px;}
	.banners .hd li{width: 6px;height: 6px;}
	.banners .hd{bottom: 10px;}
}
.animenu__toggle {display: none;cursor: pointer;background-color: rgba(255, 255, 255, 0.2);border: 0;padding: 0.3rem;height: 2.5rem;width: 2.5rem;}
.animenu__toggle.animenu__toggle--active {background-color: #2e6cdb;}
.animenu__toggle.animenu__toggle--active .animenu__toggle__bar {background: #fff}
.animenu__toggle__bar {display: block;width: 1.875rem;height: 2px;background-color: #e0e0e0;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);}
.animenu__toggle__bar+.animenu__toggle__bar {margin-top: 0.45rem;}
.animenu__toggle--active .animenu__toggle__bar {margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {opacity: 0;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.navBox{background: #2e6cdb;position: relative;z-index: 9;}
.animenu {display: inline-block;height: 2.5rem;width: 100%;}
.animenu ul {padding: 0;list-style: none;text-align: right;}
.animenu li,.animenu a {display: inline-block;font-size: 1.125rem;}
.animenu a {color: #fff;text-decoration: none;}
.animenu__nav {}
.animenu__nav>li {position: relative;height: 2.5rem;text-align: center;}
.animenu__nav>li>a{font-size: 1.0625rem;line-height: 2.5rem;color: white;font-weight: bold;}
.animenu__nav>li+li{/*padding-left: 4.77%;*/padding: 0 1rem;}
.animenu__nav>li>a:first-child:nth-last-child(2):before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 10px;display: none;}
.animenu__nav>li:hover>ul {opacity: 1;visibility: visible;/*margin: 10px 0 0;*/}
.animenu__nav>li:hover>a {color: #82c83e;}
.animenu__nav__child {min-width: 100%;position: absolute;top: 100%;left: -5px;/*width: 130px;*/z-index: 1;opacity: 0;visibility: hidden;/*margin: 10px 0 0 0;*/background-color: rgba(255, 255, 255, 0.8);transition: margin .15s, opacity .15s;}
.animenu__nav li:nth-child(1) .animenu__nav__child{left: -3rem;}
.animenu__nav__child>li {width: 100%;text-align: center;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.animenu__nav__child>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 50%;margin-left: -6px;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: rgba(255, 255, 255, 0.8);/* 二级导航上方小箭头 */}
.animenu__nav__child>li:last-child {border: 0;}
.animenu__nav__child a {padding: 10px;width: 100%;border-color: #82c83e;font-size: 0.875rem;color: #323232;line-height: 1.3rem;}
.animenu__nav__child a:hover {background-color: #82c83e;border-color: #82c83e;color: #fff;}
.animenu__nav--open {display: block !important;}
.animenu__nav--open .animenu__nav__child {}
@media(max-width: 1360px) {
	.header .logo {width: 25%}
}
@media(max-width: 1198px) {
	.header{height: auto;}
	.header .logo {width: 38%}
	.header .box{padding: 4px 0;}
	.right_icon ul{margin-top: 0;}
	.animenu__nav>li+li{padding-left: 2.8%;}
}
@media(max-width: 960px) {
	.animenu__nav>li+li{padding-left: 2.56%;}
}
@media(max-width: 900px) {
	.animenu__nav>li+li{padding-left: 2.36%;}
}
@media screen and (max-width: 1000px) {
	.header .logo {width: 40%}
	.animenu__nav__child>li {border-bottom: #e5e5e5 1px solid;}
    
}
@media(max-width: 850px) {
	.animenu {display: inline-block;height: 0;width: 60%;top: 100%;position: absolute;right: 0;}
	.header .logo {width: 50%;margin-top: 23px;padding-bottom: 10px;}
	.header .center{width: 48%;}
	.animenu__nav>li+li{padding-left: 0;}
	.animenu__toggle {display: inline-block;position: absolute;right: 15px;top: 46px;}
	.scrool,.mouseIco {transform: scale(0.75)}
	.animenu__nav,.animenu__nav__child {display: none;}
	.animenu__nav__child a{color: #323232;}
	.animenu__nav>li {width: 100%;border-right: 0;border-bottom: 1px solid #5e90eb;height: auto;}
	.animenu__nav>li .jt{ content:""; position:absolute; right:0; top:0; width:4rem; height:4rem; background:rgba(255,255,255,0.05) url(../images2020/jiantou.png) center no-repeat; background-size:6px auto; z-index:1000;}
	.animenu__nav>li {width: 100%;border-right: 0;border-bottom: 1px solid #5e90eb;height: auto;background: none;}
	.animenu__nav>li:last-child {border: 0;}
	.animenu__nav>li:first-child>a:after {content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;display: none;}
	.animenu__nav>li>a {width: 100%;padding: 0 0 0 2rem !important;border-color: #111;background: rgba(46, 108, 219, 0.9);position: relative;height: 4rem;line-height: 4rem;text-align: left;}
	.animenu__nav a:hover {background-color: #06368B;border-color: #06368B;color: #fff;height: 4rem;line-height: 4rem;}
	.animenu__nav__child {position: static;background-color: #f8f8f8;margin: 0;transition: none;visibility: visible;opacity: 1;}
	.animenu__nav__child>li:first-child>a:after {content: none;}
}
@media(max-width: 768px) {
	/* .header .w14{width: 100%;} */
	.header {padding: 0;position: relative;}
	.header .logo {width: 70%;margin-top:28px;;position: relative;bottom: 0;}
	.header .logo img{width: 90%;text-align: left;}
	.header .center{width: 28%;}
	.animenu__toggle {top: 54px;}
	.animenu__toggle{}
	.right_icon .search{padding: 4px 0 4px 15px;margin-top: 3px;}
	.right_icon{float: left;position: absolute;width:100%;top: 0;left: 0;padding-right: 15px;border-bottom: 1px solid rgba(255,255,255,0.3);}
	.right_icon ul li{}
	.right_icon ul li{width: auto;}
}
@media(max-width: 414px) {
	.animenu__toggle {top: 49px;}
	.right_icon ul li a{padding-top: 0.4rem;}
	.right_icon{position: absolute;width:100%;top: 0;padding-right: 15px;}
	.header .logo{width: 85%;    padding: 22px 0 12px 0;margin-top: 12px;}
	.right_icon .search{padding: 7px 0 1px 10px;margin-top: 1px;}
	.animenu__toggle{margin-top: 0;}
}
@media(max-width: 502px) {
	.right_icon ul li:nth-child(5){clear: both;}
	.right_icon ul li a{line-height: 1.875rem;}
}
@media(max-width: 360px) {
	.animenu__toggle {top: 46px;}
}
@media(max-width: 320px) {
	.animenu__toggle {top: 45px;}
}


/* 搜索 */
.tc2 form {border-radius: 4px;overflow: hidden;background: #fff;height: 50px;width: 100%;}
.tc2 input[type="text"] {border: none;width: 94%;display: block;height: 50px;text-align: left;color: #434343;font-size: 14px;background: none;line-height: 50px;padding: 0 20px;}
.tc2 input[type="text"]:focus {text-align: left;}
.tc2 input[type="image"] {position: absolute;right: 0;top: 50%;padding: 0;z-index: 2;background: url(/English/images2020/search1.png) center no-repeat;height: 50px;width: 70px;cursor: pointer;border: none;background-size: 20px 20px;margin-top: -25px;}
.tc2 input[type="image"]:hover {background: url(/English/images2020/search2.png) center no-repeat;background-size: 20px 20px;}
.tc2 .tc {transition: all ease 300ms;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display: none}
.tc2 .tc {pointer-events: none;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transform: scale(1.1);}
.tc2 .tc.act {filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;pointer-events: auto;transform: scale(1);}
.tc2 .close:hover {transform: rotate(180deg);}
.tc2 .close,.tc {transition: all ease 400ms;-moz-transition: all ease 400ms;-ms-transition: all ease 400ms;-o-transition: all ease 400ms;-webkit-transition: all ease 400ms;}
.tc2 .tc-box {position: absolute;border-radius: 4px;overflow: hidden;top: 50%;z-index: 9999;background: #fff;height: 50px;width: 30%;left: 60%;margin-left: -25%;margin-top: -40px;}
.tc2 .tc.act {display: block;}
.tc2 .close {position: absolute;cursor: pointer;font-size: 20px;right: 30px;top: 30px;}
.tc2 .tc-bg {height: 100%;background: rgba(0, 0, 0, .6);position: absolute;top: 0;left: 0;width: 100%;z-index: 0;}
@media(max-width: 768px) {
	.tc2 .tc-box {width: 90%;left: 20%;margin-left: -15%;margin-top: -40px;}
}
/*==========================================公共 结束=============================================*/



/* About 开始 */
.AboutSast{margin-top: 3.75rem;position: relative;width: 100%;}
.AboutSast::after{content: "ABOUT";width: 100%;height: 100%;position: absolute;font-size: 18.75rem;color: #f6f6f6;bottom: -58%;left: 2%;font-weight: bold;font-family: arial;z-index: -3;}
.AboutSast .AboutLeft{width: 57.1%;}
.AboutSast .AboutLeft .title a{display: block;}
.AboutSast .AboutLeft .title h3{font-size: 2.375rem;color: black;font-family: "times new roman";font-weight: bold;display: inline-block;border-bottom: 2px solid #19346e;padding-bottom: 0.25rem;transition: 0.4s;}
.AboutSast .AboutLeft .title:hover h3{color: #82c83e;transition: 0.4s;border-bottom: 2px solid #82c83e;}
.AboutSast .AboutLeft .text{margin-top: 0.625rem;}
.AboutSast .AboutLeft .text p{font-size: 1rem;color: #666666;line-height: 1.5rem;margin-top: 0.9375rem;}
.AboutSast .AboutLeft .button{margin-top: 1.75rem;}
.AboutSast .AboutLeft .button ul{}
.AboutSast .AboutLeft .button ul li{background: #82c83e;width: 48%;padding: 0 1rem;transition: 0.4s;}
.AboutSast .AboutLeft .button ul li a{display: block;fposition: relative;}
.AboutSast .AboutLeft .button ul li:hover{background: #76bf2e;transition: 0.4s;}
.AboutSast .AboutLeft .button ul li+li{background: #19346e;margin-left: 4%;}
.AboutSast .AboutLeft .button ul li+li:hover{background: #102b66;transition: 0.4s;}
.AboutSast .AboutLeft .button ul li a p{font-size: 1.25rem;font-weight: bold;color: white;text-align: center;line-height: 6.5rem;padding-left: 3.25rem;transition: 0.4s;position: relative;}
.AboutSast .AboutLeft .button ul li a p:hover{font-size: 1.375rem;transition: 0.4s;}
.AboutSast .AboutLeft .button ul li a p::before{content: "";position: absolute;width: 100%;height: 100%;background: url(/English/images2020/AboutIc01.png) no-repeat left center;left: 12%;}
.AboutSast .AboutLeft .button ul li+li a p::before{content: "";position: absolute;width: 100%;height: 100%;background: url(/English/images2020/AboutIc02.png) no-repeat left center;left: 12%;}
.AboutSast .AboutLeft .button dl{margin-top: 4.675rem;}
.AboutSast .AboutLeft .button dl dd{width: 30.3333%;margin: 0 1.5%;}
.AboutSast .AboutLeft .button dl dd a{display: block;}
.AboutSast .AboutLeft .button dl dd a .ic{width: 4.6875rem;height: 4.6875rem;background:#19346E;transition: 0.4s;display: table;margin: 0 auto;}
.AboutSast .AboutLeft .button dl dd a:hover .ic{border-radius: 50%;transition: 0.4s;}
.AboutSast .AboutLeft .button dl dd a .ic img{display: table-cell;vertical-align: middle;text-align: center;margin:10px auto 0 auto;}
.AboutSast .AboutLeft .button dl dd a p{text-align: center;display: block;font-size: 1.125rem;color: black;font-weight: bold;margin-top: 0.625rem;padding: 0 15px;line-height: 1.5rem;}
.AboutSast .AboutRight {width: 40.7%}
.AboutSast .AboutRight .aboutPic{position: relative;}
.AboutSast .AboutRight .aboutPic::after{content: "";position: absolute;right: 0;bottom: -1.875rem;background: url(/English/images2020/AboutPicBg.png) no-repeat right bottom;width: 100%;height: 100%;z-index: -2;}
.AboutSast .AboutRight .aboutPic img{display: block;width:calc(100% - 80px);}
@media(max-width: 1024px) {
	.AboutSast::after{ font-size: 15.75rem;color: #f6f6f6;bottom: -68%;}
}
@media(max-width: 768px) {
	.AboutSast .AboutLeft{width: 100%;}
	.AboutSast .AboutRight {width: 100%;margin-top: 3.125rem;display: none;}
	.AboutSast::after{display: none;}
	.AboutSast .AboutLeft .button dl{margin-top: 2.675rem;}
}
@media(max-width: 414px) {
	.AboutSast{margin-top: 2.25rem;}
	.AboutSast .AboutLeft .title h3{text-align: center;display: block;}
}
/* About 结束 */
/* NewsBox 开始 */
.NewsBox{margin-top: 5.625rem;position: relative;z-index: 1;padding: 40px 0 85px 0;}
.NewsBox::after{content: "";width: 100%;height: 100%;right:0;top: 0;position: absolute;background: url(/English/images2020/newsBg.png) no-repeat top right;z-index: -3;}
.NewsBox .title{margin-bottom: 3.5rem;}
.NewsBox .title h3{font-size: 2.375rem;font-weight: bold;color: black;text-align: center;position: relative;width: 100%;transition: 0.4s;}
.NewsBox .title h3::after{content: "";height: 2px;background: #19346E;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;transition: 0.4s;}
.NewsBox .title:hover h3::after{background: #76bf2e;transition: 0.4s;}
.NewsBox .title:hover h3{color: #76bf2e;transition: 0.4s;}
.NewsBox .newsCon{}
.NewsBox .newsCon ul{}
.NewsBox .newsCon ul li{float: left;width: 31%;box-shadow: 0  0 13px 3px rgba(0,0,0,0.2);transition: 0.4s;}
.NewsBox .newsCon ul li:hover{box-shadow: 0  0 15px 6px rgba(0,0,0,0.3);transition: 0.4s;transform: scale(1.02);}

.NewsBox .newsCon ul li+li{margin-left: 3.5%;}
.NewsBox .newsCon ul li a{display: block;}
.NewsBox .newsCon ul li a .pic{height: 300px;width: 100%;overflow: hidden;}
.NewsBox .newsCon ul li a .pic img{height: 300px;width: 100%;}
.NewsBox .newsCon ul li a .text{padding: 1.25rem;background: white;}
.NewsBox .newsCon ul li a .text h4{font-size: 1.125rem;color: black;font-family: "times new roman";line-height: 1.5rem;transition: 0.4s;font-weight: bold;max-height: 48px;}
.NewsBox .newsCon ul li a .text p{font-size: 0.75rem;color: white;background: url(/English/images2020/timeBg.png) no-repeat left center;padding-left: 15px;position: relative;padding: 10px 0 10px 26px;margin: 6px 0;}
.NewsBox .newsCon ul li a .text p::after{content: "";width: 100%;height: 100%;position: absolute;left: 8px;top: 9px;background: url(/English/images2020/time.png) no-repeat;}
.NewsBox .newsCon ul li a .text span{font-size: 0.75rem;color: #808080;line-height: 1.375rem;}
.NewsBox .newsCon ul li a .text h4:hover{color: #82c83e;transition: 0.4s;}

@media(max-width: 1024px) {
	.NewsBox .title h3{font-size: 2.375rem;font-weight: bold;color: white;text-align: center;position: relative;width: 100%;}
	.NewsBox .title h3::after{content: "";height: 2px;background: white;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;}
	.NewsBox{margin-top: 2.025rem;position: relative;z-index: 1;padding: 35px 0 65px 0;}
	.NewsBox .newsCon ul li a .pic,
	.NewsBox .newsCon ul li a .pic img{height: 220px;}
}
@media(max-width: 1024px) {
	.NewsBox .newsCon ul li a .pic,
	.NewsBox .newsCon ul li a .pic img{height: 165px;}
}
@media(max-width: 580px) {
	.NewsBox .newsCon ul li a .pic,
	.NewsBox .newsCon ul li a .pic img{height: 125px;}
}
@media(max-width: 414px) {
	.NewsBox .newsCon ul li{width: 100%;float: none;}
	.NewsBox .newsCon ul li a .pic,
	.NewsBox .newsCon ul li a .pic img{height: 240px;}
	.NewsBox .newsCon ul li+li{margin-left: 0;margin-top: 1.5625rem;}
	.NewsBox{background: #19346E;}
	.NewsBox::after{display: none;}
	.NewsBox .title h3{font-size: 2.375rem;font-weight: bold;color: #FFFFFF;text-align: center;position: relative;width: 100%;}
	.NewsBox .title h3::after{content: "";height: 2px;background: #FFFFFF;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;}
}
/* NewsBox 结束 */
/* Research 开始 */
.Research {margin-top: 3.75rem;}
.Research .title{margin-bottom: 3.5rem;}
.Research .title h3{font-size: 2.375rem;font-weight: bold;color: black;text-align: center;position: relative;width: 100%;}
.Research .title h3::after{content: "";height: 2px;background: #19346E;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;}
.Research .title:hover h3::after{background: #76bf2e;}
.Research .title:hover h3{color: #76bf2e;transition: 0.4s;}
.ResearchCon{}
.ResearchCon .ResearcLeft{width: 46.4%;}
.ResearchCon .ResearcLeft a{display: block;position: relative;}
.ResearchCon .ResearcLeft a .pic{width: 100%;height: 480px;overflow: hidden;}
.ResearchCon .ResearcLeft a .pic img{width: 100%;height: 480px;}
.ResearchCon .ResearcLeft a .text{background: url(/English/images2020/researcBg1.png) no-repeat bottom left;height: 110px;position: absolute;bottom: 0;left: 0;width: 100%;background-size: contain;}
.ResearchCon .ResearcLeft a .text p{font-size: 1.625rem;color: white;font-family: "times new roman";margin-top: 20px;display: block;margin-top: 52px;padding-left: 1.5625rem;}
.ResearchCon .researchRight {width: calc(53.6% - 10px);}
.ResearchCon .researchRight .ResearcTop{}
.ResearchCon .researchRight .ResearcTop a{display: block;position: relative;}
.ResearchCon .researchRight .ResearcTop a .pic{width: 100%;height: 240px;overflow: hidden;}
.ResearchCon .researchRight .ResearcTop a .pic img{width: 100%;height: 240px;}
.ResearchCon .researchRight .ResearcTop a .text{background: url(/English/images2020/researcBg2.png) no-repeat bottom left;height: 75px;position: absolute;bottom: 0;left: 0;width: 100%;background-size: contain;}
.ResearchCon .researchRight .ResearcTop a .text p{font-size: 1.625rem;color: white;font-family: "times new roman";margin-top: 20px;display: block;margin-top: 2.3125rem;padding-left: 1.5625rem;}
.ResearchCon .researchRight .ResearcBottom{margin-top: 10px;}
.ResearchCon .researchRight .ResearcBottom a{width: calc(50% - 5px);position: relative;display: block;}
.ResearchCon .researchRight .ResearcBottom a .pic{width: 100%;height: 230px;overflow: hidden;}
.ResearchCon .researchRight .ResearcBottom a .pic img{width: 100%;height: 230px;}
.ResearchCon .researchRight .ResearcBottom a .text{height: 75px;position: absolute;bottom: 0;left: 0;width: 100%;background-size: contain;}
.ResearchCon .researchRight .ResearcBottom a .text p{font-size: 1.625rem;color: white;font-family: "times new roman";margin-top: 20px;display: block;margin-top: 2.3125rem;padding-left: 1.5625rem;line-height: 1.75rem;}
}
@media(max-width: 1024px) {
	.ResearchCon .ResearcLeft a .pic,
	.ResearchCon .ResearcLeft a .pic img{height: 370px;}
	.ResearchCon .researchRight .ResearcTop a .pic,
	.ResearchCon .researchRight .ResearcTop a .pic img{height: 190px;}
	.ResearchCon .researchRight .ResearcBottom a .pic,
	.ResearchCon .researchRight .ResearcBottom a .pic img{height: 230px;}
}
@media(max-width: 768px) {
	.ResearchCon .ResearcLeft a .pic,
	.ResearchCon .ResearcLeft a .pic img{height: 338px;}
	.ResearchCon .ResearcLeft a .text p{margin-top: 75px;}
	.ResearchCon .researchRight .ResearcTop a .pic,
	.ResearchCon .researchRight .ResearcTop a .pic img{height: 180px;}
	.ResearchCon .researchRight .ResearcBottom a .pic,
	.ResearchCon .researchRight .ResearcBottom a .pic img{height: 150px;}
	
}
@media(max-width: 580px) {
	.ResearchCon .ResearcLeft{width: 100%;}
	.ResearchCon .researchRight{width: 100%;}
	.ResearchCon .researchRight .ResearcTop{width: 100%;margin-top: 10px;}
	.ResearchCon .researchRight .ResearcBottom{width: 100%;}
}
@media(max-width: 414px) {
	.ResearchCon .ResearcLeft a .pic,
	.ResearchCon .ResearcLeft a .pic img{height: 240px;}
	.ResearchCon .ResearcLeft a .text{height: 80px;}
	.ResearchCon .ResearcLeft a .text p{margin-top:2.75rem;}
	.ResearchCon .researchRight .ResearcTop a .pic,
	.ResearchCon .researchRight .ResearcTop a .pic img{height: 190px;}
	.ResearchCon .researchRight .ResearcTop a .text{height: 50px;background-size: 100% 100%;}
		.ResearchCon .researchRight .ResearcTop a .text p{margin-top: 1.5625rem;}
	.ResearchCon .researchRight .ResearcBottom a .pic,
	.ResearchCon .researchRight .ResearcBottom a .pic img{height: 140px;}
	.ResearchCon .researchRight .ResearcBottom a .text{height: 50px;background-size: 100% 100%;}
	.ResearchCon .researchRight .ResearcBottom a .text p{margin-top: 1.5625rem;}
}
@media(max-width: 360px) {
	.ResearchCon .ResearcLeft a .pic,
	.ResearchCon .ResearcLeft a .pic img{height: 210px;}
	.ResearchCon .ResearcLeft a .text{height: 80px;}
	.ResearchCon .ResearcLeft a .text p{margin-top:2.75rem;}
	.ResearchCon .researchRight .ResearcTop a .pic,
	.ResearchCon .researchRight .ResearcTop a .pic img{height: 165px;}
	.ResearchCon .researchRight .ResearcTop a .text{height: 50px;background-size: 100% 100%;}
	.ResearchCon .researchRight .ResearcTop a .text p{margin-top: 1.2625rem;}
	.ResearchCon .researchRight .ResearcBottom a .pic,
	.ResearchCon .researchRight .ResearcBottom a .pic img{height: 110px;}
	.ResearchCon .researchRight .ResearcBottom a .text{height: 50px;background-size: 100% 100%;}
	.ResearchCon .researchRight .ResearcBottom a .text p{margin-top: 1.2625rem;}
}
@media(max-width: 320px) {
	.ResearchCon .ResearcLeft a .pic img{height: 370px;}
	.ResearchCon .ResearcLeft a .pic,
	.ResearchCon .ResearcLeft a .pic img{height: 240px;}
	.ResearchCon .ResearcLeft a .text{height: 80px;}
	.ResearchCon .ResearcLeft a .text p{margin-top:3.75rem;}
	.ResearchCon .researchRight .ResearcTop a .pic,
	.ResearchCon .researchRight .ResearcTop a .pic img{height: 190px;}
	.ResearchCon .researchRight .ResearcTop a .text{height: 50px;background-size: 100% 100%;}
		.ResearchCon .researchRight .ResearcTop a .text p{margin-top: 1.5625rem;}
	.ResearchCon .researchRight .ResearcBottom a .pic,
	.ResearchCon .researchRight .ResearcBottom a .pic img{height: 140px;}
	.ResearchCon .researchRight .ResearcBottom a .text{height: 50px;background-size: 100% 100%;}
	.ResearchCon .researchRight .ResearcBottom a .text p{margin-top: 1.5625rem;}
	
}
/* Research 结束 */

/* Faculty 开始 */
.Faculty {margin-top: 3.75rem;background: url(/English/images2020/bg22.jpg) no-repeat center;padding: 3.125rem 0;}
.Faculty .title{margin-bottom: 3.5rem;}
.Faculty .title h3{font-size: 2.375rem;font-weight: bold;color: #FFFFFF;text-align: center;position: relative;width: 100%;transition: 0.4s;}
.Faculty .title h3::after{content: "";height: 2px;background: #FFFFFF;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;transition: 0.4s;}
.Faculty .title:hover h3::after{background: #76bf2e;transition: 0.4s;}
.Faculty .title:hover h3{color: #76bf2e;transition: 0.4s;}
.Faculty .FacultyCon{}
.Faculty .FacultyCon ul{}
.Faculty .FacultyCon ul li{float: left;width: 25%;}
.Faculty .FacultyCon ul li a{display: block;}
.Faculty .FacultyCon ul li a img{display: block;margin:0 auto;transition: 0.4s;}
.Faculty .FacultyCon ul li a:hover img{transform: rotateY(180deg);transition: 0.4s;}
.Faculty .FacultyCon ul li a p{font-size: 1.625rem;text-align: center;padding: 0 0.9375rem;color: white;font-family: "times new roman";margin-top: 20px;transition: 0.4s;}
.Faculty .FacultyCon ul li a:hover p{font-size: 1.75rem;transition: 0.4s;height: 1.8125rem;}

@media(max-width: 580px) {
	.Faculty .FacultyCon ul li{float: left;width: 50%;}
	.Faculty .FacultyCon ul li+li+li{margin-top: 1.5625rem;}
	.Faculty .FacultyCon ul li+li+li+li{margin-top: 1.5625rem;}
}
@media(max-width: 414px) {
	.Faculty .FacultyCon ul li a p{line-height: 1.2rem;}
}
@media(max-width: 360px) {
	
}
/* Faculty 结束 */

/* Campus Life 开始 */
/* part4 */
.Campus{margin-top: 3.75rem;background: url(/English/images2020/CampusBg.png) no-repeat bottom right;}
.about-part4 .title{margin-bottom: 3.5rem;}
.about-part4 .title h3{font-size: 2.375rem;font-weight: bold;color: black;text-align: center;position: relative;width: 100%;}
.about-part4 .title h3::after{content: "";height: 2px;background: #19346E;position: absolute;bottom: -10px;width:160px;left: 50%;margin-left: -80px;}
.about-part4 .title:hover h3::after{background: #76bf2e;}
.about-part4 .title:hover h3{color: #76bf2e;transition: 0.4s;}
.about-part4{padding-bottom: 9rem;}
.about-part4-l{float: left;width: 28.14%;margin-bottom: -30px;}
.about-part4-l li{margin-bottom: 20px;position: relative;}
.about-part4-l li:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));z-index: 2;}
.about-part4-l li a{display: block;overflow: hidden;}
.about-part4-l li .pic{width: 100%;overflow: hidden;position: relative;    padding-bottom: 131%;}
.about-part4-l li .pic img{display: block;
    width: 100%;
    transition: 0.6s all;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    object-fit: cover;}
.about-part4-l li .text{padding: 12px 10px;position: absolute;bottom: 0;left: 0;z-index: 3;}
.about-part4-l li .text p{transition: 0.4s all;line-height: 1.5rem;font-size: 1rem;color: #fff;}
.about-part4-l li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.about-part4-l li:hover .text p{transition: 0.6s all;}
.about-part4-c{float: left;width: calc(43.72% - 40px);margin: 0 20px;}
.about-part4-c a{display: block;}
.about-part4-c .pic{width: 100%;overflow: hidden;position: relative;}
.about-part4-c .pic img{display: block;width: 100%;transition: 0.6s all;height: 415px;}
.about-part4-c .text{position: relative;background: #82c83e;padding: 20px;height: 95px;position: relative;width: 100%;}
.about-part4-c .text::after{content: "";width: 149px;height: 100%;position: absolute;right: 3%;bottom:0; background:url(/English/images2020/logoS.png) no-repeat right;z-index: 0;-webkit-animation-name: logoS;animation-name: logoS;animation-duration: 10s;animation-iteration-count: infinite;}
@keyframes logoS {
	0% {right: 3%;}
	50% {right: 20%;}
	100% {right: 3%;}
}
.about-part4-c .text h5{font-size: 1rem;color: #FFFFFF;text-align: left;margin-bottom: 10px;line-height: 1.5rem; transition: 0.4s all;position: relative;z-index: 3;}
.about-part4-c:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.about-part4-c:hover .text h5{transition: 0.6s all;}
@media(max-width: 1360px) {
	/* .about-part4{width: calc(100% - 30px);margin: 0 auto;} */
}
@media(max-width: 1200px) {
	.about-part4-c .pic, .about-part4-c .pic img{height: 270px;}
	.about-part4-l li .pic img{height: 173px;}

}
@media screen and (max-width: 1000px) {
	.about-part4-c .text{height: 88px;}
	.about-part4-l li .pic img{height: 143px;}
	.about-part4-c .pic,
	.about-part4-c .pic img{height: 218px;}
}
@media(max-width: 768px) {
	.about-part4-l li{margin-bottom: 0;}
	.about-part4-l{margin-bottom: 0;}
	.about-part4{padding-bottom: 7.125rem;}
	.about-part4-l{width: 100%;float: none;overflow: hidden;}
	.about-part4-l li{width: 48%;margin-right: 4%;float: left;}
	.about-part4-l li+li{margin-right: 0;}
	.about-part4-c{width: 100%;float: none;margin: 1.5rem 0;}
	.about-part4-l li .pic img{height: 218px;}
	.about-part4-c .pic,
	.about-part4-c .pic img{height: 460px;}
}
@media(max-width: 580px) {
	.about-part4-c .pic,
	.about-part4-c .pic img{height: 340px;}
}
@media(max-width: 414px) {
	.about-part4-c .text{padding: 10px;}
	.about-part4-l li .text p{padding-left: 0;background: none;}

	.about-part4-c .pic,
	.about-part4-c .pic img{height: 239px;}
	.about-part4-l li .text p{line-height: 1.2rem;}
}
@media(max-width: 375px) {
	/* .about-part4-l li .pic img{height: 102px;} */
	.about-part4-c .pic,
	.about-part4-c .pic img{height: 215px;}
	.about-part4-c .text{height: 66px;}
}
@media(max-width: 360px) {

	.about-part4-c .pic img{height: 206px;}
}
@media(max-width: 320px) {

	.about-part4-c .pic,
	.about-part4-c .pic img{height: 181px;}
}
/* Campus Life 结束 */

/* footer 开始 */
.footer{background: url(/English/images2020/footerBg.png) no-repeat top center;padding: 6rem 0 2.2rem 0;margin-top: -2.375rem;}
.footer .footerLogo{}
.footer .footerLogo img{display: block;}
.footer .footerInfo{}
.footer .footerInfo h3{background: url(/English/images2020/footerIc01.png) no-repeat left 0.25rem;padding-left: 1.5625rem;line-height: 1.875rem;}
.footer .footerInfo h3 p{font-size: 0.875rem;color: white;line-height: 1.5625rem;}
.footer .footerInfo .ht{background: url(/English/images2020/footerIc02.png) no-repeat left center;font-size: 0.875rem;color: white;padding-left: 1.5625rem;margin-top: 0.625rem;line-height: 1.875rem;}
.footer .footerInfo .ht a{font-size: 0.875rem;color: white;line-height: 1.875rem;}
@media(max-width: 1200px) {
	.footer{padding-top: 3.125rem;}
	.footer .footerLogo{float: none;}
	.footer .footerLogo img{display: block;max-width: 100%;}
	.footer .footerInfo{float: none;margin-top: 1.25rem;}
	.footer .footerInfo h3{}
	.footer .footerInfo h3 p{}
}
@media(max-width: 768px) {
	.footer .footerInfo{margin-top: 1.25rem;}
}
.footerNy{margin-top: 0;}
/* footer 结束 */



/* footer结束 */
.backTop{ position:fixed; right:20px; bottom:20px; width:55px; height:55px; border-radius:50%;z-index: 99999;}
.backTop:hover{opacity:0.8;}
/*************二级页二级页二级页二级页二级页二级页二级页二级页二级页二级页二级页************/

/* Nybanner开始 */
.bannerNy {position: relative;overflow: hidden;width: 100%;max-width: 1920px;z-index: 2;margin: 0 auto;}
.bannerNy .hover{background: url(/English/images2020/bannerBgTop.png)repeat-x top;position: absolute;top: 0;z-index: 9;width: 100%;height: auto;}
.bannerNy .ejbanner{height: auto;}
.bannerNy .ejbanner img{height: auto;width: 100%;}
@media(max-width: 768px) {
	.bannerNy .ejbanner{height: auto;}
}
@media(max-width: 768px) {
}
@media(max-width: 414px) {
}
@media(max-width: 360px) {
}
@media(max-width: 320px) {
}
/* Nybanner结束 */
/* now开始 */
.nowBox{border-bottom: 1px solid #dbdbdb;margin-top: -40px;position: relative;z-index: 2;background: rgba(0,0,0, 0.4);padding-left: 15px;}
.nowBox .now{background: url(/English/images2020/now.png) no-repeat left center;padding-left: 20px;font-size: 12px;color: white;line-height: 40px;}
.nowBox .now a{font-style: normal;font-size: 12px;color: white;line-height: 40px;}
.nowBox .now i{font-style: normal;font-size: 12px;color: white;line-height: 40px;}
/* now结束 */

.main{margin-top: 2.5rem;padding-bottom: 2.5rem;}
/* subNav */
.leftNav{width: 240px;}

.leftNav .title{border-bottom: 2px solid #06368B;}
.leftNav .title h4{font-size: 1.625rem;color: black;line-height: 30px;padding-left: 0.9375rem;font-family: "times new roman";font-weight: bold;padding-bottom: 0.625rem;}
.leftNav ul{padding-bottom: 20px;}
.leftNav ul li{}
.leftNav ul li a{font-size: 1.125rem;color: #323232;line-height: 1.5rem;width: 100%;box-sizing: border-box;display: inline-block;border-bottom: 1px solid #e6e6e6;font-family: "times new roman";padding: 15px 0 15px 35px;}
.leftNav ul li.on a,
.leftNav ul li:hover a{background: url(/English/images2020/leftNavQd.png) no-repeat left center;color: #82c83e;}
@media(max-width: 768px) {
	.leftNav {display: none;}
}
/* subNav */
/* ----------------listText 开始-------------------- */
.listText{width: calc(100% - 280px);}
.listText ul{}
.listText ul li{position: relative;}
.listText ul li+li{margin-top: 1.875rem;}
.listText ul li a {display: block;}
.listText ul li a .text{width: calc(100% - 85px);border-left: 1px solid #d9d9d9;padding-left: 20px;}
.listText ul li a .text h4{font-size: 1.125rem;font-family: "times new roman";font-weight: bold;line-height: 1.625rem;color: black;margin-bottom: 0.625rem;}
.listText ul li a:hover .text h4{color: #06368B;}
.listText ul li a .text p{font-size: 0.75rem;color: #808080;line-height: 1.375rem;}
.listText ul li a .date{width: 65px;margin-top: 1.25rem;}
.listText ul li a .date i{display: block;text-align: center;font-size: 2.3125rem;font-family: "times new roman";font-weight: bold;color: black;font-style: normal;}
.listText ul li a .date b{display: block;text-align: center;font-style: normal;font-weight: normal;font-size: 0.75rem;color: #999999;margin-top: 0.25rem;}
.listText ul li a:hover .date i{color: #06368B;}



@media(max-width: 850px) {
	.listText ul li a .text h4{line-height: 1.375rem;margin-bottom: 0.5rem;}
	.listText ul li a .text p{line-height: 1.25rem;}
}
@media(max-width: 768px) {
	.listText{width: 100%;}
}
@media(max-width: 580px) {
}
@media(max-width: 414px) {
	.listText ul li a .date{width: 62px;margin-top: 0.25rem;}
	.listText ul li a .text{width: calc(100% - 70px);}
	.listText ul li a .text h4{line-height: 1.375rem;margin-bottom: 0.5rem;-webkit-line-clamp: 3!important;}
	.listText ul li a .text p{display: none; }
}
@media(max-width: 360px) {
	
}




.fanye{width: 100%;margin: 20px 0 0 0;}
.fanye img{max-width: 100%;display: block;text-align: center;margin: 0 auto;}
/* ------------listText 结束----------- */
/* ----------------listPict 开始-------------------- */
.listPic{width: calc(100% - 280px);}
.listPic ul{margin-left: -3%;margin-top: -3%;}
.listPic ul li{float: left;margin-left:3%;width:47%;margin-top: 3%;}
.listPic ul li a {display: block;}
.listPic ul li a .pic{width: 100%;height: 100%;overflow: hidden;}
.listPic ul li a .pic img{width: 100%;object-fit: cover;height: 308px;}
.listPic ul li a p{font-size: 1.125rem;line-height: 1.5rem;color: #323232;text-align: left;font-family: "times new roman";font-weight: bold;margin: 6px 0;}
.listPic ul li a p:hover{color: #06368B;}
.listPic ul li a .date{border-top: 1px solid #dcdcdc;width: 100%;padding-top: 8px;margin-top: 10px;}
.listPic ul li a .date i{display: inline-block;font-size: 0.75rem;color:#808080;background: url(/English/images2020/NyIc01.png) no-repeat left center;padding-left: 0.9375rem;line-height: 1.625rem;font-style: normal;}
.listPic ul li a .date b{font-style: normal;display: inline-block;font-size: 0.75rem;color:#808080;background: url(/English/images2020/NyIc02.png) no-repeat left center;padding-left: 1rem;line-height: 1.625rem;margin-left: 1.25rem;font-weight: normal;}

@media(max-width: 850px) {
	.listPic ul li a .pic img{width: 100%;object-fit: cover;height: 178px;}
}
@media(max-width: 768px) {
	.listPic ul li a .pic img{height: 208px;}
	.listPic{width: 100%;}
}
@media(max-width: 580px) {
}
@media(max-width: 414px) {
	.listPic ul{margin-left: 0;margin-top: -4%;}
	.listPic ul li{margin-left: 0;width: 48%;margin-top: 4%;float: left;}
	.listPic ul li:nth-child(even){margin-left: 4%;}
	.listPic ul li a .pic img{height: 120px;}
}
@media(max-width: 360px) {
	.listPic ul li a .pic img{height: 100px;}
	
}
/* ------------listPic 结束----------- */
/* nry */
.nry{width: calc(100% - 280px);}
.nry .nryCon{}
.nry .nryCon .title{}
.nry .nryCon .title h3{font-size: 1.625rem;text-align: center;color: #323232;margin-bottom: 20px;line-height: 2rem;font-family: "times new roman";font-weight: bold;}
.nry .nryCon .title p{font-size: 0.75rem;padding: 6px 0 ;display: block;background: #f7f7f7;text-align: center;color: #999999;}
.nry .nryCon .nryText{margin-top: 1.5625rem;}
.nry .nryCon .nryText p{font-size: 1rem !important;line-height: 2.125rem !important;text-indent: 2rem;}
.nry .nryCon .nryText img{display: block;margin: 10px auto;}
.nry .prevNext{border-top: 1px solid #E0E0E0;padding-top: 10px;margin-top: 1.25rem;}
.nry .prevNext a{display: block;font-size: 1rem;line-height: 1.375rem;color: #808080;transition: 0.4s;}
.nry .prevNext a+a{margin-top: 0.625rem;}
/* .nry .prevNext a:hover{color: #06368B;padding-left: 10px;transition: 0.4s;} */
.nry .prevNext a span{color: #323232;}

@media(max-width: 768px) {
	.nry{width: 100%;}
}
@media(max-width: 580px) {
}

/* listNewsPic 开始 */

.listNewsPic{width: calc(100% - 280px);}
.listNewsPic ul{}
.listNewsPic ul li{position: relative;}
.listNewsPic ul li::after{content: "";width: calc(100% - 290px);height: 1px;background: #e5e5e5;position: absolute;bottom: 0;right: 0;}
.listNewsPic ul li+li{margin-top: 1.875rem;}
.listNewsPic ul li a {display: block;}
.listNewsPic ul li a .pic{width: 15.8125rem;height: 100%;overflow: hidden;}
.listNewsPic ul li a .pic img{width: 100%;height: 160px;display: block;}
.listNewsPic ul li a .text{width: calc(100% - 410px);margin-left: 2.1875rem;}
.listNewsPic ul li a .text h4{font-size: 1.125rem;font-family: "times new roman";font-weight: bold;line-height: 1.625rem;color: black;margin-bottom: 1rem;}
.listNewsPic ul li a:hover .text h4{color: #06368B;}
.listNewsPic ul li a .text p{font-size: 0.75rem;color: #808080;line-height: 1.375rem;}
.listNewsPic ul li a .date{width: 95px;padding-left: 20px;border-left: 1px solid #d9d9d9;margin-top: 1.25rem;}
.listNewsPic ul li a .date i{display: block;text-align: center;font-size: 2.3125rem;font-family: "times new roman";font-weight: bold;color: black;font-style: normal;}
.listNewsPic ul li a .date b{display: block;text-align: center;font-style: normal;font-weight: normal;font-size: 0.75rem;color: #999999;margin-top: 0.25rem;}
.listNewsPic ul li a .date s{display: block;text-align: center;text-decoration: none;font-style: normal;font-size: 1rem;color: #666666;margin-top: 1rem;background: url(/English/images2020/listeye.png) no-repeat left center;margin-left: 0.625rem;padding-left: 0.5rem;}
.listNewsPic ul li a:hover .date i{color: #06368B;}



@media(max-width: 850px) {
	.listNewsPic ul li a .pic{width: 11rem;}
	.listNewsPic ul li a .pic img{height: 120px;}
	.listNewsPic ul li a .date{width: 80px;padding-left: 10px;}
	.listNewsPic ul li a .text{width: calc(100% - 280px);margin-left: 1.25rem;}
	.listNewsPic ul li a .text h4{line-height: 1.375rem;margin-bottom: 0.5rem;}
	.listNewsPic ul li a .text p{line-height: 1.25rem;}
	.listNewsPic ul li::after{width: calc(100% - 185px);}
}
@media(max-width: 768px) {
	.listNewsPic{width: 100%;}
}
@media(max-width: 580px) {
}
@media(max-width: 414px) {
	.listNewsPic ul li a .pic{width: 7rem;}
	.listNewsPic ul li a .pic img{height: 75px;}
	.listNewsPic ul li a .text{width: calc(100% - 8rem);float: right;margin-left: 0;}
	.listNewsPic ul li a .text h4{line-height: 1.375rem;margin-bottom: 0.5rem;-webkit-line-clamp: 3!important;}
	.listNewsPic ul li a .text p{display: none; }
	.listNewsPic ul li::after{width: calc(100% - 120px);}
	.listNewsPic ul li a .date{display: none;}
}
@media(max-width: 360px) {
	
}
/* listNewsPic 结束 */


/* listPeople  开始 */
.listPeople{width: calc(100% - 280px);}
.listPeople ul{}
.listPeople ul li{position: relative;}
.listPeople ul li+li{margin-top: 1.875rem;}
.listPeople ul li .pic{width: 12.5rem;height: 100%;overflow: hidden;display: block;}
.listPeople ul li .pic img{width: 100%;height: auto;display: block;}
.listPeople ul li .text{width: calc(100% - 14rem);}
.listPeople ul li .text .nameBox{}
.listPeople ul li .text .nameBox .name{font-size: 1.625rem;color: #333333;font-family: "times new roman";font-weight: bold;position: relative;transition: 0.4s;padding-bottom: 8px;}
.listPeople ul li .text .nameBox .name::after{content: "";position: absolute;bottom: 0;left: 0;background:#900021;width: 70%;height: 2px;transition: 0.4s;}
.listPeople ul li .text .nameBox .name:hover::after{background:#0F9E5E;width: 100%;transition: 0.4s;}
.listPeople ul li .text .nameBox .name:hover{color: #0F9E5E;transition: 0.4s;}
.listPeople ul li .text .nameBox .zy{font-size: 0.875rem;color: white;background: #06368B;padding: 5px 10px;}
.listPeople ul li .text .nameBox .zy:hover{background:#82c83e;}
.listPeople ul li .text .bt{font-size: 1.25rem;color: #333333;line-height: 1.5rem;font-weight: bold;margin: 10px 0;display: block;}
.listPeople ul li .text p{font-size: 0.875rem;color: #999999;line-height: 1.625rem;}



@media(max-width: 850px) {
	
}
@media(max-width: 768px) {
	.listPeople{width: 100%;}
}
@media(max-width: 580px) {
}
@media(max-width: 414px) {
	.listPeople ul li .pic{width: 7.5rem;}
	.listPeople ul li .text{width: calc(100% - 8.5rem);}
}
@media(max-width: 360px) {
	
}
/* listPeople 结束 */

/* zwy开始 */
.zwy{width: calc(100% - 280px);}
.zwy .zwyCon{}
.zwy .zwyCon .zwyText{margin-top: -2.1875rem;}
.zwy .zwyCon .zwyText h3{font-size: 1.125rem;color: #323232;font-weight: bold;margin: 2.1875rem 0 0.9375rem;}
.zwy .zwyCon .zwyText p{font-size: 1rem;line-height: 2.125rem;text-indent: 2rem;}
.zwy .zwyCon .zwyText img{width: 100%;display: block;margin: 10px auto;}

@media(max-width: 7680px) {
	.zwy{width: 100%;}
}
/* zwy结束 */
/* xyfm 开始*/
.xyfm{width: calc(100% - 280px);}
.xyfm .pictop{}
.xyfm .pictop .LPic{width:51.6%;}
.xyfm .pictop .LPic a{display: block;width: 100%;overflow: hidden;height: 273px;}
.xyfm .pictop .LPic a img{width: 100%;object-fit: cover;display: block;}
.xyfm .pictop .RPic{width:calc(26% - 9px);margin-left: 9px;}
.xyfm .pictop .RPic a{display: block;width: 100%;overflow: hidden;height: 132px;}
.xyfm .pictop .RPic a+a{margin-top: 9px;}
.xyfm .pictop .RPic a img{width: 100%;object-fit: cover;display: block;}
.xyfm .picbottom{width: calc(77.6% + 9px);} 
.xyfm .picbottom ul{width: 100%;} 
.xyfm .picbottom ul li{width:calc(33.33333% - 9px);margin-top: 9px;} 
.xyfm .picbottom ul li a{display: block;overflow: hidden;} 
.xyfm .picbottom ul li+li{margin-left: 9px;}
.xyfm .picbottom ul li a img{width: 100%;object-fit: cover;display: block;} 
.xyfm .more{background: #caba7c;width: 77.6%;text-align: center;margin-top: 9px;}
.xyfm .more a{text-align: center;line-height: 2.25rem;color: white;font-size: 1.25rem;}
@media(max-width: 1198px) {
	.xyfm .pictop .LPic{width:66.2%;}
	.xyfm .pictop .RPic{width:calc(33.8% - 9px);margin-left: 9px;}
	.xyfm .picbottom{width: 100%;} 
	.xyfm .picbottom ul li{width:calc(33.33333% - 6px);margin-top: 9px;} 
	.xyfm .more{width: 100%;}
}
@media(max-width: 1024px) {
	.xyfm .pictop .LPic a img{height: 100%;}
	.xyfm .pictop .RPic a img{height: 100%;}
}
@media(max-width: 580px) {
	.xyfm{width: 100%;}
}
@media(max-width: 414px) {
.xyfm .pictop .LPic a{height: 173px;}
.xyfm .pictop .RPic a{height: 82px;}

}
/* xyfm 结束*/
/* fkfl 开始*/
.fkfl{width: calc(100% - 300px);}
.fkfl .fkflCon{height: 100%;}
.fkfl .fkflCon+.fkflCon{margin-top: 1.5625rem;}
.fkfl .fkflCon .title{height: 100%;}
.fkfl .fkflCon .title p{font-size: 1.125rem;background: #E7E7E7;color:#06368B;padding-left: 15px;line-height: 2.5rem;font-weight: bold;border-left: 2px solid #06368B;}
.fkfl .fkflCon ul{border: 1px solid #dfdfdf;padding:  20px 0;}
.fkfl .fkflCon ul li{float: left;}
.fkfl .fkflCon ul li a{font-size: 1rem;color: #323232;line-height: 2rem;background: url(/English/images2020/qd.png) no-repeat left center;padding-left: 0.625rem;transition: 0.4s;}
.fkfl .fkflCon ul li a:hover{color: #06368B;padding-left: 0.875rem;transition: 0.4s;}
.fkfl .fkflCon ul.ul3 li{width: 30%;margin-left: 3.333333%;}
.fkfl .fkflCon ul.ul2 li{width: 47%;margin-left: 3%;}
@media(max-width:850px) {
	.fkfl .fkflCon ul.ul3 li{width: 47%;margin-left: 3%;}
}
@media(max-width:580px) {
	.fkfl{width: 100%;}
}
/* fkfl 结束*/
/* syzx 开始*/
.syzx{width: calc(100% - 300px);}
.syzx .syzxCon+.syzxCon{margin-top: 1.25rem;}
.syzx .syzxCon h4{font-size: 1.1875rem;color: #666666;font-weight: bold;text-align: center;margin-bottom: 1.5625rem;margin-top: 1.25rem;}
.syzx .syzxCon ul{width: 80%;margin: 0 auto;}
.syzx .syzxCon ul li{padding: 0.875rem;background: #9d8c82;width: 48%;float: left;margin-bottom: 1.25rem;}
.syzx .syzxCon ul li:nth-child(even){margin-left: 4%;}
.syzx .syzxCon ul li a{font-family:楷体_gb2312 ;font-size: 1.1875rem;display: block;color: white;text-align: center;}
.syzx .syzxCon ul li:hover{background: #f1a477;}
.syzx .syzxCon ul li:hover a{color: #323232;}

@media(max-width:850px) {
	.syzx .syzxCon ul{width: 100%;}
}
@media(max-width:580px) {
	.syzx{width: 100%;}
}
@media(max-width:414px) {
	.syzx .syzxCon ul li{height: 3.75rem;}
}
/* syzx 结束*/
/* rcpy 开始 */
.rcpy{width: calc(100% - 300px);}
.rcpy .rcpyCon{}
.rcpy .rcpyCon ul{margin-left: -3%;}
.rcpy .rcpyCon ul li a{display: block;}
.rcpy .rcpyCon ul li{width: 47%;margin-left: 3%;float: left;height: 226px;position: relative;margin-bottom: 1.5625rem;overflow: hidden;}
.rcpy .rcpyCon ul li .pic{width: 100%;overflow: hidden;}
.rcpy .rcpyCon ul li .pic img{width: 100%;object-fit: cover;height: 100%;}
.rcpy .rcpyCon ul li p{position: absolute;bottom: 0;width: 100%;text-align: center;line-height: 3.125rem;background: rgba(154,39,194, 0.8);color: white;font-size: 1.25rem;font-weight: bold;letter-spacing: 0.25rem;}
.rcpy .rcpyCon ul li+li p{background: rgba(6,177,243, 0.8);}
.rcpy .rcpyCon ul li+li+li p{background: rgba(50,93,214, 0.8);}
.rcpy .rcpyCon ul li+li+li+li p{background: rgba(244,74,45, 0.8);}
.rcpy .rcpyCon ul li+li+li+li+li p{background: rgba(37,203,83, 0.8);}
@media(max-width:850px) {
	.rcpy .rcpyCon ul li{height: 134px;}
}
@media(max-width:768px) {
	.rcpy .rcpyCon ul li{height: 112px;}
}
@media(max-width:580px) {
	.rcpy{width: 100%;}
	.rcpy .rcpyCon ul li{height: 142px;}
}
@media(max-width:375px) {
	.rcpy .rcpyCon ul li{height: 126px;}
}
@media(max-width:320px) {
	.rcpy .rcpyCon ul li{height: 112px;}
}
/* rcpy 结束 */
/* zzjg 开始*/
.zzjg{width: calc(100% - 300px);}
.zzjg .zzjgCon{height: 100%;}
.zzjg .zzjgCon+.zzjgCon{margin-top: 1.5625rem;}
.zzjg .zzjgCon .title{height: 100%;}
.zzjg .zzjgCon .title p{font-size: 20px;background: #efede1;color:#9d1e2f;padding-left: 15px;line-height: 70px;font-weight: normal;}
.zzjg .zzjgCon ul{border: 1px solid #dfdfdf;padding:  20px 0;background: #f2f1ec;}
.zzjg .zzjgCon ul li{float: left;width: 23%;margin-left: 2%;}
.zzjg .zzjgCon ul li a{font-size: 0.875rem;color: #666;line-height: 2rem;background: url(/English/images2020/qd2.png) no-repeat left center;padding-left: 0.625rem;transition: 0.4s;}
.zzjg .zzjgCon ul li a:hover{color: #06368B;padding-left: 0.875rem;transition: 0.4s;}
@media(max-width:850px) {
	.zzjg .zzjgCon ul.ul3 li{width: 47%;margin-left: 3%;}
	.zzjg .zzjgCon ul li{float: left;width: 31.3333%;margin-left: 2%;}
}
@media(max-width:768px) {
	.zzjg .zzjgCon ul li{float: left;width: 48%;margin-left: 2%;}
}
@media(max-width:580px) {
	.zzjg{width: 100%;}
	.zzjg .zzjgCon ul li{float: left;width: 48%;margin-left: 2%;}
}
/* zzjg 结束*/
/* xrld 开始*/
.xrld{width: calc(100% - 300px);}
.xrld .title{height: 100%;}
.xrld .title p{font-size: 1.375rem;background: #d6d6df;color:#323232;line-height: 3.75rem;font-weight: normal;text-align: center;}
.xrld ul{}
.xrld ul li{margin-top: 8px;background:#e9e9f3;transition: 0.4s;}
.xrld ul li a{display: block;padding: 10px 0;}
.xrld ul li a i{float: left;width: 70%;display: block;font-style: normal;font-size: 0.9375rem;color: #323232;padding-left: 5%;line-height: 1.5rem;}
.xrld ul li a span{float: left;width: 30%;display: block;font-size: 0.9375rem;color: #323232;padding-left: 9%;}
.xrld ul li:hover{border-bottom: 1px solid #06368B;background:#d6d6df;transition: 0.4s;}
.xrld ul li:hover i{color: #06368B;font-weight: bold;}
.xrld ul li:hover span{color: #06368B;font-weight: bold;}
.xrld .ylb{background: #d6d6df;margin-top: 20px;padding: 1.25rem 0;}
.xrld .ylb a{font-size: 1.25rem;color: #323232;text-align: center;display: block;line-height: 1.625rem;}
.xrld .ylb a:hover{color: #06368B;font-weight: bold;}
@media(max-width:580px) {
	.xrld{width: 100%;}
}
/* xrld 结束*/

/* 0812增加 */
/* xtzx 结束*/
.xtzx{width: calc(100% - 300px);}
.xtzx .xtzxCon h4{font-size: 1.1875rem;color: #666666;font-weight: bold;text-align: center;margin-bottom: 1.5625rem;margin-top: 1.25rem;}
.xtzx .xtzxCon ul{width: 80%;margin: 0 auto;}
.xtzx .xtzxCon ul li{width: 48%;float: left;margin-bottom: 1.25rem;}
.xtzx .xtzxCon ul li:nth-child(even){margin-left: 4%;}
.xtzx .xtzxCon ul li a{font-family:楷体_gb2312 ;font-size: 1.1875rem;display: block;color: white;text-align: center;background: #9d8c82;margin-bottom: 1.25rem;padding: 0.875rem;line-height: 1.625rem;}
.xtzx .xtzxCon ul li:nth-child(1) a{padding: 0.5rem;}
.xtzx .xtzxCon ul li:nth-child(2) a{padding: 1.5625rem;}
.xtzx .xtzxCon ul li a:hover{background: #f1a477;}
.xtzx .xtzxCon ul li a:hover{color: #323232;}

@media(max-width:850px) {
	.xtzx .xtzxCon ul{width: 100%;}
}
@media(max-width:580px) {
	.xtzx{width: 100%;}
}
@media(max-width:414px) {
}
/* xtzx 结束*/
/* 0818 sjdh开始 */
.leftNav .EjsubNav{}
.leftNav ul .on .clum{font-size: 15px!important;color: #323232;font-weight: normal;display: block;line-height: 20px;padding: 1rem 0 1rem 20px;}
.leftNav ul .on .clum:hover{color: #007AFF;}
.sjdhlm{}
.sjdhlm{width: calc(100% - 300px);}
.sjdhlm .sjdhlmCon{width: 70%;}
.sjdhlm .sjdhlmCon .Msjdh{margin-left: -1rem;display: none;}
.sjdhlm .sjdhlmCon .Msjdh a{display: inline-block;font-size: 1rem;color: white;margin:0 1rem 1rem 1rem;padding: 0.9375rem 1.25rem;border: 1px solid #06368B;border-radius: 20px;background: #06368B;}
.sjdhlm .sjdhlmCon dl{}
.sjdhlm .sjdhlmCon dl dt{}
.sjdhlm .sjdhlmCon dl dt>a{height: 3.75rem;width: 100%;font-size: 1.125rem;background: #99887d;color: white;display: block;line-height: 3.75rem;padding-left: 1.25rem;}
.sjdhlm .sjdhlmCon dl dt ul{background: #e7e2df;}
.sjdhlm .sjdhlmCon dl dt ul li{display: inline-block;}
.sjdhlm .sjdhlmCon dl dt ul li a{display: inline-block;font-size: 1rem;color: #323232;margin: 1rem;padding: 6px 10px;}
.sjdhlm .sjdhlmCon dl dd{display: block;margin-top: 1.5625rem;}
.sjdhlm .sjdhlmCon dl dd a{height: 3.75rem;width: 100%;font-size: 1.125rem;background: #99887d;color: white;display: block;line-height: 3.75rem;padding-left: 1.25rem;}
@media(max-width:850px) {
	.sjdhlm .sjdhlmCon{width: 100%;}
}
@media(max-width:580px) {
	.sjdhlm{width: 100%;}
	.sjdhlm .sjdhlmCon .Msjdh{display: block;}
}
/* sjdh结束 */


.headStyle1r4fl94mxv .PrevDisabled {
    height: 30px !important;
    padding: 8px 4px !important;
}

.headStyle1r4fl94mxv .NextDisabled{
    height: 30px !important;
    padding: 8px 4px !important;
}

.headStyle1r4fl94mxv, .headStyle1r4fl94mxv td, .headStyle1r4fl94mxv div {
    line-height: 30px !important;
}


.headStyle1by7utpwds .PrevDisabled {
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    height: 28px !important;
    margin-right: 5px !important;
    padding: 0px 10px !important;
    background: #fff;
    color: #999999 !important;
    border: solid 1px #0a2963 !important;
    line-height: 28px !important;
}

.fanye table tr td span{
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    height: 28px !important;
    margin-right: 5px !important;
    padding: 0px 10px !important;
    background: #fff;
    color: #0a2a65 !important;
    border: solid 1px #0a2963 !important;
    line-height: 28px !important;}
    
.fanye table tr td{line-height: 28px !important;}
.fanye table tr td div{line-height: 28px !important;}
.fanye table tr td a{
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    height: 28px !important;
    margin-right: 5px !important;
    padding: 0px 10px !important;
    background: #fff;
    color: #0a2a65 !important;
    border: solid 1px #0a2963 !important;
    line-height: 28px !important;}
.fanye table tr td input{
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    height: 28px !important;
    margin-right: 5px !important;
    padding: 0px 2px !important;
    background: #fff;
    color: #0a2a65 !important;
    border: solid 1px #0a2963 !important;
    line-height: 28px !important;}


/* History */

.lsygBox ul li{  margin-left: 2rem;    position: relative;margin-bottom: 2rem;}
.lsygBox ul li .el-timeline{border-left: 0.15rem solid #e4e7ef;  position: absolute;left: -1.9rem;height: 120%;}
.lsygBox ul li .yq-timeline{position: absolute;border-radius: 50%;    background-color: rgb(29, 32, 136);left: -2.3rem; width: 0.9rem;height: 0.9rem;}
.lsygBox ul li:last-child  .el-timeline{border-left: 0rem solid #e4e7ef;}
.lsygBox-r .line1{color: #06368b;line-height: 1;font-size: 1.13rem;    font-weight: bold;}
.lsygBox-r .text{background: #fff;padding: 1.5rem;margin: 1rem 0;box-shadow: 0 1px 5px 0 rgb(131 131 131 / 43%);}
.lsygBox-r .text p{ LINE-HEIGHT: 2.125rem !important;text-indent: 0em !important;font-size: 1rem !important;}


@media(max-width: 500px) {
.lsygBox ul li .el-timeline{border-left: 0.1rem solid #e4e7ef;  position: absolute;left: -1.9rem;height: 115%;}
.lsygBox ul li .yq-timeline{width: 0.8rem;height: 0.8rem;}
}



