<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 箭头
arrow(direction,
size,
color);
*/
/*网站常用css样式*/
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fl, .proshow-item .formgroup .col-6 {
  float: left;
}

.fr {
  float: right;
}

.clearfix, .newsList li, .newsList li .wz h3, .proshow-item .formgroup .col-12 {
  *zoom: 1;
}
.clearfix:after, .newsList li:after, .newsList li .wz h3:after, .proshow-item .formgroup .col-12:after {
  content: '';
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #ff7300;
}

.dpib {
  font-size: 0;
  text-align: justify;
}
.dpib:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}

.tow, .position, .newsList li .wz h3 a, .article-info, .np .next,
.np .prev, .page-pro-item li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

html {
  font-size: 125%;
  font-family: "Microsoft YaHei";
  overflow-x: hidden;
  color: #4c4c4c;
}

ul li {
  list-style: none;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

/*flexslider banner 样式*/
.flexslider {
  position: relative;
  height: 612px;
  overflow: hidden;
  background: url(../images/flexSliderImg/loading.gif) 50% no-repeat;
}
.flexslider .slides {
  position: relative;
  z-index: 1;
}
.flexslider .slides li {
  height: 612px;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}
.flexslider .flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  cursor: pointer;
}
.flexslider .flex-control-nav .flex-active {
  background: #ff7300;
}
.flexslider .flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flexslider .flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flexslider .flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/flexSliderImg/prev.png) center center no-repeat;
}
.flexslider .flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/flexSliderImg/next.png) center center no-repeat;
}

