@charset "utf-8";

a:hover {
  text-decoration: none;
}

.mouse {
	position: absolute;
	bottom: 70px;
	left: 0;right: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}
.mouse > div {
	/* border: 2px solid rgba(54,63,84,0.8); */
  border: 2px solid rgba(255,255,255,0.8);
  width: 18px;
  height: 30px;
  border-radius: 14px;
  margin: 0 auto;
  position: relative;
}
.mouse > div img {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 10px;
  /* height: 6px; */
  margin-left: -5px;
  /* background-color: #363f54; */
  /* background-color: #fff; */
}
.mouse > div img {
	animation: swing 1.5s infinite linear;
	-moz-animation: swing 1.5s infinite linear;
	-webkit-animation: swing 1.5s infinite linear;
	-o-animation: swing 1.5s infinite linear;
}
@keyframes swing {
	0% {
		transform: translateY(0);
    opacity: 1
	}
	100% {
		transform: translateY(8px);
    opacity: 0
	}
}

@-moz-keyframes swing {
	0% {
		-moz-transform: translateY(0);
    opacity: 1
	}
	100% {
		-moz-transform: translateY(8px);
    opacity: 0
	}
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: translateY(0);
    opacity: 1
	}
	100% {
		-webkit-transform: translateY(8px);
    opacity: 0
	}
}

@-o-keyframes swing {
	0% {
		-o-transform: translateY(0);
    opacity: 1
	}
	100% {
		-o-transform: translateY(8px);
    opacity: 0
	}
}
.hidden-xs {
	display: block !important;
}
.visible-xs {
	display: none !important;
}
/*新首页开始*/
#indexPage .module .content {
  position: inherit;
  top: 0px;
}

#indexPage #mslider .content {
  margin: 0;
  height: 700px;
}

#indexPage #mservice {
  height: 520px;
}

#indexPage #mservice .content {
  margin: 0;
  height: 340px;
  padding-bottom: 100px;
}

#indexPage #mpage .content {
  margin: 0;
  height: 900px;
}

#indexPage #mteam .content {
  margin: 0;
  height: 600px;
}

#indexPage #mnews .content {
  margin: 0;
  height: 880px;
}

#indexPage #mpartner .content {
  margin: 0;
  height: 130px;
}

/*导航*/
#header ul#nav {
  margin-bottom: 0;
}

#header ul#nav:after {
  content: '';
  display: block;
  clear: both;
}

#header ul li.navitem a {
  color: #666;
}

#header ul li.navitem.active, #header ul li.navitem:hover {
  background-color: #000;
}

#header ul li.navitem a.active, #header ul li.navitem:hover a {
  color: #fff;
}

#header ul li.navitem a:after {
  content: '';
  display: block;
  margin-top: -14px;
  transition: all .3s ease-out 0s;
}

#header ul li.navitem a.active:after, #header ul li.navitem:hover a:after {
  content: '';
  display: none;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  margin-top: -6px;
}

#header ul li.navitem ul.subnav {
  border-top: transparent 3px solid;
  width: 192px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

#header ul li.navitem ul.subnav li {
  border-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#header ul li.navitem ul.subnav li a {
  font-size: 14px;
  background: transparent;
  text-align: center;
  border-color: transparent;
  color: #6E6E6E;
  width: auto;
}

#header ul li.navitem ul.subnav li a i {
  display: none;
}

#header ul li.navitem ul.subnav li a:after, #header ul li.navitem ul.subnav li a:after {
  display: none;
}

#header ul li.navitem ul.subnav li a:hover {
  border-color: transparent;
  color: #000;
  background: transparent;
  text-indent: 0px;
}

#header ul li.navitem:hover .subnav {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}

#header.mini {
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.02);
}

#header {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f3f3f3;
}

#header.mini {
  background-color: rgba(255, 255, 255, 1);
}

#header #logo {
  float: left;
}

#header ul li.navitem a {
  color: #000;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  display: inline-block;
}

#header ul li.navitem:hover ul.subnav {
  background-color: #fff
}

#header .content {
  padding: 0 2%;
}

#header ul li.navitem .subnav li:hover {
  background: #f7f7f7;
}

/*幻灯*/
#indexPage #mslider {
  width: auto;
  height: 95%;
}

.projectSubList, .projectSubList .content_list {
  width: 100%;
}

#indexPage #mslider .bx-wrapper {
  position: relative;
}

#mslider .bx-wrapper .bx-pager-item {
  width: 40px;
  height: 1px;
  background: #d8d8d8;
  position: relative;
  margin: 1.25% 5px 0;
}

#indexPage #mslider .bx-wrapper .bx-pager {
  height: 5%;
  background: #fff;
  bottom: 0px;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a {
  position: absolute;
  top: 0px;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background: #5a5a5a;
  border-color: #5a5a5a;
  height: 9px;
  opacity: 0;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a:hover, #mslider .bx-wrapper .bx-pager.bx-default-pager a.active, #mslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  height: 2px;
  opacity: 1;
}

.content .header p.title {
  font-size: 24px;
  color: #333;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

.content .header p.subtitle {
  height: 26px;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

#mslider .bx-wrapper .bx-controls-direction a {
  display: none;
}

/*案例*/
#indexPage #mproject #projectlist {
  margin: 0 auto;
  width: 90%;
}

#indexPage #mproject {
  padding: 120px 0 80px;
  background-color: #F7F7F7;
}

#indexPage #mproject .content .wrapper .content_list {
  margin: 0 auto;
}

#mproject .content .header {
  padding-bottom: 100px;
}

#indexPage #mproject .content {
  margin: 0 auto;
  height: auto;
}

#indexPage #projectlist .projectitem {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

#projectlist .projectitem a .project_info div {
  margin-top: -24px;
  width: calc(100% - 70px);
  position: relative;
}

#projectlist .projectitem a .project_info {
  width: 90%;
  height: 90px;
  left: 5%;
  bottom: -92px;
  top: auto;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-top: 1px solid rgba(255, 255, 255, .4);
}

#projectlist .projectitem a .project_info p {
  text-align: left;
}

#projectlist .projectitem a .project_info p.title {
  margin: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#projectlist .projectitem a .project_info p.subtitle {
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0);
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
  color: rgba(255, 255, 255, .6);
}

