/* CSS Document */
/* html {filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);} */
@font-face {
  font-family: 'Oswald';
  src: url(fonts/oswald-bold-webfont.jpg);
  src: url(fonts/oswald-bold-webfont.eot?#i.jpg) format('embedded-opentype'), url(fonts/oswald-bold-webfont..jpg) format('woff'), url(fonts/oswald-bold-webfont.jpg) format('truetype'), url(fonts/oswald-bold-webfont.svg#oswald.jpg) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url(fonts/oswald-light-webfont.jpg);
  src: url(fonts/oswald-light-webfont.eot?#i.jpg) format('embedded-opentype'), url(fonts/oswald-light-webfont..jpg) format('woff'), url(fonts/oswald-light-webfont.jpg) format('truetype'), url(fonts/oswald-light-webfont.svg#oswaldl.jpg) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url(fonts/oswald-regular-webfont.jpg);
  src: url(fonts/oswald-regular-webfont.eot?#i.jpg) format('embedded-opentype'), url(fonts/oswald-regular-webfont..jpg) format('woff'), url(fonts/oswald-regular-webfont.jpg) format('truetype'), url(fonts/oswald-regular-webfont.svg#oswaldreg.jpg) format('svg');
  font-weight: 400;
  font-style: normal;
}
body {
  /* filter: grayscale(100%);
     filter:gray;
     filter:progid:dximagetransform.microsoft.basicimage(grayscale=1); */
  color: #4e4e4e;
  font: 15px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0;
  min-width: 1340px;
  font-family: 'Microsoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
  /*height:auto;*/
  max-width: 100%;
}
p {
  margin: 0;
}
a {
  color: #03437f;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #66b845;
}
h1 {
  color: #03437f;
  font: 400 36px/44px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
}
h2 {
  color: #007448;
  font: 4000 22px/30px 'Oswald', 'Microsoft YaHei', sans-serif;
}
h3 {
  color: #007448;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
iframe {
  max-width: 100%;
}
table {
  background: #f3f3f3;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  line-height: 16px;
  margin: 22px 0;
}
tr, th, td {
  border: 1px solid #ddd;
  padding: 10px;
}
hr {
  background: #ddd;
  border: none;
  height: 1px;
  margin: 30px 0;
}
ul.tabs {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
ul.tabs li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
ul.tabs a {
  background: #66b845;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: block;
  font: 16px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 6px 20px;
  text-decoration: none;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
ul.tabs a:hover, ul.tabs a.active {
  background: #007448;
}
div.messages {
  background-color: #f3f3f3;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 22px 0;
}
.submitted {
  color: #838383;
  display: block;
  font: 12px/18px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
}
.submitted a {
  text-decoration: none;
}
.item-list .pager {
  border-top: 3px solid #03437f;
  font: 16px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 22px 0 0 0;
  padding: 22px 0 0 0;
}
.item-list .pager li {
  margin: 0 5px 5px 5px;
  padding: 0;
}
.item-list .pager a {
  text-decoration: none;
}
.item-list .pager-current {
  color: #66b845;
  font-weight: 400;
}
.button {
  background: #66b845;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: inline-block;
  font: 16px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 6px 20px;
  text-decoration: none;
}
.button:hover {
  background: #007448;
  color: #ffffff;
}
form {
  background: #f3f3f3;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
  padding: 20px;
}
.form-text {
  -webkit-appearance: none;
  border: 2px solid #66b845;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e4e4e;
  font: 15px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
  outline: none;
  padding: 5px;
  max-width: 100%;
}
.form-textarea {
  -webkit-appearance: none;
  border: 2px solid #66b845;
  border-radius: 0;
  color: #4e4e4e;
  font: 15px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
  outline: none;
  padding: 5px;
  max-width: 100%;
}
.grippie {
  display: none;
}
.form-submit {
  -webkit-appearance: none;
  background: #66b845;
  border: 3px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font: 16px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 6px 20px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.form-submit:hover {
  background: #007448;
}
.description {
  line-height: 1.5em;
  margin-top: 5px;
}
.search-advanced {
  display: none;
}
.search-results {
  margin: 0;
  padding: 0;
}
.search-results .search-result {
  border-top: 3px solid #27447c;
}
.search-results .search-snippet-info {
  padding: 0;
}
.search-form .form-submit {
  display: inline;
}
.search-form .form-text {
  width: 290px;
}
.node-type-article .node .field-name-field-image {
  float: left;
  margin: 0 20px 20px 0;
  width: 200px;
}
.node-type-article .node .field-name-field-image blockquote {
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
#page {
  background: url(image/top.jpg) repeat-x;
  overflow-x: hidden;
  width: 100%;
}
.not-logged-in #page {
  padding-top: 108px;
}
.fuqua {
  width: 100%;
}
.alignleft {
  float: left;
  padding: 5px;
}
.alignright {
  float: right;
  padding: 5px;
}
#nav {
  background-color: #005bac;
  height: 48px;
  position: relative;
  z-index: 2;
  /*position: fixed;
    width: 100%;*/
  min-width: 1340px;
}
.not-logged-in #nav {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#nav-wrapper {
  margin: 0 auto;
  position: relative;
  width: 1280px;
}
#logo-link {
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 10px;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#logo-link:hover {
  opacity: 0.8;
}
#logo-image {
  display: block;
  width: 629px;
}
#toggle-link {
  display: none;
  position: absolute;
  right: 70px;
  top: 44px;
}
#toggle-image {
  display: block;
  width: 30px;
}
#main-menu {
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
}
#main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0);
}
#main-menu > ul > li {
  float: left;
  position: relative;
}
#main-menu > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  /*font:20px/22px 'oswald','microsoft yahei',sans-serif;*/
  padding: 10px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