/* bootstrap 分页样式 */
.pagelist {
  text-align: center;
  font-size: 12px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination &gt; .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination &gt; .disabled &gt; a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*header 头部样式*/
.header {
  background: #fff;
  border-top: 8px solid #ff7300;
}
.header .logo {
  display: block;
  width: 350px;
  height: 72px;
  vertical-align: middle;
  padding-top: 6.5px;
}
.header .navMenu {
  width: 900px;
  font-size: 0;
}
.header .navMenu .navMenu-bg {
  display: inline-block;
  width: 43px;
  height: 72px;
  vertical-align: top;
}
.header .navMenu &gt; li {
  display: inline-block;
  padding: 0 14px;
  position: relative;
  text-align: center;
}
.header .navMenu &gt; li &gt; a {
  display: block;
  width: 100%;
  line-height: 72px;
  font-size: 0.8rem;
  color: #565455;
}
.header .navMenu &gt; li &gt; a:hover {
  color: #ff7300;
}
.header .navMenu &gt; li:hover .subMenu {
  display: block;
}
.header .navMenu .subMenu {
  display: none;
  position: absolute;
  width: 180%;
  z-index: 10;
  background: #ff7300;
  left: -42px;
}
.header .navMenu .subMenu &gt; li {
  position: relative;
  font-size: 0.81rem;
  line-height: 1.75rem;
  color: #fff;
}
.header .navMenu .subMenu &gt; li:hover {
  background: #e56700;
}
.header .navMenu .subMenu &gt; li:hover .threeMenu {
  display: block;
}
.header .navMenu .subMenu &gt; li a:hover {
  color: #fff;
}
.header .navMenu .threeMenu {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  background: #e56700;
}
.header .navMenu .threeMenu &gt; li {
  font-size: 0.72rem;
  line-height: 1.5rem;
  color: #fff;
}
.header .navMenu .threeMenu &gt; li:hover {
  background: #cc5c00;
}
.header .navMenu .threeMenu &gt; li a:hover {
  color: #fff;
}

/*首页标题样式*/
.in-title {
  margin-bottom: 25px;
}
.in-title h3 {
  text-align: center;
  color: #dd4f24;
  font-size: 1.5rem;
  background: url(../images/in-title-bg.png) center no-repeat;
}
.in-title h4 {
  text-align: center;
  font-size: 1.2rem;
  color: #5a5a5a;
  text-transform: capitalize;
  font-weight: normal;
  text-indent: 5.5rem;
}
.in-title h4:first-letter {
  color: #f53e16;
}

/*圣陶简介简介样式*/
.in-about {
  padding-top: 70px;
}
.in-about .about-info h3 {
  background: url(../images/title-bg.png) left center no-repeat;
  font-size: .9rem;
  color: #379fd4;
  padding-left: 50px;
  margin-bottom: .5rem;
}
.in-about .about-info p {
  padding: 0 20px;
}
.in-about .about-info .more {
  font-size: .7rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #f53e16;
  color: #fff;
  margin: 10px 30px 0 0;
}
.in-about .about-js {
  width: 838px;
  height: 503px;
  background: url(../images/index1.png);
  padding: 46px 0 0 98px;
}
.in-about .about-js .about-info {
  width: 450px;
  height: 287px;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 0;
  border-radius: 10px;
}
.in-about .about-video {
  width: 450px;
}
.in-about .about-video .video {
  width: 100%;
  height: 237px;
  margin-bottom: 25px;
}
.in-about .about-video .about-info {
  height: 242px;
  border-bottom: 4px solid #f53f17;
}
.in-about .about-video .about-info p {
  height: 150px;
}
.in-about .about-video .about-info .more {
  margin-right: 20px;
}

/*创新教育*/
.index2 {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.index2 .xssj,
.index2 .cxjy {
  width: 50%;
  height: 800px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index2 .xssj:after,
.index2 .cxjy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 11;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.index2 .xssj .img,
.index2 .cxjy .img {
  display: block;
  width: 800px;
  height: 800px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.index2 .xssj .img img,
.index2 .cxjy .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.index2 .xssj .img:after,
.index2 .cxjy .img:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.index2 .xssj .title-more,
.index2 .cxjy .title-more {
  width: 310px;
  height: 130px;
  position: absolute;
  top: calc(50% - 65px);
  color: #fff;
  z-index: 12;
}
.index2 .xssj .title-more h3,
.index2 .cxjy .title-more h3 {
  font-size: 1.8rem;
  height: 3.5rem;
  padding-top: 5px;
  font-weight: normal;
}
.index2 .xssj .title-more .more,
.index2 .cxjy .title-more .more {
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  font-size: 1.2rem;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.index2 .xssj .title-more .more:hover,
.index2 .cxjy .title-more .more:hover {
  background: #efefef;
}
.index2 .xssj:hover:after,
.index2 .cxjy:hover:after {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.index2 .xssj:hover .img,
.index2 .cxjy:hover .img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.index2 .xssj .title-more {
  right: 120px;
}
.index2 .xssj .title-more h3 {
  background: url(../images/xssj-bg.png) left bottom no-repeat;
}
.index2 .xssj .title-more .more {
  color: #f5421b;
  margin-top: 13px;
  margin-left: 35px;
}
.index2 .cxjy .title-more {
  left: 105px;
  text-align: right;
}
.index2 .cxjy .title-more h3 {
  background: url(../images/cxjy-bg.png) right top no-repeat;
  line-height: 4rem;
}
.index2 .cxjy .title-more .more {
  color: #ffd222;
  margin-bottom: 15px;
  margin-right: 35px;
}
.index2 .middle-logo {
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -120px;
    margin-left: -120px;
    border-radius: 50%;
    z-index: 50;
    padding: 45px 0 0 50px;
}
/*background: #4aa7d7;*/
/*企业近况*/
.qyjk {
  padding: 70px 0;
}
.qyjk .qyjk-tx {
  position: relative;
}
.qyjk .qyjk-tx .next,
.qyjk .qyjk-tx .prev {
  position: absolute;
  top: 89px;
  display: inline-block;
  width: 38px;
  height: 41px;
}
.qyjk .qyjk-tx .prev {
  left: -38px;
}
.qyjk .qyjk-tx .next {
  right: -38px;
}
.qyjk .qyjk-tx .bd {
  width: 1230px;
  margin: 0 auto;
}
.qyjk .qyjk-tx .bd li {
  float: left;
  width: 376px;
  height: 340px;
  background: #fff;
  margin: 0 15px;
}
.qyjk .qyjk-tx .bd li .img {
  display: block;
  width: 100%;
  height: 216px;
  text-align: center;
  border: 1px solid #c0c0c0;
}
.qyjk .qyjk-tx .bd li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.qyjk .qyjk-tx .bd li .img:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.qyjk .qyjk-tx .bd li .wz {
  width: 100%;
  margin-top: 20px;
}
.qyjk .qyjk-tx .bd li .wz .date {
  width: 70px;
  text-align: center;
  color: #555;
  font-size: 2rem;
  margin: 0 20px;
}
.qyjk .qyjk-tx .bd li .wz .date span {
  display: block;
  font-size: 0.8rem;
  color: #ccc;
  border-top: 1px solid #c8cac9;
  line-height: 40px;
  margin-top: 10px;
}
.qyjk .qyjk-tx .bd li .wz .info {
  width: 260px;
}
.qyjk .qyjk-tx .bd li .wz .info h3 {
  font-size: 14px;
  color: #010101;
  line-height: 2.143;
}
.qyjk .qyjk-tx .bd li .wz .info p {
  font-size: 14px;
  color: #656464;
  line-height: 1.714;
  height: 70px;
  overflow: hidden;
}

/* 通栏*/
.tonglan {
  width: 100%;
  background: #eeeeee;
  padding: 20px;
}

.tl-menu {
  width: 900px;
}
.tl-menu li {
  width: 20%;
  float: left;
  text-align: center;
}
.tl-menu li h3 {
  font-size: 14px;
  color: #565455;
  line-height: 3.429;
  line-height: 1.5;
  margin-bottom: 5px;
}
.tl-menu li h3 a {
  background: url(../images/tl-menu-bg.png) left center no-repeat;
  padding-left: 20px;
}
.tl-menu li p {
  font-size: 14px;
  color: #8b8a8a;
  line-height: 2.143;
  padding-left: 20px;
}

.tl-contact {
  width: 350px;
}
.tl-contact dt {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 2.143;
  font-weight: bold;
}
.tl-contact dd {
  font-size: .7rem;
  color: #2b3737;
  line-height: 1.5rem;
}
.tl-contact dd a {
  display: inline-block;
  margin-right: 5px;
}
.tl-contact dd img {
  vertical-align: middle;
}

.links {
  margin-top: 30px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
  font-size: .7rem;
  color: #8b8a8a;
}
.links h3 {
  font-size: 0.7rem;
  display: inline-block;
  padding-right: 5px;
}
.links a {
  padding-right: 10px;
}

/*页脚*/
.footer {
  background: #ff7300;
  padding: 18px 0;
}
.footer .footer-con {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer .footer-con .cpy {
  display: inline-block;
  margin-right: 20px;
}
.footer .footer-con .jszc:hover {
  color: #010101;
  text-decoration: underline;
}
.footer .footer-con a:hover{
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*返回顶部*/
#backtotop {
  display: none;
  position: fixed;
  z-index: 999;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.3) url(../images/sbtn.png) 0 0 no-repeat;
}
#backtotop:hover {
  background: url(../images/sbtn.png) -50px 0 no-repeat;
}

/*内页banner*/
.pagebanner {
  width: 1600px;
  height: 312px;
  margin: 0 auto;
}

/*面包屑导航*/
.position {
  font-size: 14px;
  color: #505051;
  text-align: right;
  line-height: 45px;
}
.position a:after {
  content: url(../images/position-ht.png);
  padding-left: 5px;
}
.position span {
  color: #ffd221;
}

/*内页主要内容*/
.page-con {
  padding: 20px 0 70px 0;
  width: 100%;
}

.slide {
  width: 250px;
}
.slide .slide-title {
  width: 250px;
  height: 80px;
  background: #4ba7d8;
  text-align: center;
  border-radius: 10px 10px 0 10px;
  position: relative;
}
.slide .slide-title:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 15px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #4ba7d8;
  border-right: none;
  bottom: -15px;
  right: -15px;
}
.slide .slide-title h3 {
  font-size: 1.3rem;
  color: white;
  padding: 15px 0 5px 0;
  font-weight: normal;
}
.slide .slide-title h4 {
  font-size: 1rem;
  font-family: "Arial";
  color: white;
  text-transform: capitalize;
  font-weight: normal;
}
.slide .slide-menu {
  width: 100%;
}
.slide .slide-menu li {
  line-height: 70px;
  text-align: center;
}
.slide .slide-menu li a {
  background: url(../images/side-menu-bg.png) left center no-repeat;
  padding-left: 40px;
  font-size: .9rem;
}
.slide .slide-menu li:hover, .slide .slide-menu li.cur {
  background: #f2f2f2;
}
.slide .slide-menu li:hover a, .slide .slide-menu li.cur a {
  background: url(../images/side-menu-hover-bg.png) left center no-repeat;
  color: #ff7300;
}

.page-conr {
  width: 1030px;
  padding-top: 80px;
}
.page-conr .line {
  width: 100%;
  height: 2px;
  background: #ff7300;
  margin-bottom: 40px;
}
.page-conr .article p {
  font-size: .8rem;
  color: #484747;
  line-height: 2.25;
}
.page-conr .article p img {
  max-width: 100%;
}

/*企业近况*/
.newsList li {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.newsList li .tu {
  display: block;
  width: 200px;
  height: 150px;
  text-align: center;
  border: 1px solid #ccc;
}
.newsList li .tu img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.newsList li .tu:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.newsList li .wz {
  width: 810px;
}
.newsList li .wz h3 {
  font-size: 0.9rem;
  color: #222;
  line-height: 35px;
}
.newsList li .wz h3 a {
  display: inline-block;
  width: 70%;
  float: left;
  text-align: left;
}
.newsList li .wz h3 a:hover {
  text-decoration: underline;
}
.newsList li .wz h3 time {
  display: inline-block;
  width: 25%;
  float: right;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  font-size: 0.7rem;
}
.newsList li .wz .info {
  color: #333;
  margin: 10px 0;
  font-size: 0.7rem;
  line-height: 1.7;
  height: 70px;
  overflow: hidden;
}
.newsList li .wz .more {
  font-size: 0.7rem;
  color: #f00;
}
.newsList li .wz .more:hover {
  text-decoration: underline;
}

/*文章样式*/
.article-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
}

.article-info {
  line-height: 30px;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.article-info span {
  padding-right: 10px;
}

/*上一篇下一篇*/
.np {
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.np .next,
.np .prev {
  font-size: 14px;
  color: #333;
  background: rgba(0, 0, 0, 0.1);
  border-left: 4px solid #ff7300;
  width: 48%;
  padding-left: 10px;
}
.np .next a:hover,
.np .prev a:hover {
  text-decoration: underline;
}

/* 联系我们 */
.contact-tl {
  width: 50%;
}
.contact-tl p {
  font-size: .8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #333;
}
.contact-tl p strong {
  color: #000;
  font-size: 1rem;
}

.contact-tr {
  width: 50%;
}
.contact-tr .input-group {
  margin-bottom: 10px;
}
.contact-tr .input-group input[type="text"],
.contact-tr .input-group textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  font-size: .7rem;
  padding-left: 10px;
}
.contact-tr .input-group textarea {
  height: 150px;
  padding: 10px;
  line-height: 1.5;
}
.contact-tr .input-group input[type="submit"] {
  border: none;
  font-size: .9rem;
  color: #fff;
  padding: 7px 25px;
  background: #ff7300;
  border-radius: 5px;
}
.contact-tr .input-group input[type="submit"]:hover {
  background: #e56700;
}

.contact-b {
  margin-top: 20px;
}

/*学生实践*/
.page-pro {
  width: 100%;
  padding-bottom: 20px;
}
.page-pro .page-pro-nav &gt; li {
  float: left;
  border: 1px solid #ccc;
}
.page-pro .page-pro-nav &gt; li &gt; a {
  display: block;
  width: 100%;
  padding: 0 30px;
  font-size: .9rem;
  line-height: 35px;
}
.page-pro .page-pro-nav &gt; li.cur a {
  background: #ff7300;
  color: #fff;
}
.page-pro .page-pro-nav &gt; li + li {
  border-left: none;
}
.page-pro .tabs-con {
  height: 50px;
}
.page-pro .page-pro-subMenu {
  display: none;
  padding-top: 10px;
}
.page-pro .page-pro-subMenu li {
  float: left;
  line-height: 30px;
  padding-right: 20px;
}
.page-pro .page-pro-subMenu li a {
  display: block;
  font-size: .8rem;
  color: #333;
  background: none;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.page-pro .page-pro-subMenu li.cur a, .page-pro .page-pro-subMenu li:hover a {
  color: #ff7300;
}

.page-pro-item {
  padding-top: 20px;
  width: 100%;
}
.page-pro-item li {
  width: 410px;
  margin-right: 35px;
  margin-bottom: 35px;
  float: left;
  font-size: 14px;
}
.page-pro-item li:nth-child(3n) {
  margin-right: 0;
}
.page-pro-item li .img {
  display: block;
  width: 100%;
  height: 250px;
  text-align: center;
  border: 1px solid #efefef;
  background: #fff;
}
.page-pro-item li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.page-pro-item li .img:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.page-pro-item li h3 {
  font-size: 18px;
  padding: 10px 0 5px;
  color: #555;
}
.page-pro-item li p {
  color: #9d9d9d;
  height: 51px;
  overflow: hidden;
  line-height: 1.8;
}
.page-pro-item li .ljxq {
  display: block;
  background: #c3c3c3;
  height: 26px;
  width: 80px;
  text-align: center;
  line-height: 26px;
  color: #eee;
  border: none;
  border-radius: 20px;
  margin-top: 10px;
}
.page-pro-item li .ljxq:hover {
  background: #ff7300;
}

/* 产品详情页 */
.page-proshow-t .page-proshow-tl {
  width: 53%;
  position: relative;
}
.page-proshow-t .page-proshow-tl .next,
.page-proshow-t .page-proshow-tl .prev {
  position: absolute;
  z-index: 66;
  display: inline-block;
  width: 31px;
  height: 51px;
  background: url(../images/i.png) center no-repeat;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  top: 175px;
}
.page-proshow-t .page-proshow-tl .next:hover,
.page-proshow-t .page-proshow-tl .prev:hover {
  opacity: 1;
}
.page-proshow-t .page-proshow-tl .prev {
  background-position: 0 0;
  left: 0;
}
.page-proshow-t .page-proshow-tl .next {
  background-position: -31px 0;
  right: 0;
}
.page-proshow-t .page-proshow-tl .hd {
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 0;
}
.page-proshow-t .page-proshow-tl .hd li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #DDD;
  margin: 0 5px;
}
.page-proshow-t .page-proshow-tl .hd li.on {
  background: #ff7300;
}
.page-proshow-t .page-proshow-tl .bd {
  width: 100%;
  height: 400px;
  background: #ff0;
}
.page-proshow-t .page-proshow-tl .bd li {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  float: left;
}
.page-proshow-t .page-proshow-tl .bd li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.page-proshow-t .page-proshow-tl .bd li:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.page-proshow-t .page-proshow-tr {
  width: 45%;
  background: #f1f1f1;
  height: 400px;
  padding: 25px;
  margin-bottom: 30px;
}
.page-proshow-t .page-proshow-tr h3 {
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  font-weight: normal;
  line-height: 1.65;
  color: #333;
}
.page-proshow-t .page-proshow-tr .pro-info {
  margin: 10px 0;
}
.page-proshow-t .page-proshow-tr .pro-info p {
  line-height: 34px;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 34px;
}
.page-proshow-t .page-proshow-tr .yybm,
.page-proshow-t .page-proshow-tr .jrscj {
  display: inline-block;
  width: 124px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #ff7300;
  font-size: .8rem;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.page-proshow-t .page-proshow-tr .yybm:hover,
.page-proshow-t .page-proshow-tr .jrscj:hover {
  background: #e56700;
}
.page-proshow-t .page-proshow-tr .bdsharebuttonbox {
  margin-top: 20px;
}

.proshow-items {
  width: 100%;
  border: 1px solid #ccc;
  margin: 20px 0;
}
.proshow-items li {
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0 50px;
  border-right: 1px solid #ddd;
  color: #555;
  font-size: .8rem;
}
.proshow-items li:last-child {
  border-right: none;
}

.proshow-item {
  width: 100%;
  margin: 20px 0;
}
.proshow-item p {
  font-size: .8rem;
  line-height: 1.75;
  color: #333;
  margin-bottom: 20px;
}
.proshow-item .title {
  background: url(../images/title.png) no-repeat left bottom;
  height: 39px;
  line-height: 39px;
  font-size: 16px;
  padding-left: 35px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: normal;
}
.proshow-item table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 80%;
}
.proshow-item table th {
  line-height: 35px;
  font-size: .8rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.proshow-item table td {
  line-height: 30px;
  font-size: .7rem;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.proshow-item .yybm-tt {
  text-align: center;
  color: #000;
  font-size: 30px;
  padding: 18px 0;
}
.proshow-item .formgroup {
  background: #eee;
  padding: 35px;
}
.proshow-item .formgroup .input-group {
  margin-bottom: 10px;
  font-size: .8rem;
}
.proshow-item .formgroup .input-group span {
  display: inline-block;
  text-align: right;
}
.proshow-item .formgroup .input-group input[type="text"] {
  width: 65%;
  height: 35px;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.proshow-item .formgroup .input-group input[type="text"].code {
  width: 200px;
}
.proshow-item .formgroup .input-group .img {
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  display: inline-block;
}
.proshow-item .formgroup .input-group .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.proshow-item .formgroup .input-group .img:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.proshow-item .formgroup .input-group input[type="submit"] {
  width: 120px;
  height: 38px;
  text-align: Center;
  line-height: 38px;
  background: #ff7300;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-left: 15.5%;
}
.proshow-item .formgroup .col-12 {
  width: 100%;
}
.proshow-item .formgroup .col-12 span {
  width: 15%;
}
.proshow-item .formgroup .col-6 {
  width: 50%;
}
.proshow-item .formgroup .col-6 span {
  width: 30%;
}
.proshow-item .formgroup .liuyan span {
  vertical-align: top;
}
.proshow-item .formgroup .liuyan textarea {
  border: 1px solid #ccc;
  width: 82.5%;
  height: 150px;
  padding: 10px;
}
</pre></body></html>