@charset "UTF-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

.Slide {
  width: 100%;
  float: left;
  position: relative;
  height: 480px;
}
.Slide .img {
  height: 480px;
  position: absolute;
  width: 100%;
  background: url("../images/gsbg/banner.jpg") center no-repeat;
}
.Slide img {
  width: 100%;
  height: 480px;
}
.Slide .form {
  float: left;
  width: 100%;
  background: #fff url(../images/gsbg/img_20.jpg);
  border-radius: 15px;
  padding: 30px 0;
  position: relative;
  margin-top: 350px;
}
.Slide .form .box_title {
  float: left;
  width: 175px;
  margin-left: -8px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #484a56;
  position: relative;
}
.Slide .form .box_title:after {
  width: 0;
  height: 0;
  border-top: 8px solid black;
  border-left: 8px solid transparent;
  position: absolute;
  left: 0px;
  bottom: -8px;
  content: "";
}
.Slide .form .box_title:before {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #484a56;
  position: absolute;
  right: -20px;
  top: 0px;
  content: "";
}
.Slide .form .select {
  float: left;
  margin-left: 40px;
}
.Slide .form .select .el-select {
  width: 325px;
}
.Slide .form .select .el-input input {
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #dee5ec;
}
.Slide .form .select .el-icon-arrow-up:before {
  top: -2px;
}
.Slide .form .select input::-webkit-input-placeholder {
  color: #666;
}
.Slide .form .select input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.Slide .form .select input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.Slide .form .select input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
.Slide .form .input {
  float: left;
  position: relative;
  margin-left: 20px;
}
.Slide .form .input .iconts {
  position: absolute;
  left: 10px;
  top: 15px;
}
.Slide .form .input .iconts img {
  width: 13px;
  height: auto;
}
.Slide .form .input .vcode {
  width: 225px;
}
.Slide .form .input input {
  width: 365px;
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #dee5ec;
  padding: 0 20px 0 35px;
}
.Slide .form .input .code {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #867c7c;
  padding: 7px 10px;
  font-size: 12px;
  color: #fff;
}
.Slide .form .input input:focus {
  border: 1px solid #ff6e00;
}
.Slide .form button {
  width: 245px;
  float: right;
  margin-right: 20px;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(180deg, #f38a22 0%, #f95c30 100%);
  border: 0px;
}

@font-face {
  font-family: 'oswald';
  src: url("IMPACT_2.TTF");
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  float: left;
  padding: 80px 0 100px 0;
  width: 100%;
}
.conBox_01 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_01 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_01 .box_title span em {
  color: #ff5928;
}
.conBox_01 .list {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 46px;
}
.conBox_01 .list ul {
  width: 105%;
  float: left;
}
.conBox_01 .list li {
  width: 285px;
  margin-right: 20px;
  background: #f4f4f4;
  float: left;
  position: relative;
}
.conBox_01 .list li img {
  width: 100%;
}
.conBox_01 .list li .img {
  position: relative;
  float: left;
  width: 100%;
}
.conBox_01 .list li .img em {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  float: left;
  padding: 0 20px;
  background: #3c3e51;
  margin-top: -30px;
  position: relative;
}
.conBox_01 .list li .desc {
  padding: 20px;
  float: left;
  width: 100%;
}

.conBox_02 {
  float: left;
  padding: 0px 0 60px 0;
  width: 100%;
  background: url(../images/gsbg/img_19.jpg) bottom no-repeat;
}
.conBox_02 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_02 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_02 .box_title span em {
  color: #ff5928;
}
.conBox_02 .img {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.conBox_02 .img img {
  width: 100%;
}
.conBox_02 ul {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 20px 20px -20px rgba(224, 238, 253, 0.9);
}
.conBox_02 ul li {
  width: 33.3333%;
  float: left;
  height: 170px;
  position: relative;
}
.conBox_02 ul li .bg {
  right: 20px;
  bottom: 20px;
  position: absolute;
}
.conBox_02 ul li .text {
  padding: 40px;
  float: left;
  width: 100%;
}
.conBox_02 ul li .text h4 {
  font-size: 20px;
  color: #1b1b31;
}
.conBox_02 ul li .text p {
  margin-top: 10px;
  color: #565960;
  font-size: 14px;
}
.conBox_02 ul li .text a {
  display: inline-block;
  border: 1px solid #a7a7a7;
  padding: 3px 5px;
  margin-top: 15px;
  color: #a7a7a7;
  border-radius: 5px;
}
.conBox_02 ul li:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.conBox_02 ul li:hover h4 {
  color: #f95d30;
}
.conBox_02 ul li:hover .text a {
  color: #f95d30;
  border-color: #f95d30;
}
.conBox_02 ul li:nth-child(1), .conBox_02 ul li:nth-child(2) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.conBox_02 ul li:nth-child(3) {
  border-bottom: 1px solid #eeeeee;
}
.conBox_02 ul li:nth-child(4), .conBox_02 ul li:nth-child(5) {
  border-right: 1px solid #eeeeee;
}

.conBox_03 {
  float: left;
  padding: 50px 0 00px 0;
  width: 100%;
}
.conBox_03 .wrapper {
  width: 1000px;
}
.conBox_03 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_03 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_03 .box_title span em {
  color: #ff5928;
}
.conBox_03 .img {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.conBox_gg {
  position: relative;
  width: 100%;
  float: left;
  height: 194px;
  background: url(../images/gsbg/img_15.jpg) center no-repeat;
}
.conBox_gg .box {
  position: relative;
  float: left;
  width: 100%;
}
.conBox_gg .box a {
  position: absolute;
  right: 0px;
  top: 110px;
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 125px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(249, 92, 48, 0.3);
}

.conBox_04 {
  float: left;
  padding: 70px 0 70px 0;
  width: 100%;
}
.conBox_04 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_04 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_04 .box_title span em {
  color: #ff5928;
}
.conBox_04 .list {
  width: 100%;
  float: left;
  margin-top: 40px;
  position: relative;
}
.conBox_04 .list li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.conBox_04 .list li:before {
  width: 200px;
  height: 1px;
  background: #e1efff;
  position: absolute;
  right: 0px;
  top: 50%;
}
.conBox_04 .list li h4 {
  font-size: 18px;
  margin-top: 20px;
}
.conBox_04 .list li p {
  margin-top: 10px;
}

.conBox_05 {
  float: left;
  width: 100%;
  padding: 80px 0 80px 0;
  background: #ffffff url(../images/gsbg/img_18.jpg) no-repeat;
}
.conBox_05 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_05 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_05 .box_title span em {
  color: #ff5928;
}
.conBox_05 .list {
  width: 100%;
  float: left;
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}
.conBox_05 .list ul {
  width: 105%;
  float: left;
}
.conBox_05 .list li {
  float: left;
  background: #f6f7f9;
  width: 373px;
  margin-right: 20px;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  height: 175px;
  margin-bottom: 20px;
}
.conBox_05 .list li .title {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.conBox_05 .list li .title em {
  position: absolute;
  left: -40px;
  width: 30px;
  background-image: linear-gradient(120deg, #6996f0 0%, #83adf9 100%);
  border-radius: 0  30px 30px 0;
  text-align: center;
  color: #fff;
}
.conBox_05 .list li .text {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #80898e;
  line-height: 1.8;
  font-size: 14px;
}
.conBox_05 .list li:hover .title {
  color: #e9592e;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=gsbg.css.map */
