@charset "utf-8";

html {
  background-color: #F4F4F4;
  overflow-x: hidden
}

body {
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑,Arial', 'sans-serif';
  position: relative;
  font-size: 14px;
  color: #333333;
  font-style: normal;
  padding: 0;
  margin: 0;
  background: #F4F4F4;
  -webkit-font-smoothing: antialiased
}


blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
li,
menu,
ol,
p,
pre,
span,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0
}

a {
  color: #333333;
  text-decoration: none
}

ul {
  list-style: none;
}

input,
textarea {
  outline: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.colorBlack {
  color: #000;
}

.colorWhite {
  color: #FFF;
}

.colorGrey {
  color: #333333;
}

.colorBlue {
  color: #116BF1;
}

.colorYellow {
  color: #FF961E;
}

.bgWhite {
  background: #FFF;
}

.bgFBFCFD {
  background: #FBFCFD;
}

.bgF4F4F4 {
  background: #F4F4F4;
}

.bgF5F5F5 {
  background: #F5F5F5;
}

.daxie {
  text-transform: capitalize
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.tac {
  text-align: center;
}



.fwb {
  font-weight: bold;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}


.fs30 {
  font-size: 30px;
}

.fs36 {
  font-size: 36px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}



.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl50 {
  margin-left: 50px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr50 {
  padding-right: 50px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl50 {
  padding-left: 50px;
}

.height100 {
  height: 100px;
}

.height200 {
  height: 200px;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

input,
select,
textarea {
  outline: 0
}

textarea {
  resize: none
}

img {
  vertical-align: top
}

ul {
  list-style: none;
}

.hide {
  display: none !important
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  display: block;
  content: " ";
  height: 0;
  visibility: hidden;
  clear: both
}

.fl {
  float: left
}

.fr {
  float: right
}

.full {
  width: 100%;
}

/*header*/
.header {
  /* background: url(../images/index_header.png) no-repeat center center;
  background-size: contain;
  height: 770px; */
}

.header .top {
  color: #FFF;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 12px;
  opacity: 0.5;
}

.header .top .menu ul li {
  float: left;
  margin-left: 30px;
  text-indent: 25px;
}

.header .top .menu ul li.collect {
  background: url(../images/like.png) no-repeat left center;
}

.header .top .menu ul li.vr {
  background: url(../images/vr.png) no-repeat left center;
}

.header .top .menu ul li.sitemap {
  background: url(../images/menu.png) no-repeat left center;
}

.header .top .menu ul li a {
  color: #FFF;
}

.header .logo-container {
  color: #FFF;
  width: 500px;
  letter-spacing: 1px;
}

.header .logo-container span {
  display: block;
  line-height: 20px;
  height: 20px;
}

.header .logo-container .logo {}

.header .logo-container .logo img {
  width: 160px;
  height: 60px;
}

.header .logo-container .line {
  width: 1px;
  height: 60px;
  background: #707070;
}

.header .logo-container .cdesc {
  padding-top: 10px;
}

.header .logo-container .cdesc span:last-child {
  opacity: 0.8;
  margin-top: 5px;
}

.header .middle {
  padding: 20px 0px;
}

.header .tel400 {
  margin-top: 10px;
}

.header .tel400 .icon {
  width: 42px;
  height: 42px;
  background: #FFF;
  border-radius: 50%;
}

.header .tel400 span {
  display: block;
  line-height: 21px;
  height: 21px;
  color: #FFFFFF;
}

.header .navbar {
  background: rgba(255, 255, 255, 0.18);
  height: 60px;
}

.header .navbar li {
  float: left;
  margin: 10px 70px 10px 0;
  position: relative;
}

.header .navbar li .hot {
  position: absolute;
  width: 36px;
  height: 17px;
  background: url(../images/hot.png) no-repeat center center;
  display: inline-block;
  top: -5px;
  right: -30px;
}

.header .navbar li a {
  color: #FFF;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: inline-block;
}

.header .navbar li:hover a {
  border-bottom: 1px solid #116BF1;
  color: #116BF1;
  cursor: pointer;
}

.header .navbar .search-form {
  margin: 10px 0;
}

.header .navbar .search-form .search-ipt {
  width: 150px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.38) url(../images/search.png) no-repeat 10px center;
  border-radius: 20px;
  text-indent: 40px;
  color: #FFF;
}

.header .adsays {
  margin-top: 100px;
  color: #FFF;
  padding-left: 200px;
}

.header .adsays .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.header .adsays .desc {
  font-size: 24px;
  opacity: 0.8;
  margin-bottom: 30px;
  line-height: 50px;
}

.header .adsays .btn {
  padding: 20px 50px;
  font-size: 20px;
  background: #116BF1;
  color: #FFF;
  display: inline-block;
}

.header .bottom {
  position: absolute;
}


/*banner*/
.header-home {
  position: relative;
  height: 600px;
  margin-top: 88px;
}

.home-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  top: 0px;
  left: 0;
  overflow: hidden;
  *zoom: 1;
}

.home-slide ul {
  width: 100% !important
}

.home-slide li {
  width: 100%;
  height: 600px
}

.home-slide li a {
  height: 560px;
  width: 1200px;
  display: block;
  margin: auto
}

.hm-prev,
.hm-next {
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  background-repeat: no-repeat;
  z-index: 99;
  display: none;
}

.hm-prev {
  background-image: url(../images/arr_prev.png);
  left: 50%;
  margin-left: -600px;
  position: absolute;
}

.hm-next {
  background-image: url(../images/arr_next.png);
  right: 50%;
  margin-right: -600px;
  position: absolute;
}

.header-home .home-page {
  height: 14px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
}

.header-home .home-page ul {
  overflow: hidden;
  zoom: 1;
}

.header-home .home-page ul li {
  float: left;
  margin-right: 8px;
  width: 40px;
  opacity: 0.5;
  height: 3px;
  line-height: 3px;
  background: #ffffff;
  cursor: pointer;
}

.header-home .home-page ul li.on {
  opacity: 1;
}

.title-container {
  padding: 36px 0;
}

.title-container .title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
}

.title-container .en {
  text-align: center;
  font-size: 16px;
  opacity: 0.41;
  letter-spacing: 2px;
}

.title-container .subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

.left-cate {
  width: 280px;
}

.left-cate .cate-list {
  background-color: #0F0F0F;
}

.left-cate .cate-list .top {
  background: url(../images/cate_list_bg1.png) no-repeat right top;
  background-size: 100%;
  padding: 35px;
}

.left-cate .cate-list .top span {
  display: block;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

.left-cate .cate-list .middle dl {
  margin-top: 10px;
}

.left-cate .cate-list .middle dl dt {
  color: #FFF;
  background: rgba(255, 255, 255, 0.2) url(../images/cate_icon.png) no-repeat 30px center;
  background-size: 24px 26px;
  text-indent: 60px;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.left-cate .cate-list .middle dl dt a {
  color: #FFF;
}

.left-cate .cate-list .middle dl dd {
  float: left;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}

.left-cate .cate-list .middle dl dd a {
  color: #FFF;
  padding-left: 30px;
}

.left-cate .cate-list .middle dl dd a:hover {
  color: #3C8AFF;
}

.left-cate .cate-list .bottom {
  background: url(../images/cate_list_bg2.png) no-repeat right bottom;
  background-size: 280px 324px;
  height: 324px;
}

.left-cate .cate-list .bottom span {
  display: inline-block;
  color: #FFF;
  padding-left: 30px;
  font-size: 22px;
  opacity: 0.83;
}

.left-cate .cate-list .bottom .title {
  margin-top: 220px;
}

.left-cate .cate-list .tags {
  background: url(../images/cate_list_bg2.png) no-repeat right bottom;
  display: inline-block;
  width: 280px;
  padding-bottom: 150px;
}

.left-cate .cate-list .tags h3 {
  font-size: 18px;
  color: #FFF;
  margin: 10px 0;
  text-indent: 20px;
}

.left-cate .cate-list .tags ul {
  padding: 0 15px 15px;
  display: inline-block;
}

.left-cate .cate-list .tags ul li {
  margin: 5px 5px 5px 0;
  float: left;
}

.left-cate .cate-list .tags ul li:nth-child(2n+0) {
  margin: 5px 0;
}


.left-cate .cate-list .tags ul li a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 18px;
  display: inline-block;
  color: #FFF;
  opacity: 0.6;
}

.left-cate .cate-list .tags ul li a:hover {
  opacity: 1;
}

/* 业务经理 */
.manager {
  width: 280px;
  background: #FFF;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
}

.manager h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin: 15px 0;
}

.manager .avatar {
  width: 147px;
  height: 147px;
  border-radius: 50%;
}

.manager .name {
  display: block;
  margin: 13px 0;
  font-size: 18px;
}

.manager .btn {
  width: 190px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  color: #FFF;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 15px;
}

.manager .baojia {
  width: 190px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.manager p {
  line-height: 30px;
  font-size: 16px;
}


/* 设计总监 */
.designer {
  width: 280px;
  background: #FFF;
  border-top: 1px dashed rgba(112, 112, 112, 0.18);
  display: inline-block;
  text-align: left;
}

.designer .top {
  padding: 10px 25px
}

.designer .top h4 {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}

.designer .top .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}


.designer .link {
  margin: 10px 0;
  color: #116BF1;
}

.designer .btn-group {
  padding: 10px 25px;
}

.designer .btn-group a {
  width: 95px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #707070;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}

.designer .btn-group a:last-child {
  margin-right: 0;
}

.fulltext {
  padding: 20px 0;
  /* text-indent: 30px; */
  line-height: 30px;
}
.fulltext a{
  color: blue;
}
.fulltext p {
  line-height: 30px;
}

.fulltext img {
  margin: 10px 0;
  max-width: 100%;
  max-height: 100%
}



/*kv1*/
.kv1 {
  background: url(../images/map.png) no-repeat center center;
  background-size: 100%;
  height: 720px;
  text-align: center;
}


/* 优势 */
.kv1 .youshi {
  position: relative;
  top: -55px;
  left: 0;
}

.kv1 .youshi .item {
  float: left;
  background: #FFF;
  width: 245px;
  height: 70px;
  margin-right: 20px;
  padding: 20px;
}

.kv1 .youshi .item:last-child {
  margin-right: 0;
}

.kv1 .youshi .item img {
  width: 65px;
  height: 65px;
}

.kv1 .youshi .item .title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.kv1 .youshi .item .desc {
  opacity: 0.8;
}



.kv1 .stat {
  margin-top: 100px;
}

.kv1 .stat .item {
  float: left;
  margin: 0 35px;
  text-align: center;
}

.kv1 .stat .item .num .big {
  font-size: 70px;
  font-weight: bold;
  margin-right: 10px;
}

.kv1 .stat .item .num .small {
  font-size: 22px;
}

.kv1 .stat .item .name {
  margin-top: 20px;
}

.kv1 .btn {
  width: 185px;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #333333;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-top: 100px;
}



/*kv2*/
.kv2 {
  background: #F4F4F4;
  display: inline-block;
  padding-bottom: 50px;
}


.kv2 .content .right {
  float: right;
  width: 893px;
}

.kv2 .content .right .top {
  background: url(../images/kv2_top.png) no-repeat center center;
  background-size: cover;
  padding: 30px 90px;
  margin-bottom: 30px;
}

.kv2 .content .right .top h1 span {
  color: #FFF;
  font-size: 30px;
  margin-right: 10px;
}

.kv2 .content .right .top p {
  margin-top: 20px;
}

.kv2 .content .right .top p span {
  color: #FFF;
  font-size: 20px;
  margin-right: 20px;
  opacity: 0.8;
}


.kv2 .content .right .top .touying {
  color: #A4C7FC;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.31);
}

.kv2 .content .right .middle ul li {
  width: 280px;
  height: 280px;
  float: left;
  position: relative;
  margin: 0px 26.5px 25px 0;
  overflow: hidden;
}

.kv2 .content .right .middle ul li:nth-child(3n+0) {
  margin: 0px 0px 25px 0;
}

.kv2 .content .right .middle ul li img {
  width: 280px;
  height: 280px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.kv2 .content .right .middle ul li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.kv2 .content .right .middle ul li .layer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  height: 80px;
  padding: 16px;
  overflow: hidden;
  transition: height .5s;
  -moz-transition: height .5s;
  /* Firefox 4 */
  -webkit-transition: height .5s;
  /* Safari and Chrome */
  -o-transition: height .5s;
  /* Opera */
}

.kv2 .content .right .middle ul li .layer h3 {
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kv2 .content .right .middle ul li .layer p {
  margin-top: 20px;
}



.kv2 .content .right .middle ul li .layer p .btn {
  width: 110px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  margin-right: 20px;
}


.kv2 .content .right .middle ul li .layer p .btn:last-child {
  margin-right: 0;
}


.kv2 .content .right .middle ul li .layer p .btn:hover {
  background: #3C8AFF;
  border: 1px solid #3C8AFF;
}



.kv2 .content .right .bottom {
  background: #FFF;
  display: inline-block;
  width: 100%;
}

.kv2 .content .bottom .form {
  border: 1px solid #707070;
  margin: 15px 25px;
}

.kv2 .content .right .bottom .form .ipt {
  border: none;
  width: 510px;
  outline: none;
  box-shadow: none;
  height: 40px;
  text-indent: 20px;
  font-size: 16px;
}

.kv2 .content .right .bottom .form .line {
  height: 40px;
  width: 1px;
  background: #707070;
}

.kv2 .content .right .bottom .form .btn {
  border: none;
  background: #FFFFFF;
  height: 40px;
  width: 110px;
}

.kv2 .content .right .bottom .more {
  padding: 15px 45px;
}

.kv2 .content .right .bottom .more a {
  color: #116BF1;
  line-height: 40px;
}

/*kv3*/

.kv3 {
  background: url(../images/kv3_bg.png) no-repeat center center;
  display: inline-block;
  color: #FFF;
  padding-bottom: 100px;
  background-size: cover;
}

.kv3 .content {
  padding: 50px 0 100px 0;
}

.kv3 .content .main-cell {
  float: left;
  width: 900px;
}

.kv3 .content .main-cell .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.kv3 .content .main-cell .subtitle {
  opacity: 0.61;
  margin-bottom: 30px;
}

.kv3 .content .main-cell p {
  line-height: 32px;
  letter-spacing: 1px;
}

.kv3 .content .main-cell .btn {
  border: 1px solid #FFFFFF;
  color: #FFF;
  width: 140px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}

.kv3 .content .title-cell {
  float: right;
  margin-top: 30px;
}

.kv3 .content .title-cell ul li {
  padding: 10px 30px;
  margin-bottom: 10px;
}

.kv3 .content .title-cell ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.kv3 .content .title-cell ul li:hover,
.kv3 .content .title-cell ul li.active {
  background: rgba(255, 255, 255, 0.11);
  cursor: pointer;
}

/*kv4*/
.kv4 {
  background: rgba(244, 244, 244, 0.61);
  display: inline-block;
  padding-bottom: 100px;
}

.kv4 .content {
  margin-top: 20px;
}

.kv4 .content ul li {
  width: 286px;
  height: 346px;
  float: left;
  margin-bottom: 24px;
  margin-right: 18px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
}

.kv4 .content ul li img {
  width: 80px;
  height: 80px;
  margin: 40px
}

.kv4 .content ul li:nth-child(4n+0) {
  margin-right: 0px;
}

.kv4 .content ul li h3 {
  font-size: 24px;
  font-weight: bold;
  text-indent: 40px;
  margin-bottom: 15px;
}

.kv4 .content ul li p {
  padding: 0 40px;
  line-height: 25px;
  letter-spacing: 2px;
}

.kv4 .content ul li:hover {
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px)
}

/*kv5*/
.kv5 {
  background: #FFF;
  display: inline-block;
  padding-bottom: 50px;
}

.kv5 .content {
  margin-top: 20px;
}

.kv5 .content ul li {
  width: 285px;
  height: 390px;
  float: left;
  margin-bottom: 24px;
  margin-right: 18px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}

.kv5 .content ul li img {
  width: 285px;
  height: 158px;
}

.kv5 .content ul li:nth-child(4n+0) {
  margin-right: 0px;
}

.kv5 .content ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 20px;
}

.kv5 .content ul li p {
  padding: 0 20px;
  line-height: 25px;
  letter-spacing: 2px;
}




/*kv6*/
.kv6 {
  background: #000;
  display: inline-block;
  color: #FFF;
  padding: 50px 0;
}

.kv6 .fl h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

.kv6 .fl p {
  margin-top: 30px;
  font-size: 16px;
}

.kv6 .list {}



.kv6 .list li {
  width: 100px;
  height: 106px;
  margin-right: 30px;
  float: left;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
}

.kv6 .list ul li .arrow {
  position: absolute;
  width: 50px;
  height: 30px;
  background: #000 url(../images/kv6_arrow.png) no-repeat center center;
  z-index: 1;
  right: -40px;
  top: 40px;
}

.kv6 .list ul li:last-child {
  margin-right: 0;
}

.kv6 .list ul li:last-child .arrow {
  display: none;
}

.kv6 .list li img {
  width: 49px;
  height: 49px;
  margin-top: 20px;
}

.kv6 .list li span {
  margin-top: 15px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  opacity: 0.5;
}


/*kv7*/

.kv7 {
  background: #F7F7F7;
  display: inline-block;
  padding-bottom: 100px;
}



.cases-list {
  margin-bottom: 30px;
}


.cases-list ul li {
  width: 385px;
  height: 427px;
  float: left;
  position: relative;
  margin: 0px 20px 20px 0;
  overflow: hidden;
}

.cases-list ul li:nth-child(3n+0) {
  margin: 0px 0px 20px 0;
}

.cases-list ul li img {
  width: 385px;
  height: 427px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.cases-list ul li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.cases-list ul li .layer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  color: #FFF;
  padding: 0px 16px;
  height: 0px;
  overflow: hidden;
  transition: height .5s;
  -moz-transition: height .5s;
  /* Firefox 4 */
  -webkit-transition: height .5s;
  /* Safari and Chrome */
  -o-transition: height .5s;
  /* Opera */
}

.cases-list ul li .layer h3 {
  font-size: 18px;
  font-weight: bold;
}

.cases-list ul li .layer p {
  opacity: 0.7;
  margin-top: 20px;
  line-height: 26px;
}

.cases-list ul li:hover .layer {
  height: 150px;
  padding: 16px;
}

.kv7 .bottom {
  text-align: center;
  margin-top: 50px;
}

.kv7 .bottom .btn {
  width: 185px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: 1px solid #333;
  text-align: center;
  display: inline-block;
}


/*kv8*/
.kv8 .content {
  width: 1200px;
  height: 156px;
  background: url(../images/home_ad.jpg) no-repeat center center;
  position: relative;
}

.kv8 .kv8-content .form {
  position: absolute;
  right: 100px;
  bottom: 20px;
}

.kv8 .kv8-content .form input {
  width: 146px;
  height: 26px;
  line-height: 26px;
  margin-right: 26px;
  padding-left: 10px;
  color: #ccc;
  font-size: 12px;
}

.kv8 .kv8-content .form .kv8-btn {
  background: #e8d29b;
  color: #000;
  border: none;
  height: 26px;
  line-height: 26px;
  width: 160px;
  font-size: 12px;
  font-weight: bold;
}


/*form*/
.kv8 {
  background: #FFFFFF;
  padding-bottom: 100px;
  display: inline-block;
}

.kv8 .title-cell {
  text-align: center;
  margin-bottom: 30px;
}

.kv8 .title-cell ul {
  display: inline-block;
}

.kv8 .title-cell ul li {
  border: 1px solid #707070;
  height: 40px;
  line-height: 40px;
  width: 120px;
  float: left;
  text-align: center;
  margin-right: 20px;
}

.kv8 .title-cell ul li:hover,
.kv8 .title-cell ul li.active {
  border: 1px solid #116BF1;
}

.kv8 .title-cell ul li:hover a,
.kv8 .title-cell ul li.active a {
  color: #116BF1;
}

.kv8 .main-cell .toutiao {
  color: #333;
  width: 522px;
}

.kv8 .main-cell .toutiao img {
  width: 522px;
  height: 327px;
}

.kv8 .main-cell .toutiao h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin: 15px 0;
}

.kv8 .main-cell .toutiao p {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}

.kv8 .main-cell .list {
  width: 600px;
  float: right;
}

.kv8 .main-cell .list ul li {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.2);
  margin-bottom: 10px;
}

