@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;
}
.Slide img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  width: 100%;
  float: left;
  background: #f7f8fa;
  position: relative;
}
.conBox_01 .box {
  background: #fff;
  float: left;
  margin-top: -80px;
  width: 100%;
  box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.1);
}
.conBox_01 .box .fl {
  width: 935px;
  background: url(../images/index/55.jpg);
}
.conBox_01 .box .fl .top {
  float: left;
  width: 100%;
}
.conBox_01 .box .fl .top .title {
  float: left;
}
.conBox_01 .box .fl .top .title img {
  height: 57px;
}
.conBox_01 .box .fl .top .p {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
  margin-left: 15px;
}
.conBox_01 .box .fl .top .p em {
  font-size: 20px;
  color: #333333;
}
.conBox_01 .box .fl .form {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 30px;
}
.conBox_01 .box .fl .form .small_title {
  padding: 15px 0;
}
.conBox_01 .box .fl .form .select {
  border: 1px solid #eeeeee;
  float: left;
  border-radius: 5px;
  height: 48px;
  background: #f2f2f2;
  width: 340px;
  padding-top: 7px;
}
.conBox_01 .box .fl .form .select .el-input__inner {
  background-color: #f2f2f2;
  width: 340px;
}
.conBox_01 .box .fl .form .input {
  float: left;
  margin-left: 25px;
  position: relative;
}
.conBox_01 .box .fl .form .input input {
  width: 360px;
  height: 48px;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 0 20px;
  border: 1px solid #eeeeee;
}
.conBox_01 .box .fl .form .input input:focus {
  border: 1px solid #ff6e00;
}
.conBox_01 .box .fl .form .input input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999999;
}
.conBox_01 .box .fl .form .input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999999;
}
.conBox_01 .box .fl .form .input input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999999;
}
.conBox_01 .box .fl .form .input input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999999;
}
.conBox_01 .box .fl .form .input .code {
  position: absolute;
  right: 8px;
  top: 10px;
  line-height: 28px;
  padding: 0px 9px 0px 9px;
  color: #de8745;
  font-size: 12px;
  cursor: pointer;
  background: #ffd9bd;
}
.conBox_01 .box .fl .form button {
  float: right;
  width: 146px;
  line-height: 44px;
  border: 0px;
  background: #ff6e00;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.conBox_01 .box .fl .swiper {
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.conBox_01 .box .fl .swiper .br {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.conBox_01 .box .fl .swiper .title {
  background-image: linear-gradient(45deg, #717487 0%, #6f8099 100%);
  color: #fff;
  border-radius: 5px 5px 0 5px;
  float: left;
  padding: 2px 8px 4px 8px;
  margin-top: 20px;
}
.conBox_01 .box .fl .swiper .swiperbox {
  width: 600px;
  float: left;
  height: 20px;
  overflow: hidden;
  margin-top: 24px;
  margin-left: 20px;
}
.conBox_01 .box .fl .swiper .swiper-container {
  float: left;
  width: 100%;
}
.conBox_01 .box .fl .swiper .swiper-container .swiper-slide em {
  color: #dba04c;
}
.conBox_01 .box .fr {
  width: 265px;
  background: #fcf9f7;
}
.conBox_01 .box .fr li {
  width: 50%;
  float: left;
  text-align: center;
  height: 112px;
}
.conBox_01 .box .fr li a {
  display: block;
  padding-top: 25px;
}
.conBox_01 .box .fr li p {
  margin-top: 10px;
}
.conBox_01 .box .fr li:hover {
  background: #fff;
}
.conBox_01 .box .fr li:hover a {
  color: #ff6e00;
}

.conBox_02 {
  float: left;
  width: 100%;
  padding: 80px 0 60px 0;
  background: #f7f8fa;
  position: relative;
}
.conBox_02:before {
  background: url(../images/index/9.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 329px;
  height: 497px;
  content: "";
}
.conBox_02:after {
  background: url(../images/index/7.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 329px;
  height: 497px;
  content: "";
}
.conBox_02 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_02 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  background: url(../images/index/text_01.png) top center no-repeat;
}
.conBox_02 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
}
.conBox_02 .box_title .title span em {
  color: #000;
}
.conBox_02 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_02 .tab {
  width: 100%;
  float: left;
  margin-top: 30px;
  position: relative;
}
.conBox_02 .tab .tab_title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_02 .tab .tab_title ul {
  width: 472px;
  height: 42px;
  display: inline-block;
  background: url(../images/index/tab_01.png) no-repeat;
}
.conBox_02 .tab .tab_title ul li {
  width: 50%;
  line-height: 40px;
  float: left;
  cursor: pointer;
}
.conBox_02 .tab .tab_title ul .on {
  color: #fff;
}
.conBox_02 .tab .tabContentbox {
  margin-top: 30px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.conBox_02 .tab .tabContent {
  float: left;
  width: 200%;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block {
  width: 1200px;
  float: left;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fl {
  width: 294px;
  float: left;
  position: relative;
}
.conBox_02 .tab .tabContent .block .fl a {
  display: block;
}
.conBox_02 .tab .tabContent .block .fl .text {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0px;
  padding: 0 40px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fl .text h4 {
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fl .text p {
  font-size: 13px;
  color: #808080;
  margin-top: 20px;
}
.conBox_02 .tab .tabContent .block .fl .text .more {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100px;
  height: 20px;
}
.conBox_02 .tab .tabContent .block .fl .text .more:before {
  width: 50px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fl .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.conBox_02 .tab .tabContent .block .fl:hover .text {
  top: 40px;
}
.conBox_02 .tab .tabContent .block .fl:hover .text h4 {
  font-size: 18px;
  color: #ff6e00;
}
.conBox_02 .tab .tabContent .block .fl:hover .text .more:before {
  width: 80px;
  background: #ff6e00;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fl:hover .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6e00;
}
.conBox_02 .tab .tabContent .block .fr {
  width: 906px;
}
.conBox_02 .tab .tabContent .block .fr li {
  width: 294px;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  position: relative;
}
.conBox_02 .tab .tabContent .block .fr li a {
  display: block;
}
.conBox_02 .tab .tabContent .block .fr li .text {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0px;
  padding: 0 30px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fr li .text h4 {
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fr li .text p {
  font-size: 13px;
  color: #808080;
  margin-top: 20px;
}
.conBox_02 .tab .tabContent .block .fr li .text .more {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100px;
  height: 20px;
}
.conBox_02 .tab .tabContent .block .fr li .text .more:before {
  width: 50px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fr li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.conBox_02 .tab .tabContent .block .fr li:hover .text {
  top: 30px;
}
.conBox_02 .tab .tabContent .block .fr li:hover .text h4 {
  font-size: 18px;
  color: #ff6e00;
}
.conBox_02 .tab .tabContent .block .fr li:hover .text .more:before {
  width: 80px;
  background: #ff6e00;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_02 .tab .tabContent .block .fr li:hover .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6e00;
}
.conBox_02 .tab .tabContent .block_on {
  display: block;
}
.conBox_02 .tab .bottom {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
}
.conBox_02 .tab .bottom .fl {
  padding: 20px 0;
  width: 900px;
}
.conBox_02 .tab .bottom .fl li {
  width: 33.3333%;
  float: left;
  height: 80px;
  border-right: 1px dotted #ccc;
}
.conBox_02 .tab .bottom .fl li a {
  display: block;
  padding: 0 30px;
  padding-top: 20px;
}
.conBox_02 .tab .bottom .fl li a:hover h4 {
  color: #ff6e00;
}
.conBox_02 .tab .bottom .fl li img {
  float: left;
}
.conBox_02 .tab .bottom .fl li .text {
  float: right;
  width: 180px;
}
.conBox_02 .tab .bottom .fl li .text h4 {
  font-size: 16px;
}
.conBox_02 .tab .bottom .fl li .text p {
  color: #808080;
  margin-top: 5px;
}
.conBox_02 .tab .bottom .fl li:last-child {
  border: 0px;
}
.conBox_02 .tab .bottom .fr {
  width: 300px;
  position: relative;
}
.conBox_02 .tab .bottom .fr img {
  width: 100%;
}
.conBox_02 .tab .bottom .fr p em {
  font-weight: bold;
}
.conBox_02 .tab .bottom .fr .text {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0px;
  text-align: center;
}
.conBox_02 .tab .bottom .fr .text a {
  background: #2f6dff;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}

.conBox_03 {
  float: left;
  width: 100%;
  padding: 80px 0 80px 0;
  background: #f7f8fa;
  position: relative;
  background: url(../images/index/8.jpg) no-repeat;
  background-size: cover;
}
.conBox_03 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_03 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  background: url(../images/index/text_02.png) top center no-repeat;
}
.conBox_03 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
}
.conBox_03 .box_title .title span em {
  color: #000;
}
.conBox_03 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_03 .tab {
  width: 100%;
  float: left;
  margin-top: 30px;
  position: relative;
}
.conBox_03 .tab .tab_title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_03 .tab .tab_title ul {
  width: 472px;
  height: 42px;
  display: inline-block;
  background: url(../images/index/tab_01.png) no-repeat;
}
.conBox_03 .tab .tab_title ul li {
  width: 50%;
  line-height: 40px;
  float: left;
  cursor: pointer;
}
.conBox_03 .tab .tab_title ul .on {
  color: #fff;
}
.conBox_03 .tab .tabContentbox {
  margin-top: 30px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.conBox_03 .tab .tabContent {
  float: left;
  width: 200%;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block {
  width: 1200px;
  float: left;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fl {
  width: 294px;
  float: left;
  position: relative;
}
.conBox_03 .tab .tabContent .block .fl a {
  display: block;
}
.conBox_03 .tab .tabContent .block .fl .text {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0px;
  padding: 0 40px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fl .text h4 {
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fl .text p {
  font-size: 13px;
  color: #808080;
  margin-top: 20px;
}
.conBox_03 .tab .tabContent .block .fl .text .more {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100px;
  height: 20px;
}
.conBox_03 .tab .tabContent .block .fl .text .more:before {
  width: 50px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fl .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.conBox_03 .tab .tabContent .block .fl:hover .text {
  top: 40px;
}
.conBox_03 .tab .tabContent .block .fl:hover .text h4 {
  font-size: 18px;
  color: #ff6e00;
}
.conBox_03 .tab .tabContent .block .fl:hover .text .more:before {
  width: 80px;
  background: #ff6e00;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fl:hover .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6e00;
}
.conBox_03 .tab .tabContent .block .fr {
  width: 906px;
}
.conBox_03 .tab .tabContent .block .fr li {
  width: 294px;
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  position: relative;
}
.conBox_03 .tab .tabContent .block .fr li a {
  display: block;
}
.conBox_03 .tab .tabContent .block .fr li .text {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0px;
  padding: 0 30px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fr li .text h4 {
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fr li .text p {
  font-size: 13px;
  color: #808080;
  margin-top: 20px;
}
.conBox_03 .tab .tabContent .block .fr li .text .more {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100px;
  height: 20px;
}
.conBox_03 .tab .tabContent .block .fr li .text .more:before {
  width: 50px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fr li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.conBox_03 .tab .tabContent .block .fr li:hover .text {
  top: 30px;
}
.conBox_03 .tab .tabContent .block .fr li:hover .text h4 {
  font-size: 18px;
  color: #ff6e00;
}
.conBox_03 .tab .tabContent .block .fr li:hover .text .more:before {
  width: 80px;
  background: #ff6e00;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_03 .tab .tabContent .block .fr li:hover .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6e00;
}
.conBox_03 .tab .tabContent .block_on {
  display: block;
}

.conBox_04 {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #f7f8fa;
  position: relative;
}
.conBox_04:before {
  background: url(../images/index/9.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 329px;
  height: 497px;
  content: "";
}
.conBox_04:after {
  background: url(../images/index/7.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 329px;
  height: 497px;
  content: "";
}
.conBox_04 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_04 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  background: url(../images/index/text_03.png) top center no-repeat;
}
.conBox_04 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
}
.conBox_04 .box_title .title span em {
  color: #000;
}
.conBox_04 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_04 .list {
  margin-top: 50px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
}
.conBox_04 .list ul {
  width: 1208px;
  float: left;
}
.conBox_04 .list li {
  width: 294px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  position: relative;
}
.conBox_04 .list li a {
  display: block;
}
.conBox_04 .list li .text {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0px;
  padding: 0 30px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_04 .list li .text h4 {
  font-size: 16px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_04 .list li .text p {
  font-size: 13px;
  color: #808080;
  margin-top: 20px;
}
.conBox_04 .list li .text .more {
  display: block;
  margin-top: 10px;
  position: relative;
  width: 100px;
  height: 20px;
}
.conBox_04 .list li .text .more:before {
  width: 50px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_04 .list li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.conBox_04 .list li:hover .text {
  top: 30px;
}
.conBox_04 .list li:hover .text h4 {
  font-size: 18px;
  color: #ff6e00;
}
.conBox_04 .list li:hover .text .more:before {
  width: 80px;
  background: #ff6e00;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_04 .list li:hover .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff6e00;
}
.conBox_04 .bottom {
  position: relative;
  width: 100%;
  float: left;
}
.conBox_04 .bottom img {
  position: relative;
  z-index: 99;
}
.conBox_04 .bottom a {
  right: 350px;
  position: absolute;
  line-height: 40px;
  top: 25px;
  display: inline-block;
  padding: 0 20px;
  background: #ff6e00;
  z-index: 100;
  line-height: 35px;
  color: #fff;
}

.conBox_05 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.conBox_05 .wrapper {
  position: relative;
}
.conBox_05 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_05 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  background: url(../images/index/text_04.png) top center no-repeat;
}
.conBox_05 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
  position: relative;
}
.conBox_05 .box_title .title span em {
  color: #000;
}
.conBox_05 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_05 .img {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  float: left;
}

.conbox_06 {
  float: left;
  width: 100%;
  padding: 70px 0 80px 0;
  background: #fff url(../images/xkz/Bg_23.gif) repeat-x;
}
.conbox_06 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.conbox_06 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conbox_06 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conbox_06 .box_title .title span em {
  color: #ff5928;
}
.conbox_06 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conbox_06 .list {
  width: 100%;
  float: left;
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}
.conbox_06 .list ul {
  width: 105%;
  float: left;
}
.conbox_06 .list li {
  float: left;
  background: #f6f7f9;
  width: 373px;
  margin-right: 20px;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  height: 175px;
  margin-bottom: 20px;
}
.conbox_06 .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_06 .list li .title em {
  position: absolute;
  left: -40px;
  width: 30px;
  background-image: linear-gradient(120deg, #f98659 0%, #f9885a 100%);
  border-radius: 0  30px 30px 0;
  text-align: center;
  color: #fff;
}
.conbox_06 .list li .text {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #80898e;
  line-height: 1.8;
  font-size: 14px;
}
.conbox_06 .list li:hover .title {
  color: #e9592e;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=index.css.map */