#main-menu > ul > li:hover > a {
  background: #03437f;
  color: #66b845;
}
#main-menu > ul > li > ul {
  background: #03437f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  visibility: hidden;
  width: 150px;
}
#main-menu > ul > li:hover > ul {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
}
#main-menu > ul > li > ul > li {
  border-top: 1px solid #e4e4e4;
  padding: 10px;
  position: relative;
}
#main-menu > ul > li > ul > .first {
  border-top: none;
}
#main-menu > ul > li > ul > li > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#main-menu > ul > li > ul > li:hover > a {
  color: #66b845;
}
#main-menu > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
#main-menu > ul > li > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#main-menu > ul > li > ul > li > .click-toggle {
  background: url(image/plus.jpg) no-repeat 0 0;
  height: 23px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 9px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 23px;
}
#main-menu > ul > li > ul > li > .click-toggle.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu > ul > li > ul > li > ul > li > ul {
  display: none;
}
#nav form {
  background: url(image/nav.jpg) no-repeat -1400px 0;
  border: none;
  box-shadow: none;
  display: none;
  height: 108px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 740px;
}
#nav .form-item {
  display: block;
  float: left;
  margin: 0;
  width: 620px;
}
#nav label {
  display: none;
}
#nav .form-text {
  background: none;
  border: none;
  color: #ffffff;
  display: block;
  float: left;
  font: 40px/40px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 23px 10px 24px 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  width: 620px;
}
#nav .form-text::-webkit-input-placeholder {
  color: #ffffff;
  line-height: normal;
}
#nav .form-submit {
  background: #00113d url(image/magnify.jpg) no-repeat 50% 50%;
  border: none;
  border-radius: 23px;
  box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.25);
  float: left;
  font-size: 22px;
  height: 46px;
  line-height: 22px;
  margin: 30px 0 0 0;
  padding: 10px;
  text-indent: -999px;
  width: 46px;
}
#nav .form-submit:hover {
  background-color: #03437f;
}
#search-toggle {
  background: #00113d;
  border-radius: 23px;
  box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.25);
  height: 46px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 30px;
  -webkit-transform: translateZ(0);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  width: 46px;
  z-index: 3;
}
#search-toggle:hover {
  background-color: #03437f;
}
#search-toggle:after {
  background: url(image/search.jpg) no-repeat 0 50%;
  content: '';
  display: block;
  height: 26px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 30px;
}
#search-toggle.active:after {
  background-position: 100% 50%;
  width: 28px;
}
#header {
  height: 499px;
  position: relative;
}
#header_new {
  height: 300px;
  position: relative;
}
#header-image, #block-views-header-image-block img {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#block-views-header-image-block blockquote {
  background: #03437f;
  background: rgba(3, 67, 127, 0.9);
  color: #ffffff;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 35px;
  max-width: 220px;
}
#block-locale-language {
  margin-right: -560px;
  position: absolute;
  right: 50%;
  top: 0px;
  z-index: 1;
}
#block-locale-language .language-switcher-locale-url {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-locale-language .language-switcher-locale-url li {
  display: inline-block;
  margin-left: 5px;
}
#block-locale-language .language-switcher-locale-url a {
  background: #66b845;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: block;
  font: 14px/14px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#block-locale-language .language-switcher-locale-url a:hover {
  background: #007448;
}
#block-locale-language .language-switcher-locale-url .active {
  display: none;
}
#block-locale-language .language-switcher-locale-url span {
  display: none;
}
#block-webform-client-block-421 form {
  background: #fff;
  border: 0px solid #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0px;
}
#block-webform-client-block-421 select, #block-webform-client-block-421 .form-submit {
  width: 100%;
}
#block-webform-client-block-421 .form-text {
  font: 12px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
}
#main {
  margin: 0 auto;
  /*padding:5px 5px 20px 5px;*/
  position: relative;
  width: 1200px;
}
#main:after {
  clear: both;
  content: '';
  display: table;
}
#content-top {
  background-color: rgba(0, 91, 172, 0.75);
  margin-bottom: 5px;
  text-align: center;
}
#content-top p, #content-top h1 {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
}
#content-top p a {
  padding: 5px 15px;
  display: inline;
  white-space:nowrap;
}
#content {
  float: left;
  padding: 15px;
  width: 1170px;
  min-height: 388px;
  text-align: justify;
}
#block-views-news-block .views-row {
  min-height: 200px;
  padding: 0 0 20px 220px;
  position: relative;
}
#block-views-news-block blockquote {
  display: none;
}
#block-views-news-block img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
#login-toggle-button {
  margin-top: 40px;
}
#sidebar {
  float: left;
  margin: 15px 15px 0 20px;
  width: 290px;
}
#sidebar .block {
  background: #ffffff;
  /*box-shadow:0 0 4px rgba(0,0,0,0.15);*/
  margin-bottom: 15px;
  padding: 15px;
}
#sidebar h2 {
  border-bottom: 3px solid #03437f;
  color: #03437f;
  font: 400 19px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}
#sidebar .menu-block-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  min-height: 150px;
}
#sidebar .menu-block-wrapper > ul > li {
  padding: 5px 0;
  border-bottom: 1px solid #005bac;
}
#sidebar .menu-block-wrapper > ul > li > a {
  font-size: 15px;
  color: #838383;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#sidebar .menu-block-wrapper > ul > li > a:hover, #sidebar .menu-block-wrapper > ul > li > a.active {
  color: #03437f;
}
#sidebar .menu-block-wrapper > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .menu-block-wrapper > ul > li > ul > li {
  padding: 2px 0 2px 15px;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > a {
  color: #66b845;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > a:hover, #sidebar .menu-block-wrapper > ul > li > ul > li > a.active {
  color: #03437f;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > a:before {
  content: '禄 ';
  left: -15px;
  position: absolute;
  top: -2px;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > li {
  padding: 0 0 0 25px;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > li > a {
  color: #838383;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > li > a:hover {
  color: #03437f;
}
#sidebar .menu-block-wrapper > ul > li > ul > li > ul > li > a:before {
  content: '禄 ';
  left: -10px;
  position: absolute;
  top: 0;
}
#sidebar #block-menu-block-1 {
  margin-top: -54px;
}
#sidebar #block-block-20 {
  padding: 0;
}
#sidebar #block-block-20 p {
  margin: 0;
}
#sidebar #block-block-20 .content a {
  background: #66b845;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: block;
  font: 16px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#sidebar #block-block-20 .content a:hover {
  background: #007448;
}
#sidebar #block-block-21 {
  padding: 3px;
}
#sidebar #block-block-21 .content {
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px;
  width: 223px;
  margin: auto;
}
#sidebar #block-block-21 .content a {
  color: #66b845;
  text-decoration: none;
}
#sidebar #block-block-21 p {
  font: 12px/18px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0;
}
#sidebar #block-block-21 p strong {
  color: #03437f;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
#sidebar #block-block-22 {
  padding: 3px;
  margin: 0;
}
#sidebar #block-block-22 .content {
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px;
  width: 223px;
  margin: auto;
}
#sidebar #block-block-22 .content a {
  color: #66b845;
  text-decoration: none;
}
#sidebar #block-block-22 p {
  font: 12px/18px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0;
}
#sidebar #block-block-22 p strong {
  color: #03437f;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