.kv8 .main-cell .list ul li:last-child {
  border: none;
}

.kv8 .main-cell .list ul li h3 {
  margin-bottom: 10px;
}

.kv8 .main-cell .list ul li span {
  font-size: 12px;
  opacity: 0.3;
}

.kv8 .main-cell .list ul li p {
  opacity: 0.3;
  margin: 10px 0;
}

.form-container {
  background: url(../images/form_bg.png) no-repeat center center;
  color: #E4E4E4;
  display: inline-block;
  padding-bottom: 10px;
}

.form-container .content {}

.form-container .content .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 20px 0;
  text-indent: 100px;
}

.form-container .content .form {
  margin: 0 100px;
}

.form-container .content .form .btn-group {
  text-align: center;
  float: left;
  margin-left: 100px;
}

.form-container .content .form .btn-group button {
  background: transparent;
  border: 1px solid #FFF;
  font-size: 14px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  width: 140px;
  height: 45px;
}

.form-container .content .form .btn-group span {
  background: #EE5F5F url(../images/form_tel.png) no-repeat 10px center;
  border-radius: 18px;
  color: #FFF;
  height: 35px;
  line-height: 35px;
  width: 140px;
  display: block;
  text-indent: 20px;
}

.form-container .content .form .btn-group p {
  color: #E4E4E4;
  font-size: 18px
}

