/* Imported styles */

@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(iconfont.css);

@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);

/*==============================================
   基本 Css
===============================================*/
html,
body { height: 100% }
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
h3 {

}
h4 {

}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}



button{
  border: none;
}
.thm-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-left: 1px solid #43c3ea;
  border-right: 1px solid #43c3ea;
  border-top: 1px solid #43c3ea;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  border-radius: 3px;
  position: relative;
}
.thm-btn:hover{
  background: transparent;
}

.bg-1{
  background: #43c3ea;
  border-bottom: 2px solid #3cb4d8;
}

.bg-2{
  background: #2a3b5c;
  border-bottom: 2px solid #152545;
}


.sec-title {
  margin-top: -2px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}


.sec-title-two {
  margin-top: -1px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title-two h1{
  color: #3d3d3d;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
}
.sec-title-two .border {
  background: #ececec none repeat scroll 0 0;
  display: block;
  height: 1px;
  width: 70px;
  margin: 20px 0 0;
}

/* 修改 header 样式 */
@keyframes menu_sticky {

}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #6d2e45;
  /*background: #152545;*/
  transition: all 0.7s ease 0s;
  -moz-box-shadow: -1px 5px 11px #0a1327;
  -webkit-box-shadow: -1px 5px 11px #0a1327;
  box-shadow: -1px 5px 11px #0a1327;
}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #6d2e45;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: 3px 1px 3px #0a1327;
  -webkit-box-shadow: 3px 1px 3px #0a1327;
  box-shadow: 3px 1px 3px #0a1327;
}



/* scroll to top styles */
.scroll-to-top {
  background: #6d2e45;
  border: 2px solid #6d2e45;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #6d2e45;
  color: #fff;
  /*background: #152545;*/
  background: #6d2e45
}



/*wyhdebug*/
/* 表单验证 validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #6d2e45;
  outline: none;
}

/*#contact-form input[type="text"].error{
  border-color: red;
}
#contact-form input[type="email"].error{
  border-color: red;
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;
}*/


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    transition: all 500ms ease 0s;
    width: 30px;
    font-family: 'Roboto', sans-serif;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #6d2e45;
    color: #fff;
    border: 1px solid #6d2e45;
}



/* Overlay styles */
.overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  /*border: 3px solid #43c3ea;*/
  /*background-color: rgba(67,195,234,0.90);*/
  background-color: rgba(128, 52, 77, 0.59);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay .box{
  display: table;
  height: 100%;
  width: 100%;
}
.overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.btn-purple{
  background-color: #9a4162;
  padding: 4px 16px;
  border-radius: 0;
  color: #fff;
}
.btn-purple:hover,.btn-purple:focus{
  opacity: 0.9;
  color: #fff;
  transition: all .3s ease-in-out;
}



/*==============================================
    顶部bar的Css
===============================================*/
.top-bar-area {
  background: #43c3ea none repeat scroll 0 0;
  padding: 7px 0 8px;
}
.top-bar-area .welcome p {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin: 5px 0;
}

.top-bar-area .topinfo {
  position: relative;
  left: 100px;
}
.top-bar-area .topinfo .select-items {
  width: 230px;
  float: left;
}

.top-bar-area .topinfo .select-items .single-select-item.extras{
  width: 90px;
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select{
  width: 90px;
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}


.top-bar-area .topinfo .select-items .single-select-item{
  width: 135px;
  float: left;
}
.top-bar-area .topinfo .select-items .single-select-item .bootstrap-select {
  width: 135px;
}
.top-bar-area .topinfo .select-items .single-select-item .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.top-bar-area .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  vertical-align: middle;
  color: #152545;
}

.top-bar-area .rate {
  float: right;
  margin-right: 55px;
}
.top-bar-area .rate h6 {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}

.top-social-links ul{
  float: right;
}
.top-social-links ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 34px;
}
.top-social-links ul li a i{
  color: #ffffff;
  font-size: 14px;
  transition: all 500ms ease;
}
.top-social-links ul li a:hover i{
  color: #152545;
}


