/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 860px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowprev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrownext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 60px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #49507e;
  color: #fff;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #49507e;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #49507e;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.mt {
  margin-top: 60px;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #49507e;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
.img_white {
  overflow: hidden;
}
.img_white::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.img_white:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.img_save {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 .tittt {
  float: left;
  position: relative;
}
.title1 .tittt > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.title1 .tittt > h3 a {
  color: #333333;
}
.title1 .tittt > h4 {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #666666;
}
.title1 .tittt > span {
  position: absolute;
  width: 184px;
  height: 2px;
  background: #003675;
  right: 0;
  top: 68px;
}
.title1 > a {
  float: right;
  font-size: 14px;
  color: #333333;
  position: relative;
  line-height: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
}
.title1 > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  background: url(../images/tit_more.png) center no-repeat;
  left: 90px;
  top: 3px;
}
button,
input {
  border: none;
  outline: none;
}
.ser {
  width: 100%;
  overflow: hidden;
}
.ser .ser_main {
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  line-height: 70px;
}
.ser .ser_main > p {
  font-size: 16px;
  line-height: 16px;
  color: #323232;
  line-height: 70px;
  padding-left: 16px;
  background: url(../images/ser_ico1.png) left center no-repeat;
}
.ser .ser_main .ser_tell {
  font-size: 16px;
  color: #323232;
}
.ser .ser_main .ser_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background: url(../images/ser_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.ser .ser_main .ser_tell > span {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}
.pro {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.pro .pro_tit {
  width: 1360px;
}
.pro .pro_main {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: 65px;
}
.pro .pro_main ul li {
  float: left;
  width: 24.25%;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  height: 504px;
  margin-right: 1%;
  position: relative;
}
.pro .pro_main ul li:hover a img{
  transform: scale(1);
}
.pro .pro_main ul li:hover .pro_txt {
  height: 100%;
  opacity: 1;
}
.pro .pro_main ul li:hover .pro_cover {
  opacity: 0;
}
.pro .pro_main ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .pro_main ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.pro .pro_main ul li .pro_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main ul li .pro_cover .pro_ico {
  width: 110px;
  height: 55px;
  line-height: 40px;
  background: url(../images/pro_cover.png) center no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.pro .pro_main ul li .pro_cover .pro_ico > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.pro .pro_main ul li .pro_cover .pro_ico::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 62px;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  background: url(../images/pro_cover2.png) center no-repeat;
}
.pro .pro_main ul li .pro_cover > a {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 20px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 23px;
}
.pro .pro_main ul li .pro_cover > p {
  text-align: center;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #c8c8c8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.pro .pro_main ul li .pro_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: rgba(22, 99, 255, 0.8);
  padding: 90px 10% 0;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
.pro .pro_main ul li .pro_txt > i {
  display: block;
  width: 30px;
  height: 30px;
}
.pro .pro_main ul li .pro_txt > h3 {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.pro .pro_main ul li .pro_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main ul li .pro_txt > h4 {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #7d9fe6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 27px;
}
.pro .pro_main ul li .pro_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
  height: 96px;
  overflow: hidden;
}
.pro .pro_main ul li .pro_txt > a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  line-height: 16px;
}
.pro .pro_main ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  background: url(../images/pro_more.png) center no-repeat;
  animation: 2s infinite myfirst2;
  top: 4px;
  left: 90px;
}
.pro .pro_main ul li:nth-child(4n) {
  margin-right: 0;
}
.pro .pro_main ul li:nth-child(1) .pro_txt > i {
  background: url(../images/pro_ico1.png) center no-repeat;
}
.pro .pro_main ul li:nth-child(2) .pro_txt > i {
  background: url(../images/pro_ico2.png) center no-repeat;
}
.pro .pro_main ul li:nth-child(3) .pro_txt > i {
  background: url(../images/pro_ico3.png) center no-repeat;
}
.pro .pro_main ul li:nth-child(4) .pro_txt > i {
  background: url(../images/pro_ico4.png) center no-repeat;
}
.ys {
  width: 100%;
  height: 781px;
  padding-top: 105px;
  box-sizing: border-box;
  margin: 60px 0 0;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .title1 .tittt > h3 {
  color: #ffffff;
}
.ys .ys_main .title1 .tittt > h4 {
  color: #a3a3a3;
}
.ys .ys_main .title1 .tittt > span {
  background: #003675;
}
.ys .ys_main .title1 > a {
  width: 130px;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 38px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
}
.ys .ys_main .title1 > a::after {
  display: none;
}
.ys .ys_main .ys_con {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.ys .ys_main .ys_con ul {
  width: 100%;
}
.ys .ys_main .ys_con ul>li {
  width: 100%;
}
.ys .ys_main .ys_con ul li .ys_txt {
  width: 350px;
  margin-top: 83px;
}
.ys .ys_main .ys_con ul li .ys_txt .ys_tit {
  width: 100%;
}
.ys .ys_main .ys_con ul li .ys_txt .ys_tit > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.ys .ys_main .ys_con ul li .ys_txt .ys_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 32px;
  margin-right: 10px;
}
.ys .ys_main .ys_con ul li .ys_txt .ys_tit > span {
  font-size: 40px;
  line-height: 32px;
  color: #cccccc;
  font-weight: bold;
}
.ys .ys_main .ys_con ul li .ys_txt > h5 {
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  height: 224px;
  overflow: hidden;
  margin-top: 25px;
}
.ys .ys_main .ys_con ul li .ys_v {
  width: 955px;
  height: 484px;
  overflow: hidden;
  position: relative;
}
.ys .ys_main .ys_con ul li .ys_v::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.ys .ys_main .ys_con ul li .ys_v:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.ys .ys_main .ys_con ul li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con ul li:nth-child(1) .ys_txt .ys_tit > h3 > i {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(2) .ys_txt .ys_tit > h3 > i {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(3) .ys_txt .ys_tit > h3 > i {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(4) .ys_txt .ys_tit > h3 > i {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_btn {
  position: absolute;
  bottom: 48px;
  left: 0;
}
.ys .ys_main .ys_con .ys_btn::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 28px;
  background: url(../images/ys_err.png) center no-repeat;
  animation: 2s infinite myfirst;
  left: 50%;
  transform: translate(-50%);
  top: 0;
}
.ys .ys_main .ys_con .ys_btn .ys_p,
.ys .ys_main .ys_con .ys_btn .ys_n {
  float: left;
  height: 22px;
  font-size: 12px;
  color: #cccccc;
  cursor: pointer;
}
.ys .ys_main .ys_con .ys_btn .ys_p {
  padding-left: 22px;
  margin-right: 85px;
  background: url(../images/ys_p.png) left center no-repeat;
}
.ys .ys_main .ys_con .ys_btn .ys_n {
  padding-right: 22px;
  background: url(../images/ys_n.png) 42px center no-repeat;
}

.ys_hd{
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 400px;
}
.ys_hd li{
  float: left;
  width: 10px !important;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 10px;
  cursor: pointer;
  transform: translate(-50%);
}
.ys_hd li.on{
  background: #fff;
}
.case {
  width: 100%;
  height: 677px;
  padding-top: 67px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  overflow: hidden;
}
.case .case_main {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  margin-top: 65px;
}
.case .case_main .case_view {
  width: 100%;
}
.case .case_main .case_view li {
  float: left;
  width: 550px;
  height: 465px;
}
.case .case_main .case_view li:hover > a > img {
  transform: scale(1);
}
.case .case_main .case_view li > a {
  display: block;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_view li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.case .case_main .case_view li .case_txt {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #dae3eb;
  box-sizing: border-box;
  line-height: 45px;
}
.case .case_main .case_view li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333333;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.case .case_main .case_view li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  background: url(../images/case_err.png) center no-repeat;
  top: 24px;
  right: 0;
}
.case .case_main .case_view .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
}
.case .case_main .case_view .swiper-pagination > span {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 5px;
  height: 5px;
  background-color: #8fa7d9;
  border-radius: 3px;
}
.case .case_main .case_view .swiper-pagination > span.swiper-pagination-bullet-active {
  width: 18px;
  height: 5px;
  background-color: #1663ff;
  border-radius: 3px;
}
.video {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.video .video_main {
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}
.video .video_main .video_view {
  width: 100%;
  margin-top: 70px;
}
.video .video_main .video_view li {
  float: left;
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 30px;
}
.video .video_main .video_view li:hover > a > img {
  transform: scale(1);
}
.video .video_main .video_view li > a {
  display: block;
  width: 100%;
  height: 280px;
  border: solid 5px #dae3eb;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.video .video_main .video_view li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.video .video_main .video_view li .video_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dae3eb;
  box-sizing: border-box;
}
.video .video_main .video_view li .video_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.video .video_main .video_view li .video_txt > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  background: url(../images/case_err.png) center no-repeat;
  right: 10px;
  bottom: 14px;
  animation: 2s infinite myfirst2;
}
.video .video_main .video_view li:nth-child(4n) {
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 350px;
  padding-top: 53px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../images/gg_bg.jpg) center no-repeat;
}
.gg .gg_main {
  text-align: center;
}
.gg .gg_main > h3 {
  width: 559px;
  height: 53px;
  background: url(../images/gg_txt.png) center no-repeat;
  margin: 0 auto 20px;
}
.gg .gg_main > h4 {
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 14px;
  color: #ffffff;
}
.gg .gg_main > h5 {
  width: 462px;
  height: 46px;
  line-height: 44px;
  border-radius: 10px;
  border: solid 1px #1663ff;
  margin: 14px auto 20px;
}
.gg .gg_main > h5 > span {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 100%;
  font-size: 30px;
  letter-spacing: 9px;
  color: #ffffff;
}
.gg .gg_main > h5 > span:nth-child(2) {
  background: #1663ff;
  color: #0a2345;
}
.gg .gg_main > h6 {
  font-size: 18px;
  letter-spacing: 9px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 22px;
}
.gg .gg_main .gg_tell > a {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 100px;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.gg .gg_main .gg_tell > a:hover {
  border-radius: 20px;
}
.gg .gg_main .gg_tell > p {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.gg .gg_main .gg_tell > p::after {
  content: "";
  position: absolute;
  width: 353px;
  height: 1px;
  border-radius: 1px;
  background: #fff;
  bottom: -3px;
  left: 20px;
  z-index: -1;
}
.gg .gg_main .gg_tell > p > i {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 36px;
  background: url(../images/gg_tell.png) center no-repeat;
  animation: 2s infinite msClock;
  margin-top: 7px;
}
.about {
  width: 100%;
  height: 931px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding-top: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 67px;
  background: url(../images/ab_txt.png) center no-repeat;
  z-index: -1;
  left: 0;
  top: 518px;
}
.about .ab_main .ab_con {
  margin-top: 28px;
}
.about .ab_main .ab_con .ab_txt {
  width: 623px;
  margin-top: 93px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-bottom: 22px;
}
.about .ab_main .ab_con .ab_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #323232;
  margin-bottom: 40px;
}
.about .ab_main .ab_con .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  margin-bottom: 30px;
  text-indent: 2em;
}
.about .ab_main .ab_con .ab_txt > a {
  font-size: 14px;
  color: #323232;
  line-height: 14px;
  position: relative;
  box-shadow: none;
}
.about .ab_main .ab_con .ab_txt > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 8px;
  left: 90px;
  top: 3px;
  background: url(../images/case_err.png) center no-repeat;
}
.about .ab_main .ab_con .ab_view {
  position: relative;
  height: 538px;
  width: 678px;
}
.about .ab_main .ab_con .ab_view > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about .ab_main .fc {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.about .ab_main .fc .fc_menu {
  position: absolute;
  left: 0;
  top: -136px;
}
.about .ab_main .fc .fc_menu li {
  float: left;
  width: 240px;
  height: 94px;
  border: solid 1px #dae3eb;
  padding: 27px 0 0 38px;
  box-sizing: border-box;
  cursor: pointer;
}
.about .ab_main .fc .fc_menu li > i {
  width: 35px;
  height: 27px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_menu li .fc_txt {
  margin-left: 24px;
}
.about .ab_main .fc .fc_menu li .fc_txt > h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.about .ab_main .fc .fc_menu li .fc_txt > p {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
}
.about .ab_main .fc .fc_menu li:nth-child(1) > i {
  background: url(../images/fc_ico1.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(1).on > i {
  background: url(../images/fc_ico1-2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(2) > i {
  background: url(../images/fc_ico2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(2).on > i {
  background: url(../images/fc_ico2-2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-last-child(1) {
  border-left: none;
}
.about .ab_main .fc .fc_tab {
  width: 100%;
}
.about .ab_main .fc .fc_tab .fc_list {
  height: 210px;
  position: relative;
}
.about .ab_main .fc .fc_tab .fc_list .tempWrap {
  height: 210px;
}
.about .ab_main .fc .fc_tab .fc_list .tempWrap > ul {
  height: 210px;
}
.about .ab_main .fc .fc_tab .fc_list li {
  float: left;
  width: 341px;
  height: 210px;
  position: relative;
}
.about .ab_main .fc .fc_tab .fc_list li:hover > a > img {
  transform: scale(1);
}
.about .ab_main .fc .fc_tab .fc_list li:hover .fc_txt {
  height: 100%;
  opacity: 1;
}
.about .ab_main .fc .fc_tab .fc_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.about .ab_main .fc .fc_tab .fc_list li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.about .ab_main .fc .fc_tab .fc_list li .fc_txt {
  width: 100%;
  position: absolute;
  height: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
  border: solid 5px #ffffff;
  box-sizing: border-box;
  padding-top: 50px;
  background-color: rgba(22, 99, 255, 0.8);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_tab .fc_list li .fc_txt > span {
  display: block;
  width: 35px;
  height: 27px;
  margin: 0 auto;
  padding-top: 52px;
  box-sizing: border-box;
  background: url(../images/fc_more1.png) center no-repeat;
}
.about .ab_main .fc .fc_tab .fc_list li .fc_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0 12px;
}
.about .ab_main .fc .fc_tab .fc_list li .fc_txt > p {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #d2d9ec;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.about .ab_main .fc .fc_tab .fc_list .fc_p,
.about .ab_main .fc .fc_tab .fc_list .fc_n {
  position: absolute;
  width: 18px;
  height: 32px;
  cursor: pointer;
  top: 90px;
}
.about .ab_main .fc .fc_tab .fc_list .fc_p {
  left: -50px;
  background: url(../images/fc_p.png) center no-repeat;
}
.about .ab_main .fc .fc_tab .fc_list .fc_n {
  right: -50px;
  background: url(../images/fc_n.png) center no-repeat;
}
.about .ab_main .fc .fc_tab #fc li .fc_txt > span {
  background: url(../images/fc_more2.png) center no-repeat;
}
.news {
  margin: 65px 0 70px;
  overflow: hidden;
}
.news .news_main .news_tit .tittt {
  position: relative;
}
.news .news_main .news_tit .tittt > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .news_main .news_tit .tittt > h3 a {
  color: #333333;
}
.news .news_main .news_tit .tittt > h4 {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #666666;
}
.news .news_main .news_tit .tittt > span {
  position: absolute;
  width: 184px;
  height: 2px;
  background: #003675;
  right: 0;
  top: 68px;
}
.news .news_main .news_tit .news_menu {
  margin-top: 30px;
}
.news .news_main .news_tit .news_menu li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 117px;
  position: relative;
  height: 18px;
  line-height: 18px;
}
.news .news_main .news_tit .news_menu li::after {
  content: "--";
  position: absolute;
  font-size: 18px;
  color: #333333;
  top: 50%;
  transform: translateY(-50%);
  left: 122px;
  width: 16px;
  line-height: 18px;
  height: 18px;
}
.news .news_main .news_tit .news_menu li.on > a {
  color: #1663ff;
  font-weight: bold;
}
.news .news_main .news_tit .news_menu li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.news .news_main .news_tit .news_menu li:nth-last-child(1)::after {
  display: none;
}
.news .news_main .news_tab {
  margin-top: 50px;
}
.news .news_main .news_tab .news_item li {
  float: left;
  width: 398px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-right: 70px;
  margin-top: 20px;
}
.news .news_main .news_tab .news_item li:hover > a {
  color: #49507e;
  transform: translate(5px);
}
.news .news_main .news_tab .news_item li::after {
  content: "";
  position: absolute;
  width: 369px;
  height: 1px;
  background-color: #d1d1d1;
  right: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_tab .news_item li > a {
  float: left;
  width: 70%;
  height: 100%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_tab .news_item li > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news .news_main .news_tab .news_item li > span {
  font-size: 12px;
  color: #333333;
}
.news .news_main .news_tab .news_item li:nth-child(3n) {
  margin-right: 0;
}
.part {
  width: 100%;
  overflow: hidden;
}
.part .part_main .part_tit {
  text-align: center;
}
.part .part_main .part_tit > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
}
.part .part_main .part_tit > h4 {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  text-transform: uppercase;
}
.part .part_main .part_view {
  margin-top: 38px;
  position: relative;
}
.part .part_main .part_view li {
  float: left;
  width: 260px;
  height: 140px;
  position: relative;
  margin-right: 15px;
}
.part .part_main .part_view li:hover > a > img {
  transform: scale(1);
}
.part .part_main .part_view li > a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 5px #f9f9f9;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.part .part_main .part_view li > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.part .part_main .part_view li .part_txt {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  left: 0;
  bottom: 0;
  display: none;
}
.part .part_main .part_view li .part_txt > a {
  display: block;
  width: 100%;
  height: 100%;
}
.part .part_main .part_view .part_p,
.part .part_main .part_view .part_n {
  position: absolute;
  width: 18px;
  height: 32px;
  cursor: pointer;
  top: 54px;
}
.part .part_main .part_view .part_p {
  left: -50px;
  background: url(../images/fc_p.png) center no-repeat;
}
.part .part_main .part_view .part_n {
  right: -50px;
  background: url(../images/fc_n.png) center no-repeat;
}
.add {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 72px;
  box-sizing: border-box;
  margin-top: 70px;
  overflow: hidden;
}
.add .add_main .add_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  text-align: center;
}
.add .add_main .add_con {
  width: 100%;
  height: 102px;
  border-left: solid 1px #dce0e8;
  border-right: solid 1px #dce0e8;
  box-sizing: border-box;
  margin-top: 46px;
  padding-top: 23px;
}
.add .add_main .add_con .add_item {
  height: 60px;
  margin-left: 50px;
  width: 400px;
  border-right: solid 1px #dce0e8;
  box-sizing: border-box;
}
.add .add_main .add_con .add_item > i {
  width: 55px;
  height: 55px;
  border: solid 1px #dce0e8;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
}
.add .add_main .add_con .add_item > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation: 2s infinite msClock;
}
.add .add_main .add_con .add_item .add_txt {
  margin-left: 13px;
  margin-top: 10px;
}
.add .add_main .add_con .add_item .add_txt > h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #011a30;
  margin-bottom: 13px;
}
.add .add_main .add_con .add_item .add_txt > h4 {
  font-size: 14px;
  line-height: 14px;
  color: #0f314e;
}
.add .add_main .add_con .add_item:nth-child(1) > i::after {
  background: url(../images/add1.png) center no-repeat;
}
.add .add_main .add_con .add_item:nth-child(2) > i::after {
  background: url(../images/add2.png) center no-repeat;
}
.add .add_main .add_con .add_item:nth-child(3) {
  border: none;
}
.add .add_main .add_con .add_item:nth-child(3) > i::after {
  background: url(../images/add3.png) center no-repeat;
}
.add .add_main .inform {
  width: 100%;
  height: 196px;
  margin-top: 33px;
  background: url(../images/in_line.png) center bottom no-repeat;
  padding: 0 45px;
  box-sizing: border-box;
}
.add .add_main .inform .inputs {
  width: 100%;
  margin-top: 30px;
}
.add .add_main .inform .inputs .in_item {
  width: 380px;
  height: 38px;
  margin-right: 60px;
}
.add .add_main .inform .inputs .in_item > span {
  font-size: 14px;
  color: #011a30;
  line-height: 38px;
}
.add .add_main .inform .inputs .in_item > input {
  width: 310px;
  border: solid 1px #dce0e8;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 10px;
}
.add .add_main .inform .inputs .in_item:nth-child(2) input {
  margin-left: 0;
}
.add .add_main .inform .inputs .in_item:nth-child(3) {
  width: auto;
  margin-right: 0;
}
.add .add_main .inform .inputs .in_item:nth-child(3) > input {
  width: 230px;
}
.add .add_main .inform .inputs > img {
  float: right;
  width: 84px;
  height: 32px;
  margin-top: 5px;
}
.add .add_main .inform .texts {
  width: 100%;
  margin-top: 30px;
}
.add .add_main .inform .texts > span {
  font-size: 14px;
  color: #011a30;
  line-height: 36px;
}
.add .add_main .inform .texts > input {
  float: right;
  width: 1200px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #dce0e8;
  box-sizing: border-box;
  padding: 0 20px;
}
.add .add_main .inform .texts > input::placeholder {
  color: #cdcdcd;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.add .add_main .inform .texts > input:focus::placeholder {
  color: transparent;
}
.add .add_main > button {
  width: 170px;
  height: 42px;
  background-color: #124fcc;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 33px;
}
.add .add_main .links {
  width: 100%;
  padding: 35px 0;
}
.add .add_main .links .link_tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.add .add_main .links .link_list {
  width: calc(1200px - 100px);
}
.add .add_main .links .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
}
.add .add_main .links .link_list > a:hover::after,
.add .add_main .links .link_list > a:hover::before {
  width: 100%;
}
.add .add_main .links .link_list > a::after,
.add .add_main .links .link_list > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #49507e;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.add .add_main .links .link_list > a::after {
  left: 0;
  top: 0;
}
.add .add_main .links .link_list > a::before {
  right: 0;
  bottom: 0;
}
