body {
	font-family: "微软雅黑", Arial;
	font-size: 13px;
	line-height: 1.8;
	color: #808080;
	background: #fff;
	height: 100%;
	position: relative;
}

.grayscaleimg{
	filter: grayscale(100%);
}

/*******************************************************/

/*====================================
=            button style    www.bootstrapmb.com        =
====================================*/
.temp-form-button {
  background-color: #992168;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  box-shadow: 1px 3px 6px #bababa;
}
.temp-form-button:hover {
  background-color: #992168;
}
.temp-form-button:before {
  background: #cd559c;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.temp-form-button:hover:before {
  transform: scaleY(1);
}

/*=====  End of button style  ======*/
/*=====================================
=            input styling            =
=====================================*/
.temp-span-wrap {
  display: inline-block;
  margin: 9px 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 1;
}
.temp-span-wrap .temp_input_field {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  display: block;
  float: right;
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
  padding-left: 0;
  position: relative;
  width: 100%;
  padding: 0.4em 0.25em;
  width: 100%;
  background: transparent;
}
.temp-span-wrap .temp_input_field.temp_textarea_field {
  height: 100px;
}
.temp-span-wrap .temp_input_field:focus {
  outline: none;
}
.temp-span-wrap .temp_input_field:focus + .temp_input_label .temp_input_label-content {
  -webkit-transform: translate3d(0, -90%, 0);
  -moz-transform: translate3d(0, -90%, 0);
  -ms-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
}
.temp-span-wrap .temp_input_field:focus + .temp_input_label:before {
  -webkit-transform: translate3d(0, -0.5em, 0);
  -moz-transform: translate3d(0, -0.5em, 0);
  -ms-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
}
.temp-span-wrap .temp_input_label {
  position: absolute;
  width: 100%;
  text-align: left;
  pointer-events: none;
  -moz-user-select: none;
  color: #6a7989;
  display: inline-block;
  float: right;
  -webkit-font-size: 70.25%;
  -moz-font-size: 70.25%;
  -ms-font-size: 70.25%;
  font-size: 70.25%;
  font-weight: bold;
}
.temp-span-wrap .temp_input_label:after {
  bottom: 0;
  background: #992168;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.temp-span-wrap .temp_input_label.temp-textarea-label:after {
  bottom: -60px;
}
.temp-span-wrap .temp_input_label .temp_input_label-content {
  color: #cd559c;
  display: block;
  -webkit-font-size: 12px;
  -moz-font-size: 12px;
  -ms-font-size: 12px;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 11px;
  padding-top: 11px;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.temp-span-wrap.input--filled .temp_input_label .temp_input_label-content {
  -webkit-transform: translate3d(0, -90%, 0);
  -moz-transform: translate3d(0, -90%, 0);
  -ms-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
}
.temp-span-wrap.input--filled .temp_input_label:before {
  -webkit-transform: translate3d(0, -0.5em, 0);
  -moz-transform: translate3d(0, -0.5em, 0);
  -ms-transform: translate3d(0, -0.5em, 0);
  transform: translate3d(0, -0.5em, 0);
}

/*=====  End of input styling  ======*/
/*========================================
=            checkbox styling            =
========================================*/
.temp-checkbox-wrap {
  -webkit-font-size: 12px;
  -moz-font-size: 12px;
  -ms-font-size: 12px;
  font-size: 12px;
  position: relative;
  margin-left: 15px;
  color: #992168;
}
.temp-checkbox-wrap input {
  content: "";
  left: -17px;
  position: absolute;
  top: -5px;
  visibility: hidden;
}
.temp-checkbox-wrap input:checked ~ .checkmark {
  background-color: #cd559c;
}
.temp-checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}
.temp-checkbox-wrap .checkmark {
  background: #992168;
  height: 16px;
  left: -24px;
  position: absolute;
  top: 0px;
  width: 16px;
}
.temp-checkbox-wrap .checkmark:after {
  border-color: #bababa;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  border-color: #fff;
  display: none;
}

/*=====  End of checkbox styling  ======*/
/*====================================
=            radio-button            =
====================================*/
.temp-custom-radio-button {
  padding-left: 23px;
  position: relative;
  font-family: 16px;
}
.temp-custom-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.temp-custom-radio-button input:checked ~ .temp-radio-checkmark {
  background-color: #992168;
}
.temp-custom-radio-button input:checked ~ .temp-radio-checkmark:after {
  display: block;
}
.temp-custom-radio-button .temp-radio-checkmark {
  background-color: #cd559c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.temp-custom-radio-button .temp-radio-checkmark:after {
  background: white none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: none;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 8px;
}

/*=====  End of radio-button  ======*/
/*==============================
=            select            =
==============================*/
.temp-custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 2px solid #992168 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #cd559c;
  -webkit-font-size: 12px;
  -moz-font-size: 12px;
  -ms-font-size: 12px;
  font-size: 12px;
  text-align: left !important;
  padding-left: 0 !important;
  position: relative;
  outline: none !important;
}
.temp-custom-select:focus {
  outline: none !important;
}

/*=====  End of select  ======*/
/*====================================
=            common style            =
====================================*/
body {
  font-family: "Montserrat", sans-serif;
}

