@charset "utf-8";
/*
	默认样式
*/
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li {
  list-style-type: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a .none {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.contents {
  max-width: 1200px;
  margin: 0px auto;
}
.content {
  max-width: 1200px;
}
.site-container {
  padding-top: 182px;
}
.vertical-center {
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid-A {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.v-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pcOrphoneImg > img {
  width: 100%;
}
.pcOrphoneImg > img:first-child {
  display: block;
}
.pcOrphoneImg > img:nth-child(2) {
  display: none;
}
.box-v-c {
  -moz-box-align: center;
  /*Firefox*/
  -webkit-box-align: center;
  /*Safari,Opera,Chrome*/
  box-align: center;
}
.box-flex {
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: box;
}
.item-flex {
  -moz-box-flex: 1;
  /*Firefox*/
  -webkit-box-flex: 1;
  /*Safari,Opera,Chrome*/
  box-flex: 1;
}
.bgNone {
  background-color: inherit;
}
@media screen and (max-width: 992px) {
  .pcOrphoneImg > img:first-child {
    display: none;
  }
  .pcOrphoneImg > img:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 903px) {
  .site-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 903px) {
  .site-container {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .site-container {
    padding-top: 60px !important;
  }
}
/*
	头部
*/
#header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#header .navbar-toggle {
  display: none;
}
#header .header-top {
  background-color: #c83b37;
  height: 40px;
  position: relative;
}
#header .header-top > div {
  float: right;
  padding: 10px 0px;
}
#header .header-top > div a {
  line-height: 20px;
  padding: 0px 20px;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
#header .header-top > div a.icon {
  display: inline-block;
  padding: 0px 10px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#header .header-top > div .dropdown {
  display: inline-block;
}
#header .header-top > div .dropdown-menu {
  margin-top: 10px;
}
#header .header-top > div a.icon-in {
  background-image: url(../images/logo-1.png);
  margin-left: 20px;
}
#header .header-top > div a.icon-f {
  background-image: url(../images/logo-2.png);
}
#header .header-top > div a.icon-t {
  background-image: url(../images/logo-3.png);
}
#header .header-top > div a.icon-w {
  background-image: url(../images/logo-4.png);
  margin-right: 20px;
}
#header .header-top > div a.icon-c {
  background-image: url(../images/logo-5.png);
  margin-right: 20px;
}
#header .header-top > div a.br {
  border-right: solid 1px #fff;
}
#header .header-top .zhMain {
  min-width: 150px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #831d1b;
  height: 100%;
  text-align: center;
}
#header .header-top .zhMain a {
  cursor: pointer;
}
#header .header-top .zhMain .zh {
  padding: 0px;
}
#header .header-top .zhMain .dropdown-menu {
  min-width: inherit;
  background: inherit;
  margin: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0px;
}
#header .header-top .zhMain .dropdown-menu a {
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
}
#header .header-top .zhMain .dropdown-menu a:hover {
  background-color: #641615;
}
#header .header-top .zhMain:hover .dropdown-menu {
  display: block;
}
#header .header-top .zhMain:hover .zh:after {
  border-top: 0px;
  border-bottom: 6px solid #fff;
  margin-top: -3px;
}
#header .header-top .zh {
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: 'CenturyGothic';
  position: relative;
}
#header .header-top .zh span.caret {
  margin-top: -2px;
}
#header .header-top .zh:before {
  content: '';
  display: inline-block;
  background: url(../images/address.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 17px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -3px;
}
#header .header-top .zh:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #fff;
  vertical-align: middle;
  margin-left: 4px;
}
#header .header-con {
  height: 140px;
  max-width: 1200px;
  max-height: 140px;
  min-height: 60px;
  margin: 0px auto;
}
#header .header-con .navbar-collapse.collapse {
  height: 100% !important;
}
#header .header-con .nav.navbar-nav {
  height: 100%;
}
#header .header-con > div {
  padding: 0px;
  height: 100%;
}
#header .zh_en {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-en.png) no-repeat center;
  background-size: 28px;
}
.navbar-custom .logoDiv {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-custom .logoDiv a {
  bottom: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  background: url(../images/logo.png) no-repeat left;
  background-size: contain;
}
.navbar-custom .logoDiv img {
  height: 100%;
  width: auto;
  max-width: none;
}
.navbar-custom .navbar-nav > li > a {
  color: #3a3a3b;
  font-size: 14px;
  text-transform: Uppercase;
  padding: 0px 25px;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
}
.navbar-custom .navbar-toggle {
  border-color: #ddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-custom .navbar-toggle:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar-custom .navbar-toggle:active .icon-bar {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .navbar-custom .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1172px) {
  .navbar-custom .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 25px 5px;
  }
}
@media screen and (max-width: 903px) {
  #header .header-con {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px !important;
  }
  #header .header-top {
    display: none;
  }
  .navbar-custom .logoDiv {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #header .header-con {
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
    -moz-box-align: center;
    /*Firefox*/
    -webkit-box-align: center;
    /*Safari,Opera,Chrome*/
    box-align: center;
  }
  #header .header-con .navbar-header {
    -moz-box-flex: 1;
    /*Firefox*/
    -webkit-box-flex: 1;
    /*Safari,Opera,Chrome*/
    box-flex: 1;
  }
  #header .header-con .nav.navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header-con .nav.navbar-nav li {
    position: relative;
  }
  #header .header-con .nav.navbar-nav li.select:after {
    content: '';
    border-bottom: solid 4px #d23732;
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    background-color: #fff;
  }
  #header .header-con {
    padding-bottom: 0px;
    max-height: inherit;
    margin-left: -15px;
    margin-right: -15px;
    height: auto !important;
  }
  #header .header-con .navbar-header {
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
    -moz-box-align: center;
    /*Firefox*/
    -webkit-box-align: center;
    /*Safari,Opera,Chrome*/
    box-align: center;
    padding-left: 15px;
    padding-right: 5px;
  }
  #header .header-con .navbar-collapse.collapse {
    border-top: 1px solid rgba(221, 221, 221, 0.8);
    margin-top: 5px;
  }
  .navbar-custom .logoDiv {
    -moz-box-flex: 1;
    /*Firefox*/
    -webkit-box-flex: 1;
    /*Safari,Opera,Chrome*/
    box-flex: 1;
    height: 40px;
    position: relative;
  }
  .navbar-custom .logoDiv a {
    top: 0px;
    height: 100%;
  }
  .navbar-custom .navbar-nav > li > a {
    padding: 10px 15px;
  }
}
#header .forum-box {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#header .forum__inner {
  height: 100%;
  position: relative;
}
#header .forum__logo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/forum_ico.png) no-repeat right center;
  background-size: contain;
}
#header .header-con--small .forum-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #header .hide-sm {
    display: none;
  }
}
#header .show-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .show-sm {
    display: block;
  }
}
/*
	底部
*/
.qogDiv {
  background-color: #595959;
}
.qogDiv .qogDiv-list h3 {
  font-size: 30px;
  margin-bottom: 35px;
  color: #fff;
}
.qogDiv .qogDiv-list h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.qogDiv .qogDiv-list ul {
  margin-bottom: 25px;
}
.qogDiv .qogDiv-list li {
  margin-bottom: 5px;
}
.qogDiv .qogDiv-list li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}
.qogDiv .qogDiv-list .logo-list a {
  padding: 0px 15px;
}
#footer {
  padding: 35px 100px;
  background-color: #fff;
}
#footer a {
  color: #282b2c;
  font-size: 14px;
  line-height: 24px;
}
.footerAfter {
  position: relative;
}
.footerAfter:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -50px;
}
@media screen and (max-width: 992px) {
  .qogDiv .qogDiv-list > div {
    margin-bottom: 15px;
  }
  .qogDiv .qogDiv-list .set-text-left {
    text-align: left;
  }
  .qogDiv .qogDiv-list .set-text-right {
    text-align: right;
  }
  .qogDiv .qogDiv-list h3 {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
  }
  .qogDiv .qogDiv-list li a {
    font-size: 14px;
    line-height: 23px;
  }
  .qogDiv .qogDiv-list .logo-list {
    text-align: center;
  }
  .qogDiv .qogDiv-list .logo-list a {
    padding: 0px 10px;
  }
  .footerAfter:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 992px) {
  .qogDiv .qogDiv-list {
    -moz-box-align: center;
    /*Firefox*/
    -webkit-box-align: center;
    /*Safari,Opera,Chrome*/
    box-align: center;
    display: -moz-box;
    /*Firefox*/
    display: -webkit-box;
    /*Safari,Opera,Chrome*/
    display: box;
  }
  .qogDiv .qogDiv-list .set-text-left {
    text-align: right;
  }
  .qogDiv .qogDiv-list .set-text-right {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #footer > div {
    float: none !important;
    text-align: center;
  }
  #footer > div:first-child {
    margin-bottom: 15px;
  }
}
/*
	首页
*/
.banner {
  position: relative;
  background-color: #9d604e;
}
.banner img {
  width: 100%;
}
.banner .banner-text {
  position: absolute;
  top: 0px;
  padding-left: 100px;
  height: 100%;
}
.banner .banner-text p {
  font-size: 45px;
  color: #fff;
  margin-bottom: 15px;
  top: 50%;
  position: relative;
  margin-top: -15px;
}
.bgRed {
  background-color: #c83b37;
}
.bgRed .home-title h3 {
  color: #fff;
}
.bgRed .home-title h3:after {
  background-color: #aba8a8;
}
.home-con {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-con-min {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-title h3 {
  font-size: 42px;
  line-height: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: 5px;
}
.home-title h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 110px;
}
.home-con-text {
  padding-left: 50px;
}
.home-con-text .items {
  margin-bottom: 25px;
}
.home-con-text h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 28px;
}
.home-con-text h5 {
  color: #999696;
  font-size: 16px;
  line-height: 28px;
}
.home-con-text .home-con-bj p {
  float: left;
  max-width: 550px;
  margin-right: 30px;
}
.home-con-text .home-con-bj img {
  margin-bottom: 20px;
}
.home-con-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
.bgWhite {
  background-color: #fff;
}
.bgWhite .home-title h3 {
  color: #2a2d2e;
}
.bgWhite .home-title h3:after {
  background-color: #d23732;
}
.bgWhite .home-con-text p {
  color: #000000;
}
/*案例展示*/
.caseShow .case-title h3 {
  padding: 10px 0px;
}
.caseShow .case-title h3 img {
  height: 100%;
  width: auto;
}
.caseShow .lookCase-btn {
  font-size: 18px;
  color: #2a2d2e;
  display: inline-block;
  padding: 15px 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 2px #d23732;
  letter-spacing: 1px;
}
.caseShow .lookCase-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.caseShow .lookCase-btn:after {
  content: '';
  width: 20px;
  height: 12px;
  display: inline-block;
  background: url(../images/next-1.png) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.caseShow-list > div {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.caseShow-list > div img {
  width: 100%;
}
.caseShow-list > div:hover .hoverDiv {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.caseShow-list > div:hover .hoverDiv .clickHref {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.caseShow-list > div .hoverDiv {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 59, 55, 0.8);
  /* Center vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
}
.caseShow-list > div .hoverDiv img {
  max-width: 105px;
  margin-top: 30px;
}
.caseShow-list > div .hoverDiv p {
  font-size: 22px;
  color: #fff;
}
.caseShow-list > div .hoverDiv .clickHref {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 30px;
  background: url(../images/icon-next.png) no-repeat center;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}
/*  分享*/
.home-share {
  position: fixed;
  top: 0px;
  right: 0px;
  padding-right: 10px;
  height: 100%;
  z-index: 10;
  display: -moz-box;
  /*Firefox*/
  display: -webkit-box;
  /*Safari,Opera,Chrome*/
  display: box;
  -moz-box-align: center;
  /*Firefox*/
  -webkit-box-align: center;
  /*Safari,Opera,Chrome*/
  box-align: center;
}
.home-share .icon {
  background-repeat: no-repeat;
  background-position: center;
}
.home-share a.icon-in {
  background-image: url(../images/logo-1.png);
}
.home-share a.icon-f {
  background-image: url(../images/logo-2.png);
}
.home-share a.icon-t {
  background-image: url(../images/logo-3.png);
}
.home-share a.icon-w {
  background-image: url(../images/logo-4.png);
}
.home-share .dropdown-menu {
  left: inherit;
  right: 50px;
  margin-top: -100px;
}
.home-share a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #c83b37;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.home-share a:active,
.home-share a:hover {
  background-color: rgba(200, 59, 55, 0.6);
}
.home-share p {
  font-size: 14px;
  font-family: 'CenturyGothicbold';
  line-height: 30px;
}
/*注冊*/
.modal-su {
  top: 50%;
  margin-top: -238px;
}
.modal-res {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  position: relative;
}
.modal-res .close-res {
  font-size: 26px;
  font-family: 'RobotoSlabRegular';
  right: 0px;
  position: absolute;
  top: -50px;
  color: #fff;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  cursor: pointer;
}
.modal-res .dtR-head-text {
  font-family: 'RobotoSlabRegular';
}
.modal-res .dtR-head-text h3 {
  font-size: 33px;
  color: #262626;
  margin-bottom: 20px;
  height: 36px;
}
.modal-res .dtR-head-text h3 img {
  width: auto;
  height: 100%;
  margin-right: 10px;
  vertical-align: top;
}
.modal-res .dtR-head-text p {
  font-size: 16px;
  color: #5e6060;
  line-height: 21px;
  font-weight: bold;
}
.modal-res .dtR-form {
  padding: 20px 0px;
}
.modal-res .dtR-form > div {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: 'RobotoSlabRegular';
}
.modal-res .dtR-form > div input {
  margin: 0px;
  border: 0px;
  background-color: #cbcbcb;
  color: #262626;
  font-weight: bold;
  padding: 12px 15px;
  width: 100%;
  text-align: center;
}
.modal-res .dtR-form > div input::-moz-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input:-ms-input-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input::-webkit-input-placeholder {
  color: #262626;
  text-transform: Uppercase;
}
.modal-res .dtR-form > div input:focus {
  outline: 0px;
}
.modal-res .dtR-form > div .dtrReg-btn {
  background: url(../images/btn-reg.png) no-repeat 96%;
  display: block;
  color: #fff;
  background-color: #1f1f1f;
  padding: 20px 15px;
  text-align: center;
}
.modal-res .dtR-form > div .dtrReg-btn:active,
.modal-res .dtR-form > div .dtrReg-btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-res .dtr-f-text {
  font-size: 12px;
  font-family: 'CenturyGothicbold';
  color: #5e6060;
  line-height: 19px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .caseShow .case-title h3 {
    height: 75px;
  }
  .banner .banner-text p {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .home-title h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-text {
    padding-left: 15px;
  }
  .banner .banner-text p {
    font-size: 28px;
    display: inline;
    margin-bottom: 0px;
    line-height: 35px;
  }
  .home-con-text {
    padding-left: 15px;
  }
  .home-con-text h4 {
    font-size: 18px;
  }
  .home-con-text p {
    font-size: 14px;
  }
  .home-title h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .home-title h3:after {
    height: 2px;
    left: 50%;
    margin-left: -55px;
  }
  .home-con {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .home-con-min {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bgWhite .home-title h3 {
    height: 50px;
    padding-bottom: 20px;
  }
  .bgWhite .home-title h3 img {
    height: 100%;
  }
  .bgWhite .home-con-text p {
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .modal-su {
    width: 517px;
  }
  .modal-res {
    padding: 50px 85px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-text p {
    font-size: 24px;
    top: 30%;
  }
  .caseShow .case-title h3 {
    height: 65px;
  }
  .caseShow .lookCase-btn {
    padding: 15px 40px;
    font-size: 16px;
  }
  .caseShow .lookCase-btn:after {
    width: 15px;
  }
  .modal-res {
    padding: 20px 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .modal-res .dtR-head-text h3 {
    font-size: 26px;
    height: 30px;
  }
  .caseShow-list > div .hoverDiv img {
    max-width: 60px;
    margin-top: 15px;
  }
  .caseShow-list > div .hoverDiv p {
    font-size: 14px;
  }
  .caseShow-list > div .hoverDiv .clickHref {
    right: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
/*
	页面公共	
*/
/*
	页面集合
*/
/*conact*/
.officeAddress h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}
