@charset "utf-8";



#main .section01 {
  padding: 105px 0;
  height: 350px;
  box-sizing: border-box;
  background: #ff6a00;
}

#main .section01 ul {
  margin: 0 auto;
  max-width: 1920px;
}

#main .section01 li {
  padding-left: 8.8%;
  float: left;
  position: relative;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}

#main .section01 li:nth-child(3) {
  font-size: 16px;
}

#main .section01 li:nth-child(1) {
  width: 36.7%;
}

#main .section01 li:nth-child(2) {
  width: 33%;
}

#main .section01 li>span {
  margin-bottom: -1px;
  display: block;
  font-family: "Century";
  font-size: 82px;
  font-weight: normal;
  line-height: 1.2;
}

#main .section01 li:nth-child(2)>span {
  margin-left: -10px;
}

#main .section01 li:nth-child(3)>span {
  margin: -8px 0 10px;
}

#main .section01 li img {
  margin-top: -14px;
  position: absolute;
  right: 43px;
  top: 50%;
  display: block;
}

#main .section01 li:nth-child(2) img {
  right: 26px;
}

#main .section02 {
  padding-bottom: 62px;
  background: #F5F5F5;
}

#main .section02>p {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

#main .section02>.title {
  margin-bottom: 22px;
  width: 0;
  height: 76px;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
  background: #000;
  box-sizing: border-box;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

#main .section02.active>.title {
  width: 100%;
}

#main .section02>.title p {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

#main .section02.active>p,
#main .section02.active>.title p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

#main .section02 .img {
  margin-right: 12px;
  text-align: center;
}

#main .section02>ul {
  margin: 0 auto;
  padding: 0 65px;
  position: relative;
  z-index: 1;
  max-width: 1600px;
}

#main .section02>ul>li {
  margin-bottom: 60px;
  padding: 40px;
  width: 50%;
  height: 420px;
  float: left;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #FFF;
  z-index: -10;
}

#main .section02>ul>li:before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #F46301;
  content: "";
  z-index: -2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section02>ul>li:hover:before {
  background: #fff;
}

#main .section02>ul>li:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/index/img06.png) no-repeat left bottom;
  content: "";
  z-index: -1;
  transition: all 0.3s;
}

#main .section02>ul>li:hover:after {
  right: -10px;
  background-image: url(../img/index/img06_on.png);
}

#main .section02>ul>.li02:before {
  background: #FDB200;
}

#main .section02>ul>.li02:after {
  background: url(../img/index/img07.png) no-repeat left bottom;
}

#main .section02>ul>.li02:hover:after {
  right: -20px;
  background-image: url(../img/index/img07_on.png);
}

#main .section02>ul>.li03:before {
  background: #ff6a00;
}

#main .section02>ul>.li03:after {
  background: url(../img/index/img08.png) no-repeat left bottom;
}

#main .section02>ul>.li03:hover:after {
  right: -20px;
  background-image: url(../img/index/img08_on.png);
}

#main .section02>ul>.li04:before {
  background: #2B52D3;
}

#main .section02>ul>.li04:after {
  background: url(../img/index/img09.png) no-repeat left bottom;
}

#main .section02>ul>.li04:hover:after {
  right: -20px;
  background-image: url(../img/index/img09_on.png);
}

#main .section02 li .title {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.1;
}

#main .section02>ul>li:nth-child(1) * {
  color: #F46301;
}

#main .section02>ul>li:nth-child(2) * {
  color: #FDB200;
}

#main .section02>ul>li:nth-child(3) * {
  color: #ff6a00;
}

#main .section02>ul>li:nth-child(4) * {
  color: #2B52D3;
}

#main .section02>ul>li a:hover {
  color: #fff;
}

#main .section02>ul>li .style01 a,
#main .section02>ul>li .style02 a {
  color: #fff;
}

#main .section02>ul>li .style01 a:hover,
#main .section02>ul>li .style02 a:hover {
  color: #F46301;
}

#main .section02>ul>li:nth-child(2) .style01 a:hover,
#main .section02>ul>li:nth-child(2) .style02 a:hover {
  color: #FDB200;
}

#main .section02>ul>li:nth-child(3) .style01 a:hover,
#main .section02>ul>li:nth-child(3) .style02 a:hover {
  color: #ff6a00;
}

#main .section02>ul>li:nth-child(4) .style01 a:hover,
#main .section02>ul>li:nth-child(4) .style02 a:hover {
  color: #2B52D3;
}


#main .section02 li .title>span {
  margin-top: 11px;
  display: block;
  font-size: 18px;
  color: #fff !important;
}

#main .section02 li .img {
  position: absolute;
  right: 55px;
  top: 42px;
}

#main .section02 li .arrow {
  position: absolute;
  right: 100px;
  bottom: 40px;
}

#main .section02 li ul {
  padding-top: 10px;
  position: absolute;
  left: 232px;
  top: 50%;
  display: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#main .section02 li:hover ul {
  display: block;
}

#main .section02 li:hover .title,
#main .section02 li:hover .arrow {
  display: none;
}

#main .section02 li:hover .img {
  background: url(../img/index/img02_on.png) no-repeat;
}

#main .section02 .li02:hover .img {
  background: url(../img/index/img03_on.png) no-repeat;
}

#main .section02 .li03:hover .img {
  background: url(../img/index/img04_on.png) no-repeat;
}

#main .section02 .li04:hover .img {
  background: url(../img/index/img05_on.png) no-repeat;
}

#main .section02 li:hover .img img {
  visibility: hidden;
}

#main .section02 li li {
  margin: 0 8px 10px 0;
  padding: 0 10px;
  float: left;
  color: #f46301;
  font-size: 16px;
  line-height: 28px;
  border: 2px solid #F46301;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}

#main .section02 li li.style01 {
  color: #fff;
  background-color: #F46301;
}

#main .section02 li li.style02 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  background-color: #F46301;
}

#main .section02 li li:hover {
  background-color: #F46301;
  color: #fff;
}

#main .section02 li li:hover a {
  color: #fff;
}

#main .section02 li li.style01:hover,
#main .section02 li li.style02:hover {
  border: 2px solid #F46301;
  color: #f46301;
  background-color: #FFF;
}

#main .section02 li li.style01:hover a,
#main .section02 li li.style02:hover a {
  color: #f46301;
}

#main .section02 .li02 li {
  color: #fdac00;
  border-color: #fdac00;
}

#main .section02 .li02 li.style01 {
  background-color: #fdac00;
}

#main .section02 .li02 li.style02 {
  background-color: #fdac00;
}

#main .section02 .li02 li:hover {
  background-color: #fdac00;
  color: #fff;
}

#main .section02 .li02 li:hover a {
  color: #fff;
}

#main .section02 .li02 li.style01:hover,
#main .section02 .li02 li.style02:hover {
  border: 2px solid #fdac00;
  color: #fdac00;
  background-color: #FFF;
}

#main .section02 .li02 li.style01:hover a,
#main .section02 .li02 li.style02:hover a {
  color: #fdac00;
}

