@charset "UTF-8";
@import url("./NotoSansSC.css");
body {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, Helvetica Neue,
    Source Han Sans SC, Noto Sans CJK SC, sans-serif;
}

a,
b,
p,
li,
*:before,
*:after,
#Mabout .img img,
#Mplan .img,
#Mplan .left img,
#logo {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}
.justify:after {
  content: "";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.justify .line {
  display: inline-block;
  height: 0px;
  overflow: hidden;
}
.justify > * {
  text-align: left;
  font-size: 14px;
}
.justify .box {
  display: inline-block;
  vertical-align: top;
}
.box.justify {
  text-align: justify;
}

/*  reset style  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
table,
figure {
  padding: 0;
  margin: 0;
}

input:focus,
textarea:focus,
button:focus,
area:focus {
  outline: none;
}

*:before,
*:after {
  text-align: inherit;
}

fieldset,
img,
abbr,
acronym,
a img {
  border: 0px none;
}

ol,
ul,
li,
figure {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  text-align: center;
  padding: 5px;
  border: 1px solid #ccc;
  word-wrap: break-word;
  word-break: break-all;
}
table th {
  background: #ddd;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button {
  overflow: visible;
}

textarea,
pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

a[href],
label[for],
select {
  cursor: pointer;
}

a,
input,
div,
textarea,
span {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #333;
}

a:active,
a:hover {
  outline: 0;
}

hr {
  height: 1px;
  width: 100%;
  overflow: hidden;
  border: 0px none;
  box-shadow: none;
  background: #ccc;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

input[type="text"] textarea {
  text-align: left;
  background: transparent;
}

input[type="text"]:focus,
textarea:focus {
  background: transparent;
}

/*  common style  */
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot?#iefix") format("embedded-opentype"),
    url("../font/icomoon.woff") format("woff"),
    url("../font/icomoon.ttf") format("truetype"),
    url("../font/icomoon.svg#$font") format("svg");
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}
@font-face {
  font-family: "AtillaNormal";
  src: url("../font/AtillaNormal.eot");
  src: url("../font/AtillaNormal.eot?#iefix") format("embedded-opentype"),
    url("../font/AtillaNormal.woff") format("woff"),
    url("../font/AtillaNormal.ttf") format("truetype"),
    url("../font/AtillaNormal.svg#$font") format("svg");
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}
.pageNum {
  margin: 1% 0;
}
.pageNum li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 7px;
}
.pageNum li a {
  font-size: 12px;
  display: block;
  line-height: 16px;
  padding: 6px 11px;
  border: 1px solid #d7d7d5;
  color: #000;
}
.pageNum li:hover a,
.pageNum .thisclass a {
  color: #fff;
  background: #565656;
}
.pageNum li a {
  display: block;
}
.pageNum li:hover a,
.pageNum .thisclass a {
  color: #fff;
}
.pageNum li:last-child:hover {
  background: #fff;
  color: #000;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
}

.prenext {
  color: #666;
  font-size: 13px;
}
.prenext b {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  padding-right: 3px;
  text-transform: capitalize;
}
.prenext a {
  font-size: 13px;
  color: #666;
  font-weight: normal;
}

body {
  background: #f5f5f5;
  overflow-x: hidden;
  font-size: 14px;
}

.center {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .center {
    width: 99%;
  }
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.hide {
  display: none;
}

.touzi {
  width: 33%;
  margin-right: 0%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 48px;
  text-align: center;
}
.touzi span {
  display: block;
  margin-bottom: 8px;
  color: #111;
  line-height: 1;
  font-size: 16px;
}
.touzi a {
  max-height: 200px;
  overflow: hidden;
  text-align: center;
  width: 52%;
  display: inline-block;
}
.touzi a img {
  display: inline-block;
  vertical-align: middle;
}
.touzi a:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#menu {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  z-index: 960;
  font-weight: bold;
  background: #111;
  color: #fff;
  padding: 5px 8px;
}
#menu:after {
  content: "\e637";
  font-family: icomoon;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  #menu {
    display: block;
  }
}

#head {
  background-color: #f5f5f5;
}

