@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
a,
hr {
  padding: 0;
}
a,
button,
input,
select,
textarea,
hr {
  margin: 0;
}
article,
aside,
details,
figure,
footer,
header,
hr,
nav,
section,
summary {
  display: block;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: 0 0;
}
input[type=checkbox],
th {
  vertical-align: bottom;
}
strong,
th {
  font-weight: 700;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: inherit;
}
/*embed,
img,
object {
  max-width: 100%;
}*/
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  height: 1px;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
.ie7 input[type=checkbox] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
small {
  font-size: 85%;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
input {
  font-family: "microsoft yahei";
  -webkit-appearance: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
}
em,
i {
  font-style: normal;
}
/*==== CSS Reset end ====*/
body {
  font-family: "SimHei", "Segoe UI", "Lucida Grande", "STHeiti Light", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #666666;
  font-family: "微软雅黑";
  position: relative;
  overflow: hidden;
}

.iconfont {
  font-family: 'iconfont';
  font-size: 16px;
}
* {
  outline: none;
}
hr {
  background: #eeeeee;
  height: 1px;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* button */
/* button end */
.scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}
.force-overflow {
  min-height: 300px;
}
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;
}
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #ceac64;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #ceac64;
}
/* animation */
.animation {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.fadeInLeft {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
.fadeInRight {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}
.fadeInUp {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}
.fadeInDown {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.active-animeta {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/*===== header =====*/
.header-box {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(31, 31, 31, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-box .header-nav-box {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.header-box .header-nav-logo {
  height: 100px;
  float: left;
  position: absolute;
  left: 80px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 100px;
}
.header-box .header-nav-logo > div img {
  vertical-align: middle;
}
/*.header-box .header-nav-logo .logo {
  opacity: 1;
}*/
/*.header-box .header-nav-logo .action_logo {
  opacity: 0;
  position: absolute;
  top: 0;
}*/
.header-box #navList {
  /*float: right;*/
  /*padding-right: 30px;*/
  display: inline-block;
  margin-left: 19%;
}
.nav-phone{
	float: right;
    position: absolute;
    right: 80px;
    top: 40px;
}
.nav-phone img{
	float: left;
	padding-right: 5px;
}
.nav-phone span{
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
}
.header-box #navList > li {
	margin: 0 8px;
  display: block;
  float: left;
  position: relative;
  padding: 0 8px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 100px;
  z-index: 99;
}
#navList li:hover ul.menua2 {
    display: block;
}

#navList li ul {
    background: rgb(206, 172, 100);
    z-index: 500;
    position: absolute;
    width: 100%;
    left: 0;
}
#navList li ul li:hover {
    background-color: #000;
}
#navList li ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    float: none;
    margin-right: 0;
}
.menua2 {
    display: none;
}
#navList li ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 0 10px;
}
.header-box #navList > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  /*position: relative;*/
}
.header-box #navList > li > a:hover {
  color: #ceac64;
}
.header-box #navList > li > a:hover::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-box #navList > li > a::after {
  content: "";
  display: block;
  border-top: 2px solid #ceac64;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/*.header-box #navList > li:last-child {
  padding-right: 0;
}*/
.header-box #navList > li > .arrow {
  position: relative;
  z-index: 9991;
}
.header-box #navList > li .dorpdown-menu {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -75px;
  z-index: 9999;
  color: #555555;
  overflow: hidden;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.header-box #navList > li .dorpdown-menu > li {
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.header-box #navList > li .dorpdown-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: #ffffff;
  line-height: 40px;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
}
.header-box #navList > li .dorpdown-menu > li > a:hover {
  background: #ceac64;
  border-top-color: #ceac64;
  color: #ffffff;
}
.header-box #navList > li .dorpdown-menu > .curr a {
  background: #ceac64;
  border-top-color: #ceac64;
  color: #ffffff;
}
.header-box #navList > .curr a {
  color: #ceac64;
}
.header-box #navList > .curr a:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-box button {
  display: none;
}
.header-active {
  background: #000;
  height: 80px;
  border-bottom: none;
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.header-active .nav-phone{
	display: none;
}
.header-active .header-nav-box {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.header-active .header-nav-logo {
  height: 80px;
  float: left;
  position: absolute;
  left: 150px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-active .header-nav-logo > div {
  line-height: 80px;
}
.header-active .header-nav-logo > div img {
  vertical-align: middle;
  line-height: 80px;
}
/*.header-active .header-nav-logo .logo {
  opacity: 0;
}*/
.header-active .header-nav-logo .action_logo {
  opacity: 1;
  position: absolute;
  top: 0;
}
.header-active #navList {
  float: none;
  margin-left: 500px;
  display: inline-block;
}
.header-active #navList > li {
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 80px;
  z-index: 99;
}
.header-active #navList > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  /*position: relative;*/
}
.header-active #navList > li > a:hover::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-active #navList > li > a::after {
  content: "";
  display: block;
  border-top: 2px solid #ceac64;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/*.header-active #navList > li:last-child {
  padding-right: 0;
}*/
.header-active #navList > li .dorpdown-menu {
  top: 80px;
}
.header-active #navList > .curr a:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-header {
  background: #ffffff;
}

