﻿* {box-sizing: border-box;}
body{margin: 0;}
form {
  position: relative;
  width:200px;
  margin: 0 auto;
}
.d1 #fieldOption{margin-top:2px;border-radius:3px; color:#5c7ebb;height:25px;font-size:13px;}
.d1 input{position: absolute;
  width:160px;
  height:30px;
  padding-left: 10px;
  border: 2px solid #5c7ebb;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color:#5c7ebb;
  font-size: 14px;
}
.d1 a{
  position: absolute; 
  top: 1px;
  right: 0px;
  width: 27px;
  height: 27px;
line-height: 27px;
  border: none;
  background: #6794c1;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
text-align:center;
}
.d1 a:before{
line-height: 27px;
text-align:center;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
}
.d2 {background: #DABB52;}
.d2 input, .d2 button {
  border: none;
  outline: none;
  border-radius: 3px;
}
.d2 input {
  width: 100%;
  height: 42px;
  background: #F9F0DA;
  padding-left: 15px;
}
.d2 button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #F15B42;
  cursor: pointer;
}
.d2 button:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #F9F0DA;
  font-size: 20px;
  font-weight: bold;
}
.d3 {background: #F9F0DA;}
.d3 form {
  background: #A3D0C3;
}
.d3 input, .d3 button {
  border: none;
  outline: none;
  background: transparent;
}
.d3 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.d3 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d3 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d4 {background: #F15B42;}
.d4 form {
  background: #F9F0DA;
  border-bottom: 4px solid #be290e;
}
.d4 input, .d4 button {
  border: none;
  outline: none;
  background: transparent;
}
.d4 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.d4 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d4 button:before {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 20px;
  color: #be290e;
}
.d5 {background: #683B4D;}
.d5 input, .d5 button {
  outline: none;
  background: transparent;
}
.d5 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
  border: 3px solid #F9F0DA;
}
.d5 button {
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d5 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d5 input:focus {
  border-color: #311c24
}
.d6 {background: #B46381;}
.d6 form {
  height: 42px;
}
.d6 input {
  height: 100%;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.d6 input:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
}
.d6 button {
  background: #683B4D;
  border: none;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d6 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d7 {background: #7BA7AB;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d7 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #324b4e;
  background: #F9F0DA;
  outline: none;
  position: relative;
  transition: .3s linear;
}
.d7 input:focus {
  width: 300px;
}
.d7 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d7 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #324b4e;
}

.index_banner{ width:100%; position:relative; margin:0 auto; overflow:hidden;}
.index_banner .prev{ width:26px; height:41px; display:block; background:url(../images/banner_prev.png) no-repeat; position:absolute; margin-left:50%; left:-600px; z-index:100; top:198px;}
.index_banner .prev:hover{ opacity:0.8; filter:alpha(opacity=80);}
.index_banner .next{ width:26px; height:41px; display:block; background:url(../images/banner_next.png) no-repeat; position:absolute;margin-right:50%; right:-600px; z-index:100; top:198px;}
.index_banner .next:hover{ opacity:0.8; filter:alpha(opacity=80);}
.index_banner .bd{ width:1086px; position:relative; height:100%; z-index:0; margin:0 auto;   }
.index_banner .bd li{ zoom:1; vertical-align:middle; position:relative;}
.index_banner .bd li a{ width:1086px; height:auto; display:block;}
.index_banner .bd img{ width:100%; display:block;  }
.index_banner .tempWrap{ overflow:visible!important;}
.banner_blank1{ width:418px; height:398px; background:url(../images/black_bg.png) repeat; position:absolute; margin-right:50%; right:-961px; z-index:99;}
.banner_blank2{ width:418px; height:398px; background:url(../images/black_bg2.png) repeat; position:absolute; margin-left:50%; left:-961px; z-index:99;}
.black_bg{ width:418px; height:398px; padding:0 50px;padding-top:160px; position:absolute; right:-100px; top:0; background:url(../images/black_bg.png) repeat; transition:all 0.6s; opacity:0; filter:alpha(opacity=0);}
/*.black_bg.movecss3{ right:0;opacity:1; filter:alpha(opacity=100);}*/
.black_bg.movecss3{ right:0;opacity:1; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/black_bg.png')}
.black_bg h3{ font-size:30px; color:#FFF; font-weight:600; margin-bottom:30px;line-height:54px;margin-left:10px;}
.black_bg div{ font-size:14px; color:#FFF;}