body {
 
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 1150px;
  color: #333;
  background: #fff;
}
/* header */
.header {
  height: 80px;
  border-bottom: 2px solid #fff;
  background: #0B2867;
}
.header .main {
  position: relative;
  width: 1100px;
  height: inherit;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
}
.header .logo a,
.header .logo img {
  display: block;
}
.header .menu {
  float: right;
  height: inherit;
}
.header .menu ul {
  line-height: 80px;
  height: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .menu li {
  position: relative;
  display: inline-block;
}
.header .menu li.active,
.header .menu li:hover {
  background: #E04C14;
}
.header .menu li.active::after,
.header .menu li:hover::after {
  color: #fff;
}
.header .menu li:first-child::after {
  display: none;
}
.header .menu li::after {
  position: absolute;
  right: 6px;
  bottom: 0;
  content: '+';
  color: #3aa8e6;
}
.header .menu a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
}
.header .tel {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: -74px;
  height: 72px;
  text-align: center;
  color: #fff;
  background: #000;
}
.header .tel .item {
  width: 120px;
  height: 36px;
}
.header .tel .item-1 {
  background: #dccc18;
}
.header .tel .item-1::before {
  position: absolute;
  left: -40px;
  width: 40px;
  height: inherit;
  content: '';
  background: #e9d817 url(../images/tel.png) no-repeat center;
}
.header .tel .item-2 {
  background: #1d9ce3;
}
/* banner */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 167px;
}
.index .banner {
  height: 500px;
}
.banner .owl-theme-banner {
  position: absolute;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
}
.banner .owl-theme-banner .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner .owl-theme-banner .owl-controls .owl-page {
  vertical-align: top;
}
.banner .owl-theme-banner .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  margin: 5px 10px;
  opacity: .8;
  background: #fff;
}
.banner .owl-theme-banner .owl-controls .owl-page.active span {
  background: #0B2867;
}
.banner .owl-theme-banner .owl-pagination {
  height: 20px;
  margin-bottom: 26px;
}
.banner .owl-theme-banner2 {
  display: block;
}
/* wrapper */
.category {
  height: 60px;
  border-bottom: 1px solid #dbdbdb;
}
.category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category li {
  line-height: 60px;
  position: relative;
  display: inline-block;
  padding: 0 1.5em 0 1em;
}
.category li a {
  text-decoration: none;
  color: inherit;
}
.category li.active a,
.category li:hover a {
  color: #0B2867;
}
.category li::after {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  content: '|';
  color: #d4d4d4;
}
.category li:first-child {
  padding-left: 0;
}
.category li:last-child::after {
  display: none;
}
.category .main {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: inherit;
  margin: 0 auto;
}
.category .search {
  position: absolute;
  top: 21px;
  right: 0;
  width: 450px;
  height: 32px;
}
.category .search span{ width:auto; padding:0 5px; color:#0B2867; float:left;}
.category .search a {
  display: block;
  float: left;
  width: auto;
  height: 32px;
  padding:0 5px;
  cursor: pointer;
  text-decoration:none;
  color:#333;
}

.index .category li {
  padding: 0 .6em;
}
.index .category li:first-child {
  padding: 0;
}
.index .category li:nth-child(2) {
  padding-left: 0;
}
.index .category li::after {
  display: none;
}
/* wrap-about */
.wrap .content {
  font-size: 14px;
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding: 2em 0;
  color: #333;
}
.wrap .content > .pager {
  margin: 8px 0;
  text-align: center;
}
.wrap .content > .pager a {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding: 0 16px;
  text-decoration: none;
  color: #454545;
  border: 1px solid #e0e0e0;
}
.pagelist li{ display:inline; list-style:none;}
.wrap .content > .pager a.active,
.wrap .content > .pager a:hover {
  transition: all 0.2s ease-in-out;
  color: #fff;
  border-color: #0085cf;
  background: #0B2867;
}
.wrap .content > .line {
  margin-top: 32px;
  border-top: 1px solid #cdcdcd;
}
.wrap .content > .line a:hover {
  text-decoration: underline;
}
.wrap .content > .line ul {
  margin-bottom: 0;
  padding: 0;
  list-style: square;
}
.wrap .content > .line a {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  color: #333;
}
.wrap .plist {
  overflow: hidden;
  width: 1128px;
  margin-left: -15.33333333px;
}
.wrap .plist a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrap .plist img {
  display: block;
}
.wrap .plist .item {
  font-size: 16px;
  position: relative;
  float: left;
  overflow: hidden;
  width: 250px;
  height: 328px;
  margin: 0 15.33333333px;
  margin-bottom: 60px;
  transition: all 0.15s ease-in-out;
  text-align: center;
  border: 1px solid #eaeaea;
}
.wrap .plist .item:hover {
  border-color: #0B2867;
}
.wrap .plist .item:hover .title {
  color: #fff;
  background-color: #0B2867;
}
.ie8 .wrap .plist .item-4,
.ie8 .wrap .plist .item-8,
.ie8 .wrap .plist .item-12,
.ie8 .wrap .plist .item-16,
.ie8 .wrap .plist .item-20,
.ie8 .wrap .plist .item-24,
.ie8 .wrap .plist .item-28,
.ie8 .wrap .plist .item-32 {
  margin-right: 0;
}
.wrap .plist .thumb {
  padding: 9px;
  cursor: pointer;
}
.wrap .plist .thumb a {
  display: block;
}
.wrap .plist .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  margin: 0;
  transition: inherit;
  letter-spacing: normal;
  background: #E0E0E0;
}
.wrap .plist .title a {
  overflow: hidden;
  padding: 0 8px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}
