
*{ margin:0; padding:0;}
body{ background:url(images/bj.jpg) no-repeat center bottom ; background-size:cover !important;}
.index-bd{width:1100px;height:auto;overflow:hidden;margin:0 auto;}
.index-bd h2{display:block;width:100%;height:auto;overflow:hidden;font-size:70px;color:#f00;text-align:center;margin-top:100px;}
.index-bd-text{display:block;width:550px;height:36px;font-size:28px;color:#000;margin:30px auto;line-height:36px;text-align:center;background: url(images/icon.png) no-repeat left center;}
.index-bd-text b{color:#f00;padding:0 5px;}


.index-bd1{width:746px;height:806px;position: relative;margin:72px auto 40px auto;}

.index-bd2{width:706px;height:760px;background:#fff;border-radius: 10px;-webkit-box-shadow:0 0 50px rgba(0, 0, 0, .2);  
-moz-box-shadow:0 0 50px rgba(0, 0, 0, .2); box-shadow:0 0 50px rgba(0, 0, 0, .2); overflow:hidden;}

.index-bd-sr{width:650px;height:auto;margin:50px auto 0 auto;overflow:hidden;}
.index-bd-sr p{width:100%;height:28px;line-height:28px;font-size:24px;}
.index-bd-sr p i{font-style:normal;color:#f00;height:28px;display: inline-block;line-height:40px;}



.index-bd-sr .skin-section{width:25%;height:30px;line-height:30px;position: relative;float:left;margin-top:20px;}
.index-bd-sr .skin-section label{font-size:18px;color:#333;position: absolute;top:1px;left:30px;}

.bd-input{display:block;width:100%;height:50px;border:none;border-bottom:1px solid rgba(0,0,0,0.1);font-size:16px;color:#999;margin-top:10px;}

.bd-input:focus {outline:none;    border-bottom:1px solid #f00;color:#666;}



.bd-tj{border:none;display:block;width:513px;height:76px;border-radius: 50px;font-size:30px;color:#fff;text-align:center;line-height:76px;background: linear-gradient(#ef080b, #d7122a);position: absolute;top:726px;left:110px;z-index:2;cursor: pointer;font-weight:bold;}


.index-bd-foot{font-size:20px;color:#f00;text-align:center;margin-bottom:143px;}

@-webkit-keyframes hvr-pulse-grow11 {
			  to {
				-webkit-transform: scale(1.02);
				transform: scale(1.02);
			  }
			}

			@keyframes hvr-pulse-grow11 {
			  to {
				-webkit-transform: scale(1.02);
				transform: scale(1.02);
			  }
			}

			.hvr-pulse-grow11 {
			  display: inline-block;
			  vertical-align: middle;
			  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
			  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
			  -moz-osx-font-smoothing: grayscale;

			-webkit-animation-name: hvr-pulse-grow11;
			  animation-name: hvr-pulse-grow11;
			  -webkit-animation-duration: 0.3s;
			  animation-duration: 0.3s;
			  -webkit-animation-timing-function: linear;
			  animation-timing-function: linear;
			  -webkit-animation-iteration-count: infinite;
			  animation-iteration-count: infinite;
			  -webkit-animation-direction: alternate;
			  animation-direction: alternate;
			}
			.hvr-pulse-grow11:hover{
			animation-play-state:paused;
			-webkit-animation-play-state:paused;
			}