a {
  outline: 0 !important;
}
a:hover {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.custom-row {
  display: flex;
}

/*=====  End of common style  ======*/
.temp-popup-form-wrapper {
  background-image: url("assets/images/banner1.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  /*================================================
  =            style of setting section            =
  ================================================*/
  /*=====  End of style of setting section  ======*/
  /*===========================================
  =            naviigation section            =
  ===========================================*/
}
.temp-popup-form-wrapper .temp-content-wrapper {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.temp-popup-form-wrapper .temp-content-wrapper h1 {
  color: #fff;
  font-weight: 600;
  -webkit-font-size: 40px;
  -moz-font-size: 40px;
  -ms-font-size: 40px;
  font-size: 40px;
  text-shadow: 2px 2px 2px #6d6d6d;
  display: inline-block;
}
.temp-popup-form-wrapper .temp-content-wrapper p {
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
}
.temp-popup-form-wrapper .temp-change-setting-wrap {
  background-color: #fff;
  color: #000;
  content: "";
  left: -230px;
  position: absolute;
  text-align: left;
  top: 0;
  transition: all 0.3s linear 0s;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 230px;
}
.temp-popup-form-wrapper .temp-change-setting-wrap.active {
  left: 0 !important;
  transition: 0.3s linear all;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting {
  background: #fff none repeat scroll 0 0;
  content: "";
  position: absolute;
  right: -40px;
  top: -1px;
  width: 40px;
  border: 2px solid #992168;
  cursor: pointer;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper {
  height: 330px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list {
  padding: 0;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu {
  border: 1px solid #992168;
  cursor: pointer;
  font-weight: 600;
  padding: 10px;
  position: relative;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu #temp-font-menu {
  margin: 0;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu .temp-icon {
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu .temp-font-submenu-list {
  background-color: #bc438b;
  display: none;
  font-weight: normal;
  left: 0;
  padding: 0;
  position: absolute;
  top: 41px;
  width: 100%;
  z-index: 9999;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu .temp-font-submenu-list li:hover {
  background-color: #992168;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu .temp-font-submenu-list li.hide_class {
  display: none;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-font-family .temp-main-font-family-list .temp-font-menu .temp-font-submenu-list li a {
  color: #fff;
  padding: 7px;
  display: block;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting {
  width: 250px;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting input {
  display: inline-block;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-custom-radio-button {
  display: inline;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap {
  display: inline-flex;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box {
  height: 20px;
  margin: 10px;
  width: 20px;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color1 {
  background-color: #2E3353;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color2 {
  background-color: #889cb7;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color3 {
  background-color: #2d5c67;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color4 {
  background-color: #75B0C2;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color5 {
  background-color: #AB7B39;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-color-setting .temp-color-box-wrap .temp-color-box.color6 {
  background-color: #C9BA9D;
}
.temp-popup-form-wrapper .temp-change-setting-wrap .temp-setting-wrapper .temp-background-image-setting .temp-custom-radio-button {
  margin-top: 7px;
  display: inline;
}
.temp-popup-form-wrapper .temp-custom-navigation {
  background-color: #992168;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 9;
  /*=====  End of naviigation section  ======*/
}
.temp-popup-form-wrapper .temp-custom-navigation .temp-custom-list-items li a {
  color: #fff !important;
  transition: 0.3s linear all;
}
.temp-popup-form-wrapper .temp-custom-navigation .temp-custom-list-items li a:hover {
  background-color: #cd559c;
  transition: 0.3s linear all;
}
.temp-popup-form-wrapper .temp-custom-navigation .temp-custom-logo-header a {
  color: #fff !important;
  -webkit-font-size: 21px;
  -moz-font-size: 21px;
  -ms-font-size: 21px;
  font-size: 21px;
  font-weight: bold;
}

/*====================================
=            form styling            =
====================================*/
.temp-custom-modal-wrap {
  margin: 5px;
}
.temp-custom-modal-wrap .temp-custom-modal-content {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-close-button {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-font-size: 21px;
  -moz-font-size: 21px;
  -ms-font-size: 21px;
  font-size: 21px;
  height: 22px;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 22px;
  z-index: 9;
  box-shadow: 2px 2px 4px #000;
  line-height: 22px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper {
  margin-top: 0px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap {
  padding-top: 20px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap h2 {
  margin-bottom: 30px;
  color: #992168;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap .custom-form-label2 a {
  -webkit-font-size: 12px;
  -moz-font-size: 12px;
  -ms-font-size: 12px;
  font-size: 12px;
  color: #992168;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap .temp-login-button-wrap {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap img {
  margin-bottom: 30px;
  margin-top: 15px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap .temp-custom-select {
  margin-bottom: 25px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap.temp-subscribe-form-column-wrap .temp-radio-button-subscribe {
  color: #992168;
  -webkit-font-size: 13px;
  -moz-font-size: 13px;
  -ms-font-size: 13px;
  font-size: 13px;
  margin-bottom: 6px;
  margin-left: 12px !important;
  margin-top: 6px;
  padding-left: 10px;
  display: block;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap.temp-subscribe-form-column-wrap .temp-radio-button-subscribe .temp-radio-checkmark {
  left: -15px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap.temp-subscribe-form-column-wrap .temp-subscribe-checkbox {
  display: block;
  font-weight: normal;
  margin-bottom: 17px;
  margin-top: 13px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image {
  background-image: url("assets/images/banner1.jpg");
  padding: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-forget-password-column-wrap-image h2 {
  -webkit-font-size: 40px;
  -moz-font-size: 40px;
  -ms-font-size: 40px;
  font-size: 40px;
  text-transform: capitalize;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image:after {
  background: #992168;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.86;
  position: absolute;
  top: 0;
  width: 100%;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper {
  z-index: 99;
  position: relative;
  color: #fff;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper h2 {
  -webkit-font-size: 45px;
  -moz-font-size: 45px;
  -ms-font-size: 45px;
  font-size: 45px;
  text-transform: capitalize;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper p {
  margin-top: 25px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper p.temp-reg-para {
  margin-top: 45px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap.temp-reg-anchor-wrap {
  margin-top: 27px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-anchor {
  border: 2px solid #42B0E5;
  color: #fff;
  display: block;
  padding: 8px 20px 8px 0;
  transition: all 0.3s linear 0s;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-anchor:hover {
  background-color: #47a6db;
  transition: 0.3s linear all;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-anchor:focus {
  text-decoration: none;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-anchor .temp-social-icon-wrap {
  background: #42b0e5 none repeat scroll 0 0;
  font-weight: bold;
  margin-right: 10px;
  padding: 10px 13px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-anchor span {
  -webkit-font-size: 13px;
  -moz-font-size: 13px;
  -ms-font-size: 13px;
  font-size: 13px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-icon-color {
  border: 2px solid #c53928;
  margin-top: 10px;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-icon-color:hover {
  background-color: #d24635;
}
.temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper .temp-anchor-wrap .temp-icon-color .temp-social-icon-wrap {
  background-color: #c53928;
  padding: 10px 12px;
}

.changed-one:after {
  background-color: #2E3353 !important;
}

.changed-two:after {
  background-color: #2D5C67 !important;
}

.changed-three:after {
  background-color: #AB7B39 !important;
}

.changed-one-btn:before {
  background-color: #889CB7 !important;
}

.changed-two-btn:before {
  background-color: #75B0C2 !important;
}

.changed-three-btn:before {
  background-color: #C9BA9D !important;
}

/*=====  End of form styling  ======*/
@media only screen and (max-width: 992px) and (min-width: 768px) {
  /*===========================================
  =            naviigation section            =
  ===========================================*/
  .temp-custom-navigation .temp-custom-list-items li a {
    -webkit-font-size: 12px;
    -moz-font-size: 12px;
    -ms-font-size: 12px;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  /*=====  End of naviigation section  ======*/
}
@media only screen and (max-width: 768px) {
  .custom-row {
    margin: 0;
    display: block;
  }

  /*============================================
  =            media query for form            =
  ============================================*/
  .temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper {
    margin-top: 15px;
  }
  .temp-custom-modal-wrap .temp-custom-modal-content .temp-custom-modal-body .temp-login-form-wrapper .temp-form-column-wrap-image .temp-form-inner-wrapper h2 {
    -webkit-font-size: 32px;
    -moz-font-size: 32px;
    -ms-font-size: 32px;
    font-size: 32px;
  }

  .temp-custom-navigation .temp-custom-logo-header .navbar-toggle {
    border: 0 !important;
  }
  .temp-custom-navigation .temp-custom-logo-header .navbar-toggle:hover {
    background-color: transparent;
  }
  .temp-custom-navigation .temp-custom-logo-header .navbar-toggle:focus {
    background-color: transparent;
  }
  .temp-custom-navigation .navbar-collapse {
    border: 0 !important;
    box-shadow: none;
  }

  /*=====  End of media query for form  ======*/
}



/***********************************************/


/*=============================
	Start Contact CSS
===============================*/

.contact .single-info {
	text-align: center;
	padding: 0px 45px;
	padding: 30px 30px;
	box-shadow: 0px 0px 10px #0000001f;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.contact .single-info:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:0%;
	height:4px;
	background:#2889E4;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact .single-info:hover:before{
	width:100%;
}
.contact .single-info i {
	color: #2889E4;
	font-size: 35px;
	display: inline-block;
	margin-bottom: 20px;
}
.contact .single-info ul li{
	display:block;
}
.contact .single-info ul li a{
	font-weight:400;
}
.contact .single-info ul li a:hover{
	color:#2889E4;
}
.contact .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #2c2d3f;
	font-size: 18px;
}
.contact .contact-head {
	margin-top: 20px;
}
.contact .form-main {
	box-shadow: 0px 0px 10px #0003;
	padding: 30px;
	margin-top: 30px;
	border-radius: 5px;
}
.contact .form .form-group input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #2C2D3F;
	border-radius: 4px;
}
.contact .form .form-group textarea {
	height: 190px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #2C2D3F;
	border-radius: 4px;
	resize: none;
}
.contact .form .button {
	margin:0;
}
.contact .form .button .btn{
	width:100%;
}
.contact .form .button .btn:before{
	display:none;
}
.contact .form .button .btn:hover{
	background:#333;
}
.contact .form .button .btn i{
	display:inline-block;
	margin-right:10px;
}

/********************************************************************************************
#分页
*******************************************************************************************/
.pagination {
	font-family: 微软雅黑, 宋体, arial, helvetica, sans-serif;
	height:35px;
	line-height:35px;
	overflow: hidden;
	width:100%;
	text-align:center;
}
.pagination a {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #679298;
	padding-top: 5px;
	text-decoration: none;
}
.pagination a:hover {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	color: #de4547;
	background-color: #d2eaf6;
}
div.pagination a:active {
	border-right: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	color: #de4547;
	background-color: #d2eaf6;
}
.pagination span.current {
	border-right: #b7d8ee 1px solid;
	border-left: #b7d8ee 1px solid;
	border-top: #b7d8ee 1px solid;
	border-bottom: #b7d8ee 1px solid;
	padding-right: 6px;
	padding-left: 5px;
	padding-bottom: 4px;
	margin: 0px 1px;
	color: #5e78c5;
	padding-top: 5px;
}
.pagination span.disabled {
	background-color: #d2eaf6;
}


/*==============================================================================================
#head
/*============================================================================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #2889E4;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #FC5185;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#scrollUp {
	right:30px;
	z-index: 33;
	bottom:40px;
	text-align: center;
}
#scrollUp i{
	height: 40px;
    width: 40px;
    line-height: 40px;
    background: #2889e4;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
}
#scrollUp i:hover{
	background:#333;
	color:#fff;
}

/* Video Animations */
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-webkit-keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}
@keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}

/*======================================
	Start Header CSS
========================================*/
/* Logo */
.header .logo {
	float: left;
	margin-top: 31px;
}
.header .navbar {
	padding: 0;
}
.header .logo {
	display: inline-block;
	margin-right: 22px;
	padding-right: 22px;
	border-right: 1px solid #eee;
	margin-top: 6px;
}
.header .logo img{
	max-height: 38px;
}
/* Topbar */
.header .topbar {
	padding: 0;
	overflow: hidden;
	background: #fff;
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.header .logo {
	display: inline-block;
	margin-right: 22px;
	padding-right: 22px;
	border-right: 1px solid #eee;
}
.header .topbar .tagline {
	display: inline-block;
	margin-top: 15px;
}

.header .topbar .widget-main {
	float: right;
	margin-top: 3px;
}
.header .topbar .single-widget {
	position: relative;
	float: left;
	padding-left: 53px;
	margin-right: 25px;
}
.header .topbar .single-widget.first {
	position: relative;
	float: left;
	border-right: 1px solid #eee;
	margin-right: 20px;
	padding-right: 20px;
}
.header .topbar .single-widget:last-child{
	margin:0;
	padding:0;
	border:none;
}
.header .topbar .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .topbar .single-widget i {
	position: absolute;
	left: 0;
	top: 3px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #2889E4;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .topbar .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .topbar .single-widget p {
	margin-bottom: 2px;
	text-transform: capitalize;
}
.header .topbar .single-widget .btn{
	margin-left:0;
	padding:14px 25px;
	color:#fff;
}
/* Main Menu */
.header .menu-origin {
	float: left;
	display: inline-block;
}
.header .nav li {
	margin-right:15px;
	float: left;
	position: relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	display: block;
	color: #0c0c24;
	z-index: 4;
	padding: 0;
	padding: 6px 16px;
	background: #fff;
	padding: 0;
	padding: 25px 12px;
}
.header .nav li a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:0%;
	background:#2889E4;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before,.header .nav li:hover a:before{
	width:100%;
	opacity:1;
	visibility:visible;
}
.header .nav li.active a,.header .nav li:hover a{
	color:#2889E4;
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.header .nav li a i{
	margin-left: 7px;
    font-size: 9px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: -21px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	/* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	padding: 15px 0;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 8px 15px 8px 25px;
	color: #666;
	display: block;
	font-weight: 400;
	font-size:14px;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	position:relative;
}
.header .nav li .dropdown li a:before{
	position: absolute;
	content: "";
	left:0;
	top:0;
	height: 100%;
	width:0px;
	background: #2889E4;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	margin:0;
	opacity:0;
	visibility:hidden;
}
.header .nav li .dropdown li a:hover:before{
	opacity:1;
	visibility:visible;
	width:2px;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li a:hover{
	background:#F8F9FA;
	padding-left:30px;
	color:#2889E4;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .dropdown.sub-dropdown {
	background: #fff;
    width: 220px;
    position: absolute;
    left: 199px;
    top: 0;
    z-index: 999;
   -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a{
	padding: 8px 15px 8px 25px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a{
	background:transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	background:#F8F9FA;
	padding-left:30px;
	color:#2889E4;
}
.header .nav li .dropdown.sub-dropdown li:last-child a{
	border-bottom:0px solid;
}
/* Right Bar */
.header .right-bar {
	float: right;
	display: inline-block;
	margin-top: 17px;
}
.header .single-bar {
	
}
.header .single-bar:last-child{
	margin:0;
}
/* Search Form */
.header .search .form{
	position:relative;
}
.header .search .form input {
	height: 42px;
	width: 240px;
	border: 1px solid #eee;
	padding: 0px 60px 0 20px;
	border-radius: 5px;
}
.header .search .form button {
	height: 42px;
	width: 42px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border-radius:0 5px 5px 0;
	background: transparent;
	color: #333;
	font-size: 14px;
	border: none;
	border-left: 1px solid #eee;
	text-align: center;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .search .form button:hover{
	color:#2889E4;
}
.header .header-inner{
	width:100%;
}
/* Sticky Header */
.header.sticky .header-inner{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index:999;
}

/*======================================
   End Header CSS
========================================*/  


/*======================
	Start Footer CSS
========================*/
.footer{
	background:#121219;
}
.footer .footer-top{
	padding:70px 0px;
}
.footer .single-footer {
	margin-top: 30px;
}
.footer .single-footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 40px;
	border-left: 4px solid #2889e4;
	padding-left: 10px;
}
/* Footer About Us */
.footer .f-about .logo{
	margin-bottom:23px;
}
.footer .f-about .text {
	color: #ccc;
	margin-bottom: 20px;
	line-height: 24px;
}
.footer .logo img {
	max-height: 38px;
}
.footer .single-footer.f-about .btn {
	color: #333;
	background: #fff;
	padding: 10px 37px;
}
.footer .single-footer.f-about .btn:hover{
	color:#fff;
}
.footer .single-footer.f-about .btn:before{
	background:#2889E4;
}
/* Footer Link */
.footer .f-link ul li {
	margin-bottom: 10px;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #ccc;
	font-weight:400;
}
.footer .f-link ul li a:hover{
	color:#2889E4;
	padding-left:6px;
}
/* Latest News */
.footer .latest-news{}
.footer .single-news {
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
}
.footer .single-news:last-child{
	margin-bottom:0px;
}
.footer .single-news img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
}
.footer .single-news h4 {
	font-size: 15px;
	line-height: 23px;
}
.footer .single-news h4 a {
	color: #ccc;
	font-weight: 400;
}
.footer .single-news h4 a:hover{
	color:#2889E4;
}
.footer .single-news .date {
	color: #eee;
	display: block;
	margin-top: 7px;
	font-size: 13px;
}
.footer .single-news .date i {
	margin-right: 5px;
	color: #2889E4;
}
/* Get In Tuch */
.footer .single-contact {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
.footer .single-contact:last-child{
	margin-bottom:0px;
}
.footer .single-contact i {
	color: #2889E4;
	position: absolute;
	left: 0;
	top: 5px;
}
.footer .f-contact p{
	color:#ccc;
}
.footer .f-contact p a{
	color:#ccc;
	font-weight:400;
}
.footer .f-contact p a:hover{
	color:#2889E4;
}
/* Social */
.footer .social{
	margin-top:20px;
}
.footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .social li:last-child{
	margin-right:0px;
}
.footer .social li a{
	color:#fff;
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #fff;
	border-radius:100%;
	display:block;
	font-size:14px;
}
.footer .social li a:hover{
	background:#2889E4;
	border-color:#2889E4;
	color:#fff;
}
/* Copyright */
.footer .copyright {
	background: transparent;
	position: relative;
	text-align: center;
}
.footer .copyright-content{
	padding: 20px 0;
	border-top: 1px solid #eeeeee3d;
}
.footer .copyright-content p {
	color: #fff;
}
.footer .copyright-content p i{
	margin-right:5px;
}
.footer .copyright-content p a{
	font-weight:400;
	color:#eee;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	display:inline-block;
	margin-left:4px;
	text-decoration:underline;
}
.footer .copyright-content p a:hover{
	color:#2889E4;
}
/*=============================
	End Footer CSS
/*=============================
   Start About Us CSS
===============================*/
.btn{
	position:relative;
	padding:14px 45px;
	background:#2889e4;
	color:#fff;
	font-size:14px;
	font-weight:500;
	border-radius:5px;
	text-align:center;
	border:none;
	z-index:2;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	overflow:hidden;
	text-transform:capitalize;
}
.btn:before{
	content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
     -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
	background:#333;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.btn:hover:before{
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	 height: 250%;
}
.btn:hover{
	
}
.btn:hover{
	color:#fff;
}
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
/* Slider Animation */
.owl-item.active .text h4{
   animation: fadeInUp 0.8s both 1s;
}
.owl-item.active .text h1{
   animation: fadeInRight 1s both 1.2s;
}
.owl-item.active .text p{
   animation: fadeInLeft 1.2s both 1.4s;
}
.owl-item.active .text .button{
   animation: fadeInUp 1.4s both 1.6s;
}
.hero-slider.style2{
	z-index:0;
}
/*=============================
	End Slider CSS 
===============================*/
.about-us {
	background:#fff;
}
.about-us .about-image{}
.about-us .about-content{
	padding:0px 30px 0px 50px;
}
.about-us .section-heading{}
.about-us .section-heading h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 0;
	display: block;
	margin-bottom: 35px;
	color: #333;
}
.about-us .section-heading h2 span{
	font-weight: 300;
	display:block;
	font-size: 30px;
	color:#333;
}
.about-us .section-heading p {
	display: block;
	margin-bottom:20px;
	color:#333;
}
.about-us .section-heading p:last-child{
	margin-bottom:0;
}
.about-us .section-heading .quote-text {
	border-left: 4px solid #fff;
	padding: 5px 0 5px 15px;
}
.about-us .single-block {
	position: relative;
	padding-left: 58px;
	padding-right: 15px;
	margin-top: 40px;
}
.about-us .single-block i {
	font-size: 36px;
	color: #333;
	position: absolute;
	left: 0;
	top: 5px;
}
.about-us .single-block h5 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
	color:#333;
}
.about-us .single-block p{
	color:#333;
}
.about-us .signature-block {
	display: inline-block;
	display: block;
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
}
.about-us .signature-block p {
	color: #333;
	font-size: 18px;
	display: inline-block;
	border-left: 1px solid #eee;
	margin-left: 30px;
	padding-left: 30px;
	height: 100%;
}
.about-us .signature-block p i{
	display:inline-block;
	margin-right:10px;
	color:#444;
}
.about-us .signature-block p span {
	display: block;
	font-size: 14px;
	color: #888;
	margin-left: 24px;
}
.about-us .signature-block .image {
	display: inline-block;
}
.about-us .signature-block .image img{
	position:relative;
	top:-10px;
}
/*===========================
   End About Us CSS
=============================*/
/*============================
	Start Services CSS
==============================*/  
.services{
	background:#fff;
}
.services .section-title {
	margin-bottom: 50px;
}
.services .single-service{
	position:relative;
	padding:30px;
	background:#fff;
	text-align:center;
	margin-top:30px;
	box-shadow: 0px 17px 60px #00000012;
	overflow:hidden;
}
.services .single-service::before {
	position: absolute;
	content: "";
	left: -81px;
	top: 0;
	height: 0;
	width:165px;
	background: #2889e4;
	-webkit-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	-moz-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transform: rotate(-45deg);
}
.services .single-service:hover:before{
	height: 50px;
}
.services .single-service::after {
	position: absolute;
	content: "";
	right: -81px;
	bottom: 0;
	height: 0;
	width:165px;
	background: #2889e4;
	-webkit-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	-moz-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transform: rotate(-45deg);
}
.services .single-service:hover:after{
	height: 50px;
}
.services .single-service:hover{
	box-shadow: 0px 17px 60px #00000012;
}
.services .service-left{
	margin-top:150px;
}
.services .single-service i {
	position:relative;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	color: #2889e4;
	font-size: 30px;
	display: inline-block;
	background: transparent;
	border-radius: 100%;
	border: 1px solid #f4f4f4e6;
	margin-bottom:25px;
	z-index:1;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-service:hover i{
	background:#2889e4;
	color:#fff;
	border-color:transparent;
}
.services .single-service h3 {
	margin-bottom: 20px;
	line-height: 28px;
}
.services .single-service h3 a {
	font-size: 21px;
	font-weight: 500;
	color: #222;
}
.services .single-service h3 a:hover{
	color:#2889e4;
}
.services .single-service p{}
.services .single-service .service-btn {
	position: relative;
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
	background: transparent;
	line-height: 40px;
	color: #222;
	padding: 0;
}
.services .single-service .service-btn:hover{
	color:#2889e4;
	letter-spacing: 1px;
}
/* Single Service */
/*=============================
	Start Blog CSS CSS
===============================*/

.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .single-news img {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(3deg) scale(1.1);
}
.blog .single-news:hover img{
	transform: rotate(0deg) scale(1);
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	position: relative;
	top: -25px;
	left: 0;
	z-index: 0;
	box-shadow: 0px 0px 10px #00000014;
	margin:0 15px;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#2889E4;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-content:hover:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
	margin-top: 10px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#2889E4;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .author {
	display: inline-block;
	margin-right: 10px;
	padding-right: 16px;
	border-right: 1px solid #eee;
}
.blog .single-news .news-body .author i{
	display:inline-block;
	margin-right:5px;
}
.blog .single-news .news-body .date {
	display:inline-block;
}
.blog .single-news .news-body .more-btn{
	color:#2889E4;
	display:inline-block;
	margin-top:15px;
}
.blog .single-news .news-body .more-btn:hover{
	letter-spacing: 1px;
	color:#333;
}

.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */

/*================================
	Start Mail Success CSS
==================================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #2889E4;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*===========================
	End Mail Success CSS
=============================*/ 

/*======================================
	Start Consulting CSS
========================================*/ 
.consulting {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background:#2889E4;
}
.consulting .form-area{}
.consulting .form-area {
	text-align: left;
	position: relative;
	padding-right: 60px;
}
	@media only screen and (min-width: 1280px){
.consulting .video-main {

	position: absolute;

	width: 50%;
	height: 100%;
	background-image: url('../images/consulting.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	right: 0;
	top: 0;
}
      }
.consulting .video-main:before{
	opacity:0;
	visibility:hidden;
}
.consulting .video-main:hover:before{	
	opacity:0.5;
	visibility:visible;
}

.consulting .video-inner .video {
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 17px;
	color: #333;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	padding-left: 4px;
	z-index:3;
}
.consulting .video-inner .video:hover{
	background:#2889e4;
	color:#fff;
}
.consulting .video-inner .video-main{
	display:inline-block;
}
.consulting .video-inner .promo-video .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: 50%;
	bottom: 50%;
	z-index: 3;
	margin-right: -110px;
	margin-bottom: -109px;
	z-index:1;
}
.consulting .video-inner .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.consulting .video-inner .promo-video .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.consulting .video-inner .promo-video .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.consulting .video-main:hover a{
	transform:scale(1);
	opacity:1;
	visibility:visible;
}
.consulting .video-play a:hover{
	background:#2889E4;
	color:#fff;
}
.consulting .form-area {
	text-align: left;
	position: relative;
}
.consulting .form-area h2 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
}
.consulting .form-area h2 i{
	margin-right:10px;
}
.consulting .form-area p {
	color: #fff;
}
.consulting .form {
	margin-top: 30px;
}
.consulting .form-group {
	margin-bottom: 20px;
}
.consulting .form-group input {
	width: 100%;
	height: 50px;
	padding: 15px;
	font-weight: 400;
	background: #fff3;
	border: none;
	color: #fff;
	border-radius:4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.consulting .form-group textarea {
	width: 100%;
	height:150px;
	padding: 15px;
	font-weight: 400;
	background: #fff3;
	border: none;
	color: #fff;
	border-radius:4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.consulting .form-group .btn{
	color:#333;
	width:100%;
}
.consulting .form-group .btn:hover{
	color:#fff;
}
.consulting .form-group .btn:before{
	display:none;
}
.consulting .form-group input:hover{
	padding-left:20px;
}
.consulting .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.consulting .form-group textarea:hover{
	padding-left:20px;
}
.consulting .form-group textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group textarea::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.consulting .nice-select {
	border: none;
	background: #fff3;
	border-radius: 0px;
	font-weight: 400;
	height: 50px;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
}
.consulting .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 20px;
}
.consulting .nice-select .list{
	border:none;
}
.consulting .nice-select .list li{
	color:#666;
}
.nice-select .option.selected{
	font-weight:500;
}
.consulting .nice-select .option:hover{
	color:#fff;
	background:#333;
}
.consulting .form-group.button{
	margin-bottom:0px;
}
.consulting .form-group.button .btn{
	background: #fff;
	cursor: pointer;
	margin-bottom:0px;
}
.consulting .form-group.button .btn:hover{
	background:#333;
	color:#fff;
}
/*======================================
	End Consulting CSS
========================================*/ 


/* ============================================================== 
     # Event 
=================================================================== */
.event-area .event-items .item .thumb, 
.event-area .event-items .item .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.event-area .event-items .item.vertical .thumb, 
.event-area .event-items .item.vertical .info {
  display: block;
  float: none;
  vertical-align: middle;
}

.event-area .event-items .item .info {
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
}

.event-area.single-view .event-items .item .info {
  padding: 30px;
}

.event-area .event-items .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding-left: 30px;
}

.event-area.circle .event-items .item > .info {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.event-area.circle .event-items .item.vertical > .info {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.event-area .event-items .item .info li {
  color: #666666;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.event-area .event-items .item .info li i {
  margin-right: 5px;
  font-weight: 500;
}

.event-area .event-items .item .info h2,
.event-area .event-items .item .info h3,
.event-area .event-items .item .info h4 {
  font-weight: 600;
  line-height: 1.3;
}

.event-items .item .info h2 a:hover,
.event-items .item .info h3 a:hover,
.event-items .item .info h4 a:hover {
  color: #ffb606;
}

.event-area .event-items .item .info .price {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #002147;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-transform: capitalize;
}

.event-area .event-items .item .info .meta {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.event-area .event-items .item .info > a {
  margin-top: 10px;
  margin-right: 3px;
}

.event-area.circle .event-items .item .info > a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.event-area .event-items .item .thumb {
  position: relative;
  text-align: center;
  z-index: 1;
}

.event-area.circle .event-items .item .thumb {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.event-area.circle .item.vertical .thumb img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.event-area .event-items .item .thumb .date {
  padding: 15px 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

.event-area .event-items .item .thumb .date h4 {
  color: #ffb606;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.event-area .event-items .item .thumb .date h4 span {
  display: block;
  font-size: 40px;
  font-weight: 900;
}

.event-area .event-items .item .thumb .date::after {
  background: #002147 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.event-area.circle .event-items .item .thumb .date::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.event-area .event-items .item {
  margin-bottom: 30px;
}

.event-area .event-items.event-carousel .item {
  margin-bottom: 0;
}

.event-area .event-items .more-btn a {
  margin-top: 20px;
}

.event-area .event-items.event-carousel .owl-nav {
  margin: 0;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev, 
.event-area .event-items.event-carousel .owl-nav .owl-next {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: #666666;
  font-size: 25px;
  height: 45px;
  left: 0;
  line-height: 45px;
  margin-top: -23px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 45px;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev, 
.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev {
  left: -70px;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
  right: -70px;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev:hover, 
.event-area .event-items.event-carousel .owl-nav .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #ffb606;
}

.event-area .event-items.event-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

p {
	margin: 0
}
h1, h2, h3, h4, h5, h6, figure {
	color: #444;
	font-weight: 400;
	font-family: "微软雅黑", Arial;
}
::-webkit-selection {
color: #fff;
background: #D61919;
}
::-moz-selection {
color: #fff;
background: #D61919;
}
::selection {
	color: #fff;
	background: #D61919;
}
.margin-big-large-bottom {
	margin-bottom: 75px;
}
.margin-big-small-bottom {
	margin-bottom: 35px;
}
.margin-big-middle-bottom {
	margin-bottom: 50px;
}
.margin-big-middle-top {
	margin-top: 50px;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase, .initialism {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.float_bg {
	background: url("../images/qq_3.gif")/*tpa=http://www.tbadc.com/tbadc_tem/images/qq_3.gif*/ repeat-y
}
a {
	color: #808080;
	text-decoration: none
}
a:focus, a:hover {
	color: #D61919;
}
.bg-main {
	background: #D61919
}
.layout {
	overflow-x: hidden
}
footer .layout {
	overflow: visible
}
.text-main, a.text-main:link, a.text-main:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
	color: #D61919
}
.border-main:hover {
	color: #fff;
	background: #D61919;
	border-color: #D61919;
}
.passcode {
	border-left: 1px solid #E2E2E2;
	border-radius: 0 4px 4px 0;
	height: 32px;
	line-height: 32px;
	margin: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.blankbig {
	height: 50px;
	line-height: 50px;
	clear: both;
	font-size: 0;
	background: transparent
}
h2, h3 {
	font-size: 32px;
	line-height: 100%
}
.detail h2, .detail h3 {
	line-height: 180%
}
.detail h3 {
	font-size: 16px;
}
/* 增加间隔 */
.line-large {
	margin-left: -15px;
	margin-right: -15px
}
.line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, .line-large .x10, .line-large .x11, .line-large .x12, .line-large .xl1, .line-large .xl2, .line-large .xl3, .line-large .xl4, .line-large .xl5, .line-large .xl6, .line-large .xl7, .line-large .xl8, .line-large .xl9, .line-large .xl10, .line-large .xl11, .line-large .xl12, .line-large .xs1, .line-large .xs2, .line-large .xs3, .line-large .xs4, .line-large .xs5, .line-large .xs6, .line-large .xs7, .line-large .xs8, .line-large .xs9, .line-large .xs10, .line-large .xs11, .line-large .xs12, .line-large .xm1, .line-large .xm2, .line-large .xm3, .line-large .xm4, .line-large .xm5, .line-large .xm6, .line-large .xm7, .line-large .xm8, .line-large .xm9, .line-large .xm10, .line-large .xm11, .line-large .xm12, .line-large .xb1, .line-large .xb2, .line-large .xb3, .line-large .xb4, .line-large .xb5, .line-large .xb6, .line-large .xb7, .line-large .xb8, .line-large .xb9, .line-large .xb10, .line-large .xb11, .line-large .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.line-large:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.line-large {
	display: block
}
/*顶部导航 begin*/
.header-box.fixed.fixed-top {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #D3D3D3;
}
#infoboxid .fixed {
	border-bottom: 1px solid #D3D3D3;
}
#fh5co-header .nav li {
	letter-spacing: 1px;
}
#fh5co-header .nav li a {
	color: #434343;
	padding: 0 18px;
	font-size: 18px
}
#fh5co-header .nav li.active a, #fh5co-header .nav li a:hover {
	color: #D61919
}
#fh5co-header .nav li.last a {
	padding: 0 0 0 10px
}
#fh5co-header .tel {
	line-height: 20px;
	color: #808080;
	font-size: 14px
}
#fh5co-header .tel img {
	vertical-align: middle;
}
#fh5co-header .media p {
	padding-top: 28px;
	font-size: 14px;
	line-height: 23px;
}
#fh5co-header .media p span {
	font-size: 12px;
}
#fh5co-header .media .float-left {
	margin: 0 50px 0 25px
}
#fh5co-header .media .media-body {
	margin: 0
}
#fh5co-header .media .media-body p a {
	color: #aca7a7;
}
#fh5co-header .media .media-body p a:hover {
	color: #f4da25;
}
#fh5co-header .welcome-word h1 {
	padding-top: 33px;
	font-size: 14px;
	color: #999
}
/*顶部导航 end*/

/* 底部  begin*/
footer {
	background: #252525;
	color: #595959;
}
footer a {
	color: #666;
}
footer .footlink {
	padding-top: 40px;
}
footer .footlink ul li {
	line-height: 24px;
}
footer .footlink h3 {
	color: #ccc;
	font-size: 18px;
	height: 39px;
	line-height: 34px;
	width: 230px;
	margin-bottom: 15px;
}
footer .footlink h3.last {
	width: 168px;
	padding-left: 25px
}
footer .footlink ul li a {
	color: #595959;
	font-size: 14px;
}
footer .footlink ul li a:hover {
	color: #b1b7bc;
}
 @media screen and (min-width:1000px) {
footer .footlink h3.last {
	float: right;
}
footer .footlink .brode-box .media-img {
	text-align: right
}
footer .footlink .service-box {
	padding-left: 80px;
}
footer .footlink .contact-box {
	padding-left: 80px;
}
footer .footlink .about-box {
	width: 270px;
}
}
footer .copyright {
	background: #181818;
	color: #595959;
}
footer .copyright ul {
	color: #595959;
}
footer .copyright ul li {
}
footer .copyright ul li a span {
	margin-left: 10px;
	color: #282828
}
footer .copyright ul li a:hover {
	color: #D61919;
}
footer .copyright ul li a {
	color: #595959;
	padding: 0px;
	margin: 0px 5px 0 0;
	line-height: 22px
}
footer .copyright ul li.last {
	position: relative;
	background: url("../images/link.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/link.png*/ no-repeat left top;
	z-index: 1001
}
footer .copyright ul li.last a.golink {
	display: block;
	text-indent: -999em;
	width: 100px;
	height: 22px;
	bottom: 0px;
	left: 0;
}
footer .copyright ul li.last ul {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #181818 none repeat scroll 0 0;
	border-color: #7f8081 #7f8081 -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	bottom: 21px;
	display: none;
	left: 0;
	overflow: hidden;
	padding: 5px 5px 5px 7px;
	position: absolute;
	width: 100px;
}
footer .copyright ul li.last ul li a {
	color: #595959;
	display: block;
	text-align: left;
	padding: 1px 0
}
footer .copyright ul li.last ul li a:hover {
	color: #8d8e8f;
	text-decoration: none;
}
footer .table-responsive .nav a {
	color: #595959;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	padding: 0px;
}
footer .table-responsive .nav ul li {
	border-left: none;
}
footer .table-responsive .nav ul a {
	color: #595959;
	font-size: 13px;
	line-height: 30px;
	padding: 0px;
}
footer .table-responsive .nav a:hover {
	color: #f08200;
}
footer .media p {
	line-height: 24px;
	margin: 0
}
footer .media .media-body p {
	text-align: left
}
footer .media .media-body p a, footer .media .media-body p a:hover {
	color: #656565
}
/* 底部  end*/


/*首页轮换图片 begin*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 8px;
	height: 8px;
	float: left;
	text-indent: -2000px;
	background: #FFF;
	ecshop: alpha(opacity=90);
	opacity: 0.9;
	border-radius: 50%
}
.flex-control-nav .flex-active {
	background: #D61919;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 96px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	margin-top: -48px;
	text-indent: -999em
}/* display:none隐藏左右按钮 */
.flex-direction-nav li a.flex-prev {
	left: 3%;
	background: url("../images/left.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/left.png*/ 0 0 no-repeat;
	display: none
}
.flex-direction-nav li a.flex-next {
	right: 3%;
	background: url("../images/right.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/right.png*/ 0 0 no-repeat;
	display: none
}
.flex-direction-nav li a.flex-next:hover {
	background: url("../images/right.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/right.png*/ 0 -96px no-repeat;
	display: none
}
.flex-direction-nav li a.flex-prev:hover {
	background: url("../images/left.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/left.png*/ 0 -96px no-repeat;
	display: none
}
/*首页轮换图片 end*/

/*首页关于我们begin */
#fh5co-about-us p.media-img {
	width: 64px;
	height: 64px;
	margin: 0 auto
}
#fh5co-about-us p.media-img a {
	display: block;
	width: 64px;
	height: 64px;
}
#fh5co-about-us h2 {
	font-size: 18px;
	color: #444
}
#fh5co-about-us p {
	font-size: 14px
}
#fh5co-about-us .border-radius {
	margin: 0 10px 0 10px;
}
#fh5co-about-us .border-radius.last {
	margin: 0 0 20px 0
}
/*首页关于我们 end */

/* 首页案例展示  begin*/
.tab {
	margin-top: 35px
}
.tab .tab-body {
	background: none;
	border: none;
	padding-top: 40px;
}
.tab .tab-nav li {
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.tab .tab-nav li a {
	border: 1px solid #898989;
	border-radius: 50%;
}
.tab .tab-nav li a:hover, .tab .tab-nav li.active a {
	background: #D61919;
	border-color: #D61919;
	color: #fff;
}
/* 图片展示*/
.fh5co-gallery .gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 110;
}
.fh5co-gallery .gallery-item img {
	position: relative;
	max-width: 100%;
}
.fh5co-gallery .gallery-item .overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-gallery .gallery-item .overlay h3, .fh5co-gallery .gallery-item .overlay p, .fh5co-gallery .gallery-item .overlay .bnt-case {
	position: relative;
	z-index: 12;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-gallery .gallery-item .overlay h3 {
	color: #F4F4F4;
	font-size: 16px;
	font-weight: 400;
	padding-top: 60px;
}
.fh5co-gallery .gallery-item .overlay p {
	color: #F4F4F4;
	line-height: 24px;
	padding: 20px;
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 10px;
	width: 100px;
	height: 30px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	ecshop: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.fh5co-gallery .gallery-item .bnt-case:hover {
	background: #F4F4F4;
	color: #D61919
}
.fh5co-gallery .gallery-item .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/bg.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/bg.png*/;
}
.fh5co-gallery .gallery-item:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.fh5co-gallery .gallery-item:hover .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/bg.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/bg.png*/
}
/* 首页案例展示 end*/

/* 首页为什么选择我们  begin*/
#fh5co-why-us .show-content {
	overflow: hidden;
	padding-top: 40px;
}
#fh5co-why-us .show-content .banner-img {
	overflow: hidden
}
#fh5co-why-us .show-content .banner-img img {
	max-width: 100%
}
#fh5co-why-us .show-content .item-text {
	padding: 80px 10px 15px 0;
	font-size: 16px;
	color: #444;
}
#fh5co-why-us .show-content .item-text table td {
	vertical-align: middle;
	padding-bottom: 54px
}
#fh5co-why-us .show-content .item-text table tr:last-child td {
	padding-bottom: 0
}
#fh5co-why-us .show-content .item-text table td.tdpad {
	padding-left: 15px
}
/* 首页为什么选择我们 end*/

/*首页他们的评价 begin*/
#fh5co-comment-list .bg-comment {
	background-image: url("../images/comment_bg.jpg")/*tpa=http://www.tbadc.com/tbadc_tem/images/comment_bg.jpg*/;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
}
#fh5co-comment-list .container {
}
#fh5co-comment-list .show-list {
	position: relative;
	margin: 0 -15px !important
}
#fh5co-comment-list .show-list .item {
	background: #FFF;
	padding: 30px 20px;
	position: relative;
	margin: 0 15px;
}
#fh5co-comment-list .show-list .item .media-img {
	overflow: hidden;
}
#fh5co-comment-list .show-list .item .media-img img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	transition: transform 1s ease 0s;
}
#fh5co-comment-list .show-list .item .media-img img:hover {
	transition: transform 1s ease 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#fh5co-comment-list .show-list .item .quote-txt.left-quote {
	padding: 10px 0 10px;
}
#fh5co-comment-list .show-list .item .quote-txt span {
	color: #CCC;
	font-size: 24px;
}
#fh5co-comment-list .show-list .item .quote-txt.left-quote {
	transform: rotateY(-48deg);
	-ms-transform: rotateY(-48deg);
	-moz-transform: rotateY(-48deg);
	-webkit-transform: rotateY(-48deg);
	-o-transform: rotateY(-48deg);
}
#fh5co-comment-list .show-list .item .quote-txt.right-quote {
	transform: rotateY(-225deg);
	-ms-transform: rotateY(-225deg);
	-moz-transform: rotateY(-225deg);
	-webkit-transform: rotateY(-225deg);
	-o-transform: rotateY(-225deg);
}
#fh5co-comment-list .show-list .item .signature {
	color: #444;
	font-size: 14px;
	padding: 15px 0 10px;
}
#fh5co-comment-list .show-list .item .signature a {
	cursor: pointer;
	color: #444
}
#fh5co-comment-list .owl-theme .owl-controls {
	margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #D61919
}
/*首页他们的评价 end*/

/* 首页新闻中心  begin*/
#fh5co-news-list .media-left {
	height: 78px;
	width: 78px;
	background: #D61919;
	margin-right: 20px;
}
#fh5co-news-list .media:hover .media-left {
	background: #252525;
	color: #fff;
}
#fh5co-news-list .media-left p {
	text-align: center;
	margin: 0;
	line-height: 22px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-month {
	font-size: 14px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-day {
	font-size: 28px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-year {
	font-size: 12px;
	color: #fff;
}
#fh5co-news-list .media .media-body h3 {
	margin-bottom: 10px;
}
#fh5co-news-list .media .media-body h3 a {
	font-size: 16px;
	color: #252525;
}
#fh5co-news-list .media .media-body h3 a:hover {
	color: #D61919
}
#fh5co-news-list .media:hover .media-body h3 a {
	color: #D61919;
}
#fh5co-news-list .media .media-body p {
	color: #808080;
	font-size: 13px;
	line-height: 22px
}
/* 首页新闻中心 end*/

/*首页底部信息*/

#fh5co-bottom-info .show-list {
	padding-top: 50px;
}
#fh5co-bottom-info .show-list .item1 {
	margin-right: 35px;
}
#fh5co-bottom-info .show-list .item2 {
	padding: 0 35px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
#fh5co-bottom-info .show-list .item3 {
	margin-left: 35px;
}
#fh5co-bottom-info .show-list .item .media-img {
	overflow: hidden
}
#fh5co-bottom-info .show-list .item .media-img img {
	max-width: 100%
}
#fh5co-bottom-info .show-list .item h3 {
	font-size: 18px;
	margin: 20px 0;
}
#fh5co-bottom-info .show-list .item h3 a {
	color: #444
}
#fh5co-bottom-info .show-list .item h3 a:hover {
	color: #E60012
}
#fh5co-bottom-info .show-list .item p {
	color: #808080;
	font-size: 14px;
	line-height: 24px
}
/* 内页 begin*/
#fh5co-content_show .nav-inline {
	list-style: outside none none;
}
#fh5co-content_show .nav li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
#fh5co-content_show .nav li a {
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 0px;
	font-size: 14px;
	color: #808080;
	display: inline-block;
	padding: 10px 25px;
}
#fh5co-content_show .nav li a:hover, #fh5co-content_show .nav li.active a {
	background: #D61919;
	border-color: #D61919;
	color: #fff;
}
#fh5co-content_show .show_body {
	color: #444
}
#fh5co-content_show .show_body a {
	color: #1589B0;
	text-decoration: underline;
}
#fh5co-content_show .show_body a:hover {
	text-decoration: none
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
}
#fh5co-content_show .detail img {
}
#fh5co-content_show .detail p {
	text-indent: 0;
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
}
#fh5co-content_show .full-screen-en-title {
	font-size: 30px
}
/*分页*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 14px;
	line-height: 160%
}
.content_detail .pager a {
	border: none;
	color: #797979;
	padding: 0
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #004f98;
	background: none
}
.content_detail .pager li {
	display: block;
	text-align: left;
	padding: 5px 0;
	margin: 0
}
#fh5co-content_show .pagination li {
	margin: 5px 3px;
	font-size: 14px;
	background: #FFF;
	border-radius: 0px;
}
#fh5co-content_show .pagination .disabled {
	padding: 5px 12px;
}
#fh5co-content_show .pagination .current {
	padding: 6px 14px;
	background: #D61919;
	color: #fff;
	border: 0
}
#fh5co-content_show .pagination .active, #fh5co-content-show .pagination a:hover {
	background: #D61919;
	color: #fff;
}
#fh5co-content_show .pagination .active a {
	color: #fff
}
#fh5co-content_show video {
	max-width: 100%
}
/*上下页*/
.prenext {
	font-size: 0;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	width: 137px;
}
a.preview {
	background: rgba(0, 0, 0, 0) url("../images/preview.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/preview.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	margin-right: 1px;
	text-indent: -3000px;
	width: 45px;
}
a.preview:hover {
	background-position: left bottom;
}
a.list {
	background: rgba(0, 0, 0, 0) url("../images/list.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/list.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	margin-right: 1px;
	text-indent: -3000px;
	width: 45px;
}
a.list:hover {
	background-position: left bottom;
}
a.next {
	background: rgba(0, 0, 0, 0) url("../images/next.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/next.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	text-indent: -3000px;
	width: 45px;
}
a.next:hover {
	background-position: left bottom;
}
/*价格*/
.price-list-box {
}
.price-list-box a {
	color: #E60012
}
#fh5co-content-show .price-list {
	width: 100%;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3
}
#fh5co-content-show .price-list .item {
	padding: 10px 20px;
	text-align: center;
	border-left: 1px solid #D3D3D3;
	background: #fff;
	height: auto;
}
#fh5co-content-show .price-list h2 {
	color: #444;
	font-size: 24px;
	margin: 25px auto 15px;
}
#fh5co-content-show .price-list h3 {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	white-space: normal
}
#fh5co-content-show .price-list .pricing-card-price {
	color: #444;
	font-size: 36px;
	padding: 0 10px;
	line-height: 1.5;
	height: 90px;
}
#fh5co-content-show .price-list .pricing-card-price span {
	color: #999;
	font-size: 14px;
}
#fh5co-content-show .price-list .pricing-card-price span.per-month-detail {
	display: block
}
#fh5co-content-show .price-list .choose a {
	width: 100%;
	-moz-appearance: none;
	-moz-user-select: none;
	background-color: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 0 1px #D3D3D3 inset;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0s, margin-right 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