#projectlist .projectitem a:hover .project_info {
  bottom: 16px;
  background: rgba(0, 0, 0, .35)
}

#projectlist .projectitem a .project_info .description {
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  padding-left: 0;
  bottom: 14px;
  height: 20px;
  display: block;
  right: -65px;
  width: 36px;
  position: absolute;
}

#projectlist .projectitem a .project_info .description:after {
  content: '';
  display: block;
  background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon.png) no-repeat 0 -71px;
  width: 14px;
  height: 9px;
  display: block;
  margin: 6px 0 0 11px;
}

/*more*/
#indexPage a.more {
  width: 130px;
  height: 35px;
  border-radius: 0px;
  color: transparent;
  position: relative;
  border-color: transparent;
}

#indexPage a.more i {
  display: block;
  content: '';
  background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon.png) no-repeat 0 -22px;
  width: 34px;
  height: 14px;
  display: block;
  margin-left: -18px;
  transition: all .3s ease-out 0s;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
}

#indexPage a.more::after, #indexPage a.more::before {
  content: '';
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

#indexPage a.more::before {
  border: 2px solid #303030;
  webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  margin-top: -2px;
}

#indexPage a.more::after {
  background: #303030;
}

#indexPage a.more:hover {
  border-color: transparent;
}

#indexPage a.more:hover i {
  color: transparent;
  background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon1.png) no-repeat 0 -36px;
}

#indexPage a.more:hover:after {
  webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  background-color: transparent;
}

#indexPage a.more:hover::before {
  webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

#indexPage #mproject a.more {
  margin-top: 30px;
}

/*关于*/
#indexPage .module.bgShow .bgmask {
  display: none;
}

#mpage .module-content .header {
  padding-bottom: 30px
}

#indexPage #mpage {
  background-size: auto;
}

#indexPage #mpage .wrapper li:after {
  clear: both;
  display: block;
  content: '';
}

#indexPage #mpage .wrapper li .fimg {
  float: left;
  width: 550px;
  height: 330px;
  background-color: #fff;
  animation-name: fadeInRight !important;
}

#mpage .module-content .description {
  width: auto;
  text-align: left;
  height: 120px;
  animation-name: fadeInLeft !important;
  line-height: 30px;
  text-indent: 2em;
  color: #000;
}

#mpage .module-content .des-wrap {
  float: right;
  z-index: 5;
  padding: 70px 60px 20px;
  line-height: 28px;
  color: #9c9c9c;
  width: 530px;
  height: 240px;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#indexPage #mpage a.more {
  position: absolute;
  right: 458px;
  bottom: 18px;
  z-index: 1;
}

#indexPage #mpage .wrapper li {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 420px;
}

#mpage .content .header p.subtitle, #mpage .content .header p.title {
  text-indent: 605px;
  text-align: inherit
}

#mpage .content .header p.title {
  color: #fff;
}

/*新闻*/
#indexPage #mnews .content .header {
  display: block;
  padding: 120px 0 80px;
}

#newslist .newstitem.left a.newscontent, #newslist .newstitem.left a.newscontent:hover, #newslist .newstitem.right a.newscontent, #newslist .newstitem.right a.newscontent:hover {
  padding: 0px;
}


#newslist .newstitem {
  float: left;
  width: 30%;
  margin-right: 5%;
  height: 500px;
  margin-bottom: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-right: 100px; */
  padding-left: 25px;
}
#newslist .newstitem:last-child {
  margin-right: 0;
}

#newslist .news_wrapper, #newslist .newstitem a.newscontent:hover .news_wrapper {
  width: 100%;
}

#mnews #newslist {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .05);
  padding-top: 80px;
  height: auto;
}

#mnews #newslist .wrapper {
  width: 85%;
  max-width: 1600px;
  margin: 0 auto;
  height: auto;
}

#newslist .newsbody {
  width: 100%;
  position: relative;
  max-width: 100%;
  height: 250px;
}

#newslist .newsbody:after {
  content: '';
  width: 25px;
  height: 10px;
  background: url(../icon.png) no-repeat 0 -71px;
  position: absolute;
  left: 100px;
  bottom: 44px;
  opacity: 0;
  transition: all 0.3s ease-out 0s
}

#newslist .newsbody .title {
  height: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-size: 18px;
  color: #000;
  line-height: 32px;
  text-align: left;
  text-indent: 0px;
  margin-top: 20px;
}

#newslist .separator {
  display: none;
}

#newslist .newsbody .description {
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-out 0s;
  margin-top: 0;
  color: #000;
  line-height: 22px;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  text-indent: 2em;
  word-break: break-word;
}

#newslist .newsbody .date {
  width: 320px;
  height: auto;
  background: transparent;
  position: absolute;
  top: 50px;
  left: 0px;
  font-weight: 100;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newsbody .date .md {
  color: #000;
  position: absolute;
  top: 40px;
  transition: all 0.3s ease-out 0s;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
  line-height: 20px;
  width: 100%;
  position: absolute;
  left: 74px;
  top: 16px;
  display: inline-block
}

#newslist .newsbody .date .year {
  font-size: 22px;
  color: #000;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
  display: block;
  line-height: 46px;
  position: relative;
  top: 0px;
  width: 100%;
  display: inline-block;
}

#newslist .newsbody .date .md span {
  display: none;
}

#newslist .newstitem:after {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, .08);
  display: block;
  position: absolute;
  top: -80px;
  left: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem:hover:after {
  height: 230px;
  background: rgba(0, 0, 0, 0.08);
  width: 1px;
  display: block;
  position: absolute;
  top: -80px;
}

#newslist .newstitem .news_wrapper {
  position: inherit;
  background: transparent;
}

/* #indexPage #mnews .content_list { width: 1460px; height: auto; } */
#newslist .newstitem:hover .newsbody .title {
  color: #000;
}

#newslist .newstitem:hover .newsbody .description {
  margin-top: 0px;
}

#newslist .newstitem:hover .newsbody .date {
  background: transparent;
  position: absolute;
  top: 160px;
}

#mnews a.more {
  display: block;
  margin-top: 0px;
}

#indexPage #mnews a.more {
  margin-top: -45px;
}

#newsitem_0 {
  animation-delay: 0s
}

#newsitem_1 {
  animation-delay: 0.2s
}

#newsitem_2 {
  animation-delay: 0.4s
}

