@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%;
}

@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 {
  margin-top: 50px;
  float: left;
  width: 100%;
}
.conBox_01 .list ul {
  width: 105%;
  float: left;
}
.conBox_01 .list ul li {
  width: 275px;
  float: left;
  margin-right: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.conBox_01 .list ul li .img {
  width: 100%;
  float: left;
  position: relative;
}
.conBox_01 .list ul li .img img {
  width: 100%;
}
.conBox_01 .list ul li .img h4 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_01 .list ul li .img h4 em {
  line-height: 40px;
  background: rgba(241, 120, 22, 0.5);
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.conBox_01 .list ul li .desc {
  float: left;
  padding: 20px;
  color: #4c4c4c;
  text-align: center;
  height: 120px;
}
.conBox_01 .list ul li:hover .img h4 {
  bottom: 50%;
  margin-bottom: -30px;
}
.conBox_01 .list ul li:hover .img h4 em {
  width: auto;
}

.conBox_02 {
  float: left;
  padding: 0px 0 20px 0;
  width: 100%;
  background: url(../images/dljz/img_05.png) left 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 .tab {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 80px;
  height: 360px;
  background: url(../images/dljz/img_07.png) left no-repeat;
}
.conBox_02 .tab .tab_title {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: -40px;
}
.conBox_02 .tab .tab_title ul {
  display: inline-block;
}
.conBox_02 .tab .tab_title li {
  float: left;
  width: 325px;
  margin: 0 15px;
  padding: 15px 20px;
  height: 85px;
  text-align: center;
  background-image: linear-gradient(to bottom, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  transition: all .4s;
  -moz-transition: all .4s;
  /* Firefox 4 */
  -webkit-transition: all .4s;
  /* Safari 和 Chrome */
  -o-transition: all .4s;
  /* Opera */
}
.conBox_02 .tab .tab_title li h4 {
  font-size: 22px;
  color: #fff;
}
.conBox_02 .tab .tab_title li p {
  margin-top: 5px;
  color: #ffe4d8;
}
.conBox_02 .tab .tab_title li:hover {
  box-shadow: 0 14px 10px -10px rgba(238, 99, 36, 0.6);
  position: relative;
  margin-top: -10px;
}
.conBox_02 .tab .tab_title li a {
  display: block;
}
.conBox_02 .tab .tab_content {
  padding: 45px 85px;
  float: left;
  width: 100%;
}
.conBox_02 .tab .tab_content .small_title {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.conBox_02 .tab .tab_content .small_title:before {
  width: 6px;
  height: 17px;
  background-image: linear-gradient(to bottom, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
}
.conBox_02 .tab .tab_content ul {
  width: 115%;
  float: left;
}
.conBox_02 .tab .tab_content ul li {
  position: relative;
  float: left;
  margin-right: 85px;
  padding-left: 30px;
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
}
.conBox_02 .tab .tab_content ul li p {
  position: relative;
}
.conBox_02 .tab .tab_content ul li p:before {
  position: absolute;
  background: #333;
  content: "";
  bottom: -5px;
  content: "";
  height: 1px;
  width: 100%;
}
.conBox_02 .tab .tab_content ul li .num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0px;
  background-image: linear-gradient(to top, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
.conBox_02 .tab .tab_content ul li:hover {
  color: #e84f2f;
}
.conBox_02 .tab .tab_content ul li:hover p:before {
  background: #e84f2f;
}

.conBox_03 {
  float: left;
  padding: 70px 0 20px 0;
  width: 100%;
  background: url(../images/dljz/img_06.png) left top no-repeat;
}
.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;
  color: #fff;
}
.conBox_03 .box_title span em {
  color: #ff5928;
}
.conBox_03 ul {
  margin-top: 60px;
  float: left;
  width: 105%;
}
.conBox_03 ul li {
  width: 275px;
  float: left;
  position: relative;
  margin-right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.conBox_03 ul li img {
  width: 100%;
  display: block;
}
.conBox_03 ul li .text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: right;
  padding-right: 25px;
  right: 0px;
  font-size: 16px;
}
.conBox_03 ul li .text p {
  font-size: 14px;
  color: #7a7a7a;
}
.conBox_03 ul li:nth-child(1) .text {
  padding-right: 34px;
}
.conBox_03 ul li:nth-child(2) .text {
  padding-right: 15px;
}
.conBox_03 ul li:nth-child(3) .text {
  padding-right: 35px;
}
.conBox_03 ul li:nth-child(4) .text {
  padding-right: 0px;
  text-align: center;
  right: 30px;
  width: 150px;
}

.conBox_04 {
  float: left;
  padding: 70px 0 20px 0;
  width: 100%;
  background: url(../images/dljz/img_33.png) center no-repeat;
}
.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 {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.conBox_04 .list .one {
  width: 110%;
  float: left;
}
.conBox_04 .list .one li {
  margin-right: 90px;
  width: 215px;
  border-radius: 5px 5px 20px 5px;
  float: left;
  background: #fff;
  box-shadow: 0 10px 10px #f0f0f0;
  overflow: hidden;
  position: relative;
}
.conBox_04 .list .one li .num {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  font-family: 'oswald';
  font-weight: 500;
  position: absolute;
  font-style: italic;
  background: #fedd2d;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding-top: 45px;
  padding-left: 45px;
  left: -40px;
  top: -40px;
}
.conBox_04 .list .one li .text {
  margin-top: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.conBox_04 .list .one li .text h4 {
  font-size: 20px;
}
.conBox_04 .list .one li .text p {
  margin-top: 10px;
  color: #333;
}
.conBox_04 .list .one li .img {
  position: absolute;
  right: 30px;
  top: 30px;
}
.conBox_04 .list .one li:nth-child(even) {
  margin: -20px 90px -20px 0;
}
.conBox_04 .list .two {
  width: 105%;
  float: left;
  margin-top: 80px;
}
.conBox_04 .list .two li:nth-child(1) {
  margin-left: 60px;
}
.conBox_04 .list .two li {
  margin-left: 90px;
  width: 215px;
  border-radius: 5px 5px 20px 5px;
  float: left;
  background: #fff;
  box-shadow: 0 10px 10px #f0f0f0;
  overflow: hidden;
  position: relative;
}
.conBox_04 .list .two li .num {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  font-family: 'oswald';
  font-weight: 500;
  position: absolute;
  font-style: italic;
  background: #fedd2d;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding-top: 45px;
  padding-left: 45px;
  left: -40px;
  top: -40px;
}
.conBox_04 .list .two li .text {
  margin-top: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.conBox_04 .list .two li .text h4 {
  font-size: 20px;
}
.conBox_04 .list .two li .text p {
  margin-top: 10px;
  color: #333;
}
.conBox_04 .list .two li .img {
  position: absolute;
  right: 30px;
  top: 30px;
}
.conBox_04 .more {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 60px;
}
.conBox_04 .more a {
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 375px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  border-radius: 5px;
  box-shadow: 0 5px 7px rgba(249, 92, 48, 0.5);
}

.conBox_05 {
  float: left;
  padding: 30px 0;
  width: 100%;
  background: url(../images/dljz/img_35.jpg) no-repeat;
  margin-top: 60px;
}
.conBox_05 .img {
  float: left;
}
.conBox_05 .list {
  float: right;
  margin-top: 10px;
}
.conBox_05 .list li {
  float: left;
  text-align: center;
  margin: 0 35px;
  color: #fff;
}
.conBox_05 .list li h4 {
  font-size: 18px;
  margin-top: 20px;
}
.conBox_05 .list li p {
  color: #b4b8c2;
  margin-top: 20px;
}

.conBox_06 {
  float: left;
  padding: 110px 0 70px 0;
  width: 100%;
  background: #f7f7f7;
}
.conBox_06 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_06 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_06 .box_title span em {
  color: #ff5928;
}
.conBox_06 .list {
  margin-top: 50px;
  float: left;
}
.conBox_06 .list li {
  width: 25%;
  float: left;
  background: #fff;
  border-right: 2px solid #f7f7f7;
  cursor: pointer;
}
.conBox_06 .list li .explain {
  padding: 60px 20px;
  float: left;
  text-align: center;
  width: 100%;
}
.conBox_06 .list li .explain .img {
  width: 75px;
  height: 75px;
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  background-image: linear-gradient(20deg, #ff7f3d 0%, #ffac7b 100%);
}
.conBox_06 .list li .explain .img img {
  width: 100%;
}
.conBox_06 .list li .explain h4 {
  font-size: 20px;
  margin: 15px 0 10px 0;
}
.conBox_06 .list li .explain p {
  font-size: 14px;
}
.conBox_06 .list li .box {
  display: none;
}
.conBox_06 .list .hover {
  width: 50%;
}
.conBox_06 .list .hover .explain {
  padding-top: 25px;
  float: left;
  text-align: center;
  width: 100%;
  background: url(../images/dljz/img_34.jpg) no-repeat;
  height: 85px;
}
.conBox_06 .list .hover .explain .img {
  width: auto;
  height: auto;
  padding: 0px;
  border-radius: 50%;
  background-image: none;
  float: left;
  margin-left: 200px;
}
.conBox_06 .list .hover .explain .img img {
  width: auto;
}
.conBox_06 .list .hover .explain h4 {
  font-size: 26px;
  float: left;
  margin: 0px 0 0px 0;
  margin-left: 10px;
  color: #fff;
}
.conBox_06 .list .hover .explain p {
  font-size: 14px;
  display: none;
}
.conBox_06 .list .hover .box {
  display: block;
}
.conBox_06 .list .hover .box .block {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.conBox_06 .list .hover .box .block .fl {
  border-radius: 0 40px 40px 0;
  background: #433f3e;
  padding: 5px 10px;
  width: 55px;
  color: #fff;
  line-height: 1.2;
}
.conBox_06 .list .hover .box .block .fr {
  width: 530px;
  padding-right: 20px;
}
.conBox_06 .list .hover .box .more {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
.conBox_06 .list .hover .box .more a {
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 245px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(249, 92, 48, 0.3);
}

.conbox_07 {
  float: left;
  width: 100%;
  padding: 70px 0 80px 0;
  background: #ffffff url(../images/dljz/img_31.jpg) no-repeat;
}
.conbox_07 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conbox_07 .box_title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conbox_07 .box_title span em {
  color: #ff5928;
}
.conbox_07 .list {
  width: 100%;
  float: left;
  margin-top: 25px;
  background: #fff;
  padding: 20px;
}
.conbox_07 .list ul {
  width: 105%;
  float: left;
}
.conbox_07 .list li {
  float: left;
  background: #f6f7f9;
  width: 373px;
  margin-right: 20px;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  height: 175px;
  margin-bottom: 20px;
}
.conbox_07 .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_07 .list li .title em {
  position: absolute;
  left: -40px;
  width: 30px;
  background: #433f3e;
  border-radius: 0  30px 30px 0;
  text-align: center;
  color: #fff;
}
.conbox_07 .list li .text {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #80898e;
  line-height: 1.8;
  font-size: 14px;
}
.conbox_07 .list li:hover .title {
  color: #e9592e;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=dljz.css.map */
