@charset "utf-8";
/* CSS Document */
ul,
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
.picbase1 img {
  width: 1250px;
  height: 500px;
}
.picbase1 {
  width: 1250px;
  height: 500px;
}
img {
  /* max-width: 100%; */
}
img,
input {
  border: 0px;
  vertical-align: middle;
  color: #fff;
  font-family: 'Microsoft YaHei';
  outline: none;
}
img,
ul,
li,
input,
button,
dd,
dl,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
  display: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: '.';
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  zoom: 1;
}
.fl {
  float: left;
}
.collegelogo {
  background-image: url(../images/College.png);
  width: 760px;
  height: 120px !important;
  position: relative;
  top: 25px;
  background-size: 100% 100%;
}
.fr {
  float: right;
}
.wid {
  width: 1200px;
  margin: 0 auto;
}
button {
  outline: none;
  font-family: 'Microsoft YaHei';
}
select {
  outline: none;
  font-family: 'Microsoft YaHei';
}
input::-ms-clear {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  min-width: 240px;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  position: relative;
  color: #444444;
  background-color: #f1f1f1;
}
input::-webkit-input-placeholder {
  color: #b6b6b6;
}
input:-moz-placeholder {
  color: #b6b6b6;
  font-family: 'Microsoft YaHei';
}
textarea:-moz-placeholder {
  color: #b6b6b6;
}
textarea::-webkit-textarea-placeholder {
  color: #b6b6b6;
}
textarea:-ms-input-placeholder {
  color: #b6b6b6;
}
textarea::-webkit-input-placeholder {
  color: #b6b6b6;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes gupIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
}
@-moz-keyframes gupIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -30px, 0);
  }
}
@keyframes gupIn {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
@-webkit-keyframes gdownIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
}
@-moz-keyframes gdownIn {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
}
@keyframes gdownIn {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
@-webkit-keyframes gleftIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes gleftIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes gleftIn {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes grightIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes grightIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes grightIn {
  0% {
    opacity: 0;
    transform: translate3d(80px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*header-------------------------------------------------*/
.hd_top {
  font-size: 12px;
  height: 27px;
  position: relative;
  top: 55px;
  margin-right: 20px;
}
.hd_top .line {
  width: 1px;
  height: 14px;
  background: #fff;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.hd_top .top_r {
  line-height: 59px;
  color: #fff;
  text-align: right;
}
.hd_top .top_r a {
  color: #fff;
}
.hd_top .top_r a:hover {
  color: #0a3190;
}
.header {
  background: #0a3190;
  height: 165px;
  background-image: url(../images/earth.png);
  background-size: 100% 100%;
}
.header .wid > .fl {
  height: 140px;
}
.header .wid > .fl .logo {
  line-height: 140px;
}
.header .words {
  color: #fff;
  margin-top: 32px;
}
.header .words .big_word {
  display: block;
  font-size: 38px;
  font-weight: 600;
}
.header .words .lit_word {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.header .long_line {
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 20px;
  margin-top: 46px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  opacity: 0.6;
}
.header .search_box {
  width: 169px;
  height: 33px;
  line-height: 30px;
  background-color: transparent;
  border-radius: 6px;
  border: solid 2px #eaeaea;
  position: relative;
}
.header .search_box .text_in {
  /* color:#000; */
  font-size: 12px;
  padding-left: 12px; /* height: 48px; */ /* font-family: SourceHanSansCN-Normal; */ /* font-size: 20px; */ /* color: #ffffff; */
  background-color: transparent;
  width: 115px; /* text-align: center; */ /* line-height: 48px; */ /* box-sizing: border-box; */ /* line-height: 48px; */ /* color: red; */
}
.header .search_box .sub_btn {
  transform: translateX(1px);
  width: 34px;
  /* text-align:center; */
  color: #fff;
  /* background: #eaeaea; */
  height: 31px;
  line-height: 34px;
  background-image: url(../images/search.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
  float: right;
  border-radius: 3px;
}
.header .search_box .sub_btn:hover {
  /* background:#0a3190; */
}

.nav {
  height: 52px;
  line-height: 52px;
  background: #0a3190;
}
.nav ul {
  text-align: center;
}
.nav ul li {
  display: block;
  position: relative;
  width: 100%;
}
.nav ul li > a {
  color: #fff;
  padding-bottom: 12px;
  padding-top: 12px; /* border-bottom:3px solid #fff; */
  font-weight: normal;
}
.nav ul li > a.on {
  border-bottom: 3px solid #0a3190;
  color: #0a3190;
}
.nav ul li .navlist {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 2;
  padding-bottom: 0;
  display: none;
}
.nav ul li .navlist ul {
}
.nav ul li .navlist a {
  line-height: 44px; /* height:44px;*/
  color: #666666;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.nav ul li .navlist a:last-child {
  border-bottom: none;
}
.nav ul li .navlist a:hover {
  color: #0a3190;
}
.nav ul > li:hover {
  color: #0a3190;
}
.nav ul > li:hover > a {
  color: #0a3190;
}

.wp-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.wp-menu li:hover {
  background: white;
  color: #0a3190;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 43px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel-caption a {
  color: white;
}
.carousel-caption a:hover {
  color: white;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 2;
  padding-bottom: 0;
}
.carousel-indicators li {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: unset !important;
  border-top: none !important;
  border-bottom: none !important;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 4px;
}
.carousel-indicators .active {
  width: 20px !important;
}
.sub-menu .sub-link {
  line-height: 28px;
  /* height: 44px; */
  color: #666666;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 2000000;
  padding-bottom: 0;
  top: 0;
}
.foot {
  /* text-align:center; */ /* background:#2973b6; */ /* padding-top:22px; */ /* padding-bottom:16px; */
  color: #fff; /* font-size:12px; */
}
.foot .copyRight {
  padding-bottom: 10px;
}
.foot .info span {
  /* padding:0px 19px; */
}

/*手机样式*/
.menuBtn {
  position: absolute;
  right: 3%;
  top: 0px;
  z-index: 999999;
  padding-top: 18px;
  z-index: 999999;
  width: 30px;
  height: 50px;
  cursor: pointer;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: gupIn 1s 0.1s both;
  -moz-animation: gupIn 1s 0.1s both;
  animation: gupIn 1s 0.1s both;
}
.menuBtn b {
  background-color: #fff;
  border-radius: 2px;
  width: 28px;
  display: block;
  height: 3px;
  margin: 0 auto 6px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn b:last-child {
  margin-bottom: 0;
}
.fixme .menuBtn {
  padding-top: 50px;
  right: 3%;
}
.fixme .menuBtn b {
  width: 28px;
  margin: 0 8px;
  position: absolute;
  top: 50%;
}
.fixme .menuBtn b:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixme .menuBtn b:nth-child(2) {
  display: none;
}
.fixme .menuBtn b:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.phone-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999998;
  display: none;
  overflow: scroll;
}
.phone-nav ul {
  position: absolute;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
}
.phone-nav li {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  top: 50%;
  display: none;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0);
}
.phone-nav li a {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.phone-nav li em {
  display: block;
  text-transform: capitalize;
  font-size: 36px;
  font-family: 'HeliosExtThin';
  position: relative;
}
.phone-nav li em:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.phone-nav li a:hover {
  color: #fff;
}
.mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.phone-nav li .navlist {
  text-align: center;
  display: none;
  padding-top: 10px;
}
.phone-nav li .navlist > a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
::-webkit-input-placeholder {
  color: #999;
}
.carousel-indicators li {
  width: 8px !important;
  height: 8px !important;
}
.lunbo2 a img {
  width: 587px !important;
  height: 341px !important;
}
.lunbod2 {
  display: none !important;
}
.imgscroll2_img a img {
  max-width: unset;
}
.Article_Title a {
  color: #464545;
  font-family: 'Noto Sans SC';
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Article_Title a:hover {
  color: #0056b3;
  text-decoration: none;
}
.main .diyihang .partList {
  height: 341px !important;
}
.col_menu_head {
  position: relative;
}
.col_menu_head h2 {
  text-align: center;
  text-indent: inherit !important;
}
.col_menu_head .arrow {
  position: absolute;
  top: 50%;
  left: 38%;
  display: none;
  transition: transform 0.2s linear;
  font-size: 12px;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: 50% 0;
}
.fouricon a {
  color: #0a3190 !important;
}
.Article_Title {
  display: flex !important;
  float: none !important;
}
.ryq-container {
}
.ryq-item {
  position:relative;
}
.ryq-item img {height: 149px;position: absolute;width: 195px;left:0;}
.roll-wrap{
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    overflow: hidden;
}
.roll-wrap .roll__list{

}
.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}
.roll_row .roll__list::after {
    clear: both;
}
.roll_row .roll__list{
    width: 9999px;
}
.roll_row .roll__list li{
    float: left;
    display: block !important;
    margin-right: 20px;
    width: 195px !important;
    height: 190px !important;
    line-height: 168px !important;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.wp_articlecontent img {
    /* max-width: 100%; */
    /* height: auto; */
    /* object-fit: contain; */
    /* width: 88vw; */
}
.lunbo1 img{
height:400px}