﻿.header > .navV {
  position: relative;
}
.header > .navV > .container > .r > .bottom > li .menu_box {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding: 40px 20px 0;
  border-top: 2px solid #037dc7;
  background-color: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
  min-height: 195px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translateX(-35%);
}
/* .header > .navV > .container > .r > .bottom > li .menu_box > .container{
  padding: 30px 0;
  overflow: hidden;
} */
/* .header > .navV > .container > .r > .bottom > li .menu_box > .container > ul{
  overflow: hidden;
  float: left;
  text-align: left;
} */
.header > .navV > .container > .r > .bottom > li .menu_box > .r_pic{
  float: right;
  max-width: 250px;
}
.header > .navV > .container > .r > .bottom > li .menu_box > ul{
  width: 80px;
  min-height: 160px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #BFBFBF;
}
.header > .navV > .container > .r > .bottom > li .menu_box > ul > li {
  text-align: left;
}
/* .header > .navV > .container > .r > .bottom > li .menu_box > .container > ul > li:before {
  content: '▪';
  display: inline-block;
  color: #037dc7;
  font-size: 14px;
  margin-right: 5px;
} */
.header > .navV > .container > .r > .bottom > li .menu_box > ul > li > a {
  color: #037dc7;
  font-size: 16px;
  padding: 5px 0;
  display: inline-block;
}
.header > .navV > .container > .r > .bottom > li .menu_box > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.header > .navV > .container > .r > .bottom > li .menu_box > ul > li > ul > li > a i{
  font-style: normal;
}
.header > .navV > .container > .r > .bottom > li .menu_box > ul > li > ul > li:hover > a{
  color: #3473c5;
}
.contents.index > .c6 .container > .box {
  background: url(../images/index_91.jpg) no-repeat center center;
  height: 405px;
}
.contents.index > .c6 .container .box .swiper-container {
  max-width: 605px;
  margin-left: 100px;
  padding-top: 100px;
}
.contents.index > .c6 .container .box .swiper-container > .swiper-wrapper > .swiper-slide {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 1px;
}
.contents.index > .c6 .container .box .swiper-container > .swiper-wrapper > .swiper-slide.swiper-slide-active img{
  /* FireFox, Chrome, Opera */
  -webkit-filter: none;
  /* Chrome, Opera */
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contents.index > .c6 .container .box .swiper-container > .swiper-wrapper > .swiper-slide > img {
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: url(../images/blur.svg#blur);
  /* FireFox, Chrome, Opera */
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
  /* IE6~IE9 */
}
.contents.index .c2 {
  margin-top: 40px;
}
.contents.index .c2 > .container > .cnt > li {
  display: none;
  background: #fff;
  padding-top: 0px;
  overflow: hidden;
}
.contents.index .c2 > .container > .cnt > li section > a {
  width: 370px;
  display: block;
  float: left;
  margin-right: 30px;
  margin-left: 30px;
}
.contents.index .c2 > .container > .cnt > li .txt {
  width: 700px;
  float: left;
  padding-bottom: 60px;
}
.contents.index .c2 > .container > .cnt > li .txt > h1 {
  font-size: 0;
  color: #3473c5;
  padding-bottom: 30px;
  font-weight: normal;
}
.contents.index .c2 > .container > .cnt > li .txt > p {
  font-size: 14px;
  color: #666;
  line-height: 170%;
  margin-top: 25px;
  margin-bottom: 55px;
}
.contents.index .c2 > .container > .cnt > li .txt > a {
  display: block;
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #3473c5;
}
.contents.index .c2 > .container > .cnt > li .txt > a > span {
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  background: url(../images/more_h.png) no-repeat right center;
}
.contents.index .c2 > .container > .cnt > li dl {
  border-bottom: 2px solid #6aabff;
  font-size: 0px;
  margin-bottom: 28px;
  text-align: center;
}
.contents.index .c2 > .container > .cnt > li dl dd {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #333;
  border-bottom: 2px solid #6aabff;
  margin-bottom: -2px;
  cursor: pointer;
}
.contents.index .c2 > .container > .cnt > li dl dd.active {
  border-color: #3473c5;
}
.contents.index .c2 > .container > .cnt > li section {
  display: none;
}
.contents.index .c2 > .container > .cnt > li section:first-child {
  display: block;
}
.contents.index .c2 > .container > .cnt > li:first-child {
  display: block;
}
.contents.app > .container .c1 .b > div > ul > li {
  overflow: hidden;
  display: none;
}
.contents.app > .container .c1 .b > div > ul > li section > a {
  width: 370px;
  display: block;
  float: left;
  margin-right: 30px;
  margin-left: 30px;
}
.contents.app > .container .c1 .b > div > ul > li .txt {
  width: 700px;
  float: left;
  padding-bottom: 60px;
}
.contents.app > .container .c1 .b > div > ul > li .txt > h1 {
  font-size: 18px;
  color: #3473c5;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c5c5c5;
  font-weight: normal;
}
.contents.app > .container .c1 .b > div > ul > li .txt > p {
  font-size: 14px;
  color: #666;
  line-height: 170%;
  margin-top: 25px;
  margin-bottom: 55px;
}
.contents.app > .container .c1 .b > div > ul > li .txt > a {
  display: block;
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #3473c5;
}
.contents.app > .container .c1 .b > div > ul > li .txt > a > span {
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  background: url(../images/more_h.png) no-repeat right center;
}
.contents.app > .container .c1 .b > div > ul > li dl {
  border-bottom: 2px solid #6aabff;
  font-size: 0px;
  margin-bottom: 28px;
  text-align: center;
}
.contents.app > .container .c1 .b > div > ul > li dl dd {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #333;
  border-bottom: 2px solid #6aabff;
  margin-bottom: -2px;
  cursor: pointer;
}
.contents.app > .container .c1 .b > div > ul > li dl dd.active {
  border-color: #3473c5;
}
.contents.app > .container .c1 .b > div > ul > li section {
  display: none;
}
.contents.app > .container .c1 .b > div > ul > li section:first-child {
  display: block;
}
.contents.app > .container .c1 .b > div > ul > li:first-child {
  display: block;
}