/*==============================================
    头部 Css
===============================================*/
.header-area {
  padding: 36px 0px 20px 0px;
}
.header-contact-info ul {
  margin: 5px 0;
  overflow: hidden;
  margin-left: 100px;
}
.header-contact-info ul li {
  display: inline-block;
  float: left;
  margin-right: 45px;
  position: relative;
}
.header-contact-info ul li:last-child{
  margin-right: 0;
}
.header-contact-info ul li .iocn-holder{
  width: 48px;
}
.header-contact-info ul li .iocn-holder span::before {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  color: #152545;
  display: block;
  font-size: 15px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  width: 48px;
  transition: all 500ms ease;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
}
.header-contact-info ul li .text-holder {
  padding-left: 15px;
}
.header-contact-info ul li .text-holder h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 0 5px;
}
.header-contact-info ul li .text-holder h6{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.header-contact-info ul li:hover .iocn-holder span::before{
  border-color: #152545;
}



/*==============================================
    主导航 Css
===============================================*/
.mainmenu-area {
  background: #6d2e45;
}
.main-menu {
  float: left;
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}
.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;
  /*注释*/
  /*border-right: 1px solid #6d2e45;*/
}
.main-menu .navigation li:first-child{
  border-left: 1px solid #6d2e45;
}
.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  opacity: 1;
  padding: 20px 28px 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #6d2e45;
  opacity: 1;
  background-color: #fff;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 140%;
  min-width: 120px;
  padding: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-bottom: 2px solid #ececec;
  transition: all .5s ease;
  background: #fff;
}
.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-right: none;
}
.main-menu .navigation > li > ul > li:first-child{
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  background: #fff;
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  position: relative;
  text-transform: capitalize;
  transition: all .2s ease 0s;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #555;
  background-color: #f3f3f3;
}


.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}

.main-menu .navigation > li > ul > li > ul{
}
.main-menu .navigation > li > ul li:hover ul {}

.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}


.customer-care {
  padding-left: 35px;
  position: relative;
  margin: 14px 0;
  margin-left: 70px;
}
.customer-care .icon-holder {
  position: absolute;
  top: -19px;
  left: -6px;
}
.customer-care .icon-holder span:before{
  font-size: 35px;
  /*color: #43c3ea;*/
  color: #999999
}
.customer-care .title-holder {}
.customer-care .title-holder h5 {
  color: #6d2e45;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.customer-care .title-holder h5.phone-title {
    position: absolute;
    top: -15px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.customer-care .title-holder h4.phone{
  margin-top:5px;
  color: #6d2e45;
  font-size: 18px;
  font-weight: 700;
}

.customer-care .title-holder h4{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}


/* Search Box style   */
.top-search-box {
  position: relative;
}
.top-search-box button {
  background: #3eb9de;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  height: 70px;
  line-height: 68px;
  outline: medium none;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
  border: 2px solid #3eb9de;
}
.top-search-box button:hover {
  background: none;
}
.top-search-box button i.fa-search {
  position: relative;
  top: -2px;
}
.top-search-box .search-box {
  background: #3eb9de none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 140%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 280px;
  z-index: 999;
}
.top-search-box:hover .search-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top-search-box .search-box li form {
  position: relative;
}
.top-search-box .search-box li form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  display: block;
  font-weight: 300;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-box .search-box li form button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3eb9de;
  color: #152545;
  font-size: 13px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 45px;
}
.top-search-box .search-box li form input:focus {
  border: 1px solid #152545
}
.top-search-box .search-box li form input:focus + button, .top-search-box .search-box li form button:hover {
  background: #152545 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #152545;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #2e2e2e;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 8px;
  text-transform: none;
}
.rev_slider_wrapper .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}


.call-to-action-area {
  background: #ffffff;
  padding-top: 30px;
}
.call-to-action-area .single-item {
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
}
.call-to-action-area .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}
.call-to-action-area .single-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.call-to-action-area .single-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.call-to-action-area .single-item .img-holder .overlay .box .content .txt-title{
  color: #fff;
}
.call-to-action-area .single-item .img-holder .overlay .box .content .txt{
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
.call-to-action-area .single-item a h5 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  transition: all 500ms ease;
}
.call-to-action-area .single-item .text-holder {
  margin: 18px 0 0;
}
.call-to-action-area .single-item .text-holder p{

}

