* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trans {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
hr {
  border: none;
  outline: none;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  max-width: 100%;
}
body {
  font-family: '微软雅黑', 'Microsoft Yahei';
  font-size: 14px;
  color: #666666;
}
.wp {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.wp a {
  color: #000;
}
a {
  color: #333;
}
a:hover {
  color: #e4392a;
}
/*头部*/
#bd {
  padding-top: 90px;
}
#hd {
  /*height: 101px;*/
  height: 90px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fixed {
  top: -101px !important;
}
#hd .logo {
  float: left;
  margin-right: 65px;
  /*height: 101px;*/
  height: 90px;
}
#hd .logo a {
  display: block;
  height: 100%;
  /*line-height: 101px;*/
  line-height: 90px;
}
#hd .logo a img {
  display: inline-block;
  vertical-align: middle;
}
#nav ul li {
  float: left;
  line-height: 90px;
  width: 120px;
  margin-right: 10px;
}
#nav ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  /* border-bottom: 3px solid #fff; */
  height: 90px;
}
#nav ul li a:hover {
  border-bottom: 3px solid #e4392a;
}
#hd .tel {
  background: url('../images/tel_bg.png') left center no-repeat;
  line-height: 90px;
  float: right;
  padding-left: 37px;
  color: #e4392a;
  font-size: 18px;
}
/*手机头部*/
#m-hd {
  display: none;
}
#m-hd {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
#m-hd img {
  height: 40px;
  padding: 10px 0 0 10px;
}
.m-trigger {
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  cursor: pointer;
  background: url('../images/menu_add.png') center center no-repeat;
  -webkit-background-size: 50px;
  background-size: 25px;
  height: 50px;
}
.m-nav {
  z-index: 60;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  background: url('../images/alpha_black_70.png') repeat;
  text-align: center;
  display: none;
}
.m-nav li {
  border-bottom: 1px solid #565656;
}
.m-nav a {
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.m-nav a:hover,
.m-nav a:active {
  color: #e4392a;
}
.m-sub {
  text-align: left;
  display: none;
  width: 100%;
}
.m-sub a {
  border-bottom: none;
  font-size: 13px;
}
/*底部*/
#fd {
  background: url('../images/fd_bg.png') center top no-repeat;
}
.index-fd {
  margin-top: -31px;
  padding-top: 75px;
}
.index-footer {
  padding-top: 40px;
  background: #191938 !important;
  border-top: 1px solid #fff;
}
#fd .fd-top {
  overflow: hidden;
  color: #fff;
  padding-bottom: 45px;
}
#fd dl {
  float: left;
  width: 20%;
}
#fd dl dt {
  font-size: 16px;
  padding-bottom: 20px;
}
#fd .ul-fd li {
  line-height: 26px;
}
#fd .ul-fd li a {
  font-size: 12px;
  color: #a8a8af;
}
#fd .ul-fd li a:hover {
  text-decoration: underline;
}
#fd .tel {
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 15px;
}
#fd h5 {
  font-size: 16px;
  color: #a8a8af;
}
#fd .fd-copy {
  height: 40px;
  line-height: 40px;
  color: #a3a3a9;
  background-color: #000022;
  font-size: 12px;
}
/* side */
.side {
  position: fixed;
  width: 50px;
  height: 275px;
  right: 0;
  top: 250px;
  z-index: 100;
}
.side ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 2px;
}
.side ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #000022;
  color: #fff;
  font: 16px/50px '微软雅黑';
  overflow: hidden;
}
.side ul li a:hover .sidebox {
  width: 175px;
}
.side ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  transition: all 0.3s;
}
.side ul li .sidetop:hover {
  background: #e4392a;
}
.side ul li img {
  float: right;
}
.side2 {
  position: fixed;
  width: 40px;
  right: 10px;
  z-index: 100;
  bottom: 40px;
  height: 40px;
}
.side2 ul li {
  width: 40px;
  height: 40px;
}
.side2 ul li a {
  display: block;
  background-color: #e4392a;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.side2 ul li a img {
  vertical-align: middle;
  display: inline-block;
}
.side2 ul li a:hover {
  background-color: #000022;
}
/*banner*/
#banner .flexslider {
  background: none;
}
#banner .slides li .pic {
  display: block;
  padding-top: 36.4%;
  background-position: center bottom;
  position: relative;
}
#banner .slides li .ban-txt {
  width: 760px;
  position: absolute;
  left: 50%;
  margin-left: -380px;
  top: 50%;
  height: 205px;
  margin-top: -102px;
  text-align: center;
}
#banner .slides li.s1 .ban-txt {
  background: url('../images/ban_k.png') no-repeat;
}
#banner .flexslider .slides img {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#banner .slides li .ban-txt h5 {
  font-size: 22px;
  color: #fff;
  margin-top: -5px;
}
#banner .slides li .ban-txt h2 {
  height: 118px;
  line-height: 118px;
  margin-top: 5px;
  font-size: 71px;
  color: #fff;
}
#banner .slides li .ban-txt h3 {
  padding-top: 25px;
  font-size: 24px;
  color: #e4392a;
}
#banner .flex-control-paging li a {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
#banner .flex-control-paging li a.flex-active {
  background-color: #e4392a;
}
#banner .flex-control-nav {
  bottom: 80px;
}
#banner .flex-direction-nav a {
  background: url('../images/ban_prev.png') no-repeat;
  width: 24px;
  height: 44px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#banner .flex-direction-nav .flex-prev {
  left: 20px;
}
#banner .flex-direction-nav .flex-next {
  background-image: url('../images/ban_next.png');
  right: 20px;
}
#banner .slides li.s2 .ban-txt {
  width: 840px;
  margin-left: -420px;
}
#banner .slides li.s2 .ban-txt h2 {
  font-size: 58px;
  line-height: 56px;
  height: 56px;
  margin-bottom: 10px;
}
#banner .slides li.s2 .ban-txt h3 {
  font-size: 50px;
  text-transform: uppercase;
  padding-top: 0;
}
#banner .slides li.s2 .ban-txt h4 {
  font-size: 16px;
  color: #fff;
}
#banner .slides li.s2 .ban-txt h6 {
  font-size: 14px;
  border-top: 1px solid #d3d3d7;
  width: 149px;
  margin: 0 auto;
  color: #fff;
  line-height: 35px;
  margin-top: 15px;
}
#banner .slides li.s3 .ban-txt h2 {
  font-size: 45px;
  height: 45px;
  line-height: 45px;
}
#banner .slides li.s3 .ban-txt h3 {
  font-size: 69px;
  text-transform: uppercase;
  padding-top: 0;
  border-bottom: 1px solid #e4392a;
}
#banner .slides li.s3 .ban-txt h4 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
#banner {
  position: relative;
}
.banner-bg {
  background: url('../images/ban_bg.png') center top no-repeat;
  height: 54px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 60;
}
/*首页*/
.tit-i {
  text-align: center;
  padding: 50px 0;
  line-height: 36px;
  overflow: hidden;
}
.tit-i h3 {
  font-size: 30px;
  color: #002;
  margin-bottom: 10px;
}
.tit-i h5 {
  font-size: 20px;
  color: #cacace;
  text-transform: uppercase;
  font-family: Arial;
}
.tit-i h5 span {
  color: #e4392a;
}
.tit-i em {
  width: 45px;
  border-bottom: 1px solid #7f7f90;
  display: inline-block;
}
.ul-icon-i li {
  float: left;
  width: 50%;
  text-align: center;
  padding-bottom: 70px;
  overflow: hidden;
}
.ul-icon-i li .pad {
  padding: 0px;
  position: relative;
}
.ul-icon-i li a {
  display: block;
  width: 134px;
  height: 134px;
  display: inline-block;
}
.ul-icon-i li a > span {
  background: url('../images/source-1.png') no-repeat;
  width: 134px;
  height: 134px;
  display: inline-block;
  margin-bottom: 30px;
}
.ul-icon-i li h3 {
  font-size: 16px;
  margin-bottom: 18px;
}
.ul-icon-i li em {
  width: 25px;
  border-bottom: 2px solid #707070;
  display: inline-block;
  margin-bottom: 30px;
}
.ul-icon-i li p {
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
.ul-icon-i li .pad .pic {
  position: absolute;
  left: 50%;
  top: 0;
  width: 134px;
  margin-left: -67px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul-icon-i li .pad .pic img {
  display: none;
}
.ul-icon-i li .pad .pic .pic-icon {
  background: url('../images/source-2.png') no-repeat;
  position: absolute;
  left: 0;
  top: -134px;
  display: block;
  width: 134px;
  height: 134px;
}
.ul-icon-i li a:hover p {
  color: #333;
}
.row2 {
  background: url('../images/bg_1.png') center top no-repeat;
  padding-top: 20px;
}
.row4 {
  padding-bottom: 80px;
}
.case-i-l,
.case-i-r {
  width: 50%;
}
.case-i-l {
  float: left;
  padding-right: 15px;
}
.case-i-r {
  float: right;
  padding-left: 15px;
}
.case-img,
.case-img a img {
  width: 100%;
}
.case-img {
  position: relative;
  overflow: hidden;
}
.case-img .hover {
  position: absolute;
  left: 0;
  top: -434px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url('../images/alpha_red_80.png') repeat;
  color: #fff;
}
.case-img.on .hover {
  top: 0;
}
.ul-case-i {
  margin: 0 -15px;
}
.ul-case-i li {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.ul-case-i li a {
  display: block;
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul-case-i li .pic {
  padding: 10px;
  border: 1px solid #e2e2e2;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}
.ul-case-i li .pic img {
  width: 100%;
  display: block;
}
.ul-case-i li a .hover {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url('../images/alpha_red_80.png') repeat;
  color: #fff;
  /*display: none;*/
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul-case-i li .hover b,
.ul-case-i li .hover .txt,
.case-img .hover b,
.case-img .hover .txt {
  display: inline-block;
  vertical-align: middle;
}
.ul-case-i li .hover b,
.case-img .hover b {
  width: 0;
  height: 100%;
}
.ul-case-i li a:hover .hover {
  /*display: block;*/
  top: 0;
}
.ul-case-i-1 li {
  width: 25%;
}
.more-i {
  text-align: center;
  padding-bottom: 35px;
}
.more-i a {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url('../images/arr2.png') center center no-repeat #000014;
  border-radius: 100%;
}
.more-i a:hover {
  background-color: #e4392a;
}
.news-bg {
  background: url('../images/bg_2.png') center top no-repeat;
  overflow: hidden;
}
.tit-i-1 h3 {
  color: #fff;
}
.tit-i-1 em {
  border-bottom-color: #dddde1;
}
.ul-news-i {
  margin-left: -30px;
  width: 110%;
  font-size: 12px;
}
.ul-news-i li {
  float: left;
  width: 24.5%;
  color: #fff;
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.ul-news-i li:last-child {
  /*width: 21%;*/
}
.ul-news-i li .txt {
  padding-left: 30px;
  padding-right: 58px;
}
.ul-news-i li .txt span {
  padding: 15px 8px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
}
.ul-news-i li .txt span em {
  display: block;
  font-size: 20px;
}
.ul-news-i li:last-child .txt {
  /*padding-right: 0;*/
}
.ul-news-i li h3 a {
  color: #fff;
  display: inline-block;
  padding: 20px 0;
}
.ul-news-i li p {
  color: #bbbbbe;
  line-height: 20px;
}
.ul-news-i li .more {
  background: url('../images/more1.png') no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-top: 10px;
}
.ul-news-i li .hover {
}
.ul-news-i li .hover .img {
  width: 100%;
  position: absolute;
  top: -165px;
  left: 7px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul-news-i li .hover .pad {
  padding: 0 27px 20px 27px;
  position: absolute;
  left: 7px;
  bottom: -148px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000022;
  width: 92%;
}
.ul-news-i li .hover .img {
  height: 165px;
  width: 92%;
}
.ul-news-i li.on .hover .img {
  /*display: block;*/
  top: 0;
}
.ul-news-i li.on .hover .pad {
  bottom: 0;
}
.news-more {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
}
.news-more a {
  display: inline-block;
  width: 178px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.news-more a:hover {
  background-color: #e4392a;
}
.contact-l {
  width: 44%;
  float: left;
}
.contact-r {
  width: 56%;
  float: right;
}
.ul-contact {
  text-align: left;
}
.ul-contact li {
  background: url('../images/i_icon2.png') no-repeat;
  padding-left: 54px;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 35px;
  color: #666;
}
.ul-contact li.li1 {
  background-position: 0 0;
}
.ul-contact li.li2 {
  background-position: 0 -74px;
}
.ul-contact li.li3 {
  background-position: 0 -270px;
}
.contact-form .inp {
  width: 49%;
  border: 1px solid #6d6d88;
  height: 33px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  border: 1px solid #6d6d88;
  padding: 8px 10px;
  height: 98px;
  margin-bottom: 24px;
  font-family: '微软雅黑', 'Microsoft Yahei';
}
.contact-form .sub {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #63637f;
  border: 0;
  cursor: pointer;
  font-family: '微软雅黑', 'Microsoft Yahei';
  font-size: 16px;
}
/*内页*/
#ban-in {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  /*padding-top: 16%;*/
  height: 300px;
}
#ban-in .ban-bg {
  background: url('../images/ban_bg.png') center top no-repeat;
  height: 54px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 60;
}
.pages {
  text-align: center;
  margin-bottom: 105px;
  margin-top: 20px;
}
.pages a {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #edecec;
  border-radius: 3px;
  text-align: center;
  line-height: 41px;
  font-family: Arial;
  font-size: 18px;
  color: #666;
  margin: 0 4px;
}
.pages a:hover,
.pages .page-on {
  background-color: #e4392a;
  color: #fff;
}
/*公司动态*/
.ul-list {
  margin: 0 -15px;
}
.ul-list li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.ul-list li .pic img {
  width: 100%;
  display: block;
  transform: perspective(800px) rotateY(0deg);
  transition: all 1s ease 0s;
  -moz-transform: perspective(800px) rotateY(0deg);
  -moz-transition: all 1s ease 0s;
  -webkit-transform: perspective(800px) rotateY(0deg);
  -webkit-transition: all 1s ease 0s;
  -o-transform: perspective(800px) rotateY(0deg);
  -o-transition: all 1s ease 0s;
  -ms-transform: perspective(800px) rotateY(0deg);
  -ms-transition: all 1s ease 0s;
  zoom: 1;
}
.ul-list li:hover img {
  transform: perspective(800px) rotateY(-179.9deg);
  -moz-transform: perspective(800px) rotateY(-179.9deg);
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
  -o-transform: perspective(800px) rotateY(-179.9deg);
  -ms-transform: perspective(800px) rotateY(-179.9deg);
}
.ul-list li .pad {
  padding: 0 15px;
}
.ul-list li .bor {
  border: 1px solid #e2e3e8;
}
.ul-list li:hover .bor {
  border-color: #e4392a;
}
.ul-list li .txt {
  padding: 20px 14px;
  line-height: 20px;
  color: #666;
}
.ul-list li .more {
  height: 42px;
  line-height: 42px;
  border-top: 1px dotted #e2e3e8;
  background-color: #f0f2f5;
  padding: 0 14px;
  display: none;
}
.ul-list li .more a {
  color: #e4392a;
}
.ul-list li .more a:hover {
  text-decoration: underline;
}
.ul-list li .title {
  height: 55px;
  /* margin-bottom: 20px; */
}
.ul-list li .title span {
  float: left;
  border: 1px solid #e2e3e8;
  background-color: #f0f2f5;
  display: inline-block;
  text-align: center;
  padding: 6px 5px;
  margin-right: 15px;
}
.ul-list li .title span em {
  display: block;
  font-size: 16px;
}
.ul-list li .title h3 {
  border-bottom: 1px solid #e2e3e8;
  overflow: hidden;
  height: 54px;
}
/*公司案例*/
.sub-nav {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
  margin-top: -18px;
  border-bottom: 1px dashed #ccc;
}
.sub-nav ul li {
  display: inline-block;
  margin: 0 18px;
  font-size: 16px;
  margin-bottom: 20px;
}
.sub-nav ul li a {
  padding-left: 14px;
  display: inline-block;
}
.sub-nav ul li a:hover,
.sub-nav ul li.on a {
  background: url('../images/disc.jpg') left center no-repeat;
  color: #e4392a;
}
.ul-case {
  margin: 0 -15px;
}
.ul-case li {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.ul-case li .block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ul-case li .pic img {
  display: block;
  width: 100%;
}
.ul-case li .txt {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background: url('../images/alpha_blue_60.png') repeat;
  text-align: center;
  color: #fff;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.ul-case li .txt h5,
.ul-case li .txt h3 {
  color: #fff;
}
.ul-case li .txt:hover {
  opacity: 1;
}
.ul-case li .txt b,
.ul-case li .txt .pad {
  display: inline-block;
  vertical-align: middle;
}
.ul-case li .txt b {
  width: 0;
  height: 100%;
}
.ul-case li .txt h5 {
  font-size: 16px;
}
.ul-case li .txt em {
  width: 45px;
  height: 0;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin: 20px 0 40px 0;
}
.ul-case li .txt h3 {
  font-size: 18px;
  margin-bottom: 40px;
}
.ul-case li .txt .more {
  width: 122px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  background-color: #e4392a;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
.ul-case li .txt .more:hover {
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt {
  top: 0;
}
/*关于公司*/
.about-info {
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #666;
  padding-bottom: 50px;
}
.team {
  padding-bottom: 95px;
}
.team .flexslider {
  position: relative;
}
.team .flexslider em {
  width: 10px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #fff;
}
.team .flexslider .slides li {
  /*background-position: 89% 0;*/
  height: 468px; /*background-repeat: no-repeat;*/
}
.team .flexslider li .txt {
  padding-top: 85px;
  font-size: 14px;
  line-height: 36px;
  width: 30%;
  float: left;
}
.team .flexslider li .txt h3 {
  font-size: 30px;
  color: #63637f;
  padding-bottom: 25px;
}
.team .flexslider li .txt .more {
  width: 123px;
  height: 37px;
  border-radius: 5px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  border: 1px solid #63637f;
  color: #63637f;
}
.team .flexslider li .txt .more:hover {
  border: 1px solid #e85346;
  color: #e4392a;
}
.team .flexslider li .pic {
  float: right;
  position: relative;
  width: 70%;
  margin-right: -308px;
}
.team .flexslider li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1\0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)' \9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}
.team .flex-direction-nav {
  max-width: 1170px;
  margin: 0 auto;
  background: url('../images/line.jpg') repeat-x center center;
  height: 30px;
  text-align: center;
}
.team .flex-direction-nav li {
  display: inline-block;
}
.team .flex-direction-nav a {
  position: relative;
  width: 216px;
  height: 30px;
  text-align: center;
  background: url('../images/arr_t.png') center center no-repeat #63637f;
  border-radius: 10px;
  display: inline-block;
  opacity: 1 !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  top: 13px;
}
.team .flex-direction-nav .flex-prev {
}
.team .flex-direction-nav .flex-next {
  background-image: url('../images/arr_b.png');
  left: 10px;
}
.team .flex-direction-nav a:hover {
  background-color: #e4392a;
}
.flexslider .animated {
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 100\9;
  filter: alpha(opacity=100) \9;
}

/*动态详情页*/
.cur {
  line-height: 76px;
  font-family: '宋体';
  color: #666;
  /* background-color: #f8f9fa; */
}
.cur1 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 31px;
}
.cur a {
  color: #666;
}
.article {
  color: #666;
  line-height: 30px;
}
.article h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding-top: 45px;
}
.article .time {
  line-height: 72px;
  border-bottom: 1px solid #999;
  text-align: center;
  margin-bottom: 25px;
}
.article .share {
  margin-bottom: 70px;
}
.article .share span {
  font-size: 14px;
  float: left;
  display: inline-block;
  line-height: 37px;
}
/*案例详情*/
.case-article {
  line-height: 30px;
  color: #666;
}
.case-article-bg {
  margin-bottom: 13%;
  margin-bottom: 5%\0 !important;
  background-position: top center\0 !important;
}
.case-article .case-logo {
  text-align: center;
  padding-top: 38px;
}
.case-article h1 {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}
.case-article .btn {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.case-article .btn a {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #e4392a;
  color: #fff;
  font-size: 14px;
  margin: 0 12px;
  border-radius: 5px;
}
.case-article .computer-bg {
  position: relative;
  text-align: center;
  background: url('../images/computer.png') center top no-repeat;
  transform: translateY(45.9%);
  -webkit-transform: translateY(45.9%);
  -moz-transform: translateY(45.9%);
  width: 70%;
  margin: 0 auto;
  margin: -32% auto 0 auto;
  -webkit-background-size: 100%;
  background-size: 89%;
  padding-top: 70%;
  margin: 0 auto\0;
  padding-top: 50%\0;
}
.case-article .computer-bg img {
  position: absolute;
  left: 8.5%;
  top: 4%;
  width: 83%;
}
.case-article .case-back {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}
.case-article .case-back a {
  display: inline-block;
  width: 178px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #63637f;
  color: #002;
  font-size: 18px;
  border-radius: 5px;
}
.case-article .case-back a:hover {
  background-color: #e4392a;
  color: #fff;
  border-color: #e4392a;
}
.article-prev,
.article-next {
  position: absolute;
  top: 50%;
  background: url('../images/article_prev.png') no-repeat;
  width: 36px;
  height: 66px;
  margin-top: -33px;
  left: 0;
  z-index: 2;
}
.article-next {
  background-image: url('../images/article_next.png');
  left: auto;
  right: 0;
}
/*公司服务*/
.h50 {
  height: 50px;
  overflow: hidden;
  clear: both;
}
.nowrap * {
  white-space: nowrap;
}
.bg-blue {
  background: url('../images/bg_4.png') center top no-repeat;
  padding-top: 25px;
  padding-bottom: 100px;
}
.tab-con {
  overflow: hidden;
}
.tab-con .animated {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tab-show {
  height: 419px;
  overflow: hidden;
}
.web-con .shou {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.web-con .pic {
  float: right;
  position: relative;
  width: 139px;
  text-align: center;
  margin-top: 50px;
  margin-right: 40px;
}
.web-con .flex-control-nav {
  display: none;
}
.web-con .pic .img {
  /* position: absolute;
	left: 43px;
	top: 50px; */
  width: 139px;
  z-index: -1;
  display: inline-block;
}
.tab-con .txt {
  /*width: 66%;*/
  width: 84%;
}
.tab-con .pic {
  float: right;
  position: relative;
  width: 218px;
  text-align: center;
  margin-top: 50px;
}
.tab-con .pic .img {
  /* position: absolute;
	left: 43px;
	top: 50px; */
  width: 139px;
  z-index: -1;
}
.tab-con-box {
  width: 59%;
  float: left;
}
.tab-con .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-bottom: 45px;
}
.ul-icon {
  /*padding-right: 50px;*/
  overflow: hidden;
}
.ul-icon li {
  width: 94px;
  height: 94px;
  border-radius: 100%;
  background-color: #e4e5e7;
  color: #666;
  text-align: center;
  float: left;
  font-size: 15px;
  line-height: 22px;
  padding: 0 17px;
  margin: 0 25px 30px 25px;
}
.ul-icon li b,
.ul-icon li span {
  display: inline-block;
  vertical-align: middle;
}
.ul-icon li b {
  width: 0;
  height: 100%;
}
.animate-box,
.animate-box .con {
  width: 1170px;
}
.case-img2 p {
  text-align: center;
}
.dede_pages {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.dede_pages ul {
  padding: 12px 0px 12px 16px;
  text-align: center;
}
.dede_pages ul li {
  float: left;
  font-family: Tahoma;
  line-height: 28px;
  margin-right: 6px;
  padding: 0px 8px;
  border: 1px solid #e9e9e9;
}
.dede_pages ul li select {
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.dede_pages ul li a {
  float: left;
  color: #555;
  display: block;
  padding: 0px 8px;
  line-height: 28px;
}
.dede_pages ul li a:hover {
  color: #690;
  text-decoration: none;
  line-height: 28px;
  padding: 0px 8px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
  background-color: #f8f8f8;
  padding: 0px 8px 0px;
  font-weight: bold;
}
.dede_pages .pageinfo {
  line-height: 28px;
  padding: 12px 10px 12px 16px;
  color: #999;
}
.dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
#nav .mycur {
  color: #e4392a;
  border-bottom: 3px solid #e4392a;
}
.sub-nav ul li .mycur {
  background: url('../images/disc.jpg') left center no-repeat;
  color: #e4392a;
}

.pagess {
  clear: both;
  height: 30px;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
}
.pagess ul li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999;
}
.pagess ul li:hover {
  background: #e4392a;
  color: #fff;
  border: 1px solid #e4392a;
}
.pagess ul li.thisclass {
  display: inline-block;
  border: 1px solid #e4392a;
  padding: 2px 9px;
  margin: 0 3px;
  background: #e4392a;
  color: #fff;
}
.pagess ul li.thisclass a {
  color: #fff;
}
.pagess ul li a {
  display: block;
  color: #999;
}
.pagess ul li a:hover {
  color: #fff;
}
/* 额外添加 */
.ta-center {
  text-align: center;
}
.c-tags {
  display: inline-block;
  background-color: #e2e2e2;
  border-radius: 4px;
  padding: 6px 12px;
  text-align: center;
}
.content-area {
  max-width: 768px;
  margin: auto;
  text-align: center;
}
.content-area p,
.content-area img {
  margin-bottom: 20px;
}
.service-area {
  max-width: 768px;
  margin: auto;
}
.service-area-box {
  margin-bottom: 14px;
  border-bottom: 1px dashed #cccccc;
}
.service-area-box:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}
.service-area p {
  margin-bottom: 14px;
}
.service-area h3 {
  margin-bottom: 14px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.bdc_info {
  margin-bottom: 15px;
  width: 98%;
}
.bdc_info td {
  vertical-align: middle;
  padding: 10px 14px;
  border: 1px solid lightgrey;
}
.step-progress img {
  vertical-align: middle;
}
.step-progress span {
  display: inline-block;
  vertical-align: middle;
}

.c-boxes {
  max-width: 680px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  margin: auto;
  padding: 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.c-boxes li {
  margin-bottom: 20px;
}
.c-boxes li .c-title {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.c-boxes li .c-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.c-boxes li .c-content p {
  margin-bottom: 8px;
}
.bg-sty-1 {
  background-image: url('../images/bg-info.jpg');
}
.bg-sty-2 {
  background-image: url('../images/bg-service.jpg');
}
.bg-sty-3 {
  background-image: url('../images/bg-contactus.jpg');
}
