/*
	Theme Name: SCUPI
	Theme URI: https://support.scupi.cn
	Description: SCUPI Website theme based on Html5blank
	Version: 0.1
    Author: Frederich Liu
	Author: Todd Motto (@toddmotto)
	Tags: scupi, official

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* global variables */
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

.nav ul,
.nav ol,
.nav dl {
  margin: 0;
  padding: 0;
}

.foot-nav ul,
.foot-nav ol,
.foot-nav dl {
  margin: 0;
  padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  min-height: 640px;
  font: 300 1.4rem/1.4 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #444;
  overflow-x: hidden;
}

:lang(zh) > .post-content p {
  text-indent: 2em;
}

.no-indent {
  text-indent: 0;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: center;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

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

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

li {
  list-style: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hide {
  display: none;
}

.minified {
  opacity: 0.7;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* header */
.head {
  width: 100%;
  position: fixed;
  z-index: 99;
}
.head li {
  padding: 0 0.8vw;
  height: 90px;
  line-height: 90px;
  float: left;
  display: block;
  position: relative;
}
.head li a {
  color: #fff;
  display: block;
  font-size: 0.9vw;
  text-align: center;
  font-weight: bold;
}
.head li:hover {
  background-color: #a13034;
}
.head li:hover ul {
  display: block;
}
.head .top {
  height: 90px;
  background-color: #1f487c;
  z-index: 999;
}
.head .top-content {
  width: 80%;
  margin: auto;
}
.head .logo {
  width: 6%;
  margin-top: 30px;
  float: left;
  margin-left: 25px;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .nav-title,
.head .nav-icon,
.head .home-icon,
.head .search-icon {
  display: none;
}
.head .nav {
  float: left;
  margin-left: 30px;
}
.head .sub-menu {
  width: 20vw;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
  display: none;
  position: absolute;
  top: 90px;
  z-index: 99;
  overflow: hidden;
  margin-left: -20px;
}
.head .sub-menu li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #eeeeee;
}
.head .sub-menu li a {
  color: #555;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #fff;
}
.head .sub-menu li a:hover {
  color: #ffffff;
  background-color: #91191d;
}
.head .search {
  width: 60%;
  height: 30px;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 5px;
  margin-right: 1rem;
  float: left;
}
.head .search .search-input {
  width: 100px;
  height: 30px;
  background: none;
  border: 0;
  font-size: 1.2rem;
  line-height: 3rem;
  color: #777;
  outline: none;
  float: left;
  position: absolute;
}
.head .search .search-button {
  position: relative;
  z-index: 99;
  width: 30px;
  height: 30px;
  float: right;
  outline: none;
  background: url(img/ss.jpg) no-repeat;
  border: 0;
}
.head .lang {
  width: 20%;
  min-width: 200px;
  height: 30px;
  border-radius: 6px;
  margin: 30px 5px 0 0;
  overflow: hidden;
  float: right;
}
.head .lang a {
  background-color: #a13034;
  font-size: 1.4rem;
  line-height: 3rem;
  -webkit-transition: all 0.5s ease-in-out;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-left: 65%;
}
.head .lang a:hover {
  background-color: #91191d;
}

/* main */
.slides-container {
  top: 90px;
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  width: 100%;
}

.slide-title {
  right: 10%;
  bottom: 10%;
  background: url(img/tbj.png) repeat;
  width: auto;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #fff;
  text-align: left;
  position: absolute;
}

.main {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.main .news {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.main .news .main-left {
  width: 67%;
  overflow: hidden;
}
.main .news .main-left .news-list-title {
  color: #1f487c;
  font-size: 2.4rem;
  line-height: 4.6rem;
  margin-top: 15px;
  float: left;
  width: 96%;
}
.main .news .main-left .news-list-title a {
  color: #000;
}
.main .news .main-left .news-list-title .news-more {
  float: right;
  vertical-align: bottom;
  font-size: 1.4rem;
}
.main .news .main-right {
  width: 32%;
  color: #fff;
  background-color: #1f487c;
  padding: 15px 15px 0 15px;
  overflow: hidden;
}
.main .news .main-right a {
  color: #fff;
}
.main .news .main-right .notice-list-title {
  font-size: 2.4rem;
  line-height: 4.6rem;
}
.main .news .main-right .notice-list-title .notices-more {
  vertical-align: bottom;
  font-size: 1.4rem;
  padding-top: 20px;
}
.main .news .main-right .notice-list-title span {
  padding-top: 0;
  float: right;
}
.main .news .main-right ul {
  margin-bottom: 20px;
  overflow: hidden;
}
.main .news .main-right li {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #fff;
  float: left;
  display: block;
  width: 100%;
}
.main .news .main-right #new-notice {
  display: inline;
  float: left;
  cursor: pointer;
  width: 40%;
}
.main .news .main-right #new-xskb {
  display: inline;
  float: left;
  cursor: pointer;
  width: 40%;
  color: #c1c1c1;
}
.main .news .main-right #new-xskb-content {
  display: none;
}
.main .intro {
  width: 100%;
  padding: 35px 0;
  background: url(img/gy.jpg) repeat;
  overflow: hidden;
}
.main .intro-content {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
  overflow: hidden;
}
.main .intro-content h3 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(img/hx.png) no-repeat bottom left;
}
.main .intro-content .intro-text {
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #fff;
}
.main .intro-content .intro-text a {
  width: 10rem;
  height: 3rem;
  background-color: #a13034;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
}
.main .intro-content .intro-text a:hover {
  background-color: #91191d;
}
.main .intro-content .intro-video {
  flex-grow: 2;
  margin-left: 2%;
  min-width: 480px;
  min-height: 270px;
}
.main .about {
  width: 80%;
  margin: auto;
  padding: 50px 0;
  overflow: hidden;
}
.main .about .spotlight-head-title {
  font-size: 2.4rem;
  line-height: 4.6rem;
}
.main .about .spotlight-head-title span {
  vertical-align: bottom;
  font-size: 1.4rem;
  float: right;
}

.news-larrow {
  float: right;
  margin-top: 30px;
  padding-right: 3px;
  cursor: pointer;
}

.news-rarrow {
  float: right;
  margin-top: 30px;
  padding-left: 3px;
  cursor: pointer;
}

.news-list-content {
  width: 100%;
  overflow: hidden;
  float: left;
}
.news-list-content ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.news-list-content li {
  width: 30%;
  margin-right: 3%;
  float: left;
  display: block;
  position: relative;
}
.news-list-content p {
  font-size: 1.4rem;
  color: #444;
  line-height: 3rem;
  margin-top: 15px;
  margin-bottom: 20px;
}
.news-list-content span {
  padding-top: 6px;
  float: right;
}
.news-list-content .news-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-content .news-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-list-content .news-img .img {
  width: 100%;
  max-width: 100%;
}
.news-list-content .news-title {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news-list-content .news-excerpt {
  position: relative;
  font-size: 1.2rem;
}

.notices-list .notice-date {
  width: 10rem;
  height: 6.5rem;
  background-size: 100% 100%;
  text-align: center;
  float: left;
  color: #fff;
  overflow: hidden;
}
.notices-list .notice-date h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  line-height: 3.5rem;
}
.notices-list .notice-date p {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  color: #1f487c;
}
.notices-list .notice-date span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f487c;
}
.notices-list .notice-title {
  margin-left: 1rem;
  width: calc(100% - 11rem);
  float: right;
}
.notices-list .notice-title a {
  color: #fff;
}
.notices-list .notice-title a:hover {
  text-decoration: underline;
}
.notices-list .notice-title h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
.notices-list .notice-title p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about-list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.container .spotlight-title {
  background: #1f487c;
  bottom: -100%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
.container .spotlight-title .title {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  padding-top: 50%;
}

.container:hover .spotlight-title {
  bottom: 0%;
}

.foot {
  width: 100%;
  overflow: hidden;
}
.foot .foot-content {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.foot .foot-banner {
  background-color: #a13034;
  padding: 15px 0;
  margin-bottom: 1px;
}
.foot .guestbook-area {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #fff;
}
.foot .guestbook-area span {
  margin-left: 20px;
}
.foot .guestbook-area a {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #fff;
}
.foot .friendly-link-area select {
  width: auto;
  height: 30px;
  background: none;
  border: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #fff;
  outline: none;
}
.foot option {
  background-color: #fff;
  color: #555;
}
.foot .foot-nav {
  background-color: #1f487c;
  padding: 25px 0;
  overflow: hidden;
  margin-bottom: 2px;
}
.foot .foot-nav-menu {
  margin-top: 11px;
  width: 68%;
}
.foot .foot-nav-menu li {
  width: 14%;
  font-size: 1.5rem;
  text-align: right;
  float: right;
  display: block;
}
.foot .foot-nav-menu a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}
.foot .foot-nav-menu .sub-menu {
  display: none;
}
.foot .foot-bottom {
  background-color: #1f487c;
  padding: 15px 0;
  overflow: hidden;
}
.foot .foot-copyright {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.6rem;
}
.foot .foot-copyright img {
  width: 5rem;
  height: 1rem;
}
.foot #dean-box {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: 0.7rem;
}
.foot #xf-box {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  margin-left: 5px;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: 0.7rem;
}
.foot .phone {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  vertical-align: 0.7rem;
}
.foot .foot-share img {
  margin-left: 10px;
  width: auto;
  height: auto;
}