#main .section02 .li03 li {
  color: #2241a7;
  border-color: #2241a7;
}

#main .section02 .li03 li.style01 {
  background-color: #2241a7;
}

#main .section02 .li03 li.style02 {
  background-color: #2241a7;
}

#main .section02 .li03 li:hover {
  background-color: #2241a7;
  color: #fff;
}

#main .section02 .li03 li.style01:hover,
#main .section02 .li03 li.style02:hover {
  border: 2px solid #2241a7;
  color: #2241a7;
  background-color: #FFF;
}

#main .section02 .li03 li.style01:hover a,
#main .section02 .li03 li.style02:hover a {
  color: #2241a7;
}

#main .section02 .li04 li {
  color: #2951d3;
  border-color: #2951d3;
}

#main .section02 .li04 li.style01 {
  background-color: #2951d3;
}

#main .section02 .li04 li.style02 {
  background-color: #2951d3;
}

#main .section02 .li04 li:hover {
  background-color: #2951d3;
  color: #fff;
}

#main .section02 .li04 li:hover a {
  color: #fff;
}

#main .section02 .li04 li.style01:hover,
#main .section02 .li04 li.style02:hover {
  border: 2px solid #2951d3;
  color: #2951d3;
  background-color: #FFF;
}

#main .section02 .li04 li.style01:hover a,
#main .section02 .li04 li.style02:hover a {
  color: #2951d3;
}

#main .section02 li .clear {
  clear: both;
}

#main .section08 {
  padding-bottom: 62px;
  background: #F5F5F5;
  display: none;
}

#main .section08>p {
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

#main .section08>.title {
  margin-bottom: 22px;
  width: 0;
  height: 76px;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
  background: #000;
  box-sizing: border-box;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

#main .section08.active>.title {
  width: 100%;
}

#main .section08>.title p {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

#main .section08.active>p,
#main .section08.active>.title p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

#main .section08 .img {
  margin-right: 12px;
  text-align: center;
}

#main .section08>ul {
  margin: 0 auto;
  padding: 0 65px;
  position: relative;
  z-index: 1;
  max-width: 1600px;
}

#main .section08>ul>li {
  overflow: hidden;
  margin-bottom: 60px;
  padding: 40px;
  width: 50%;
  height: 420px;
  float: left;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #FFF;
  z-index: -10;
}

#main .section08>ul>li:before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #F46301;
  content: "";
  z-index: -2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}




#main .section08>ul>li:hover:before {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#main .section08>ul>li.act2:before {
  right: 100%;
  transition: all 0.001s;
  -webkit-transition: all 0.001s;
}
#main .section08>ul>li.act3:before {
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section08>ul>li:after {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* background: url(../img/index/img06.png) no-repeat left bottom; */
  background-size: 13%;
  /* g */
  content: "";
  z-index: -1;
  transition: all 0.3s;
}

#main .section08>ul>li:hover:after {
  right: -10px;
  /* background-image: url(../img/index/img06_on.png); */
  background-size: 13%;
  /* g */
}

#main .section08>ul>.li02:before {
  background: #FDB200;
}

#main .section08>ul>.li02:after {
  /* background: url(../img/index/img07.png) no-repeat left bottom; */
  background-size: 19%;
  /* g */
}

#main .section08>ul>.li02:hover:after {
  right: -20px;
  /* background-image: url(../img/index/img07_on.png); */
  background-size: 19%;
  /* g */
}

#main .section08>ul>.li03:before {
  background: #ff6a00;
}

#main .section08>ul>.li03:after {
  /* background: url(../img/index/img08.png) no-repeat left bottom; */
  background-size: 19%;
  /* g */
}

#main .section08>ul>.li03:hover:after {
  right: -20px;
  /* background-image: url(../img/index/img08_on.png); */
  background-size: 19%;
  /* g */
}

#main .section08>ul>.li04:before {
  background: #2B52D3;
}

#main .section08>ul>.li04:after {
  /* background: url(../img/index/img09.png) no-repeat left bottom; */
  background-size: 19%;
  /* g */
}

#main .section08>ul>.li04:hover:after {
  right: -20px;
  /* background-image: url(../img/index/img09_on.png); */
  background-size: 19%;
  /* g */
}

#main .section08 li .title {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section08>ul>li:nth-child(1) * {
  color: #F46301;
}

#main .section08>ul>li:nth-child(2) * {
  color: #FDB200;
}

#main .section08>ul>li:nth-child(3) * {
  color: #ff6a00;
}

#main .section08>ul>li:nth-child(4) * {
  color: #2B52D3;
}

#main .section08>ul>li a:hover {
  color: #fff;
}

#main .section08>ul>li .style01 a,
#main .section08>ul>li .style02 a {
  color: #fff;
}

#main .section08>ul>li .style01 a:hover,
#main .section08>ul>li .style02 a:hover {
  color: #F46301;
}

#main .section08>ul>li:nth-child(2) .style01 a:hover,
#main .section08>ul>li:nth-child(2) .style02 a:hover {
  color: #FDB200;
}

#main .section08>ul>li:nth-child(3) .style01 a:hover,
#main .section08>ul>li:nth-child(3) .style02 a:hover {
  color: #ff6a00;
}

#main .section08>ul>li:nth-child(4) .style01 a:hover,
#main .section08>ul>li:nth-child(4) .style02 a:hover {
  color: #2B52D3;
}


#main .section08 li .title>span {
  margin-top: 11px;
  display: block;
  font-size: 18px;
  color: #fff !important;
}

#main .section08 li .b_img {
  position: absolute;
  right: 30px;
  /* g */
  top: 29px;
  /* g */
}

#main .section08 li .b_img.dddw {
  position: absolute;
  right: 0px;
  /* g */
  top: 29px;
  /* g */
}

#main .section08 li .b_img.dddw4 {
  position: absolute;
  right: 15px;
  /* g */
  top: 29px;
  /* g */
}

#main .section08 li .b_img .pr {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section08 li .b_img .pr *{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section08 li .b_img .o_img {
  width: 100%;
  height: 100%;
}

#main .section08 li .b_img .pr .fp {
  position: absolute;
  top: 0;
  left: 0;
}

#main .section08 li .arrow {
  position: absolute;
  right: 100px;
  bottom: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section08 li ul {
  /* padding-top: 10px;
  position: absolute; */
  /* left: 232px; */
  /* top: 50%; */
  /* display: none; */
  /* transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  pointer-events: none;

}

#main .section08 li:hover ul {
  /* display: block; */
  opacity: 1;
  pointer-events: visible;
}

#main .section08 li:hover .title,
#main .section08 li:hover .arrow {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
}

#main .section08 li:hover .b_img .pr img {
  opacity: 0;
}

#main .section08 li .b_img .pr .fp img {
  opacity: 0;
}

#main .section08 li:hover .b_img .pr .fp img {
  opacity: 1;
}