#fh5co-content-show .price-list .choose a:hover {
	box-shadow: 0 0 0 1px #D61919 inset;
	color: #D61919
}
#fh5co-content-show .price-list .price-txt {
	margin: 15px 0;
}
#fh5co-content-show .price-list .price-txt p {
	font-size: 14px;
	line-height: 240%;
	color: #666;
}
#fh5co-content-show .price-list .price-txt .value {
	color: #FF0014;
	font-size: 16px;
}
#fh5co-content-show .price-title {
	text-align: center;
	font-size: 16px;
	padding: 40px 0;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3
}
#fh5co-content-show .price-title h3 {
	font-size: 20px;
}
#fh5co-content-show .feature-list {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3
}
#fh5co-content-show .feature-list .item {
	text-align: center;
	border-left: 1px solid #D3D3D3;
	padding: 10px 0;
	height: auto;
}
#fh5co-content-show .feature-list .item h2 {
	color: #666;
	border-bottom: 1px solid #D3D3D3;
	font-size: 16px;
	padding: 5px 0 15px
}
#fh5co-content-show .feature-list .item p {
	color: #666;
	line-height: 160%;
	font-size: 14px;
	padding: 9px 15px;
}
#fh5co-content-show .feature-list .choose {
	padding: 30px 0px 20px
}
#fh5co-content-show .feature-list .choose a {
	width: 100%;
	-moz-appearance: none;
	-moz-user-select: none;
	background-color: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 0 1px #D3D3D3 inset;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0s, margin-right 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