.form-container .content .form .row {
  margin-bottom: 20px;
  height: 40px;
  width: 700px;
}

.form-container .content .form .row .group {
  background: rgba(255, 255, 255, 0.27);
  float: left;
}

.form-container .content .form .row .group.wid225 {
  width: 225px;
}

.form-container .content .form .row .group.wid230 {
  width: 230px;
}

.form-container .content .form .row .group.wid465 {
  width: 465px;
}

.form-container .content .form .row .group.wid700 {
  width: 700px;
}

.form-container .content .form .row .group .name {
  color: #E4E4E4;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-indent: 30px;
  text-align: center;
  display: inline-block;

}

.form-container .content .form .row .group .ipt {
  background: transparent;
  border: none;
  outline: none;
  height: 40px;
  width: 128px;
  color: #E4E4E4;
  text-indent: 20px;
}

.form-container .content .form .row .group label {
  margin-left: 30px;
}


.form-container .content .form .row .group label input[type="radio"] {
  display: none;
}

.form-container .content .form .row .group label i {
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: -2px 2px 1px 0px;
  border: #FFFFFF 1px solid;
  margin-right: 5px;
}

.form-container .content .form .row .group label input[type="radio"]:checked+i {
  background: transparent;
  color: #fff;
}

/* 面包屑导航 */
.breadcrumb {
  padding: 30px 0;
  color: #9F9F9F;
}


