﻿@charset "utf-8";



.bannerBox {
  position: relative;
}

.bannerBox .banner {
  position: relative;
}

.bannerBox .bannerImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner01.png) no-repeat center center;
  background-size: cover;
  z-index: 999;
}

.bannerBox .banner05 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner05.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.bannerBox .banner06 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner06.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.bannerBox .banner07 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner07.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.bannerBox .banner08 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner08.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.bannerBox .banner02 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner02.jpg) no-repeat center center;
  background-size: cover;
}

.bannerBox .banner03 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner03.jpg) no-repeat center center;
  background-size: cover;
}

.bannerBox .banner04 {
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner04.jpg) no-repeat center center;
  background-size: cover;
}

.bannerBox .banner05:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner05_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
  cursor: pointer;
}

.bannerBox .banner06:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner06_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
  cursor: pointer;
}

.bannerBox .swiper-slide.banner07:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner07_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
  cursor: pointer;
}



.bannerBox .banner08:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner08_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
  cursor: pointer;
}

.bannerBox .banner02:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner02_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
}

.bannerBox .banner03:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner03_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
}

.bannerBox .banner04:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 1;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(https://hansun.oss-cn-hangzhou.aliyuncs.com/68team/Banner/banner04_txt.png) no-repeat center center;
  background-size: cover;
  content: "";
}

.bannerBox .banner.active:before {
  top: 0;
  opacity: 1;
}

.bannerBox .swiper-slide-active.banner07:before {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  top: 0;
  opacity: 1;

}


.bannerBox .pages {
  margin-left: -110px;
  width: 230px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
}

@font-face {
  font-family: Century;
  src: url(../font/GOTHICB.eot);
  /* IE9 Compat Modes */
  src: url(../font/GOTHICB.eot?#iefix) format('embedded-opentype'),
    /* IE6-IE8 */
    url(../font/GOTHICB.woff) format('woff'),
    /* Modern Browsers */
    url(../font/GOTHICB.TTF) format('truetype');
  /* Safari, Android, iOS */
}

.bannerBox .pages p {
  margin-bottom: 2px;
  color: #ffe400;
  font-family: "Century";
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.bannerBox .pages p span {
  font-size: 48px;
}

.bannerBox .pages .arrows {
  padding: 17px 0;
  position: relative;
}

.bannerBox .pages .arrows .prev {
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
}

.bannerBox .pages .arrows .next {
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer;
}

.bannerBox .pages .arrows .line {
  margin: 0 auto;
  width: 160px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.bannerBox .pages .arrows .line span {
  width: 0;
  display: block;
  height: 1px;
  background: #fff;
}

#main .section01 {
  padding: 105px 0;
  height: 350px;
  box-sizing: border-box;
  background: #FFE400;
}

#main .section01 ul {
  margin: 0 auto;
  max-width: 1920px;
}

#main .section01 li {
  padding-left: 8.8%;
  float: left;
  position: relative;
  color: #000;
  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;
  /* width: 100px; */
}

#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.svg) 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.svg);
}

#main .section02>ul>.li02:before {
  background: #FDB200;
}

#main .section02>ul>.li02:after {
  background: url(../img/index/img07.svg) no-repeat left bottom;
}

#main .section02>ul>.li02:hover:after {
  right: -20px;
  background-image: url(../img/index/img07_on.svg);
}

#main .section02>ul>.li03:before {
  background: #2344A7;
}

#main .section02>ul>.li03:after {
  background: url(../img/index/img08.svg) no-repeat left bottom;
}

#main .section02>ul>.li03:hover:after {
  right: -20px;
  background-image: url(../img/index/img08_on.svg);
}

#main .section02>ul>.li04:before {
  background: #2B52D3;
}

#main .section02>ul>.li04:after {
  background: url(../img/index/img11.svg) no-repeat left bottom;
}

#main .section02>ul>.li04:hover:after {
  right: -20px;
  background-image: url(../img/index/img11_on.svg);
}

#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: #2344A7;
}

#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: #2344A7;
}

#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;
  background-size: cover !important;
}

#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.svg) no-repeat;
}

#main .section02 .li02:hover .img {
  background: url(../img/index/img03_on.svg) no-repeat;
}