/* g */
/* #main .section08 li:hover .img {
  background: url(../img/index/four_11.png) no-repeat;
  position: absolute;
  top: 26px;
  right: 20px;
}

#main .section08 .li02:hover .img {
  background: url(../img/index/four_22.png) no-repeat;
  position: absolute;
  top: 38px;
  right: 76px;
}

#main .section08 .li03:hover .img {
  background: url(../img/index/four_33.png) no-repeat;
  position: absolute;
  top: 38px;
  right: 14px;
}

#main .section08 .li04:hover .img {
  background: url(../img/index/four_44.png) no-repeat;
  position: absolute;
  top: 13px;
  right: 32px;
} */

#main .section08 li:hover .img_new img {
  visibility: hidden;
}

#main .section08 li li {
  margin: 0 8px 10px 0;
  padding: 0 10px;
  float: left;
  color: #f46301;
  font-size: 16px;
  line-height: 28px;
  border: 2px solid #F46301;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}

#main .section08 li li.style01 {
  color: #fff;
  background-color: #F46301;
}

#main .section08 li li.style02 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  background-color: #F46301;
}

#main .section08 li li:hover {
  background-color: #F46301;
  color: #fff;
}

#main .section08 li li:hover a {
  color: #fff;
}

#main .section08 li li.style01:hover,
#main .section08 li li.style02:hover {
  border: 2px solid #F46301;
  color: #f46301;
  background-color: #FFF;
}

#main .section08 li li.style01:hover a,
#main .section08 li li.style02:hover a {
  color: #f46301;
}

#main .section08 .li02 li {
  color: #fdac00;
  border-color: #fdac00;
}

#main .section08 .li02 li.style01 {
  background-color: #fdac00;
}

#main .section08 .li02 li.style02 {
  background-color: #fdac00;
}

#main .section08 .li02 li:hover {
  background-color: #fdac00;
  color: #fff;
}

#main .section08 .li02 li:hover a {
  color: #fff;
}

#main .section08 .li02 li.style01:hover,
#main .section08 .li02 li.style02:hover {
  border: 2px solid #fdac00;
  color: #fdac00;
  background-color: #FFF;
}

#main .section08 .li02 li.style01:hover a,
#main .section08 .li02 li.style02:hover a {
  color: #fdac00;
}

#main .section08 .li03 li {
  color: #2241a7;
  border-color: #2241a7;
}

#main .section08 .li03 li.style01 {
  background-color: #2241a7;
}

#main .section08 .li03 li.style02 {
  background-color: #2241a7;
}

#main .section08 .li03 li:hover {
  background-color: #2241a7;
  color: #fff;
}

#main .section08 .li03 li.style01:hover,
#main .section08 .li03 li.style02:hover {
  border: 2px solid #2241a7;
  color: #2241a7;
  background-color: #FFF;
}

#main .section08 .li03 li.style01:hover a,
#main .section08 .li03 li.style02:hover a {
  color: #2241a7;
}

#main .section08 .li04 li {
  color: #2951d3;
  border-color: #2951d3;
}

#main .section08 .li04 li.style01 {
  background-color: #2951d3;
}

#main .section08 .li04 li.style02 {
  background-color: #2951d3;
}

#main .section08 .li04 li:hover {
  background-color: #2951d3;
  color: #fff;
}

#main .section08 .li04 li:hover a {
  color: #fff;
}

#main .section08 .li04 li.style01:hover,
#main .section08 .li04 li.style02:hover {
  border: 2px solid #2951d3;
  color: #2951d3;
  background-color: #FFF;
}

#main .section08 .li04 li.style01:hover a,
#main .section08 .li04 li.style02:hover a {
  color: #2951d3;
}

#main .section08 li .clear {
  clear: both;
}

#main .section03 {
  margin: 0 auto;
  padding: 107px 65px 150px;
  max-width: 1600px;
}

#main .section03 .title {
  margin-bottom: 72px;
  padding: 0 0 113px 20px;
  position: relative;
  color: #000;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

#main .section03 .title:before {
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}

#main .section03 .title.active:before {
  width: 100%;
}

#main .section03 .title img {
  margin: 0 auto 16px;
  padding-right: 28px;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section03 .title.active img {
  opacity: 1;
}

#main .section03 .title span {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

#main .section03 .title .txt02 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

#main .section03 .title.active span {
  opacity: 1;
}

#main .section03 .ttl {
  margin-bottom: 10px;
}

#main .section03 .ttl p {
  float: left;
  color: #000;
  font-size: 24px;
}

#main .section03 .ttl .tabNavi {
  margin-top: 4px;
  float: right;
  position: relative;
}

#main .section03 .ttl .tabNavim {
  display: none;
}

#main .section03 .ttl .tabNavim2 {
  display: none;
}

#main .section03 .ttl .tabNavi li {
  margin-left: 27px;
  float: left;
}

#main .section03 .ttl .tabNavi li a {
  padding: 0 10px 39px;
  display: block;
  color: #000;
  font-size: 14px;
}

#main .section03 .ttl .tabNavi li.line {
  margin: 0;
  width: 0;
  height: 2px;
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}



/* 首页曼妙动画模拟 */

#main .section03 li .sydh {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#main .section03 li .sydh .syhs {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

#main .section03 li .lbox_ff {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background: #000;
  z-index: 6;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section03 li:nth-child(2) .lbox_ff {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

#main .section03 li:nth-child(3) .lbox_ff {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

#main .section03 li:nth-child(4) .lbox_ff {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#main .section03 li:nth-child(5) .lbox_ff {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

#main .section03 li:nth-child(6) .lbox_ff {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#main .section03 li.act .lbox_ff {
  left: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}


/* 
#main .section03 .tabPanel li {
	padding: 0 0 40px;
	width: 33.3%;
	float: left;
}
#main .section03 .tabPanel li .img,
#main .section03 .tabPanel li .text {
	padding: 0 25px;
}
#main .section03 .tabPanel li a {
	display: block;
	position: relative;
}
#main .section03 .tabPanel li .img a {
	overflow: hidden;
}
#main .section03 .tabPanel li .img img {
	display: block;
	transition: all 0.4s;
}
#main .section03 .tabPanel li a:hover img {
	transform: scale(1.1);
}

#main .section03 .tabPanel li .img a > span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(34,65,167,0.95);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 .tabPanel li .img a:hover > span {
	visibility: visible;
	opacity: 1;
}
#main .section03 .tabPanel li .img a span span {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 65px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#main .section03 .tabPanel li .img a span span:before {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
#main .section03 .tabPanel li .img a span span:after {
	width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}
#main .section03 .tabPanel li .img a:hover span span:before,
#main .section03 .tabPanel li .img a:hover span span:after {
	width: 110px;
}
#main .section03 .tabPanel li .text {
	height: 80px;
}
#main .section03 .tabPanel li .text a {
	padding: 9px 7px;
	color: #999;
	font-size: 13px;
	line-height: 1.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../img/common/icon01.png) no-repeat right 15px top 57px;
}
#main .section03 .tabPanel li .text a:hover {
	background: url(../img/common/icon01.png) no-repeat right 10px top 57px;
}
#main .section03 .tabPanel li .text a span {
	display: block;
	color: #000;
	font-size: 18px;
}
#main .section03 .tabPanel .more {
	margin: 0 auto;
	padding: 36px 52px 0 0;
	width: 310px;
}
#main .section03 .tabPanel .more a {
	padding: 0 47px;
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 48px;
	border-radius: 27px;
	border: 3px solid #000;
	background: url(../img/common/icon02.png) no-repeat right 44px center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#main .section03 .tabPanel .more a:hover {
	border: 3px solid #000;
	background: #000 url(../img/common/icon02_over.png) no-repeat right 38px center;
	color: #fff;
}
#main .section03 .tabPanel.show {
	display: block !important;
} */