#sidebar #block-webform-client-block-593 {
  background: none;
  box-shadow: none;
  padding: 0;
}
#subfooter {}
#tagline {
  color: #ffffff;
  text-align: center;
}
#tagline p {
  font: 400 27px/34px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0;
}
#tagline a {
  color: #ffffff;
  text-decoration: none;
}
#tagline a:hover {
  color: #f6f6f6;
}
#footer {
  background: #03437f;
  color: #ffffff;
}
#footer-top {
  margin: 0 auto;
  padding: 20px 10px;
  width: 1200px;
}
#footer-top:after {
  clear: both;
  content: '';
  display: table;
}
#footer-region {
  float: left;
}
#footer-region .content ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
#footer-region .content li {
  display: inline-block;
  margin: 0 15px 0 0;
}
#footer-region .content a {
  color: #ffffff;
  font: 21px/26px 'Oswald', 'Microsoft YaHei', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#footer-region .content a:hover {
  color: #66b845;
}
#footer-logo-link {
  display: block;
  float: right;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#footer-logo-link:hover {
  opacity: 0.7;
}
#footer-logo-image {
  display: block;
}
#footer-bottom {
  border-top: 2px solid #007448;
}
#footer-bottom-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin: 0 auto;
  padding: 20px 10px;
  width: 1200px;
}
#footer-bottom-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
#copyright {
  float: left;
}
#social-media {
  float: right;
  padding-right: 150px;
  position: relative;
}
#weibo, #facebook, #twitter, #wechat {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -999px;
  top: -6px;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#weibo:hover, #facebook:hover, #twitter:hover, #wechat:hover {
  opacity: 0.5;
}
#weibo {
  background-image: url(image/weibo.jpg);
  height: 28px;
  right: 33px;
  width: 34px;
}
#facebook {
  background-image: url(image/facebook.jpg);
  height: 29px;
  right: 105px;
  width: 29px;
}
#twitter {
  background-image: url(image/twitter.jpg);
  height: 27px;
  right: 71px;
  width: 27px;
}
#wechat {
  background-image: url(image/wechat.jpg);
  height: 27px;
  right: 0;
  width: 27px;
}
.front #header {
  height: auto;
}
#front-header-image {
  display: block;
  height: auto;
  width: 100%;
}
#front-image {
  border-bottom: 1px solid #ffffff;
  display: block;
  width: 100%;
}
#front {
  background: #005bac;
  border-top: 1px solid #ffffff;
}
#front-wrapper {
  color: #ffffff;
  margin: 0 auto;
  min-height: 270px;
  padding: 30px 0;
  width: 1200px;
}
#front-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
#front-content {
  float: left;
  position: relative;
  min-height: 266px;
  width: 561px;
}
#ien_footer {
  background: #005bac;
}
#ien_footer img {
  height: 46px;
}
.footaf {
  float: left;
  font-size: 13px;
  margin: 0px;
  padding: 0px 10px;
  line-height: 7px;
  color: #fff;
}
#block-block-24 h1 {
  color: #ffffff;
  font: 400 36px/40px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin-bottom: 12px;
}
#block-block-24 h2 {
  background: url(image/gradient.jpg) no-repeat 100% 100%;
  color: #66b845;
  font: 400 26px/32px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
  padding-bottom: 20px;
}
#block-block-24 p {
  font-size: 17px;
  line-height: 26px;
}
#block-block-23 {
  background: url(image/pointer.jpg) no-repeat 20px 50%;
  padding-left: 90px;
  position: absolute;
  top: 0;
  left: 560px;
  width: 470px;
}
#block-block-23 .wistia_embed {
  height: 266px !important;
  position: relative;
  width: 100% !important;
}
#front-menu {
  background: #929292;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#front-menu > li {
  display: inline-block;
}
#front-menu > li > a {
  color: #ffffff;
  display: block;
  font: 400 18px/19px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#front-menu > li > a:after {
  background: url(image/arrow.jpg) no-repeat 0 0;
  content: '';
  display: block;
  height: 59px;
  position: absolute;
  right: -16px;
  top: 0;
  width: 29px;
}
#front-menu > li > a:hover {
  color: #cccccc;
}
#front-menu1 {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#front-menu1 > li {
  display: inline-block;
}
#front-menu1 > li > a {
  color: #005bac;
  display: block;
  font: 400 13px/14px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 20px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#front-menu1 > li > a:hover {
  color: #66b845;
}
.front-section-wrapper {
  margin: 0 auto;
  padding: 80px 0;
  width: 1200px;
}
.front-section-wrapper:after {
  clear: both;
  content: '';
  display: table;
}
.front-section img {
  display: block;
  width: auto;
}
.front-section-text {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 32px;
  width: 1200px;
}
.front-section-text1 {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 32px;
  width: 800px;
}
.front-section-text ul li .time {
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #005bac;
  border-radius: 10px;
  float: left;
}
.front-section-text1 ul li .time {
  color: #fff;
  width: 65px;
  height: 65px;
  text-align: center;
  background-color: #005bac;
  border-radius: 10px;
  float: left;
}
#VoiveOfMedia_list {
  padding: 0;
}
#VoiveOfMedia_list li {
  list-style-image: none;
  padding-bottom: 10px;
  list-style-type: none;
}
#VoiveOfMedia_list li .right p {
  margin: 0 75px;
  padding: 0;
  overflow: hidden;
  height: 48px;
  width: 572px;
}
.front-section-text ul li .time p {
  margin: 0px;
  font-size: 30px;
}
.front-section-text ul li .right {
  line-height: 22px;
}
.front-section-text ul li .right a {}
.front-section-text h2 {
  color: #03437f;
  font: 400 36px/40px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
}
.front-section-text h4 {
  margin-top: 0px;
}
.front-section-text1 h2 {
  color: #03437f;
  font: 400 36px/40px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
}
.front-section-text1 h4 {
  padding-top: 10px;
}
.front-section-text1 ul li .time p {
  margin: 0px;
  font-size: 30px;
}
.front-section-text1 ul li .right {
  line-height: 22px;
}
.front-section-text1 ul li .right a {}
.front-section-text1 h2 {
  color: #03437f;
  font: 400 36px/40px 'Oswald', 'Microsoft YaHei', sans-serif;
  margin: 0 0 22px 0;
}
.front-section-text1 h4 {
  margin-top: -27px;
}
.front-section.odd {
  background: #ffffff;
}
.front-section.odd img {
  float: left;
}
.front-section.odd .front-section-text {
  float: right;
}
.front-section.odd .front-section-text1 {
  float: right;
}
.front-section.even {
  background: #efefef;
}
.front-section.even img {
  float: right;
}
.front-section.even .front-section-text {
  float: left;
}
.front-section.even .front-section-text1 {
  float: left;
}
.front-section .button {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.07);
  color: #007448;
  font-size: 22px;
  line-height: 22px;
  margin-top: 10px;
  padding: 20px;
}
.front-section .button:hover {
  color: #66b845;
}
#voice {
  padding: 0px;
}
#voice li {
  list-style-image: none;
  list-style-type: none;
  height: 80px;
}
#voice .right {
  float: left;
  width: 600px;
  margin-left: 17px;
}
#voice .right a {
  color: #000;
  font-size: 19px;
  line-height: 19px;
  width: 588px;
}
#voice .right div {
  line-height: 21px;
  font-size: 15px;
  width: 558px;
  text-indent: inherit;
  height: 37px;
  overflow: hidden;
  padding: 5px 0px;
}
.link {
  float: left;
}
.link ul {
  width: 850px;
  float: left;
  padding: 0px;
  margin: 0;
}
.link ul li {
  float: left;
  /*width:140px;*/
  list-style-type: none;
  margin: 0 15px;
}
.pic {
  float: right;
}
.pic ul {
  float: left;
}
.pic ul li {
  float: left;
  list-style-type: none;
  text-align: center;
  margin: 0 25px;
}
.front-section .pic img {
  float: none;
}
.front-section-text ul li {
  list-style-image: url(image/i-03.jpg);
}
.front-section-text ul li a {
  text-decoration: none;
  /*display: block;*/
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 630px;
}
.front-section-text1 ul li {
  list-style-image: url(image/i-03.jpg);
}
.front-section-text1 ul li a {
  text-decoration: none;
  /*display: block;*/
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 630px;
}
.front-section-text1 {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 32px;
}
#block-views-latest-news-block {
  display: none;
  position: relative;
}
#block-views-latest-news-block h2 {
  color: #007448;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 54px;
  margin: 40px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