#main .section02 .li03:hover .img {
  background: url(../img/index/img04_on.svg) no-repeat;
}

#main .section02 .li04:hover .img {
  background: url(../img/index/img05_on.svg) 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: #2344A7;
}

#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: #2344A7;
}

#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: #2344A7;
}

#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: 120px  65px 50px;
  max-width: 1600px;
  
  padding-top:50px;
}

#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 .intt1{position: relative; margin-bottom: 72px; padding:  0; position: relative; color: #000; font-size: 20px; line-height: 1.54; border-bottom: 4px solid rgba(0, 0, 0, 0);}

#main .section03 .intt1: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 .intt1.active:before{width: 100%;}

#main .section03 .intt1 .iox{}

#main .section03{padding-top:0;}

#main .section03 .intt1 .iox{display:flex;flex-direction: row-reverse;    justify-content: space-between;}

#main .section03 .intt1 .iox .img{float: right;width: 26.5%;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: .6s;
  -webkit-transition-delay: .7s;
  margin-right:9.25%;
}

#main .section03 .intt1 .iox .txt{max-width: 48.125%;float: left;margin-left:15.9375%;display:flex; flex-direction: column;
    justify-content: center;}

#main .section03 .intt1 .iox .txt .itt{
  font-size: 36px;
  line-height:46px;
  font-weight: bold;  
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#main .section03 .intt1 .iox .txt .itc{margin: 30px 0 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  font-size:18px;
  line-height: 28px;
  text-align:center;
}


#main .section03 .intt1 .iox .txt .itc a{color: #2241a7;}

#main .section03 .intt1 .iox .txt .itc a:hover{text-decoration: underline;}

#main .section03 .mo {width: 118px;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  display:none;
}
  
#main .section03 .mo a {padding: 0 ;color: #000;height: 40px;border-radius: 20px;border: 1px solid #000;transition: all 0.3s;-webkit-transition: all 0.3s;box-shadow: inset 0 0 0 black;display: flex;flex-flow: row wrap;justify-content: space-between;align-items: center;align-content: center;}
  
#main .section03 .mo a span {transition: all .5s;position: relative;z-index: 4;}
  
#main .section03 .mo a  s{display: block;width: 100%;height: 8px;background: url(../img/jt_ne0.png) no-repeat  center;background-size:32px auto;}

#main .section03 .mo a:hover {border: 1px solid #000;box-shadow: inset 0 0 0 25px black;}
  
#main .section03 .mo a:hover  span{color: #fff;  }
  
#main .section03 .mo a:hover  s{display: block;width: 100%;height: 8px;background: url(../img/jt_ne1.png) no-repeat  center;}
  

#main .section03 .intt1.active  .mo,#main .section03 .intt1.active  .iox .txt .itt,#main .section03 .intt1.active .iox .txt .itc{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

#main .section03 .intt1.active .iox .img{
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}



#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: 63px;
}

#main .section03 .ttl p {
  float: left;
  color: #000;
  font-size: 24px;
}
#main .section03 .ttl .type {
    float: left;
    padding: 0 10px 39px 25px;
    margin-top: 12px;
	font-size: 14px;
}
#main .section03 .ttl .type a{
	color:#a7a7a7;
}
#main .section03 .ttl .type s {
    height: 10px;
    width: 1px;
    background: #000;
    display: inline-block;
    margin: 0 7px;
}
#main .section03 .ttl .type a.act{
	color:#000;
}
#main .section03 .ttl .tabNavi {
  margin-top: 10px;
  float: right;
  position: relative;
  display:none;
}
#main .section03 .ttl .show{
	display:block;
}
#main .section03 .ttl .tabNavim {
  display: none;
}

#main .section03 .ttl .tabNavim2 {
  display: none;
}

#main .section03 .ttl .tabNavi li {
  margin-left: 33px;
  float: left;
}

#main .section03 .ttl .tabNavi li a {
  padding: 0;
  display: block;
  color: #000;
  font-size: 14px;
  position:relative;
  line-height: 2;
}


#main .section03 .ttl .tabNavi li.on a{
	color: #333;
}
#main .section03 .ttl .tabNavi li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
	left:0;
    width: 0;
    height: 2px;
    border-bottom: 2px solid #333;
    transition: all 0.4s;
	
}
#main .section03 .ttl .tabNavi li a:hover:before, #main .section03 .ttl .tabNavi li.on a:before {
    width: 100%;
	color: #333;
}