#fh5co-content-show .feature-list .choose a:hover {
	box-shadow: 0 0 0 1px #D61919 inset;
	color: #D61919
}
/*最新文章*/
#fh5co-content_show .show_list h2.n-title {
	background: #D61919 none repeat scroll 0 0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#fh5co-content_show .article-media img {
	display: block;
	width: 100px;
}
#fh5co-content_show .article-media li {
}
#fh5co-content_show .article-media .media {
	padding: 5px 0;
}
#fh5co-content_show .article-media .media-body h3 a {
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
#fh5co-content_show .article-media .media-body h3 a:hover {
	color: #D61919;
	text-decoration: underline;
}
/*观点*/
.list-content {
	margin: 0 auto;
}
.list-content .waterfull {
	margin: 0 auto;
}
.list-content .waterfull ul {
	margin: 0;
	padding: 0
}
.list-content .waterfull ul li {
	float: left;
	width: 282px;
	list-style: none;
	padding: 10px;
	margin: 0 10px 20px 10px;
	position: relative;
	overflow: visible;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 5;
}
.list-content .waterfull ul li:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: translate3d(0, -5px, 0);
	transition: all 0.3s
}
.list-content .waterfull ul li:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1;
}
.list-content .waterfull ul li:hover::after {
}
.list-content .waterfull ul li .imgholder {
	text-align: center;
}
.list-content .waterfull ul li .imgholder .goodsimg {
	cursor: pointer;
}
.list-content .waterfull ul li .imgholder img {
	display: block;
	max-width: 100%;
	text-align: center;
	cursor: pointer
}
.list-content .waterfull ul li .bitem {
	padding: 5px 0px;
}
.list-content .waterfull ul li .bitem .title a {
	color: #444;
	display: block;
	font-size: 16px;
}
.list-content .waterfull ul li .bitem .title a:hover {
	color: #D61919;
}
.list-content .waterfull ul li .bitem .price {
	font-size: 16px;
	color: #E60012
}
.list-content .waterfull ul li .bitem .meta {
	color: #999;
	padding: 5px 0;
}
.list-content .waterfull ul li .bitem .info {
	color: #808080;
	font-size: 13px;
	line-height: 22px;
}
/*联系我们*/
#fh5co-content_show .contact-boxs p {
	line-height: 30px;
	font-size: 16px;
	color: #444;
}
#fh5co-content_show .contact-boxs h3 {
	color: #444;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold
}
#fh5co-content_show .contact-boxs strong {
	font-size: 20px;
	color: #444
}
#fh5co-content_show .contact-imgs img {
	max-width: 100%
}
#fh5co-content_show .contact-boxs a {
	color: #444
}
#fh5co-content_show .mix-tow {
	overflow: hidden
}
#fh5co-content_show .contact_content .media {
	position: relative
}
#fh5co-content_show .contact_content .media .media-img {
	overflow: hidden;
	margin-right: 15px;
}
#fh5co-content_show .contact_content .media .media-img img {
	max-width: 100%;
}
#fh5co-content_show .contact_content .media .media-body {
	display: none;
	background: #D61919;
	position: absolute;
	right: 179px;
	top: 2px;
	height: 154px;
	width: 160px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
