﻿body, html {
  margin: 0;
  padding: 0;
  height: 100%
}
.top-navbar .menu-item, img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
*{padding:0;margin:0;}
fieldset, img {
  border: none;
}
h1, h2, h3 {
  color: #000
}
.btn-red, body.show-popup {
  overflow: hidden
}
body, html {
  height: 100%
}
.body-area, .footer, body.show-popup .popup-container {
  display: block
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #707070;
  font-weight: 300;
  line-height: 24px;
  max-width:100%;
}
h4, h5, h6 {
  font-weight: 400
}
body.tight-menu .top-navbar .menu-list .container-fluid .box {
  padding-top: 100px
}
body.tight-menu .top-navbar .menu-list .container-fluid h1, body.tight-menu .top-navbar .menu-list .container-fluid h4 {
  margin-top: 20px
}
body.tight-menu .top-navbar .menu-list .container-fluid .contact-info {
  margin-top: 80px
}
h1, h2, h3, h4, h5, h6 {
  margin: 0
}
.iconfont {
  font-family: iconfont!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale
}
@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.eot);
  src: url(../fonts/iconfont.eot) format('embedded-opentype'), url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype'), url(../fonts/iconfont.svg#iconfont) format('svg')
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: 0
}
input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}
input, select, textarea,button {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0;
	overflow-y: hidden;
	overflow-x: hidden
}
button:focus{
	border:none;
}

