@charset "UTF-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

@font-face {
  font-family: 'oswald';
  src: url("IMPACT_2.TTF");
}
.Slide {
  width: 100%;
  float: left;
}
.Slide img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  width: 100%;
  float: left;
  margin-top: -110px;
  position: relative;
}
.conBox_01 .wrapper {
  width: 1473px;
}
.conBox_01 .box {
  float: left;
  width: 100%;
  position: relative;
}
.conBox_01 .box .bg {
  width: 100%;
  float: left;
}
.conBox_01 .box .bg img {
  width: 100%;
}
.conBox_01 .box .data {
  position: absolute;
  top: 120px;
  width: 100%;
  padding: 0  130px;
}
.conBox_01 .box .data .form {
  float: left;
  padding: 0 30px;
  width: 100%;
}
.conBox_01 .box .data .form .fl {
  width: 945px;
  float: left;
  background: #f8652d;
  padding: 10px;
  border-radius: 5px;
}
.conBox_01 .box .data .form .name {
  float: left;
  width: 455px;
  position: relative;
}
.conBox_01 .box .data .form .phone {
  float: left;
  width: 455px;
  position: relative;
  margin-left: 10px;
}
.conBox_01 .box .data .form .verification {
  width: 245px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.conBox_01 .box .data .form .verification .but {
  background: #867c7c;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 14px;
  border-radius: 5px;
  right: 10px;
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
}
.conBox_01 .box .data .form .verification input {
  padding-left: 10px;
}
.conBox_01 .box .data .form .icon {
  position: absolute;
  top: 18px;
  left: 17px;
}
.conBox_01 .box .data .form input {
  line-height: 54px;
  height: 54px;
  background: none;
  border: 0px;
  width: 100%;
  padding-left: 35px;
  border: 1px solid #dcdcdc;
  background: #faf9f7;
  border-radius: 5px;
  outline: none;
}
.conBox_01 .box .data .form input:focus {
  border: 1px solid #f6b37f;
}
.conBox_01 .box .data .form button {
  background-image: linear-gradient(180deg, #f38a22 0%, #f95c30 100%);
  width: 190px;
  border: 0px;
  outline: none;
  float: right;
  line-height: 75px;
  height: 75px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 0 10px #ffc3ac;
}
.conBox_01 .box .data .form button:hover {
  box-shadow: 0 0 10px #e8552e;
}
.conBox_01 .box .data .infoBox {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_01 .box .data .infoBox .inlinebox {
  display: inline-block;
  margin-top: 30px;
}
.conBox_01 .box .data .infoBox .info {
  float: left;
}
.conBox_01 .box .data .infoBox .info span {
  margin: 0 5px;
}
.conBox_01 .box .data .infoBox .info em {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  font-family: 'oswald';
  font-weight: 500;
  margin-right: 5px;
}
.conBox_01 .box .data .infoBox .rollBox {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}
.conBox_01 .box .data .infoBox .rollBox .img {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.conBox_01 .box .data .infoBox .rollBox .roll {
  height: 20px;
  overflow: hidden;
  float: left;
}
.conBox_01 .box .data .infoBox .rollBox .roll em {
  color: #c69952;
}

.conBox_02 {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.conBox_02 .box_title {
  text-align: center;
}
.conBox_02 ul {
  width: 105%;
  float: left;
}
.conBox_02 ul li {
  width: 268px;
  float: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  margin-right: 40px;
  padding: 50px 20px;
  margin-top: 40px;
}
.conBox_02 ul li img {
  height: 90px;
}
.conBox_02 ul li h4 {
  font-size: 18px;
  color: #333;
}
.conBox_02 ul li p {
  margin-top: 10px;
  line-height: 1.8;
  height: 40px;
  color: #3d3d3d;
}

.conBox_03 {
  float: left;
  width: 100%;
  background: #fafafa;
  margin-top: 80px;
  padding: 70px 0;
}
.conBox_03 .box_title {
  text-align: center;
}
.conBox_03 ul {
  float: left;
  width: 100%;
  margin-top: 44px;
}
.conBox_03 ul li {
  width: 25%;
  float: left;
  position: relative;
}
.conBox_03 ul li .img {
  width: 100%;
  position: relative;
  float: left;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 ul li .img img {
  width: 100%;
}
.conBox_03 ul li .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  margin-top: -20px;
  padding: 0 30px;
  z-index: 999;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 ul li .title {
  float: left;
  width: 100%;
}
.conBox_03 ul li .title .num {
  float: left;
}
.conBox_03 ul li .title .text {
  font-size: 24px;
  float: left;
  color: #fff;
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
}
.conBox_03 ul li .title .text:before {
  border: 1px solid #fff;
  position: absolute;
  width: 1px;
  height: 40px;
  left: 0px;
  top: 0px;
  content: "";
  transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  /* IE 9 */
  -webkit-transform: rotate(14deg);
  /* Safari and Chrome */
  -o-transform: rotate(14deg);
  /* Opera */
  -moz-transform: rotate(14deg);
  /* Firefox */
}
.conBox_03 ul li .title .text p {
  font-size: 16px;
  color: #c0c0c0;
}
.conBox_03 ul li .desc {
  float: left;
  width: 100%;
  color: #fff;
  display: none;
  margin-top: 20px;
  line-height: 1.8;
}
.conBox_03 ul li:hover {
  position: relative;
  z-index: 999;
}
.conBox_03 ul li:hover .img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
  /* Opera */
  -moz-transform: scale(1.1);
  /* Firefox */
}
.conBox_03 ul li:hover .img:before {
  background-image: linear-gradient(to bottom, rgba(252, 96, 42, 0.8) 0%, rgba(242, 185, 144, 0.8) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 888;
}
.conBox_03 ul li:hover .img img {
  position: relative;
}
.conBox_03 ul li:hover .content {
  top: 130px;
}
.conBox_03 ul li:hover .content .desc {
  display: block;
}

.conBox_04 {
  float: left;
  padding: 85px 0 37px 0;
  width: 100%;
  background: url(../images/gtgs/img_16.jpg) no-repeat;
}
.conBox_04 .box_title {
  text-align: center;
}
.conBox_04 ul {
  margin-top: 70px;
  float: left;
  width: 100%;
}
.conBox_04 ul li {
  width: 33.3333%;
  padding: 0 20px;
  float: left;
  margin-bottom: 30px;
}
.conBox_04 ul li .block {
  background: #fff9f0;
  width: 100%;
  float: left;
  position: relative;
  height: 90px;
}
.conBox_04 ul li .block:before {
  content: "Q";
  width: 25px;
  height: 25px;
  background: #fd9f4b;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  color: #fff;
  top: 30px;
  z-index: 5;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
}
.conBox_04 ul li .block:after {
  background: rgba(253, 159, 75, 0.5);
  z-index: 4;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 25px;
  left: -20px;
}
.conBox_04 ul li .block .more {
  width: 48px;
  position: absolute;
  height: 100%;
  right: 0px;
  font-size: 16px;
  padding: 0 0px 0 10px;
  top: 0px;
  padding-top: 20px;
  overflow: hidden;
}
.conBox_04 ul li .block .more:before {
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0px;
  background: #f76f2a;
  top: -15px;
}
.conBox_04 ul li .block .more a {
  position: relative;
  display: block;
  color: #fff;
}
.conBox_04 ul li .block .title {
  line-height: 1.6;
  margin-top: 30px;
  float: left;
  width: 100%;
  padding: 0 30px 0 28px;
}

.conBox_05 {
  float: left;
  width: 100%;
  padding: 80px 0 80px 0;
  background: #fafafa;
}
.conBox_05 .box_title {
  float: left;
  width: 100%;
  text-align: center;
}
.conBox_05 .list {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.conBox_05 .list ul {
  width: 105%;
  float: left;
}
.conBox_05 .list li {
  width: 25%;
  float: left;
  text-align: center;
  background: #fff;
  width: 275px;
  margin-right: 30px;
  cursor: pointer;
}
.conBox_05 .list li .img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0  30px 0;
}
.conBox_05 .list li .text {
  color: #616161;
  line-height: 1.8;
}
.conBox_05 .list li .title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: url(../images/gszc/img-34.png) no-repeat;
  width: 130px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.conBox_05 .list li:hover {
  box-shadow: 0 0 10px #eae6e4;
}
.conBox_05 .list li:hover .title {
  background: url(../images/gszc/img-33.png) no-repeat;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=gshm.css.map */