#fh5co-content_show .contact_content .media:hover .media-body {
	display: block;
}
#fh5co-content_show .contact_content .media .media-body .phone {
	background: rgba(0, 0, 0, 0) url("../images/photo.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/photo.png*/ no-repeat;
	height: 80px;
	margin: 14px auto 8px;
	width: 51px;
}
#fh5co-content_show .contact_content .media .media-body p {
	color: #444;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
}
/*服务*/
#fh5co-content_show .service-boxs .service-wide h3 {
	background: #D61919 none repeat scroll 0 0;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
#fh5co-content_show .service-boxs .service-wide .imgs img {
	width: 100%
}
#fh5co-content_show .service-boxs .service-wide .c-box {
	overflow: hidden
}
#fh5co-content_show .service-boxs .service-wide p {
	color: #808080;
	font-size: 16px;
	line-height: 28px
}
#fh5co-content_show .service-boxs .service-wide p.btn {
	border: 1px solid #B9B8B8;
	color: #444;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin: 30px auto 0;
	text-align: center;
	width: 120px;
}
#fh5co-content_show .process-box .media-img {
	overflow: hidden
}
#fh5co-content_show .process-box .media-img img {
	max-width: 100%
}
#fh5co-content_show .process-box p {
	color: #808080;
	font-size: 14px;
}
#fh5co-content_show .process-box-1 h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	padding-left: 10px;
	background: #D61919;
	height: 30px;
	line-height: 30px;
}
#fh5co-content_show .process-box-1 p {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
#fh5co-content_show .wdkh_boxs .media-img {
	overflow: hidden
}
#fh5co-content_show .wdkh_boxs .media-img img {
	width: 100%
}
#fh5co-content_show .out-text h3 {
	color: #444;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 0;
}
#fh5co-content_show .out-text p {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}
/*关于我们*/
#fh5co-content_show .about-top h1 {
	color: #444;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
}
#fh5co-content_show .about-top h6 {
	color: #D61919;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
}
#fh5co-content_show .about-top p {
	color: #808080;
	font-size: 16px;
	line-height: 28px;
}
#fh5co-content_show .about_boxs {
	background: #D61919;
}
#fh5co-content_show .about_boxs .imgs {
	overflow: hidden
}
#fh5co-content_show .about_boxs .imgs img {
	width: 100%;
}
#fh5co-content_show .about-content {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 25px 25px 18px;
}
#fh5co-content_show .about-content p {
	line-height: 200%
}
#fh5co-content_show .team_boxs {
}
#fh5co-content_show .team_boxs .gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 110;
}
#fh5co-content_show .team_boxs .gallery-item img {
	position: relative;
	max-width: 100%;
}
#fh5co-content_show .team_boxs .gallery-item .overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 34px;
}
#fh5co-content_show .team_boxs .gallery-item .overlay p {
	position: relative;
	z-index: 12;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#fh5co-content_show .team_boxs .gallery-item .overlay p {
	color: #fff;
	line-height: 18px;
	padding: 8px 0;
	font-size: 14px;
}
#fh5co-content_show .team_boxs .gallery-item .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/bg.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/bg.png*/;
}
#fh5co-content_show .team_boxs .gallery-item:hover .overlay {
	visibility: visible;
	opacity: 1;
}
#fh5co-content_show .team_boxs .gallery-item:hover .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/bg.png")/*tpa=http://www.tbadc.com/tbadc_tem/images/bg.png*/
}
#fh5co-content_show .hr-boxs .hr-content h2 {
	background: #D61919;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
}
#fh5co-content_show .customer-content .gallery-item {
	background: #f1eee3;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center
}
#fh5co-content_show .customer-content .gallery-item:hover {
	background: #d1cdc0;
}
/*案例*/
#fh5co-content_show .show-case .item {
	padding: 0 0 10px;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
	cursor: pointer;
}
#fh5co-content_show .show-case .item:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: translate3d(0, -5px, 0);
	transition: all 0.3s
}
#fh5co-content_show .show-case .item .media-img {
	overflow: hidden
}
#fh5co-content_show .show-case .item .media-img img {
	display: block;
	width: 100%;
	transition: transform 1s ease 0s;
	transform: scale(1);
	overflow: hidden
}
#fh5co-content_show .show-case .item .media-img img:hover {
	transition: transform 1s ease 0s;
	transform: scale(1.1);
}
#fh5co-content_show .show-case .item h3 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	padding: 20px 20px 0px;
}
#fh5co-content_show .show-case .item h3 a {
	color: #444
}
#fh5co-content_show .show-case .item h3 a:hover {
	color: #E60012
}
#fh5co-content_show .show-case .item p {
	padding: 10px 20px;
	overflow: hidden;
	line-height: 1.7
}
#fh5co-content_show .show-case .item h4 {
	font-size: 12px;
	border-top: 1px solid #ececec;
	margin-top: 12px;
	padding: 10px;
}
#fh5co-content_show .show-case .item h4 a {
	color: #E60012;
}
#fh5co-content_show .badge {
	float: right
}
 @media screen and (min-width:1221px) {
.col-5-11 {
	float: left;
	width: 20% !important;
	display: table-cell;
}
}
@media (min-width:1000px) and (max-width:1199px) {
#fh5co-header .welcome-word h1 {
	padding-top: 18px;
}
#fh5co-why-us .media:first-child {
	margin-top: 30px;
}
footer .footlink .service-box {
	padding-left: 5px;
}
footer .footlink .contact-box {
	padding-left: 20px;
}
footer .footlink .about-box {
	width: 220px;
}
.inner-bg-wealth .left-item {
	padding-right: 30px;
}
.inner-bg-wealth .right-item {
	padding-left: 30px;
}
#fh5co-content_show .about_boxs {
	height: 271px;
	overflow: hidden
}
#fh5co-content_show .about_boxs .about-content {
	margin: 15px 25px 0
}
#fh5co-content-show .price-list, #fh5co-content-show .feature-list, #fh5co-content-show .price-title {
	border: none
}
#fh5co-content-show .price-list .item, #fh5co-content-show .feature-list .item {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fh5co-content-show .price-list .item:hover, #fh5co-content-show .feature-list .item:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-content-show .price-list .item3, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item3, #fh5co-content-show .feature-list .item5 {
	border-right: 1px solid #ccc;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list .item5 {
	border-top: none;
}
#fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item5 {
	margin-right: -1px;
}
.line-large {
	margin-left: -20px;
	margin-right: -20px
}
.line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, .line-large .x10, .line-large .x11, .line-large .x12, .line-large .xl1, .line-large .xl2, .line-large .xl3, .line-large .xl4, .line-large .xl5, .line-large .xl6, .line-large .xl7, .line-large .xl8, .line-large .xl9, .line-large .xl10, .line-large .xl11, .line-large .xl12, .line-large .xs1, .line-large .xs2, .line-large .xs3, .line-large .xs4, .line-large .xs5, .line-large .xs6, .line-large .xs7, .line-large .xs8, .line-large .xs9, .line-large .xs10, .line-large .xs11, .line-large .xs12, .line-large .xm1, .line-large .xm2, .line-large .xm3, .line-large .xm4, .line-large .xm5, .line-large .xm6, .line-large .xm7, .line-large .xm8, .line-large .xm9, .line-large .xm10, .line-large .xm11, .line-large .xm12, .line-large .xb1, .line-large .xb2, .line-large .xb3, .line-large .xb4, .line-large .xb5, .line-large .xb6, .line-large .xb7, .line-large .xb8, .line-large .xb9, .line-large .xb10, .line-large .xb11, .line-large .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px
}
}
@media screen and (max-width:1000px) {
footer .footlink h3.last {
	width: 168px;
	padding-left: 0px
}
#fh5co-why-us .media {
	margin-left: 0px;
}
#fh5co-why-us .media:first-child {
	margin-top: 0px;
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 60px;
}
.navbar-body.nav-navicon {
	display: none;
}
#fh5co-content_show .sildeContent .service-boxs {
	padding: 0 0px 20px 20px;
}
#fh5co-content_show .about_boxs {
	height: 200px;
	overflow: hidden
}
#fh5co-content_show .about_boxs .about-content {
	height: 150px;
}
#fh5co-content_show .about_boxs .imgs img {
	height: 200px;
}
#fh5co-content-show .price-list, #fh5co-content-show .feature-list, #fh5co-content-show .price-title {
	border: none
}
#fh5co-content-show .price-list .item, #fh5co-content-show .feature-list .item {
	border-top: 1px solid #ccc;
	height: auto;
}
#fh5co-content-show .price-list .item:hover, #fh5co-content-show .feature-list .item:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-content-show .price-list .item2, #fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item2, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list .item5 {
	border-right: 1px solid #ccc;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .feature-list .item4 {
	margin-bottom: -1px;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list .item5 {
	border-bottom: 1px solid #ccc;
}
#fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item5 {
	margin-right: -1px;
}
.line-large {
	margin-left: -10px;
	margin-right: -10px
}
.line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, .line-large .x10, .line-large .x11, .line-large .x12, .line-large .xl1, .line-large .xl2, .line-large .xl3, .line-large .xl4, .line-large .xl5, .line-large .xl6, .line-large .xl7, .line-large .xl8, .line-large .xl9, .line-large .xl10, .line-large .xl11, .line-large .xl12, .line-large .xs1, .line-large .xs2, .line-large .xs3, .line-large .xs4, .line-large .xs5, .line-large .xs6, .line-large .xs7, .line-large .xs8, .line-large .xs9, .line-large .xs10, .line-large .xs11, .line-large .xs12, .line-large .xm1, .line-large .xm2, .line-large .xm3, .line-large .xm4, .line-large .xm5, .line-large .xm6, .line-large .xm7, .line-large .xm8, .line-large .xm9, .line-large .xm10, .line-large .xm11, .line-large .xm12, .line-large .xb1, .line-large .xb2, .line-large .xb3, .line-large .xb4, .line-large .xb5, .line-large .xb6, .line-large .xb7, .line-large .xb8, .line-large .xb9, .line-large .xb10, .line-large .xb11, .line-large .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
}
@media screen and (max-width:760px) {
footer .footlink h3.last {
	width: 168px;
	padding-left: 0px
}
#fh5co-content_show .sildeContent {
	border-left: none;
}
#fh5co-content_show .sildeContent .problem {
	margin: 20px 0;
}
#fh5co-content_show .sildeContent .service-boxs {
	padding: 0 0px 20px;
}
.inner-bg-wealth {
	padding: 48px 0 20px;
}
.inner-bg-wealth .fh5co-heading h2 {
	margin-bottom: 30px;
}
#wealth-two-content .fh5co-heading, #wealth-four-content .fh5co-heading {
	padding: 40px 0 0;
}
#wealth-one-content .fh5co-heading, #wealth-three-content .fh5co-heading {
	padding: 0px
}
#wealth-three-content .inner-bg-wealth {
	padding: 0 0 20px
}
#fh5co-header .nav li {
}/* 手机菜单 */
#fh5co-header .nav li a {
	padding: 12px 0px 12px 15px;
	border-bottom: 1px solid #F2F2F2
}
#fh5co-header .nav li.last a {
	padding: 12px 0px 8px 15px;
	border-bottom: 0px solid #F2F2F2
}
#fh5co-header img {
	height: 50px;
}
#fh5co-header #header-box_id .margin-big-top {
	margin: 0
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 90px;
}
.flex-direction-nav {
	display: none
}
.flex-control-nav {
	display: none
}
#fh5co-bottom-info .show-list .item {
	margin-bottom: 30px;
}
#fh5co-bottom-info .show-list .item1 {
	margin-right: 0px;
}
#fh5co-bottom-info .show-list .item2 {
	padding: 0px;
	border: none;
}
#fh5co-bottom-info .show-list .item3 {
	margin-left: 0px;
}
#fh5co-content_show .about_boxs, #fh5co-content_show .about_boxs .about-content, #fh5co-content_show .about_boxs .imgs img {
	height: auto
}
#fh5co-content-show .price-list .item, #fh5co-content-show .feature-list .item {
	border: 1px solid #ccc !important;
	max-width: 340px;
	margin: 0 auto 20px;
	height: auto;
}
#fh5co-content-show .price-list .item:hover, #fh5co-content-show .feature-list .item:hover {
	border: 1px solid #7AC1FF !important
}
.line-large:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}
.line-big {
	display: block
}
#fh5co-content_show .contact-title {
	font-size: 26px;
}
#fh5co-content_show .contact_content .media .media-img.float-right {
	float: left !important;
	margin: 0 0 20px 0
}
#fh5co-content_show .contact_content .media .media-body {
	left: 179px;
	right: auto !important
}
}
 @media screen and (max-width:480px) {
footer .footlink h3.last {
	width: 168px;
	padding-left: 0px
}
#fh5co-why-us .media {
	margin-left: 0px;
}
#fh5co-why-us .media h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%
}
#fh5co-why-us .media p {
	font-size: 12px;
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 40px;
}
#fh5co-content_show .contact-title {
	font-size: 14px;
}
#fh5co-content_show .contact_content .media .media-img.float-right {
	float: none !important;
	margin: 0 0 20px 0
}
#fh5co-content_show .contact_content .media:hover .media-body {
	display: none;
}
#fh5co-content_show .sildeContent {
	border-left: none;
}
#fh5co-content_show .sildeContent .problem {
	margin: 20px 0;
}
#fh5co-content_show .sildeContent .service-boxs {
	padding: 0 0px 20px;
}
#fh5co-content-show .show-case .xl12 {
	width: 100% !important
}
}
/* 内页 end*/