/* 产品列表 */
.product-adsays {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}

.product-adsays .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

.product-adsays .desc {
  font-size: 22px;
  opacity: 0.8;
  line-height: 30px;
  line-height: 50px;
}

/* 成功案例列表 */

.cases-adsays {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}

.cases-adsays .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cases-adsays .desc {
  font-size: 22px;
  opacity: 0.8;
  line-height: 30px;
  line-height: 50px;
}


/* 新闻资讯列表 */

.news-adsays {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}

.news-adsays .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-adsays .desc {
  font-size: 22px;
  opacity: 0.8;
  line-height: 30px;
  line-height: 50px;
}

/* 关于我们 */

.about-adsays {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}

.about-adsays .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-adsays .desc {
  font-size: 22px;
  opacity: 0.8;
  line-height: 30px;
  line-height: 50px;
}


/* 在线报价 */

.baojia-adsays {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}

.baojia-adsays .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 30px;
}

.baojia-adsays .desc {
  font-size: 22px;
  opacity: 0.8;
  line-height: 30px;
  line-height: 50px;
}

.page-content {
  display: inline-block;
}


.product-list {
  width: 892px;
}

.product-list ul.plist li {
  width: 280px;
  height: 280px;
  float: left;
  position: relative;
  margin: 0px 26px 25px 0;
  overflow: hidden;
}

.product-list ul.plist li:nth-child(3n+0) {
  margin: 0px 0px 25px 0;
}

.product-list ul.plist li img {
  width: 280px;
  height: 280px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.product-list ul.plist li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.product-list ul.plist li .layer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  height: 80px;
  padding: 16px;
  overflow: hidden;
  transition: height .5s;
  -moz-transition: height .5s;
  /* Firefox 4 */
  -webkit-transition: height .5s;
  /* Safari and Chrome */
  -o-transition: height .5s;
  /* Opera */
}

