@charset "utf-8";
/*画册竞价页css*/
a:hover {

	text-decoration: inherit;
	color: #999;
}

img {

	-ms-interpolation-mode: bicubic;

	border: 0;

	vertical-align: bottom;

	max-width: 100%;

}
.clear{
	clear:both
}
/*首图*/
.banner-top .carousel-item.vis1{
    position: absolute;
    background: url(../images/common/team.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
}
.banner-top .carousel-item.vis2{
    background: url(../images/album/brand.jpg) no-repeat center;
    position: absolute;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
}

/*标题*/
.h3-title{
    text-align: center;
    font-size: 1.9rem;
    margin: 0;
    font-weight: 200;
    letter-spacing: 1px;
}
.h3-title small{ 
    font-weight: 200;
    font-size: 1.3rem;
    padding-top: 5px;
    display: block;
}
/*咨询按钮*/
.button-call{
    line-height: 15px;
    background: #cfa972;
    padding: 15px 25px;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
    border: 0;
    display: block;
    font-weight: 300;
}
/*滚动灰色箭头*/
.carousel-control-next .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}
.carousel-indicators li{
    background-color: #888;
}
/*内容*/
.box-content{
	padding: 50px 0;
}
.box-content .content-1{
    width: 600px;
    margin: 0 auto;
    padding: 50px 0;
}
.box-content .content-1 img{
    margin: 10px auto 50px;
}

.case,.case-1{
	padding: 50px 0;
}
.case ul.list-inline,.case-1 ul.list-inline,.box-content .wk_about{
	width: 1100px;
	margin: 0 auto;

}
.case li.list-inline{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	text-align: center;
}
.case li.list-inline .pack{
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.case li.list-inline img{
	width: 100%;
  	top: 0;
  	position: relative;
  	left: 0;
  	-webkit-transition: -webkit-transform 0.3s;
  	-moz-transition: -moz-transform 0.3s;
  	-o-transition: -o-transform 0.3s;
  	transition: transform 0.3s;
}
.case li.list-inline img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.case li.list-inline span{
	font-size: 1.2rem;
	line-height: 2.8rem;
}
.case-1 ul.list-inline{
  min-height: 748px;
}
.case-1 li.list-inline{
  /*margin-bottom: 108px;*/
  padding-bottom: 70px;
}
.case-1 li.list-inline .h5{
    width: 30%;
    float: left;
    line-height: 1.4em;
    padding-right: 5px;
}
.case-1 li.list-inline .pack{
    width: 70%;
    float: left;
}
.box-content .img-08{
    max-width: 100%;
    margin: 50px auto;
    position: relative;
}
.box-content .img-08 .form{
    position: absolute;
    top: 10%;
    height: 85%;
    right: 7px;
    width: 289px;
}
.box-content .img-08 .form .code_text{
    padding: 12px 0;
    border-bottom: 1px solid #aaa;
    margin: 12px;
    line-height: 38px;
}
.box-content .img-08 .form button{
    line-height: 15px;
    background: #686868;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
    border: 0;
    display: block;
    font-weight: 300;
    width: 100%;
    color: #fff;

}
.form-control:focus{
    border-color:#e50232;
    box-shadow: 0 0 0 0rem #e50232;
}
.box-content .img-08 .form .form_div{
    width: 90%;
    margin: 0 auto;
}
.box-content .img-08 .form .form_div small,.box-content .img-08 .form .form_div .b{
    padding-left: 28px;
    display: block;
}
.box-content .img-08 .form .form_div label{
    font-size: 15px;
}

input[type="checkbox"]{margin-right: 7px;width:20px;height:20px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}

input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}

input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #e50232;color:#e50232;font-size: 20px;font-weight: bold;}

.box-content.s_about{
  height: 785px;
}
.box-content .wk_about{
  padding: 50px 0;
  max-width: 100%;
}
.box-content .wk_about ul li {
    width: 32%;
    border: 1px solid #999;
    padding: 50px 3%;
    float: left;
    margin-right: 1%;
}
.wk_about ul li:hover{
    padding: 60px 2%;
    position: relative;
    top: -10px;
    width: 33%;
}
.box-content .wk_about ul li img {
    width: 100%;
}
.box-content .wk_about ul li>p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
}
.wk_about ul li>div>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}
.box-content .wk_about ul li button{
    width: 110px;
    height: 40px;
    background: none;
    border: 1px solid #aaa;
    font-size: 1rem;
    letter-spacing: 1px;
}
.box-content .wk_about ul li button:hover{
  background: #aaa;
  color: #fff;
}
.box-content .case2{
  width: 1100px;
  margin: 0 auto;
}