/*=== index ===*/

/* slider */
.hp-slider-box {
  height: 700px;
  overflow: hidden;
}
.hp-slider-box .slider {
  position: relative;
}
.hp-slider-box .slick-list {
  height: 700px;
}
.hp-slider-box .slick-slide {
  float: left;
  height: 700px;
  outline: none;
  position: relative;
}
.hp-slider-box .banner-img {
  width: 100%;
  height: 700px;
}
.hp-slider-box .banner-img img{
	height: 100%;
	max-width: none;
}
.hp-slider-box .banner-text-box {
  text-align: center;
}
.hp-slider-box .banner-text-box .banner-up {
  width: 100%;
  position: absolute;
  top: 260px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
}
.hp-slider-box .banner-text-box .banner-up h6 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.hp-slider-box .banner-text-box .banner-up h6 i {
  color: #000000;
  font-weight: bold;
}
.hp-slider-box .banner-text-box .banner-up span {
  font-size: 24px;
  display: block;
  padding-top: 10px;
  font-weight: bold;
  color: #000;
}
.hp-slider-box .banner-text-box .banner-up span i {
  color: #ceac64;
  font-weight: bold;
}
.hp-slider-box .banner-text-box .banner-down {
  width: 100%;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
}
.hp-slider-box .banner-text-box .banner-down p {
  width: 660px;
  line-height: 30px;
  display: inline-block;
  font-family: 'pfb';
  font-size: 20px;
}
.hp-slider-box .banner-text-box .banner-down .btn-box {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  margin: 60px auto 0 auto;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hp-slider-box .banner-text-box .banner-down .btn-box span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hp-slider-box .banner-text-box .banner-down .btn-box > div img {
  float: left;
  padding-left: 8px;
  margin-top: 15px;
}
.hp-slider-box .banner-text-box .banner-down .btn-box:hover {
  background: #ceac64;
  border-color: #ceac64;
}
.hp-slider-box .slick-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(251, 250, 250, 0.1);
  position: absolute;
  margin-top: -14px;
  z-index: 3;
  right: 40px;
  top: 50%;
  color: #ceac64;
  font-size: 14px;
  padding-left: 14px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hp-slider-box .slick-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(251, 250, 250, 0.1);
  position: absolute;
  margin-top: -14px;
  z-index: 3;
  left: 40px;
  top: 50%;
  color: #ceac64;
  font-size: 14px;
  padding-left: 12px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hp-slider-box .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hp-slider-box .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.hp-slider-box .slick-dots li button {
  width: 60px;
  height: 5px;
  font-size: 0;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.hp-slider-box .slick-dots .slick-active button {
  height: 6px;
  background-color: #ceac64;
}
/* slider end */



/*数字*/
.hp-number-box {
  border-bottom: solid 1px #eeeeee;
  padding: 60px 0;
  background: linear-gradient(rgb(243, 241, 241), rgb(243, 241, 241)), url(../images/cta-bg.jpg) fixed center center;
  background-size: cover;
}
.hp-number-box > div {
  width: 1170px;
  margin: 0 auto;
}
.hp-number-box > div ul li img{
	width: 15%;
	padding-right: 10px;
}
.hp-number-box > div ul li {
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
  color: #fff;
}
.hp-number-box > div ul li p{
	font-size: 20px;
	color: #333;
}
.hp-number-box > div ul li:last-child {
  border: none;
}
.hp-number-box > div ul li .dynamic {
  font-size: 48px;
  color: #ceac64;
}
.hp-number-box > div ul li i {
  position: absolute;
  padding-top: 8px;
  color: #333;
}
.hp-business-box {
  padding-bottom: 60px;
}
.hp-business-box > div {
  width: 1170px;
  margin: 0 auto;
}
.hp-business-box > div .business-list ul {
  margin: -15px;
}
.hp-business-box > div .business-list ul li {
  float: left;
  width: 270px;
  height: 240px;
  margin: 15px;
  padding: 40px 20px 0 20px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hp-business-box > div .business-list ul li:hover {
  -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05);
}
.hp-business-box > div .business-list ul li:hover a {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.hp-business-box > div .business-list ul li:hover a h6 {
  color: #ceac64;
}
.hp-business-box > div .business-list ul li a {
  display: block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hp-business-box > div .business-list ul li a .iconfont {
  color: #ceac64;
  font-size: 70px;
}
.hp-business-box > div .business-list ul li a h6 {
  text-align: left;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hp-business-box > div .business-list ul li a p {
  text-align: left;
  padding-top: 10px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*service*/
.wrapper {
    margin: 0 auto;
    width: 1200px;
}
.service {
    padding-top: 60px;
    padding-bottom: 200px;
    background: url(../images/dot-bg.png) repeat top left;
}

.title {
    margin-bottom: 60px;
        text-align: center;
}

.title-span {
    position: relative;
    padding: 10px 30px;
}

.title-span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: #ddd;
    width: 200px;
    margin: 0 auto;
}

.title-span:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: block;
    content: '';
    margin-left: -20px;
    width: 40px;
    height: 3px;
    background-color: #ceac64;
}

.title h2 {
    font-size: 20px;
    color: #ceac64;
    line-height: 34px;
    text-transform: uppercase;
}

.title h3 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0;
}


/*service*/
.service-li {
    float: left;
    position: relative;
    margin-right: 40px;
    margin-bottom: 40px;
    width: 22.5%;
    overflow: hidden;
}

.service-li.marright0 {
    margin-right: 0;
}

.service-li .on {
    height: 228px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.service-li .on img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.service-li .on h3 {
    position: relative;
    padding: 16px 0;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.service-li .on h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: '';
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background-color: #ddd;
}

.service-li .on p {
    padding: 8px 0;
    font-size: 16px;
    color: #999;
    line-height: 20px;
}

.service-li .turn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    font-size: 14px;
    color: #fff;
    line-height: 280px;
    background-color: #b61b24;
    background-color: rgba(182, 27, 36, .95);
    background-image: url(../images/see-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s;
    border-radius: 50%;
    z-index: 2;
}

.service-li a:hover .turn {
    top: 0;
    left: 0;
    width: 270px;
    height: 230px;
    border-radius: 0;
}

.column_inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.background-media {
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}
.background-media{
	background-repeat:no-repeat; background-size:cover; background-attachment:scroll;width:100%;border-radius:5px;
}
.background-media.background-media1{
	background-image: url('../images/1.png');
}
.background-media.background-media2{
	background-image: url('../images/2.png');
}
.background-media.background-media3{
	background-image: url('../images/3.png');
}
.background-media.background-media4{
	background-image: url('../images/4.png');
}
.background-media.background-media5{
	background-image: url('../images/5.png');
}
.background-media.background-media6{
	background-image: url('../images/6.png');
}
.background-media.background-media7{
	background-image: url('../images/7.png');
}
.background-media.background-media8{
	background-image: url('../images/8.png');
}
.service-li:nth-child(4n){
	margin-right: 0px;
}
.background-media, .background-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.column_inner .background-overlay,.column_inner .miaoshu {
    transition: all 0.3s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.column_inner .newcon{
	font-size: 16px;
	line-height: 30px;
	color: #ceac64;
	text-align: left;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style: circle;
}
.column_inner .newconul{
	margin-top: 30px;
}
.column_inner:hover .newcon a{
	color: #fff;
}

.background-overlay {
    z-index: 2;
    background-color:rgba(55,53,52,0.9);width:100%;border-radius:5px;
}
.column_inner:hover .background-overlay {
    background-color: rgba(175, 145, 81, 0.9) !important;
}
.column_containter{
	z-index:3;position:relative;border-radius:5px;
}
.header_title{
	font-size:22px;font-weight:bold;font-style:normal;color:#ffffff;padding:0 0 5px 0;
	display: block;
	padding: 20px 0 15px 0;
}
.column_containter{
	text-align: center;
}
.column_inner .ag_image{
	display: block;
	margin: 0 auto;
}
.miaoshu{
	color: rgb(187, 187, 186);
	line-height: 26px;
}
.column_inner:hover .front_image{
	display: none;
}
.column_inner .scenery_image{
	display: none;
}
.column_inner:hover .scenery_image{
	display: block;
}
.column_inner:hover .miaoshu{
	color: #fff;
}

.more1.more{
	font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    transition: all 0.3s linear;
}
.more1.more:hover{
	background-color: #ceac64; color: #fff;
	border-color: #ceac64;
}


/*lead*/

.lead {
    padding-bottom: 100px;
    background: url(../images/red-bg.png) repeat top left;
}

.lead-title {
    float: left;
    margin-top: -130px;
}

.lead .text {
    float: right;
    margin-top: 150px;
    width: 770px;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.lead .text p{
	font-size: 16px;
}

.lead .text .more {
    display: inline-block;
    margin-top: 55px;
    padding: 0 16px;
    min-width: 128px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.lead .text .more:hover {
	background: #000;
	border-color: #000;
}

/*team*/

.team {
    padding-top: 60px;
    padding-bottom: 100px;
    background: url(../images/dot-bg.png) repeat top left;
}

.scroll_horizontal {
    position: relative;
}

.scroll_horizontal .box {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.scroll_horizontal .list {
    width: 99999px;
    overflow: hidden;
}

.scroll_horizontal .list li {
    float: left;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    font: 0/0 Arial;
    cursor: pointer;
}

.scroll_horizontal .prev:hover,
.scroll_horizontal .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/*team-scroll*/

.team-scroll .box {
    width: 1200px;
}

.team-scroll .list li {
    width: 300px;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding: 0 15px;
}

.team-scroll .prev,
.team-scroll .next {
    margin-top: -40px;
    width: 30px;
    height: 80px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
}

.team-scroll .prev {
    left: -55px;
    background-position: 0 0;
}

.team-scroll .next {
    right: -55px;
    background-position: 0 -80px;
}

/*.team-item {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 270px;
    text-align: left;
    overflow: hidden;
}*/

.team-item .pic,
.team-item .pic img {
    display: block;
    width: 100%;
}

.team-item .text {
    padding: 20px 16px;
    background-color: #f3f1f1;
}

.team-item .text b {
    margin-bottom: 20px;
    font-size: 24px;
    color: #666;
    line-height: 30px;
    display: block;
}

.team-item .text b span {
    margin-left: 16px;
    font-size: 16px;
    color: #c6c6c6;
}

.team-item .text .pcon{
    height: 88px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}

.team-item .more {
    display: block;
    padding-left: 18px;
    font-size: 16px;
    color: #999;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #f3f1f1;
}

.team-turn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    color: #fff;
    background-color: #252321;
    margin: 0 15px;
}

.team-turn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    height: 6px;
    background-color: #ceac64;
}

.team-turn b {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.team-turn b span {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}
.team-turn .hpon{
    margin-bottom: 10px;
    height: 132px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    display: block;
}

.team-turn .order {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #ceac64;
    border-radius: 5px;
    float: left;
    margin-right: 9px;
}

/*案例*/
.in-case-bg{
	background: url(../images/bg04.jpg) center;
	background-size: cover;    
	padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.in-case-tj{display: block;background: rgba(255,255,255,.7);text-align: center;overflow: hidden;margin-bottom: 30px;}
.in-case-tj .img{height: 160px;overflow: hidden;width: 100%;}
.in-case-tj p{font-size: 16px;margin:10px;color: #000;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;}
.in-case-li{background: rgba(255,255,255,.7);padding:9px 10px 8px 10px;overflow: hidden;}
.in-case-li a{display: block;padding:11px 10px;font-size: 16px;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;color: #000;}
.in-case-li a span{color: #666;margin-right: 10px;}
.in-case-li a:hover{color:#aa8915; }
.in-wj{background: rgba(255,255,255,.7);padding:0 15px;overflow: hidden;}
.in-wj a{display: block;padding: 15px 0;font-size: 16px;color: #000;white-space:nowrap; text-overflow:ellipsis;overflow: hidden;border-bottom: 1px dashed #999;}
.in-wj a:last-child{border-bottom: none;}
.tit2{margin-bottom: 20px;border-bottom: 2px solid #aa8915;overflow: hidden;height: 40px;}
.tit2 b{font-size: 22px;float: left;color: #fff;}
.tit2 span{display: block;float: right;font-size: 16px;margin-top: 5px;color: #eee;}
.tit2 span a{color:#eee; }
.in-case-bg .left{
	width: 63%;
	float: left;
}
.in-case-bg .right{
	width: 34%;
	float: right;
}
.in-case-tj1{
	width: 49%;
	float: left;
}
.in-case-tj2{
	width: 49%;
	float: right;
}


/*新闻*/
.index_contbox5 {
  width: 100%;
  background: url(../images/dot-bg.png) repeat top left;
  padding: 60px 0;
}
.index_contbox5 .cont_left .cont_l_img {
  display: inline-block;
  width: 560px;
  height: 349px;
  background-repeat: no-repeat;
  position: relative;
}
.index_contbox5 .cont_left .cont_l_img img{
	width: 100%;
	height: 100%;
}
.index_contbox5 .cont_left .info {
	    background-color: #ceac64;
  width: 585px;
  height: 212px;
  padding: 35px;
  position: absolute;
  top: 270px;
  left: 50px;
}
.index_contbox5 .cont_left .info .in_tit {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.index_contbox5 .cont_left .info .main {
  color: #eee;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_contbox5 .cont_left .info>a:hover .in_tit{
  color: #000;
}
.index_contbox5 .cont_left .info .timeMore {
  height: 40px;
  line-height: 40px;
  margin-top: 9px;
}
.index_contbox5 .cont_left .info .timeMore .time {
  color: #eee;
  font-size: 18px;
  float: left;
}
.index_contbox5 .cont_left .info .timeMore .more {
  display: inline-block;
  width: 118px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  float: right;
}
.index_contbox5 .cont_left .info .timeMore .more:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.index_contbox5 .cont_rigth {
  width: 640px;
  display: inline-block;
}
.index_contbox5 .cont_rigth .item {
  position: relative;
  padding-bottom: 36px;
  margin-left: 100px;
  border-bottom: 1px dotted #989898;
  padding-top: 30px;
  overflow: hidden;
}
.index_contbox5 .cont_rigth .item a {
  display: block;
  padding-right: 3px;
}
.index_contbox5 .cont_rigth .item .tit {
  font-size: 18px;
  color: #333333;
  margin-bottom: 29px;
}
.index_contbox5 .cont_rigth .item .time {
  display: inline-block;
  font-size: 18px;
  color: #999999;
}
.index_contbox5 .cont_rigth .item .info {
  font-size: 14px;
  color: #999999;
  width: 488px;
  line-height: 28px;
}
.index_contbox5 .cont_rigth .item .go_icon {
  display: inline-block;
  width: 39px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/Go_def.png);
  background-position: bottom;
}
.index_contbox5 .cont_rigth .item:last-child {
  border-bottom: none;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.index_contbox5 .cont_rigth .item:hover .tit {
  color: #aa8915;
}
.index_contbox5 .cont_rigth .item:hover .info {
  color: #aa8915;
}
.index_contbox5 .cont_rigth .item:hover .time {
  color: #aa8915;
}
.index_contbox5 .cont_rigth .item:hover .go_icon {
  background-image: url(../images/Go_act.png);
}
.index_contbox5 .cont_rigth .item:hover a {
  margin-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}


/*评价*/
.index_contbox6{
	padding: 60px 0;
	background: url(../images/bg13.jpg) center;
    background-size: cover;
}
.index_contbox6 .wrapper{
	overflow: hidden;
}
.index_contbox6 .container {
  overflow: hidden;
}
.index_contbox6 .swiper-container4 {
  position: relative;
}
.index_contbox6 .swiper-button-next,
.index_contbox6 .swiper-button-prev {
  top: 62%;
}
.index_contbox6 .comment_pagination {
  text-align: center;
  margin-top: 60px;
}
.index_contbox6 .comment_pagination .swiper-pagination-bullet-active {
  background: #000;
}
.index_contbox6 .comment_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.index_contbox6 .txt_r {
  text-align: right;
  padding-right: 42px;
}
.index_contbox6 .txt_l {
  text-align: left;
  padding-left: 42px;
}
.index_contbox6 .item {
  width: 50%;
  box-sizing: border-box;
}
.index_contbox6 .item a {
  display: block;
}
.index_contbox6 .item a .photoBox .icon {
  display: inline-block;
  width: 77px;
  height: 77px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  border: 3px solid #ffffff;
  overflow: hidden;
  background-size: contain;
}
.index_contbox6 .item a .tit {
  color: #fff;
  font-size: 18px;
  height: 100px;
  line-height: 100px;
}
.index_contbox6 .item a .info_l {
  padding-left: 165px;
}
.index_contbox6 .item a .info_r {
  padding-right: 165px;
}
.index_contbox6 .item a .info {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.index_contbox6 .title h3,.index_contbox6 .title h2{
	color: #fff;
}


/*联系我们*/
.contact{
  padding: 60px 0;
  overflow: hidden;
	background: url(../images/contentbj.jpg) center;
	background-size: cover;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #d8b87b;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d8b87b;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #d8b87b;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #d8b87b;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #d8b87b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff5e31;
}

.contact .left{
	width: 49%;
	float: left;
}
.contact .right{
	width: 49%;
	float: right;
}
.contact .left .mt-4{
	width: 48%;float: left;
	margin-top: 4%;
} 
.contact .left .mt-42{
	width: 48%;float: right;
	margin-top: 4%;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group.form-l{
	width: 42%;
	float: left;
	margin-right: 10px;
}
.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.form-control {
    display: inline-block;
    width: 95%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
textarea.form-control {
    height: auto;
}
.text-center{
    background: #d8b87b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}


/*底部*/
.ft-bottom {
    padding: 30px 0;
    border-top: 1px solid #d8b87b;
    background: #000;
    text-align: center;
}

.ft-bottom p {
    line-height: 30px;
}


/*左侧悬浮*/
.fixed {
    position: fixed;
    top: 48%;
    right: 0;
    z-index: 1000;
}

.fixed li {
    position: relative;
    margin-bottom: 1px;
}

.fixed .totop {
    display: none;
}

.fixed a,
.fixed a img {
    display: block;
    width: 60px;
    height: 60px;
}

.fixed a {
    background-color: #999;
}

.fixed a.active,
.fixed .active a,
.fixed a:hover {
    background-color: #ceac64;
}

.fixed .active .fixed-show {
    display: block;
}

.fixed-show {
    display: none;
    position: absolute;
    top: 0;
    right: 60px;
    padding-right: 1px;
}

.wechat-fixed-box {
    padding-right: 10px;
}

.fixed-show h4 {
    padding: 0 30px;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    background-color: #ceac64;
    white-space: nowrap;
}

.fixed-show .wechat-box {
    position: relative;
    border: 1px solid #ceac64;
}

.fixed-show .wechat-box:before {
    position: absolute;
    top: 32px;
    right: -8px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #d5000b;
}

.fixed-show .wechat-box:after {
    position: absolute;
    top: 32px;
    right: -7px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}

.fixed-show .wechat-box img {
    display: block;
}




/****************业务公共页******************/
/*banner*/
.roll-bar { position: relative; height: 520px; overflow: hidden; }
.roll-bar .roll-img { position: absolute; left: 0; top: 0; width: 100%; }
.roll-bar .roll-img li { float: left; width: 100%; height: 520px; overflow: hidden; position: relative; color: #dbdbdb; }
.roll-bar .roll-img li img { position: absolute; left: 50%; top: 0; margin-left: -960px; height: 520px; width:1920px; }
.roll-bar .roll-img li .roll-txt { position: absolute; left: 0; top: 150px;	width: 100%; padding-top: 80px; text-align: center; }
.roll-bar .roll-img li h2 { font-size: 60px; line-height: 70px; font-weight: 300; margin-bottom: 22px; }
.roll-bar .roll-img li h3 { font-size: 24px; line-height: 30px; font-weight: 300; margin-bottom: 47px; }
.roll-bar .roll-img li h4 { font-size: 24px; line-height: 26px; font-weight: 300; padding: 8px 0 15px; }
.roll-bar .btn { display: inline-block; margin: 0 3px; }
.roll-bar .roll-img li.black { color: #2b2b2b; /* æµ…è‰²å›¾æ–‡å­—æ·±è‰² */}
/*位置*/
.CrumbBox {
  height: 60px;
  line-height: 60px;
  text-align: right;
  background-color: #f2f2f2;
}
.CrumbBox .icon {
  width: 26px;
  height: 60px;
  margin-right: 13px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image:url('../images/add.png');
}
.CrumbBox .items {
  display: inline-block;
}
.CrumbBox .items .item {
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
.common {
    margin: 50px 0 26px 0;
    font-size: 30px;
    color: #3c3c3c;
    margin: 50px 0 40px 0;
    text-align: center;
}
.aboutTxt,.aboutTxt p {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
}
/*相关推荐*/
.sw_business_cont {
  	padding: 50px 0;
    background-color: #f3f3f3;
}
.bussiness_title {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}
.bussiness_title .title2 {
  font-size: 24px;
  color: #333333;
  padding-left: 8px;
  border-left: 5px solid #ceac64;
}
.bussiness_title .more {
  font-size: 16px;
  color: #666666;
}
.sw_business_cont .items {
  font-size: 0;
}
.sw_business_cont .item {
  width: 380px;
  height: 485px;
  display: inline-block;
  margin-right: 30px;
  margin-top: 25px;
}
.sw_business_cont .item .imgBox .img {
  width: 100%;
  height: auto;
}
.sw_business_cont .item .imgBox:hover {
  margin-left: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sw_business_cont .item .tit {
  display: block;
  color: #333333;
  font-size: 20px;
  height: 68px;
  line-height: 68px;
  /* padding-left: 10px; */
}
.sw_business_cont .item .main {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sw_business_cont .item:hover .tit, 
.sw_business_cont .item:hover .main {
  color: #c58e1a;
}
.sw_business_cont .item .moreBox {
  text-align: left;
  margin-top: 18px;
}
.sw_business_cont .item .moreBox a {
  display: inline-block;
  width: 170px;
  height: 39px;
  background-color: #e2e2e2;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 39px;
}
.sw_business_cont .item .moreBox a:hover {
    color: #fff;
    background: #ceac64;
}
.sw_business_cont .item:last-child {
  margin-right: 0;
}
.imgBox img{
	width: 380px;
	height: 220px;
}
.sw_business_cont .item:nth-child(3n){
	margin-right: 0;
}
.research_c_cont .tit_info {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ececec;
}
.research_c_cont .common{
	margin: 50px 0 20px 0;
}
.aboutimg{
	text-align: center;
}
.aboutMain{
	padding-bottom: 50px;
}
.research_c_cont .pnBox {
margin: 30px 0;
padding-top: 20px;
border-top: 1px dashed #ececec;
}
.research_c_cont .pnBox .pn_btn {
  color: #333333;
  font-size: 18px;
  display: block;
  margin: 10px 0;
}
.research_c_cont .pnBox .pn_btn:hover {
  color: #ceac64;
}
/*咨询*/
.asklaw{  background:url(../images/index_consultation.jpg) no-repeat center;  height:350px ; text-align:center; }
.asklaw .title{  color:#fff ; font-size:36px ; position:relative ; top:80px;margin-bottom: auto;}
.asklaw .word{  font-size:24px ; color:#fff ; position:relative ; top:100px; }
.asklaw .asknow{  font-size:20px ; color:#fff ; position:relative ; top:140px ; display:inline ; padding:10px 40px ; background-color:#ceac64; }
.asknow a{  color:#fff; }
/*流程*/
.mwtlc{  padding:70px 0; }
.mwtlc2{  height:605px ;  padding:70px 0 ;  background-color:#f7f7f7; }
.mtitle{  text-align:center ; color:#000 ; font-weight:bold ; font-size:30px; }
.mtitle2{  text-align:center ; color:#fff ; font-weight:bold ; font-size:30px; }
.menuline{  width:70px ; border-top: #ceac64 3px solid ; margin:15px auto; }
.mcontent{  text-align:center ; margin:10px ; font-size:16px; }
.liucpic{  background:url(../images/liucheng.png) no-repeat center;  padding:60px 0 ;  height:400px ;  font-size:16px ;  width:1200px ;  margin:auto; }
/*优势*/
.why{
	background: #f3f3f3;
	padding: 70px 0;
}
.why ul{
	overflow: hidden;
	padding: 50px 0 15px 0;
}
.why ul li{
	float: left;
	width: 33%;
	margin-bottom: 50px;
}
.why ul h2{
	color: #333;
	font-size: 26px;
	line-height: 1;
	padding: 0 0 5px 0;
}
.why ul p{
	color: #666;
	font-size: 18px;
	padding: 10px 0 0 0;
}
.why ul span{
	display: block;
	width: 50px;
	height: 2px;
	background: #ceac64;
	transition: all .5s;
}
.why .icon1{background-position:0 0;}
.why .icon2{background-position:-109px 0;}
.why .icon3{background-position:-218px 0;}
.why .icon4{background-position:-327px 0;}
.why .icon5{background-position:-436px 0;}
.why .icon6{background-position:-545px 0;}
.why ul li:hover .icon1{background-position: 0 -142px;}
.why ul li:hover .icon2{background-position: -132px -141px;}
.why ul li:hover .icon3{background-position: -262px -142px;}
.why ul li:hover .icon4{background-position: -390px -149px;}
.why ul li:hover .icon5{background-position: -516px -138px;}
.why ul li:hover .icon6{background-position: -645px -138px;}
.why ul li:hover span{
	width: 100%;
	transition: all .5s;
}
.why ul i{
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-left: 10px;
	background:url(../images/why.png) no-repeat;
}
.border-n{
	border: none !important;
}
/*按钮 start*/
.btn{
	display: block;
	width: 535px;
	border: 1px solid #ceac64;
	position: relative;
	line-height: 60px;
	border-radius: 30px;
	text-indent: 20px;
	color: #999;
	font-size: 20px;
	margin:20px auto 0;
}
.btn i{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../images/tel.png);
	vertical-align: middle;
	background-size: 100% 100%;
}
.btn font{
	color: #ceac64;
}
.btn span{
	width: 210px;
	position: absolute;
	display: block;
	top: 0;
	right: -1px;
	font-size: 26px;
	color: #fff;
	text-indent: 0;
	text-align: center;
	background: #ceac64;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
/*按钮 end*/



/********新闻列表页*********/
.research_cont .title_wrap {
  height: 70px;
  line-height: 70px;
  margin: 55px 0;
}
.research_cont .title_wrap .line_l {
  text-align: left;
  margin-left:25px;
}
.research_cont .title_wrap .line_r {
  text-align: right;
  margin-right:25px;
}
.research_cont .title_wrap .line {
  border-bottom: 1px solid #e6e6e6;
  width: 335px;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin-bottom: 35px;
}
.research_cont .title_wrap .icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 11px;
  background-color: #e6e6e6;
  border-radius: 7px;
  padding-bottom: 10px;
  position: absolute;
}
.research_cont .title_wrap .as_l {
  left: 0;
  top: -5px;
}
.research_cont .title_wrap .as_r {
  right: 0;
  top: -5px;
}
.research_cont .title_wrap .title_nav {
  width: 448px;
  height: 66px;
  font-size: 0;
  display: inline-block;
}
.research_cont .title_wrap .title_nav .item {
  display: inline-block;
  height: 66px;
  line-height: 66px;
  width: 210px;
  background-color: #e6e6e6;
  color: #333333;
  text-align: center;
}
.research_cont .title_wrap .title_nav .item a {
  display: block;
  font-size: 20px;
}
.research_cont .title_wrap .title_nav .active {
  background-color: #ceac64;
  color: #ffffff;
}
.research_cont .research_content .items {
  font-size: 0;
}
.research_cont .research_content .item {
  display: inline-block;
  width: 580px;
  margin-bottom: 35px;
}
.research_cont .research_content .item .imgBox {
  width: 290px;
}
.research_cont .research_content .item .imgBox img {
  width: 100%;
  height: auto;
  height:220px;
}
.research_cont .research_content .item .infoWrap {
  width: 290px;
  padding: 25px;
  background-color: #f5f5f5;
  height: 220px;
}
.research_cont .research_content .item .infoWrap .tit {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 50px;
}
.research_cont .research_content .item .infoWrap .info {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.research_cont .research_content .item .infoWrap .time {
  color: #999999;
  font-size: 14px;
  margin-top: 18px;
}
.research_cont .research_content .item:hover .tit,
.research_cont .research_content .item:hover .info,
.research_cont .research_content .item:hover .time {
  color: #ffffff;
}
.research_cont .research_content .item:hover .infoWrap {
  background-color: #ceac64;
}
.research_cont .research_content .item:nth-child(2n) {
  float: right!important;
}
/*分页*/
.pagenum{
    text-align: center;
    margin: 80px 0;
	clear:both;
}
.pagenum a{
    display: inline-block;
    height: 60px;
    padding: 0 28px;
    line-height: 60px;
    background-color: #ebebeb;
    color: #666666;
    font-size: 18px;
  }
.pagenum span{
    color: #ffffff;
    background-color: #ceac64;
    display: inline-block;
    height: 60px;
    padding: 0 28px;
    line-height: 60px;
    font-size: 18px;
}


/*律师内容页*/

.Xi{padding: 44px 50px 60px 50px;background-color: #f6f6f6;overflow: hidden;}
.Xi .left{width: 30%;height: 270px;}
.Xi .right{width: 65%;padding: 19px 10px 0 30px;}
.Xi .right .text{line-height: 25px;height: 120px;overflow: hidden;margin: 16px 0 0;}
.Xi .right .text2{color: #ceac64;margin: 22px 0 0;}
.Xi .right .title2{margin: 9px 0 0;}
.textUl2{padding: 25px 0 80px 0;}
.textUl2 .title{
	text-align: left;
}
.textUl li p{
    line-height: 30px;
}
.textUl2 li .title{font-size: 18px;color: #ceac64;margin: 20px auto;}
.textUl2 li .title2{color: #3c3c3c;line-height: 28px;margin: 10px 0 0;padding-left: 6px;}
.textUl2 li .text2{padding-left: 40px;}
.textUl2 li .text2 .spfl{
	color:  #ceac64;
	font-size: 14px;
	margin: 10px auto;
	display: block;
}
.lvshitit {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 20px;
}
.Xi .right .title2 {
    width: 114px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin: 16px 0 0;
    background-color: #313131;
    margin: 20px 0 0;
    display: block;
}
.Xi .right .title2:hover {
	background: #ceac64;
}



.team2 .list{
	width: 100%;
}
.team2 .list li{
	margin-bottom: 50px;
}


/*********问答内页*********/
.zuixin{ overflow: hidden; margin:10px 0 10px 0px; }
.zuixin .title span{  float:right ; font-size:14px; }
.zuixin ul li{  font-size:14px ; padding:20px ; border-bottom:1px solid #eee ; line-height:30px; }
.zuixin ul li:hover{  background-color:#f7f7f7; }
.zuixin ul li .ask{ margin-bottom: 10px; text-overflow: ellipsis;  white-space: nowrap; }
.zuixin ul li .ask a{font-size: 18px;}
.zuixin ul li .answer p{  text-indent:0px;display:inline }
.zuixin .ask span{     font-size: 20px; padding:3px 8px; margin:0 20px 0 0 ; background-color:#ceac64; color:#fff ; border-radius:3px; }
.zuixin .answer span.ti{ float: left; font-size: 20px; padding:3px 8px; margin:0 20px 0 0 ; background-color:#000; color:#fff ; border-radius:3px; }
.zuixin ul li:hover .ask a{
  color: #ceac64;
}
.wenda{
  overflow: hidden;
  padding-top: 50px;
  background: #ceac64;
  margin-top: 1px;
  padding-bottom: 30px;
      color: #fff;
}
.wenda .form-group.form-l {
    width: 22%;
    float: left;
    margin-right: 10px;
}
.wenda .form-control{
  width: 90%;
}
.wenda .form-group {
    margin-bottom: 1rem;
    float: left;
    width: 22%;
}
.wenda textarea.form-control {
    vertical-align: middle;
    height: calc(1.5em + .75rem + 2px);
}
.wenda .text-center{
      float: left;
      background: #000;
}


/*********评论列表页***********/
.title_td_list{overflow: hidden;}
.title_td_list ul li{ width:600px;float:left; padding:30px 0;}
.title_td_list ul li .left{ width:200px; height:200px; float:left;}
.title_td_list ul li .left img{transition: all 0.2s linear;width:200px; height:200px; border-radius:50%;}
.title_td_list ul li:hover .left img{width:196px; height:196px; border-radius:50%; border:2px solid #ceac64;}
.title_td_list ul .li1 .left{ padding-left:48px;}
.title_td_list ul li .right{ width:330px; height:200px; float:left; margin-left:20px; margin-top:22px;}
.title_td_list ul li .right a{display:block;font-size:24px; color:#000; font-family:'微软雅黑'; font-weight:500; border-bottom:1px solid #eaeaea; padding-bottom:14px;}
.title_td_list ul li .right a span{font-size:14px;}
.title_td_list ul li .right p{font-size:14px;color:#001111; margin-top:10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;		
}
.title_td_list ul li .right p span{color:#ceac64; font-weight:700;}
.title_td_list ul li .right .but{ margin-top:20px;}
.title_td_list ul li .right .but{ display:inline-block; width:148px; height:40px; text-align:center; line-height:40px;font-size:16px; color:#fff; font-family:'微软雅黑'; background:#ceac64;}


/*********评论内容页***********/
#content2{width:100%; margin:50px 0;overflow: hidden;}
#content2 .left{width: 200px;float:left;}
#content2 .left img{width:100%;border-radius: 100%;}
#content2 .right{width: 79%;float:left;margin-left: 50px;position:relative;}
#content2 .right h6{font-size:36px; color:#ceac64; font-family:'微软雅黑'; line-height:30px;}
#content2 .right p{font-size:16px;color:#2d2841; line-height:50px;}
#content2 .right p span{color:#999; font-weight:700;}
#content2 .right .list_tab{border-top:2px solid #ceac64;border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;/* height:310px; */}
.research_cont2{
	padding: 50px 0;
    background-color: #f3f3f3;
}
.research_cont2 .research_content{
	padding-top: 30px;
}
.research_cont2 .research_content .item .infoWrap{
	background: #fff;
}
.answertj{
	padding: 50px 0;
}
.answertj .zuixin{
	padding-top: 20px;
}


/****************添加---------修改新闻****************/
.new_box {
	width: 31%;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 20px #ccc;
    margin: 0px 10px 30px 10px;
	}
.new_box h4 {
	font-size: 20px;
	border-left: 5px solid #ceac65;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	color: #ceac65;
	}


.lwlist{ margin-top: 10px; margin-bottom: 20px;}
.lwlist:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.lwlist li{
	float: left;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	}
.lwlist li:hover a{
	color: #ceac65;
}
.lwlist li span { float: right; color: #999; font-size: 14px;}
.lwlist li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #acacac;
    float: left;
    margin: 18px 0 0 10px;
}
.lwlist li a {
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 5px;
    display: inline-block;
    width: 71%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}