.product-list ul.plist li .layer h3 {
  font-size: 18px;
  font-weight: bold;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list ul.plist li .layer p {
  margin-top: 20px;
}

.product-list ul.plist li .layer p .btn {
  width: 110px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
  margin-right: 20px;
}

.product-list ul.plist li .layer p .btn:last-child {
  margin-right: 0;
}

.product-list ul.plist li .layer p .btn:hover {
  background: #3C8AFF;
  border: 1px solid #3C8AFF;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

/*footer*/
.footer {
  background: #000000;
  display: inline-block;
}

.footer .qrcode {
  text-align: center;
}

.footer .qrcode img {
  width: 120px;
  height: 120px;
}

.footer .qrcode span {
  display: block;
  margin: 10px 0;
}

.footer .link {
  margin: 50px 0;
}

.footer .link .title {
  color: #FFF;
  opacity: 0.61;
}

.footer .link ul li {
  margin-left: 15px;
  float: left;
}

.footer .link ul li a {
  color: #FFFFFF;
  opacity: 0.4;
}

.footer .link ul li a:hover {
  opacity: 0.8;
}

.footer .bottom .cate dl {
  float: left;
  color: #FFF;
  margin-right: 100px;
}

.footer .bottom .cate dt {
  opacity: .6;
}

.footer .bottom .cate dd {
  margin: 15px 0;
}

.footer .bottom .cate dd a {
  color: #FFF;
  opacity: 0.3;
}

.footer .bottom .cate dd a:hover {
  opacity: 0.8;
}

.footer .bottom .tel {
  text-align: center;
}

.footer .bottom .tel .num {
  display: block;
  font-size: 22px;
  color: #FFF;
  opacity: 0.7;
  margin: 20px 0;
}

.footer .bottom .tel .text {
  display: block;
  font-size: 12px;
  color: #FFF;
  opacity: 0.3;
}

.footer .copyright {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
  margin: 50px 0 30px 0;
}

.footer .copyright a {
  color: #FFF;
}

.pagination {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
}

.pagination ul {
  list-style: none;
  display: inline-block;
}

.pagination ul li {
  float: left;
  margin-right: 20px;
}

.pagination ul li a {
  padding: 5px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  background: #F2F2F2;

}

.pagination ul li.active a,
.pagination ul li:hover a {
  background: #116BF1;
  color: #FFF;

}


.cases-nav {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #F7F7F7;
}

.cases-nav ul {
  list-style: none;
}

.cases-nav ul li {
  float: left;
  width: 170px;
  height: 60px;
  line-height: 60px;
}

.cases-nav ul li a {
  width: 170px;
  height: 60px;
  line-height: 60px;
  opacity: 0.6;
  display: inline-block;
  text-align: center;
}

.cases-nav ul li.active,
.cases-nav ul li:hover {
  background: url(../images/sanjiao.png) no-repeat center 40px;
}


.cases-nav ul li.active a,
.cases-nav ul li:hover a {
  opacity: 1;
}



/* 右侧悬浮框 */
.service {
  /* width: 60px; */
  position: fixed;
  right: 30px;
  top: 40%;
  padding: 0px 10px;
  background: #FFF;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.service ul li {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
  text-align: center;
  padding-top: 10px;
  height: 60px;
  position: relative;
  overflow: visible;

}

.service ul li:hover .layer {
  display: block;
}

.service ul li .layer {
  display: none;
  position: absolute;
  z-index: 99;

}

.service ul li .layer .img {
  float: left;
  padding: 10px;
  background: #FFF;
}

.service ul li .layer .space {
  width: 20px;
  height: 100%;
  float: right;
}

.service ul li .layer.mobile {
  left: -200px;
  top: 0px;
}

.service ul li .layer.mobile {
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  text-align: center;
}

.service ul li .layer .left {
  float: left;
  width: 180px;
  padding: 20px 0;
  background: #FFF;
}

.service ul li .layer.mobile p {
  line-height: 35px;
}

.service ul li .layer.qrcode {
  left: -200px;
  top: 0px;
}

.service ul li .layer.qrcode img {
  width: 160px;
  height: 160px;
}


.service ul li:last-child {
  border-bottom: none;
}

.service ul li img {
  width: 36px;
  height: 36px;
}

.service ul li a {
  display: inline-block;
  color: #444444;
  font-size: 12px;
  line-height: 90px;
}

.service ul li:hover {
  cursor: pointer;
}

.service ul li:hover a {
  color: #116BF1
}

.service ul li.weixin {
  background: url(../images/wechat.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.weixin:hover {
  background: url(../images/wechat_hover.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.qq {
  background: url(../images/qq.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.qq:hover {
  background: url(../images/qq_hover.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.online {
  background: url(../images/online.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.online:hover {
  background: url(../images/online_hover.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.tel {
  background: url(../images/tel.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.tel:hover {
  background: url(../images/tel_hover.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.totop {
  background: url(../images/totop.png) no-repeat center 10px;
  background-size: 34px;
}

.service ul li.totop:hover {
  background: url(../images/totop_hover.png) no-repeat center 10px;
  background-size: 34px;
}

/* 案例详情页 */
.cases-detail {
  margin-bottom: 50px;
}

.cases-detail .cases-left {
  width: 900px;
}

.cases-detail .cases-left .top {
  padding: 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.cases-detail .cases-left .top h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cases-detail .cases-left .top p {
  margin-top: 20px;
}

.cases-detail .cases-left .top p span {
  width: 400px;
  display: inline-block;
}

.cases-detail .cases-left .title {
  font-size: 18px;
  font-weight: bold;
  text-indent: 30px;
  margin: 20px 0 0 0;
}

.cases-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cases-recommend {
  width: 280px;
}

.cases-recommend ul li {
  height: 350px;
  width: 280px;
  margin-bottom: 20px;
  background: #FFF;
}

.cases-recommend ul li img {
  width: 280px;
  height: 310px;
}

.cases-recommend ul li p {
  line-height: 40px;
  text-indent: 20px;
}


/* 新闻详情页 */
.news-detail {
  width: 900px;
}

.news-detail h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.news-detail .info {
  text-align: center;
  opacity: 0.5;
}

.prevandnext {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding: 20px 0;
  width: 100%;
  display: inline-block;
}

.prevandnext .prev {
  text-indent: 30px;
}

.prevandnext .next {
  margin-right: 30px;
}

.otherlink {
  padding: 20px 25px;
  background: #FAFAFA;
  margin: 60px 0;
}

.otherlink .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.otherlink ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
  display: inline-block;
  width: 100%;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  opacity: 0.7;
}

.otherlink ul li:last-child {
  border: none;
}

.otherlink ul li a {
  float: left;
}

.otherlink ul li span {
  float: right;
}


/* 新闻列表 */
.news-list {}

.news-list .item {
  width: 900px;
  margin-bottom: 20px;
}

.news-list .item .fl {
  width: 320px;
  height: 200px;
  margin-right: 40px;
  overflow: hidden;
}


.news-list .item .fl img {
  width: 320px;
  height: 200px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.news-list .item .fl:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.news-list .item .fr {
  width: 540px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  position: relative;
  height: 200px;
}

.news-list .item .fr h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-list .item .fr p {
  opacity: 0.6;
  line-height: 20px;
}

.news-list .item .fr span {
  position: absolute;
  left: 0;
  bottom: 10px;
  opacity: 0.4;
}

.news-nav .fl {
  line-height: 40px;
  height: 40px;
}

.news-nav ul {
  display: inline-block;
}

.news-nav ul li {
  height: 40px;
  line-height: 40px;
  width: 120px;
  float: left;
  text-align: center;
}

.news-nav ul li:hover,
.news-nav ul li.active {
  background: #333333;
}

.news-nav ul li:hover a,
.news-nav ul li.active a {
  color: #FFF;
}

/* 关于我们 */

.about-nav {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #F7F7F7;
  height: 60px;
}

.about-nav ul {
  list-style: none;
  display: inline-block;
}

.about-nav ul li {
  float: left;
  width: 200px;
  height: 60px;
  line-height: 60px;
}

.about-nav ul li a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  opacity: 0.6;
  display: inline-block;
  text-align: center;
}


.about-nav ul li.active,
.about-nav ul li:hover {
  opacity: 1;
  background: #F7F7F7 url(../images/sanjiao.png) no-repeat center 40px;
}

.about-nav ul li.active a,
.about-nav ul li:hover a {
  opacity: 1;
}

.about-content {
  margin: 0 auto 50px auto;
  width: 1000px;
}

.about-content h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 15px 0;
}

.about-content p {
  line-height: 32px;
}

/* 在线报价 */
.baojia-container {
  height: auto;
}

.baojia-content {
  height: 650px;
  background: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  top: -90px;
  left: 0;
}

.baojia-content .title-container {
  padding: 30px;
  border-bottom: 1px dashed #333;
}

.baojia-content .title-container .title {
  font-size: 24px;
  font-weight: bold;
}

.baojia-content .title-container .subtitle {
  font-size: 16px;
}



.baojia-content .form .baojia-btn-blue{
    width: 148px;
    height: 35px;
    color: #FFF;
    background: #5389c7;
    display: inline-block;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.baojia-content .form .row {
  margin-bottom: 20px;
  height: 40px;
  width: 700px;
}
.baojia-content .form .row .name em,.baojia-content .form .row .ipt-name em{
  color: #FF0000;
  font-size: 15px;
}
.baojia-content .form .row .group {
  background: rgba(255, 255, 255, 0.27);
  float: left;
  margin-top: 20px;
}

.baojia-content .form .row .group .name {
  color: #333333;
  font-size: 16px;
  text-indent: 30px;
  width: 120px;
  text-align: center;
  display: inline-block;
}

.baojia-content .form .row .group .ipt-name {
  color: #333333;
  font-size: 16px;
  text-indent: 30px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.baojia-content .form .row .group .value {
  width: 500px;
  display: inline-block;
  padding-left: 50px;
}

.baojia-content .form .row .group .ipt-value {
  width: 369px;
  display: inline-block;
  padding-left: 50px;
  position: relative;
}

.baojia-content .form .row .group .ipt-value em {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  font-style: normal;
}

.baojia-content .form .row .group .ipt {
  background: transparent;
  border: 1px solid #D2D2D2;
  outline: none;
  height: 40px;
  width: 369px;
  color: #333;
  text-indent: 20px;
  font-size: 16px;
}

.baojia-content .form .row .group label {
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}


.baojia-content .form .row .group label input[type="radio"] {
  display: none;
}

.baojia-content .form .row .group label i {
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: -2px 2px 1px 0px;
  border: #C1C1C1 1px solid;
  margin-right: 5px;
}

.baojia-content .form .row .group label input[type="radio"]:checked+i {
  background: #333333;
  color: #fff;
}


.baojia-content .form .tips {
  opacity: 0.61;
}

.baojia-content .form .fl {
  width: 786px;
}





.baojia-content .form .center span {
  display: block;
  line-height: 25px;
  text-align: center;
}

.baojia-content .form .center span:first-child {
  margin-top: 35px;
}


.baojia-content .form .center .baojia-line-bg {
  background: url(../images/baojia_line_bg.png) no-repeat;
  top: 220px;
  z-index: 9;
  width: 140px;
  height: 140px;
  left: -70px;
  display: block;
  position: absolute;
}

.baojia-content .form .center .baojia-btn {
  position: absolute;
  top: 232px;
  left: -58px;
  display: block;
  width: 116px;
  height: 116px;
  background: #000;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 15;
}

.baojia-content .form .center .baojia-btn em {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 44px;
  height: 44px;
  margin: 30px auto 0;
  text-align: center;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 30px;
}

.baojia-content .form .center .baojia-line-btn {
  width: 140px;
  height: 140px;
  right: -71px;
  display: block;
  position: absolute;
}



.baojia-content .form .detail {
  width: 414px;
  border-left: 1px solid rgba(112, 112, 112, 0.41);
  box-sizing: border-box;
  padding: 30px;
  position: relative;

}

.baojia-content .form .detail h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 30px;
}

.baojia-content .form .detail .square {
  border: 1px solid rgba(112, 112, 112, 0.2);
  width: 260px;
  height: 115px;
  text-align: center;
  margin: 60px 50px;
}

.baojia-content .form .detail .square p {
  line-height: 57.25px;
}

.baojia-content .form .detail .tips {
  opacity: 0.6;
  line-height: 20px;
}


.youshi-container {
  padding-top: 600px;
  padding-bottom: 100px;
}

.youshi-container h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.youshi-container h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  opacity: 0.61;
  margin: 20px 0 40px 0;
}

.youshi-container .youshi-list {
  display: inline-block;
}

.youshi-container .youshi-list .item {
  float: left;
  width: 580px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.youshi-container .youshi-list .item:nth-child(2n+0) {
  margin-right: 0;
}

.youshi-container .youshi-list .item .info .title-con {
  float: left;
  text-align: left;
  width: 140px;
  padding: 10px 20px;
}

.youshi-container .youshi-list .item .info .title-con span {
  display: block;
}

.youshi-container .youshi-list .item .info .title-con .title {
  font-size: 24px;
  font-weight: bold;

}

.youshi-container .youshi-list .item .info .title-con .subtitle {
  font-size: 14px;
  opacity: 0.61;
  margin-top: 10px;
}

.youshi-container .youshi-list .item .info .desc {
  float: right;
  width: 360px;
  padding: 15px 20px;
  line-height: 20px;
}

.youshi-container .youshi-list .item .img {}

.youshi-container .youshi-list .item .img img {
  width: 580px;
  height: 360px;
}

/* 联系我们 */
.contact-content {
  width: 1000px;
  margin: 0px auto 100px auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.09);
}

.contact-content .detail {
  background: url(../images/contact_bg.png) no-repeat center center;
  width: 320px;
  height: 730px;
  color: #FFF;
  padding: 50px 40px;
}

.contact-content .detail h1 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: bold;
}

.contact-content .detail ul li {
  float: left;
}

.contact-content .detail ul li i.arrow {
  width: 50px;
  height: 80px;
  display: inline-block;
  background: url(../images/arrow.png) no-repeat center 20px;
}

.contact-content .detail ul li span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.contact-content .detail .desc {
  margin-top: 100px;
}

.contact-content .detail .desc p {
  line-height: 28px;
  opacity: 0.8;
}

.contact-content .detail .linkway {
  margin-top: 100px;
}

.contact-content .detail .linkway h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.contact-content .detail .linkway p {
  line-height: 32px;
}

.contact-content .contact-form {
  width: 450px;
  padding: 60px 100px 60px 40px;
}

.contact-content .contact-form h3 {
  font-size: 22px;
}

.contact-content .contact-form .form {
  margin-top: 50px;
}

.contact-content .contact-form .form .group {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.contact-content .contact-form .form .ipt {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
}

.contact-content .contact-form .form .textarea {
  margin-top: 30px;
  width: 430px;
  height: 280px;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}

.contact-content .contact-form .form .btn {
  margin-top: 35px;
  width: 215px;
  height: 50px;
  background: #333333;
  color: #FFF;
  border: none;
  outline: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* 荣誉资质 */
.honor-content {
  width: 1000px;
  margin: 0 auto 50px auto;
  display: table;
}

.honor-content ul {}

.honor-content ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.honor-content ul li .img {
  overflow: hidden;
}

.honor-content ul li:nth-child(3n+0) {
  margin-right: 0;
}

.honor-content ul li img {
  width: 319px;
  height: 236px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.honor-content ul li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}


.honor-content ul li span {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #F7F7F7;
}

/* 员工风采 */
.team-container {
  width: 1000px;
  margin: 0 auto 50px auto;
}

.team-container .row {
  margin-bottom: 20px;
}

.team-container .img1 {
  width: 1000px;
  height: 440px;
}

.team-container .item {
  position: relative;
}

.team-container .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.39);
  color: #FFF;
  text-indent: 30px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-container .item img {
  width: 100%;
  height: 100%;
}


.team-container .img1 .info {
  position: absolute;
  right: 0;
  top: 50px;
  width: 427px;
  height: 314px;
  background: rgba(255, 255, 255, 0.69);
}

.team-container .img1 .info h3 {
  margin: 50px 0 20px 0;
  padding: 0 50px;
  font-size: 18px;
  font-weight: bold;
}

.team-container .img1 .info p {
  line-height: 32px;
  padding: 0 50px;
}


.team-container .img2 {
  width: 580px;
  height: 209px;
}

.team-container .img3 {
  width: 400px;
  height: 209px;
}

.team-container .img4 {
  width: 398px;
  height: 209px;
}

.team-container .img5 {
  width: 275px;
  height: 209px;
}

.team-container .img6 {
  width: 289px;
  height: 209px;
}

.team-container .img7 {
  width: 468px;
  height: 209px;
}

.team-container .img8 {
  width: 513px;
  height: 209px;
}

/* 生产环境 */
.environment-content {
  width: 1000px;
  margin: 0 auto 50px auto;
  display: table;
}

.environment-content ul {}

.environment-content ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.environment-content ul li .img {
  overflow: hidden;
}

.environment-content ul li:nth-child(3n+0) {
  margin-right: 0;
}

.environment-content ul li img {
  width: 319px;
  height: 236px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.environment-content ul li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.environment-content ul li span {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #F7F7F7;
}

/* 产品详情 */

.product-info {
  margin: 0 0 20px 0;
}

.page-content .content {
  display: inline-block;
  margin-bottom: 50px;
}

.product-info .info {
  width: 860px;
  background: #FFF;
  padding: 20px;
}

.product-info .info .time {
  color: #000;
  opacity: 0.61;
}

.product-info .info .product-img {
  width: 400px;
  height: 400px;
}

.product-info .info .detail {
  width: 420px;
}

.product-info .info .detail h1 {
  font-size: 24px;
  font-weight: bold;
}

.product-info .info .detail h1 .views {
  background: url(../images/eye.png) no-repeat left center;
  text-indent: 25px;
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}



.product-info .info .detail .scenes .label {
  width: 80px;
  display: inline-block;
}

.product-info .info .detail .scenes .list {
  width: 340px;
}

.product-info .info .detail .scenes .list ul li {
  float: left;
  color: rgba(0, 0, 0, 0.61);
  background: #EFEFEF;
  border-radius: 13px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}

.product-info .info .detail .secrets {
  background: #F5F7FA;
  width: 100%;
  line-height: 60px;
}

.product-info .info .detail .secrets img {
  margin-top: 10px;
  width: 28px;
  height: 33px;
}

.product-info .info .detail .icon-list {
  width: 430px;
}

.product-info .info .detail .icon-list ul li {
  float: left;
  margin: 0 15px 0px 0;
}

.product-info .info .detail .icon-list ul li img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.product-info .info .detail .icon-list ul li span {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.product-info .info .detail .btn-group .btn {
  width: 189px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.product-info .info .detail .btn-group .btn.btn1 {
  background: #000;
  color: #FFF;
  margin-right: 30px;
}

.product-info .info .detail .btn-group .btn.btn2 {
  border: 1px solid #707070;
  color: #000;
}

.product-info .info .bottom {
  width: 900px;
  padding: 40px 0;
}

.product-info .info .bottom .fl {
  width: 360px;
  padding: 0 20px;
}

.product-info .info .bottom .fl ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.product-info .info .bottom .fl ul li span {
  display: block;
  /* margin-top: 10px; */
}


.product-info .info .bottom .fr {
  width: 460px;
  padding: 0 20px;
}

.product-info .info .bottom .fr ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.product-info .info .bottom .fr ul li img {
  width: 39px;
  height: 39px;
}

.product-info .info .bottom .fr ul li span {
  display: block;
  margin-top: 10px;
}

.link-case {
  display: inline-block;
  background: #FFF;
  margin-bottom: 20px;
}

.link-case h2 {
  margin: 20px 15px;

  font-size: 18px;
  font-weight: bold;
}

.link-case h2 .more {
  font-weight: bold;
  font-size: 14px;
  opacity: 0.6;
}

.link-case ul {
  margin: 0 16px;
}

.link-case ul li {
  width: 280px;
  height: 309px;
  float: left;
  position: relative;
  margin: 0px 16px 20px 0;
  overflow: hidden;
}

.link-case ul li:nth-child(4n+0) {
  margin: 0px 0px 20px 0;
}

.link-case ul li img {
  width: 280px;
  height: 309px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}


.link-case ul li:hover img {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
}


.link-case ul li .layer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  color: #FFF;
  padding: 0px 16px;
  height: 0px;
  overflow: hidden;
  transition: height .5s;
  -moz-transition: height .5s;
  /* Firefox 4 */
  -webkit-transition: height .5s;
  /* Safari and Chrome */
  -o-transition: height .5s;
  /* Opera */
}

.link-case ul li .layer h3 {
  font-size: 18px;
  font-weight: bold;
}

.link-case ul li .layer p {
  opacity: 0.7;
  margin-top: 20px;
  line-height: 26px;
}

.link-case ul li:hover .layer {
  height: 150px;
  padding: 16px;
}

/* 产品导航 */
.product-menu {
  height: 60px;
  line-height: 60px;
}

.product-menu img {
  width: 20px;
  height: 20px;
}

.product-menu .title {
  line-height: 60px;
}

.product-menu .title label {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;

}

.product-menu .title img {
  margin-top: 20px;
}

.product-menu ul {}

.product-menu ul li {
  float: left;
}

.product-menu ul li a {
  line-height: 20px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
  padding: 0px 40px;
}

.product-menu ul li:last-child a {
  border: none;
}

.product-detail {
  width: 900px;
}

.product-detail .product-ad img {
  width: 900px;
  height: 130px;
}

.product-detail .product-nav {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  height: 55px;
}


.product-detail .product-nav ul li {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  width: 120px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.product-detail .product-nav ul li .border-right {
  position: absolute;
  right: -1px;
  top: 20px;
  width: 1px;
  height: 20px;
  background: rgba(112, 112, 112, 0.2);
}

.product-detail .product-nav ul li .border-bottom {
  position: absolute;
  left: 50px;
  bottom: 10px;
  width: 20px;
  height: 2px;
  background: #000;
  display: none;
}

.product-detail .product-nav ul li:hover .border-bottom,
.product-detail .product-nav ul li.active .border-bottom {
  display: inline-block;
}

.product-detail .product-content {
  text-align: center;
}





/* TAGS详情页 */
.tags-content {}


.tags-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

.tags-content .tags-top .silder {
  width: 280px;
}

.tags-content .link-list {
  background: #FFF;
  padding: 20px 25px;
  margin-top: 20px;
  display: inline-block;
}

.tags-content .link-list h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tags-content .link-list ul li {
  float: left;
  width: 360px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.29);
  padding: 20px 0;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tags-content .link-list ul li:nth-child(3n+0) {
  margin-right: 0;
}

.tags-content .link-list ul li a {
  color: #000;
  opacity: 0.7;
}

/* 404页面 */
.content404 {
  padding: 100px 0;
  text-align: center;
}

.content404 p {
  font-size: 16px;
}

.content404 img {
  width: 512px;
  height: 273px;
}


/* 新版右侧悬浮框 */
.service-new {
  position: fixed;
  right: 10px;
  top: 25%;
  padding: 0px 10px;
  background: #3285FF;
  z-index: 100;
  color: #FFF;
  text-align: center;
  padding-top: 80px;
}

.service-new p {
  line-height: 30px;
}

.service-new .qrcode {
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
}

.service-new ul {
  margin-top: 10px;
}

.service-new ul li {
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  margin-bottom: 15px;
}



.service-new ul li img {
  width: 36px;
  height: 36px;
  margin: 12px 0px;
}

.service-new ul li a {
  color: #FFF;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

.service-new ul li:hover {
  cursor: pointer;
}



.service-new ul li.weixin {
  background-color: #3CB873;
}


.service-new ul li.qq {
  background-color: #F34FFF;
}

.service-new ul li.online {
  background-color: #FFA35E;
}


.service-new ul li.tel {
  background-color: #FF5D5D;
}


.service-new ul li.totop {}



/* 右侧悬浮框 */
.service3 {
  position: fixed;
  right: 10px;
  top: 10%;
  background: url(../images/service_bg.png) no-repeat center center;
  background-size: cover;
  z-index: 100;
  color: #FFF;
  text-align: center;
  padding: 30px 30px;
  border-radius: 50px;
  box-shadow: 7px 0px 17px rgba(66, 66, 66, 0.47);
}

.service3 p {
  margin-top: 20px;
}

.service3 .title {
  font-size: 27px;
}

.service3 .mobile {
  font-size: 37px;
}

.service3 .close {
  background: #FFF url(../images/close.png) no-repeat center center;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.service3 .qrcode {
  width: 265px;
  height: 265px;
  margin-top: 50px;
}



.service3 .btn {
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 37px;
  display: block;
  color: #4356a5;
  background-color: #FFF;
  box-shadow: 5px 0px 11px rgba(29, 29, 29, 0.56);
  border-radius: 15px;
  margin-top: 20px;
  letter-spacing: 5px;
  text-indent: 60px;
}

.service3 .btn.tel {
  background: #FFF url(../images/service3_tel.png) no-repeat 20px center;
}

.service3 .btn.email {
  background: #FFF url(../images/service_email.png) no-repeat 20px center;
}

/* 右侧悬浮框 */
.service4 {
  width: 210px;
  height: 438px;
  position: fixed;
  right: 0px;
  top: 20%;
  background: url(../images/service4_bg.png) no-repeat center center;
  background-size: cover;
  z-index: 100;
  color: #FFF;
  text-align: center;
  border-radius: 20px;
  box-shadow: 7px 0px 17px rgba(66, 66, 66, 0.47);
}

.service4 p {
  margin-top: 10px;
}

.service4 .title {
  font-size: 17px;
}

.service4 .mobile {
  font-size: 23px;
}

.service4 .close {
  background: #FFF url(../images/service4_close.png) no-repeat center center;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.service4 .qrcode {
  width: 140px;
  height: 140px;
  margin: 50px 0 10px 0;
}



.service4 .btn {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
  color: #4356a5;
  background-color: #FFF;
  box-shadow: 5px 0px 11px rgba(29, 29, 29, 0.56);
  border-radius: 10px;
  margin: 10px 0;
  width: 170px;
  letter-spacing: 5px;
  text-indent: 30px;
}

.service4 .btn.tel {
  background: #FFF url(../images/service4_tel.png) no-repeat 15px center;
}

.service4 .btn.email {
  background: #FFF url(../images/service4_email.png) no-repeat 15px center;
}

.service4 .service4-btn {
  position: absolute;
  height: 165px;
  width: 55px;
  top: 50%;
  margin-top: -82.5px;
  left: -55px;
  text-align: center;
}

.service4 .service4-btn .arrow {
  width: 20px;
}

.service4 .service4-btn .arrow img {
  margin-top: 75px;
  animation: shake 5s infinite;
  -webkit-animation: shake 5s infinite;
}

.service4 .service4-btn .icon-list {
  background: #4356a5;
  width: 35px;
  height: 165px;
}

.service4 .service4-btn .icon-list img {
  margin-top: 28px;
}