.wk_piece {
    position: relative;
    margin: 20px auto;
    max-width: 1100px;
    min-width: 1160px;
    height: 75%;
}
.wk_piece b {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
}
.wk_piece span {
    font-size: 16px;
    font-weight: 100;
    line-height: 33px;
    letter-spacing: 1px;
    color: #777;
}
.box-content  .wk_serve{
    width: 1100px;
    margin: 50px auto;
}
.box-content  .wk_serve>div {
    background: url(../images/album/brand_12.png) no-repeat center;
    background-size: 100% 100%;
    width: 31%;
    margin-right: 3.5%;
    height: 60%;
    float: left;
    padding: 5% 3% 15%;
    min-height: 410px;
    max-height: 755px;
}
.box-content  .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.box-content  .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.box-content  .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.box-content  .wk_serve>div .button {
    text-align: center;
}
.box-content  .wk_serve>div .wk_serve_01>h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 0px 0px 0px #333;
}
.box-content  .wk_serve>div .wk_serve_01>p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.box-content  .wk_serve>div .wk_serve_01 span {
    line-height: 69px;
    font-size: 16px;
    padding: 3px 15px 4px;
    border: 1px solid #888;
    margin-right: 2%;
    letter-spacing: 1px;
}
.box-content .wk_serve>div .button span {
    line-height: 15px;
    background: #cfa972;
    padding: 5px 20px;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #333;
}
.box-content .wk_serve>div .button span:hover {
    box-shadow: 1px 2px 12px 1px #999;
    padding: 6px 22px;
    position: relative;
    bottom: 5px;
}
.box-content .wk_serve>div .wk_serve_01 span:hover {
    background: #595757;
    color: #fff;
}

/*底部导航*/
.fp-auto-height.active .wk_footer_side {
    padding: 26px 0;
    background: #0e0e0e;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.wk_footer {
    margin: 0 auto;
    min-width: 1000px;
    width: 100%;
    background: url(../images/brand/logo_4.png) no-repeat left center;
    color: #b6b3b3;
    line-height: 26px;
}
.wk_footer a {
    color: #b6b3b3;
}
.wk_footer .footer_serve {
    float: right;
    clear: both;
}
.fp-auto-height .wk_footer_side {
    padding: 26px 5%;
    background: #0e0e0e;
}
.wk_footer .footer_serve span {
    line-height: 37px;
    margin: 0 15px;
    font-size: 15px;
    font-family: initial;
    letter-spacing: 1px;
}
/*案例弹出窗口*/
.case_day{
    border: 0;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    display: none;
    z-index: 20;
}
.case_day::-webkit-scrollbar {
    display: none;
}
.case_day .close{
    top: 5%;
    right: 1%;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/common/x.png) no-repeat center;
}
.case_day .shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3339;
}
.case_day iframe{
    width: 85%;
    height: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}

/*响应式布局*/
@media only screen and (max-width: 1350px) {

}
@media only screen and (max-width: 1200px) {
.wk_piece{
  min-width: 1000px;
}
}
@media only screen and (max-width: 1150px) {
.wk_piece{
  min-width: 900px;
}
.wk_piece span{
  display: block;
  max-width: 95%;
}
.case ul.list-inline, .case-1 ul.list-inline{
  width: 900px;
}
.case li.list-inline img{
  width: 99%;
}
.box-content .wk_serve>div{
      margin-right: 2.5%;
}
.box-content .wk_serve>div{
      width: 30%;
}
.fp-auto-height .wk_footer_side {
   padding: 26px 0;
}
}
@media only screen and (max-width: 1055px) {
.box-content .wk_serve>div{
      margin-right: 1.5%;
}
.box-content .wk_serve>div{
      width: 29%;
}
.wk_about ul li>div>p{
    letter-spacing: 0px;
}
.box-content .wk_serve>div .wk_serve_01>p{
    font-size: 15px;
}
}
@media only screen and (max-width: 1000px) {
.wk_piece{
  min-width: 800px;
}
}