/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 680px;
}
.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: #f47e36;
  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: #f47e36;
  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: #f47e36;
  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: #f47e36;
  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 {
  text-align: center;
}
.title1 > h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.title1 > h3 a {
  color: #333333;
}
.title1 > h4 {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #333333;
  font-family: "宋体";
}
.title1 > h4 i {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 1px;
  background-color: #aaaaaa;
  margin: 0 10px;
  background: url(../images/tit1.png) center no-repeat;
}
button,
input {
  border: none;
  outline: none;
}
.part {
  width: 100%;
  margin-top: 70px;
}
.part .part_main .part_view {
  width: 100%;
  margin-top: 43px;
  position: relative;
}
.part .part_main .part_view .tempWrap {
  width: 100% !important;
}
.part .part_main .part_view .part_p,
.part .part_main .part_view .part_n {
  position: absolute;
  width: 18px;
  height: 32px;
  cursor: pointer;
  top: 60px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.part .part_main .part_view .part_p:hover,
.part .part_main .part_view .part_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.part .part_main .part_view .part_p {
  left: -48px;
  background: url(../images/part_p.png) center no-repeat;
}
.part .part_main .part_view .part_n {
  right: -48px;
  background: url(../images/part_n.png) center no-repeat;
}
.part .part_main .part_view li {
  float: left;
  width: 278px;
  height: 145px;
  border: solid 5px #f3f3f3;
  margin-right: 15px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.part .part_main .part_view li:hover {
  border: solid 5px #f47e36;
}
.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%;
  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;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.pro {
  width: 100%;
  height: 900px;
  background-color: #f6f6f6;
  margin-top: 70px;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 28px;
}
.pro .pro_main .pro_view .pro_menu li {
  float: left;
  box-shadow: none;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 35px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  border-right: solid 1px #aaaaaa;
  box-sizing: border-box;
  padding-right: 25px;
  margin-right: 20px;
}
.pro .pro_main .pro_view .pro_menu li i {
  font-weight: bold;
}
.pro .pro_main .pro_view .pro_menu li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 0;
  background: url(../images/pro_ico1.png) center no-repeat;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .pro_menu li.on::after {
  height: 28px;
}
.pro .pro_main .pro_view .pro_menu li:nth-last-child(1) {
  border: none;
}
.pro .pro_main .pro_view .pro_menu > a {
  box-shadow: none;
  width: 101px;
  height: 32px;
  background-color: #f47e36;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
}
.pro .pro_main .pro_view .pro_v {
  width: 100%;
  margin-top: 30px;
}
.pro .pro_main .pro_view .pro_v ul li {
  float: left;
  width: 280px;
  height: 300px;
  background-color: #ffffff;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 0 26px 30px 0;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_view .pro_v ul li:hover::after {
  height: 100%;
}
.pro .pro_main .pro_view .pro_v ul li:hover > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_view .pro_v ul li:hover .pro_txt > a {
  color: #fff;
}
.pro .pro_main .pro_view .pro_v ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #f47e36;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .pro_v ul li > a {
  display: block;
  width: 100%;
  height: 228px;
  overflow: hidden;
  position: relative;
}
.pro .pro_main .pro_view .pro_v ul 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);
}
.pro .pro_main .pro_view .pro_v ul li .pro_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.pro .pro_main .pro_view .pro_v ul li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view .pro_v ul li:nth-child(4n) {
  margin-right: 0;
}
.case {
  width: 100%;
  margin-top: 60px;
}
.case .case_main .case_con {
  margin-top: 40px;
}
.case .case_main .case_con .case_fl {
  width: 275px;
}
.case .case_main .case_con .case_fl .fl_tit {
  width: 100%;
  height: 70px;
  background-color: #313387;
  border-radius: 5px 5px 0px 0px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding: 0 60px 0 33px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_con .case_fl .fl_tit::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 33px;
  background: url(../images/fl_tit.png) center no-repeat;
  top: 19px;
  right: 30px;
}
.case .case_main .case_con .case_fl .case_fl_main {
  width: 100%;
  height: 400px;
  background-color: #f6f6f6;
  border-radius: 5px;
  overflow-x: hidden;
}
.case .case_main .case_con .case_fl .case_fl_main li {
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.case .case_main .case_con .case_fl .case_fl_main li:hover > a {
  font-weight: bold;
  color: #f47e36;
  transform: translate(5px);
}
.case .case_main .case_con .case_fl .case_fl_main li > a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #fff;
  padding: 0 60px 0 32px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.case .case_main .case_con .case_fl .case_fl_main li > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 19px;
  background: url(../images/fl_ico1.png) center no-repeat;
  top: 22px;
  right: 34px;
  animation: 2s infinite myfirst2;
}
.case .case_main .case_con .case_fl .fl_tell {
  width: 100%;
  height: 127px;
  background-color: #f6f6f6;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: solid 9px #ffffff;
  padding-top: 23px;
}
.case .case_main .case_con .case_fl .fl_tell h3 {
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  color: #343434;
  margin-bottom: 14px;
}
.case .case_main .case_con .case_fl .fl_tell h3 > span {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 1px;
  background-color: #7d7d7d;
  margin: 0 26px;
}
.case .case_main .case_con .case_fl .fl_tell > h4 {
  font-size: 18px;
  font-family: "宋体";
  height: 18px;
  line-height: 18px;
  color: #343434;
}
.case .case_main .case_con .case_fl .fl_tell > a {
  position: absolute;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  bottom: -30px;
  background-color: #313387;
  left: 50%;
  transform: translate(-50%);
}
.case .case_main .case_con .case_fl .fl_tell > a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 26px;
  background: url(../images/fl_tell.png) center no-repeat;
  left: 50%;
  transform: translate(-50%);
  top: 10px;
}
.case .case_main .case_con .case_view {
  width: 852px;
}
.case .case_main .case_con .case_view li {
  float: left;
  width: 400px;
  height: 292px;
  margin: 0 50px 42px 0;
}
.case .case_main .case_con .case_view li:hover > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_view li:hover .case_txt {
  border-bottom: 1px dashed transparent;
}
.case .case_main .case_con .case_view li:hover .case_txt::after {
  width: 100%;
}
.case .case_main .case_con .case_view li:hover .case_txt > a {
  color: #f47e36;
}
.case .case_main .case_con .case_view li > a {
  display: block;
  width: 100%;
  height: 242px;
  border: solid 5px #f6f6f6;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .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_con .case_view li .case_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e7e7e7;
  box-sizing: border-box;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view li .case_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 1px dashed #f47e36;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  bottom: 0;
  left: 0;
}
.case .case_main .case_con .case_view li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333333;
  padding: 0 50px 0 12px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.case .case_main .case_con .case_view li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 13px;
  background: url(../images/case_more.png) center no-repeat;
  right: 12px;
  top: 14px;
  animation: 2s infinite myfirst2;
}
.case .case_main .case_con .case_view li:nth-child(2n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 700px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main .ys_tit > a {
  display: block;
  width: 165px;
  height: 46px;
  background-color: #f47e36;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
}
.ys .ys_main .ys_tit > a:hover {
  border-radius: 23px;
}
.ys .ys_main .ys_tit > h4 {
  height: 73px;
  font-family: Impact;
  font-size: 90px;
  line-height: 73px;
  color: #ffffff;
  margin-bottom: 25px;
}
.ys .ys_main .ys_tit > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}
.ys .ys_main .ys_tab {
  width: 565px;
  margin-top: 118px;
  position: relative;
}
.ys .ys_main .ys_tab li {
  width: 100%;
}
.ys .ys_main .ys_tab li > h3 {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #c6c7e9;
}
.ys .ys_main .ys_tab li > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 19px;
  margin-right: 10px;
  background: url(../images/ys_ico.png) center no-repeat;
}
.ys .ys_main .ys_tab li > h3 > span {
  font-size: 18px;
  font-weight: bold;
}
.ys .ys_main .ys_tab li > h4 {
  width: 100%;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  color: #c6c7e9;
  margin-top: 20px;
}
.ys .ys_main .ys_tab li > i {
  display: block;
  width: 1px;
  height: 63px;
  background-color: #ffffff;
  margin: 30px 0 0 23px;
}
.ys .ys_main .ys_tab .ys_hd {
  position: absolute;
  top: 88px;
  left: 690px;
}
.ys .ys_main .ys_tab .ys_hd li {
  width: 10px;
  height: 10px;
  border: solid 1px #1c1e7b;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: 25px;
  cursor: pointer;
}
.ys .ys_main .ys_tab .ys_hd li.on {
  background: #1c1e7b;
}
.ys .ys_main > .ys_tell {
  font-size: 14px;
  color: #cccccc;
  margin-top: 28px;
}
.ys .ys_main > .ys_tell > i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.ys .ys_main > .ys_tell > i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/ys_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.ys .ys_main > .ys_tell > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 5px;
}
.about {
  width: 100%;
  height: 740px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_tit .ab_tit_main > h3 {
  font-size: 28px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 10px;
}
.about .ab_main .ab_tit .ab_tit_main > h4 {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #333333;
}
.about .ab_main .ab_tit .ab_tit_main > h4 > span {
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 1px;
  background-color: #aaaaaa;
}
.about .ab_main .ab_tit > a {
  width: 101px;
  height: 32px;
  background-color: #f47e36;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_con {
  width: 100%;
  margin-top: 57px;
}
.about .ab_main .ab_con .ab_fl {
  width: 370px;
}
.ab_fl >.hd{
  height: 375px;
}
.about .ab_main .ab_con .ab_fl li {
  width: 350px;
  height: 50px;
  margin-top: 15px;
  line-height: 50px;
  border-bottom: solid 1px #d0d1e5;
  box-sizing: border-box;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_con .ab_fl li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 0;
  height: 1px;
  background: #20227d;
}
.about .ab_main .ab_con .ab_fl li.on {
  border-bottom: solid 1px transparent;
}
.about .ab_main .ab_con .ab_fl li.on::after {
  width: 100%;
}
.about .ab_main .ab_con .ab_fl li.on > a {
  color: #20227d;
  font-weight: bold;
}
.about .ab_main .ab_con .ab_fl li.on > a::before {
  right: 8px;
}
.about .ab_main .ab_con .ab_fl li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #5a5b7c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.about .ab_main .ab_con .ab_fl li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #d0d1e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_con .ab_fl li > a::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 11px;
  background: url(../images/ab_ico2.png) center no-repeat;
  right: -50px;
  bottom: 17px;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_con .ab_fl .ab_ewm {
  width: 100%;
  height: 150px;
  margin-top: 45px;
}
.about .ab_main .ab_con .ab_fl .ab_ewm .ab_ewm_txt > h3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 22px;
}
.about .ab_main .ab_con .ab_fl .ab_ewm .ab_ewm_txt > h3 span {
  font-size: 48px;
  font-family: Arial;
  font-weight: bold;
  line-height: 35px;
}
.about .ab_main .ab_con .ab_fl .ab_ewm .ab_ewm_txt > h4 {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 20px;
}
.about .ab_main .ab_con .ab_fl .ab_ewm .ab_ewm_box {
  width: 105px;
  height: 105px;
  padding: 12px;
  box-sizing: border-box;
  background: url(../images/ewm_bg.png) center no-repeat;
}
.about .ab_main .ab_con .ab_fl .ab_ewm .ab_ewm_box > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_con .ab_tab {
  width: 772px;
}
.about .ab_main .ab_con .ab_tab .ab_list {
  width: 100%;
}
.about .ab_main .ab_con .ab_tab .ab_list li {
  width: 100%;
}
.about .ab_main .ab_con .ab_tab .ab_list li:hover > h3 > a {
  transform: translate(5px);
}
.about .ab_main .ab_con .ab_tab .ab_list li > h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  color: #1c1e7b;
}
.about .ab_main .ab_con .ab_tab .ab_list li > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #1c1e7b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .ab_main .ab_con .ab_tab .ab_list li > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  color: #5a5b7c;
  margin: 28px 0 23px;
}
.about .ab_main .ab_con .ab_tab .ab_video {
  width: 100%;
  height: 374px;
  overflow: hidden;
}
.about .ab_main .ab_con .ab_tab .ab_video img {
  width: 100%;
  height: 100%;
}
.news {
  width: 100%;
  margin-top: 72px;
}
.news .news_main .news_c {
  margin-top: 42px;
}
.news .news_main .news_c .news_item {
  float: left;
  width: 572px;
  margin-right: 55px;
}
.news .news_main .news_c .news_item .news_tit {
  width: 100%;
  height: 58px;
  line-height: 58px;
  background-color: #f6f6f6;
  padding: 0 35px 0 25px;
  box-sizing: border-box;
}
.news .news_main .news_c .news_item .news_tit > h3 {
  color: #666666;
}
.news .news_main .news_c .news_item .news_tit > h3 > span {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
.news .news_main .news_c .news_item .news_tit > a {
  width: 27px;
  height: 27px;
  background: url(../images/news_more.png) center no-repeat;
  margin-top: 16px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_c .news_item .news_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .news_c .news_item .news_top {
  width: 100%;
  height: 116px;
  margin-top: 25px;
}
.news .news_main .news_c .news_item .news_top:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_c .news_item .news_top:hover .news_t_txt > h3 > a {
  color: #f47e36;
  transform: translate(5px);
}
.news .news_main .news_c .news_item .news_top > a {
  width: 210px;
  height: 116px;
  overflow: hidden;
}
.news .news_main .news_c .news_item .news_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.news .news_main .news_c .news_item .news_top .news_t_txt {
  width: 308px;
}
.news .news_main .news_c .news_item .news_top .news_t_txt > h3 {
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin: 10px 0 20px;
}
.news .news_main .news_c .news_item .news_top .news_t_txt > h3 > a {
  font-size: 16px;
  width: 70%;
  height: 100%;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_c .news_item .news_top .news_t_txt > h3 > span {
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_c .news_item .news_top .news_t_txt > P {
  width: 100%;
  font-size: 14px;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
}
.news .news_main .news_c .news_item .news_list {
  width: 100%;
}
.news .news_main .news_c .news_item .news_list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: dashed 1px #dcdcdc;
  margin-top: 18px;
}
.news .news_main .news_c .news_item .news_list li:hover > a {
  color: #f47e36;
  transform: translate(5px);
}
.news .news_main .news_c .news_item .news_list li:hover > a::after {
  background: url(../images/news_ico2.png) center no-repeat;
  transform: translateY(-50%) rotateY(360deg);
}
.news .news_main .news_c .news_item .news_list li > a {
  width: 75%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 25px;
  box-sizing: border-box;
  color: #666666;
  position: relative;
}
.news .news_main .news_c .news_item .news_list li > a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/news_ico1.png) center no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_c .news_item .news_list li > span {
  font-size: 14px;
  color: #cccccc;
}
.news .news_main .news_c .news_item:nth-child(2n) {
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 306px;
  padding-top: 50px;
  box-sizing: border-box;
  margin-top: 65px;
  background: url(../images/gg_bg.jpg) center no-repeat;
}
.gg .gg_main .gg_txt {
  color: #ffffff;
}
.gg .gg_main .gg_txt > h3 {
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 13px;
}
.gg .gg_main .gg_txt > h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.gg .gg_main .gg_txt > span {
  display: block;
  width: 56px;
  height: 4px;
  background-color: #ffffff;
  margin: 33px 0 24px;
}
.gg .gg_main .gg_txt > h5 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
.gg .gg_main .gg_txt > a {
  display: block;
  width: 120px;
  height: 38px;
  background-color: #f47e36;
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gg .gg_main .gg_txt > a:hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.honer {
  width: 100%;
  height: 517px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding-top: 60px;
}
.honer .honer_main .honer_con {
  width: 344px;
  height: 388px;
  background-color: #26297e;
  padding-top: 28px;
  box-sizing: border-box;
}
.honer .honer_main .honer_con .honer_tit {
  text-align: center;
  color: #ffffff;
  margin-bottom: 22px;
}
.honer .honer_main .honer_con .honer_tit > h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 8px;
}
.honer .honer_main .honer_con .honer_tit > h4 {
  font-size: 12px;
  line-height: 12px;
  color: #9495b1;
}
.honer .honer_main .honer_con .honer_view {
  width: 200px;
  height: 242px;
  margin: 0 auto;
  position: relative;
}
.honer .honer_main .honer_con .honer_view li {
  width: 100%;
}
.honer .honer_main .honer_con .honer_view li > a {
  display: block;
  width: 190px;
  height: 242px;
  border: solid 5px #f6f6f6;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.honer .honer_main .honer_con .honer_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);
}
.honer .honer_main .honer_con .honer_view li .honer_txt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.honer .honer_main .honer_con .honer_view li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #ffffff;
}
.honer .honer_main .honer_con .honer_view .honer_p,
.honer .honer_main .honer_con .honer_view .honer_n {
  position: absolute;
  width: 18px;
  height: 32px;
  cursor: pointer;
  top: 87px;
}
.honer .honer_main .honer_con .honer_view .honer_p {
  left: -48px;
  background: url(../images/honer_p.png) center no-repeat;
}
.honer .honer_main .honer_con .honer_view .honer_n {
  right: -48px;
  background: url(../images/honer_n.png) center no-repeat;
}
.honer .honer_main .inform {
  width: 837px;
  height: 388px;
  background-color: #ffffff;
  padding: 20px 34px 0;
  box-sizing: border-box;
}
.honer .honer_main .inform .map {
  width: 100%;
  height: 220px;
}
.honer .honer_main .inform .map #allmap {
  width: 100%;
  height: 100%;
}
.honer .honer_main .inform .map #allmap .BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  display: none;
}
.honer .honer_main .inform .in_con {
  width: 100%;
}
.honer .honer_main .inform .in_con input::placeholder {
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .inform .in_con input:focus::placeholder {
  color: transparent;
}
.honer .honer_main .inform .in_con textarea::placeholder {
  font-size: 16px;
  color: #333333;
  letter-spacing: 3px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .inform .in_con textarea:focus::placeholder {
  color: transparent;
}
.honer .honer_main .inform .in_con .inputs {
  width: 100%;
  margin: 20px 0;
}
.honer .honer_main .inform .in_con .inputs > input {
  float: left;
  width: 230px;
  height: 38px;
  padding: 0 10px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
  margin-right: 38px;
}
.honer .honer_main .inform .in_con .inputs .in_btn {
  width: 230px;
  height: 38px;
  position: relative;
}
.honer .honer_main .inform .in_con .inputs .in_btn > input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 100px 0 10px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
}
.honer .honer_main .inform .in_con .inputs .in_btn > img {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 90px;
  height: 100%;
}
.honer .honer_main .inform .in_con > textarea {
  float: left;
  width: 498px;
  height: 47px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #666666;
}
.honer .honer_main .inform .in_con > button {
  float: right;
  cursor: pointer;
  width: 160px;
  height: 38px;
  background-color: #26297e;
  border-radius: 2px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
}
.links {
  width: 100%;
  margin: 50px 0;
}
.links .link_main .link_tit {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.links .link_main .link_list {
  width: calc(1200px - 100px);
}
.links .link_main .link_list a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
}
.links .link_main .link_list a:hover::after,
.links .link_main .link_list a:hover::before {
  width: 100%;
}
.links .link_main .link_list a::after,
.links .link_main .link_list a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #f47e36;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.links .link_main .link_list a::after {
  left: 0;
  top: 0;
}
.links .link_main .link_list a::before {
  right: 0;
  bottom: 0;
}
.links .link_main .link_list a:hover {
  color: #f47e36;
}