/*团队*/
#indexPage #mteam {
  background-color: #303030;
  position: relative;
}

#indexPage #mteam .module-content {
  width: 1180px;
  margin: 0 auto;
  padding-top: 220px;
}

#indexPage #mteam .module-content .bx-viewport {
  padding-left: 150px;
}

#mteam .bx-wrapper .bx-controls-direction a {
  display: block;
}

#mteam .bx-wrapper .bx-controls-direction a:hover {
  background-color: #656565;
}

#indexPage #mteam .content_list .header {
  float: left;
}

#indexPage #mteam .content_list .summary {
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}

#indexPage #mteam .header img {
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

#indexPage #mteam .summary p {
  width: 620px;
}

#indexPage #mteam .summary p.title {
  text-align: left;
  padding-bottom: 25px;
  line-height: 20px;
  word-wrap: break-word;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 18px;
  overflow: hidden;
}

#indexPage #mteam .summary p.title a {
  color: #fff;
}

#indexPage #mteam .summary p.subtitle {
  display: none;
}

#indexPage #mteam .summary p.description {
  color: #999;
  line-height: 26px;
  height: 52px;
  text-align: left;
  font-size: 13px;
  margin-top: 20px;
}

#mteam .bx-wrapper .bx-pager-item {
  width: 20px;
  height: 1px;
  transition: all 0.3s ease-out 0s;
  display: block;
  background: rgba(255, 255, 255, .3);
  margin: 14px 0;
  position: relative;
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 16px;
  border-color: transparent;
  margin-top: -8px;
  margin-left: -6px;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a:after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  border-radius: 0;
  background: transparent;
  top: 8px;
  transition: all 0.3s ease-out 0s;
  margin-top: -1px;
  margin-left: 5px;
  position: absolute;
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a:hover:after, #mteam .bx-wrapper .bx-pager.bx-default-pager a.active:after, #mteam .bx-wrapper .bx-pager.bx-default-pager a:focus:after {
  width: 40px;
  background-color: #fff;
}

/*合作伙伴*/
#indexPage #mpartner .content .header {
  display: none;
}

#indexPage #mpartner .module-content {
  padding: 25px 0;
  height: 80px;
  position: relative;
}

#indexPage #mpartner .wrapper {
  height: auto;
  display: inline-block
}

#indexPage #mpartner .wrapper ul li {
  height: 60px;
  padding-top: 20px;
}

#indexPage #mpartner .wrapper ul li a {
  width: 112px;
  height: auto;
  margin-right: 10px;
}

#indexPage #mpartner .bx-wrapper .bx-pager {
  display: none;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction {
  display: block;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}

#mpartner .bx-wrapper .bx-controls-direction a {
  background: none;
}

#mpartner .bx-wrapper .bx-controls-direction a i {
  color: #c3c6ca;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover {
  background: #5d5d5d;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover i {
  color: #fff;
}

#indexPage #mpartner .bx-wrapper .bx-prev {
  left: -58px;
}

#indexPage #mpartner .bx-wrapper .bx-next {
  right: -58px;
}

/*联系*/
#indexPage #mcontact {
  background-color: #f3f3f3;
  position: relative;
}

#indexPage #mcontact .content {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 68px;
  height: auto;
}

#indexPage #mcontact .content:after {
  content: '';
  display: block;
  clear: both;
}

#indexPage #mcontact .content .header {
  width: 480px;
  float: left;
}

#indexPage #mcontact .content .header p.title {
  color: #000;
  text-align: left;
}

#indexPage #mcontact .content .header .subtitle {
  text-align: left;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

#indexPage #mcontact .content #contactlist {
  width: auto;
  float: left;
}

#mcontact .content #contactform {
  display: none;
}

#mcontact .content #contactinfo {
  width: auto;
  float: left;
  position: relative;
}

#mcontact .content #contactinfo p {
  float: left;
  /* width: 290px; */
  margin-top: 14px;
  height: auto;
  color: #000;
  font-size: 16px;
  line-height: inherit;
  width: 50%;
}

#mcontact .content #contactinfo h3 {
  color: #333;
}

#mcontact #contactinfo div {
  position: absolute;
  top: 35px;
  left: -250px;
}

#mcontact #contactinfo div:after {
  content: '关注';
  color: #000;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  top: -56px;
  left: 0px;
}

#mcontact #contactinfo div a {
  background-color: transparent;
  color: #9b9b9b;
  font-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 36px;
  height: 36px;
  border-radius: 0;
}

#mcontact #contactinfo div a:hover {
  background-color: #000;
  border: 2px solid #5d5d5d;
  border-radius: 0px;
}

#mcontact #contactinfo div a:hover i {
  color: #fff;
  background-color: #171717;
  border-radius: 0px;
  padding: 8px;
  margin-top: 1px;
}

#contactinfo div a i {
  margin-top: 9px;
  transition: all .3s ease-out 0s;
  border-radius: 20px;
}

#mcontact .content #contactform {
  display: none;
}

#contactform p textarea.inputtxt {
  width: 1100px;
  height: 50px;
  float: none;
  line-height: 18px;
}

#contactform p .inputtxt {
  border: none;
  margin-bottom: 5px;
  background: none;
  color: #606060;
  width: 320px;
  float: left;
  border-bottom: 1px solid #dedede;
  margin: 40px 35px 0 35px;
  padding: 10px 0;
}

#contactform p {
  border-bottom: 0px;
  padding-top: 0px;
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top:
}

#contactform p .inputsub {
  width: 300px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  position: relative;
  z-index: 3;
}

#contactform form p:last-child {
  position: relative;
  width: 300px;
  height: 46px;
  margin-top: 45px;
}

#contactform form p:last-child:after {
  content: '';
  display: block;
  background: #666
}

#contactform form p:last-child::before {
  content: '';
  border-radius: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  top: 0;
  left: 0;
  width: 300px;
  height: 46px;
}

#contactform form p:last-child::after {
  background: #303030;
  content: '';
  border-radius: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
  top: 0;
  left: 0;
  width: 300px;
  height: 46px;
}

#contactform form p:last-child::before {
  webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  border: 2px solid #303030;
}

#contactform form p:last-child:hover::before {
  transform: scale3d(1, 1, 1);
  margin-top: -3px;
}

#contactform form p:last-child:hover::after {
  webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
  background-color: transparent;
}