#logo {
  margin: 15px 0;
  width: 16.25%;
  min-width: 120px;
  vertical-align: middle;
  height: 56px;
  background: url(../img/logo.png) no-repeat center;
  background-size: contain;
}
#logo a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #logo {
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: 45%;
  }
  .touzi {
    width: 100%;
  }
  .touzi a {
    width: 80%;
    max-height: auto;
  }
}

#nav {
  vertical-align: middle;
  margin-top: 35px;
}
#nav ul li {
  float: left;
  margin: 0 35px;
}
#nav ul li a {
  display: block;
  color: #111;
  padding: 12px 1px;
  line-height: 1;
  margin: 0 10px;
  border-bottom: 5px solid #f5f5f5;
  padding-bottom: 20px;
  font-size: 16px;
}
#nav ul li.selected a,
#nav ul li:hover a {
  border-bottom: 5px solid #092d5e;
  color: #092d5e;
}
@media screen and (max-width: 1040px) {
  #nav {
    position: fixed;
    padding: 15px 0;
    right: 15px;
    top: 15px;
    background-color: #fff;
    z-index: 995;
    border: 2px solid #111;
    border-radius: 3px;
    width: 220px;
    display: none;
  }
  #nav ul li {
    float: none;
  }
  #nav ul li a {
    margin: 10px 0;
    border-bottom: 1px solid #f2f2f2;
  }
}

#share {
  vertical-align: middle;
  margin-top: 25px;
  position: relative;
}
#share a {
  display: inline-block;
  margin-left: 7px;
  width: 26px;
  height: 26px;
}
#share a.one {
  background: url(../img/e1.png) no-repeat center;
}
#share a.two {
  background: url(../img/wx1.png) no-repeat center;
}
#share a.three {
  background: url(../img/wb1.png) no-repeat center;
}
#share a.one:hover {
  background: url(../img/eh.png) no-repeat center;
}
#share a.two:hover {
  background: url(../img/wxh.png) no-repeat center;
}
#share a.three:hover {
  background: url(../img/wbh.png) no-repeat center;
}
#share .erweima {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  width: 150px;
  display: none;
}
#share a.two:hover + img {
  display: block;
}
@media screen and (max-width: 1040px) {
  #share {
    margin-right: 150px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #share {
    margin-right: 0;
    text-align: center;
    display: block;
    padding-bottom: 15px;
  }
}

#banner {
  margin-bottom: 40px;
}
#banner img {
  width: 100%;
}

#Mabout {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0px 5px 5px #efefef;
}
#Mabout .img {
  width: 37%;
  overflow: hidden;
}
#Mabout .img img {
  width: 100%;
}
#Mabout .info {
  width: 58%;
}
#Mabout .info .title {
  font-size: 22px;
  color: #3a3a3a;
  margin-top: 35px;
  display: block;
}
#Mabout .info .more {
  display: block;
  color: #777;
  margin-top: 25px;
  text-align: right;
  margin-right: 20px;
}
#Mabout .info p {
  color: #777;
  line-height: 2.5;
  margin-top: 20px;
  padding-right: 2%;
}
#Mabout:hover .info .title {
  color: #092d5e;
}
@media screen and (max-width: 1040px) {
  #Mabout {
    padding: 15px;
  }
  #Mabout .img {
    display: none;
  }
  #Mabout .info {
    width: 100%;
  }
  #Mabout .info .title {
    margin-top: 0;
    font-size: 18px;
  }
  #Mabout .info p {
    padding-right: 0;
  }
}

#Mplan {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
#Mplan .img {
  width: 33%;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
}
#Mplan .img img {
  width: 100%;
}
#Mplan .img:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#Mplan .info {
  background-color: #fff;
  width: 64%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  padding: 25px;
}
#Mplan .left {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
  overflow: hidden;
}
#Mplan .left img {
  width: 100%;
}
#Mplan .right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#Mplan .right span {
  font-size: 22px;
  color: #3a3a3a;
  display: block;
  margin-top: 40px;
}
#Mplan .right p {
  margin-top: 25px;
  line-height: 2.5;
  color: #777;
  display: inline-block;
}
#Mplan .right a {
  color: #777;
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
}