a {
  color: #707070
}
a:active, a:active:focus, a:active:hover, a:focus, a:hover {
  text-decoration: none;
  color: #e92e0f
}
.container {
  width: 1170px;
  max-width: 100%;
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width:1920px) {
  .home-contact .contact-container .banner-li img{
  	width:100%;
  }
}
p {
  text-align: justify
}
h1 {
  font-size: 34px;
  text-align: center
}
h2 {
  font-size: 24px
}
h3 {
  font-size: 18px
}
.btn-red, .btn-red:active, .btn-red:active:focus, .btn-red:active:hover, .btn-red:focus, .btn-red:hover {
  color: #fff
}
h4 {
  font-size: 16px
}
h5 {
  font-size: 14px
}
h6 {
  font-size: 12px
}
.btn-red {
  border-radius: 1px;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #FF4E34;
  line-height: 40px;
  position: relative;
  -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*.btn-red:hover{
	background: #e52e13;
}*/
.btn-red:active:before, .btn-red:active:focus:before, .btn-red:active:hover:before, .btn-red:focus:before, .btn-red:hover:before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
.btn-red:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  background: #EF2B0B;
  content: "";
  -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img{
	transition: all .7s;
                        -moz-transition: all .7s;
                        -webkit-transition: all .7s;
                        -o-transition: all .7s;
}

.pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto
}
.top-navbar, .top-navbar .top-navbar-bg {
  -webkit-transition: all .2s linear;
  top: 0
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.text-black {
  color: #000
}
.text-black a{color:#000}
.text-black a:hover{color: #e92e0f;}
.text-red {
  color: #f04e37
}
.background-light-gray {
  background-color: #f7f7f7
}
.body-area {
  padding-top: 100px;
  padding-bottom: 350px;
  min-height: 100%;
  overflow: hidden;color:#333;
}
.transparent-navbar .top-navbar {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}
.transparent-navbar .top-navbar .top-navbar-bg {
  height: 0
}
.transparent-navbar .top-navbar .logo {
	background-image: url(../images/logo-white.png);
		background-image: url(../images/logo-white1.png)\9;
}
.transparent-navbar .top-navbar .menu-item .hamburger-icon .hamburger-icon-line {
  background: #fff
}
.transparent-navbar .body-area {
  padding-top: 0
}
.footer {
 
  background-color: #343030;
  width: 100%;
  margin-top: -350px
}
.footer .info {
  height: 300px;
  padding-top: 80px
}
.footer .info .btn-red {
  width: 220px;
  line-height: 40px
}
.footer .info p {
  text-align: left;margin-bottom:0px;
}
.footer .info h2 {
  color: #fff;
  margin-bottom: 40px
}
.footer .info .social {
  margin-top: 50px
}
.footer .info .social .btn-social {
  width: 60px;
  height: 34px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #707070;
  position: relative
}
.footer .info .social .btn-social .qr-code {
  display: none;
  position: absolute;
  left: 160px;
  top: -30px;
  width: 129px;
  height: 129px;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.block.clients-block .client img, .footer .info .social .btn-social .qr-code img {
  max-width: 100%
}
.footer .info .social .btn-social:hover span {
  display: none
}
.footer .info .social .btn-social.btn-wechat:hover {
  background-image: url(../images/social-wechat.png)
}
.footer .info .social .btn-social.btn-wechat:hover .qr-code {
  display: block
}
.footer .info .social .btn-social.btn-linkedin:hover {
  background-image: url(../images/social-linkedin.png)
}
.footer .copyright {
 
  border-top: 1px solid rgba(255, 255, 255, .2)
}
.footer .copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 49px;
  color: rgba(255, 255, 255, .2)
}

.slide a.btn-all{width:90%; height: 100%; display: block; float: left; margin: auto 5%;}
.margin-bottom-15 {
  margin-bottom: 15px
}
.margin-bottom-60 {
  margin-bottom: 60px
}
.margin-bottom-80 {
  margin-bottom: 80px
}
.margin-top-20 {
  margin-top: 20px
}
.margin-top-40 {
  margin-top: 40px
}
.margin-top-50 {
  margin-top: 50px
}
.margin-top-60 {
  margin-top: 60px
}
.margin-top-80 {
  margin-top: 80px
}
.bottom-80 {
  position: absolute;
  bottom: 80px
}
.padding-right-0 {
  padding-right: 0
}
.padding-right-50 {
  padding-right: 50px
}
.padding-left-50 {
  padding-left: 50px
}
.padding-left-right-35 {
  padding-left: 35px;
  padding-right: 35px
}
.padding-left-right-25 {
  padding-left: 25px;
  padding-right: 25px
}
.padding-top-bottom-80 {
  padding-top: 80px;
  padding-right: 80px
}
.block {
  padding-top: 100px;
  padding-bottom: 100px
}
.block.clients-block {
  padding-left: 100px;
  padding-right: 100px
}
.block.clients-block .client {
  padding: 40px 20px 0
}
.block.clients-block .client .pic:after{
	padding-bottom:82%;
}
.top-navbar {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 120;
  color: #707070;
  transition: all .2s linear
}
.top-navbar.expanded .logo {
  display: none
}
.top-navbar.expanded .menu-list {
  display: block;
  pointer-events: all
}
.top-navbar.expanded .menu-item {
  color: #fff!important
}
.top-navbar.expanded .menu-item .page-title {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0
}
.top-navbar.expanded .menu-item .hamburger-icon .hamburger-icon-line {
  background: #fff!important
}
.top-navbar.expanded .menu-item .hamburger-icon .hamburger-icon-line:nth-child(1) {
  -webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(-45deg);
  transform: translateY(7px) translateX(0) rotate(-45deg);
  width: 125%
}
.top-navbar.expanded .menu-item .hamburger-icon .hamburger-icon-line:nth-child(3) {
  -webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(-7px) translateX(0) rotate(45deg);
  transform: translateY(-7px) translateX(0) rotate(45deg);
  width: 125%
}
.top-navbar.expanded .menu-item .hamburger-icon .hamburger-icon-line:nth-child(2) {
  opacity: 0
}
.top-navbar.scroll-down, .top-navbar.scroll-down .top-navbar-bg {
  height: 60px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.top-navbar.scroll-down .top-navbar-content {
  padding: 10px 0
}
.top-navbar.scroll-down .logo {
	height: 40px;
	background-image: url(../images/logo-red.png);
	background-image: url(../images/logo-red1.png)\9;
}


.top-navbar.scroll-down .menu-item {
  line-height: 40px;
  color: #707070
}
.top-navbar.scroll-down .menu-item .hamburger-icon .hamburger-icon-line {
  background: #707070
}
.top-navbar .top-navbar-bg {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-bottom:1px solid #f2f2f2;
  transition: all .2s linear
}
.top-navbar .top-navbar-content {
  padding: 20px 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 129
}
.top-navbar .logo {
	width: 214px;
	height: 60px;
	background-image: url(../images/logo-red.png);
	background-image: url(../images/logo-red2.png)\9;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.top-navbar .menu-item {
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.top-navbar .menu-item .hamburger-icon {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  top: -2px;
  vertical-align: middle;
  margin-left: 5px
}
.top-navbar .menu-item .hamburger-icon .hamburger-icon-line {
  -webkit-transition: all .12s linear;
  transition: all .12s linear;
  position: absolute;
  left: 0;
  display: block;
  background: #707070;
  width: 100%;
  height: 3px
}

.top-navbar .menu-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  pointer-events: none
}
.top-navbar .menu-list .container-fluid {
  height: 100%;
  position: relative;
}
.top-navbar .menu-list .container-fluid .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #343030;
  padding-top: 150px
}
.top-navbar .menu-list .container-fluid .box h1 {
  color: #fff;
  text-align: right;
  font-size: 60px;
  margin-top: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.top-navbar .menu-list .container-fluid .box h1 a {
  color: #fff
}
.top-navbar .menu-list .container-fluid .box h1 a:active, .top-navbar .menu-list .container-fluid .box h1 a:active:focus, .top-navbar .menu-list .container-fluid .box h1 a:active:hover, .top-navbar .menu-list .container-fluid .box h1 a:focus, .top-navbar .menu-list .container-fluid .box h1 a:hover {
  color: #f04e37
}
.top-navbar .menu-list .container-fluid .box h4 {
  margin-top: 60px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.home-about .left-area .switch-buttons .switch-button, .paging-area {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}
.top-navbar .menu-list .container-fluid .box h4 a {
  color: #fff;
  margin-right: 5px;
  padding: 0 20px;
  border-right: 2px solid #505050;
  line-height: 16px;
  white-space: nowrap;
  display: inline-block;
  margin: 10px auto;
}
.top-navbar .menu-list .container-fluid .box h4 a:last-child {
  border-right: none;
  padding-right: 0
}
.top-navbar .menu-list .container-fluid .box h4 a:active, .top-navbar .menu-list .container-fluid .box h4 a:active:focus, .top-navbar .menu-list .container-fluid .box h4 a:active:hover, .top-navbar .menu-list .container-fluid .box h4 a:focus, .top-navbar .menu-list .container-fluid .box h4 a:hover {
  color: #f04e37
}
.top-navbar .menu-list .container-fluid .box .contact-info {
  margin-top: 140px
}
.top-navbar .menu-list .container-fluid .box .contact-info p {
  text-align: right;
  color: #707070;
}
.cases {
  margin: 0 -5px
}
.cases .case-item {
  margin-bottom: 50px;
  cursor: pointer;
  padding: 0 5px;
  overflow: hidden
}
.cases .case-item a{
	display: block;
}
.cases .case-item .cover-picture-box {
  width: 100%;
  overflow: hidden
}
.cases .case-item .cover-picture-box .pic:after{
	padding-bottom:62%;
}
.cases .case-item a h2:hover{
	color: #EF2B0B;
}
.cases .case-item a .cover-picture-box .cover-picture:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.cases .case-item a .cover-picture-box:hover  .cover-picture .bg {
display: block;
}
.cases .case-item a .cover-picture-box:hover  .btn-red {
  display: block;
}
.cases .case-item .cover-picture-box .btn-red {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top:-30px;
  display: none;
  padding:0 10px;
}
.cases .case-item .cover-picture-box .cover-picture {
  width: 100%;
  overflow: hidden;
}
.cases .case-item .cover-picture-box .cover-picture .bg {
  width: 100%;
  height: 100%;
  background:url(../images/bg.png) repeat center center;

  display:none;
  text-align: center;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-bottom:62%;
}
.cases .case-item h2 {
  margin: 20px 0;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.cases .case-item p {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707070;
}
.case-row {
  overflow: hidden
}
.case-row.summary-with-left-title {
  padding: 80px 65px;
  background-color: #fff
}
.case-row.summary-with-left-title .title {
  padding-right: 40px
}
.case-row.summary-with-top-title {
  padding: 80px 65px;
  background-color: #fff
}
.case-row.summary-with-top-title .title {
  margin-bottom: 50px
}
.case-row.picture-with-title .background-picture {
  width: 100%;
  position: relative
}
.case-row.picture-with-title .background-picture .left-text {
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
  color: #000;
  width: 30%;
  position: absolute;
  left: 80px;
  bottom: 40px
}
.case-row.picture-with-title .background-picture .right-text {
  background-color: rgba(255, 255, 255, .9);
  padding: 50px;
  color: #000;
  width: 30%;
  position: absolute;
  right: 80px;
  bottom: 40px
}
.paging-area a, .paging-area a[disabled]:active, .paging-area a[disabled]:active:focus, .paging-area a[disabled]:active:hover, .paging-area a[disabled]:focus, .paging-area a[disabled]:hover {
  background-color: rgba(0, 0, 0, .4);
  color: #fff
}
.case-row.text-with-background .background-color {
  width: 100%;
  padding: 150px 200px
}
.insight-row {
  margin-bottom: 30px
}
.insight-row .sub-title {
  margin: 10px 0;
  text-align: center
}
.paging-area .current-page, .paging-area .total-page {
  margin-left: 20px;
  display: inline-block;
  line-height: 40px;
}
.pageleft{
	background: url(../images/left.jpg) no-repeat center center;
	width:40px;
	height:40px;
}
.pageright{
	background: url(../images/right.jpg) no-repeat center center;
	width:40px;
	height:40px;
}
.pageleft:hover{
	background: url(../images/lefthover.jpg) no-repeat center center;

}
.pageright:hover{
	background: url(../images/righthover.jpg) no-repeat center center;

}
.insight-row .text {
  text-indent: 2em;
  margin-bottom: 10px
}
.insight-row .picture {
  width: 100%
}
.paging-area {
  user-select: none;
  cursor: default
}
.paging-area a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;float:left;
}
.paging-area a i {
  font-size: 12px
}
.paging-area a[disabled] {
  cursor: default
}
.paging-area a:active, .paging-area a:active:focus, .paging-area a:active:hover, .paging-area a:focus, .paging-area a:hover {
  background-color: rgba(0, 0, 0, .6);
  color: #fff
}
.paging-area .current-page {
  color: #f04e37
}
.paging-area .total-page {
  color: #c3c3c3
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .4);
  display: none
}
.popup-container .blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.popup-container .popup-window {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 400px;
  margin-left: -200px;
  margin-top: -200px;
  padding: 40px 40px 160px
}
.popup-container .popup-window.send-message-success-popup img {
  height: 120px
}
.popup-container .popup-window .content {
  width: 100%;
  height: 100%;
  text-align: center
}
.popup-container .popup-window .content h2 {
  margin: 20px 0
}
.popup-container .popup-window .content h5 {
  margin-bottom: 5px
}
.popup-container .popup-window .btn-close {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 160px;
  margin-left: -80px
}


.home-index .container-cases {
  padding-top: 80px;
  padding-bottom: 80px
}
.home-index .container-cases h1 p,.home-index .services-block h1 p{text-align:center;}
.home-index .container-cases .btn-red {
  width: 220px
}
.home-index .services-block {
  border-top: 1px solid #e2e2e2
}
.home-index .services-block img {
  max-width: 100%
}
.home-index .services-block .title-and-summary {
  padding-left: 55px;
  padding-right: 55px
}
.home-index .services-block .title-and-summary h2{
	text-overflow: ellipsis;
	white-space: nowrap;
overflow: hidden;
}
.home-index .services-block .title-and-summary p {
  margin-top: 15px;
  color: #707070;
  height:48px;
  overflow: hidden;
}
.home-index .services-block .title-and-summary a:hover h2{

color: #EF2B0B;
}
.home-index .container-insight {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px
}
.home-index .container-insight .btn-red {
  width: 220px
}
.home-index .container-insight .insight-block {
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 80px
}
.home-index .container-insight .insight-block .insight-item-small {
  cursor: pointer;
  overflow: hidden;
}
.home-index .container-insight .insight-block .insight-item-small .cover-picture {
  width: 100%;

}
.home-index .container-insight .insight-block .insight-item-small:hover .cover-picture {

}
.home-index .container-insight .insight-block .insight-item-small .pic:after{
	padding-bottom:63%;
}
.home-index .container-insight .insight-block .insight-item-small h2 {
  margin: 20px 0;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
.home-index .container-insight .insight-block .insight-item-small a:hover h2{
	color:#EF2B0B ;
}
.home-index .container-insight .insight-block .insight-item-small a:hover span{
	color:#EF2B0B ;
}
.home-index .container-insight .insight-block .insight-item-small p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 68px;
  color: #707070;
}
.home-index .container-insight .insight-block .insight-item-small span {
  margin-top: 20px;
  color: #c3c3c3;
  display: block
}
.home-about .container-2 {
  padding-top: 100px;
  padding-bottom: 100px
}
.home-about .container-3 {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 100px
}
.home-about .container-3 h1 {
  font-size: 50px;
  text-align: center
}
.home-about .container-3 p {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  font-size: 18px
}
.home-about .container-3 img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block
}
.home-about .container-4 p{padding:0px;margin:auto;}
.home-about .container-4 img {
  max-width: 100%
}
.home-about .container-5 .left-box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  width: 340px
}
.home-about .container-5 .left-box h2 {
  margin-bottom: 65px
}
.home-about .container-5 .center-box {
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  padding-top: 190px
}
.home-about .container-5 .right-box {
  height: 600px;
  margin-left: -15px;
  margin-right: -15px
}
.home-about .container-5 .right-box .btn {
  width: 100%;
  height: 600px;
  line-height: 590px
}
.home-about .big-title {
  font-size: 60px;
  margin-top: 100px;
  text-align: left;
  margin-bottom: 50px
}
.home-about .small-title {
  font-size: 30px;
  line-height: 20px;
}
.home-about .left-area .switch-buttons {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
  color: #fff
}
.home-about .left-area .switch-buttons .switch-button {
  position: absolute;
  width: 120px;
  top: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  background-color: #d8d8d8
}
.home-about .left-area .switch-buttons .switch-button.switch-button-1 {
  left: 0
}
.home-about .left-area .switch-buttons .switch-button.switch-button-2 {
  left: 120px
}
.home-about .left-area .switch-buttons .switch-button.active {
  background-color: #e92e0f
}
.home-about .left-area .switch-area {
  display: none
}
.home-about .left-area .switch-area h1 {
  font-size: 50px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 90px
}
.home-about .left-area .switch-area.active {
  display: block
}
.home-about .right-area {
  padding-left: 80px;
  width: 100%;
  height: 530px;
  position: relative
}
.home-about .right-area .switch-picture {
  width: 500px;
  position: absolute
}
.home-about .right-area .switch-picture.switch-picture-1 {
  left: 0;
  top: 0
}
.home-about .right-area .switch-picture.switch-picture-2 {
  right: 0;
  bottom: 0
}
.home-about .right-area .switch-picture.active {
  z-index: 1
}
.home-contact .contact-container {
  width: 100%;
  height: 1140px;
  position: relative;
  overflow: hidden;
}
.home-contact .contact-container .banner-li img {

}
.home-contact .contact-container .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:url(../images/bg.png) repeat center center;
  padding-top: 100px;
  z-index:5;
}
.home-contact .contact-container .mask .sub-title {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  font-size: 26px;
  line-height: 40px;
  display: inline-block
}
.home-contact .contact-container .mask .title {
  background-color: #fff;
  color: #000;
  padding: 0 30px;
  font-size: 50px;
  line-height: 70px;
  display: inline-block
}
.contact-box{padding:0px 15px;}
.home-contact .contact-container .mask .col-xs-6 h1.title,.home-contact .contact-container .mask .contact-box h1.title{display: none;}
.mask .col-xs-6 h5.time,.contact-box .time{display: none;}
.home-contact .contact-container .mask .white-box {
  background-color: #fff;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  border-radius: 2px
}
.home-contact .contact-container .mask .white-box .required {
  color: #f04e37;
  position: absolute;
  left: 300px;
  padding: 0;
  line-height: 39px
}
.home-contact .contact-container .mask .white-box .required i {
  line-height: 39px;
  font-size: 12px
}
.home-contact .contact-container .mask .white-box input, .home-contact .contact-container .mask .white-box textarea {
  margin-bottom: 40px;
  border-radius: 1px;
  border: 2px solid #f6f6f6;
  padding: 9px 12px;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.home-contact .contact-container .mask .white-box input:focus, .home-contact .contact-container .mask .white-box textarea:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.home-contact .contact-container .mask .white-box input {
  height: 40px
}
.home-contact .contact-container .mask .white-box input.btn{height:50px;line-height: 25px;}
.home-contact .contact-container .mask .white-box .btn-red {
  display: block;
  width: 100%
}
.home-contact .contact-container .mask .white-box p {
  margin-bottom: 5px;
  line-height: 22px;
	font-size: 13px;
}
.home-join .container-1 .banner {
  width:100%;
  overflow: hidden;
  position: relative;

}

.home-join .container-1 .banner .banner-li {


  z-index:1;
}
.home-join .container-1 .banner .banner-li img{width:100%}
.home-join .container-1 .banner h1 {
  font-size: 60px;
  text-align: left;
  color: #fff;
  line-height: 80px;
  position: absolute;
  top:50%;
  margin-top:-40px;
  z-index:5;
}
.home-join .container-2 {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px
}
.home-join .container-2 .container-3 {
  background-color: #fff;
  padding: 80px 140px 40px
}
.home-join .container-2 .container-3 h2 {
  margin-bottom: 40px;
  line-height: 40px
}
.home-join .container-2 .container-3 .job-box {
  margin-top: 20px;
  margin-bottom: 60px
}
.home-join .container-2 .container-3 .job-box h2 {
  color: #f04e37;
  margin-bottom: 20px
}
.home-join .container-2 .container-3 .job-box h2 i {
  font-size: 24px;
  margin-right: 10px;
  text-align: left
}
.home-join .container-2 .container-3 .job-box hr {
  border-top: 1px dashed #f04e37;
  width: 50%;
  display: inline-block
}
.home-join .container-2 .container-3 h5 {
  margin-top: 40px;
  color: rgba(112, 112, 112, .5)
}
.home-join .container-2 .container-3 h5 a {
  margin: 0 5px
}
@media(max-width:768px) and (min-width:320px){
	.home-join .container-2{padding-top:0px;}
	.home-join .container-2 .container-3 {
	  background-color: #fff;
	  padding: 50px 20px;
	}
	.home-join .container-2 .container-3 h2 {
		margin-bottom: 40px;
		line-height: 40px;
		font-size: 1.6em;
	}
}


.home-services .container-1 {
  background-color: #f04e37
}
.home-services .container-4, .home-services .container-6 {
  background-color: #f7f7f7
}
.home-services .container-1 .container-2 {
  height: 400px;
  padding-top: 130px
}
.home-services .container-1 .container-2 h1 {
  font-size: 50px;
  text-align: left;
  color: #fff;
  line-height: 70px
}
.home-services .container-3 {
  padding-top: 80px;
  padding-bottom: 80px
}
.home-services .container-3 .philosophy-box {
  padding: 0 20px
}
.home-services .container-3 .philosophy-box img {
  max-width: 100%
}
.home-services .container-3 .philosophy-box h5 {
    margin-top: 20px;
    margin-bottom: 0px;
	color:#777777;
    text-align: center;
	font-size:12px; 
}

.home-services .container-3 .philosophy-box h5 strong{font-size:30px; display: block;font-weight: 500;}
.home-services .container-3 .philosophy-box h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-size:24px; 
}
.home-services .container-3 .philosophy-box p {
  width: 240px;
  margin-left: auto;
  margin-right: auto
}
.home-services .container-4 .container-5 {
  margin-top: 80px;
  margin-bottom: 120px
}
.home-services .tabs {
  padding: 0 5px
}
.home-services .tabs .tab {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.home-services .tabs .tab .triangle {
  position: absolute;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #f04e37;
  left: 50%;
  bottom: -12px;
  margin-left: -14px;
  display: none
}
.home-services .tabs .tab.active {
  background-color: #f04e37;
  color: #fff
}
.home-services .tabs .tab.active .triangle {
  display: block
}
.home-services .tabs .tab.active h2 {
  color: #fff
}
.home-services .tabs .tab h2 {
  margin-bottom: 15px;
  overflow: hidden;
  height:26px;
  text-overflow: ellipsis;
}
.home-services .tabs .tab p{
	height:24px;
	overflow: hidden;
}
.home-services .tab-content {
  height: 516px;
  background-color: #fff;
  margin-top: 20px;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: none;
  padding-left: 300px;
  padding-right: 30px;
  overflow: auto;
}
.home-services .tab-content h2 {
  padding-top: 60px;
  line-height: 34px
}
.home-services .tab-content.active {
  display: block
}
.home-services .tab-content.tab-content-1 {
  background-image: url(../images/fw_ppcl.jpg)
}
.home-services .tab-content.tab-content-2 {
  background-image: url(../images/fw_fwsj.jpg)
}
.home-services .tab-content.tab-content-3 {
  background-image: url(../images/fw_tycx.jpg)
}
.home-services .tab-content.tab-content-4 {
  background-image: url(../images/fw_sjld.jpg)
}
.home-services .tab-content h4 {
  color: #707070;
  margin-top: 60px;
  margin-bottom: 20px;
	font-size:16px;
}
.home-services .tab-content p {
  color: #999999;
  line-height: 22px
}
.home-services .field-item {
  margin-bottom: 40px
}
.home-services .field-item .cover-picture {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.home-services .field-item .pic:after{
	padding-bottom: 59%;
}
.home-services .field-item h2 {
  padding: 20px;
  color: #000
}
.home-services .field-item h5 {
  color: #000;
  line-height: 22px;
  margin-top: 20px
}
.home-services .field-item h5 span {
  margin-right: 15px
}

.home-services .field-item p {
    padding: 0px 20px;
    margin: auto;
	height: 100px;
}
.client .pic{border: 1px solid #eee;}



.pageleft{
	background: url(../images/left.jpg) no-repeat center center;
	width:40px;
	height:40px;
}
.pageright{
	background: url(../images/right.jpg) no-repeat center center;
	width:40px;
	height:40px;
}
.pageleft:hover{
	background: url(../images/lefthover.jpg) no-repeat center center;

}
.pageright:hover{
	background: url(../images/righthover.jpg) no-repeat center center;

}


@media(max-width:768px) and (min-width:320px){
	.owl-carousel .banner-li .container .title{
		font-size:45px;
	}
	
	.home-about .big-title {
		font-size: 1.6em;
		margin: auto;
		margin-top: 20px;
		text-align: left;
		padding:20px 0px;
	}
	.home-about .small-title{font-size: 1.5em;}
	
	.home-about .container-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-about .left-area .switch-area h1{margin-bottom: 50px;}
	.home-about .container-3 {padding-bottom: 50px;}
	.home-about .container-3 h1{font-size:1.8em;}
	.home-about .container-3 img{ max-width: 100%;width: 100%; padding-top:20px;}
	.home-about .container-3 p{width: 100%; padding:10px;}
	.home-about .container-5 .center-box{padding-top: 10px;}
	.home-about .container-5 .right-box{height: auto; margin:auto;padding-bottom: 20px;}
	.home-about .container-5 .right-box .btn {width: 100%;height: auto;line-height: normal; padding:10px;}
	
	.body-area .insight-body img{max-width: 100%;width: 100%;}
	
	.home-services .container-1 .container-2 {
	  height: auto;
	  padding: 50px 30px
	}
	.home-services .container-1 .container-2 h1 {
	  font-size: 1.5em;
	  text-align: left;
	  color: #fff;
	  line-height: 1.8em
	}
	.home-services .container-3 {
	  padding-top: 80px;
	  padding-bottom: 80px
	}
	.fwzx{padding:20px;border-bottom: 1px solid #eee;}
	.home-services .tab-content{    height: auto;padding-left: 30px;padding-right: 30px;}
	.home-services .field-item {
		margin-bottom: 80px;
		height: 310px;
		overflow: hidden;
	}
	.block.clients-block{padding:100px 0px;}
	.container{width:100%;}
	.details-container img{max-width:100%;}
	
	.home-contact .contact-container{height:auto;overflow: visible;}
	.home-contact .contact-container .mask .sub-title{font-size: 20px;width:100%;}
	.home-contact .contact-container .mask .title{font-size: 30px;width:100%;}
	.home-contact .contact-container .mask .white-box{width:100%; padding:50px 20px;}
	
	
	.home-join .container-1 .banner .banner-li img {width: 100%;height: 200px;}
	.home-join .container-1 .banner h1{font-size: 30px;}
}

.case-row h2{
	line-height:35px;
}



/*****************************************/
/* Press away */
/*****************************************/

.fxPressAway .navOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInNext {
	opacity: 1;
	-webkit-animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInPrev {
	opacity: 1;
	-webkit-animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(0.9);
		opacity: 0;
	}
}

@keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(0.9);
		transform: translateX(100%) scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(0.9);
		opacity: 0;
	}
}

@keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(0.9);
		transform: translateX(-100%) scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}



.mx-bugs_bunny{
		width: 100%;
		margin: 0 auto;
		  overflow: hidden;
	}
	.ZI-slider{
 overflow: hidden;
 display: block;
 height:900px;
	}

	.arrow {
		top: 50%;
	 margin-top: -20px;
	z-index: 102;
	height:40px;
    cursor: pointer;
    position: absolute;
    width:100%;
	}

	.left{
			background: url(../images/left.jpg) no-repeat center center;
			width:40px;
	height:40px;
	left:40px;

	}
	.right{
		background: url(../images/right.jpg) no-repeat center center;
		width:40px;
	height:40px;
	right:40px;
	}
	.left:hover{
	background: url(../images/lefthover.jpg) no-repeat center center;
}

.right:hover{
	background: url(../images/righthover.jpg) no-repeat center center;
}


.slide{
	display:block;
}
.slide.container img{width:100%; display: block;}

 .slide .container .title {
  position: absolute;
  top: 52%;
  margin-top: -100px;
  font-size: 50px;
  margin-bottom: 0;
  cursor: default;
  color: #fff;
  z-index: 102;
}
.slide .container .sub-title {
    position: absolute;
    top: 52%;
    margin-top: -150px;
    font-size: 26px;
    margin-bottom: 0;
    cursor: default;
    color: #fff;z-index: 102;
}
.slide .container .btn-red {
  position: absolute;
  top: 50%;
  margin-top: 70px;
  padding:0 40px;
  line-height: 50px;z-index: 102;
}
#cnzz_stat_icon_1261031815{display:none} 