#contactform form p:last-child:hover .inputsub {
  color: #333;
}

#footer {
  background: #fff;
  border-top: 1px solid rgba(53, 53, 53, 0.1);
}

#footer p {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 12px 0;
}

#pages a.active, #pages a:hover {
  background-color: #666
}

/*服务*/
#indexPage #mservice {
  height: 648px;
}

#indexPage #servicelist {
  width: 548px;
  margin-top: 50px;
}

#mservice .content>.header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding-top: 120px;
}

#indexPage #servicelist .serviceitem a img {
  width: 240px;
  height: 150px;
  float: left;
  background: rgba(0, 0, 0, .4);
}

#indexPage #servicelist .serviceitem div {
  width: 278px;
  height: 150px;
  float: left;
  padding: 20px 0 0 30px;
}

#indexPage #servicelist .serviceitem {
  height: auto;
}

#indexPage #servicelist .serviceitem div p.title {
  color: #444;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}

#indexPage #servicelist .serviceitem div p.description {
  font-size: 12px;
  color: #b1b1b1;
  line-height: 24px;
  height: 52px;
  overflow: hidden;
  text-align: left;
}

#indexPage #servicelist .bx-controls-direction {
  display: none;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-pager {
  display: block;
  bottom: 0;
  top: -51px;
}

#mservice .bx-wrapper .bx-pager-item {
  width: 30px;
  height: 1px;
  margin: 0 30px;
  background: rgba(0, 0, 0, .1);
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
  border-radius: 0px;
  margin: 0;
  position: relative;
  top: -5px;
  border-color: transparent;
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #9B9B9B;
  display: block;
  margin-top: 4px;
  transition: all 0.3s ease-out 0s;
  opacity: 0
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:hover, #mservice .bx-wrapper .bx-pager.bx-default-pager a.active, #mservice .bx-wrapper .bx-pager.bx-default-pager a:focus {
  border-color: transparent;
  background-color: transparent;
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:hover:after, #mservice .bx-wrapper .bx-pager.bx-default-pager a.active:after, #mservice .bx-wrapper .bx-pager.bx-default-pager a:focus:after {
  width: 40px;
  opacity: 1;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-viewport {
  z-index: 4;
}

/*案例内页*/
.npagePage#mproject .content .header {
  display: none;
}

.npagePage #projectlist {
  padding: 25px 2% 2%;
}

.npagePage #projectlist .wrapper {
  margin: 0 auto;
}

.npagePage #projectlist .projectitem {
  margin-right: 0px;
}

.npagePage #projectlist .projectitem a .project_info {
  bottom: 16px;
  margin-left: -188px;
  background: rgba(0, 0, 0, .35);
  width: 410px;
  width: 94%;
  right: 0px;
  left: auto;
  margin-left: 0;
}

.npagePage #projectlist .projectitem a .project_info {
  border-color: transparent;
}

.npagePage #projectlist .projectitem a .project_info div {
  width: 80%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #projectlist .projectitem a:hover .project_info div {
  margin-left: 20px;
}

.npagePage1 #projectlist .projectitem a:hover .project_info div {
  margin-left: 0px;
}

.npagePage #projectlist .projectitem a .project_info p {
  padding: 0 25px
}

.npagePage #projectlist .projectitem a .project_info p.title {
  color: #fff;
}

.npagePage #projectlist .projectitem a .project_info p.subtitle {
  color: rgba(255, 255, 255, .6);
}

.npagePage #projectlist .projectitem:hover a .project_info {
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.5);
}

.npagePage #projectlist .projectitem a .project_info .description {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 0px;
  transition: all 0.3s ease-out 0s;
  bottom: 6px;
  right: -25px;
}

.npagePage #projectlist .projectitem a .project_info .description:after {
  margin-top: 14px;
}

.npagePage #projectlist .projectitem:hover a .project_info p.description {
  right: -40px;
  border-color: rgba(255, 255, 255, .3)
}

.npagePage #projectlist .projectitem a:hover img {
  transform: scale(1.06, 1.06);
}

#category {
  padding: 1.5% 1% 15px;
  text-align: left;
}

#category a {
  border-color: transparent;
  color: #666;
}

#category a.active, #category a:hover {
  background: transparent;
  border-color: transparent;
  color: #333;
}

#category a::before {
  content: '';
  width: 15px;
  height: 1px;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  padding-left: 10px;
  z-index: 1;
  margin-top: 20px;
  top: 40px;
  background-color: transparent;
}

#category a:hover::before, #category a.active:before {
  background: #AAA;
  transition: all 0.3s ease-out 0s;
  width: 25px;
}

/*内页服务*/
.npagePage {
  padding-top: 80px;
}

.npagePage #banner {
  height: 260px;
}

.npagePage #banner div {
  height: 260px;
  position: inherit;
}

.npagePage .content .header {
  display: none;
}

.npagePage #servicelist {
  width: 1200px;
  overflow: hidden;
  padding-top: 90px;
}

.npagePage #servicelist .serviceitem {
  width: 399px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, .06);
  min-height: 450px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  margin-right: 0px;
  position: relative;
}

.npagePage #servicelist .serviceitem:nth-child(3n) {
  border-right: none;
}

.npagePage #servicelist .serviceitem img {
  width: 360px;
  height: 226px;
  margin: 0;
  background: transparent;
  float: none;
  margin-left: 20px;
  transition: all 0.3s ease-out 0s;
}

.npagePage #servicelist .serviceitem div {
  position: relative;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.npagePage #servicelist .serviceitem div p {
  padding: 0 30px 0 30px;
  width: auto;
}

.npagePage #servicelist .serviceitem div p.title {
  font-size: 18px;
  color: #444;
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  margin: 20px 0 6px;
  transition: all .3s ease-out 0s;
}

.npagePage #servicelist .serviceitem div p.description {
  color: #999;
  margin-top: 25px;
  transition: all .3s ease-out 0s;
  height: 52px;
  line-height: 26px;
  font-size: 12px;
}

.npagePage #servicelist .serviceitem div p.title:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 35px;
  height: 1px;
  background: rgba(0, 0, 0, .15);
  margin-left: -17px;
  bottom: 64px;
  transition: all 0.3s ease-out 0s;
}