.call-to-action-area .single-item:hover a h5{
  color: #43c3ea;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}



.categories-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.categories-area::before {
  background: rgba(21, 37, 69, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.categories-area .sec-title h1{

}
.categories-area .single-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
  background: #ffffff;
  z-index: 1;
}
.categories-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.categories-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}

.categories-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: #43c3ea;
}
.categories-area .single-item .icon-holder::before {
  color: #43c3ea;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
}
.categories-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;
}
.categories-area .single-item .icon-holder .icon-box .icon{
  display: table-cell;
  vertical-align: middle;
}
.categories-area .single-item .icon-holder span::before {
  color: #fff;
  display: block;
  font-size: 30px;
  text-align: center;
}
.categories-area .single-item .text-holder {
  padding-left: 30px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 12px;
}
.categories-area .single-item .text-holder h5{
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: all 500ms ease;
}
.categories-area .single-item .text-holder p{
  transition: all 500ms ease;
}
.categories-area .single-item:hover .text-holder h5{
  color: #ffffff;
}
.categories-area .single-item:hover .text-holder p{
  color: #fff;
}



/***
=============================================
    关于我们
=============================================
***/
.about-us-area {
  background: #fff;
  padding: 80px 0 70px;
}
.about-us-area .about-content{  }
.about-us-area .about-content ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.about-us-area .about-content ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  display: block;
}
.about-us-area .about-content .text-holder p {
  margin: 23px 0 13px;
}
.about-us-area .about-content .text-holder h3{
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about-us-area .about-content .text-holder h3:hover{
  text-shadow: 2px 1px 1px #222;
}
.about-us-area .about-content .text-holder h3 span{
  color: #43c3ea;
}

.about-us-area .choose-us-content { }
.about-us-area .choose-us-content ul li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
.about-us-area .choose-us-content ul li:last-child{
  padding-bottom: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder {
  position: absolute;
  top: 2px;
  left: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder span:before{
  color: #43c3ea;
  font-size: 25px;
}
.about-us-area .choose-us-content ul li .text-holder {}
.about-us-area .choose-us-content ul li .text-holder h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 19px;
  text-transform: capitalize;
}
.about-us-area .choose-us-content ul li .text-holder p{
  line-height: 24px;
}


.footer-area {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-top: 60px;
  overflow: hidden;
}


.footer-bottom {
  overflow: hidden;
  padding: 55px 0 18px;
}
.footer-bottom .copyright-text{}
.footer-bottom .copyright-text p {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom .copyright-text p a {
  color: #43c3ea;
  font-weight: 700;
  transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover{
  color: #fff;
}


.footer-bottom .payment-method {}
.footer-bottom .payment-method ul {
  margin-left: -5px;
  margin-right: -5px;
}
.footer-bottom .payment-method ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.footer-bottom .payment-method ul li a i {
  font-size: 32px;
  transition: all 500ms ease;
  color: #c1c1c1;
}
.footer-bottom .payment-method ul li a:hover i {
  color: #43c3ea;
}

.footer-area .footer-link > li {
    float: left;
    width: 16%;
    box-sizing: border-box;
    /*padding-left: 45px;*/
    list-style-type: none;
}

.footer-area .title {
    color: #6d2e45;
    margin-bottom: 10px;
}

.footer-area .footer-link > li.contact {
    width: 66.66%;
}

.footer-area .footer-link > li.contact i{
  font-size: 20px;
  color: #8c8c8c;
  margin-right: 5px;
}

.footer-area .footer-link > li.wx-code {
    width: 33.33%;
    text-align: center;
}


.footer-area .footer-link ul li a {
    color: #333;
    /*font-size: 12px;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-area .footer-link ul li a:hover{
  color:#6d2e45;
}

.breadcrumb-area {
  padding-top: 55px;
}
.breadcrumb-area h1 {
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}


.breadcrumb-botton-area {
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0 7px;
}
.breadcrumb-botton-area .left { }
.breadcrumb-botton-area .left ul {
  overflow: hidden;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.breadcrumb-botton-area .left ul li{
  display: inline-block;
  margin: 0 2px;
  color: #43c3ea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb-botton-area .left ul li a{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.breadcrumb-botton-area .left ul li a:hover{
  color: #43c3ea;
}
.breadcrumb-botton-area .right {}
.breadcrumb-botton-area .right a {
  color: #43c3ea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.breadcrumb-botton-area .right a i {
  display: inline-block;
  padding-right: 10px;
}
.breadcrumb-botton-area .right a:hover{
  color: #152545;
}



/***
=============================================
    新闻
=============================================
***/
#blog-area {
  padding-bottom: 30px;
  padding-top: 30px;
}
#blog-area .blog-post {
    border-right: 1px solid #f7f7f7;
    margin-bottom: 30px;
}


.blog-with-sidebar-area .blog-post .single-blog-item {
}
.single-blog-item {
  overflow: hidden;
}
.single-blog-item .img-holder {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.single-blog-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}
.single-blog-item .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  transition: all 500ms ease 0s;
  width: 55px;
}
.single-blog-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-blog-item:hover .img-holder img{
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.single-blog-item .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}


.single-blog-item .text-holder {
  padding-left: 70px;
  position: relative;
}
.single-blog-item .text-holder .date-box {
  left: 0;
  position: absolute;
  top: 30px;
}
.single-blog-item .text-holder .date-box h4 {
    background: #6d2e45 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 26px;
    padding: 8px 3px;
    text-align: center;
    width: 70px;
    border-radius: 6px;
}
.single-blog-item .text-holder .date-box h4 span{
    display: block;
}
.single-blog-item .text-holder .date-box h4 span.day{
    font-size: 20px;
}
.single-blog-item .text-holder .date-box h4 span.year{
    font-size: 14px;
}
.single-blog-item .text-holder .text-box {
  margin-left: 20px;
  padding-top: 23px;
}
.single-blog-item .text-holder .text-box .blog-title {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 6px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.single-blog-item .text-holder .text-box .blog-title:hover{
  color: #43c3ea;
}

.single-blog-item .text-holder .text-box .meta-info {
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
  margin-bottom: 16px;
}
.single-blog-item .text-holder .text-box .meta-info li{
  display: inline-block;
  margin: 0 8px;
}
.single-blog-item .text-holder .text-box .meta-info li a{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .meta-info li a:hover{
  color: #43c3ea;
}
.single-blog-item .text-holder .text-box .meta-info li i{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-right: 8px;
}
.single-blog-item .text-holder .text-box .text {
  overflow: hidden;
}
.single-blog-item .text-holder .text-box .text p{
  margin: 0;
}
.single-blog-item .text-holder .text-box .text .bottom {
  overflow: hidden;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a:hover{
  color: #43c3ea;
}
.single-blog-item .text-holder .text-box .text .bottom .readmore a i {
  display: inline-block;
  padding-left: 7px;
  font-size: 15px;
}




/***
=============================================
    联系
=============================================
***/
.contact-area {
  padding-bottom: 70px;
  padding-top: 80px;
}
.contact-area .title{
  padding-bottom: 34px;
  margin-top: -4px;
}
.contact-area .title h2{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.contact-area .accordion-box {}
.contact-area .accordion-box .accordion {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.contact-area .accordion-box .accordion .accord-btn {
  background: #f7f7f7 none repeat scroll 0 0;
  cursor: pointer;
  height: 50px;
  line-height: 18px;
  padding: 11px 20px 12px;
  position: relative;
  transition: all 500ms ease;
}
.contact-area .accordion-box .accordion .accord-btn h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 500ms ease;
  text-transform: none;
  text-transform: capitalize;
}
.contact-area .accordion-box .accordion .accord-btn::after {
  background: #252525 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  content:'\f054';
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 100;
  height: 20px;
  line-height: 22px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 29.5px;
  width: 20px;
  transition: all 500ms ease;
}

.contact-area .accordion-box .accordion .accord-btn.active {
  background: #152545 none repeat scroll 0 0;
}
.contact-area .accordion-box .accordion .accord-btn.active:after{
  content:'\f078';
  color: #fff;
  background: #43c3ea;
}
.contact-area .accordion-box .accordion .accord-btn.active h4{
  color: #fff;
}
.contact-area .accordion-box .accordion .accord-content {
  border: 1px solid #152545;
  display: none;
  padding: 22px 30px 23px;
  position: relative;
}
.contact-area .accordion-box .accordion .accord-content.collapsed{
	display:block;
}

.contact-area .contact-info-list {
  margin-left: -10px;
}
.contact-area .contact-info-list li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
.contact-area .contact-info-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid;
}
.contact-area .contact-info-list li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-area .contact-info-list li .icon-holder span:before{
  color: #43c3ea;
  font-size: 15px;
}
.contact-area .contact-info-list li .text-holder {}
.contact-area .contact-info-list li .text-holder h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-area .contact-info-list li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 500;
  color: #3d3d3d;
}

.contact-area .contact-form {

}
.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea{
  border: 1px solid #ececec;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-area .contact-form form textarea{
  height: 170px;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.contact-area .contact-form form input[type="text"]:focus{
  border-color: #43c3ea;
}
.contact-area .contact-form form input[type="email"]:focus{
  border-color: #43c3ea;
}
.contact-area .contact-form form textarea:focus{
  border-color: #43c3ea;
}
.contact-area .contact-form form button{
  width: 100%;
  padding: 17px 0 16px;
}
.contact-area .contact-form form button:hover{
  background: #152545;
  border-top-color: #152545;
  border-left-color: #152545;
  border-right-color: #152545;

}

.mylist-title-sub{
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.mylist-title{
  display: none;
    /*display: flex;*/
    justify-content: center;
    margin-bottom: 15px;
}
.mylist-title .list{
    flex-grow: 0;
}
.mylist-title .list.list-left{
    width: 100px;
  padding-top: 3px;
}
.mylist-title .list.list-right{
    width: 100px;
    margin-left: 5px;
  padding-top: 3px;
}
.mylist-title .list .icon{
    font-size: 22px;
    color: #9a4162;
}
.mylist-title .list .hr{
    display: block;
    width: 90%;
    height: 8px;
    margin-top: 3px;
}
.mylist-title .list .hr:first-of-type{
    border-bottom: 1.5px solid #9a4162;
}
.mylist-title .list .hr:last-of-type{
    border-top: 1.5px solid #9a4162;
}
.mylist-title .list.list-left .hr:first-of-type{
    /*margin-right: 5px;*/
}
.mylist-title .list.list-left .hr:last-of-type{
    margin-left: 5px;
}
.mylist-title .list.list-right .hr:first-of-type{
    margin-left: 5px;
}
.mylist-title .list.list-right .hr:last-of-type{

}

.sub-title{
    margin-bottom: 40px;
}
.sub-title .myrow_btn{
    display: flex;
    justify-content: center;
}
.sub-title .myrow_btn .mycol_btn{
    flex-grow: 0;
    margin-right: 15px;
    display: block;
    background: #e0e0e0;
    position: relative;
}
.sub-title .myrow_btn .mycol_btn.active{
    background: #9a4162;
    color: #fff;
}
.sub-title .myrow_btn .mycol_btn:last-of-type{
    margin-right: 0px;
}
.sub-title .myrow_btn .mycol_btn a{
     color: #616161;
    display: block;
    padding: 6px 26px;
     font-size: 14px;
 }
.sub-title .myrow_btn .mycol_btn.active a{
    color: #fff;
}
.sub-title .myrow_btn .mycol_btn.arrow{
    display: none;
}
.sub-title .myrow_btn .mycol_btn.active .arrow{
    position: absolute;
    bottom: -19px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #9a4162 transparent transparent transparent;
}
.arrow-top{
    position: absolute;
    top: -19px;
    left: 5px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #9a4162 transparent;
}

.panel-group .panel.panel-mydefault{
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    border-bottom: none;
}
.panel-group .panel.panel-mydefault:last-of-type{
    border-bottom: 1px solid #ddd;
}

.panel-group .panel.panel-mydefault.active .panel-heading{
    background: #6d2e45;
    color: #fff;
}
.panel-group .panel.panel-mydefault .panel-heading{
    background: #eaeaea;
    border-radius: 0;
    color: #989898;
    transition: color .3s linear,background .3s linear;
}
.panel-group .panel.panel-mydefault .panel-body{

}
.arrow-left{
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent  transparent transparent #c7c7c7;
    display: inline-block;
    vertical-align: bottom;
}
.active .arrow-left{
    border-color: transparent  transparent transparent #fff;
}

.blog-img .single-item .img-holder{text-align: center;height: 160px;}
.blog-img .single-item .img-holder img{width: 100%;height: 100%;}
.blog-img .single-item .text-date{color: #6d2e45}
.blog-img .single-item .text-date .day{font-size: 20px;margin-right: 10px}
.blog-img .single-item .text-date .year{font-size: 14px}
.blog-img .single-item .text-title{
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    /*border-bottom: 1px solid #6d2e45;*/
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.blog-img .single-item .text-title:before {
    content: "";
    bottom: -1px;
    position: absolute;
    width: 20%;
    border-bottom: 1px solid #6d2e45;
}
.blog-img .single-item .text-holder{}


.circle-item{}
.circle-item .icon{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #e4e4e4;
    border-radius: 100%;
    margin-bottom: 10px;
}
.circle-item .icon i{
    font-size: 72px;
    line-height: 120px;
    color: #a9a9a9;
}
.circle-item .txt{
    color: #555;
    font-size: 14px;
}
.circle-item .txt-sub{
    font-size: 12px;
    color: #868686;
}

.diploma-img{
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #8d2c4f;
    margin-bottom: 30px;
}
.diploma-border{
    padding: 10px;
    border: 1px solid #8d2c4f;
    position: relative;
}
.diploma-border:before{
    position: absolute;
    content: "\e6d3";
    font-family: ivuIconfont;
    top: -11px;
    left: -6px;
    color: #a93b62;
    font-size: 28px;
}
.diploma-img .txt{
    font-size: 16px;
    color: #8d2c4f;
    font-weight: 600;
    margin-bottom: 10px;
}
.diploma-img .img{
    height: 250px;
}
.diploma-img .img img{
    width: 100%;
    max-height: 250px;
}
.bg-purple{
    background: #6d2e45;
}
.breadcrumb-area.bg-purple h1{
    color: #fff;
}
.breadcrumb-area.bg-purple .mylist-title .list .icon{
    color: #fff;
}
.breadcrumb-area.bg-purple .mylist-title .list .hr:first-of-type,
.breadcrumb-area.bg-purple .mylist-title .list .hr:last-of-type{
    border-color: #fff;
}

.special-border-img{}
.special-border-img .special-border{
    padding: 10px;
    border: 1px solid #8d2c4f;
    position: relative;
    margin-bottom: 5px;
}
.special-border-img .special-border:before{
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85%;
    height: 3px;
    background: #fff;
}
.special-border-img .special-border:after{
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85%;
    height: 3px;
    background: #fff;
}
.special-border-img .special-border img{}

.num-border-txt{
    margin-bottom: 40px;
}
.num-border-txt .special-border{
    border: 1px solid #8d2c4f;
    padding: 10px;
    position: relative;
    height: 180px;
}
.num-border-txt .special-border .num{
    text-align: left;
    font-size: 22px;
    color: #ccc;
}
.num-border-txt .special-border .icon{
    position: absolute;
    top: -6px;
    right: 0;
    left: 0;
    height: 42px;
    width: 42px;
    margin: 0 auto;
    background: #8d2c4f;
}
.num-border-txt .special-border .icon i{
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}
.num-border-txt .special-border .txt{
    font-size: 14px;
    margin-top: 10px;
}
.bottom-txt{
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: 500;
}

.flex-item{display: flex}
.flex-item .flex-list{flex-grow: 0}
.honor-img{width: 300px;}
.honor-text{margin-top: 20px}
.honor-text-icon{
  width: 46px;
  height: 46px;
  background: #6d2e45;
  border-radius: 100%;
  margin-top: 10px;
}
.honor-text-icon i{
  color: #fff;
  line-height: 46px;
  font-size: 32px
}
.honor-text-title{text-align: left;padding: 5px}
.honor-text-info{padding: 5px;}

.mytab-content .mytab-pane{display: none;}
.mytab-content .mytab-pane.active{display: block;}
.notice-top{display: flex;height: 30px;line-height: 30px}
.notice-top .title{color: #6d2e45;font-size: 16px}
.notice-top .title i{margin-right: 5px}
.notice-top .body{}

.link-content{font-size: 12px;}
.link-content .link-title{    margin: 2px 0;}
.link-content .link-body{display: flex;justify-content: center;    padding: 15px 0;}
.link-content .link-list:first-of-type{border-right: none;}
.link-content .link-list:last-of-type{border-right: none;}
.link-content .link-list{
  border-right: 1px solid #ccc;
  padding: 0px 10px;
  margin: 2px 0;
  text-align: center;
}

.notice-bottom{
  border-top: 1px solid #efefef;
  padding: 10px 0;
}
.notice-sub-title{
  margin-bottom: 20px;
}
.notice-sub-title .myrow_btn{
}
.notice-sub-title .myrow_btn .mycol_btn{
  display: block;
  background: #f3f2f2;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.notice-sub-title .myrow_btn .mycol_btn.active{
  background: #9a4162;
  color: #fff;
}
.notice-sub-title .myrow_btn .mycol_btn:last-of-type{
  /*margin-right: 0px;*/
}
.notice-sub-title .myrow_btn .mycol_btn a{
  color: #616161;
  display: block;
  padding: 30px 6px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.notice-sub-title .myrow_btn .mycol_btn.active a i{
  color: #fff;
}
.notice-sub-title .myrow_btn .mycol_btn a i{
  font-size: 22px;
  margin-right: 5px;
  color: #ccc;
}
.notice-sub-title .myrow_btn .mycol_btn.active a{
  color: #fff;
}
.notice-sub-title .myrow_btn .mycol_btn.arrow-right{
  display: none;
}
.notice-sub-title .myrow_btn .mycol_btn.active .arrow-right{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent#9a4162;
}

.carousel-indicators{
  right: 0;
  bottom: 0;
  left: auto;
  text-align: right;
  margin-right: 10px;
}
.carousel-indicators li{
  width: auto;
  height: auto;
  border-radius: 0;
  text-indent: 0;
  padding: 0 4px;
  color: #fff;
  background-color: rgba(77, 76, 76, 0.74);
  border: 1px solid #686868;
  margin: 0;
}
.carousel-indicators li.active {
  background-color: #a53d5f;
  color: #fff;
  border: 1px solid #803361;
  width: auto;
  height: auto;
  margin: auto;
}

.carousel-caption{
  bottom: 0;
  padding: 10px;
  right: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.55);
}
.carousel-inner img{width: 100%;}

.single-footer-widget .services-list{ }
.single-footer-widget .services-list li{
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.single-footer-widget .services-list li:before{
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #9a4162;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 500ms ease;
}
.single-footer-widget .services-list li a{
  color: #333;
  font-size: 12px;
  font-weight: 400;
  transition: all 700ms ease;
}
.single-footer-widget .services-list li:hover:before{
  color: #512435;
}
.single-footer-widget .services-list li:hover a{
  color: #512435;
  text-decoration: underline;
}
.single-footer-widget .services-list li .day{
  float: right;
  font-size: 12px;
  color: #8c8c8c;
}
.mylist-title-line{
  display: flex;
  justify-content: center;
}
.mylist-title-line .list{
  font-size: 20px;
}
.mylist-title-line .list .hr{
  display: block;
  width: 100px;
  height: 1px;
  background: #e8e8e8;
  margin: 14px 5px;
}
.text-link-icon i{color: #dfdfdf;font-size: 20px}
.blog-with-sidebar-area{padding-top: 30px}
.img-bg{
  background: url("../images/ps/gongshijianjie (4).jpg")no-repeat center;
  width: 100%;
  padding: 35px 0;
}
.table-content{
  padding: 15px;
  background: #fff;
}
.table-content .table tr th{
  background: #f5f5f5;
  color: #555;
  text-align: center;
  vertical-align:middle;
}
.table-content .table tr td{
  color: #555;
  text-align: center;
  vertical-align:middle;
}
.table-content .table tr td.bg-grey{
  background: #f5f5f5;
}
.bottom-sub-txt{
  font-size: 12px;
  color: #fff;
  margin-top: 20px;
}
.font-weight{font-weight: 500}
.bg-purple-img{
  background: url("../images/ps/gongshijianjie (3).jpg")no-repeat center;
  width: 100%;
}
.collapse-body-item{
  padding: 15px 40px;
}

.collapse-body-list{
  counter-reset: li;
  list-style: none;
  padding-inline-start: 0px;
}
.collapse-body-list li:before{
  content:counter(li)"、";
  counter-increment: li;
}
.collapse-body-item .collapse-body-list li{
  color: #505050;
  padding: 5px 0;
}
.collapse-body-title{
  font-size: 14px;
  color: #676767;
  font-weight: 600;
}