@charset "UTF-8";
/* global.scss */
/*css reset code */
body {
  font-size: 12px;
}

html > body {
  font-size: 12px;
  font-family: "微软雅黑",Arial,"宋体";
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

html, body {
  width: 100%;
  margin: 0 auto;
}

/* global */
#Head {
  position: relative;
  width: 100%;
  height: 106px;
}

#Head .HeadBox {
  margin: 0 auto;
  width: 1220px;
  max-width: 100%;
  padding-top: 38px;
  background-color: #fff;
}

#Head .HeadBox .TabBox {
  width: 950px;
  margin: 0 auto;
}

#Head .HeadBox .TabBox .Logo {
  float: left;
}

#Head .HeadBox .TabBox .UrlList {
  float: left;
  width: 784px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
}

#Head .HeadBox .TabBox .UrlList a {
  display: inline-block;
  margin: 0 20px;
  color: #898989;
}

#Head .HeadBox .TabBox .UrlList a:hover {
  color: #666666;
}

#Head .HeadBox .TabBox .UrlList .on {
  color: #ea5404;
}

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

#Head .Contact {
  position: absolute;
  top: 38px;
  right: 89px;
}

#Big-img {
  width: 100%;
}

#Big-img img {
  width: 100%;
}

.shadow:after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background-image: url("../images/shadow.png");
}

#Bottom-img {
  width: 100%;
  padding: 71px 0 67px;
}

#Bottom-img img {
  max-width: 100%;
  margin: 0 auto;
}

#Footer {
  width: 100%;
}

#Footer:before {
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  background-color: #ea5404;
}

#Footer .FoorterBox {
  margin: 0 auto;
  width: 1074px;
  max-width: 100%;
  padding: 65px 0 100px;
}

/* global */
/* index */
#index-Case {
  width: 1080px;
  max-width: 100%;
  height: 204px;
  margin: 0 auto 40px;
  text-align: center;
}

#index-Case .Item {
  display: inline-block;
  margin: 0 35px;
  height: 204px;
  line-height: 204px;
}

#index-Case .Item img {
  display: inline-block;
  vertical-align: middle;
}

.index-Swiper {
  width: 100%;
  position: relative;
}

.index-Swiper img {
  width: 100%;
}

.index-Swiper .Swiper-container {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}

.index-Swiper .Swiper-container span {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin: 0 4px;
  cursor: pointer;
}

.index-Swiper .Swiper-container span.swiper-active-switch {
  background-color: #ea5404;
  cursor: default;
}

.index-Swiper .Swiper-container.Swiper-CaseSw {
  bottom: 184px;
}

.index-Swiper .Swiper-control {
  position: absolute;
  top: 45%;
  width: 100%;
  height: 36px;
}

.index-Swiper .Swiper-control .left, .index-Swiper .Swiper-control .right {
  width: 43px;
  height: 36px;
  cursor: pointer;
}

.index-Swiper .Swiper-control .left {
  float: left;
  background-image: url("../images/Swiper-left.png");
  margin-left: 5%;
}

.index-Swiper .Swiper-control .right {
  float: right;
  background-image: url("../images/Swiper-right.png");
  margin-right: 5%;
}

.index-Hint {
  width: 100%;
}

.index-Hint .Hint {
  height: 139px;
  width: 923px;
  margin: 0 auto;
}

.index-Hint .Hint .left {
  float: left;
  color: #595656;
}

.index-Hint .Hint .left h1 {
  font-size: 50px;
}

.index-Hint .Hint .left span {
  font-size: 20px;
}

.index-Hint .Hint .left .Text {
  margin-top: 20px;
  display: inline-block;
}

.index-Hint .Hint .right {
  float: right;
}

.index-Hint .Hint .right a {
  color: #919191;
  line-height: 139px;
}

/* index */
/* Case */
#Case-tab {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  background-color: #eeefef;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 99;
}

#Case-tab .TabBox {
  margin: 0 auto;
  width: 815px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}

#Case-tab .TabBox a {
  position: relative;
  display: inline-block;
  margin: 0 25px;
  color: #898989;
  font-size: 16px;
}

#Case-tab .TabBox a:hover {
  color: #666;
}

#Case-tab .TabBox .on {
  color: #ea5404;
}

#Case-List {
  padding: 64px 0 0;
}

#Case-List .Case-item {
  width: 1200px;
  margin: 0 auto;
}

#Case-List .Case-item img {
  width: 1200px;
}

#Case-List .Case-item .Hint {
  height: 139px;
  width: 1085px;
  margin: 0 auto 50px;
  padding: 0 77px 0 38px;
}

#Case-List .Case-item .Hint .left {
  float: left;
  color: #595656;
}

#Case-List .Case-item .Hint .left h1 {
  font-size: 50px;
}

#Case-List .Case-item .Hint .left span {
  font-size: 20px;
}

#Case-List .Case-item .Hint .left .Text {
  margin-top: 20px;
  display: inline-block;
}

#Case-List .Case-item .Hint .right {
  float: right;
}

#Case-List .Case-item .Hint .right a {
  color: #919191;
  line-height: 139px;
}

#Case-List .Case-item-miniBox {
  width: 1250px;
  margin: 0 auto 50px;
  text-align: center;
}

#Case-List .Case-item-miniBox .Case-item-mini {
  display: inline-block;
  width: 579px;
  margin: 0 22px 0;
}

#Case-List .Case-item-miniBox .Case-item-mini img {
  width: 579px;
  height: 346px;
}