#sitecontent .npagePage .serviceitem a.details {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 0px;
  display: block;
  color: transparent;
  margin: 0px;
  position: absolute;
  top: 415px;
  left: 50%;
  margin-left: -20px;
  transition: all 0.3s ease-out 0s;
}

#sitecontent .npagePage .serviceitem a.details i {
  width: 15px;
  height: 9px;
  background: url(../icon.png) no-repeat -110px -11px;
  display: block;
  margin: 13px 0 0 11px;
  position: absolute;
  top: 0px;
}

#sitecontent .npagePage .serviceitem a.details .fa-angle-right:before {
  display: none;
}

.npagePage #servicelist .serviceitem:hover img {
  margin-top: -10px;
}

.npagePage #servicelist .serviceitem:hover div {
  margin-top: -10px;
}

.npagePage #servicelist .serviceitem:hover a.details {
  border: 1px solid #d2d2d2;
  background: transparent;
  margin-top: -10px;
}

/*关于内页*/
#page_none .postbody {
  padding-top: 80px;
}

/*团队内页*/
.npagePage #teamlist {
  width: 1200px;
  padding-top: 100px;
}

.npagePage .teamitem {
  width: 560px;
  height: 260px;
  border-top: 1px solid rgba(0, 0, 0, .06);
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  margin: 0 40px 20px 0;
  transition: all 0.3s ease-out 0s;
}

.npagePage .teamitem a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  z-index: 1;
  width: 180px;
  height: 160px;
  transition: all 0.3s ease-out 0s;
  float: right;
  transition: all 0.3s ease-out 0s;
}

.npagePage .teamitem p a {
  width: auto;
  height: auto;
  float: none;
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 0 20px 0 0;
  height: 26px;
  overflow: hidden;
}

.npagePage .teamitem .teaminfo {
  float: left;
  width: 308px;
  height: 140px;
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
  text-align: left;
  margin-top: 30px;
  padding: 0 15px;
}

.npagePage .teamitem .teaminfo .title {
  display: inline-block;
}

.npagePage .teamitem .teaminfo .subtitle {
  font-size: 13px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.npagePage .teamitem .teaminfo .description {
  font-size: 13px;
  color: #757575;
  padding-top: 26px;
  line-height: 26px;
  display: block;
  height: 52px;
  overflow: hidden;
  margin-top: 0px;
}

.npagePage #teamlist .teamitem .wrap {
  display: none;
}

.npagePage .teamitem a img {
  width: 100%;
  height: auto;
}

.npagePage .teamitem:hover {
  border-color: #A1A1A1
}

.npagePage .teamitem:hover .teaminfo {
  margin-top: 50px;
}

.npagePage .teamitem:hover a {
  margin-top: 20px;
}

.npagePage .teamitem:hover p a {
  margin-top: 0;
}

/*新闻内页*/
.npagePage #newslist {
  width: 100%;
}

.Pagenews #category {
  width: 1200px;
  padding-left: 0px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
}

.npagePage #newslist .newstitem {
  width: 80%;
  max-width: 1300px;
  float: none;
  overflow: hidden;
  height: 170px;
  margin: 0 auto 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .06);
  position: relative;
  padding-left: 0;
}

.npagePage #newslist .newstitem .newsimg {
  display: block;
  position: inherit;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 198px;
  height: 128px;
  margin: 16px;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  float: right;
}

.npagePage #newslist .newstitem .news_wrapper {
  width: 600px;
  float: left;
  padding: 34px 0 34px 155px;
  height: auto;
}

.npagePage #newslist .newsbody {
  position: initial;
  height: auto;
}

.npagePage #newslist .newsbody .title {
  width: auto;
  font-size: 16px;
  color: #717171;
  display: block;
  height: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all .3s ease-out 0s;
  margin-top: 0px;
}

.npagePage #newslist .newsbody .description {
  width: auto;
  /* height: 52px; */
}

.npagePage #newslist .newsbody .date {
  top: 28px;
  left: 0px;
  width: auto;
}

.npagePage #newslist .newsbody .date .md {
  display: none;
}

.npagePage #newslist .newsbody .date .year {
  font-size: 24px;
}

.npagePage #newslist .newsbody .date:after {
  width: 35px;
  height: 1px;
  content: '';
  background: #BFBFBF;
  position: absolute;
  top: 24px;
  left: 84px;
  transition: all 0.3s ease-out 0s;
}

.npagePage #newslist .newstitem:after {
  display: none;
}

#sitecontent .npagePage .newstitem a.details {
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: 0px;
  display: block;
  color: transparent;
  margin: 0px;
  position: absolute;
  top: 96px;
  left: 0;
  transition: all 0.3s ease-out 0s;
}

#sitecontent .npagePage .newstitem a.details i {
  width: 15px;
  height: 9px;
  background: url(../icon.png) no-repeat -110px -11px;
  display: block;
  margin: 13px 0 0 11px;
  position: absolute;
  top: 0px;
  transition: all 0s ease-out 0s;
}

#sitecontent .npagePage .newstitem a.details .fa-angle-right:before {
  display: none;
}

.npagePage #newslist .newstitem:hover a.details {
  background: #303030;
  border: 1px solid #303030;
  margin-left: 0;
}

.npagePage #newslist .newstitem:hover a.details i {
  background: url(../icon.png) no-repeat 0 -71px;
}

.npagePage #newslist .newstitem a.newscontent:hover .news_wrapper {
  width: 600px;
}

.npagePage #newslist .newstitem:hover .newsbody .date {
  top: 28px;
  left: 0px;
}

.npagePage #newslist .newstitem:hover .newsbody .date:after {
  background: #7D7D7D;
  width: 60px;
}

.npagePage #newslist .newstitem:hover .news_wrapper {
  padding-left: 175px;
}

.npagePage #newslist .newstitem:hover .newsbody .date .year {
  font-size: 24px;
  color: #333;
}