#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 .tabPanel {
  overflow: hidden;
}

/* 首页曼妙动画模拟 */

#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: all 0.4s;
  width: 100%;
}

#main .section03 .tabPanel li .img .imgbox>img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);

}

#main .section03 .tabPanel li:hover .img .imgbox>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


#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;
  display: none;
}


#main .section03 .tabPanel li .img .imgbox>video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}



#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: 14px;
  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: 14px;
  line-height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: url(../img/common/icon01.svg) no-repeat right 15px top 60px;
}

#main .section03 .tabPanel li:hover .text {
  background: url(../img/common/icon01.svg) no-repeat right 0px top 60px;
}

#main .section03 .tabPanel li .text span {
  display: block;
  color: #000;
  font-size: 18px;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/* #main .section03 .tabPanel li:hover .text,#main .section03 .tabPanel li:hover .text span{
  color: #2241a7;
} */

#main .section03 .tabPanel .more {
  margin: 0 auto;
  padding: 36px 52px 10px 0;
  width: 310px;
}

#main .section03 .tabPanel .more a {
  padding: 0 47px;
  color: #000;
  font-size: 16px;
  line-height: 46px;
  border-radius: 27px;
  border: 2px solid #000;
  /* background: url(../img/common/icon02.png) no-repeat right 44px center; */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-shadow: inset 0 0 0 black;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#main .section03 .tabPanel .more a span {
  transition: all .5s;
  position: relative;
  z-index: 4;
}

#main .section03 .tabPanel .more a  s{display: block;width: 105px;height: 8px;background: url(../img/common/icon02.svg) no-repeat  center;background-size: cover;}

#main .section03 .tabPanel .more a:hover {
  border: 2px solid #000;
  /* background: #000 url(../img/common/icon02_over.png) no-repeat right 38px center; */
  /* transform: scale(1.08); */
  box-shadow: inset 0 0 0 25px black;
}

#main .section03 .tabPanel .more a:hover  span{
  color: #fff;
}

#main .section03 .tabPanel .more a:hover  s{background: url(../img/common/icon02_over.svg) no-repeat  center;background-size: cover;}


#main .section03 .tanbox {
  position: relative;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  overflow: hidden;
}

#main .section03 .tabPanel {
  position: relative;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
}

#main .section03 .tabPanel.show {
  opacity: 1;
  height: auto;
}



#main .section04 {
  padding: 120px 0 ;
  background: #f9f9f9 url(../img/logo/hzbg.png) no-repeat top  center;
  background-size: cover;
}

#main .section04 .wrap {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 ;
}

#main .section04 .title {
  margin-bottom: 60px;
  position: relative;
  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: "";
  display: none;
}

#main .section04 .title span {
  margin-bottom: 18px;
  display: block;
  font-size: 34px;
  font-weight: bold;
}

#main .section04 *{
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}


#main .section04 .ul1{display: flex;flex-wrap: wrap;
}

#main .section04 li {
  width: 12.5%;
  position: relative;
  border: 1px solid #f0f1f1;
  background: #fff;

}

#main .section04 li img{display: block;width: 100%;}

.swiper1_1 {padding-bottom: 50px;}

.swiper1_1 .pagination1_1{bottom: 0;}

.swiper1_1 .pagination1_1 span{opacity: 1;width: 8px;height: 8px;margin: 0 9px !important;background: #e0e1e1;}

.swiper1_1 .pagination1_1 span.swiper-pagination-bullet-active{background: #000;}

.swiper1_1m{padding-bottom: 10px;}

.swiper1_1m .pagination1_1m{bottom: 0;}

.swiper1_1m .pagination1_1m span{opacity: 1;background: #45484F;}

.swiper1_1m .pagination1_1m span.swiper-pagination-bullet-active{background: #fff;}


#main .section04 li img {
  margin: 0 auto;
  display: block;
  /*	transition: all 0.3s;
	-webkit-transition: all 0.3s;
*/
}

#main .section04 li:nth-child(8n) {
  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: #2344A7;
  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 li {
  padding-right: 3.125%;
  width: 31.25%;
  float: left;
}

#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: 5px solid #2344A7;
  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 73px 0;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  text-align: left;
}

#main .section05 li a .arrow {
  display: block;
}

#main .section05 li a:hover .arrow {
  background: url(../img/common/icon04.svg) 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: #FFEA01;
}

