@charset "utf-8";
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article{
  overflow-x: hidden;
}

/*去除uc浏览器广告*/
iframe[id^="head__"] { display: none !important; }
iframe[id^="utp__"] { display: none !important; }
iframe[src*="ucweb.com"] { display: none !important; }

/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);940
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.4286;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
/* 清除内外边距 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/*自适应图片*/
/* a标签 */
a {
  text-decoration: none ;
  color: #000000 ;
}
a:hover {
  text-decoration: none ;
}
/* 表单元素默认样式 */
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #f9be00;
}
/* 定义浮动居中 */
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ib-middle {
  display: inline-block;
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.full {
  width: 100%;
  height: 100%;
}
/* 通用 */
div[class*='container'],
section[class*='container'],
ul[class*='container'] {
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.eot');
  src: local('Didot'), local('../fonts/Didot'), url('../fonts/Didot.woff') format('woff'), url('../fonts/Didot.ttf') format('truetype'), url('../fonts/Didot.svg#Didot') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAHOMA';
  src: url('../fonts/TAHOMA.eot');
  src: url('../fonts/TAHOMA.eot?#fonts-spider') format('embedded-opentype'), url('../fonts/TAHOMA.woff') format('woff'), url('../fonts/TAHOMA.ttf') format('truetype'), url('../fonts/TAHOMA.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arialnb';
  src: url('../fonts/arialnb.eot');
  src: url('../fonts/arialnb.eot?#fonts-spider') format('embedded-opentype'), url('../fonts/arialnb.woff') format('woff'), url('../fonts/arialnb.ttf') format('truetype'), url('../fonts/arialnb.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 1289px;
}
.container_1318 {
  width: 1318px;
}
.container_1045 {
  width: 1045px;
}


/*搜索*/
.search-form{
  width: 250px;
  height: 30px;
  border:1px solid #f9be00;
  border-radius: 15px;
  position: relative;
  margin-top: 5%;
}
.search-form input[type="text"]{
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 12px;
  padding-top: 2px;
  border:none;
  padding-left: 10px;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  background: transparent;
}
.search-form button{
  position: absolute;
  right: 12px;
  height: 18px;
  padding:0;
  top: 6px;
  background: none;
  border:none;
  cursor: pointer;
}
.search-form button img{
  vertical-align: top;
}
.search-form input:focus{
  background: transparent;
}
.search-form button:hover,.search-form button:focus{
  outline: none;
}

header {
  position: relative;
  width: 100%;
  height: 100px;
  background: #ffffff;
  z-index: 100;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
header .container {
  padding-left: 55px;
  padding-right: 55px;
  width: 100%;
}
.header-warp {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.logo {
  display: inline-block;
}
.logo img {
  height: 100px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.header-right {
  font-size: 0;
  line-height: 100px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.menu,
.header-btn {
  display: inline-block;
  vertical-align: middle;
}
.menu ul li {
  margin-right: 70px;
  font-size: 14px;
  color: #666666;
  height: 100px;
  padding-top: 26.5px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
}
.menu ul li > div {
  height: 47px;
  line-height: 47px;
  position: relative;
}
.submenu {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #fff;
  top: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
}
.submenu dd a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333333;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.submenu dd:hover a {
  background: #f9c20e;
}
.menu ul li:hover .submenu {
  opacity: 1;
  transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  visibility: visible;
}
.menu ul li > div a:after,
.menu ul li > div a:before {
  height: 1px;
  background: #f9c20e;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 0px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.menu ul li > div a:before {
  top: 10px;display: none;
  right: -10px;
  transform: rotate(180deg) translateY(-50%) translateX(-50%);
}
.menu ul li > div a:after {
  top: -10px;
  left: -10px;
  transform: rotate(-180deg) translateY(-50%) translateX(-50%);
}
.menu ul li:hover > div a:before,
.menu ul li.cur > div a:before,
.menu ul li:hover > div a:after,
.menu ul li.cur > div a:after {
  width: 20px;
}
.menu ul li:hover > div a,
.menu ul li.cur > div a {
  color: #f8c80f;
}
.header-btn > div {
  display: inline-block;
  vertical-align: middle;
}
.header-btn span {
  display: inline-block;
  font-size: 16px;
  color: #888;
  vertical-align: middle;
  margin-left: 8px;
}
.header-btn .search {
  margin-right: 27px;
}
.header-btn .website {
  width: 85px;
  height: 29px;
  background: #f8c80f;
  color: #0c0d14;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 34px;
}
.header-btn .website img {
  margin-left: 5px;
}
header.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer {
  background: #292929;
  padding-top: 4.427%;
}
.footer .container {
  width: 1620px;
}
.footer .footer-nav {
  width: 1240px;
  float: left;
}
.footer .footer-nav ul {
  height: 230px;
}
.footer .footer-nav li {
  float: left;
  width: 155px;
}
.footer .footer-nav dt {
  color: #fdfdfd;
  font-size: 14px;
  margin-bottom: 35px;
}
.footer .footer-nav dt a {
  color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .footer-nav dt a:hover {
  color: #fff;
}
.footer .footer-nav dd {
  margin-bottom: 12px;
  line-height: 1;
}
.footer .footer-nav dd a {
  color: #7a7a7a;
  font-size: 14px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .footer-nav dd a:hover {
  color: #fff;
}
.footer .footer-contact {
  width: 360px;
  float: right;
  text-align: right;
  color: #7a7a7a;
  font-size: 14px;
}
.footer .txt1 {
  font-size: 52px;
  color: #7a7a7a;
  font-family: "Didot";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
}
.footer .txt2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 35px;
}
.footer .share {
  margin-top: 40px;
}
.footer .share a {
  margin-left: 40px;
}
.footer .friendly-link {
  color: #474747;
  font-size: 14px;
  margin-top: 40px;
  line-height: 24px;
}
.footer .friendly-link a {
  color: #474747;
  margin-right: 15px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .friendly-link .link{
  padding-left: 70px;
}
.footer .friendly-link a:hover {
  color: #fff;
}
.footer-bottom {
  height: 70px;
  border: 1px solid #373737;
  line-height: 70px;
  margin-top: 25px;
  text-align: center;
  color: #777777;
  font-size: 12px;
}
.footer-bottom a {
  color: #777777;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-bottom a:hover {
  color: #fff;
}
.main-tit {
  text-align: center;
  margin-top: 4.1667%;
  margin-bottom: 4.1667%;
}
.main-tit .line {
  width: 60px;
  height: 1px;
  position: relative;
  margin: 0 auto 20px;
}
.main-tit .line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -30px;
  top: 0;
  background: #999999;
  display: block;
}
.main-tit .tit1 {
  color: #bfbfbf;
  font-size: 40px;
  font-family: 'Didot';
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.main-tit .tit2 {
  font-size: 28px;
  color: #444444;
  line-height: 1;
}
.sign {
  width: 175px;
  height: 40px;
  display: block;
  font-size: 14px;
  color: #0c0d14;
  line-height: 40px;
  background: #f9be00;;
  border-radius: 4px;
  text-align: center;
  margin: 35px auto 0;
  position: relative;
  font-family: 'Microsoft YaHei';
  z-index: 3;
  transition: padding ease .4s;
}
.sign:after {
  content: "";
  background: #f08c00;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0px;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sign span {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 5px;
  top: 18px;
  left: 78px;
  background: url('../images/icon4.png') no-repeat center;
  transition: opacity .3s,transform ease .4s;
}
.sign:hover:after {
  width: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sign:hover {
  padding-right: 40px;
}
.sign:hover span {
  opacity: 1;
  transform: translateX(30px);
}
.page {
  height: 48px;
  text-align: center;
}
.page a {
  color: #333;
  display: inline-block;
  width: 100%;
  line-height: 28px;
  transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
}
.page span {
  color: #333;
  font-family: 'SimSun';
  vertical-align: top;
}
.page .pagination {
  float: left;
  position: relative;
  left: 50%;
}
.page .pagination li {
  border: 1px solid #e1e1e1;
  float: left;
  position: relative;
  left: -50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.page .pagination li:first-child {
  color: white;
  font-weight: bolder;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page .pagination li:first-child span {
  color: #7c7c7c;
}
.page .pagination li:last-child {
  color: white;
  font-family: 'SimSun';
  font-weight: bolder;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page .pagination li:last-child span {
  color: #7c7c7c;
}
.page .pagination li:hover {
  background: #f9be00;
  border-color: #f9be00;
}
.page .pagination li:hover a {
  color: white;
}
.page .pagination li:hover span {
  color: white;
}
.page .pagination li:hover.disabled {
  border-color: #f9be00;
  border-radius: 3px;
}
.page .pagination li.active {
  background: #f9be00;
  border-color: #f9be00;
}
.page .pagination li.active span {
  color: white;
}
@media (max-width: 1680px) {
  /*header*/
  .menu ul li {
    margin-right: 50px;
  }
  .main-tit .tit1 {
    font-size: 36px;
    margin-bottom: 6px;
  }
  .main-tit .tit2 {
    font-size: 24px;
  }
  header .container {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  }
  /*footer*/
  .footer .container {
    width: 1380px;
  }
  .footer .footer-nav{
    width: 1080px;
  }
  .footer .footer-nav li{
    width: 135px;
  }
  .footer .footer-contact {
    width: 300px;
  }
}
@media (max-width: 1440px) {
  .footer .container {
    width: 1280px;
  }
  .footer .footer-nav {
    width: 930px;
  }
  .footer .footer-nav li {
    width: 110px;
  }
  .footer .footer-nav li:nth-child(1){
    width: 120px;
  }
  .footer .footer-nav li:nth-child(2){
    width: 150px;
  }
  .footer .footer-contact {
    width: 350px;
  }
  
}
@media (max-width: 1366px) {
  .container{
    width: 90%;
  }
  .menu ul li {
    margin-right: 40px;
  }
  .container_1318 {
    width: 1080px;
  }
  .footer .container {
    width: 1200px;
  }
  .footer .footer-nav {
    width: 952px;
  }
  .footer .footer-nav li ,.footer .footer-nav li:nth-child(1){
    width: 116px;
  }
  .footer .footer-nav li:nth-child(2) {
    width: 140px;
  }
  .footer .footer-nav dt {
    margin-bottom: 30px;
  }
  .footer .txt1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .footer .footer-contact {
    width: 248px;
  }
  .footer .txt2 {
    margin-bottom: 30px;
  }
  .logo img {
    height: 80px;
    margin-top: 10px;
  }
  header .container {
    width: 100%;
  }
  .main-tit .tit1 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .header-warp,
  header {
    height: 80px;
    z-index: 100;
  }
  header .container {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    height: 80px;
  }
  .logo img {
    height: 80px;
    width: auto;
    margin-top: 0;
  }
  .menu-icon {
    position: absolute;
    right: 5%;
    top: 5px;
    height: 80px;
    width: 30px;
    z-index: 9999;
  }
  .menu-icon span {
    width: 30px;
    height: 2px;
    display: block;
    background: #f9be00;
    position: absolute;
    left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .icon-top {
    top: 28px;
  }
  .icon-middle {
    top: 50%;
    margin-top: -1px;
  }
  .icon-bottom {
    bottom: 28px;
  }
  .menu-icon.on .icon-top {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .menu-icon.on .icon-bottom {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  .menu-icon.on .icon-middle {
    width: 0;
  }
  .header-right {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    float: none;
    background: #fff;
    z-index: 1099;
    padding-bottom: 5px;
    display: none;
    transition: all 0s 0s;
    -webkit-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
  }
  .menu ul li {
    margin: 0;
    float: none;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0;
    display: block;
    height: auto;
    -webkit-transition: transform 0.4s ease-in, opacity 0.4s ease-in;
    transition: transform 0.4s ease-in, opacity 0.4s ease-in;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
  }
  .menu ul li > div a {
    display: block;
    height: 100%;
    border-bottom: 1px solid rgba(207, 207, 207, 0.66);
    height: 60px;
    line-height: 60px;
  }
  .menu ul li > div i {
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .menu ul li.show > div i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .menu ul li > div {
    height: 60px;
    line-height: 60px;
  }
  .header-btn,
  .menu {
    width: 100%;
    display: block;
  }
  .menu ul li > div a:after,
  .menu ul li > div a:before {
    display: none;
  }
  .submenu {
    width: 100%;
    left: 0;
    margin-left: 0;
    display: block;
    position: relative;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    visibility: visible;
    opacity: 1;
    top: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
    display: none;
    border: none;
    transition: all 0s 0s;
    -webkit-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
  }
  .submenu dd a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .header-btn {
    padding-left: 5%;
  }
  /*footer*/
  .footer .container {
    width: 90%;
  }
  .footer .footer-contact {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 4%;
  }
  .footer .txt1 {
    display: none;
  }
  .footer .share a {
    margin-left: 0;
    margin-right: 30px;
  }
  .footer .footer-nav {
    width: 100%;
    float: none;
  }
  .footer .footer-nav li{
    width: 12%;
  }
  .footer .footer-nav li:nth-child(2) {
    width: 16%;
  }
  .container_1318{
    width: 84%;
  }
  .container_1045{
    width: 90%;
  }
  
}
@media (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
	.course-content .description{padding-left: 0px}
  .container_1318{
    width: 100%;
  }
  .menu ul li {
    font-size: 14px;
  }
  .menu ul li > div,
  .menu ul li > div a {
    height: 50px;
    line-height: 50px;
  }
  .submenu dd a {
    height: 45px;
    line-height: 45px;
  }
  .header-warp,
  header .container,
  header {
    height: 60px;
  }
  .logo img {
    height: 60px;
  }
  .menu-icon {
    height: 50px;
  }
  .menu-icon span {
    height: 1px;
  }
  .icon-top {
    top: 15px;
  }
  .icon-bottom {
    bottom: 15px;
  }
  .menu-icon.on .icon-top {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .menu-icon.on .icon-bottom {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  /*footer*/
  .footer .footer-nav ul {
    height: auto;
  }
  .footer .footer-nav li {
    width: 100%;
  }
  .footer .footer-nav li:nth-child(1),.footer .footer-nav li:nth-child(2){
    width: 100%;
  }
  .footer .footer-nav li dt {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #373737;
    margin-bottom: 0;
    position: relative;
  }
  .footer .footer-nav li dt i {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .footer .txt2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .share {
    margin-top: 25px;
  }
  .footer .friendly-link,
  .footer .footer-contact {
    margin-top: 8%;
  }
  .footer .footer-nav li.show dt i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .footer .footer-nav li dl {
    display: none;
  }
  .footer .footer-nav dd {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #373737;
    margin-bottom: 0;
  }



  /*page*/
  .page .pagination li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sign:hover{
    padding-right: 0 ;
  }
  .sign span{
    display: none;
  }
  .footer .friendly-link a{
    margin-right: 5px;
  }
}

@media (max-width: 480px){
	.container_1318{
		width: 100%;
	}
  .footer-bottom{
    height: auto;
    line-height: 22px;
    padding:10px 0;
  }
}
.scroll-top {
    position: fixed;
    right: 0;
    bottom: 8%;
    cursor: pointer;
    z-index: 999;
}