* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

body {
    background-color: #fff;
    color: #5b5b5b;
    font-family: Verdana, sans-serif;
    letter-spacing: -0.5px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.header {
    width: 100%;
    height: 105px;
    background-color: #e1d9cf;
}

.header .logo {
    position: absolute;
    margin-left: 40px;
}

.logo img {
    height: 105px;
}

.header_menu {
    width: 855px;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 16px;
    text-align: right;
}

.header_menu ul {
    list-style: none;
    margin-top: 5px;
}

.header_menu li {
    margin-left: 40px;
    display: inline;
}

.header a {
    color: #5b5b5b;
    text-decoration: none;
}

.header a:hover, li.active a {
    color: #b0b0b0;
}

.content {
    width: 855px;
    margin: 0 auto;
}

.item {
    height: 405px;
    background-color: #f2f2f2;
}

.item_name {
    float: right;
    width: 520px;
}

.item_name h1 {
    font-size: 54px;
    color: #58b1c4;
    padding: 60px 100px 0;
    font-weight: normal;
    line-height: 130%;
}

.item_photo {
    float: left;
}

.item_photo img {
    height: 405px;
}

.item_about {
    position: relative;
    width: 540px;
    margin-left: 135px;
}

.item_text {
    height: 470px;
    position: relative;
    font-size: 20px;
    padding: 50px 70px;
    line-height: 180%;
    background-color: #e1d9cf;
    margin-top: -95px;
    z-index: 0;
}

.item_text p {
    margin: 25px 0;
}

.item_text .more {
    text-align: right;
    font-size: 16px;
    margin-top: -20px;
}

.item_text .more a {
    text-decoration: none;
    color: #b0b0b0;
}

.item_text ul li {
    margin-left: 25px;
    text-indent: 7px;
}

.touch {
    height: 140px;
    margin: -45px -180px 0 85%;
}

#circle {
    position: relative;
    width: 140px !important;
    height: 140px;
    background-color: #ce00d0;
    -moz-border-radius: 720x;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    z-index: 1;
}

.touch_phone {
    position: relative;
    margin-top: -135px;
    z-index: 2;
}

.touch_phone a {
    text-decoration: none;
}

.touch_phone p {
    color: #f2f2f2;
    font-size: 26px;
    padding: 50px 0 5px 20px;
}

.touch_phone span {
    color: #b0b0b0;
    font-size: 18px;
    padding: 0 0 15px 80px;
}

.order {
    margin-top: -60px;
}

.order_text {
    position: relative;
    z-index: 3;
    float: left;
    width: 380px;
    height: 450px;
    background-color: #58b1c4;
}

.order_text p {
    position: relative;
    z-index: 5;
    color: #f2f2f2;
    font-size: 24px;
    margin-top: -55px;
    padding: 0 70px 0 65px;
    line-height: 150%;
}

#square {
    position: relative;
    z-index: 4;
    width: 135px;
    height: 115px;
    background-color: #c144b2;
}

.order_form {
    float: right;
    width: 425px;
    height: 260px;
    background-color: #f2f2f2;
    margin-top: 140px;
    padding: 25px;
}

.order_form .input_text  {
    border: none;
    width: 225px;
    height: 25px;
    margin: 20px 0 0 20px;
    font-size: 16px;
    padding-left: 5px;
}

.order_form .textarea {
    border: none;
    width: 380px;
    height: 125px;
    margin: 20px 0 0 20px;
    font-size: 16px;
    padding: 5px;
}

.order_form .hint {
    font-size: 12px;
    color: #9a9a9a;
    margin-left: 20px;
}

::-webkit-input-placeholder {color:#afafaf;}
::-moz-placeholder {color:#afafaf;}/* Firefox 19+ */
:-moz-placeholder {color:#afafaf;}/* Firefox 18- */
:-ms-input-placeholder {color:#afafaf;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}

input:required, textarea:required {
    background: #fff url(/assets/images/goods/required_.png) no-repeat 98% center;
}

.order_form input:required:valid, .order_form textarea:required:valid {
    background:  #fff url(/assets/images/goods/valid_.png) no-repeat 98% center;
}

.order_form .button {
    width: 180px;
    height: 55px;
    border: none;
    background-color: #cec1b3;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    margin-left: 180px;
}

.order_form .button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.footer {
    margin-top: 60px;
    background-color: #e1d9cf;
    width: 100%;
    height: 105px;
}

.footer .copyright {
    float: right;
    font-size: 14px;
    margin-top: 45px;
    color: #9a9a9a;
}

.footer_menu {
    float: left;
    font-size: 16px;
    margin-top: 45px;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu li {
    margin-right: 40px;
    display: inline;
}

.footer_menu a, .footer_menu a:hover {
    text-decoration: none;
    color: #9a9a9a;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing:hover {
  -webkit-transform-origin: middle center;
  transform-origin: middle center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation: swing 0.5s ease;
  animation: swing 0.5s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}