/*新闻三级页*/
.npagePage.newsl .content .header {
  display: block;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.npagePage.newsl .postbody {
  width: 80%;
  max-width: 1600px;
  padding: 36px 14px 0 12px;
  border-top: 1px dotted rgba(0, 0, 0, .2);
  color: #333;
}

.npagePage.newsl .content .header p.title {
  width: 100%;
  font-size: 24px;
  color: #333;
  padding-bottom: 16px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  line-height: normal;
  font-weight: 400;
  font-family: Arial, "微软雅黑";
}

.npagePage.newsl .content .header p.subtitle {
  color: #999;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
}

/*服务三级页*/
.default .postbody {
  padding: 20px 60px 70px 60px;
  width: 80%;
  max-width: 1600px;
  color: #333;
}
.default .postbodys {
  width: 80%;
  max-width: 1500px;
  padding-top: 20px;
}
.default .postbodys table {
  width: 100%;
}
.default .postbodys table p {
  color: #333;
}
.default .postbodys .cont {
  display: none;
}
#dituContent {
  width: 800px;
  height: 500px;
}
.default .postbodys p {
  font-size: 16px;
  line-height: 28px;
}

.npagePage.default .content .header {
  display: block;
  padding: 0
}

.npagePage.default .content .header p.title {
  font-size: 22px;
  color: #444;
  text-align: center;
  padding: 30px 50px;
  margin-bottom: 30px;
  margin: 0 auto;
  position: relative;
}

.npagePage.default .content .header p.title:after {
  content: '';
  position: absolute;
  top: 80px;
  left: 50%;
  background: rgba(0, 0, 0, .15);
  width: 30px;
  height: 1px;
  margin-left: -15px;
}

/*案例三级页*/
#projectwrap1 {
  width: 100%;
  margin-top: 0px;
}

#projectbody1 {
  width: calc(76% - 160px);
  background: #f7f7f7;
  float: left;
  padding: 0 80px 30px;
}

.content #projectih1 .header {
  display: block;
  padding-top: 90px;
  padding-right: 8%;
  margin-left: 40px;
  position: relative
}

#projectinfo1 {
  background: transparent;
  float: right;
  min-width: 280px;
  z-index: 10;
  width: 24%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 0px;
  padding: 0px;
}

#projectimages1 img {
  float: none;
  margin: 20px auto;
  display: block;
  max-width: 100%;
  width: auto;
}

#projectinfo1 .header p.title {
  width: auto;
  font-size: 20px;
  height: auto;
  color: #333;
  margin-bottom: 10px;
  overflow: visible;
  margin-left: 40px;
  padding-right: 8%;
  font-family: Arial, "微软雅黑";
}

#projectinfo1 .header p.subtitle {
  opacity: .7;
  filter: alpha(opacity:30);
  width: 570px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  width: 100%;
  color: #B9B9B9;
  padding-left: 40px;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
}

#projectinfo1 .header .title-warp:after {
  position: absolute;
  content: "";
  top: 90px;
  left: -40px;
  width: 2px;
  height: 35px;
  background: #7e7e7e;
}

#projectinfo1 .header .title-warp:before {
  content: "";
  width: 40px;
  z-index: 10;
  position: absolute;
  background: rgb(222, 222, 222) none repeat scroll 0% 0%;
  top: 106px;
  height: 1px;
  left: -38px;
}

#projectshow1 {
  width: 22%;
  z-index: 10;
  float: left;
  padding-left: 2%;
  margin-top: 0px
}

.npagePage #projectib1 #projectlist .projectitem {
  width: 140px !important;
  margin: 0 0px 15px 0;
  background-color: transparent;
}

#npagePage #projectib1 #projectlist .projectitem a .project_info {
  width: auto;
  margin-left: 0px;
  height: auto;
  margin-top: -46px;
}

.npagePage #projectib1 #projectlist .projectitem a .project_info p {
  padding: 0 15px;
}

#npagePage #projectib1 #projectlist .projectitem a .project_info div {
  width: auto;
  background: rgba(0, 0, 0, .3);
}

#npagePage #projectib1 #projectlist .projectitem .project_info p.title {
  color: #fff;
}

#npagePage #projectib1 #projectlist .projectitem .project_info p.subtitle {
  color: rgba(255, 255, 255, 0.64);
}

#npagePage #projectib1 #projectlist .projectitem a:hover .project_info {
  height: auto;
}

.npagePage #projectib1 #projectlist .projectitem:hover a .project_info p.title {
  padding-left: 15px;
}

.npagePage #projectib1 #projectlist .projectitem:hover a .project_info p.subtitle {
  padding-left: 15px;
}

.npagePage #projectib1 #projectlist .projectitem a .project_info .description {
  display: none;
}

#projecttags1 a:hover {
  background: #565656;
  color: #fff;
}

.npagePage #projectib1 #projectlist {
  margin-left: -2%;
}

#pageswitch {
  width: 76%;
  display: block;
  margin: 0;
}

#pageswitch a {
  width: 50%;
  padding: 30px 0 10px 0;
  height: 72px;
  font-family: Arial, "微软雅黑";
}

#pageswitch a .title {
  right: 100px;
  position: absolute;
  font-size: 16px;
  color: #595959;
  width: calc(100% - 150px);
  height: 26px;
  overflow: hidden;
  line-height: 26px;
  transition: all .3s ease-out 0s;
  font-weight: 100;
}

#pageswitch a .subtitle {
  color: #999;
  opacity: .5;
  filter: alpha(opacity=50);
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  position: absolute;
  right: 100px;
  top: 58px;
}

#pageswitch a.prev .subtitle {
  text-align: left;
  right: auto;
  left: 100px
}

#pageswitch a.prev .title {
  text-align: left;
  right: auto;
  left: 100px
}

#pageswitch a div:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  border-radius: 0;
  border: transparent;
  border-right: 1px solid rgba(255, 255, 255, .1);
  right: 20px
}

#pageswitch a div:before {
  content: '';
  width: 15px;
  height: 9px;
  background: url(../icon.png) no-repeat -110px -11px;
  display: block;
  position: absolute;
  margin: 13px 0 0 11px;
  transition: all .3s ease-out 0s;
  right: 30px;
}

#pageswitch a.prev div:after {
  left: 20px;
}

#pageswitch a.prev div:before {
  left: 20px;
  background: url(../icon.png) no-repeat -142px -11px;
}

#pageswitch a:hover {
  background: #414141;
}

#pageswitch a:hover .title {
  color: #fff;
}

#pageswitch a:hover .subtitle {
  opacity: .5;
  color: #fff;
}

#pageswitch a:hover div:after {
  border: 1px solid rgba(255, 255, 255, .15);
}

#pageswitch a.prev:hover div:before {
  background: transparent url(../icon.png) no-repeat scroll -142px 0;
}