#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: #010101;
  font-weight: bold;
  border-right: 2px solid #010101;
  box-sizing: border-box;
  width: 90px;
}

#main .section07 dd {
  float: left;
  width: calc(100% - 122px);

}

#main .section07 dd a {
  margin-right: 30px;
  padding-right: 30px;
  display: inline-block;
  border-right: 1px solid #010101;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(16.66% - 30px);
  box-sizing: border-box;
  text-align: center;
}

#main .section07 a:hover {
  opacity: 0.7;
}

#main .section07 dd a:last-child {
  margin-right: 0;
  border-right: none;

}

#main .section07 .more {
  width: 90px;
  float: right;
}

#main .section07 .more a {
  display: block;
  color: #010101;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #494949;

}

#main  .section10{
  display: block;
  width: 100%;
  height: 580px;
  background:url("../img/fc.gif")  center  no-repeat ;
  background-size: cover;
  background-attachment: fixed; 

}


#main  .section10 .wrap{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#main  .section10 .wrap .sbox{color: #fff;text-align: center;}


#main  .section10 .wrap .sbox .tt{font-size: 5vw;}



#main  .section10 .wrap .sbox .more {
  margin: 4.2vw auto 0;
  width: 310px;
}

#main  .section10 .wrap .sbox .more a {
  padding: 0 47px;
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  border-radius: 27px;
  border: 2px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-shadow: inset 0 0 0 #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#main  .section10 .wrap .sbox .more a span {
  transition: all .5s;
  position: relative;
  z-index: 4;
}

#main  .section10 .wrap .sbox .more a  s{display: block;width: 105px;height: 8px;background: url(../img/common/icon02_over.svg) no-repeat  center;background-size: cover;}

#main  .section10 .wrap .sbox .more a:hover {
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 25px #fff;
}

#main  .section10 .wrap .sbox .more a:hover  span{
  color: #000;
}

#main  .section10 .wrap .sbox .more a:hover  s{background: url(../img/common/icon02.svg) no-repeat  center;background-size: cover;}













@media(min-width: 1950px) {
  #main  .section10{
    height: 680px;
  }
}







@media all and (min-width: 1201px) and (max-width: 1600px) {
  #main .section02 li ul {
    left: 140px;
  }

  #main .section02 li .img{
    right: 20px;
  }
  #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 72px;
  }

  #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) {
  #main .section04 .wrap {
    padding: 0 65px;
  }

  #main .section03 .tabPanel li .text span{font-size: 16px;}

  #main  .section10{
    height: 480px;
  }
}
.imgyd{display:none;}
@media(max-width: 767px) 
{
    .imgpc{display:none;}
.imgyd{display:block;}
    }
@media(max-width: 1600px) {}

@media all and (min-width: 768px) and (max-width: 1560px) 
{
    #main .section03 .intt1 .iox .txt .itt{font-size:31.73px;line-height:41.73px;}
    #main .section03 .intt1 .iox .txt .itc{font-size: 15.86px;line-height: 25.86px;margin: 25px 0 0;}
    
    #main .section03 .mo{width: 108px;}

    #main .section03 .mo a{height: 36px;border-radius: 18px;}

    #main .section03 .mo a s{background-size: 29px auto;}
 }

@media all and (min-width: 768px) and (max-width: 1450px) 
{
    
    #main .section03 .intt1 .iox .txt .itt{font-size:29.48px;line-height:39.48px;}
    
    #main .section03 .intt1 .iox .txt .itc{font-size: 14.74px;line-height: 24.74px;margin: 22px 0 0;}
    
    #main .section03 .mo{width: 98px;}

    #main .section03 .mo a{height: 34px;border-radius: 17px;}

    #main .section03 .mo a s{background-size: 26px auto;}
 }

@media all and (min-width: 768px) and (max-width: 1360px) 
{
    
    #main .section03 .intt1 .iox .txt{max-width: 60%;margin-left:6%;}
 }
 