#main .section03 .tabPanel li {
  padding: 0 0 40px;
  width: calc(33.3% - 30px);
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 45px;
}

#main .section03 .tabPanel li:nth-child(3n) {
  margin-right: 0;
}

#main .section03 .tabPanel li .lbox2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .section03 .tabPanel li .lbox2 .lblank {
  width: 100%;
  height: 100%;
  background: #000;
}


#main .section03 .tabPanel li .img,
#main .section03 .tabPanel li .text {}

#main .section03 .tabPanel li .img {
  overflow: hidden;

}

#main .section03 .tabPanel li .img .imgbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

img {

  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}

#main .section03 .tabPanel li .img img {
  display: block;
  transition: transform 0.6s ease 0s;
  width: 100%;
}

#main .section03 .tabPanel li .img .imgbox>img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);

}

#main .section03 .tabPanel li:hover .img .imgbox>img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}


#main .section03 .tabPanel li .img .imgbox>span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 3;
}


#main .section03 .tabPanel li .img .imgbox>video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}



#main .section03 .tabPanel li .img .imgbox .videoImg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 5;
  transition: transform 0.3s ease 0s;
}

#main .section03 .tabPanel li:hover .img .imgbox .videoImg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}




#main .section03 .tabPanel li .img .imgbox .appImg {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  margin-top: -62px;
  left: 50%;
  margin-left: -62px;

  z-index: 5;
}

#main .section03 .tabPanel li:hover .img .imgbox>span {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);

}

#main .section03 .tabPanel li .img .imgbox span p {
  font-size: 18px;
}

#main .section03 .tabPanel li .img .imgbox span span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0;
  line-height: 26px;
  padding: 3px 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#main .section03 .tabPanel li .img .imgbox span span:before {
  /* width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s; */

  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
  top: 0;

}

#main .section03 .tabPanel li .img .imgbox span span:after {
  /* width: 10px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	content: "";
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;  */

  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
  bottom: 0;



}

#main .section03 .tabPanel li:hover .img .imgbox span span:before,
#main .section03 .tabPanel li:hover .img .imgbox span span:after {
  /* width: 60%; */
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;

}

#main .section03 .tabPanel li .text {
  height: 80px;
}

#main .section03 .tabPanel li .text {
  padding: 9px 15px;
  color: #999;
  font-size: 13px;
  line-height: 1.7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(../img/common/icon01.png) no-repeat right 15px top 57px;

}

#main .section03 .tabPanel li:hover .text {
  background: url(../img/common/icon01.png) no-repeat right 10px top 57px;
}

#main .section03 .tabPanel li .text span {
  display: block;
  color: #000;
  font-size: 18px;
}

#main .section03 .tabPanel .more {
  margin: 0 auto;
  padding: 36px 52px 0 0;
  width: 310px;
}

#main .section03 .tabPanel .more a {
  padding: 0 47px;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  border-radius: 27px;
  border: 3px solid #000;
  background: url(../img/common/icon02.png) no-repeat right 44px center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section03 .tabPanel .more a:hover {
  border: 3px solid #000;
  background: #000 url(../img/common/icon02_over.png) no-repeat right 38px center;
  color: #fff;
}


#main .section03 .tanbox {
  position: relative;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  overflow: hidden;
}

#main .section03 .tabPanel {
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
}

#main .section03 .tabPanel.show {
  opacity: 1;
  height: auto;
}



#main .section04 {
  padding: 140px 0 128px;
  background: #21242c;
}

#main .section04 .wrap {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 65px;
}

#main .section04 .title {
  margin-bottom: 122px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

#main .section04 .title:before {
  margin-left: -2px;
  width: 4px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: -74px;
  background: #fff;
  content: "";
}

#main .section04 .title span {
  margin-bottom: 18px;
  display: block;
  font-size: 34px;
  font-weight: bold;
}

#main .section04 li {
  margin: 0 5% 70px 0;
  width: 12%;
  float: left;
  position: relative;
}

#main .section04 li img {
  margin: 0 auto;
  display: block;max-width: 100%;
  /*	transition: all 0.3s;
	-webkit-transition: all 0.3s;
*/
}

#main .section04 li:nth-child(6n) {
  margin-right: 0;
}


/*#main .section04 li img:last-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);	
	visibility: hidden;
	opacity: 0;
}
#main .section04 li.on img {
	visibility: hidden;
	opacity: 0;
}
#main .section04 li.on img:last-child {
	visibility: visible;
	opacity: 1;
}
*/
#main .section04 .more {
  margin: 0 auto;
  width: 310px;
}

#main .section04 .more a {
  padding: 0 47px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  border-radius: 27px;
  border: 3px solid #fff;
  background: url(../img/common/icon05.png) no-repeat right 44px center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#main .section04 .more a:hover {
  border: 3px solid #fff;
  color: #ff6a00;
  background: #fff url(../img/common/icon05_over.png) no-repeat right 38px center;
}

#main .section05 {
  padding: 125px 65px 165px;
  background: #F3F3F3;
}

#main .section05 .wrap {
  margin: 0 auto;
  max-width: 1600px;
}

#main .section05 .title {
  margin-bottom: 60px;
}

#main .section05 .title span {
  display: block;
  float: left;
  color: #222;
  font-size: 24px;
}

#main .section05 .title a {
  margin: 13px 8px 0 0;
  display: block;
  float: right;
  color: #222;
  font-size: 14px;
}

#main .section05 ul {
  overflow: hidden;
}

#main .section05 .pc li {
  padding-right: 3.125%;
  width: 31.25%;
  float: left;
}

#main .section05 .sp li {
  width: 100%;
}

#main .section05 li:last-child {
  padding-right: 0;
}

#main .section05 li a {
  padding: 60px 72px 72px 78px;
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
}

#main .section05 li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border: 20px solid #ff6a00;
  box-sizing: border-box;
  content: "";
}

#main .section05 li a:hover:before {
  visibility: visible;
  opacity: 1;
}

#main .section05 li a .date {
  margin-bottom: 36px;
  display: block;
  color: #000;
  font-family: "Century";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}

#main .section05 li a .date span {
  display: block;
  font-size: 60px;
}

#main .section05 li a .img {
  margin-bottom: 23px;
  display: block;
  overflow: hidden;
}

#main .section05 li a .img img {
  transition: all 0.4s;
}