.wrap .plist .item:nth-child(4n) {
  margin-right: 0;
}
/* wrap-index  */
.wrap-index .box-about {
  padding: 50px 0;
  background: #f4f4f4;
}
.wrap-index .box-about .main {
  width: 1100px;
  margin: 0 auto;
  white-space: nowrap;
}
.wrap-index .box-about .item {
  display: inline-block;
  overflow: hidden;
  width: 350px;
  height: 130px;
  margin-right: 20px;
  background: url(../images/index-about.png) no-repeat;
}
.wrap-index .box-about .item a {
  display: block;
  height: inherit;
  padding-top: 24px;
  padding-left: 24px;
  text-decoration: none;
  color: inherit;
}
.wrap-index .box-about .item h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 4px;
  color: #fff;
}
.wrap-index .box-about .item em {
  text-transform: uppercase;
}
.wrap-index .box-about .item-1 {
  background-color: #214265;
  background-position: top right;
}
.wrap-index .box-about .item-1 em {
  color: #fff697;
}
.wrap-index .box-about .item-2 {
  background-color: #E04C14;
  background-position: center right;
}
.wrap-index .box-about .item-2 em {
  color: #a3ffdd;
}
.wrap-index .box-about .item-3 {
  margin-right: 0;
  background-color: #9dbed0;
  background-position: bottom right;
}
.wrap-index .box-about .item-3 em {
  color: #c2e3f5;
}
.wrap-index .box-news {
  padding: 64px 0;
}
.wrap-index .box-news .main {
  width: 1100px;
  margin: 0 auto;
}
.wrap-index .box-news .main h2 {
  font-size: 24px;
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
}
.wrap-index .box-news .main h2::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 42px;
  height: 1px;
  content: '';
  background: #b8b8b8;
}
.wrap-index .box-product {
  padding: 64px 0;
}
.wrap-index .box-product .main {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}
.wrap-index .box-product .main h2 {
  font-size: 32px;
  position: relative;
  margin-top: 0;
  margin-bottom: 16px;
}
.wrap-index .box-product .plist .item {
  margin: 0;
}
.wrap-index .box-product .tbox {
  margin-bottom: 40px;
}
.wrap-index .box-product .tbox .note {
  font-size: 13px;
  display: inline-block;
  width: 720px;
  margin: 0;
  vertical-align: top;
  color: #666;
}
.wrap-index .box-product .gonav {
  line-height: 36px;
  float: right;
  width: 260px;
  height: 36px;
  margin-bottom: 1em;
  text-align: right;
}
.wrap-index .box-product .gonav a {
  display: inline-block;
  margin-left: 6px;
}
.wrap-index .box-product .gonav .go-prev,
.wrap-index .box-product .gonav .go-next {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background: url(../images/product-navigation.png) no-repeat;
}
.wrap-index .box-product .gonav .go-prev {
  background-position: 0 0;
}
.wrap-index .box-product .gonav .go-prev:hover {
  background-position: 0 -36px;
}
.wrap-index .box-product .gonav .go-next {
  background-position: -36px 0;
}
.wrap-index .box-product .gonav .go-next:hover {
  background-position: -36px -36px;
}
.wrap-index .box-product .gonav .go-more {
  width: 128px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #0B2867;
  border: 1px solid #0B2867;
  border-radius: 36px;
}
.wrap-index .owl-theme-news .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 13px;
  height: 23px;
  margin: 0;
  margin-top: -8px;
  padding: 0;
  background: url(../images/news-navigation.png) no-repeat;
}
.wrap-index .owl-theme-news .owl-controls .owl-buttons .owl-prev {
  left: -80px;
  background-position: 0 0;
}
.wrap-index .owl-theme-news .owl-controls .owl-buttons .owl-prev:hover {
  background-position: 0 -22px;
}
.wrap-index .owl-theme-news .owl-controls .owl-buttons .owl-next {
  right: -68px;
  background-position: -13px 0;
}
.wrap-index .owl-theme-news .owl-controls .owl-buttons .owl-next:hover {
  background-position: -13px -22px;
}
.wrap-index .owl-theme-news .owl-item .date {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 80px;
  display: inline-block;
  width: 140px;
  height: 80px;
  margin-right: 24px;
  vertical-align: middle;
  border-right: 1px solid #eaeaea;
}
.wrap-index .owl-theme-news .owl-item .date em {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #0B2867;
}
.wrap-index .owl-theme-news .owl-item .date span {
  color: #9e9e9e;
}
.wrap-index .owl-theme-news .owl-item .info {
  display: inline-block;
  width: 910px;
  vertical-align: middle;
}
.wrap-index .owl-theme-news .owl-item .title {
  margin: 0;
}
.wrap-index .owl-theme-news .owl-item .title a {
  text-decoration: none;
  color: inherit;
}
.wrap-index .owl-theme-news .owl-item .title a:hover {
  text-decoration: underline;
}
.wrap-index .owl-theme-news .owl-item .note {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap-index .owl-theme-product {
  display: block;
  width: 1128px;
 
  margin: 0;
}
.wrap-index .owl-theme-product .owl-controls {
  display: none !important;
}
/* wrap-about */
.wrap-about p {
  line-height: 2;
  margin-top: 0;
}
/* wrap-product */
.wrap-product .ueditor {
  padding-top: 2em;
  color: #666;
  border-bottom: 1px dashed #d2d2d2;
}
.wrap-product .ueditor h4 {
  font-size: 16px;
  margin: 0 0 1em 0;
  color: #333;
}
.wrap-product .ueditor-01 {
  display: inline-block;
  width: 500px;
  padding: 0;
  border: none;
}
.wrap-product .ueditor-01 h4 {
  color: #0B2867;
}
.wrap-product .ueditor-01 p {
  margin-bottom: 3em;
}
.wrap-product .ueditor-01 .tel {
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  background: #0B2867;
}
.wrap-product .ueditor-01 .tel i {
  position: absolute;
  width: 45px;
  height: inherit;
  background: #E04C14 url(../images/tel2.png) no-repeat center;
}
.wrap-product .ueditor-01 .tel span {
  padding-left: 56px;
  color: #b9dff4;
}
.wrap-product .ueditor-01 .tel em {
  color: #fff;
}
.wrap-product .content > .title {
  font-size: 30px;
  margin-top: 0;
}
/* wrap-news */
.wrap-news h1 {
  font-size: 18px;
  margin-top: 0;
}
.wrap-news .desc {
  color: #9a9a9a;
}
.wrap-news .desc span {
  padding-right: 2em;
}
.wrap-news .desc::before {
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border: 6px solid transparent;
  border-left-color: #bbb;
}
.wrap-news .ueditor {
  color: #666;
}
.wrap-news .nlist .top {
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #d2d2d2;
}
.wrap-news .nlist .top .thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 360px;
  height: 220px;
  margin-right: 40px;
}
.wrap-news .nlist .top .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.wrap-news .nlist .top .cover span {
  transition: all 0.25s ease-in-out;
}
.wrap-news .nlist .top .cover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-news .nlist .top .cover .paly {
  font-size: 20px;
  line-height: 220px;
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
}
.wrap-news .nlist .top .cover .line {
  position: absolute;
  top: 110px;
  width: 30px;
  height: 1px;
  opacity: 0;
  background: #fff;
}
.wrap-news .nlist .top .cover .line-left {
  left: 60px;
}
.wrap-news .nlist .top .cover .line-right {
  right: 60px;
}
.wrap-news .nlist .top .cover:hover .mask {
  background: rgba(0, 0, 0, 0.8);
}
.wrap-news .nlist .top .cover:hover .paly {
  top: 0;
  opacity: 1;
}
.wrap-news .nlist .top .cover:hover .line {
  opacity: 1;
}
.wrap-news .nlist .top .cover:hover .line-left {
  left: 100px;
}
.wrap-news .nlist .top .cover:hover .line-right {
  right: 100px;
}
.ie8 .wrap-news .nlist .top .cover,
.ie9 .wrap-news .nlist .top .cover {
  display: none;
}
.wrap-news .nlist .top .article {
  display: inline-block;
  width: 690px;
  vertical-align: top;
}
.wrap-news .nlist .top .more {
  line-height: 36px;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
  background: #0B2867;
}
.wrap-news .nlist .top .more:hover {
  background: #317ef3;
}
.wrap-news .nlist .top .note {
  max-height: 90px;
  -webkit-line-clamp: 4;
}
.wrap-news .nlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrap-news .nlist li {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d2d2d2;
}
.wrap-news .nlist li:last-child {
  margin-bottom: 60px;
}
.wrap-news .nlist h3 {
  margin-top: 0;
}
.wrap-news .nlist a {
  text-decoration: none;
  color: inherit;
}
.wrap-news .nlist a:hover {
  text-decoration: underline;
}
.wrap-news .nlist .note {
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* wrap-equipment */
.wrap-equipment .elist ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;

}
.wrap-equipment .elist li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 8px;
  text-align: center;
}
.wrap-equipment .elist li:nth-child(3n) {
  margin-right: 0;
}
.wrap-equipment .elist h3 {
  font-size: 1em;
}
.wrap-equipment .elist a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.wrap-equipment .elist a:hover {
  text-decoration: underline;
}
.wrap-equipment .elist img {
  display: block;
}
.wrap-equipment .elist .thumb {
  line-height: 220px;
  position: relative;
  height: 220px;
  cursor: pointer;
}
.wrap-equipment .elist .thumb a {
  display: block;
}
.wrap-equipment .elist .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-equipment .elist .cover span {
  transition: all 0.25s ease-in-out;
}
.wrap-equipment .elist .cover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-equipment .elist .cover .paly {
  font-size: 20px;
  line-height: 220px;
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
}
.wrap-equipment .elist .cover .line {
  position: absolute;
  top: 110px;
  width: 30px;
  height: 1px;
  opacity: 0;
  background: #fff;
}
.wrap-equipment .elist .cover .line-left {
  left: 60px;
}
.wrap-equipment .elist .cover .line-right {
  right: 60px;
}
.wrap-equipment .elist .cover:hover .mask {
  background: rgba(0, 0, 0, 0.8);
}
.wrap-equipment .elist .cover:hover .paly {
  top: 0;
  opacity: 1;
}
.wrap-equipment .elist .cover:hover .line {
  opacity: 1;
}
.wrap-equipment .elist .cover:hover .line-left {
  left: 100px;
}
.wrap-equipment .elist .cover:hover .line-right {
  right: 100px;
}
.ie8 .wrap-equipment .elist .cover,
.ie9 .wrap-equipment .elist .cover {
  display: none;
}
/* wrap-contact */
.wrap-contact h1 {
  font-size: 24px;
}
.wrap-contact a {
  color: inherit;
  text-decoration: none;
}
.wrap-contact a:hover {
  text-decoration: underline;
}
.wrap-contact .contact-info {
  display: inline-block;
  width: 40%;
}
.wrap-contact .contact-info p {
  color: #666;
}
.wrap-contact .contact-icon {
  display: inline-block;
  width: 58%;
  height: 200px;
  vertical-align: top;
  background: url(../images/contact.png) no-repeat center;
}
.wrap-contact .contact-map {
  height: 400px;
  margin-top: 2em;
  border: 1px solid #cdcdcd;
}
.wrap-feedback .feedback-left {
  display: inline-block;
  width: 48%;
}
.wrap-feedback .feedback-right {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
/* jcarousel-product  */
.jcarousel-product {
  display: inline-block;
  overflow: hidden;
  width: 595px;
  margin-bottom: 30px;
  vertical-align: top;
}
.jcarousel-product ul {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jcarousel-product img {
  display: block;
}
.jcarousel-product .stage {
  display: inline-block;
  vertical-align: top;
}
.jcarousel-product .stage {
  position: relative;
  width: 420px;
  height: 500px;
}
.jcarousel-product .stage .prev-stage,
.jcarousel-product .stage .next-stage {
  position: absolute;
  z-index: 999;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  cursor: pointer;
}
.jcarousel-product .stage .prev-stage.inactive,
.jcarousel-product .stage .next-stage.inactive {
  cursor: default;
}
.jcarousel-product .stage .prev-stage {
  left: 0;
}
.jcarousel-product .stage .next-stage {
  right: 0;
}
.jcarousel-product .stage .carousel-stage {
  overflow: hidden;
  width: 420px;
  height: 500px;
  border: 1px solid #eaeaea;
}
.jcarousel-product .stage .carousel-stage ul {
  width: 20000em;
}
.jcarousel-product .stage .carousel-stage li {
  float: left;
  overflow: hidden;
}
.jcarousel-product .navigation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 448px;
  margin-top: -8px;
  padding: 32px 0;
  vertical-align: top;
}
.jcarousel-product .navigation .prev-navigation,
.jcarousel-product .navigation .next-navigation {
  position: absolute;
  left: 50%;
  display: block;
  width: 86px;
  height: 32px;
  margin-left: -43px;
  cursor: pointer;
  background: url(../images/jcarousel.png) no-repeat;
}
.jcarousel-product .navigation .prev-navigation.inactive,
.jcarousel-product .navigation .next-navigation.inactive {
  cursor: default;
  opacity: .8;
}
.jcarousel-product .navigation .prev-navigation {
  top: 0;
  background-position: left top;
}
.jcarousel-product .navigation .prev-navigation:hover {
  background-position: right top;
}
.jcarousel-product .navigation .prev-navigation.inactive {
  background-position: left top;
}
.jcarousel-product .navigation .next-navigation {
  bottom: 0;
  background-position: left bottom;
}
.jcarousel-product .navigation .next-navigation:hover {
  background-position: right bottom;
}
.jcarousel-product .navigation .next-navigation.inactive {
  background-position: left bottom;
}
.jcarousel-product .navigation .carousel-navigation {
  overflow: hidden;
  width: 100%;
  height: 448px;
}
.jcarousel-product .navigation .carousel-navigation ul {
  width: 86px;
  margin: 0 auto;
}
.jcarousel-product .navigation .carousel-navigation li {
  float: none;
  padding: 5px 0;
  cursor: pointer;
}
.jcarousel-product .navigation .carousel-navigation li img {
  width: 84px;
  height: 100px;
  border: 1px solid #eaeaea;
}
.jcarousel-product .navigation .carousel-navigation li.active img {
  border-color: #0085cf;
}
/* feedback-form */
.feedback-form table {
  width: 98%;
  margin-top: 10px;
}
.feedback-form table td {
  color: #666;
  border: none !important;
}
.feedback-form table td:first-child {
  width: 100px;
  padding-right: 1em;
  text-align: right;
}
.feedback-form input,
.feedback-form textarea {
  line-height: 2;
  display: block;
  width: 100%;
  height: 28px;
  margin: 8px 0;
  padding-left: 6px;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #e5e5e5;
  outline: none;
}
.feedback-form input:focus,
.feedback-form textarea:focus {
  border-color: #2496e5;
  outline: none;
}
.feedback-form input:hover,
.feedback-form textarea:hover {
  border-color: #2496e5;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(36, 150, 229, 0.3);
}
.feedback-form textarea {
  height: 120px;
  max-height: 200px;
  resize: vertical;
}
.feedback-form .submit {
  font-size: 16px;
  line-height: 46px;
  display: inline-block;
  width: 170px;
  height: 46px;
  margin-top: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  color: #fff;
  border: none;
  background: rgb(11, 40, 103);
}
.ie8 .feedback-form .submit {
  background: #2496e5;
}
.feedback-form .submit:hover {
  text-decoration: none;
  background: #0B2867;
}
.feedback-form .submit.disabled {
  opacity: .8;
}
/* footer */
.footer {
  font-size: 14px;
  height: 100px;
  color: #fff;
  background: #444748;
}
.footer a {
  text-decoration: none;
  color: #96d9ff;
}
.footer .main {
  position: relative;
  overflow: hidden;
  width: 1100px;
  height: inherit;
  margin: 0 auto;
}
.footer .copyright {
  line-height: 40px;
  display: inline-block;
  margin: 0;
  margin-top: 15px;
}
.footer .copyright span {
  padding-right: 1em;
}
.footer .gotop {
  line-height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 76px;
  height: inherit;
  text-align: center;
  color: #F9F9F6;;
  background: #E04C14;
}
.footer .gotop span {
  line-height: 1.4;
  display: inline-block;
  width: 2.5em;
  vertical-align: middle;
  letter-spacing: 2px;
}
/*# sourceMappingURL=style.css.map */