#Mplan:hover .right span {
  color: #092d5e;
}
@media screen and (max-width: 1040px) {
  #Mplan .left {
    display: none;
  }
  #Mplan .right {
    width: 100%;
  }
  #Mplan .right span {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 876px) {
  #Mplan .img {
    width: 100%;
    padding: 0;
  }
  #Mplan .info {
    width: 100%;
    position: relative;
  }
}

#loca {
  background-color: #f5f5f5;
  font-size: 20px;
  padding: 30px 0;
  color: #4a78b8;
  display: none;
}
@media screen and (max-width: 687px) {
  #loca {
    font-size: 16px;
    padding: 12px;
    text-align: center;
  }
}

#container {
  background-color: #fff;
  padding: 50px 0;
  min-height: 650px;
}
@media screen and (max-width: 640px) {
  #container {
    padding: 20px 0;
  }
}

#about {
  position: relative;
}
#about .taglist {
  display: inline-block;
  margin-right: 6%;
  margin-top: 20px;
  vertical-align: top;
}
#about .taglist .list {
  font-size: 16px;
  color: #666;
  text-align: left;
  cursor: pointer;
  position: relative;
  border-bottom: 4px solid #fff;
  padding: 10px 0;
  margin-bottom: 40px;
}
#about .taglist .list.active {
  color: #092d5e;
  border-color: #092d5e;
}
#about .tagcont {
  width: 80%;
  display: inline-block;
  padding: 15px;
}
#about .tagcont.team {
  border: 0px none;
  width: 100%;
}
#about .tagcont img {
  width: 100%;
}
#about .tagcont .marginbot {
  margin-bottom: 50px;
  width: 47%;
  margin-right: 1%;
  display: inline-block;
}
#about .tagcont .marginbot:first-child {
  width: 100%;
}
#about .tagcont .box {
  display: none;
  color: #777;
  line-height: 2;
  padding-left: 15px;
}
#about .tagcont .box p {
  margin-bottom: 15px;
}
#about .tagcont .box:first-child {
  display: block;
}
#about .tagcont .left {
  width: 28.8%;
}
#about .tagcont .right {
  width: 68%;
}
#about .tagcont .name {
  font-size: 18px;
  color: #111;
}
#about .tagcont .post {
  font-size: 13px;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
#about .tagcont .info {
  color: #777;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  #about .taglist {
    margin-right: 3%;
  }
}
@media screen and (max-width: 740px) {
  #about {
    margin-top: 30px;
    padding-bottom: 0;
    min-height: auto;
  }
  #about .taglist {
    width: 100%;
    margin-top: 0;
  }
  #about .tagcont .marginbot {
    width: 100%;
  }
  #about .taglist .list {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
    border-left: 0px none;
    padding: 10px 0;
    background-color: #f2f2f2;
  }
  #about .taglist .list.active {
    border-color: #fff;
    background-color: #000;
    color: #fff;
  }
  #about .tagcont {
    float: none;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  #about .taglist .list {
    width: 100%;
    margin-bottom: 0;
  }
  #about .tagcont .left {
    display: none;
  }
  #about .tagcont .right {
    width: 100%;
  }
}

#join {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 8%;
}
#join.arc {
  padding: 0 10%;
}

#join .tip {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #666;
}
#join .tip:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #666;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: -4px;
}
#join .title {
  font-size: 18px;
  margin-bottom: 5px;
}
#join .info {
  color: #444;
  line-height: 2;
}
#join .list {
  margin-bottom: 30px;
}
#join .list li a {
  display: block;
  color: #444;
  padding: 8px 0;
}
#join .list li a:hover {
  color: red;
}
.joinlist {
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  width: 30%;
}
#news .list {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
#news .list.none .img {
  display: none;
}
#news .list.none .left {
  width: 100%;
  padding-bottom: 20px;
}
#news .list .type {
  color: #999;
  font-weight: bold;
  margin-bottom: 10px;
}
#news .list .title a {
  font-size: 18px;
  color: #111;
}
#news .list .time {
  margin: 12px 0;
  font-size: 12px;
  color: #777;
}
#news .list .info a {
  color: #777;
  line-height: 2;
}
#news .list:hover .title a {
  color: #092d5e;
}
#news .list .left {
  width: 70%;
}
#news .list .img {
  width: 25%;
}
#news .list img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #news .list .left {
    width: 100%;
    padding: 10px;
  }
  #news .img {
    display: none;
  }
  .joinlist {
    width: 100%;
    margin-bottom: 30px;
  }
}