#main .section05 li a:hover .img img {
  transform: scale(1.1);
}

#main .section05 li a .txt {
  margin: 0 70px 30px 0;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}

#main .section05 li a .arrow {
  display: block;
}

#main .section05 li a:hover .arrow {
  background: url(../img/common/icon04.png) no-repeat center top;
}

#main .section05 li a:hover .arrow img {
  visibility: hidden;
}

#main .section06 {
  padding: 0 74px 0 20px;
  overflow: hidden;
  text-align: center;
  background: #FFD900;
}

#main .section06 .imgBox {
  margin: 0 auto;
  max-width: 1261px;
  height: 675px;
  position: relative;
}

#main .section06 .imgBox img {
  display: block;
  position: relative;
}

#main .section06 .imgBox .img01 {
  left: 0;
  top: 175px;
  position: absolute;
  z-index: 10;
  width: 196px;
  height: 194px;
  background: url(../img/index/sec06_img01.png) no-repeat center top;
  color: #000;
  text-align: center;
  line-height: 2;
  font-size: 22px;
  box-sizing: border-box;
  padding-top: 80px;
}

#main .section06 .imgBox .img02 {
  position: absolute;
  left: 35.4%;
  top: -84px;
  z-index: 10;
  width: 343px;
  height: 341px;
  background: url(../img/index/sec06_img02.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  box-sizing: border-box;
  padding-top: 160px;
}

#main .section06 .imgBox .img03 {
  position: absolute;
  left: 19.4%;
  bottom: -42px;
  z-index: 20;
  width: 404px;
  height: 404px;
  background: url(../img/index/sec06_img03.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  box-sizing: border-box;
  padding-top: 200px;
}

#main .section06 .imgBox .img04 {
  position: absolute;
  left: 57.1%;
  top: 293px;
  z-index: 5;
  width: 290px;
  height: 287px;
  background: url(../img/index/sec06_img04.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  box-sizing: border-box;
  padding-top: 140px;
}

#main .section06 .imgBox .img05 {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 21;
  z-index: 5;
  width: 315px;
  height: 312px;
  background: url(../img/index/sec06_img05.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 150px;
}



#main .section06 .imgBox .img06 {
  position: absolute;
  left: 54.3%;
  top: 210px;
  z-index: 21;
  width: 189px;
  height: 187px;
  background: url(../img/index/sec06_img06.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 75px;

}

#main .section06 .imgBox .img07 {
  position: absolute;
  left: 62%;
  top: 56px;
  z-index: 10;
  width: 197px;
  height: 196px;
  background: url(../img/index/sec06_img07.png) no-repeat center top;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 85px;


}




#main .section06 .imgBox  a {

  color: #fff;


}


/* #main .section06 .imgBox .img01 a,#main .section06 .imgBox .img05 a,#main .section06 .imgBox .img06 a,#main .section06 .imgBox .img07 a{color: #333;} */


#main .section06 .imgBox .img08 {
  position: absolute;
  left: 45.1%;
  top: 283px;
}

#main .section06 .imgBox .img09 {


  position: absolute;
  left: 35.3%;
  top: 211px;
}

#main .section06 .imgBox .img10 {
  position: absolute;
 

  left: 50%;
  bottom: -38px;
 
  z-index: 30;
}

#main .section07 {
  padding: 15px 60px;
  background: #2d2d2d;
}

#main .section07 .wrap {
  margin: 0 auto;
  max-width: 1600px;
}

#main .section07 dl {
  margin-top: 6px;
  float: left;
  font-size: 12px;
  line-height: 15px;

  width: calc(100% - 100px);
}

#main .section07 dt {
  margin-right: 22px;
  padding-right: 20px;
  float: left;
  color: #fff;
  font-weight: bold;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  width: 70px;
}

#main .section07 dd {
  float: left;
  width: calc(100% - 92px);

}

#main .section07 dd a {
  margin-right: 30px;
  padding-right: 30px;
  display: inline-block;
  border-right: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(16.66% - 30px);
  box-sizing: border-box;
  text-align: center;color: #fff;
}

#main .section07 a:hover {
  opacity: 0.7;
}

#main .section07 dd a:last-child {
  margin-right: 0;
  border-right: none;

}

#main .section07 .more {
  width: 80px;
  float: right;
}

#main .section07 .more a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #fff;
}

@media all and (min-width: 1201px) and (max-width: 1600px) {
  #main .section02 li ul {
    left: 152px;
  }

  #main .section08 li ul {
    /* left: 152px; */
    /* g */
  }

  #main .section03 .tabPanel {}

  #main .section03 .tabPanel li .img,
  #main .section03 .tabPanel li .text {}

  #main .section03 .tabPanel li .text {}

  #main .section05 li a {
    padding: 60px 50px 30px;
  }

  #main .section05 li a:before {
    border-width: 5px;
  }

  #main .section05 li a .txt {
    margin-right: 0;
    min-height: 42px;
    font-size: 16px;
  }



}

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}



@media(max-width: 1440px) {

  #main .section01 li {
    padding-left: 6%;
  }

  #main .section02>ul {
    padding: 0 100px;
  }

  #main .section08>ul {
    padding: 0 100px;
  }

  #main .section03 {
    padding: 20px 100px 150px;
  }

  #main .section04 .wrap {
    padding: 0 100px;
  }

  #main .section05 {
    padding: 125px 100px 105px;
  }

  #main .section07 {
    padding: 15px 100px;
  }



}

@media all and (min-width: 768px) and (max-width: 1200px) {
  #main .section08 {
    display: none;
  }

  #main .section02 {
    display: block;
  }

  /* dz */

  #main .section03 .tabPanel li .img .imgbox>video {
    display: none;
  }

  .padShow {
    display: block;
  }

  .padNone {
    display: none;
  }

  #main .section01 li {
    padding-left: 4%;
    width: 28% !important;
    font-size: 15px !important;
    letter-spacing: -0.5px;
  }

  #main .section01 li:first-child {
    width: 36% !important;
  }

  #main .section01 li:last-child {
    width: 36% !important;
  }

  #main .section01 li>span {
    font-size: 70px;
  }

  #main .section01 li img {
    margin-top: -18px;
    left: 90%;
    right: auto !important;
  }

  #main .section08 .img {
    margin: 0 auto;
    max-width: 90%;
  }

  #main .section02 .img {
    margin: 0 auto;
    max-width: 90%;
  }

  #main .section02 li .img {
    right: 15px;
  }

  #main .section02 li ul {
    left: 19%;
  }

  #main .section02>ul>li:hover:after {
    right: 0 !important;
  }

  #main .section08 li .img {
    right: 15px;
  }

  #main .section08 li ul {
    /* left: 19%; */
    /* g */
  }

  #main .section08>ul>li:hover:after {
    right: 0 !important;
  }

  #main .section08 li .b_img {
    position: absolute;
    right: -200px;
    /* g */
    top: auto;
    bottom: 10px;
    /* g */
  }

  #main .section08 li .b_img.dddw {
    position: absolute;
    right: -200px;
    /* g */
    top: auto;
    bottom: 0;
    /* g */
  }

  #main .section08 li .b_img.dddw4 {
    position: absolute;
    right: -200px;
    /* g */
    top: auto;
    bottom: 0;
    /* g */
  }

  #main .section08 li .b_img .pr {
    width: 40%;
    height: 40%;
    position: relative;
  }

  #main .section08 li .b_img .o_img {
    width: 100%;
    height: 100%;
  }




  /* dz */
  #main .section04 li {
    width: 22%;
    box-sizing: border-box;
    margin: 0 0 70px;
    overflow: hidden;
    box-sizing: border-box;
  }

  #main .section04 li:nth-child(3n-1) {
    margin: 0 17% 70px;
  }

  #main .section04 li:nth-child(5) {}

  #main .section05 li a {
    padding: 50px 20px;
  }

  #main .section05 li a:before {
    border-width: 5px;
  }

  #main .section05 li a .txt {
    margin-right: 0;
    min-height: 42px;
    font-size: 16px;
  }

  #main .section07 dd a:nth-child(2) {
    margin: 0;
    padding: 0;
    border: none;
  }

  #main .section07 dd a:nth-child(3),
  #main .section07 dd a:nth-child(4) {
    display: none;
  }

  #side {
    top: auto;
    bottom: 30px;
    transform: translate(0);
    -webkit-transform: translate(0)
  }



  #main .section03 .tabPanel li {
    width: calc(50% - 30px);
    margin: 0;
  }

  #main .section03 .tabPanel li:nth-child(2n) {
    float: right;
  }



}

