input {
  border-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
.color-bg {
  background: #F6F6F6;
  padding-bottom: 3rem;
  margin-bottom: -3rem;
}
.content-box {
  background: #f5f5f5;
}
.position-re {
  position: relative;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.am-list li {
  border-color: #f5f5f5;
}
.main-btn {
  background: #ff9900;
  color: #fff;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:focus {
  color: #fff;
}
.main-txt-color {
  color: #FF8201;
  line-height: 1.3rem;
}
.main-txt-color:hover {
  color: #FF8201;
}
.muted-txt-color {
  color: #5393FD;
}
img {
  width: 100%;
}
.text-indent {
  text-indent: 2em;
}
a {
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #333;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.am-container {
  max-width: 1200px;
}
header {
  padding: 1rem 0;
}
.navlist {
  background: #092d84;
}
.navlist a {
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.navlist a:hover {
  background: #ff9900;
}
.navlist .active {
  background: #ff9900;
}
.item-box {
  padding: 5rem 0;
}
.item-box .item-title {
  text-align: center;
  font-size: 30px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background: url('../images/item-pic.png') no-repeat center bottom;
}
.item-box .item-tab a {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  background: #999999;
  color: #fff;
  line-height: 3.2rem;
  margin: 0 1rem;
}
.item-box .item-tab a:hover {
  background: #092D84;
  color: #fff;
}
.item-box .item-tab .active {
  background: #092D84;
}
.item-box .item-tab-info {
  display: none;
}
.item-box .item-tab-info .tab-title {
  text-align: center;
}
.item-box .item-tab-info .tab-title small {
  display: block;
  color: #999;
}
.item-box .item-tab-info .tab-info ul {
  margin: 0 -2rem;
}
.item-box .item-tab-info .tab-info ul li {
  padding: 0 2rem;
}
.item-box .item-tab-info .tab-info ul li p {
  color: #666;
}
.item-box .item-tab-info .tab-info .pic {
  overflow: hidden;
  display: block;
  border-radius: 1000px;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.item-box .item-tab-info .tab-info .pic img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-box p {
  margin: 0.5rem 0;
}
.item-box a:hover {
  color: #ff9900;
}
.item-box .bottom-border {
  border-bottom: 1px solid #ddd;
}
.bg {
  position: relative;
}
.bg .top-bg {
  background: url('../images/top-bg.jpg') no-repeat top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bg .bottom-bg {
  background: url('../images/bottom-bg.jpg') no-repeat bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.class-bg {
  background: url('../images/class-bg.jpg') no-repeat;
  background-size: 100% 100%;
}
.class-box .item-title {
  color: #fff;
}
.class-box ul {
  margin: 0 -3rem;
}
.class-box ul li {
  padding: 0 3rem;
}
.class-box .class-pic {
  border-radius: 1000px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.class-box .class-pic img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.class-box .class-title {
  text-align: center;
  font-size: 24px;
  margin-top: 1rem;
  color: #FFF;
}
.class-box .class-info {
  padding-left: 25%;
  margin: 1.5rem 0;
}
.class-box .class-info a {
  display: block;
  font-size: 18px;
  color: #FFF;
}
.class-box .main-btn {
  margin-top: 2rem;
}
.class-box .main-btn:hover {
  color: #fff !important;
}
.teacher-box ul li .tec-item {
  margin: 1rem;
  background: #fff;
  padding: 1.5rem 0;
}
.student-box ul {
  margin: 0 -2rem;
}
.student-box ul li {
  padding: 0 2rem;
}
.ad-box img {
  width: 100%;
}
.news-box .pic {
  max-width: 80%;
  margin: 0 auto;
}
.news-box ul {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
}
.news-box ul:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.9rem;
  top: 0;
  background: #999;
}
.news-box ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.news-box ul li:before {
  content: '';
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 1000px;
  background: #999;
  display: block;
  border: 5px solid #fff;
  left: 0;
  top: 0.2rem;
  z-index: 99;
}
footer {
  background: #092d84;
  padding: 2rem 0;
  color: #fff;
}
footer p {
  margin: 0.5rem 0;
}
footer ul li {
  padding: 0 1rem;
  color: #fff;
}
footer ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.kclr {
  margin: 3rem 0;
}
.kclr .kclr-info {
  padding: 2.3rem 1.5rem;
  background: #ffefc0;
  text-align: center;
}
.kclr .kclr-info img {
  width: auto;
}
.kclr .kclr-info p {
  text-align: left;
  padding-left: 25%;
  color: #666;
}
.kclr ul li {
  padding: 0 1rem 1rem 0rem !important;
}
.kcsh .tab-info {
  margin-top: 5rem;
}
.kcsh .tab-info ul li {
  margin-bottom: 2rem;
}
.kcsh .tab-info .icon {
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  background: #ff9900;
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  border-radius: 1000px;
}
.kcsh .tab-info p {
  display: inline-block;
  width: 70%;
  margin-left: 2rem;
}
.jchg .tab-info {
  margin-top: 5rem;
}
.jchg .tab-info .pic {
  height: 310px !important;
  overflow: hidden;
  border-radius: 0 !important;
  padding: 0 0.5rem !important;
}
.jchg .tab-info .pic img {
  width: 100% !important;
  position: relative !important;
}
.jchg .tab-info ul {
  margin: 0 !important;
}
.jchg .tab-info ul li {
  padding: 0 0.5rem !important;
  height: 150px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.yyys .kcbj p {
  text-indent: 2em;
}
.yyys ul {
  margin-top: -25rem;
  margin-bottom: 10rem;
}
.yyys ul li {
  padding: 0.5rem;
}
.yyys ul li img {
  border-radius: 5px;
  border: 2px solid #ff9900;
}
.newslist-box li {
  padding: 2rem 0;
  border-bottom: 1px dashed #ddd;
}
.newslist-box li:hover {
  background: #f1f1f1;
}
.newslist-box .title {
  color: #666;
  font-size: 1.8rem;
}
.newslist-box .info {
  color: #666;
}
.newslist-box .more {
  color: #ff9900;
}
.pagelist {
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}
.pagelist a {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  color: #666;
}
.pagelist a:hover {
  background: #ff9900;
  color: #fff;
  border-color: #ff9900;
}
.pagelist .active {
  background: #ff9900;
  color: #fff;
  border-color: #ff9900;
}
.szll ul {
  margin: 15% -2rem 0;
}
.szll ul li {
  padding: 1rem 2rem;
}
.szll .szll-item {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 500px;
  margin-bottom: 10rem;
}
.szll .szll-item .pic {
  border-radius: 1000px;
  overflow: hidden;
  margin: -40% 3rem 5%;
}
.szll .szll-item .name {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.szll .szll-item .name small {
  display: block;
}
.szll .szll-item .info {
  font-size: 1.4rem;
}
.newsinfo {
  padding: 2rem;
  border: 1px solid #ddd;
  min-height: 500px;
}
.newsinfo .title {
  text-align: center;
}
.newsinfo .mes {
  text-align: center;
}
.newsinfo .mes span {
  margin: 0 1rem;
}
.newsinfo .info {
  margin: 1rem;
}
.hot-newslist {
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  box-shadow: 0 0 5px #ddd;
}
.hot-newslist .title {
  border-left: 3px solid #ff9900;
  padding-left: 1rem;
}
.hot-newslist ul {
  margin: 1rem 0;
  padding: 0;
}
.hot-newslist ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.contact-box {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 50px;
}
.contact-box .contact-title {
  text-align: center;
}
.contact-box .contact-title span {
  background: #fff;
  padding: 5px 10px;
  font-size: 24px;
}
.contact-box .contact-title .select-box {
  text-align: center;
}
.contact-box .contact-title .select-box a {
  padding: 8px 20px;
  background: #999999;
  color: #fff;
  margin: 0 20px;
}
.contact-box .contact-title .select-box .active {
  background: #5292fe;
}
.contact-box .line {
  width: 30%;
  height: 1px;
  background: #ddd;
  margin: -15px auto 50px;
}
.contact-box .contact-item {
  margin: 100px 0 50px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.contact-box .contact-item span {
  font-size: 20px;
  display: block;
  margin: 10px 0;
}
.contact-box .contact-item p {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.contact-box .contact-item .contact-item-1 {
  background: #fff0f0;
  color: #ff6363;
  padding: 10px;
  height: 250px;
}
.contact-box .contact-item .contact-item-2 {
  background: #e8fdff;
  height: 250px;
  padding: 10px;
  color: #2ddaff;
}
.contact-box .contact-item .contact-item-3 {
  background: #f5ffe0;
  height: 250px;
  padding: 10px;
  color: #62cf2d;
}
.contact-box .contact-item .contact-item-4 {
  background: #e8f7ff;
  height: 250px;
  color: #34b6ff;
  padding: 10px;
}
.contact-box .contact-form {
  width: 500px;
  margin: 0 auto;
}
.contact-box .contact-form .form-control {
  margin-top: 20px;
  border: 0;
  background: #f5f5f5;
  box-shadow: 0 0 0;
}
.contact-box .contact-form .form-control placeholder {
  color: #58c1f0;
}
.contact-box .contact-form .sub-btn {
  margin-top: 20px;
}
.contact-box .server-list li {
  border-bottom: 1px solid #ddd;
  padding: 40px;
}
.contact-box .newslist li:hover {
  background: #fafafa;
  box-shadow: 0 0 20px #ddd;
}
.contact-box .newslist li:hover .media-heading a {
  color: #ff4400;
}
.contact-box .newslist .media .media-left {
  padding: 0 50px 0 20px;
}
.contact-box .newslist .media-heading a {
  color: #ff8300;
}
.contact-box .newslist .media-object {
  width: 100px;
}
.contact-box .newslist .media-body .more {
  display: block;
  color: #ff8300;
  margin-top: 10px;
  text-align: right;
}
.contact-box .newstype {
  margin-top: 80px;
}
.contact-box .newstype .newstype-name {
  border-left: 5px solid #FF8200;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.contact-box .newstype ul li {
  padding: 8px 0;
}
.contact-box .newstype ul li span {
  font-size: 12px;
  color: #FF8200;
}
.contact-box .newstype ul li a {
  color: #666;
}
.contact-box .newstype ul li a:hover {
  color: #FF8200;
}
.contact-box .newstype .media .media-left img {
  width: 50px;
}
.ab-item .ab-item-1 {
  overflow: hidden;
  background: url('../images/about-1.png') no-repeat center top;
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.ab-item .ab-item-1 .info {
  margin-top: 2rem;
}
.ab-item .ab-item-2 {
  overflow: hidden;
  background: url('../images/about-2.png') no-repeat center top;
  padding-top: 11rem;
  padding-bottom: 5rem;
}
.ab-item .ab-item-2 .info {
  margin-top: 2rem;
}
.ab-item .ab-item-3 {
  overflow: hidden;
  background: url('../images/about-3.png') no-repeat center top;
  padding-top: 11rem;
  padding-bottom: 5rem;
}
.ab-item .ab-item-3 ul li {
  padding: 0.2rem;
}
.jgys .jgys-item-1 {
  background: url('../images/jgys-1.png') no-repeat center top;
  padding-top: 12rem;
  min-height: 514px;
  position: relative;
  overflow: hidden;
}
.jgys .jgys-item-1 .info {
  margin: 5rem 50%  5rem 0;
}
.jgys .jgys-item-1 .info .title {
  font-weight: 600;
}
.jgys .jgys-item-1 .info p {
  color: #999;
}
.jgys .jgys-item-1 .more {
  padding: 1rem 3rem;
  border-radius: 50%;
  background: #a4c1e2;
  color: #fff;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
}
.jgys .jgys-item-1 .more:hover {
  background: #7dade4;
}
.jgys .jgys-item-2 {
  background: url('../images/jgys-2.png') no-repeat center top;
  padding-top: 7rem;
  min-height: 495px;
  position: relative;
  overflow: hidden;
}
.jgys .jgys-item-2 .info {
  margin: 5rem 0 5rem 50%;
}
.jgys .jgys-item-2 .info .title {
  font-weight: 600;
}
.jgys .jgys-item-2 .info p {
  color: #999;
}
.jgys .jgys-item-2 .more {
  padding: 1rem 3rem;
  border-radius: 50%;
  background: #a4c1e2;
  color: #fff;
  position: absolute;
  left: 30%;
  bottom: 6rem;
}
.jgys .jgys-item-2 .more:hover {
  background: #7dade4;
}
.jgys .jgys-item-3 {
  background: url('../images/jgys-3.png') no-repeat center top;
  padding-top: 12rem;
  min-height: 495px;
  position: relative;
  overflow: hidden;
}
.jgys .jgys-item-3 .info {
  margin: 5rem 50% 5rem 0;
}
.jgys .jgys-item-3 .info .title {
  font-weight: 600;
}
.jgys .jgys-item-3 .info p {
  color: #999;
}
.jgys .jgys-item-3 .more {
  padding: 1rem 3rem;
  border-radius: 50%;
  background: #a4c1e2;
  color: #fff;
  position: absolute;
  left: 30%;
  bottom: 6rem;
}
.jgys .jgys-item-3 .more:hover {
  background: #7dade4;
}
.zb-diss {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rbga(0, 0, 0, 0.5);
}
