@charset "UTF-8";
body,
html,
ul,
li,
a,
p {
  list-style: none;
  text-decoration: none;
  color: #333;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

.yy_logo {
  padding: 15px;
}

.yy_logo .yy_all {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.yy_logo .yy_all .logo_img img {
  display: inline-block;
}

.yy_logo .yy_all .logo_menu {
  line-height: 30px;
  font-size: 18px;
  padding-top: 15px;
}

.yy_logo .yy_all .logo_menu li {
  display: inline-block;
}

.yy_logo .yy_all .logo_menu li a {
  display: block;
  padding: 0 16px;
}

.yy_logo .yy_all .logo_menu li a:hover {
  color: #2b7ed2;
}

.yy_logo .yy_all .logo_menu li.last_li a {
  background: #2b7ed2;
  color: #fff;
  border-radius: 30px;
}

.yy_logo .yy_all .logo_menu li.last_li a:hover {
  text-decoration: underline;
}

.main1 {
  padding: 0;
  background: #162d57;
  height: 90px;
  margin-bottom: 20px;
}

.main1 a {
  color: #FFF;
  transition: 0.2s;
  text-decoration: none;
}

.main1 a:hover {
  color: #91a2f7;
}

.main1 .div01 {
  margin: 0 auto;
  width: 1200px;
  padding: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.main1 .div01 .ul01,
.main1 .div01 .ul02 {
  color: #FFF;
  display: flex;
  align-items: center;
  width: 40%;
}

.main1 .div01 .ul01 .li01,
.main1 .div01 .ul02 .li01 {
  width: 50px;
  height: 50px;
  background: #223eb3;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding-top: 6px;
  font-family: myFirstFont;
}

.main1 .div01 .ul01 .li02,
.main1 .div01 .ul02 .li02 {
  margin: 0px 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  width: 85%;
}

.main1 .div01 .ul01 .li02 a,
.main1 .div01 .ul02 .li02 a {
  width: 20%;
  display: block;
}

.main2 {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.main2 .div-l {
  width: 203px;
  height: 538px;
  border: 1px solid #dbdde7;
  border-radius: 3px;
}

.main2 .div-l .p-title {
  width: 178px;
  height: 39px;
  line-height: 39px;
  background: #223eb3;
  border-radius: 3px;
  margin: 15px 0 0 12px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.main2 .div-l .div01 {
  width: 170px;
  margin: 25px 0 0 17px;
}

.main2 .div-l .div01 ul {
  width: 170px;
  margin-bottom: 15px;
}

.main2 .div-l .div01 ul .li01 {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main2 .div-l .div01 ul .li01 .p01 {
  font-size: 16px;
  color: #223eb3;
  margin: 0px;
}

.main2 .div-l .div01 ul .li01 .p01 img {
  margin-left: 3px;
}

.main2 .div-l .div01 ul .li01 .p02 {
  font-size: 12px;
  margin: 2px 0 0 0;
}

.main2 .div-l .div01 ul .li02 {
  width: 170px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
}

.main2 .div-l .div01 ul .li02 a {
  margin-right: 13px;
}

.main2 .div-l .div01 ul .li02 a:nth-child(3n) {
  margin-right: 0px;
}

.main2 .div-l .div01 ul .li03 {
  width: 170px;
  margin-top: 7px;
}

.main2 .div-l .div01 ul .li03 .p01 {
  float: left;
  font-size: 16px;
  color: #223eb3;
  margin: 0px;
}

.main2 .div-l .div01 ul .li03 .p01 span {
  float: left;
}

.main2 .div-l .div01 ul .li03 .p01 img {
  float: left;
  margin-left: 3px;
}

.main2 .div-l .div01 ul .li03 .p02 {
  float: right;
  font-size: 12px;
  margin: 2px 0 0 0;
}

.main2 .div-l .div01 ul a:hover {
  color: #223eb3;
}

.main2 .div-l .div02 {
  width: 203px;
  height: 47px;
  background: #ebecf2;
}

.main2 .div-l .div02 a:hover {
  color: #223eb3;
}

.main2 .div-l .div02 p {
  float: left;
  font-size: 16px;
  color: #223eb3;
  margin: 0px;
}

.main2 .div-l .div02 p .span01 {
  float: left;
  margin: 4px 0 0 14px;
}

.main2 .div-l .div02 p .span02 {
  float: left;
  width: 170px;
  font-size: 12px;
  margin-left: 14px;
  color: #4d4d4d;
}

.main2 .middle {
  display: block;
  width: 880px;
  height: 540px;
  cursor: pointer;
}

.main2 .div-r {
  width: 247px;
}

.main2 .div-r .ul01 {
  width: 247px;
  height: 129px;
  background: #f0f4ff;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.main2 .div-r .ul01 .li01 {
  width: 247px;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-indent: 10px;
}

.main2 .div-r .ul01 .li01 font {
  color: #4c4a4a;
  font-size: 12px;
  font-weight: normal;
}

.main2 .div-r .ul01 .li01 hr {
  margin-top: -2px;
  border-top: 1px solid #FFF;
}

.main2 .div-r .ul01 .li02 {
  width: 81px;
  height: 78px;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul01 .li02 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul01 .li02 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul01 .li02 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul01 .li03 {
  width: 81px;
  height: 78px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #FFF;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul01 .li03 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul01 .li03 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul01 .li03 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul01 .li04 {
  width: 81px;
  height: 78px;
  border-left: 1px solid #FFF;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul01 .li04 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul01 .li04 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul01 .li04 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul01 a:hover .p01 img {
  margin-top: 10px;
  transition: 0.2s;
}

.main2 .div-r .ul02 {
  width: 247px;
  height: 129px;
  background: #ffeee7;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.main2 .div-r .ul02 .li01 {
  width: 247px;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-indent: 10px;
}

.main2 .div-r .ul02 .li01 font {
  color: #4c4a4a;
  font-size: 12px;
  font-weight: normal;
}

.main2 .div-r .ul02 .li01 hr {
  margin-top: -2px;
  border-top: 1px solid #FFF;
}

.main2 .div-r .ul02 .li02 {
  width: 81px;
  height: 78px;
  border-right: 1px solid #e1e1e1;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul02 .li02 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul02 .li02 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul02 .li02 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul02 .li03 {
  width: 81px;
  height: 78px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #FFF;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul02 .li03 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul02 .li03 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul02 .li03 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul02 .li04 {
  width: 81px;
  height: 78px;
  border-left: 1px solid #FFF;
  text-align: center;
  padding: 0 0 0 0;
}

.main2 .div-r .ul02 .li04 .p01 {
  margin: 0;
  height: 47px;
}

.main2 .div-r .ul02 .li04 .p01 img {
  margin-top: 15px;
}

.main2 .div-r .ul02 .li04 .p02 {
  float: left;
  width: 82px;
  text-align: center;
}

.main2 .div-r .ul02 a:hover .p01 img {
  margin-top: 10px;
  transition: 0.2s;
}

.main2 .div-r .ul03 {
  width: 247px;
  height: 129px;
  background: #f0f4ff;
  border-radius: 3px;
  margin-bottom: 20px;
}

.main2 .div-r .ul03 .li01 {
  width: 247px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-indent: 10px;
}

.main2 .div-r .ul03 .li01 font {
  color: #4c4a4a;
  font-size: 12px;
  font-weight: normal;
}

.main2 .div-r .ul03 .li02 {
  width: 232px;
  height: 49px;
  background: url(../images/nav-icon08.png) no-repeat;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 0 15px;
  margin-top: 6px;
}

.main2 .div-r .ul03 .li02 font {
  font-size: 12px;
  text-transform: uppercase;
}

.main2 .div-r .ul03 .li03 {
  width: 232px;
  height: 49px;
  background: url(../images/nav-icon09.png) no-repeat;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 0 15px;
  margin-top: 6px;
}

.main2 .div-r .ul03 .li03 font {
  font-size: 12px;
  text-transform: uppercase;
}

.main2 .div-r .ul03 .li04 {
  width: 232px;
  height: 49px;
  background: url(../images/nav-icon10.png) no-repeat;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 0 0 15px;
  margin-top: 6px;
}

.main2 .div-r .ul03 .li04 font {
  font-size: 12px;
  text-transform: uppercase;
}

.main2 .div-r .ul03 a:hover .li02 {
  box-shadow: 0 0 10px #999;
  transition: 0.2s;
}

.main2 .div-r .ul03 a:hover .li03 {
  box-shadow: 0 0 10px #999;
  transition: 0.2s;
}

.main2 .div-r .ul03 a:hover .li04 {
  box-shadow: 0 0 10px #999;
  transition: 0.2s;
}

.jiejing {
  margin-top: 40px;
}

.jiejing .gra-stu-h2 {
  text-align: center;
  font-size: 36px;
}

.jiejing .gra-stu-h2 .h2-txt {
  font-size: 18px;
  margin-top: 10px;
}

.jiejing .tab {
  margin-top: 46px;
  margin: 0 auto;
  width: 1200px;
}

.jiejing .tab thead {
  background: #e53540;
}

.jiejing .tab thead th {
  background-color: #223eb3;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  border-right: 1px solid #fff;
}

.jiejing .tab tbody {
  background: #fff;
}

.jiejing .tab tbody tr:nth-of-type(even) {
  background: #fffcf7;
}

.jiejing .tab tbody td {
  border-right: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 20px;
  color: #172c70;
  text-align: center;
  padding: 10px;
}

.jiejing .tab tbody .lef {
  font-size: 18px;
  font-weight: bold;
  color: #223eb3;
}

.jiejing .tab .star-bx {
  padding-left: 5px;
  padding-right: 0;
}

.jiejing .tab .star-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/star_ico.png") no-repeat;
}

.jiejing .tab .lka-bx .zx-lka {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  color: #db1922;
  border: 1px solid #db1922;
  border-color: #db1922;
  background: -webkit-linear-gradient(left, #db1922, #db1922) no-repeat;
  background: linear-gradient(to right, #db1922, #db1922) no-repeat;
  background-size: 0% 100%;
  transition: all 0.4s;
  border: 1px solid #ea9215;
}

.jiejing .tab .lka-bx .zx-lka:hover {
  color: #fff;
  background-size: 100% 100%;
}

.main3 {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.main3 .text-center {
  text-align: center;
}

.main3 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}

.main3 .lineImg {
  display: block;
  margin: 0 auto;
}

.main3 .block05-nav {
  width: 1200px;
  margin-top: 45px;
  display: flex;
}

.main3 .block05-nav p {
  width: 90px;
  height: 35px;
  line-height: 35px;
  background: #f5f6f8;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 0 21px 0 0;
  transition: 0.2s;
}

.main3 .block05-nav p:hover {
  background: #23416c;
  color: #FFF;
}

.main3 .block05-nav .p-block {
  background: #23416c;
  color: #FFF;
}

.main3 .block05-cont {
  width: 1200px;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}

.main3 .block05-cont ul {
  width: 350px;
  height: 140px;
  background: #f5f6f8;
  border-radius: 3px;
  margin: 0 75px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main3 .block05-cont ul .li01 {
  width: 350px;
  height: 25px;
  line-height: 25px;
  background: url(../images/yuanxiao-bg01.png) no-repeat top right;
  font-size: 15px;
  color: #FFF;
  text-align: right;
}

.main3 .block05-cont ul .li02 {
  margin-left: 21px;
}

.main3 .block05-cont ul .li03 {
  width: 221px;
  color: #333333;
}

.main3 .block05-cont ul .li03 .p01 {
  float: left;
  margin: 0;
  font-size: 20px;
}

.main3 .block05-cont ul .li03 .p02 {
  float: left;
  width: 170px;
}

.main3 .block05-cont ul .li03 .p02 a {
  display: block;
  float: left;
  width: 48px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 3px;
  background: #FFF;
  color: #333333;
  margin: 7px 7px 0 0;
  transition: 0.2s;
}

.main3 .block05-cont ul .li03 .p02 a:hover {
  background: #5e80b1;
  color: #FFF;
  text-decoration: none;
}

.main3 .btn-a {
  display: block;
  width: 230px;
  height: 45px;
  line-height: 45px;
  background: #cfaa5c;
  border-radius: 3px;
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
  transition: 0.2s;
  text-align: center;
}

.main3 .btn-a:hover {
  background: none;
  border: 1px solid #cfaa5c;
  color: #cfaa5c;
  text-decoration: none;
}

.main4 {
  width: 100%;
  background: url("../images/guoshuo-bg.jpg") no-repeat;
  background-size: 100%;
  padding-top: 1px;
}

.main4 .text-center {
  text-align: center;
}

.main4 .lineImg {
  display: block;
  margin: 0 auto;
}

.main4 .main4Content {
  box-shadow: 2px 2px 10px #999;
}

.main4 .main4Content .block06Con {
  display: flex;
  justify-content: space-between;
}

.main4 .main4Content .block06Con .block06-nav {
  width: 190px;
}

.main4 .main4Content .block06Con .block06-nav p {
  width: 190px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #f5f6f8;
  background: #FFF;
  margin: 0;
  transition: 0.2s;
  cursor: pointer;
}

.main4 .main4Content .block06Con .block06-nav p:hover {
  background: #23416c;
  color: #fff;
}

.main4 .main4Content .block06Con .block06-nav .p-active {
  background: #23416c;
  color: #FFF;
}

.main4 .main4Content .block06Con .block06-div01 {
  width: 100%;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
}

.main4 .main4Content .block06Con .block06-div01 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main4 .main4Content .block06Con .block06-div01 div ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(33% - 60px);
  height: 162px;
  border-radius: 5px;
  background: #FFF;
  padding: 18px 0 0 40px;
  /* margin: 30px; */
  margin-top: 30px;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li01 {
  width: 198px;
  text-align: left;
  color: #23416c;
  font-size: 20px;
  margin-top: 15px;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li01 font {
  font-size: 12px;
  color: #a9a9a9;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li02 {
  font-size: 60px;
  font-family: myFirstFont02;
  color: #ededed;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li03 {
  width: 272px;
  display: flex;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li03 a {
  display: block;
  width: 110px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #23416c;
  border: 1px solid #23416c;
  border-radius: 3px;
  margin-right: 25px;
  transition: 0.2s;
}

.main4 .main4Content .block06Con .block06-div01 div ul .li03 a:hover {
  background: #23416c;
  color: #FFF;
  text-decoration: none;
}

.main4 .main4Content .a01 {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #cfaa5c;
  border-radius: 3px;
  display: block;
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 300px;
  transition: 0.2s;
  text-align: center;
}

.main4 .main4Content .a01:hover {
  background: none;
  border: 1px solid #cfaa5c;
  color: #cfaa5c;
  text-decoration: none;
}

.yy_part1 {
  margin: 0 auto;
  padding: 15px 0 0px;
  width: 1200px;
}

.yy_part1 .div1 {
  display: flex;
  justify-content: space-between;
}

.yy_part1 .part1_div {
  background: #fafcfd;
  border-radius: 10px;
  transition: 0.5s ease;
  width: 380px;
}

.yy_part1 .part1_div ul {
  line-height: 42px;
  padding: 0 15px 15px;
}

.yy_part1 .part1_div ul strong {
  font-weight: normal;
}

.yy_part1 .part1_div li {
  border-bottom: 1px dotted #d3dee9;
}

.yy_part1 .part1_div li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yy_part1 .part1_div li a:before {
  content: "·";
  font-weight: bold;
  color: #2b7ed2;
  margin-right: 8px;
}

.yy_part1 .part1_div li a:hover {
  color: #2b7ed2;
}

.yy_part1 .part1_div li:last-child {
  border: 0;
}

.yy_part1 .tit {
  font-weight: bolder;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
}

.yy_part1 .tit span {
  display: block;
}

.yy_part1 .tit .span1 {
  line-height: 60px;
  font-size: 40px;
  position: relative;
  z-index: 2;
}

.yy_part1 .tit .span1 strong {
  color: #2b7ed2;
}

.yy_part1 .tit .span1 i {
  width: 100px;
  height: 4px;
  display: block;
  margin: 0 auto;
  background: #fb500a;
  opacity: 0.5;
}

.yy_part1 .tit .span2 {
  line-height: 33px;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  border-radius: 30px;
  background: #fc510b;
  color: #fff;
}

.yy_part1 .tit .span3 {
  line-height: 50px;
  font-size: 24px;
  color: #666;
  font-weight: normal;
}

.yy_part1 .part1_tit {
  line-height: 35px;
  padding: 15px 15px 10px;
  text-transform: uppercase;
  position: relative;
}

.yy_part1 .part1_tit span {
  display: block;
}

.yy_part1 .part1_tit .span1 {
  font-size: 18px;
  font-weight: bold;
}

.yy_part1 .part1_tit .span1 i {
  width: 50px;
  height: 2px;
  display: block;
  background: #e3e9f0;
  display: block;
}

.yy_part1 .part1_tit .span2 {
  width: 70px;
  line-height: 40px;
  background: #cee3f7;
  color: #fff;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 0;
  right: 15px;
}

.xxi_con {
  width: 1200px;
  margin: 0px auto 0px;
  display: flex;
  justify-content: space-between;
}

.xxi_con .xxi_l {
  width: 340px;
}

.xxi_con .xxi_l .xxi_mc {
  overflow: hidden;
}

.xxi_con .xxi_l .xxi_mc a {
  float: left;
  width: 94px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #5a5762;
  text-align: center;
  background-color: #dadada;
  margin: 30px 13px 0 0;
}

.xxi_con .xxi_l .xxi_mc a:hover {
  opacity: 0.9;
}

.xxi_con .xxi_mid {
  width: 540px;
}

.xxi_con .xxi_mid h3 {
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #5a5762;
  padding-left: 14px;
}

.xxi_con .xxi_mid a {
  display: block;
  overflow: hidden;
  height: 42px;
}

.xxi_con .xxi_mid a span,
.xxi_con .xxi_mid a em {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #505158;
  overflow: hidden;
}

.xxi_con .xxi_mid a span {
  width: 375px;
  margin-right: 7px;
}

.xxi_con .xxi_mid a em {
  width: 115px;
}

.xxi_con .xxi_mid a em i {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  color: #fb7692;
  margin-top: -3px;
}

.xxi_con .xxi_mid h3,
.xxi_con .xxi_r h3 {
  margin-bottom: 20px;
}

.xxi_con .xxi_mid a:hover span,
.xxi_con .xxi_ra1:hover span {
  color: #768efb;
}

.xxi_con .xxi_r {
  width: 300px;
}

.xxi_con .xxi_r .xxi_ra1 {
  display: block;
  height: 42px;
  overflow: hidden;
}

.xxi_con .xxi_r .xxi_ra1 span,
.xxi_con .xxi_r .xxi_ra1 i {
  float: left;
  height: 42px;
  overflow: hidden;
}

.xxi_con .xxi_r .xxi_ra1 span {
  width: 270px;
  line-height: 42px;
  font-size: 16px;
  color: #505158;
}

.xxi_con .xxi_r .xxi_ra1 i {
  width: 11px;
  margin-left: 5px;
}

.xxi_con .xxi_r .xxi_ra2 {
  display: block;
  width: 92px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #f33f47;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 5px;
}

.main5 {
  padding: 20px 0;
}

.main5 .tit {
  font-weight: bolder;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}

.main5 .tit span {
  display: block;
}

.main5 .tit .span1 {
  line-height: 60px;
  font-size: 40px;
  position: relative;
  z-index: 2;
}

.main5 .tit .span1 strong {
  color: #2b7ed2;
}

.main5 .tit .span1 i {
  width: 100px;
  height: 4px;
  display: block;
  margin: 0 auto;
  background: #fb500a;
  opacity: 0.5;
}

.main5 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.main6 {
  padding: 20px 0;
  background: #2b7ed2;
}

.main6 .tit {
  font-weight: bolder;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 0px;
  color: #fff;
}

.main6 .tit span {
  display: block;
}

.main6 .tit .span1 {
  line-height: 60px;
  font-size: 40px;
  position: relative;
  z-index: 2;
}

.main6 .tit .span1 strong {
  color: #fc510b;
}

.main6 .tit .span1 i {
  width: 100px;
  height: 4px;
  display: block;
  margin: 0 auto;
  background: #fb500a;
  opacity: 1;
}

.main6 .tit .span2 {
  line-height: 33px;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  border-radius: 30px;
  background: #fc510b;
  color: #458fd9;
}

.main6 .tit .span3 {
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.main6 ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main6 ul li {
  width: 25%;
  margin: 15px auto;
}

.main6 ul li a {
  margin: 0 10px;
  padding: 20px 30px 30px;
  display: block;
  background: #fff;
  transition: 0.5s ease;
}

.main6 ul li a:hover {
  background: #edf4fb;
  transform: scale(1.1);
}

.main6 ul li span {
  display: block;
}

.main6 ul li .span1 {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}

.main6 ul li p {
  line-height: 25px;
  height: 50px;
  color: #999;
  margin: 5px auto;
}

.main6 ul li .span2 {
  line-height: 35px;
  border-radius: 20px;
  background: #2b7ed2;
  color: #fff;
}

.main7 {
  background-color: #f5f6f8;
  padding: 30px 0px;
}

.main7 .text-center {
  text-align: center;
}

.main7 .container {
  margin: 0 auto;
}

.yy_part9 {
  padding: 40px 0 30px;
  text-align: center;
  color: #fff;
  background: url("../images/part9_bg.jpg") top center no-repeat;
  background-size: 1920px 100%;
}

.yy_part9 .tit {
  font-weight: bolder;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.yy_part9 .tit span {
  display: block;
}

.yy_part9 .tit .span1 {
  line-height: 60px;
  font-size: 40px;
  position: relative;
  z-index: 2;
}

.yy_part9 .tit .span1 strong {
  color: #fb500a;
}

.yy_part9 .tit .span1 i {
  width: 100px;
  height: 4px;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  background: #fff;
}

.yy_part9 .tit .span2 {
  line-height: 33px;
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
  border-radius: 30px;
  background: #fc510b;
  color: #fff;
}

.yy_part9 .tit .span3 {
  line-height: 50px;
  font-size: 24px;
  color: #666;
  font-weight: normal;
}

.yy_part9 .p1 {
  line-height: 40px;
  font-size: 18px;
  background: rgba(40, 111, 175, 0.4);
  margin: 0 60px;
  color: #fff;
}

.yy_part9 form {
  padding: 15px 0;
}

.yy_part9 form input {
  outline: none;
}

.yy_part9 form .span1 {
  color: #fff;
  font-size: 18px;
}

.yy_part9 .div1 {
  text-align: center;
}

.yy_part9 .div1 p {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 2%;
}

.yy_part9 .div1 input {
  width: 60%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #E5E5E5;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.yy_part9 .div2 {
  text-align: center;
}

.yy_part9 .div2 span {
  color: #fff;
}

.yy_part9 .div2 input {
  width: 15px;
  height: 15px;
  -webkit-appearance: checkbox;
  border: 1px solid #E5E5E5;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.yy_part9 .div2 input[type="checkbox"] {
  appearance: checkbox;
  background-color: #00af50;
  cursor: default;
  box-sizing: border-box;
  margin: 5px;
  padding: initial;
  border: #00af50;
  margin-left: 20px;
}

.yy_part9 .div2 i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.yy_part9 .div3 input {
  cursor: pointer;
  width: 30%;
  height: 50px;
  font-size: 20px;
  border: 0;
  border-radius: 30px;
  display: block;
  color: #fff;
  background: #fb500a;
  margin: 15px auto 0;
}

.yy_part9 .div3 input:hover {
  background: #ffb400;
}


.freeSchool { padding: 0 0 27px; width: 1200px; margin: 0 auto; margin: 30px auto; }

.freeSchool .medium-title { text-align: center; }

.freeSchool .medium-title p { font-size: 40px; font-family: Microsoft YaHei; font-weight: bold; color: #ed1e26; line-height: 67px; }

.freeSchool-box .nav { width: 1200px; margin: 70px auto 52px; height: 74px; line-height: 74px; background: #f5f5f5; position: relative; margin-bottom: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: space-around; padding-left: 90px;    width: calc(100% - 90px);}
.freeSchool-box .nav .icon{position: absolute;top: -10px;left: 0;}

.freeSchool-box .nav-item { cursor: pointer; padding:0px 19px; font-size: 18px; font-family: Microsoft YaHei; font-weight: 400; color: #191f43; }

.freeSchool-box .nav .active { background: #273992; color: #fff; position: relative; }

.freeSchool-box .nav .active::after { content: ''; width: 0; height: 0; border-width: 8px 8px 0; border-style: solid; border-color: #273992 transparent transparent; position: absolute; bottom: -12px; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li-detail { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li { display: none; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .yuyue { cursor: pointer; position: absolute; bottom: -64px; right: 0; width: 162px; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail { width: 640px; padding-top: 15px; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail h4 { font-size: 24px; font-weight: bold; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail .des { color: #666666; font-size: 14px; line-height: 1.6; margin: 20px 0; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail .box-list li { margin-bottom: 10px; position: relative; padding-left: 20px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail .box-list li::after { width: 6px; height: 6px; position: absolute; top: 6px; left: 0; content: ''; background: #d92912; border-radius: 50%; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail .zs { margin-top: 20px; width: 140px; height: 39px; background: #ffffff; -webkit-box-shadow: 0px 6px 8px 0px rgba(49, 49, 49, 0.17); box-shadow: 0px 6px 8px 0px rgba(49, 49, 49, 0.17); border-radius: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; font-family: Microsoft YaHei; font-weight: 400; color: #313131; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .detail .zs img { width: 18px; margin-right: 11px; }

.freeSchool-box .freeSchool-content .freeSchool-ul .freeSchool-li .bgm { position: absolute; top: 0; left: 0; z-index: -1; width: 1233px; }

/* 在Chrome浏览器下 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
/* 在Firefox浏览器下 */
input[type="number"]{
-moz-appearance: textfield;
}
.body_mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.login_wrap {
  width: 600px;
  height: 320px;
  opacity: 1;
  background: #ffffff;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 111;
  border-radius: 10px;
}
.login_wrap .header_login {
  width: 600px;
  height: 40px;
  opacity: 1;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 40px;
  border-radius: 10px 10px 0px 0px;
}
.login_wrap .login_content_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login_wrap .login_content {
  padding-top: 25px;
}
.login_wrap .login_content .user_name,
.login_wrap .login_content .mobile,
.login_wrap .login_content .v_code {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.login_wrap .login_content .user_name span,
.login_wrap .login_content .mobile span,
.login_wrap .login_content .v_code span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 16px;
  color: #000000;
  margin-right: 8px;
}
.login_wrap .login_content .user_name span::before,
.login_wrap .login_content .mobile span::before,
.login_wrap .login_content .v_code span::before {
  content: '*';
  color: red;
}
.login_wrap .login_content .user_name input,
.login_wrap .login_content .mobile input,
.login_wrap .login_content .v_code input {
  width: 280px;
  height: 40px;
  opacity: 1;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 15px;
}
.login_wrap .login_content .user_name input:focus,
.login_wrap .login_content .mobile input:focus,
.login_wrap .login_content .v_code input:focus {
  outline: none;
  /* 移除默认的轮廓线 */
  border-color: none;
  /* 设置边框颜色 */
  box-shadow: none;
  /* 如果需要，移除默认的阴影 */
  /* 其他你想要的样式 */
}
.login_wrap .login_content .v_code input {
  width: 190px;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
}
.login_wrap .login_content .v_code input:focus {
  outline: none;
  /* 移除默认的轮廓线 */
  border-color: none;
  /* 设置边框颜色 */
  box-shadow: none;
  /* 如果需要，移除默认的阴影 */
  /* 其他你想要的样式 */
}
.login_wrap .login_content .v_code .get_code {
  width: 90px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 2px;
  background: #FF7956;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.login_wrap .submit {
  cursor: pointer;
  width: 280px;
  height: 40px;
  opacity: 1;
  border-radius: 2px;
  background: #FF7956;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 40px;
  color: #ffffff;
  margin-left: 64px;
  margin-top: 25px;
}
.login_wrap .login_agree {
  margin-top: 20px;
  font-size: 12px;
  margin-left: 10px;
}

.login_wrap .login_agree span {
  color: #FF7956;
}