@media all and (min-width: 0px) and (max-width: 767px) {
  /* #main .section08 {
    display: none;
  }

  #main .section02 {
    display: block;
  } */


  #main .section03 .tabPanel li .img .imgbox>video {
    display: none;
  }

  #main .section01 {
    padding: 38px 0 33px;
    height: auto;
  }

  #main .section01 li {
    padding: 0 0 8px;
    width: auto !important;
    float: none;
    font-size: 13px;
    text-align: center;
  }

  #main .section01 li>span {
    margin-bottom: 1px;
    font-size: 44px;
  }

  #main .section01 li img {
    margin: 10px auto 0;
    width: 15px;
    position: static;
    display: block;
  }

  #main .section01 li:last-child {
    font-size: 13px;
  }

  #main .section01 li:last-child span {
    margin: 0;
  }

  #main .section02 {
    padding-bottom: 40px;
  }

  #main .section02>p {
    margin: 0 20px 38px;
    font-size: 13px;
    line-height: 1.6;
  }

  #main .section02>.title {
    margin: 0 0 26px;
    height: 86px;
    font-size: 17px;
    line-height: 1.5;
  }

  #main .section02>.title p {
    padding: 17px 15px 18px;
  }

  #main .section02 .img {
    margin: 0 auto;
    width: 270px;
  }

  #main .section02>ul {
    padding: 0;
  }

  #main .section02>ul>li {
    margin: 0;
    padding: 20px 15px;
    width: auto;
    height: 230px;

    float: none;
  }

  #main .section02 li .title {
    font-size: 21px;
  }

  #main .section02 li .title span {
    margin-top: 3px;
    font-size: 12px;
  }

  #main .section02 li .img {
    width: 63px;
    right: 7px;
    top: 18px;
  }

  #main .section02 li .arrow {
    width: 28px;
    right: 24px;
    bottom: 20px;
  }

  #main .section02 li.li01:after {
    background-size: 65px auto !important;
    background-position: -3px bottom !important;
  }

  #main .section02 li.li02:after {
    margin-bottom: 18px;
    background-size: 85px auto !important;
    background-position: -6px bottom !important;
  }

  #main .section02 li.li03:after {
    background-size: 75px auto !important;
  }

  #main .section02 li.li04:after {
    background-size: 78px auto !important;
    background-position: -6px bottom !important;
  }

  #main .section02>ul>li:hover:after,
  #main .section02>ul>li.on:after {
    right: 0 !important;
  }

  #main .section02>ul>li.on:before {
    width: 0;
  }

  #main .section02 li.on ul {
    display: block;
  }

  #main .section02 li.on .title,
  #main .section02 li.on .arrow {
    display: none;
  }

  #main .section02 li.on .img {
    background: url(../img/index/img02_on.png) no-repeat;
  }

  #main .section02 .li02.on .img {
    background: url(../img/index/img03_on.png) no-repeat;
  }

  #main .section02 .li03.on .img {
    background: url(../img/index/img04_on.png) no-repeat;
  }

  #main .section02 .li04.on .img {
    background: url(../img/index/img05_on.png) no-repeat;
  }

  #main .section02 li.on .img img {
    visibility: hidden;
  }

  #main .section02 li li.on {
    background-color: #F46301;
    color: #fff;
  }

  #main .section02 li li.style01.on,
  #main .section02 li li.style02.on {
    border: 2px solid #F46301;
    color: #f46301;
    background-color: #FFF;
  }

  #main .section02 .li02 li.on {
    background-color: #fdac00;
    color: #fff;
  }

  #main .section02 .li02 li.style01.on,
  #main .section02 .li02 li.style02.on {
    border: 2px solid #fdac00;
    color: #fdac00;
    background-color: #FFF;
  }

  #main .section02 .li03 li.on {
    background-color: #2241a7;
    color: #fff;
  }

  #main .section02 .li03 li.style01.on,
  #main .section02 .li03 li.style02.on {
    border: 2px solid #2241a7;
    color: #2241a7;
    background-color: #FFF;
  }

  #main .section02 .li04 li.on {
    background-color: #2951d3;
    color: #fff;
  }

  #main .section02 .li04 li.style01.on,
  #main .section02 .li04 li.style02.on {
    border: 2px solid #2951d3;
    color: #2951d3;
    background-color: #FFF;
  }

  #main .section02 li ul {
    left: 17%;
  }

  #main .section02 li li {
    margin: 0 5px 7px 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 19px;
  }

  #main .section02 li li.style02 {
    font-size: 15px;
    line-height: 26px;
  }

  #main .section02 li .img {
    background-size: 100% auto !important;
  }

  #main .section08 {
    padding-bottom: 40px;
  }

  #main .section08>p {
    margin: 0 20px 38px;
    font-size: 13px;
    line-height: 1.6;
  }

  #main .section08>.title {
    margin: 0 0 26px;
    height: 86px;
    font-size: 17px;
    line-height: 1.5;
  }

  #main .section08>.title p {
    padding: 17px 15px 18px;
  }

  #main .section08 .img {
    margin: 0 auto;
    width: 270px;
  }

  #main .section08>ul {
    padding: 0;
  }

  #main .section08>ul>li {
    margin: 0;
    padding: 20px 15px;
    width: auto;
    height: 230px;
    float: none;
  }

  #main .section08>ul>li:hover:before{
    right: -100%;
  }

  #main .section08 li .title{max-height: 50px;}

  #main .section08 li:hover .title{max-height: 10px;overflow: hidden;}

  #main .section08 li .title {
    font-size: 21px;
  }

  #main .section08 li .title span {
    margin-top: 3px;
    font-size: 12px;
  }

  #main .section08 li .img {
    width: 63px;
    right: 7px;
    top: 18px;
  }

  #main .section08 li .arrow {
    width: 28px;
    right: 24px;
    bottom: 20px;
  }

  #main .section08 li.li01:after {
    background-size: 65px auto !important;
    background-position: -3px bottom !important;
  }

  #main .section08 li.li02:after {
    margin-bottom: 18px;
    background-size: 85px auto !important;
    background-position: -6px bottom !important;
  }

  #main .section08 li.li03:after {
    background-size: 75px auto !important;
  }

  #main .section08 li.li04:after {
    background-size: 78px auto !important;
    background-position: -6px bottom !important;
  }

  #main .section08>ul>li:hover:after,
  #main .section08>ul>li.on:after {
    right: 0 !important;
  }

  #main .section08>ul>li.on:before {
    width: 0;
  }

  #main .section08 li.on ul {
    display: block;
  }

  #main .section08 li.on .title,
  #main .section08 li.on .arrow {
    display: none;
  }

  #main .section08 li.on .img {
    background: url(../img/index/img02_on.png) no-repeat;
  }

  #main .section08 .li02.on .img {
    background: url(../img/index/img03_on.png) no-repeat;
  }

  #main .section08 .li03.on .img {
    background: url(../img/index/img04_on.png) no-repeat;
  }

  #main .section08 .li04.on .img {
    background: url(../img/index/img05_on.png) no-repeat;
  }

  #main .section08 li.on .img img {
    visibility: hidden;
  }

  #main .section08 li li.on {
    background-color: #F46301;
    color: #fff;
  }

  #main .section08 li li.style01.on,
  #main .section08 li li.style02.on {
    border: 2px solid #F46301;
    color: #f46301;
    background-color: #FFF;
  }

  #main .section08 .li02 li.on {
    background-color: #fdac00;
    color: #fff;
  }

  #main .section08 .li02 li.style01.on,
  #main .section08 .li02 li.style02.on {
    border: 2px solid #fdac00;
    color: #fdac00;
    background-color: #FFF;
  }

  #main .section08 .li03 li.on {
    background-color: #2241a7;
    color: #fff;
  }

  #main .section08 .li03 li.style01.on,
  #main .section08 .li03 li.style02.on {
    border: 2px solid #2241a7;
    color: #2241a7;
    background-color: #FFF;
  }

  #main .section08 .li04 li.on {
    background-color: #2951d3;
    color: #fff;
  }

  #main .section08 .li04 li.style01.on,
  #main .section08 .li04 li.style02.on {
    border: 2px solid #2951d3;
    color: #2951d3;
    background-color: #FFF;
  }

  #main .section08 li ul {
    left: 17%;
  }

  #main .section08 li .b_img {
    position: absolute;
    right: 0;
    /* g */
    top: auto;
    bottom: 10px;
    /* g */
  }

  #main .section08 li .b_img.dddw {
    position: absolute;
    right: 0;
    /* g */
    top: auto;
    bottom: 0;
    /* g */
  }

  #main .section08 li .b_img.dddw4 {
    position: absolute;
    right: 0;
    /* g */
    top: auto;
    bottom: 0;
    /* g */
  }

  #main .section08 li .b_img .pr {
    width: 50%;
    height: auto;
    position: relative;
    left: 50%;
  }

  #main .section08 li:hover .b_img .pr{
    width: 30%;
    left: 60%;
  }

  #main .section08 li .b_img .o_img {
    width: 100%;
    height: 100%;
  }

  #main .section08 li li {
    margin: 0 5px 7px 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 19px;
  }

  #main .section08 li li.style02 {
    font-size: 15px;
    line-height: 26px;
  }

  #main .section08 li .img {
    background-size: 100% auto !important;
  }

  #main .section03 {
    margin: 0 20px;
    padding: 57px 0 54px;
    position: relative;
  }

  #main .section03 .title {
    margin-bottom: 16px;
    padding: 0 0 80px 18px;
    font-size: 25px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
  }

  #main .section03 .title:before {
    height: 3px;
  }

  #main .section03 .title img {
    margin-bottom: 20px;
    width: 45px;
  }

  #main .section03 .ttl {
    margin-bottom: 2px;
  }

  #main .section03 .ttl p {
    float: none;
    font-size: 17px;
  }

  #main .section03 .ttl .tabNavi {
    margin: 10px 0px 20px 0;
    float: none;
    text-align: right;

  }

  #in_d1 {
    position: relative;
    top: -55px;
  }

  #main .section03 .ttl .tabNavi li {
    margin: 0 8px 0 0px;
    float: left;
    display: inline-block;
  }

  #main .section03 .ttl .tabNavi li a {
    padding: 0;
    font-size: 13px;
    border-bottom: 2px solid #fff;
  }

  #main .section03 .ttl .tabNavi li.on a {
    border-bottom: 2px solid #000;
  }

  #main .section03 .ttl .tabNavi li.line {
    display: none;
  }

  #main .section03 .tabPanel {
    margin: 0;

  }

  #main .section03 .tabPanel.show {}

  #main .section03 .tabPanel .item a {
    display: block;
    position: relative;
  }

  #main .section03 .tabPanel .item .img img {
    display: block;
  }

  #main .section03 .tabPanel .item .img a>span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(34, 65, 167, 0.95);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  #main .section03 .tabPanel .item .img a:hover>span {
    visibility: hidden;
    opacity: 0;
  }

  #main .section03 .tabPanel .item .img a span span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 65px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #main .section03 .tabPanel .item .img a span span:before {
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
  }

  #main .section03 .tabPanel .item .img a span span:after {
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
  }

  #main .section03 .tabPanel .item .img a:hover span span:before,
  #main .section03 .tabPanel .item .img a:hover span span:after {
    width: 110px;
  }

  #main .section03 .tabPanel .item .text a {
    padding: 8px 0;
    color: #999;
    font-size: 12px;
    line-height: 1.7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(../img/common/icon01.png) no-repeat right 7px top 42px;
    background-size: 40px auto !important;
  }

  #main .section03 .tabPanel .item .text a:hover {
    background: url(../img/common/icon01.png) no-repeat right 2px top 42px;
  }

  #main .section03 .tabPanel .item .text a span {
    display: block;
    color: #000;
    font-size: 17px;
  }

  #main .section03 .tabPanel .slick-dots {
    margin-top: 4px;
    text-align: center;
  }

  #main .section03 .tabPanel .slick-dots li {
    margin: 0 4px 0 3px;
    padding: 0;
    width: 5px;
    height: 5px;
    float: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ccc;
  }

  #main .section03 .tabPanel .slick-dots li.slick-active {
    border-color: #000;
    background: #000;
  }

  #main .section03 .tabPanel .slick-dots li button {
    display: none;
  }

  #main .section03 .tabPanel .more {
    margin: 0 auto;
    padding: 29px 0 0 0;
    width: 216px;
  }

  #main .section03 .tabPanel .more a {
    padding: 0 22px;
    border-width: 2px;
    font-size: 13px;
    line-height: 34px;
    background-position: right 20px center;
    background-size: 70px auto !important;
  }

  #main .section03 .tabPanel .more a:hover {
    background-position: right 15px center;
  }




  /* 0.0 */

  #main .section03 .tabPanel li {
    padding-bottom: 20px;
    width: 100%;
    float: none;
  }

  #main .section03 .tabPanel li .img,
  #main .section03 .tabPanel li .text {
    padding: 0;
    height: auto;
  }

  #main .section03 .tabPanel li .text {
    background: url(../img/common/icon01.png) no-repeat right 13px top 42px;
    padding: 8px 0;
    font-size: 12px;
  }

  #main .section03 .tabPanel li:hover .text {
    background: url(../img/common/icon01.png) no-repeat right 7px top 42px;
  }

  #main .section03 .tabPanel li .text a span {
    display: block;
    color: #000;
    font-size: 17px;
  }

  #main .section03 .tabPanel li .img a:hover>span {
    visibility: hidden;
    opacity: 0;
  }

  #main .section03 .tabPanel .more {
    margin: 0 auto;
    padding: 29px 0 0 0;
    width: 216px;
  }

  #main .section03 .tabPanel .more a {
    padding: 0 22px;
    border-width: 2px;
    font-size: 13px;
    line-height: 34px;
    background-position: right 20px center;
    background-size: 70px auto !important;
  }

  #main .section03 .tabPanel .more a:hover {
    background-position: right 15px center;
  }






  #main .section04 {
    padding: 80px 20px 36px;
  }

  #main .section04 .title {
    margin-bottom: 40px;
    font-size: 13px;
  }

  #main .section04 .title:before {
    width: 3px;
    height: 18px;
    top: -36px;
  }

  #main .section04 .title span {
    margin-bottom: 14px;
    font-size: 24px;
  }

  #main .section04 li {
    width: 33.33%;
    margin: 0 0 40px 0;
  }

  #main .section04 li:nth-child(2n) {}

  #main .section04 li:nth-child(2n+1) {}

  #main .section04 .wrap {
    padding: 0;
  }

  #main .section04 li img {
    margin: 0 auto;
    width: auto;
    width: 90%;
    display: block;
  }

  #main .section04 .sliderBox .slick-dots {
    margin-top: -15px;
    text-align: center;
  }

  #main .section04 .sliderBox .slick-dots li {
    margin: 0 4px;
    width: 5px;
    height: 5px;
    float: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #5067B9;
  }

  #main .section04 .sliderBox .slick-dots li.slick-active {
    border-color: #fff;
    background: #fff;
  }

  #main .section04 .sliderBox .slick-dots li button {
    display: none;
  }

  #main .section04 .more {
    display: none;
  }

  #main .section05 {
    padding: 36px 20px 31px;
  }

  #main .section05 .title {
    margin-bottom: 12px;
  }

  #main .section05 .title span {
    font-size: 17px;
  }

  #main .section05 .title a {
    margin-top: 5px;
    font-size: 13px;
  }

  #main .section05 li {
    padding: 0;
  }

  #main .section05 li a {
    padding: 43px 50px 60px;
  }

  #main .section05 li a:before {
    border-width: 10px !important;
  }

  #main .section05 li a .date {
    margin-bottom: 22px;
    font-size: 13px;
  }

  #main .section05 li a .date span {
    font-size: 40px;
  }

  #main .section05 li a .img {
    margin-bottom: 15px;
  }

  #main .section05 li a .txt {
    margin: 0 50px 45px 0;
    font-size: 13px;
  }

  #main .section05 li a .arrow {
    margin: 0 auto;
    width: 40px;
    background-size: 40px auto !important;
  }

  #main .section05 .slick-dots {
    margin-top: 16px;
    text-align: center;
  }

  #main .section05 .slick-dots li {
    margin: 0 4px;
    width: 5px;
    height: 5px;
    float: none !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #C2C2C2;
  }

  #main .section05 .slick-dots li.slick-active {
    border-color: #000;
    background: #000;
  }

  #main .section05 .slick-dots li button {
    display: none;
  }

  #main .section06 {
    padding: 0;
    position: relative;
  }

  #main .section06 .imgBox {
    height: auto;
  }

  #main .section06 .imgBox a{display: block;width: 100%;text-align: center;position: absolute;top: 45%;left: 0;font-size: 14px;}

  #main .section06 .imgBox .img01 {
    width: 63.6%;
    left: 11%;
    top: -8%;
    z-index: 1;
    background: none;
    height: auto;
    padding: 0;
  }



  #main .section06 .imgBox .img02 {
    width: 74.8%;
    left: -25%;
    top: auto;
    bottom: 10%;
    background: none;
    height: auto;
    padding-top: 0;
    padding: 0;
    z-index: 2;
  }



  #main .section06 .imgBox .img03 {

    width: 54.8%;
    left: auto;
    bottom: auto;
    right: -12%;
    top: 44%;
    background: none;
    height: auto;
    padding-top: 0;
    padding: 0;
    z-index: 3;
  }



  #main .section06 .imgBox .img04 {
    width: 30%;
    bottom: auto;
    left: 4%;
    top: 28%;
    background: none;
    height: auto;
    padding-top: 0;
    padding: 0;
    z-index: 4;
  }

  #main .section06 .imgBox .img05 {
    width: 35.1%;
    left: auto;
    bottom: auto;
    right: 0;
    top: 9%;
    z-index: 5;
    background: none;
    height: auto;
    padding: 0;
  }

  #main .section06 .imgBox .img06 {
    width: 32.3%;
    left: 63%;
    bottom: auto;
    top: 31%;
    background: none;
    height: auto;
    padding: 0;
    z-index: 6;
  }

  #main .section06 .imgBox .img07 {
    width: 36.6%;
    left: 40%;
    top: auto;
    bottom: 10%;
    background: none;
    height: auto;
    padding: 0;
    z-index: 7;
  }
  

  #main .section06 .imgBox .img08 {
    width: 116px;
    left: 34%;
    top: 36%;
    pointer-events: none;
    z-index: 8;
  }

  #main .section07 {
    display: none;
  }

  #main .section03 .ttl .tabNavi {
    display: none;
  }

  #main .section03 .ttl .tabNavim {
    display: block;
    position: relative;
    width: 100%;
  }

  #main .section03 .ttl .tabNavim2 {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }

  #main .section03 .ttl .tabNavim2 li a {
    padding: 0;
    line-height: 35px;
  }

  #main .section03 .ttl .tabNavim2 li {
    margin: 0 0 0 8px;
  }

  #main .section03 .ttl .tabNavim2.act {
    top: 52px;
    left: 0;
    z-index: 1001;
    opacity: 1;
  }


  #main .section03 .ttl .tabNavim2 li:nth-child(1) {
    margin-top: 0px;
  }





}