#block-views-latest-news-block .flex-container a:active, #block-views-latest-news-block .flexslider a:active, #block-views-latest-news-block .flex-container a:focus, #block-views-latest-news-block .flexslider a:focus {
  outline: none;
}
#block-views-latest-news-block .slides, #block-views-latest-news-block .flex-control-nav, #block-views-latest-news-block .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-views-latest-news-block .flexslider {
  margin: 30px auto;
  padding: 0;
  max-width: 930px;
}
#block-views-latest-news-block .flexslider .slides img {
  width: 100%;
  display: block;
}
#block-views-latest-news-block .slides:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#block-views-latest-news-block .flexslider blockquote {
  display: none;
}
#block-views-latest-news-block .flexslider .slides > li:before {
  border-top: 2px solid #007448;
  content: '';
  display: block;
  margin: 0 0 20px -10px;
  width: 290px;
}
#block-views-latest-news-block .flexslider .slides > li {
  display: none;
  padding: 0 20px;
  width: 270px;
}
#block-views-latest-news-block .flexslider h3 {
  font: 18px/22px 'Oswald', 'Microsoft YaHei', sans-serif;
}
#block-views-latest-news-block .flexslider a {
  color: #000000;
}
#block-views-latest-news-block .flexslider a:hover {
  color: #007448;
}
#block-views-latest-news-block .flex-direction-nav {
  background: orange;
  left: 50%;
  margin: -44px 0 0 -560px;
  position: absolute;
  top: 50%;
  width: 1200px;
}
#block-views-latest-news-block .flex-prev {
  background: url(image/arrows.jpg) no-repeat 0 0;
  height: 87px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 40px;
}
#block-views-latest-news-block .flex-prev:hover {
  opacity: 0.5;
}
#block-views-latest-news-block .flex-next {
  background: url(image/arrows.jpg) no-repeat 100% 0;
  height: 87px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 40px;
}
#block-views-latest-news-block .flex-next:hover {
  opacity: 0.5;
}
#block-views-home-page-slideshow-block {
  background: #09447d;
}
#block-views-home-page-slideshow-block .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-views-home-page-slideshow-block .views-row {
  display: none;
  position: relative;
}
#block-views-home-page-slideshow-block img {
  display: block;
  width: 100%;
}
#block-views-home-page-slideshow-block .slideshow-title {
  background: #09447d;
  background: rgba(9, 68, 125, 0.5);
  bottom: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: 400 28px/32px 'Oswald', 'Microsoft YaHei', sans-serif;
  padding: 20px;
  position: absolute;
  max-width: 640px;
}
#block-views-home-page-slideshow-block .slideshow-title.Left {
  left: 50%;
  margin-left: -560px;
}
#block-views-home-page-slideshow-block .slideshow-title.Right {
  right: 50%;
  margin-right: -560px;
}
#block-views-home-page-slideshow-block .flex-direction-nav {
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#block-views-home-page-slideshow-block:hover .flex-direction-nav {
  opacity: 1;
}
#block-views-home-page-slideshow-block .flex-prev {
  background: url(image/arrows.jpg) no-repeat 0 50%;
  height: 43px;
  left: 20px;
  margin-top: -22px;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 20px;
}
#block-views-home-page-slideshow-block .flex-prev:hover {
  opacity: 1;
}
#block-views-home-page-slideshow-block .flex-next {
  background: url(image/arrows.jpg) no-repeat 100% 50%;
  height: 43px;
  margin-top: -22px;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -999px;
  top: 50%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 20px;
}
#block-views-home-page-slideshow-block .flex-next:hover {
  opacity: 1;
}
/*@media screen and (max-width:1140px) {
	#block-views-home-page-slideshow-block .slideshow-title {
		bottom:50px;
		max-width:500px;
	}
	#block-views-home-page-slideshow-block .slideshow-title.Left {
		margin-left:-470px;
	}
	#block-views-home-page-slideshow-block .slideshow-title.Right {
		margin-right:-470px;
	}
	#block-views-home-page-slideshow-block .flex-prev,#block-views-home-page-slideshow-block .flex-next {
		height:20px;
		width:10px;
	}
}
@media screen and (max-width:960px) {
	#block-views-home-page-slideshow-block .slideshow-title {
		bottom:50px;
		font-size:24px;
		line-height:28px;
		max-width:500px;
	}
	#block-views-home-page-slideshow-block .slideshow-title.Left {
		margin-left:-360px;
	}
	#block-views-home-page-slideshow-block .slideshow-title.Right {
		margin-right:-360px;
	}
	#block-views-home-page-slideshow-block .flex-prev,#block-views-home-page-slideshow-block .flex-next {
		height:20px;
		width:10px;
	}
}
@media screen and (max-width:740px) {
	#block-views-home-page-slideshow-block .slideshow-title {
		background:#09447d;
		height:auto;
		font-size:20px;
		line-height:20px;
		max-width:none;
		position:relative;
	}
	#block-views-home-page-slideshow-block .slideshow-title.Left,#block-views-home-page-slideshow-block .slideshow-title.Right {
		bottom:auto;
		left:auto;
		margin:0;
		right:auto;
	}
	#block-views-home-page-slideshow-block .slideshow-link {
		bottom:auto;
		margin-top:20px;
		position:relative;
		right:auto;
	}
}*/
.page-node-22 #block-views-events-block {
  height: 550px;
}
#block-views-events-block {
  background: #0d7349;
  height: 480px;
  left: 50%;
  margin-left: -560px;
  position: absolute;
  width: 370px;
  z-index: 1;
}
#block-views-events-block h2 {
  border-bottom: 2px solid #97bea8;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
#block-views-events-block h2 a {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#block-views-events-block h2 a:hover {
  color: #97bea8;
}
#block-views-events-block .views-row {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 103px;
  margin: 15px;
  padding: 12px 12px 12px 70px;
  position: relative;
}
#block-views-events-block .views-field-title {
  color: #03437f;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 2px;
}
#block-views-events-block .views-field-field-duke-event-date .field-content {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#block-views-events-block .views-field-field-duke-event-date-1 {
  background: #6bb32d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
  left: -25px;
  line-height: 18px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 5px;
  width: 70px;
}
#block-views-events-block .views-field-field-duke-event-date-1:before {
  border-top: 10px solid #36860E;
  border-left: 10px solid transparent;
  bottom: -10px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
#block-views-events-block .views-field-field-duke-event-date-1 .field-content {
  border: 2px solid #46af20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  padding: 5px;
  width: 70px;
}
#block-views-events-block .calendar-icon {
  background: url(image/calendar.jpg) no-repeat 0 0;
  display: block;
  height: 48px;
  margin: 3px 0 0 4px;
  overflow: hidden;
  text-indent: -999px;
  width: 48px;
}
#block-views-events-block .views-field-field-duke-event-date-2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  left: -20px;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 70px;
}
#block-views-events-block .views-field-view-node a {
  color: #6db138;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#block-views-events-block .views-field-view-node a:hover {
  color: #16724a;
}
#block-views-events-block .view-footer {
  padding: 0 15px 15px 0;
  text-align: right;
}
#block-views-events-block .view-footer p {
  margin: 0;
}
#block-views-events-block .view-footer a {
  background: #6bb32d;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2px 20px 3px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