/* 客服 */
.side {
	position: fixed;
	width: 54px;
	height: 219px;
	right: 1px;
	top: 300px;
	z-index: 1000;
}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	margin-bottom: 1px;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #D61919;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
}
.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #BEBEBE;
}
.side ul li .sidetop:hover {
	background: #5B5B5B;
	opacity: 1;
}
.side ul li img {
	float: left;
}
/*ecshop系统*/
.inner-bg-ecshop .fh5co-heading h2 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #fff
}
.inner-bg-ecshop .fh5co-heading span {
	font-size: 18px;
	margin-bottom: 80px;
	color: #fff
}
.inner-bg-ecshop {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-bg-ecshop img {
	max-width: 100%;
}
.bg-ecshop-one {
	padding: 100px 0 100px;
	background: #000
}
.bg-ecshop-two {
	padding: 80px 0 100px;
	background: #fff
}
.bg-ecshop-three {
	padding: 120px 0 120px;
	background-image: url("../images/ecshop/ecshop3.jpg")/*tpa=http://www.tbadc.com/tbadc_tem/images/ecshop/ecshop3.jpg*/
}
.bg-ecshop-four {
	padding: 120px 0 120px;
	background: #fff
}
.bg-ecshop-five {
	padding: 120px 0 120px;
	background: #000
}
.bg-ecshop-six {
	padding: 120px 0 120px;
	background: #fff
}
.bg-ecshop-seven {
	padding: 120px 0 80px;
	background-image: url("../images/ecshop/ecshop7.jpg")/*tpa=http://www.tbadc.com/tbadc_tem/images/ecshop/ecshop7.jpg*/
}
#ecshop-one-content .fh5co-heading {
	padding: 105px 0 50px
}
#ecshop-two-content .fh5co-heading h2, #ecshop-two-content .fh5co-heading span {
	color: #000
}
#ecshop-three-content .fh5co-heading {
	padding: 60px 0 0;
	max-width: 528px;
	margin: 0 auto
}
#ecshop-three-content .fh5co-heading h2, #ecshop-three-content .fh5co-heading span {
	color: #000
}
#ecshop-four-content .fh5co-heading h2, #ecshop-four-content .fh5co-heading span {
	color: #000
}
#ecshop-four-content .fh5co-heading {
	max-width: 628px;
	margin: 0 auto
}
#ecshop-five-content .fh5co-heading {
	padding: 110px 0 0;
	max-width: 428px;
	margin: 0 auto
}
#ecshop-five-content .fh5co-heading h2, #ecshop-five-content .fh5co-heading span {
	color: #FFF
}
#ecshop-six-content .fh5co-heading {
	padding: 60px 0 0;
	max-width: 450px;
	margin: 0 auto
}
#ecshop-six-content .fh5co-heading h2, #ecshop-six-content .fh5co-heading span {
	color: #000
}
#ecshop-seven-content .fh5co-heading h2, #ecshop-seven-content .fh5co-heading span {
	color: #fff
}
#ecshop-seven-content .fh5co-heading h2 {
	line-height: 1.3;
	margin-bottom: 90px;
}
/*手机网站制作*/
.inner-bg-wealth {
	padding: 50px 0 50px;
}
.inner-bg-wealth .fh5co-heading {
	max-width: 520px;
	margin: 0 auto
}
.inner-bg-wealth .fh5co-heading h2 {
	color: #444;
	margin-bottom: 30px;
	font-size: 30px;
}
.inner-bg-wealth .fh5co-heading span {
	font-size: 18px;
	color: #666
}
.inner-bg-wealth img {
	max-width: 100%;
}
#wealth-two-content .fh5co-heading, #wealth-four-content .fh5co-heading {
	padding: 80px 0 0;
}
#wealth-one-content .fh5co-heading, #wealth-three-content .fh5co-heading {
	padding: 100px 0 0
}
/*常见问题*/
#fh5co-content_show .faq_nav {
}
#fh5co-content_show .faq_nav li {
	list-style-type: none;
	padding: 5px 0
}
#fh5co-content_show .faq_nav li a {
	padding: 0 30px 0 0;
	color: #444;
	cursor: pointer;
	font-size: 16px;
	width: 100%
}
#fh5co-content_show .faq_nav li a:hover {
	background: #f8f8f8;
	border-right: 2px solid #E60012;
}
#fh5co-content_show .faq_nav li.active a {
	background: #f8f8f8;
	color: #444;
	border-right: 2px solid #E60012;
	font-weight: normal
}
/* 列表 */
.list-link {
	border: 0;
	border-radius: 0px;
	list-style: none;
	padding: 0
}
.list-link a {
	color: #808080;
	padding-left: 0;
	border-bottom: solid 1px #ebebeb;
}
.list-link a:hover {
	background-color: #f5f5f5;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.list-link a.active:link, .list-link a.active:visited {
	background-color: #f5f5f5
}
/* 杂乱 */
.more {
	border: solid 2px #E60012;
	background: transparent;
	border-radius: 0px;
	font-size: 16px;
	padding: 5px 25px;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	color: #E60012
}
.more-back {
	background: #E60012;
	font-size: 14px;
	padding: 5px 25px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	color: #FFF
}
.bottom-border {
	border-top: 1px solid #D3D3D3;
}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}