#pageswitch a.next:hover div:before {
  background: url(../icon.png) no-repeat -110px 0;
}

#projecttags1 a {
  padding: 5px 20px;
  line-height: 20px;
  color: #BDBDBD;
}

#projectshow1 #projectib1 {
  margin-top: 0px;
}

.npagePage1 #pages {
  display: none;
}

/*分享到*/
#shares {
  right: 0px;
}

#shares a#sshare {
  display: none;
}

#shares a#gotop {
  margin-top: 0px;
}

#shares a i {
  margin-top: 12px;
}

#shares a {
  width: 40px;
  height: 40px;
}

#shares a i.fa-weixin {
  margin: 12px 0 0 15px;
}

#shares a#gotop i {
  margin-top: 8px;
}

#online_open {
  width: 40px;
  height: 40px;
  bottom: 160px;
  right: 0 !important;
  background: #4d4d4d;
}

#online_open i {
  margin-top: 12px;
}

#olx_tel p {
  color: inherit;
}

#olx_head {
  background: #4D4D4D;
  border-radius: 0;
}

#online_lx {
  border-radius: 0px;
  margin-right: -10px;
}

#olx_qq li:hover a i {
  color: #fff;
}

#pageswitch {
  width: 1180px;
  margin: 0 auto;
}

#pageswitch a.next {
  float: right;
}

.npagePage1 #pageswitch {
  width: 76%;
  margin: 0
}

.default #pageswitch {
  margin: 0 auto;
  width: 1080px;
  display: none;
}

.newsl #pageswitch {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.npagePage.default #pages {
  display: none;
  height: 0;
}

/*动效*/
#mpage .module-content .description {
  animation-delay: 0.1s;
  animation-name: fadeInLeft;
}

.npagePage #projectlist .wrapper {
  width: 98%;
}

.npagePage #projectlist .wrapper .content_list {
  width: 100%;
  margin: 0 auto;
}

.npagePage #projectlist {
  padding: 25px 0;
}

.npagePage #projectlist .projectitem {
  background: #fff;
}

.postbody a {
  color: #f51818;
}

#category li.hasmore div ul {
  text-align: left;
}

#category li.hasmore div {
  width: 98%;
  left: 1%;
}

#category li.hasmore div ul a.active::before, #category li.hasmore div ul a:hover::before {
  background: transparent;
}

#category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {
  background: transparent;
  color: #333;
}

#projectlist .projectitem a img {
  /* filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
}

#projectlist .projectitem:hover a img {
  /* filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%); */
}

#indexPage #mpartner .wrapper ul li a img {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mpartner .wrapper ul li a:hover img {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%)
}

@media (max-width:1700px) {
  #dituContent {
    width: 650px;
    height: 500px;
  }
}

@media (max-width:1500px) {
  #dituContent {
    width: 550px;
    height: 400px;
    margin-right: 50px;
  }
}

@media (max-width:1400px) {
  #mnews #newslist .wrapper {
    width: 90%;
  }
}

@media (max-width:1300px) {
  #header ul li.navitem a {
    padding: 0 12px;
  }
}

@media (max-width:1250px) {
  #header ul li.navitem a {
    padding: 0 10px;
  }
  #newslist .newstitem {
    width: 48%;
    margin-right: 4%;
  }
  #newslist .newstitem:nth-of-type(2) {
    margin-right: 0;
  }
  #newslist .newstitem:last-child {
    display: none;
  }
  .npagePage #newslist .newstitem {
    margin: 0 auto 4px;
  }
  .npagePage #newslist .newstitem:last-child {
    display: block;
  }
  .npagePage #newslist .newstitem .news_wrapper {
    width: 500px;
  }
}