#Case-List .Case-item-miniBox .Case-item-mini .Hint {
  height: 139px;
  width: 464px;
  margin: 0 auto 50px;
  padding: 0 77px 0 38px;
}

#Case-List .Case-item-miniBox .Case-item-mini .Hint .left {
  float: left;
  color: #595656;
}

#Case-List .Case-item-miniBox .Case-item-mini .Hint .left h1 {
  font-size: 50px;
}

#Case-List .Case-item-miniBox .Case-item-mini .Hint .left span {
  font-size: 20px;
}

#Case-List .Case-item-miniBox .Case-item-mini .Hint .left .Text {
  margin-top: 20px;
  display: inline-block;
}

#Case-List:after {
  margin-top: 41px;
}

/* Case */
/* About */
#About-introduce {
  width: 990px;
  margin: 0 auto;
  padding: 91px 0;
}

#About-introduce h1 {
  color: #595656;
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}

#About-introduce p {
  color: #595656;
  font-size: 16px;
  line-height: 1.8;
}

#About-brand {
  margin: 0 auto;
  width: 960px;
  padding: 93px 0 116px;
}

#About-brand .item {
  width: 100%;
}

#About-brand .item img {
  margin: 0 auto;
}

#About-brand .item h1 {
  font-size: 30px;
  color: #595656;
  text-align: center;
  margin-top: 20px;
}

#About-brand .item p {
  font-size: 16px;
  color: #595656;
  margin-top: 40px;
  line-height: 2;
}

#About-timer {
  padding: 181px 0 0;
}

#About-timer img {
  margin: 0 auto;
}

#About-timer:after {
  margin-top: 59px;
}

/* About */
/* Contact */
#Contact-introduce {
  padding: 114px 0 0;
}

#Contact-introduce h1 {
  color: #595656;
  font-size: 48px;
  text-align: center;
}

#Contact-introduce p {
  display: block;
  margin: 60px auto 0;
  width: 940px;
  font-size: 16px;
  color: #595656;
  line-height: 2;
}

#Contact-introduce img {
  margin: 36px auto 0;
}

#Contact-introduce:after {
  margin-top: 76px;
}

#Contact-info {
  width: 925px;
  padding: 115px 22px 62px 0;
  margin: 0 auto;
  position: relative;
}

#Contact-info h1 {
  font-size: 46px;
  color: #727171;
}

#Contact-info p {
  margin-top: 35px;
  margin-bottom: 100px;
  color: #9fa0a0;
  font-size: 20px;
  line-height: 1.8;
}

#Contact-info .box {
  margin-bottom: 30px;
}

#Contact-info .box h2 {
  display: inline-block;
  color: #595656;
  font-size: 30px;
  margin-right: 45px;
  vertical-align: middle;
}

#Contact-info .box img {
  display: inline-block;
  vertical-align: middle;
}

#Contact-info .box span {
  color: #898989;
  font-size: 18px;
  vertical-align: middle;
}

#Contact-info .Contact-info-img {
  position: absolute;
  right: 22px;
  bottom: 92px;
}

#Contact-answer {
  padding: 158px 0 0 0;
}

#Contact-answer .Box {
  width: 925px;
  margin: 0 auto;
}

#Contact-answer:after {
  margin-top: 117px;
}

#Contact-answer h1 {
  color: #595656;
  font-size: 46px;
  margin-bottom: 60px;
}

#Contact-answer a {
  color: #595656;
  font-size: 18px;
  line-height: 3;
}

#Contact-answer a:hover {
  text-decoration: underline;
}

/* Contact */
/* OurService */
#OurService-tab {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  background-color: #eeefef;
  position: absolute;
  top: 106px;
  left: 0;
}

#OurService-tab .TabBox {
  margin: 0 auto;
  width: 815px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}

#OurService-tab .TabBox a {
  position: relative;
  display: inline-block;
  margin: 0 25px;
  color: #898989;
  font-size: 16px;
}

#OurService-tab .TabBox a:hover {
  color: #666;
}

#OurService-tab .TabBox a:after {
  display: inline-block;
  content: '';
  text-align: center;
  width: 60px;
  height: 3px;
  background-color: #898989;
  position: absolute;
  bottom: 0;
  left: 28%;
}

#OurService-tab .TabBox .on {
  color: #ea5404;
}

#OurService-tab .TabBox .on:after {
  background-color: #ea5404;
}

#OurService-show {
  padding: 119px 0 0 0;
}

#OurService-show:after {
  margin-top: 90px;
}

#OurService-show img {
  margin: 0 auto;
}

#OurService-info .item {
  width: 940px;
  margin: 121px auto 0;
}

#OurService-info .item h1 {
  font-size: 48px;
  color: #595656;
  text-align: center;
}

#OurService-info .item p {
  margin-top: 80px;
  font-size: 16px;
  color: #858383;
  line-height: 1.9;
}

#OurService-info .item p span {
  display: inline-block;
}

#OurService-info .item p .main {
  margin-bottom: 40px;
}

#OurService-info .item p .title {
  color: #595656;
  font-weight: bold;
  font-size: 16px;
}

#OurService-info .item p .title-2 {
  color: #595656;
  font-weight: bold;
  font-size: 20px;
}

#OurService-info:after {
  margin-top: 144px;
}

.CaseDetail {
  width: 100%;
}

.CaseDetail::after {
  margin-top: 128px;
}

.CaseDetail img {
  display: block;
  margin: 0 auto 12px;
}