#newscont {
  padding: 0 10%;
}
#newscont .title {
  font-size: 20px;
  color: #363636;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}
#newscont .time {
  padding-bottom: 4px;
  font-size: 12px;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#newscont .info {
  color: #777;
  padding: 20px 10px;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  #newscont {
    padding: 0;
  }
  #newscont .title {
    font-size: 16px;
  }
}

#partner .tip {
  margin: 20px;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
#partner .tip.active {
  color: #092d5e;
  border-bottom: 4px solid #092d5e;
}

#partner .part {
  font-size: 0;
}
#partner .img {
  display: inline-block;
  width: 20%;
  margin: 0 2%;
  margin-bottom: 25px;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  #partner .tip {
    margin-bottom: 0;
  }
  #partner .img {
    width: 30%;
    margin: 1%;
  }
}
@media screen and (max-width: 540px) {
  #partner .img {
    width: 47%;
  }
}

#foooter {
  padding-top: 40px;
  padding-bottom: 30px;
  box-shadow: 3px 3px 10px rgba(185, 175, 175, 0.52) inset;
}
#foooter .logo {
  width: 15%;
  min-width: 150px;
  max-width: 250px;
  margin-right: 1%;
}
#foooter .share {
  position: relative;
  margin-right: 1%;
}
#foooter .share a {
  margin: 10px;
  display: inline-block;
  width: 47px;
  height: 47px;
}
#foooter .share a.one {
  background: url(../img/e2.png) no-repeat center;
}
#foooter .share a.two {
  background: url(../img/wx2.png) no-repeat center;
}
#foooter .share a.three {
  background: url(../img/wb2.png) no-repeat center;
}
#foooter .share a.one:hover {
  background: url(../img/eh2.png) no-repeat center;
}
#foooter .share a.two:hover {
  background: url(../img/wxh2.png) no-repeat center;
}
#foooter .share a.three:hover {
  background: url(../img/wbh2.png) no-repeat center;
}
#foooter .share .erweima {
  position: absolute;
  width: 150px;
  bottom: 100%;
  left: 15%;
  display: none;
}
#foooter .share a.two:hover + img {
  display: block;
}
#foooter .mail {
  margin-right: 1%;
}
#foooter .mail p {
  display: block;
  color: #999;
  margin-bottom: 10px;
}
#foooter .mail a {
  display: block;
  color: #999;
}
#foooter .mail:hover a {
  color: #4a78b8;
}
#foooter .copyright {
  padding-left: 60px;
  position: relative;
  margin-left: 5%;
}
#foooter .copyright:before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 10%;
}
#foooter .copyright p {
  display: block;
  color: #999;
  margin-bottom: 10px;
}
#foooter .copyright a {
  color: #999;
  text-transform: capitalize;
}
#foooter .copyright:hover a {
  color: #4a78b8;
}
@media screen and (max-width: 1040px) {
  #foooter {
    padding-bottom: 0;
  }
  #foooter .logo {
    display: none;
  }
  #foooter .share,
  #foooter .mail {
    width: 48%;
    margin-bottom: 25px;
  }
  #foooter .copyright {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  #foooter .copyright:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #foooter .share,
  #foooter .mail,
  #foooter .copyright {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #foooter .copyright {
    padding-left: 0;
  }
}

/* Slider */
.slick-dots li button,
.slick-prev,
.slick-next {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/AjaxLoader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 55px;
  width: 33px;
  line-height: 55px;
  font-size: 80px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 902;
  text-indent: 900px;
  overflow: hidden;
  color: #000;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  font-family: "icomoon";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-prev:before {
  content: "\e625";
}

[dir="rtl"] .slick-prev:before {
  content: "\e628";
}

.slick-next {
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

.slick-next:before {
  content: "\e628";
}

[dir="rtl"] .slick-next:before {
  content: "\e625";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  z-index: 910;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #fff;
  border: 1px solid #9e9e9e;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #111;
}