@media (max-width:1000px) {
  #header {
    display: none;
  }
  .phone {
    display: block;
  }
  #newslist .newstitem:last-child {
    display: block;
  }
  .navbar-nav {
		width: 100%;
		margin-left: 0px;
		text-transform: uppercase;
	}
	.navbar-nav li {
		text-align: center;
		border-bottom: 1px dotted #e5e5e5;
		line-height: 40px;
	}
	.navbar-nav li a {
		color: #666;
		font-size: 13px;
	}
	.navbar-nav li a:hover {
		color: #0752a4;
	}
	.headerbg {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999999;
		background: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	}
	.logo_boxlist {
	float: left;
    width: 140px;
    margin-top: 5px;
	}
	.navbar-toggle {
		margin-top: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-collapse {
		border-top: 1px solid #e5e5e5;
	}
	.padding-15 {
		padding: 0;
	}

  #indexPage #mproject {
    padding: 40px 0 50px;
  }
  .content .header p.title {
    font-size: 22px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 0px;
  }
  .content .header p.subtitle {
    font-size: 13px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 0;
  }
  #mproject .content .header {
    padding-bottom: 20px;
  }
  #indexPage #mproject #projectlist {
    width: 95%;
  }
  #indexPage #projectlist .projectitem {
    margin-bottom: 10px;
  }
  #indexPage #projectlist .list {
    width: 49%;
    margin-right: 2%;
  }
  #mslider .swiper-wrapper {
    height: 100%;
  }
  .bannerPagination {
    margin-top: 0;
    position: absolute;
    z-index: 2;
  }
  #mslider .bannerPagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    background-color: #fff;
    opacity: 0.6;
    border: none;
    border-radius: 50%;
  }
  .bannerPagination .swiper-pagination-bullet:after {
    display: none;
  }
  .bannerPagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  #projectlist .projectitem a .project_info {
    display: none;
  }

  #indexPage #mpage .content {
    height: auto;
  }
  #indexPage #mpage .wrapper li {
    width: 100%;
    margin-top: 0;
  }
  #mpage .module-content .header {
    text-align: center;
    padding-top: 30px;
  }
  #mpage .content .header p.subtitle, #mpage .content .header p.title {
    text-indent: 0;
    color: #333;
  }
  #mpage .content .header p.subtitle {
    color: #b1b1b1;
  }
  #mpage .module-content .des-wrap {
    width: 100%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  #mpage .module-content .description {
    height: auto;
    margin-bottom: 40px;
    text-align: justify;
  }
  #indexPage #mpage .wrapper li .fimg {
    width: 100%;
    position: relative;
    background-position: top right;
    background-color: #f7f7f7;
    height: 200px;
    line-height: 130px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  #indexPage #mpage .wrapper li .fimg::after {
  	content: '';
    position: absolute;
    top: 63px;
    right: 0px;
    width: 60px;
    height: 3px;
    background-color: #333;
  }
  #mpage ul {
    margin-bottom: 0;
  }

  #indexPage #mnews {
    background-color: #fff;
  }

  #indexPage #mnews .content .header {
    padding: 40px 0 30px;
  }
  #mnews #newslist .wrapper {
    width: 100%;
  }
  #mnews #newslist {
    padding-top: 0;
  }
  #newslist .newsbody .description {
    -webkit-line-clamp: 2;
    height: 44px;
    font-size: 13px;
    margin: 0;
  }
  #newslist .newstitem {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 15px 2.5%;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  #newslist .newstitem .newsimg {
    display: none;
  }
  #newslist .newsbody {
    height: auto;
  }
  #newslist .newsbody .title {
    height: auto;
    line-height: 1.5;
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 5px;
  }
  #newslist .newsbody .date {
    display: none;
  }
  #indexPage #mnews a.more {
    margin-top: 25px;
  }

  #indexPage #mcontact .content {
    width: 100%;
    padding: 40px 0 50px;
  }
  #indexPage #mcontact .content .header {
    width: 100%;
    padding-bottom: 30px;
  }
  #indexPage #mcontact .content .header p.title,
  #indexPage #mcontact .content .header .subtitle {
    text-align: center;
  }
  #mcontact .content #contactinfo,
  #indexPage #mcontact .content #contactlist {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  #mcontact .content #contactinfo h3 {
    margin-top: 0;
    width: 100%;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #mcontact .content #contactinfo p {
    margin: 0;
    float: none;
    width: 100%;
    padding-right: 0;
    line-height: 28px;
    white-space: normal;
  }
  .npagePage.newsl .content .header {
  	width: 95%;
  }
  #footer p {
    width: 95%;
    margin: 0 auto;
    height: auto;
  }

  #sitecontent {
    min-height: auto;
  }
  #pages {
    padding: 10px 0 50px;
    height: auto;
  }
  #indexPage #mpage a.more {
    right: 50%;
    bottom: 30px;
    margin: 0;
    margin-right: -64px;
  }
  .npagePage #banner {
    margin-top: 52px;
    height: 150px;
  }
  .npagePage #banner > div {
    width: 100%;
    height: 100%;
  }
  .npagePage.default .content .header p.title {
    padding: 40px 0 20px;
  }
  .default .postbody {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
  }

  .npagePage #newslist {
    width: 100%;
  }
  .npagePage #newslist .newstitem {
    width: 100%;
    height: auto;
    padding: 15px 2.5%;
  }
  .npagePage #newslist .newstitem .news_wrapper {
    padding: 0;
    width: 100%;
  }
  .npagePage #newslist .newstitem:hover .news_wrapper {
    padding-left: 0;
  }
  .npagePage #newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 100%;
  }
  .npagePage #newslist .newsbody .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .npagePage #newslist .newstitem .newsimg,
  #sitecontent .npagePage .newstitem a.details {
    display: none;
  }
  .fw {
    width: 100%;
  }
  .npagePage.newsl .content .header p.title {
    width: 100%;
    padding-bottom: 10px;
    font-size: 17px;
  }
  .content .header {
    padding-bottom: 20px;
  }
  .npagePage.newsl .postbody {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
  .npagePage.newsl .postbody * {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .newsl #pageswitch,
  .npagePage1 #pageswitch {
    width: 100%;
    padding-bottom: 40px;
  }
  #pageswitch a {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #797979;
    box-shadow: 0 0 15px #ccc;
    margin-bottom: 15px;
  }
  #pageswitch a:hover {
    background: #797979;
  }

  #pageswitch a .title {
    line-height: 24px;
    height: 24px;
    color: #fff;
    right: auto;
    left: 0px;
    text-align: left;
    position: relative;
  }
  #pageswitch a.prev .title {
  	left: 0;
  }
  #pageswitch .prev div,
  #pageswitch .next div{
  	padding-left: 70px;
    margin-left: 0px;
  }
  #pageswitch a div:before,
  #pageswitch a div:after{
  	left: 20px;
    right: auto;
    top: 10px;
  }
  #pageswitch a .subtitle {
    top: 28px;
    opacity: .5;
    color: #fff;
  }
  #pageswitch a .title {
  	width: calc(100% - 20px);
    font-size: 14px;
    min-height: 35px;
    line-height: 22px !important;
    height: auto !important;
    overflow: auto;
    left: 0;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
  }
  #pageswitch a.prev div:before {
    background: transparent url(../icon.png) no-repeat scroll -142px -11;
  }
  #pageswitch a.prev:hover div:before {
    background: transparent url(../icon.png) no-repeat scroll -142px -11;
  }
  #pageswitch a.next:hover div:before {
    background: url(../icon.png) no-repeat -110px -11;
  }
  #pageswitch a div:after {
    border: 1px solid rgba(255, 255, 255, .15);
  }

  #projectbody1 {
    width: 95%;
    padding: 50px 2.5% 20px;
  }
  #projectshow1,
  #projectinfo1 .header .title-warp:before,
  #projectinfo1 .header .title-warp:after {
    display: none;
  }
  #projectinfo1 {
    width: 100%;
  }
  .content #projectih1 .header {
    width: 95%;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  #projectinfo1 .header p.title,
  #projectinfo1 .header p.subtitle {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #projectinfo1 .header .description,
  #projectinfo2 .header .description {
    margin-top: 20px;
  }

  .default .postbodys {
    width: 95%;
    margin: 0 auto;
  }
  .default .postbodys table {
    width: 100%;
  }
  .default .postbodys table tr {
    width: 100%;
  }
  .default .postbodys table tr td:last-child {
    display: none;
  }
  .default .postbodys .cont {
    display: block;
    margin-top: 20px;
  }
  #dituContent {
    width: 100%;
    height: 300px;
  }

  #shares {
    display: none;
  }
  #mpage .module-content .description {
    font-size: 13px;
  }
  html, body {
  	height: auto;
  }
  .hidden-xs {
	display: none !important;
  }
  .visible-xs {
	display: block !important;
  }
}
