/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 890px;
}
.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 > h3 {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 10px;
}
.title1 > h3 a {
  color: #323232;
}
.title1 > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 4px;
  background-color: #da251c;
  border-radius: 2px;
  margin-right: 10px;
}
.title1 > h4 {
  padding-left: 35px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  color: #323232;
}
button,
input {
  border: none;
  outline: none;
}
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/ab_bg.jpg) center top no-repeat;
}
.about .ab_main .ab_num .ab_links {
  padding-top: 27px;
  box-sizing: border-box;
  height: 144px;
}
.about .ab_main .ab_num .ab_links li {
  float: left;
  width: 195px;
  height: 90px;
  border-right: dashed 1px rgba(221, 221, 221, 0.2);
  box-sizing: border-box;
  padding-top: 25px;
}
.about .ab_main .ab_num .ab_links li:hover > i {
  transform: rotateY(360deg);
}
.about .ab_main .ab_num .ab_links li:hover .ab_links_txt > a {
  color: #fff;
}
.about .ab_main .ab_num .ab_links li > i {
  float: left;
  width: 28px;
  height: 28px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_num .ab_links li > i > a {
  display: block;
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_num .ab_links li .ab_links_txt {
  margin-left: 27px;
}
.about .ab_main .ab_num .ab_links li .ab_links_txt > a {
  display: block;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #b0b4ce;
  margin-bottom: 11px;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_num .ab_links li .ab_links_txt > p {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #888dad;
}
.about .ab_main .ab_num .ab_links li:nth-child(1) > i {
  background: url(../images/fc_ico1.png) center no-repeat;
}
.about .ab_main .ab_num .ab_links li:nth-child(1):hover > i {
  background: url(../images/fc_ico1-2.png) center no-repeat;
}
.about .ab_main .ab_num .ab_links li:nth-child(2) {
  padding-left: 34px;
  border: none;
}
.about .ab_main .ab_num .ab_links li:nth-child(2) > i {
  background: url(../images/fc_ico2.png) center no-repeat;
}
.about .ab_main .ab_num .ab_links li:nth-child(2):hover > i {
  background: url(../images/fc_ico2-2.png) center no-repeat;
}
.about .ab_main .ab_num .ab_num_main {
  padding-top: 27px;
  box-sizing: border-box;
}
.about .ab_main .ab_num .ab_num_main li {
  float: left;
  height: 90px;
  border-right: dashed 1px #dddddd;
  box-sizing: border-box;
  width: 180px;
  margin-right: 75px;
  padding-top: 5px;
}
.about .ab_main .ab_num .ab_num_main li > p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 14px;
}
.about .ab_main .ab_num .ab_num_main li > p > span {
  display: inline-block;
  vertical-align: top;
  font-size: 54px;
  line-height: 54px;
  font-weight: 100;
  color: #333333;
}
.about .ab_main .ab_num .ab_num_main li > h3 {
  font-size: 14px;
  height: 14px;
  color: #666666;
  margin-top: 10px;
  text-align: center;
  line-height: 14px;
}
.about .ab_main .ab_num .ab_num_main li:nth-last-child(1) {
  border: none;
  margin-right: 0;
}
.about .ab_main .ab_con {
  width: 100%;
}
.about .ab_main .ab_con .ab_tit {
  margin-top: 104px;
}
.about .ab_main .ab_con .ab_tit > a {
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_con .ab_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_con > h5 {
  width: 1192px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 150px;
  overflow: hidden;
  margin-top: 34px;
}
.about .ab_main .ab_con .fc_view {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.about .ab_main .ab_con .fc_view .tempWrap {
  width: 100% !important;
}
.about .ab_main .ab_con .fc_view .fc_p,
.about .ab_main .ab_con .fc_view .fc_n {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 134px;
  border: solid 2px #dddddd;
  box-sizing: border-box;
  border-radius: 50%;
}
.about .ab_main .ab_con .fc_view .fc_p {
  left: -210px;
  background: url(../images/fc_p.png) center no-repeat;
}
.about .ab_main .ab_con .fc_view .fc_n {
  right: -210px;
  background: url(../images/fc_n.png) center no-repeat;
}
.about .ab_main .ab_con .fc_view li {
  float: left;
  width: 370px;
  height: 328px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(214, 217, 216, 0.56);
  border-radius: 10px;
  margin-right: 45px;
  margin-bottom: 20px;
}
.about .ab_main .ab_con .fc_view li:hover > a > img {
  transform: scale(1);
}
.about .ab_main .ab_con .fc_view li > a {
  display: block;
  width: 360px;
  height: 258px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.about .ab_main .ab_con .fc_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);
}
.about .ab_main .ab_con .fc_view li .fc_txt {
  width: 360px;
  height: 60px;
  line-height: 60px;
  margin: 5px auto 0;
}
.about .ab_main .ab_con .fc_view li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  position: relative;
  padding: 0 55px 0 22px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .ab_main .ab_con .fc_view li .fc_txt > a::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 17px;
  background: url(../images/fc_more.png) center no-repeat;
  top: 18px;
  right: 22px;
  animation: 2s infinite myfirst2;
}
.pro {
  width: 100%;
  margin-top: 78px;
}
.pro .pro_main .pro_menu {
  width: 100%;
}
.pro .pro_main .pro_menu .pro_menu_list {
  max-width: 1000px;
  padding: 10px 0;
}
.pro .pro_main .pro_menu .pro_menu_list li {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #323232;
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
}
.pro .pro_main .pro_menu .pro_menu_list li:hover::after {
  width: 100%;
}
.pro .pro_main .pro_menu .pro_menu_list li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #49507e;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_menu .pro_menu_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #323232;
}
.pro .pro_main .pro_view {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main .pro_view li {
  float: left;
  width: 380px;
  margin: 0 30px 30px 0;
}
.pro .pro_main .pro_view li:hover > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_view li:hover .pro_txt::after {
  transform: rotateX(0);
}
.pro .pro_main .pro_view li:hover .pro_txt .pro_txt_main > a {
  color: #fff;
}
.pro .pro_main .pro_view li:hover .pro_txt .pro_txt_main > p {
  color: #fff;
}
.pro .pro_main .pro_view li:hover .pro_txt > a {
  color: #ffffff;
  background-color: #da251c;
  border: solid 1px #da251c;
}
.pro .pro_main .pro_view li > a {
  display: block;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_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);
}
.pro .pro_main .pro_view li .pro_txt {
  width: 100%;
  height: 105px;
  background-color: #f3f4f7;
  padding: 32px 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pro .pro_main .pro_view li .pro_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #49507e;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transform: rotateX(90deg);
  transform-origin: 0 0;
}
.pro .pro_main .pro_view li .pro_txt .pro_txt_main {
  width: 200px;
}
.pro .pro_main .pro_view li .pro_txt .pro_txt_main > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view li .pro_txt .pro_txt_main > p {
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 12px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view li .pro_txt > a {
  width: 126px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
}
.pro .pro_main .pro_view li:nth-child(3n) {
  margin-right: 0;
}
.eight {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  height: 727px;
  background: url(../images/eight_bg.jpg) center no-repeat;
}
.eight .eight_main .eight_tit .eight_tt > p > span {
  display: block;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
  color: #b0b4ce;
  margin-bottom: 10px;
}
.eight .eight_main .eight_tit .eight_tt > p > span > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 2px;
  background: #b0b4ce;
  margin-right: 5px;
}
.eight .eight_main .eight_tit .eight_tt > p > i {
  display: block;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
}
.eight .eight_main .eight_tit .eight_tt > span {
  font-size: 76px;
  height: 58px;
  line-height: 58px;
  color: #e61430;
  font-weight: bold;
}
.eight .eight_main .eight_tit .eight_tt .ei_txt2 {
  margin-left: 10px;
}
.eight .eight_main .eight_tit .eight_tt .ei_txt2 > h3 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 7px;
}
.eight .eight_main .eight_tit .eight_tt .ei_txt2 > h4 {
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #b0b4ce;
}
.eight .eight_main .eight_tit .eight_tt .ei_txt2 > i {
  display: block;
  width: 180px;
  height: 1px;
  margin-top: 5px;
  background: #b0b4ce;
}
.eight .eight_main .eight_tit > a {
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.eight .eight_main .eight_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.eight .eight_main .eight_con {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.eight .eight_main .eight_con li {
  float: left;
  width: 400px;
  height: 178px;
  padding-top: 47px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.eight .eight_main .eight_con li:hover {
  box-shadow: 0px 0px 5px 0px rgba(12, 18, 55, 0.1);
}
.eight .eight_main .eight_con li:hover > i {
  animation: 2s infinite msClock;
}
.eight .eight_main .eight_con li:hover .eight_txt > h3 {
  transform: translateY(-5px);
}
.eight .eight_main .eight_con li:hover .eight_txt > h4 {
  transform: translateY(-5px);
}
.eight .eight_main .eight_con li > i {
  width: 50px;
  height: 50px;
  margin-left: 38px;
}
.eight .eight_main .eight_con li .eight_txt {
  margin-left: 22px;
  margin-top: 10px;
}
.eight .eight_main .eight_con li .eight_txt > h3 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 10px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.eight .eight_main .eight_con li .eight_txt > h4 {
  width: 270px;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.eight .eight_main .eight_con li:nth-child(1) > i {
  background: url(../images/eight1.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(2) > i {
  background: url(../images/eight2.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(3) > i {
  background: url(../images/eight3.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(4) {
  background-color: #f3f4f7;
}
.eight .eight_main .eight_con li:nth-child(4) > i {
  background: url(../images/eight4.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(5) {
  background-color: #f3f4f7;
}
.eight .eight_main .eight_con li:nth-child(5) > i {
  background: url(../images/eight5.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(6) {
  background-color: #f3f4f7;
}
.eight .eight_main .eight_con li:nth-child(6) > i {
  background: url(../images/eight6.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(7) > i {
  background: url(../images/eight7.png) center no-repeat;
}
.eight .eight_main .eight_con li:nth-child(8) > i {
  background: url(../images/eight8.png) center no-repeat;
}
.eight .eight_main .eight_con > .eight_txt {
  position: absolute;
  width: 400px;
  height: 178px;
  background: url(../images/eight_txt.jpg) center no-repeat;
  right: 0;
  bottom: 0;
  padding: 40px 0 0 42px;
  box-sizing: border-box;
  color: #ffffff;
}
.eight .eight_main .eight_con > .eight_txt > span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 23px;
}
.eight .eight_main .eight_con > .eight_txt > h3 {
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
.eight .eight_main .eight_con > .eight_txt > h4 {
  font-size: 14px;
  line-height: 30px;
}
.ys {
  width: 100%;
  margin-top: 43px;
  overflow: hidden;
}
.ys .ys_main .ys_tab {
  position: relative;
}
.ys .ys_main .ys_tab .title1 {
  position: absolute;
  top: 0;
  width: 560px;
  left: 35px;
  padding-top: 44px;
  box-sizing: border-box;
  background: url(../images/ys_tit.png) 30px top no-repeat;
}
.ys .ys_main .ys_tab li {
  width: 100%;
  height: 555px;
}
.ys .ys_main .ys_tab li .ys_txt {
  width: 510px;
  border-top: solid 1px #525782;
  box-sizing: border-box;
  padding-top: 40px;
  margin-top: 130px;
  margin-left: 35px;
}
.ys .ys_main .ys_tab li .ys_txt:hover > h3 {
  transform: translateY(-5px);
}
.ys .ys_main .ys_tab li .ys_txt:hover > h4 {
  line-height: 25px;
}
.ys .ys_main .ys_tab li .ys_txt > h3 {
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 23px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_tab li .ys_txt > h4 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.3s;
}
.ys .ys_main .ys_tab li .ys_v {
  width: 590px;
  height: 555px;
  position: relative;
}
.ys .ys_main .ys_tab li .ys_v > img {
  position: absolute;
  left: 0;
  top: 0;
}
.ys .ys_main .ys_tab .ys_p,
.ys .ys_main .ys_tab .ys_n {
  position: absolute;
  width: 130px;
  height: 40px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  bottom: 152px;
}
.ys .ys_main .ys_tab .ys_p {
  left: 34px;
  background-color: #da251c;
  border-radius: 20px 0px 0px 20px;
}
.ys .ys_main .ys_tab .ys_n {
  left: 164px;
  background-color: #515781;
  border-radius: 0px 20px 20px 0px;
}
.gg {
  width: 100%;
  height: 345px;
  padding-top: 84px;
  box-sizing: border-box;
  background: url(../images/gg_bg.jpg) center no-repeat;
}
.gg .gg_main {
  position: relative;
}
.gg .gg_main::after {
  content: "";
  position: absolute;
  width: 290px;
  height: 377px;
  top: -162px;
  left: 0;
  background: url(../images/gg_ico.png) center no-repeat;
}
.gg .gg_main .gg_txt {
  color: #ffffff;
}
.gg .gg_main .gg_txt h3 {
  font-size: 28px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
.gg .gg_main .gg_txt > h4 {
  width: 585px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  margin-bottom: 37px;
  border-top: 1px solid rgba(221, 220, 221, 0.4);
  border-bottom: 1px solid rgba(221, 220, 221, 0.4);
}
.gg .gg_main .gg_txt > h5 {
  font-size: 22px;
  height: 44px;
  line-height: 44px;
  position: relative;
}
.gg .gg_main .gg_txt > h5::after {
  content: "";
  position: absolute;
  width: 372px;
  height: 2px;
  background-color: #ffffff;
  left: 26px;
  bottom: 0;
}
.gg .gg_main .gg_txt > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  animation: 2s infinite msClock;
  background: url(../images/gg_tell.png) center no-repeat;
}
.gg .gg_main .gg_txt > h5 > a {
  width: 144px;
  height: 40px;
  background-color: #da251c;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  box-shadow: none;
}
.honer {
  width: 100%;
  height: 440px;
  padding-top: 70px;
  box-sizing: border-box;
  background-color: #f3f4f7;
}
.honer .honer_main .ab_tit > a {
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .ab_tit > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.honer .honer_main .honer_con {
  width: 100%;
  margin-top: 40px;
}
.honer .honer_main .honer_con .honer_menu {
  width: 210px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  overflow: hidden;
}
.honer .honer_main .honer_con .honer_menu li {
  width: 100%;
  height: 108px;
  border-bottom: dashed 1px #dddddd;
  padding: 30px 0 0 22px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-sizing: border-box;
  position: relative;
}
.honer .honer_main .honer_con .honer_menu li::after{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #012651;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .honer_con .honer_menu li:nth-child(2)::after{
  bottom: 4px;
}
.honer .honer_main .honer_con .honer_menu li.on {
  transform: scale(1.1);
}
.honer .honer_main .honer_con .honer_menu li.on::after{
  width: 100%;
}
.honer .honer_main .honer_con .honer_menu li.on > a > span {
  color: #49507e;
}
.honer .honer_main .honer_con .honer_menu li > i {
  width: 32px;
  height: 30px;
}
.honer .honer_main .honer_con .honer_menu li > a {
  float: left;
  margin-left: 25px;
}
.honer .honer_main .honer_con .honer_menu li > a > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.honer .honer_main .honer_con .honer_menu li > a > i {
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #666666;
}
.honer .honer_main .honer_con .honer_menu li:nth-child(1) > i {
  background: url(../images/honer1.png) center no-repeat;
}
.honer .honer_main .honer_con .honer_menu li:nth-child(1).on > i {
  background: url(../images/honer1-2.png) center no-repeat;
}
.honer .honer_main .honer_con .honer_menu li:nth-child(2) > i {
  background: url(../images/honer2.png) center no-repeat;
}
.honer .honer_main .honer_con .honer_menu li:nth-child(2).on > i {
  background: url(../images/honer2-2.png) center no-repeat;
}
.honer .honer_main .honer_con .honer_view {
  width: 920px;
}
.honer .honer_main .honer_con .honer_view .honer_view_list {
  width: 100%;
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li {
  float: left;
  width: 165px;
  height: 216px;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  margin-right: 22px;
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li:hover > a > img {
  transform: scale(1);
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li > a::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;
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li > a: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%;
}
.honer .honer_main .honer_con .honer_view .honer_view_list 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);
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li .honer_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: none;
}
.honer .honer_main .honer_con .honer_view .honer_view_list ul li:nth-child(5n) {
  margin-right: 0;
}
.gc {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.gc .gc_main{
  position: relative;
}

.gc .gc_main .title1{
  position: absolute;
  top: 0;
  left: 0;
}

.gc .gc_main .gc_view {
  width: 100%;
}
.gc .gc_main .gc_view li {
  width: 100%;
}
.gc .gc_main .gc_view li .gc_txt {
  width: 503px;
  margin-top: 120px;
}
.gc .gc_main .gc_view li .gc_txt > h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #3c4471;
  margin-bottom: 35px;
}
.gc .gc_main .gc_view li .gc_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3c4471;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gc .gc_main .gc_view li .gc_txt > h4 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  color: #656565;
  margin-bottom: 34px;
}
.gc .gc_main .gc_view li .gc_txt > a {
  display: block;
  width: 144px;
  height: 38px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  border: solid 1px #dddcdd;
  box-shadow: none;
}
.gc .gc_main .gc_view li > a {
  width: 600px;
  height: 492px;
  position: relative;
}
.gc .gc_main .gc_view li > a > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 959px;
  height: 492px;
}
.gc .gc_menu {
  width: 100%;
}
.gc .gc_menu ul {
  width: 100%;
}
.gc .gc_menu ul li {
  float: left;
  width: 20%;
  background-color: #3c4471;
  height: 232px;
  border-right: 1px solid rgba(231, 231, 231, 0.2);
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.gc .gc_menu ul li.on {
  transform: scale(1.1);
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(12, 18, 55, 0.26);
}
.gc .gc_menu ul li.on > a > span {
  top: 100%;
  opacity: 0;
}
.gc .gc_menu ul li.on > a > i {
  top: 0;
  opacity: 1;
}
.gc .gc_menu ul li.on .gc_txt > a {
  color: #3c4471;
}
.gc .gc_menu ul li.on .gc_txt > p {
  color: #3c4471;
}
.gc .gc_menu ul li > a {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  border: solid 1px #bfc4e1;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 43px auto 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.gc .gc_menu ul li > a > span,
.gc .gc_menu ul li > a > i {
  position: absolute;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
}
.gc .gc_menu ul li > a > span {
  top: 0;
}
.gc .gc_menu ul li > a > i {
  top: 100%;
  opacity: 0;
}
.gc .gc_menu ul li .gc_txt {
  color: #ffffff;
  text-align: center;
}
.gc .gc_menu ul li .gc_txt > a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.gc .gc_menu ul li .gc_txt > p {
  width: 100%;
  font-size: 12px;
  font-weight: 100;
  height: 12px;
  line-height: 12px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.gc .gc_menu ul li:nth-child(1) > a > span {
  background: url(../images/gc_ico1.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(1) > a > i {
  background: url(../images/gc_ico1-2.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(2) > a > span {
  background: url(../images/gc_ico2.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(2) > a > i {
  background: url(../images/gc_ico2-2.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(3) > a > span {
  background: url(../images/gc_ico3.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(3) > a > i {
  background: url(../images/gc_ico3-2.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(4) > a > span {
  background: url(../images/gc_ico4.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(4) > a > i {
  background: url(../images/gc_ico4-2.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(5) > a > span {
  background: url(../images/gc_ico5.png) center no-repeat;
}
.gc .gc_menu ul li:nth-child(5) > a > i {
  background: url(../images/gc_ico5-2.png) center no-repeat;
}
.news {
  width: 100%;
  margin-top: 70px;
}
.news .news_main .news_menu li {
  float: left;
  font-size: 16px;
  color: #323232;
}
.news .news_main .news_menu li.on > a {
  color: #49507e;
  font-weight: bold;
}
.news .news_main .news_menu li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #323232;
}
.news .news_main .news_menu li > a span {
  margin: 0 15px;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 40px;
}
.news .news_main .news_con .news_list .news_item .news_top {
  width: 100%;
  height: 250px;
  background-color: #f3f4f7;
  border-radius: 5px;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_top .news_hd {
  position: absolute;
  right: 30px;
  bottom: 55px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_hd li {
  float: left;
  width: 9px;
  height: 9px;
  border: solid 1px #a4a6ba;
  box-sizing: border-box;
  margin: 0 10px;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_hd li.on {
  background: #49507e;
  border: solid 1px #49507e;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li:hover .news_txt > h3 > a {
  color: #49507e;
  transform: translate(5px);
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li > a {
  width: 384px;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li > a::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;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li > a: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%;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_txt {
  width: 560px;
  margin: 55px 0 0 50px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_txt > h3 {
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #262626;
  margin-bottom: 23px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #7c7c7c;
  margin-bottom: 25px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_txt > a {
  display: block;
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_time {
  text-align: right;
  margin-left: 80px;
  margin-top: 55px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_time > span {
  display: block;
  font-size: 20px;
  color: #262626;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.news .news_main .news_con .news_list .news_item .news_top .news_top_list li .news_time > p {
  font-size: 34px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  color: #3b3f6a;
}
.news .news_main .news_con .news_list .news_item .news_botm {
  width: 100%;
  margin-top: 30px;
}
.news .news_main .news_con .news_list .news_item .news_botm li {
  float: left;
  width: 384px;
  height: 174px;
  border-radius: 5px;
  border: solid 1px #f3f4f7;
  padding: 30px 26px 0;
  box-sizing: border-box;
  margin: 0 24px 30px 0;
  position: relative;
  z-index: 1;
}
.news .news_main .news_con .news_list .news_item .news_botm li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #f3f4f7;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 0;
  top: 0;
}
.news .news_main .news_con .news_list .news_item .news_botm li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_list .news_item .news_botm li:hover > h5 > a {
  background-color: #49507e;
  color: #fff;
}
.news .news_main .news_con .news_list .news_item .news_botm li > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_list .news_item .news_botm li > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 12px 0 15px 0;
}
.news .news_main .news_con .news_list .news_item .news_botm li > h5 > a {
  width: 90px;
  height: 26px;
  background-color: #f3f4f7;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #49507e;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
}
.news .news_main .news_con .news_list .news_item .news_botm li > h5 > a:hover {
  --shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
  --shadow-hover: 0 4px 20px -2px rgba(39, 94, 254, 0.5);
}
.news .news_main .news_con .news_list .news_item .news_botm li > h5 > span {
  line-height: 26px;
  font-size: 12px;
  color: #333333;
}
.news .news_main .news_con .news_list .news_item .news_botm li:nth-child(3n) {
  margin-right: 0;
}
.case {
  width: 100%;
  margin-top: 42px;
}
.case .case_main .ab_tit > a {
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddcdd;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  box-shadow: none;
}
.case .case_view {
  width: 100%;
  margin-top: 40px;
}
.case .case_view ul li {
  width: 690px;
  height: 400px;
  border-radius: 5px;
  position: relative;
}
.case .case_view ul li:hover > a > img {
  transform: scale(1.1);
}
.case .case_view ul li.swiper-slide-active .case_txt {
  width: 654px;
  opacity: 1;
}
.case .case_view ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .case_view ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_view ul li .case_txt {
  position: absolute;
  width: 0;
  height: 86px;
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  overflow: hidden;
  opacity: 0;
  transition-delay: 0.2s;
}
.case .case_view ul li .case_txt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #3c4370;
  margin-bottom: 18px;
}
.case .case_view ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links {
  width: 100%;
  margin: 70px 0;
}
.links .link_main .link_tit {
  text-align: center;
}
.links .link_main .link_tit > p {
  font-size: 14px;
  color: #666666;
  height: 14px;
  line-height: 14%;
  margin-bottom: 10px;
}
.links .link_main .link_tit > h3 {
  font-size: 34px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  color: #333333;
}
.links .link_main .link_list {
  width: calc(1200px - 110px);
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
  padding: 0 10px;
  margin: 0 10px;
  line-height: 29px;
  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: #49507e;
  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;
}
.inform {
  width: 100%;
  height: 190px;
  padding-top: 40px;
  box-sizing: border-box;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .ewm {
  width: 113px;
  height: 113px;
  background: url(../images/ewm_bg.png) center no-repeat;
  padding: 12px;
  box-sizing: border-box;
}
.inform .in_main .ewm > img {
  width: 100%;
  height: 100%;
}
.inform .in_main .in_con {
  padding-top: 15px;
  box-sizing: border-box;
}
.inform .in_main .in_con .in_puts > input {
  float: left;
  width: 340px;
  height: 32px;
  background-color: #f3f4f7;
  border-radius: 5px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-right: 10px;
}
.inform .in_main .in_con .in_puts .in_item {
  width: 340px;
  height: 32px;
  position: relative;
}
.inform .in_main .in_con .in_puts .in_item > input {
  float: left;
  width: 340px;
  height: 32px;
  background-color: #f3f4f7;
  border-radius: 5px;
  padding: 0 100px 0 20px;
  box-sizing: border-box;
  margin-right: 10px;
}
.inform .in_main .in_con .in_puts .in_item > img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 80px;
  border-radius: 5px;
}
.inform .in_main .in_con .btns {
  margin-top: 10px;
}
.inform .in_main .in_con .btns > input {
  float: left;
  width: 874px;
  height: 40px;
  background-color: #f3f4f7;
  border-radius: 5px;
  padding: 0 20px;
  box-sizing: border-box;
}
.inform .in_main .in_con .btns > button {
  width: 157px;
  height: 40px;
  background-color: #da251c;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #f3f4f7;
}