@media all and (min-width: 768px) and (max-width: 1100px) 
{
    #main .section03 .intt1 .iox .img{width:300px;margin-right:0;}
    
    #main .section03 .intt1 .iox .txt{max-width: calc(100% - 300px);margin-left:0;}
 }



@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: 80 100px 50px;
  }

  #main .section04 .wrap {
    padding: 0 100px;
  }

  #main .section05 {
    padding: 125px 100px 165px;
  }

  #main .section07 {
    padding: 15px 100px;
  }

  #main  .section10{
    height: 380px;
  }






}
@media(max-width: 1360px) {
	#main .section03 .ttl .tabNavi li {
		margin-left: 22px;
	}
}
@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: 25%;
    box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
  }

  #main .section04 li:nth-child(3n-1) {
  }

  #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  .section10{
    background-attachment:scroll;
  }


  #main .section03 .tabPanel li .img .imgbox>video {
    display: none;
  }

  .bannerBox .banner {
    background: none !important;
  }

  .bannerBox .pages {
    margin-left: -30px;
    width: 60px;
    bottom: 24px;
  }

  .bannerBox .pages p {
    color: #fff;
    font-size: 14px;
  }

  .bannerBox .pages p span {
    font-size: 20px;
  }

  .bannerBox .pages .arrows {
    padding: 2px 0;
  }

  .bannerBox .pages .arrows .line {
    width: 60px;
  }

  #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:40px 0 30px;
    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 .intt1 .iox .img{width: 100%;float: none;}

  #main .section03 .intt1 .iox .txt{width: 100%;float: none;}


  #main .section03 .intt1 .iox .txt .itt{font-size: 24px;}

  #main .section03 .intt1 .iox .txt .itc{font-size: 14px;margin: 10px 0 30px;}

  #main .section03 .intt1 .iox .txt{margin: 0 0 50px;}

  #main .section03 .ttl {
    margin-bottom: 2px;
  }

  #main .section03 .ttl p {
    float: none;
    font-size: 17px;
  }

  #main .section03 .ttl .tabNavi {
    margin: 25px -25px 20px 0;
    float: none;
    text-align: right;

  }

  #in_d1 {
    position: relative;
    top: -55px;
  }

  #main .section03 .ttl .tabNavi li {
    margin: 0 0 0 6px;
    float: none;
    display: inline-block;
  }

  #main .section03 .ttl .tabNavi li:nth-child(1) {
   
  }

  #main .section03 .ttl .tabNavi li a {
    padding: 0;
    font-size: 13px;
    border-bottom: 2px solid #fff;
	position: relative;
  }

  #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 50px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 25px;
  }

  #main .section03 .tabPanel li:hover .text {
    background: url(../img/common/icon01.png) no-repeat right 7px top 50px;
    
  }

  #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 .section10 .wrap .sbox .more {
    margin: 0 auto;
    padding: 29px 0 0 0;
    width: 216px;
  }

  #main .section10 .wrap .sbox .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 .section10 .wrap .sbox .more a:hover {
    background-position: right 15px center;
  }




  #main .section04 {
    padding: 40px 20px 30px;
  }

  #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: 25%;
    padding: 0 5px;
    margin: 0  0;
    box-sizing: border-box;
  }

  .swiper1_1m{padding-bottom: 30px;}

  #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.show {
    display: flex;
	justify-content: space-between;
    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;
  }


  .swiper1_1{padding-bottom: 30px;}


	#main .section03 .ttl{
		position: relative;
	}
	#main .section03 .ttl .type {
		float: none;
		display: inline;
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 3px;
	}
}

 
 @media all and (max-width: 767px) 
{
    #main .section03 .intt1 .iox{flex-direction: column-reverse;}
    
    #main .section03 .intt1 .iox .txt{max-width: 100%;margin-left:0;    text-align: center;}
    
    #main .section03 .intt1 img{max-width: 70%;margin: 0 auto;}
    
    #main .section03 .intt1 .iox .txt{margin:0;}
    
    #main .section03 .intt1 .iox .txt .itt{line-height: 40px;}
    
    #main .section03 .intt1 .iox .txt .itc{margin: 10px 0;}
	
	#main .section03 .ttl .tabNavi li a:before{display:none;}
 }