.content-wrapper {
  width: 80%;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 10%;
  position: relative;
  padding-bottom: 100px;
}
.content-wrapper .leftbar {
  width: 20%;
  min-width: 20%;
  position: absolute;
  top: 19rem;
  left: 3.8rem;
}
.content-wrapper .child {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0 1px 6px #e7e7e7;
  background: #fff url(img/nb.png) no-repeat top right;
  overflow: hidden;
}
.content-wrapper .child h3 {
  font-size: 2.4rem;
  line-height: 5rem;
  color: #1f487c;
  padding: 0 10px;
  background: url(img/nd.png) no-repeat bottom center;
}
.content-wrapper .content-nav {
  min-height: 70px;
  background: url(img/nb1.png) no-repeat left bottom;
  overflow: hidden;
}
.content-wrapper .content-nav ul {
  margin: 1.5rem 1rem;
  width: 90%;
  overflow: hidden;
}
.content-wrapper .content-nav li {
  width: 100%;
  height: 30px;
  float: left;
  font-weight: bold;
}
.content-wrapper .content-nav a {
  display: block;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #777;
  text-decoration: none;
}
.content-wrapper .content-nav a:hover {
  color: #1f487c;
}
.content-wrapper .content-nav a.on {
  color: #1f487c;
}
.content-wrapper .content-nav .sub-menu {
  display: none;
}
.content-wrapper .sidebar-img {
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 1px 6px #e7e7e7;
}
.content-wrapper .content {
  width: 100%;
  padding: 15px;
  min-height: 800px;
  background-color: #fff;
  margin-top: 50px;
  overflow: hidden;
}
.content-wrapper .location {
  width: 100%;
  background-color: #1f487c;
  padding: 10px 10px 10px 10px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.content-wrapper .location h2 {
  display: inline-block;
}
.content-wrapper .location span {
  display: inline-block;
  float: right;
  background: url(img/wz.png) no-repeat left center;
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #fff;
  padding-left: 20px;
}
.content-wrapper .location a {
  color: #fff;
}
.content-wrapper .post-content-contaier {
  width: 100%;
  overflow: hidden;
}
.content-wrapper .post-content-contaier h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
}
.content-wrapper .post-content-contaier img {
  width: auto;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.content-wrapper .post-content-contaier .views {
  text-align: center;
  font-size: 1.2rem;
  line-height: 3rem;
  border: 1px solid rgb(233, 233, 233);
}
.content-wrapper .post-content-contaier .views .view-count {
  color: #ff0000;
}
.content-wrapper .post-content {
  width: 100%;
}
.content-wrapper .post-content p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #555;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
.content-wrapper .post-content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.content-wrapper .post-content ul li {
  list-style: disc;
  list-style-position: inside;
}
.content-wrapper .news {
  margin-bottom: 20px;
  overflow: hidden;
}
.content-wrapper .news h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #1f487c;
}
.content-wrapper .news span {
  float: right;
}
.content-wrapper .news a {
  color: #777;
  font-size: 1.2rem;
}
.content-wrapper .news a:hover {
  color: #1f487c;
  text-decoration: underline;
}
.content-wrapper .news-list {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .news-list li {
  width: 50%;
  height: 150px;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e7e7e7;
}
.content-wrapper .news-img {
  float: left;
  width: 15rem;
  height: 10rem;
}
.content-wrapper .news-img img {
  width: 100%;
}
.content-wrapper .news-text {
  width: calc(100% - 16rem);
  float: right;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-wrapper .news-text h4 {
  display: inline-block;
  width: 80%;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content-wrapper .news-text p {
  font-size: 1.2rem;
  color: #555;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.content-wrapper .news-text span {
  float: left;
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
}
.content-wrapper .notice {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .notice ul {
  width: 100%;
}
.content-wrapper .notice li {
  width: 48%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 2%;
  border-bottom: 1px dotted #e7e7e7;
}
.content-wrapper .notice h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content-wrapper .notice p {
  font-size: 1.2rem;
  color: #555;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.content-wrapper .notice span {
  font-size: 1.2rem;
  color: #999;
}
.content-wrapper .cv {
  margin-bottom: 20px;
  overflow: hidden;
}
.content-wrapper .cv h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #1f487c;
}
.content-wrapper .cv span {
  float: right;
}
.content-wrapper .cv a {
  color: #777;
  font-size: 1.2rem;
}
.content-wrapper .cv a:hover {
  color: #1f487c;
  text-decoration: underline;
}
.content-wrapper .cv-list {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .cv-list li {
  width: 50%;
  min-height: 250px;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.content-wrapper .cv-img {
  float: left;
  width: 20rem;
  height: 20rem;
}
.content-wrapper .cv-img img {
  width: 100%;
}
.content-wrapper .cv-text {
  width: calc(100% - 20rem);
  padding-left: 3rem;
  float: right;
}
.content-wrapper .cv-text h4 {
  display: inline-block;
  width: 80%;
  margin-bottom: 10px;
}
.content-wrapper .cv-text h4 a {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrapper .cv-text p {
  font-size: 1.4rem;
  color: #111111;
  line-height: 2rem;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.content-wrapper .cv-text span {
  float: left;
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
}
.content-wrapper .cv-text img {
  width: auto;
  vertical-align: middle;
  margin-bottom: 5px;
}
.content-wrapper .cv-text .lm {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-family: "Gotham", Arial, sans-serif;
  color: #0b4c9e;
  cursor: pointer;
  display: inline;
  padding-bottom: 0.15rem;
  border-bottom: solid 0.08rem transparent;
}

.spotlight-news-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.spotlist-news {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spotlight-list {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.spotlight-list li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.spotlight-list li:first-child {
  position: relative;
  display: block;
  float: left;
}

.spotlight-list img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.spotlight-control {
  z-index: 66;
  width: 54px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.spotlight-control div {
  width: 26px;
  height: 26px;
  background-color: #f5df00;
  margin-right: 1px;
  float: left;
  cursor: pointer;
}

.spotlight-img img {
  width: 100%;
}

.spotlight-excerpt {
  width: 240px;
  height: 370px;
  background: url(img/tbj.png) repeat;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.spotlight-excerpt h4 {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  margin-left: 18px;
  line-height: 30px;
}
.spotlight-excerpt p {
  font-size: 1.2rem;
  color: #ddd;
  width: 200px;
  margin-left: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.cpc-cat {
  width: 80%;
  padding-top: 0;
}
.cpc-cat .content {
  padding: 0;
}
.cpc-cat .news {
  width: 100%;
  margin: 1% auto;
  padding: 15px;
}
.cpc-cat .events {
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.cpc-cat .cpc-intro-content h3 {
  padding: 15px;
}
.cpc-cat .cpc-intro-content .intro-text {
  width: 100%;
  padding: 35px 1%;
  background: url(img/gy.jpg) repeat;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #fff;
}
.cpc-cat .cpc-intro-content .intro-text a {
  width: 10rem;
  height: 3rem;
  background-color: #a13034;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
}

.pagination {
  text-align: center;
  display: block;
  margin: 5px auto 5px auto;
}
.pagination span {
  float: none !important;
}

.pagination .current,
.pagination a {
  padding: 0 20px 0 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

/* Use a media query to add a break point at 1366px:
 for laptop
*/
@media screen and (max-width: 1366px) and (min-width: 1180px) {
  .head .top-content {
    width: 96%;
  }
  .head .top-content li a {
    font-size: 1.4vw;
  }

  .main {
    width: 100%;
  }
  .main .news {
    width: 96%;
  }
  .main .notice-list li:last-of-type {
    display: none;
  }
  .main .intro-content {
    width: 96%;
  }
  .main .about {
    width: 96%;
  }

  .content-wrapper {
    width: 96%;
  }

  .foot .foot-content {
    width: 94%;
  }
}
/* use a media query to add a break point at 1180px:
 for screen < iphoneX
*/
@media screen and (max-width: 1180px) {
  .head .top {
    height: 60px;
  }
  .head .top-content {
    width: 100%;
  }
  .head .logo {
    display: none;
    float: left;
    margin: 15px 0 0 5px;
  }
  .head .logo img {
    width: 100px;
    height: 30px;
  }
  .head .nav {
    margin-top: 60px;
    position: absolute;
    width: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 800ms, visibility 800ms;
    transition: opacity 800ms, visibility 800ms;
  }
  .head .nav li {
    float: none;
    background-color: #f9f9f9;
    width: 160px;
    padding: 0;
    line-height: 36px;
    height: 36px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .head .nav a {
    font-size: 1.6rem;
    color: #555;
  }
  .head .nav .hover {
    background: #a13034;
    color: #ffffff;
  }
  .head .sub-menu {
    width: 200px;
    position: absolute;
    opacity: 1;
    top: 1px;
    left: 180px;
    border-radius: 0 10px 10px 0;
  }
  .head .sub-menu li {
    width: 100%;
    padding: auto;
    margin: auto;
  }
  .head .sub-menu a {
    font-size: 1.4rem;
    padding-left: 10px;
  }
  .head .lang {
    display: none;
  }
  .head .search {
    display: none;
    width: 100%;
    margin-top: 10px;
    top: 60px;
    height: 36px;
    border: solid;
    border-color: #a13034;
    position: absolute;
  }
  .head .search .search-input {
    width: 90%;
  }
  .head .home-icon {
    display: inline-block;
    width: 10%;
    padding-left: 1vw;
    vertical-align: sub;
    text-align: center;
  }
  .head .home-icon a {
    color: #ffffff;
    font-size: 2.5rem;
    margin-right: 2vw;
  }
  .head .search-icon {
    display: inline-block;
    width: calc(10% - 3vw);
    padding-right: 1vw;
    text-align: center;
  }
  .head .search-icon a {
    color: #ffffff;
    font-size: 1.9rem;
    margin-right: 2vw;
  }
  .head .nav-title {
    display: inline-block;
    width: 80%;
    padding: 15px 1vw 12px 1vw;
    margin: 0;
    text-align: center;
    z-index: 100;
  }
  .head .nav-title h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
    letter-spacing: 1vw;
  }
  .head .nav-title .nav-icon {
    display: inline-block;
    vertical-align: sub;
    color: #ffffff;
    font-size: 2.5rem;
    margin-right: 2vw;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  .head .hover {
    background: #a13034;
  }
  .head .hover .nav-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .slides-container {
    top: 60px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
  }
  .slides-container .center-btns_tabs {
    margin-left: 2%;
    text-align: left;
  }
  .slides-container .slide-title {
    right: 2%;
    bottom: 10%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }

  .main .news {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .main .news .main-left {
    width: 100%;
  }
  .main .news .main-left .news-list-content {
    width: 100%;
    padding-top: 3.2rem;
  }
  .main .news .main-left .news-list-content .news-content {
    min-height: 0;
  }
  .main .news .main-left .news-list-content .news-img {
    display: inline-block;
    width: 100%;
  }
  .main .news .main-left .news-list-content .news-img img {
    max-height: 100%;
    height: 100%;
  }
  .main .news .main-left .news-list-content .news-title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.2rem;
    color: #fff;
    word-wrap: normal;
  }
  .main .news .main-left .news-list-content .news-title span {
    display: none;
  }
  .main .news .main-left .news-list-content li p {
    padding-top: 3.2rem;
    padding-left: 2%;
  }
  .main .news .main-left li {
    width: 100%;
    display: none;
  }
  .main .news .main-left li:first-of-type {
    display: block;
  }
  .main .news .main-right {
    width: 100%;
    margin-top: 3%;
  }
  .main .news .main-right li {
    width: 100%;
    display: none;
    margin-bottom: 2%;
  }
  .main .news .main-right li:nth-of-type(1),
.main .news .main-right li:nth-of-type(2) {
    display: block;
  }
  .main .intro {
    width: 96%;
    margin: 0 2% 0 2%;
  }
  .main .intro-content {
    display: block;
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .main .intro-content .intro-text {
    width: 100%;
  }
  .main .intro-content .intro-video {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 0;
    padding-bottom: 56%;
    flex-basis: content;
    margin-left: auto;
    margin-top: 2%;
  }
  .main .about {
    width: 96%;
    padding-top: 1%;
  }
  .main .about .container {
    overflow: hidden;
    text-align: center;
    position: relative;
  }
  .main .about .container .spotlight-title {
    display: none;
  }

  .foot .foot-content {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .foot .foot-banner {
    margin-bottom: 0;
  }
  .foot .guestbook-area,
.foot .friendly-link-area {
    width: 100%;
    text-align: center;
    float: none;
  }
  .foot .guestbook-area p,
.foot .friendly-link-area p {
    font-size: 1rem;
  }
  .foot .guestbook-area span,
.foot .friendly-link-area span {
    width: 100%;
    display: block;
    margin: auto;
  }
  .foot .friendly-link-area {
    margin-top: 5px;
  }
  .foot .friendly-link-area select {
    width: 100%;
    text-align: center;
  }
  .foot .friendly-link-area option {
    text-align: center;
  }
  .foot .foot-logo {
    display: none;
  }
  .foot .foot-nav-menu {
    display: none;
  }
  .foot .foot-copyright,
.foot .foot-share {
    width: 100%;
    text-align: center;
  }
  .foot .phone {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    padding: 5px 15px;
    vertical-align: 0.7rem;
  }

  .content-wrapper {
    margin-top: 60px;
    margin-bottom: auto;
    width: 100%;
    min-height: 100%;
    padding-top: 0;
  }
  .content-wrapper .location {
    padding-left: 10px;
    text-align: center;
  }
  .content-wrapper .location span {
    display: none;
  }
  .content-wrapper .content {
    min-height: 100%;
    padding: 0 2% 0 2%;
  }
  .content-wrapper .content p {
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0;
    padding-left: 0;
  }
  .content-wrapper .cv {
    width: 100%;
    margin: auto;
  }
  .content-wrapper .cv .cv-list li {
    width: 100%;
    max-height: 100%;
  }
  .content-wrapper .cv .cv-list .cv-img {
    width: 10rem;
    height: 10rem;
  }
  .content-wrapper .cv .cv-list .cv-text {
    width: calc(100% - 10rem);
  }
  .content-wrapper .cv .cv-list .cv-text img {
    width: auto;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  .content-wrapper .cv .cv-list .cv-text .lm {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-family: "Gotham", Arial, sans-serif;
    color: #0b4c9e;
    cursor: pointer;
    display: inline;
    padding-bottom: 0.15rem;
    border-bottom: solid 0.08rem transparent;
  }
  .content-wrapper .news {
    width: 100%;
    margin: auto;
  }
  .content-wrapper .news .news-list li {
    width: 100%;
    height: 100%;
  }
  .content-wrapper .news-img {
    width: 100%;
    height: 100%;
  }
  .content-wrapper .news-text {
    width: 100%;
  }
  .content-wrapper .post-content-contaier {
    width: 100%;
    margin: 0;
    padding: auto;
  }
  .content-wrapper .cv {
    width: 100%;
    margin-left: auto;
  }

  .leftbar {
    display: none;
  }

  .cpc-cat .news {
    padding: 0;
  }
  .cpc-cat .news h3 {
    padding-left: 15px;
    padding-top: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