#block-views-events-block .view-footer a:hover {
  background: #45af20;
}
.page-node-22 #block-views-recent-news-carousel-block {
  height: 550px;
}
#block-views-recent-news-carousel-block {
  /*height:480px;*/
  margin: 0 auto;
  /*padding-left:370px;
	padding:0 65px 0 435px;*/
  width: 920px;
  //width:620px;}
  #block-views-recent-news-carousel-block h2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
  }
  #block-views-recent-news-carousel-block .flexslider {
    position: relative;
  }
  #block-views-recent-news-carousel-block .slides {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #block-views-recent-news-carousel-block .views-row {
    display: none;
    padding: 0 5px;
  }
  #block-views-recent-news-carousel-block .views-field-field-image {
    border-top: 2px solid #929292;
    padding: 15px 20px 5px 20px;
  }
  #block-views-recent-news-carousel-block .views-field-field-image .image-field-caption {
    display: none;
  }
  #block-views-recent-news-carousel-block img {
    vertical-align: middle;
  }
  #block-views-recent-news-carousel-block h3 {
    font: 400 16px/20px 'Oswald', 'Microsoft YaHei', sans-serif;
    padding: 0 20px;
  }
  #block-views-recent-news-carousel-block h3 a {
    color: #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  #block-views-recent-news-carousel-block h3 a:hover {
    color: #16724a;
  }
  #block-views-recent-news-carousel-block .views-field-body {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
    text-indent: 28px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #block-views-recent-news-carousel-block .views-field-body .field-content {}
  #block-views-recent-news-carousel-block .flex-direction-nav {
    background: blue;
    left: -50px;
    list-style: none;
    margin: -44px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 1000px;
  }
  #block-views-recent-news-carousel-block .flex-prev {
    background: url(image/arrows.jpg) no-repeat 0 0;
    height: 87px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    top: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 40px;
  }
  #block-views-recent-news-carousel-block .flex-prev:hover {
    opacity: 0.5;
  }
  #block-views-recent-news-carousel-block .flex-next {
    background: url(image/arrows.jpg) no-repeat 100% 0;
    height: 87px;
    overflow: hidden;
    position: absolute;
    text-indent: -999px;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    width: 40px;
  }
  #block-views-recent-news-carousel-block .flex-next:hover {
    opacity: 0.5;
  }
  .page-node-366 #block-system-main form {
    background: none repeat scroll 0% 0% #007448;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .search-resources-tabs {
    display: block;
    margin-top: 1em;
  }
  .libSearchTabs {
    display: block;
    margin-bottom: 3px;
  }
  ul.libSearchTabsList {
    list-style: none outside none;
    font-size: smaller;
    font-weight: bold;
    padding-left: 2em;
    margin: 0;
  }
  .libSearchTabsList li {
    display: inline;
  }
  .libSearchTabsList a {
    color: #03437f;
    text-decoration: none;
    background-color: #e8e5e2;
    border: 1px solid #929292;
    border-radius: 8px 8px 0 0;
    padding: 8px 20px;
    cursor: pointer;
    margin: 0;
  }
  .libSearchTabsList li.active a, .libSearchTabsList li:hover a {
    color: white;
    background-color: #007448;
    border-bottom: 1px solid #007448;
  }
  .libSearchTabPane {
    display: none;
  }
  .libSearchTabsContent {
    background-color: #007448;
    padding: 20px;
    min-height: 4em;
    display: block;
  }
  .lib-search-checkbox {
    font-size: smaller;
    color: white;
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    cursor: pointer;
  }
  .lib-search-checkbox:hover {
    color: #e8e5e2;
  }
  input[type="checkbox"] {
    cursor: pointer;
  }
  .librarySearchBox {
    width: 65%;
    height: 2em;
  }
  .lib-search-btn {
    margin-left: 5px;
    cursor: pointer;
  }
  .libSearchTabsContent .active {
    display: block;
  }
  .libSearchLinks {
    margin: 0.25em 0 2em 0;
    padding: 0.3em;
    background-color: #929292;
    min-height: 1.8em;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    color: white;
  }
  .libSearchLinks a {
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0 1em;
    border-right: 1px solid white;
  }
  .libSearchLinks a.last {
    border-right: none;
  }
  .libSearchLinks a:hover {
    text-decoration: underline;
  }
  #hoursChatContact {
    display: block;
  }
  #contactHours {
    float: left;
    width: 47%;
  }
  #libraryChat {
    float: right;
    width: 47%;
  }
  .notAvailable {
    margin: 2em 1em;
  }
  #libHours {
    background-color: #f3f3f3;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px 0px;
    padding: 10px;
    display: block;
    margin-top: 1em;
  }
  #libHours ul {
    list-style: none outside none;
    padding: 0;
    margin: 0 0 0 1em;
    font-size: smaller;
    font-weight: bold;
  }
  .hoursHead {
    color: #03437f;
    margin: 0 0 0.25em 0;
    padding: 0;
  }
  #libraryContact {
    display: block;
  }
  #libraryContact h3 {
    margin: 0;
  }
  #libraryContact ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
  }
  #libraryContact li {
    font-size: 90%;
    line-height: 140%;
    margin: 0.35em 0 0 1em;
  }
  /*@media screen and (max-width:1140px) {
	#nav {
		background-image:url(Image/nav-narrow.png);
	}
	#nav-wrapper {
		width:940px;
	}
	#main-menu > ul > li > a {
		font-size:16px;
		padding-left:8px;
		padding-right:8px;
	}
	#nav form {
		width:560px;
	}
	#nav .form-item {
		width:auto;
	}
	#nav .form-text {
		width:450px;
	}
	#header {
		height:300px;
	}
	#block-views-header-image-block blockquote {
		display:none;
	}
	#block-locale-language {
		margin-right:-470px;
	}
	#main {
		width:930px;
	}
	#content {
		width:595px;
	}
	#footer-top {
		width:940px;
	}
	#footer-bottom-wrapper {
		width:940px;
	}
	#front-wrapper {
		width:940px;
	}
	#front-content {
		min-height:220px;
		width:470px;
	}
	#block-block-24 h2 {
		font-size:24px;
	}
	#block-block-23 {
		left:470px;
		width:380px;
	}
	#block-block-23 .wistia_embed {
		height:213px !important;
	}
	#front-menu > li > a {
		padding:20px 40px;
	}
	.front-section-wrapper {
		width:940px;
	}
	.front-section-text {
		font-size:18px;
		line-height:28px;
		width:48%;
	}
	.front-section img {
		width:48%;
	}
	.front-section-text h2 {
		font-size:28px;
		line-height:34px;
	}
	.front-section .button {
		font-size:18px;
		line-height:18px;
	}
	#block-views-latest-news-block .flex-direction-nav {
		margin:-44px 0 0 -470px;
		width:940px;
	}
	#block-views-latest-news-block .flex-prev,#block-views-latest-news-block .flex-next {
		width:10px;
	}
	#block-views-events-block {
		height:auto;
		left:auto;
		margin-left:0;
		position:relative;
		width:auto;
	}
	#block-views-events-block .view-content:after {
		clear:both;
		content:'';
		display:table;
	}
	#block-views-events-block .views-row {
		margin-left:25px;
		padding-left:80px;
	}
	#block-views-events-block .views-field-field-duke-event-date-1 {
		left:-10px;
	}
	#block-views-events-block .views-field-field-duke-event-date-2 {
		left:-5px;
	}
	#block-views-recent-news-carousel-block {
		padding:0;
		width:930px;
	}
	#block-views-recent-news-carousel-block .flex-direction-nav {
		left:-10px;
		width:950px;
	}
	#block-views-recent-news-carousel-block .flex-prev {
		background-position:left center;
		height:21px;
		width:10px;
	}
	#block-views-recent-news-carousel-block .flex-next {
		background-position:right center;
		height:21px;
		width:10px;
	}
}
@media screen and (max-width:960px) {
	.search-form .form-submit {
		display:block;
		margin-top:10px;
	}
	.not-logged-in #page {
		padding-top:0;
	}
	.node-type-article .node .field-name-field-image {
		width:160px;
	}
	.node-type-article .node .field-name-field-image img {
		height:160px;
		width:160px;
	}
	#nav {
		background-image:url(Image/nav-tablet.png);
	}
	.not-logged-in #nav {
		left:auto;
		position:relative;
		top:auto;
		width:auto;

	}
	#nav-wrapper {
		width:720px;
	}
	#toggle-link {
		display:block;
	}
	#main-menu {
		background:#03437f;
		display:none;
		position:relative;
		right:auto;
		top:auto;
	}
	#main-menu > ul > li {
		border-top:1px solid #05245a;
		float:none;
	}
	#main-menu > ul > li > a {
		display:inline-block;
		font-size:18px;
		padding:15px;
	}
	#main-menu > ul > li:hover > a {
		background:none;
		border-radius:0;
		box-shadow:none;
		color:#ffffff;
		padding-bottom:15px;
	}
	#main-menu > ul > li > ul {
		background:none;
		box-shadow:none;
		opacity:1;
		padding:0 15px;
		position:relative;
		left:auto;
		top:auto;
		visibility:visible;
		width:auto;
	}
	#main-menu > ul > li > ul > li {
		border:none;
		padding:3px 0;
	}
	#main-menu > ul > li > ul > .last {
		padding-bottom:15px;
	}
	#main-menu > ul > li > ul > li > a {
		color:#66b845;
		text-transform:none;
	}
	#main-menu > ul > li > ul > li > ul {
		padding:0 0 0 15px;
	}
	#main-menu > ul > li > ul > li > ul > .last {
		padding-bottom:15px;
	}
	#main-menu > ul > li > ul > li > ul > li > a {
		color:#66b845;
		font-size:12px;
		text-transform:none;
	}
	#main-menu > ul > li > ul > li > .click-toggle {
		right:0;
		top:3px;
	}
	#nav form {
		width:340px;
	}
	#nav .form-text {
		width:230px;
	}
	#block-locale-language {
		margin-right:-360px;
	}
	#header {
		height:200px;
	}
	#main {
		width:710px;
	}
	#content {
		width:375px;
	}
	#tagline p {
		font-size:22px;
		line-height:26px;
	}
	#block-views-news-block .views-row {
		min-height:80px;
		padding-left:100px;
	}
	#block-views-news-block img {
		height:80px;
		width:80px;
	}
	#footer-top {
		width:720px;
	}
	#footer-region .content ul {
		margin-top:24px;
	}
	#footer-region .content li {
		margin-right:10px;
	}
	#footer-region .content a {
		font-size:16px;
		line-height:22px;
	}
	#footer-logo-image {
		height:auto;
		width:200px;
	}
	#footer-bottom-wrapper {
		width:720px;
	}
	#front-wrapper {
		width:720px;
	}
	#front-content {
		min-height:196px;
		width:360px;
	}
	#block-block-23 {
		background:none;
		left:360px;
		padding-left:20px;
		width:340px;
	}
	#block-block-23 .wistia_embed,#block-block-23 .wistia_embed .plvideo,#block-block-23 .wistia_embed .plvideo div {
		height:190px !important;
		position:relative;
		width:100% !important;
	}
	#playbutton {
		display:block;
		height:100px !important;
		left:50% !important;
		margin:-50px 0 0 -50px;
		position:absolute !important;
		top:50% !important;
		width:auto !important;
	}
	#block-block-23 video {
		height:auto !important;
		max-height:190px;
		max-width:100%;
		width:auto !important;
	}
	#front-menu > li > a {
		font-size:16px;
		padding:20px;
	}
	.front-section-wrapper {
		padding:40px 0;
		width:720px;
	}
	.front-section-text {
		font-size:15px;
		line-height:22px;
	}
	.front-section-text h2 {
		font-size:22px;
		line-height:26px;
	}
	.front-section .button {
		font-size:15px;
		line-height:15px;
	}
	#block-views-latest-news-block h2 {
		font-size:40px;
		line-height:44px;
	}
	#block-views-latest-news-block .flexslider {
		max-width:620px;
	}
	#block-views-latest-news-block .flex-direction-nav {
		margin:-44px 0 0 -360px;
		width:720px;
	}
	#block-views-latest-news-block .flex-prev,#block-views-latest-news-block .flex-next {
		width:40px;
	}
	.librarySearchBox {
		width:50%;
	}
	#contactHours {
		float:none;
		clear:both;
		width:95%;
	}
	#libraryChat {
		float:none;
		clear:both;
		width:95%;
	}
	#block-views-events-block h2 {
		font-size:30px;
		line-height:30px;
	}
	#block-views-recent-news-carousel-block h2 {
		font-size:30px;
		line-height:30px;
	}
	#block-views-recent-news-carousel-block {
		width:620px;
	}
	#block-views-recent-news-carousel-block .flex-direction-nav {
		width:640px;
	}
}
@media screen and (max-width:740px) {
	h1 {
		font-size:24px;
		line-height:30px;
	}
	h2 {
		font-size:20px;
		line-height:26px;
	}
	table {
		font-size:11px;
		line-height:14px;
	}
	tr,th,td {

		padding:5px;
	}
	#nav {
		background:url(Image/nav-mobile.png) repeat-x 0 0;
		height:80px;
		margin-bottom:-8px;
	}
	#nav-wrapper {
		width:auto;
	}
	#logo-link {
		left:13px;
		top:10px;
	}
	#logo-image {
		width:160px;
	}
	#toggle-link {
		right:10px;
		top:25px;
	}
	#nav form {
		background:none;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		height:30px;
		padding:0 10px;
		top:90px;
		width:100%;
	}
	#nav .form-item {
		float:none;
	}
	#nav .form-text {
		background:url(Image/nav.png) no-repeat -1400px 0;
		border:2px solid #66b845;
		border-radius:5px;
		float:none;
		font-size:16px;
		line-height:20px;
		padding:10px;
		width:100%;
	}
	#nav .form-submit {
		display:none;
	}
	#search-toggle {
		background:none;
		border-radius:0;
		box-shadow:none;
		right:50px;
		top:14px;
	}
	#search-toggle:hover {
		background:none;
	}
	#header {
		height:auto;
	}
	#header-image,#block-views-header-image-block img {
		position:relative;
	}
	#block-locale-language {
		margin-right:0;
		right:10px;
	}
	#main {
		box-shadow:none;
		padding:10px;
		width:auto;
	}
	#content-top {
		margin-bottom:10px;
		padding-right:15px;
	}
	#content-top p,#content-top h1 {
		font-size:20px;
		line-height:26px;
	}
	#content {
		float:none;
		padding:5px 5px 15px 5px;
		width:auto;
	}
	#sidebar {
		float:none;
		margin:15px;
		width:auto;
	}
	#sidebar #block-menu-block-1 {
		margin-top:0;
	}
	#tagline {
		padding:32px 10px;
	}
	#tagline p {
		font-size:18px;
	}
	#footer-top {
		width:auto;
	}
	#footer-region {
		float:none;
	}
	#footer-region .content ul {
		margin:0 0 20px 0;
		text-align:center;
	}
	#footer-region .content li {
		margin:0 5px;
	}
	#footer-region .content a {
		font-size:14px;
	}
	#footer-logo-link {
		float:none;
		margin:0 auto;
		width:125px;
	}
	#footer-logo-image {
		width:125px;
	}
	#footer-bottom-wrapper {
		font-size:12px;
		line-height:16px;
		text-align:center;
		width:auto;
	}
	#copyright {
		float:none;
		margin:0;
	}
	#social-media {
		float:none;
		height:28px;
		margin:20px auto 0 auto;
		padding:34px 0 0 0;
		width:132px;
	}
	#weibo,#facebook,#twitter,#wechat {
		top:0;
	}
	.front #header {
		max-height:none;
	}
	#front-wrapper {
		padding:20px;
		width:auto;
	}
	#front-content {
		float:none;
		width:auto;
	}
	#block-block-24 h1 {
		font-size:24px;
		line-height:30px;
	}
	#block-block-24 h2 {
		background:none;
		font-size:20px;
		line-height:26px;
		margin-bottom:0;
		padding-bottom:0;
	}
	#block-block-24 p {
		font-size:15px;
		line-height:22px;
	}
	#block-block-23 {
		position:static;
		left:auto;
		padding-left:0;
		top:auto;
		width:auto;
	}
	#front-menu {
		display:none;
	}
	.front-section-wrapper {
		padding:20px;
		width:auto;
	}
	.front-section-text {
		width:auto;
	}
	.front-section img {
		display:none;
	}
	.front-section.odd .front-section-text,.front-section.even .front-section-text {
		float:none;
	}
	.front-section-text h2 {
		font-size:18px;
		line-height:24px;
		margin-bottom:12px;
	}
	.front-section .button {
		font-size:13px;
		line-height:13px;
		margin-top:0;
		padding:10px;
	}
	#block-views-latest-news-block {
		border-bottom:3px solid #41734c;
	}
	#block-views-latest-news-block h2 {
		font-size:30px;
		font-weight:400;
		letter-spacing:0;
		line-height:40px;
		margin:20px 0 0 0;
	}
	#block-views-latest-news-block .flexslider {
		margin:20px auto;
		padding:0;
		max-width:310px;
	}
	#block-views-latest-news-block .flex-direction-nav {
		display:none;
	}
	#block-menu-block-1 {
		background:#ffffff;
		box-shadow:0 0 4px rgba(0,0,0,0.15);
		margin-bottom:15px;
		position:relative;
	}
	#block-menu-block-1 h2 {
		background:#03437f;
		color:#ffffff;
		font:400 19px/22px 'Oswald','Microsoft YaHei',sans-serif;
		letter-spacing:1px;
		margin:0;
		padding:15px 60px 15px 15px;
		text-transform:uppercase;
	}
	#block-menu-block-1 h2 a {
		color:#ffffff;
	}
	#block-menu-block-1 .menu-block-wrapper > ul {
		display:none;
		list-style:none;
		margin:0;
		padding:10px 15px;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li {
		padding:5px 0;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > a {
		color:#838383;
		text-decoration:none;
		-webkit-transition:color 0.2s linear;
		-moz-transition:color 0.2s linear;
		-ms-transition:color 0.2s linear;
		-o-transition:color 0.2s linear;
		transition:color 0.2s linear;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > a:hover {
		color:#03437f;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li {
		padding:2px 0 2px 15px;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > a {
		color:#66b845;
		position:relative;
		text-decoration:none;
		-webkit-transition:color 0.2s linear;
		-moz-transition:color 0.2s linear;
		-ms-transition:color 0.2s linear;
		-o-transition:color 0.2s linear;
		transition:color 0.2s linear;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > a:hover {
		color:#03437f;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > a:before {
		content:'禄 ';
		left:-15px;
		position:absolute;
		top:-2px;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > ul > li {
		padding:0 0 0 25px;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > ul > li > a {
		color:#838383;
		font-size:13px;
		line-height:13px;
		position:relative;
		text-decoration:none;
		-webkit-transition:color 0.2s linear;
		-moz-transition:color 0.2s linear;
		-ms-transition:color 0.2s linear;
		-o-transition:color 0.2s linear;
		transition:color 0.2s linear;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > ul > li > a:hover {
		color:#03437f;
	}
	#block-menu-block-1 .menu-block-wrapper > ul > li > ul > li > ul > li > a:before {
		content:'禄 ';
		left:-10px;
		position:absolute;
		top:0;
	}
	#menu-toggle-link {
		display:none;
		position:absolute;
		right:15px;
		top:15px;
	}
	#menu-toggle-image {
		display:block;
		width:30px;
	}
	#block-views-events-block h2 {
		font-size:24px;
		line-height:24px;
	}
	#block-views-recent-news-carousel-block {
		width:310px;
	}
	#block-views-recent-news-carousel-block h2 {
		font-size:24px;
		line-height:24px;
	}
	#block-views-recent-news-carousel-block .flex-direction-nav {
		left:0;
		width:310px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
	#search-toggle:after {
		background-image:url(Image/search@2x.png);
		background-size:60px 26px;
	}
}
@media only screen and (max-width:975px),only screen and (max-device-width:975px) {
	.librarySearchBox {
		width:50%;
	}
	#contactHours {
		float:none;
		clear:both;
		width:95%;
	}
	#libraryChat {
		float:none;
		clear:both;
		width:95%;
	}
	ul.libSearchTabsList {
		padding-left:0;
	}
	.libSearchTabsList a {
		border-radius:0;
		padding:8px;
		font-size:11px;
	}
}
@media print {
	#toolbar,#nav,#header,#content-top,.tabs,#sidebar,#slogan,#footer {
		display:none;
	}
	#main {
		box-shadow:none;
		margin:0;
		padding:0;
		width:auto;
	}
	#content {
		float:none;
		padding:0;
		width:auto;
	}
}*/
  .clear {
    clear: both;
  }
  /* #School_Notice_list {
    list-style-image: none;
    list-style-type: none;

}
#School_Notice_list li{
    list-style-image: none;
    list-style-type: none;

} */
  .enrollment {
    margin: 0px auto;
    width: 1200px;
  }
  .enrollment ul {
    margin: 0px;
    padding: 0px;
  }
  .enrollment ul li {
    float: left;
    _display: inline;
    width: 350px;
    /*overflow: hidden;*/
    list-style-type: none;
  }
  .enrollment ul .first {
    margin: 0 15px 0px 0px;
    border-top: 2px solid #5c307d;
  }
  .enrollment ul .secound {
    margin: 0 15px 0px 22px;
    border-top: 2px solid #e0823d;
    height: 374px;
  }
  .enrollment ul .third {
    margin: 0 0px 0px 18px;
    border-top: 2px solid #5c307d;
    height: 374px;
  }
  .enrollment .third .zsjh {
    margin-left: 50px;
    margin-top: 10px;
  }
  .enrollment .third .zsjh li {
    list-style-type: disc;
    width: 100px;
    margin: 0px auto;
  }
  .enrollment .third .zsjh li a {
    color: #4e4e4e;
    font-size: 16px;
  }
  .info_pic ul li {
    width: 100px margin:5px;
  }
  #gtco-portfolio-list .color-1 {
    background-image: url(../../../images/home/color10.jpg);
    background-size: 210px 174px;
    width: 210px;
    height: 174px;
  }
  #gtco-portfolio-list .color-2 {
    background-image: url(../../../images/home/color2.jpg);
    width: 130px;
    height: 174px;
  }
  #gtco-portfolio-list .color-3 {
    background-image: url(../../../images/home/20220316/53e34e9a202c2684f2680380e0e6e03c.jpg);
    width: 350px;
    height: 174px;
    background-position: center;
  }
  #gtco-portfolio-list .color-4 {
    background: url(../../../images/home/schoolinfo-04.jpg) no-repeat;
    width: 350px;
    height: 174px;
    background-size: 100%;
  }
  #gtco-portfolio-list .color-11 {
    background-image: url(../../../images/home/inner-box-1.jpg);
    width: 350px;
    height: 174px;
    background-position: center;
  }
  #gtco-portfolio-list .color-12 {
    background: url(../../../images/home/inner-box-2.jpg) no-repeat;
    width: 350px;
    height: 174px;
    background-size: 100%;
  }
  #gtco-portfolio-list .color-13 {
    background-image: url(../../../images/home/inner-box-3.jpg);
    width: 350px;
    height: 174px;
    background-position: center;
  }
  #gtco-portfolio-list .color-14 {
    background: url(../../../images/home/inner-box-4.jpg) no-repeat;
    width: 350px;
    height: 174px;
    background-size: 100%;
  }
  #gtco-portfolio-list li a.color-4::before {
    background: rgba(99, 100, 97, 0.7);
  }
  #gtco-portfolio-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 350px;
    margin-top: 15px;
  }
  #gtco-portfolio-list li {
    display: block;
    padding: 0;
    /*margin: 0 0 10px 1%;*/
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    position: relative;
  }
  /* @media screen and (max-width: 480px) {
  #gtco-portfolio-list li {
    margin-left: 0;
  }
} */
  #gtco-portfolio-list li a {
    /*min-height: 174px;
  padding: 2em;*/
    position: relative;
    width: 100%;
    display: block;
  }
  #gtco-portfolio-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 80;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #gtco-portfolio-list li a.color-1:before {
    background: rgba(55, 75, 84, 0.7);
  }
  #gtco-portfolio-list li a.color-1:hover:before {
    background: rgba(55, 75, 84, 0);
  }
  #gtco-portfolio-list li a.color-2:before {
    background: rgba(37, 190, 213, 0.7);
  }
  #gtco-portfolio-list li a.color-2:hover:before {
    background: rgba(37, 190, 213, 0);
  }
  #gtco-portfolio-list li a.color-3:before {
    background: rgba(30, 29, 22, 0.57);
  }
  #gtco-portfolio-list li a.color-3:hover:before {
    background: rgba(239, 172, 147, 0);
  }
  #gtco-portfolio-list li a.color-4:hover:before {
    background: rgba(249, 17, 40, 0);
  }
  #gtco-portfolio-list li a.color-5:before {
    background: rgba(30, 29, 22, 0.57);
  }
  #gtco-portfolio-list li a.color-5:hover:before {
    background: rgba(252, 68, 40, 0);
  }
  #gtco-portfolio-list li a.color-6:before {
    background: rgba(98, 177, 215, 0.7);
  }
  #gtco-portfolio-list li a.color-6:hover:before {
    background: rgba(98, 177, 215, 0);
  }
  #gtco-portfolio-list li a .case-studies-summary {
    width: auto;
    bottom: 2em;
    left: 2em;
    right: 2em;
    position: absolute;
    z-index: 100;
  }
  #gtco-portfolio-list li a .case-studies-summary1 {
    margin-top: 150px;
    width: auto;
    position: absolute;
    z-index: 100;
  }
  #gtco-portfolio-list li a .case-studies-summary1 span {
    font-size: 20px;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
  }
  /* @media screen and (max-width: 768px) {
  #gtco-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
} */
  #gtco-portfolio-list li a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
  }
  #gtco-portfolio-list li a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
  }
  /* @media screen and (max-width: 768px) {
  #gtco-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
} */
  #gtco-portfolio-list li.two-third {
    width: 210px;
    height: 175px;
  }
  /* @media screen and (max-width: 768px) {
  #gtco-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li.two-third {
    width: 100%;
  }
} */
  #gtco-portfolio-list li.one-third {
    width: 130px;
    margin-left: 10px;
    height: 175px;
  }
  /* @media screen and (max-width: 768px) {
  #gtco-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li.one-third {
    width: 100%;
  }
} */
  #gtco-portfolio-list li.one-half {
    width: 350px;
    margin-top: 10px;
    height: 175px;
  }
  /* @media screen and (max-width: 480px) {
  #gtco-portfolio-list li.one-half {
    width: 100%;
  }
} */
  .myslider .flexslider {
    width: 330px;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 10px #005bac;
    height: 330px;
    transform-style: preserve-3d;
    z-index: 99999;
  }
  .myslider .flexslider .flex-viewport {
    overflow: hidden;
    position: relative;
    width: 330px;
    height: 283px;
    -webkit-border-radius: 16%;
    transform-style: preserve-3d;
    z-index: -1;
    position: relative;
  }
  .myslider .flexslider ul {
    margin: 0px;
    padding: 0px;
    z-index: -1;
    position: relative;
    overflow: hidden;
  }
  .myslider .flexslider ul li {
    height: 285px;
    z-index: -1;
    position: relative;
  }
  .myslider .flexslider ul li img {
    height: 330px;
    width: 330px;
    -webkit-border-radius: 16%;
    transform-style: preserve-3d;
    z-index: -1;
    position: relative;
  }
  .info_slider {
    width: 352x;
    float: left;
    overflow: hidden;
    position: relative;
    height: 142px;
    transform-style: preserve-3d;
    z-index: 99999;
  }
  .info_slider ul {
    margin: 0px;
    padding: 0px;
    z-index: -1;
    position: relative;
    overflow: hidden;
  }
  .info_slider ul li {
    height: 142px;
    z-index: -1;
    position: relative;
  }
  .info_slider ul li img {
    height: 142px;
    width: 352px;
    transform-style: preserve-3d;
    z-index: -1;
    position: relative;
  }
  /* Control Nav */
  .flex-control-nav {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
  }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
  }
  .flex-control-thumbs img:hover {
    opacity: 1;
  }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }
  /*图片列表颜色*/
  #Image_list {
    width: 1200px;
    margin: 0px;
    margin-left: -55px;
  }
  #Image_list .wrap {
    background: #fff;
    margin: 10px auto;
    float: left;
    width: 15%;
    padding: 10px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
  }
  #Image_list .wrap1 {
    margin: 10px auto;
    float: left;
    width: 15%;
    padding: 10px;
  }
  #Image_list .wrap img {
    width: 100%;
    margin-top: 15px;
  }
  #Image_list p {
    margin-top: 15px;
    text-align: justify;
  }
  #Image_list h1 {
    font-size: 20px;
    text-align: center;
    margin: 0px;
  }
  #Image_list a {
    text-decoration: none;
    color: #4A4A4A !important;
  }
  #Image_list a:hover {
    text-decoration: underline;
    color: #6B6B6B !important;
  }
  #Image_list li {
    float: left;
    list-style-image: none;
    list-style-type: none;
  }
  #School_New_list li a {
    font-weight: 600;
  }
  .qgzz_ul_left {}
  .qgzz_ul_right {
    margin-left: 20px;
  }
  .qgzz_ul_left, .qgzz_ul_right {
    width: 300px;
    float: left;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    height: 300px;
  }
  .qgzz_ul_left h3, .qgzz_ul_right h3 {
    background: #f0eedb;
  }
  .qgzz_ul_left ul li a, .qgzz_ul_right ul li a {
    text-decoration: none;
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 283px;
    font-size: 13px;
  }
  .qgzz_ul_left ul li, .qgzz_ul_right ul li {
    list-style-image: none;
  }
  .qgzz_ul_left ul, .qgzz_ul_right ul {
    padding-left: 20px;
  }
  .footaf p {
    margin: 10px 0;
  }

