/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 750px;
}
.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: #f5a100;
  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: #f5a100;
  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: #f5a100;
  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: #f5a100;
  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;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
}
.title1 > h3 {
  width: 342px;
  height: 36px;
  margin: 0 auto 23px;
}
.title1 > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.title1 > span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 12px;
  background: url(../images/tit.png) center no-repeat;
}
.title1 h4 {
  font-size: 14px;
  font-family: Arial;
  line-height: 14px;
  color: #888888;
  height: 14px;
}
.search {
  width: 100%;
  margin: 40px auto 18px;
}
.search .search_main .ser_con {
  width: 260px;
  height: 40px;
  position: relative;
}
.search .search_main .ser_con > input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #dcdcdc;
  padding: 0 50px 0 11px;
}
.search .search_main .ser_con > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background: url(../images/ser.png) center no-repeat;
}
.pro {
  width: 100%;
}
.pro .pro_main .title1 > h3 {
  background: url(../images/pro_tit.png) center no-repeat;
}
.pro .pro_main .pro_con {
  margin-top: 70px;
}
.pro .pro_main .pro_con .pro_fl > ul {
  width: 1100px;
  height: 56px;
  margin: 0 10px;
  overflow: hidden;
}
.pro .pro_main .pro_con .pro_fl > ul > li {
  float: left;
  width: 110px;
  height: 100%;
  line-height: 56px;
  font-size: 16px;
}
.pro .pro_main .pro_con .pro_fl > ul > li:hover > a {
  color: #ffffff;
}
.pro .pro_main .pro_con .pro_fl > ul > li:hover > a::after {
  width: 100%;
}
.pro .pro_main .pro_con .pro_fl > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666666;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_con .pro_fl > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/fl_ico.png) center repeat-y;
}
.pro .pro_main .pro_con .pro_fl > a {
  font-size: 14px;
  color: #666666;
  line-height: 56px;
  position: relative;
}
.pro .pro_main .pro_con .pro_fl > a::after,
.pro .pro_main .pro_con .pro_fl > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #f5a100;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_fl > a::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.pro .pro_main .pro_con .pro_fl > a::before {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.pro .pro_main .pro_con .pro_fl > a:hover {
  letter-spacing: 2px;
}
.pro .pro_main .pro_con .pro_fl > a:hover::after,
.pro .pro_main .pro_con .pro_fl > a:hover::before {
  width: 120%;
}
.pro .pro_main .pro_con .pro_view {
  margin-top: 44px;
}
.pro .pro_main .pro_con .pro_view .pro_v_list {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li {
  float: left;
  width: 290px;
  height: 220px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 15px;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:hover .pro_txt {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:hover .pro_txt .pro_txt_con {
  padding-left: 10px;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li .pro_txt {
  width: 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li .pro_txt .pro_txt_con {
  width: 96%;
  height: 50px;
  border: solid 1px #f5a100;
  margin: 5px auto;
  box-sizing: border-box;
  padding: 5px 10px 0;
  overflow: hidden;
  padding-left: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li .pro_txt .pro_txt_con > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #f5a100;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  background: url(../images/pro_err.png) right center no-repeat;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li .pro_txt .pro_txt_con > p {
  width: 100%;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1) {
  width: 590px;
  height: 470px;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1):hover .pro_txt {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1):hover .pro_txt .pro_txt_con {
  padding-left: 21px;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1) .pro_txt {
  width: 0;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1) .pro_txt .pro_txt_con {
  width: 570px;
  height: 90px;
  border: solid 1px #f5a100;
  margin: 10px auto;
  padding: 23px 21px 0;
  box-sizing: border-box;
  padding-left: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1) .pro_txt .pro_txt_con > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #f5a100;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  background: url(../images/pro_err.png) right center no-repeat;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(1) .pro_txt .pro_txt_con > p {
  width: 100%;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(3),
.pro .pro_main .pro_con .pro_view .pro_v_list > li:nth-child(5) {
  margin-right: 0;
}
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  background: url(../images/ab_bg.jpg) center 80px no-repeat;
}
.about .title1 > h3 {
  background: url(../images/about_tit.png) center no-repeat;
}
.about .ab_main .ab_gg {
  width: 100%;
  height: 242px;
  margin-top: 141px;
}
.about .ab_main .ab_gg .ab_gg_txt {
  text-align: right;
}
.about .ab_main .ab_gg .ab_gg_txt > h3 {
  font-size: 36px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 23px;
}
.about .ab_main .ab_gg .ab_gg_txt > p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 18px;
}
.about .ab_main .ab_gg .ab_gg_txt > span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.about .ab_main .ab_gg .ab_gg_txt > h4 {
  font-size: 14px;
  font-family: Arial;
  line-height: 22px;
  color: #ffbe57;
  margin-bottom: 40px;
}
.about .ab_main .ab_gg .ab_gg_txt > h5 > i {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
.about .ab_main .ab_gg .ab_gg_txt > h5 > i > span {
  font-size: 20px;
  font-weight: bold;
}
.about .ab_main .ab_gg .ab_gg_txt > h5 > a {
  display: inline-block;
  width: 125px;
  height: 43px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background: url(../images/ab_more.png) center no-repeat;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  margin: 0 40px 0 45px;
}
.about .ab_main .ab_gg .ab_gg_txt > h5 > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_con {
  width: 100%;
  height: 420px;
  margin-top: 250px;
}
.about .ab_main .ab_con .ab_txt {
  width: 566px;
}
.about .ab_main .ab_con .ab_txt > span {
  display: block;
  width: 293px;
  height: 41px;
  background: url(../images/ab_tit.png) center no-repeat;
  margin-bottom: 25px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.about .ab_main .ab_con .ab_txt > h3 > a {
  color: #333333;
}
.about .ab_main .ab_con .ab_txt > h4 {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
  height: 150px;
  overflow: hidden;
}
.about .ab_main .ab_con .ab_txt > a {
  display: block;
  width: 124px;
  height: 43px;
  background: url(../images/ab_more.png) center no-repeat;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 90px 0 0 410px;
  border-radius: 22px;
}
.about .ab_main .ab_con .ab_txt > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .ab_con .ab_view {
  position: relative;
  width: 235px;
  height: 100%;
  margin-left: 66px;
}
.about .ab_main .ab_con .ab_view > img {
  position: absolute;
  left: 0;
  top: -230px;
}
.about .ab_main .fc {
  margin-top: 70px;
  height: 250px;
  position: relative;
}
.about .ab_main .fc .fc_menu {
  position: absolute;
  top: -146px;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li {
  float: left;
  width: 140px;
  background: url(../images/fc_line.png) right center no-repeat;
  margin-right: 86px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li.on > span {
  color: #f5a100;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li > i {
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li > span {
  display: block;
  font-size: 16px;
  color: #666666;
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(1).on > i {
  background: url(../images/fc_ico1-2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(1) > i {
  background: url(../images/fc_ico1.png) center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(2) {
  margin-right: 0;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(2).on > i {
  background: url(../images/fc_ico2-2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(2) > i {
  background: url(../images/fc_ico2.png) center no-repeat;
}
.about .ab_main .fc .fc_view {
  width: 100%;
  height: 250px;
}
.about .ab_main .fc .fc_view ul {
  height: 100%;
}
.about .ab_main .fc .fc_view ul > li {
  float: left;
  width: 290px;
  height: 250px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 6px 6px 0;
  margin-right: 13px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_view ul > li:hover {
  border: solid 1px #f5a100;
}
.about .ab_main .fc .fc_view ul > li:hover > p > a {
  color: #f5a100;
}
.about .ab_main .fc .fc_view ul > li > a {
  display: block;
  width: 100%;
  height: 200px;
}
.about .ab_main .fc .fc_view ul > li > a > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .fc .fc_view ul > li > p {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-right: 10px;
  box-sizing: border-box;
}
.about .ab_main .fc .fc_view ul > li > p > a {
  width: 200px;
  height: 100%;
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 8px;
  box-sizing: border-box;
}
.about .ab_main .fc .fc_view ul > li > p > span {
  float: right;
  font-size: 14px;
  font-family: Arial;
  color: #d1d1d1;
}
.about .ab_main .fc .fc_view ul > li > p > span > a {
  color: #d1d1d1;
}
.about .ab_main .fc .fc_view ul > li:nth-last-child(1) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 610px;
  margin-top: 80px;
  background: url(../images/ys_bg.jpg) center bottom no-repeat;
}
.ys .ys_main .ys_view {
  margin-top: 14px;
  height: 540px;
  position: relative;
}
.ys .ys_main .ys_view .ys_list > li {
  width: 100%;
}
.ys .ys_main .ys_view .ys_list > li .ys_v {
  width: 528px;
  height: 362px;
  margin-top: 166px;
  margin-left: 94px;
}
.ys .ys_main .ys_view .ys_list > li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt {
  width: 538px;
  height: 478px;
  background-color: #ffffff;
  box-shadow: 0 0 10px #f7f7f7;
  padding: 60px 30px 0;
  box-sizing: border-box;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_tit {
  width: 100%;
  height: 83px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_tit > span {
  font-size: 72px;
  font-weight: bold;
  color: #f0f0f0;
  height: 56px;
  line-height: 56px;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_tit .ys_tit_txt {
  margin-left: 18px;
  margin-top: 8px;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_tit .ys_tit_txt > h3 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 13px;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_tit .ys_tit_txt > p {
  font-size: 16px;
  font-family: Arial;
  color: #e6e6e6;
  height: 16px;
  line-height: 16px;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_txt_main {
  width: 100%;
  margin-top: 50px;
}
.ys .ys_main .ys_view .ys_list > li .ys_txt .ys_txt_main > h5 {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #888888;
  background: url(../images/ys_ico1.png) left 8px no-repeat;
  padding-left: 24px;
  box-sizing: border-box;
  width: 100%;
}
.ys .ys_main .ys_view .ys_p,
.ys .ys_main .ys_view .ys_n {
  position: absolute;
  width: 72px;
  height: 72px;
  cursor: pointer;
  left: 655px;
}
.ys .ys_main .ys_view .ys_p {
  bottom: 58px;
  background: url(../images/ys_p.png) center no-repeat;
}
.ys .ys_main .ys_view .ys_n {
  bottom: 0;
  background: url(../images/ys_n.png) center no-repeat;
}
.team {
  width: 100%;
  margin-top: 5px;
}
.team .team_main .title1 > h3 {
  background: url(../images/team_tit.png) center no-repeat;
}
.team .team_main .team_more {
  font-size: 14px;
  display: block;
  color: #f5a100;
  height: 14px;
  line-height: 14px;
  width: 120px;
  margin: 40px auto;
  text-align: center;
}
.team .team_main .team_box {
  height: 456px;
  position: relative;
}
.team .team_main .team_box .team_view {
  width: 100%;
}
.team .team_main .team_box .team_view .team_view_list > li {
  float: left;
  height: 443px;
  overflow: hidden;
  background-color: #e6e6e6;
  position: relative;
  z-index: 2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top {
  margin-top: 40px;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top > a {
  display: block;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  margin: 0 auto;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top .team_txt {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top .team_txt > a {
  display: block;
  font-size: 24px;
  width: 100%;
  font-weight: bold;
  color: #333333;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top .team_txt > span {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #f5a100;
  margin: 20px auto;
}
.team .team_main .team_box .team_view .team_view_list > li .team_top > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.team .team_main .team_box .team_view .team_view_list > li > p {
  width: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  overflow: hidden;
}
.team .team_main .team_box .team_view .team_view_list > li .team_links {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.team .team_main .team_box .team_view .team_view_list > li .team_links > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  width: 118px;
  height: 36px;
  border: solid 1px #f5a100;
  box-sizing: border-box;
}
.team .team_main .team_box .team_view .team_view_list > li .team_links .review {
  width: 0;
  overflow: hidden;
  border: solid 1px transparent;
  box-sizing: border-box;
}
.team .team_main .team_box .team_view .team_view_list > li .team_links .zx {
  border: solid 1px #f5a100;
  box-sizing: border-box;
  color: #f5a100;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active {
  width: calc(40% - 20px) !important;
  height: 443px;
  background-color: #f5a100;
  padding: 2% 3% 0;
  box-sizing: border-box;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active::after {
  width: 100%;
  height: 13px;
  content: "";
  position: absolute;
  background: url(../images/team_s.png) center no-repeat;
  left: 50%;
  transform: translate(-50%);
  bottom: -6px;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top {
  margin-top: 10px;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top > a {
  float: left;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top .team_txt {
  float: left;
  width: 50%;
  text-align: left;
  margin-left: 30px;
  margin-top: 36px;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top .team_txt > a {
  color: #ffffff;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top .team_txt > span {
  background-color: #ffffff;
  margin: 20px 0;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_top .team_txt > p {
  color: #ffffff;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active > p {
  width: 100%;
  height: 90px;
  margin-top: 35px;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_links {
  text-align: left;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_links > a {
  text-align: center;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_links > a:hover {
  background-color: #d18900;
  color: #ffffff;
  border: solid 1px #d18900;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_links .review {
  width: 118px;
  height: 36px;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.team .team_main .team_box .team_view .team_view_list li.swiper-slide-active .team_links .zx {
  width: 118px;
  height: 36px;
  margin-left: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.team .team_main .team_box .team_p,
.team .team_main .team_box .team_n {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 200px;
  cursor: pointer;
  border: solid 1px #d2d2d2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.team .team_main .team_box .team_p:hover,
.team .team_main .team_box .team_n:hover {
  border-radius: 50%;
  border: solid 1px #f5a100;
}
.team .team_main .team_box .team_p {
  left: -74px;
  background: url(../images/team_p.png) center no-repeat;
}
.team .team_main .team_box .team_p:hover {
  background: url(../images/team_p2.png) center no-repeat #f5a100;
}
.team .team_main .team_box .team_n {
  right: -74px;
  background: url(../images/team_n.png) center no-repeat;
}
.team .team_main .team_box .team_n:hover {
  background: url(../images/team_n2.png) center no-repeat #f5a100;
}
.wit {
  width: 100%;
  margin-top: 50px;
}
.wit .wit_main .title1 > h3 {
  background: url(../images/wit_tit.png) center no-repeat;
}
.wit .wit_main .wit_menu {
  margin-top: 36px;
}
.wit .wit_main .wit_menu > ul {
  text-align: center;
  width: 100%;
}
.wit .wit_main .wit_menu > ul > li {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
}
.wit .wit_main .wit_menu > ul > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: url(../images/wit_menu.png) center no-repeat;
}
.wit .wit_main .wit_menu > ul > li.on {
  box-shadow: 0 0 10px #d1d1d1;
}
.wit .wit_main .wit_menu > ul > li.on::after {
  width: 100%;
}
.wit .wit_main .wit_menu > ul > li.on > a {
  color: #ffffff;
}
.wit .wit_main .wit_menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 2px;
  color: #666666;
  position: relative;
}
.wit .wit_main .wit_menu > ul > li > a::after {
  content: "";
}
.wit .wit_main .wit_view {
  margin-top: 40px;
  height: 460px !important;
}
.wit .wit_main .wit_view .wit_view_list > li {
  float: left;
  width: 576px;
  height: 200px;
  background: url(../images/wit_item.png) right center no-repeat;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
  margin-right: 48px;
  margin-bottom: 30px;
}
.wit .wit_main .wit_view .wit_view_list > li:hover > a > img {
  border: solid 4px #f5a100;
}
.wit .wit_main .wit_view .wit_view_list > li:hover .wit_txt span {
  background: transparent;
}
.wit .wit_main .wit_view .wit_view_list > li:hover .wit_txt span::after {
  width: 100%;
}
.wit .wit_main .wit_view .wit_view_list > li:hover .wit_txt > a {
  color: #f5a100;
  transform: translate(5px);
}
.wit .wit_main .wit_view .wit_view_list > li > a {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.wit .wit_main .wit_view .wit_view_list > li > a > img {
  border: solid 4px #ffffff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt {
  margin-left: 33px;
  width: 350px;
  margin-top: 17px;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > h3 {
  width: 100%;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #666666;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > span {
  display: block;
  margin: 14px 0;
  width: 34px;
  height: 2px;
  background-color: #444444;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #f5a100;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > p {
  width: 100%;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.wit .wit_main .wit_view .wit_view_list > li .wit_txt > a {
  display: block;
  margin-top: 15px;
  font-family: Arial;
  color: #666666;
  font-size: 14px;
}
.wit .wit_main .wit_view .wit_view_list > li:nth-child(2n) {
  margin-right: 0;
}
.wit .wit_main > a {
  display: block;
  width: 124px;
  height: 43px;
  background: url(../images/ab_more.png) center no-repeat;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 6px auto 0;
  border-radius: 22px;
}
.wit .wit_main > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.inform {
  width: 100%;
  height: 305px;
  background-color: #f5a100;
  box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.46);
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.inform .in_ico {
  position: absolute;
  width: 653px;
  height: 487px;
  background: url(../images/in_ico.jpg) center no-repeat;
  right: 0;
  top: -78px;
  z-index: -1;
}


.inform .in_main {
  height: 100%;
  overflow: hidden;
}
.inform .in_main .in_con {
  width: 880px;
  margin-top: 47px;
}
.inform .in_main .in_con > h3 {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  height: 20px;
  margin-bottom: 38px;
}
.inform .in_main .in_con > h3 > span {
  font-size: 20px;
  font-weight: bold;
}
.inform .in_main .in_con .inputs > input {
  float: left;
  width: 280px;
  height: 48px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  padding: 0 10px 0 50px;
  margin-right: 20px;
  margin-bottom: 42px;
  color: #ffffff;
}
.inform .in_main .in_con .inputs #userName {
  background: url(../images/in1.png) 20px center no-repeat;
}
.inform .in_main .in_con .inputs #userPhone {
  background: url(../images/in2.png) 20px center no-repeat;
}
.inform .in_main .in_con .inputs #style {
  margin-right: 0;
  background: url(../images/in3.png) 20px center no-repeat;
}
.inform .in_main .in_con .inputs #content {
  background: url(../images/in4.png) 20px center no-repeat;
}
.inform .in_main .in_con .inputs .kcode {
  width: 280px;
  height: 48px;
  position: relative;
}
.inform .in_main .in_con .inputs .kcode > input {
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  padding: 0 100px 0 20px;
  margin-right: 20px;
  background: transparent;
  color: #ffffff;
}
.inform .in_main .in_con .inputs .kcode > img {
  position: absolute;
  cursor: pointer;
  width: 95px;
  height: 38px;
  right: 5px;
  top: 5px;
}
.inform .in_main .in_con .inputs .btn {
  width: 280px;
  height: 48px;
  position: relative;
}
.inform .in_main .in_con .inputs .btn:hover::after {
  left: 187px;
}
.inform .in_main .in_con .inputs .btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 100%;
  left: 182px;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: url(../images/in5.png) center no-repeat;
}
.inform .in_main .in_con .inputs .btn > button {
  width: 100%;
  height: 100%;
  padding-left: 90px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  background: url(../images/in6.jpg) center no-repeat;
  cursor: pointer;
}
.shop {
  width: 100%;
  height: 820px;
  overflow: hidden;
  margin-top: 75px;
}
.shop .shop_main .title1 > h3 {
  background: url(../images/shop_tit.png) center no-repeat;
}
.shop .shop_main .shop_view {
  margin-top: 60px;
}
.shop .shop_main .shop_view .shop_top {
  width: 600px;
  height: 320px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.shop .shop_main .shop_view .shop_top > a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop .shop_main .shop_view .shop_top > a > img {
  width: 100%;
  height: 100%;
}
.shop .shop_main .shop_view .shop_top:hover .shop_txt {
  width: 100%;
}
.shop .shop_main .shop_view .shop_top:hover .shop_txt .shop_txt_con {
  padding-left: 21px;
}
.shop .shop_main .shop_view .shop_top .shop_txt {
  width: 0;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.shop .shop_main .shop_view .shop_top .shop_txt .shop_txt_con {
  width: 580px;
  height: 90px;
  border: solid 1px #f5a100;
  margin: 10px auto;
  padding: 23px 21px 0;
  box-sizing: border-box;
  padding-left: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition-delay: 0.5s;
}
.shop .shop_main .shop_view .shop_top .shop_txt .shop_txt_con > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #f5a100;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  background: url(../images/pro_err.png) right center no-repeat;
}
.shop .shop_main .shop_view .shop_top .shop_txt .shop_txt_con > p {
  width: 100%;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop .shop_main .shop_view .shop_bottm {
  width: 100%;
  margin-top: 30px;
}
.shop .shop_main .shop_view .shop_bottm > ul {
  height: 320px;
  width: 100%;
  position: relative;
}
.shop .shop_main .shop_view .shop_bottm > ul > li {
  float: left;
  width: 286px;
  height: 320px;
  margin-right: 18px;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:hover .shop_txt {
  box-shadow: 0 0 10px #d8d8d8;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:hover .shop_txt::after {
  height: 100%;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:hover .shop_txt > a {
  color: #ffffff;
  background: url(../images/shop_err.png) 240px center no-repeat;
}
.shop .shop_main .shop_view .shop_bottm > ul > li > a {
  display: block;
  width: 100%;
  height: 266px;
}
.shop .shop_main .shop_view .shop_bottm > ul > li > a > img {
  width: 100%;
  height: 100%;
}
.shop .shop_main .shop_view .shop_bottm > ul > li .shop_txt {
  width: 100%;
  height: 44px;
  background-color: #ebebeb;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.shop .shop_main .shop_view .shop_bottm > ul > li .shop_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  bottom: 0;
  left: 0;
  background: url(../images/shop_txt.png) center no-repeat;
}
.shop .shop_main .shop_view .shop_bottm > ul > li .shop_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 45px 0 10px;
  background: url(../images/shop_err.png) 300px center no-repeat;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:nth-child(4) {
  margin-right: 0;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:nth-child(5) {
  position: absolute;
  top: -350px;
  right: 300px;
  margin-right: 0;
}
.shop .shop_main .shop_view .shop_bottm > ul > li:nth-child(6) {
  position: absolute;
  top: -350px;
  right: 0;
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 562px;
  background: url(../images/gg_bg.jpg) center no-repeat;
  margin-top: 23px;
  padding-top: 110px;
  box-sizing: border-box;
}
.gg .gg_main .gg_txt {
  margin-left: 223px;
}
.gg .gg_main .gg_txt > span {
  display: block;
  width: 212px;
  height: 36px;
  background: url(../images/gg_logo.png) center no-repeat;
}
.gg .gg_main .gg_txt > h3 {
  width: 380px;
  height: 21px;
  margin: 30px 0 22px;
  background: url(../images/gg_txt.png) center no-repeat;
}
.gg .gg_main .gg_txt > h4 {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  color: #b1b1b1;
}
.gg .gg_main .gg_txt > h5 {
  margin-left: 50px;
  margin-top: 60px;
}
.gg .gg_main .gg_txt > h5 .gg_tell > i {
  width: 43px;
  height: 48px;
  background: url(../images/gg_tell.png) center no-repeat;
  animation: msClock 2s infinite;
}
.gg .gg_main .gg_txt > h5 .gg_tell > .gg_num {
  margin-left: 16px;
}
.gg .gg_main .gg_txt > h5 .gg_tell > .gg_num > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-bottom: 14px;
}
.gg .gg_main .gg_txt > h5 .gg_tell > .gg_num > h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  color: #333333;
}
.gg .gg_main .gg_txt > h5 > a {
  width: 66px;
  height: 66px;
  background: url(../images/gg_more.png) center no-repeat;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 7px;
  color: #ffffff;
  margin-left: 16px;
  box-shadow: 0 0 10px #e3e3e3;
}
.gg .gg_main .gg_txt > h5 > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news {
  width: 100%;
}
.news .news_main .title1 > h3 {
  background: url(../images/news_tit.png) center no-repeat;
}
.news .news_main .news_con {
  margin-top: 58px;
}
.news .news_main .news_con .news_item {
  width: 566px;
}
.news .news_main .news_con .news_item .news_tit {
  width: 100%;
  height: 58px;
  padding: 0 16px 0 25px;
  box-sizing: border-box;
  line-height: 58px;
  box-shadow: 0 0 10px #d1d1d1;
  background: url(../images/news_titbg.png) center no-repeat;
}
.news .news_main .news_con .news_item .news_tit:hover > a {
  background: url(../images/news_ico2.png) center no-repeat;
  transform: rotateZ(180deg);
}
.news .news_main .news_con .news_item .news_tit > h3 {
  float: left;
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_con .news_item .news_tit > h3 > span {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-left: 13px;
}
.news .news_main .news_con .news_item .news_tit > a {
  float: right;
  width: 27px;
  height: 27px;
  background: url(../images/news_ico1.png) center no-repeat;
  margin-top: 16px;
}
.news .news_main .news_con .news_item .news_v {
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.news .news_main .news_con .news_item .news_v:hover .news_txt > p > a {
  color: #f5a100;
  transform: translate(5px);
}
.news .news_main .news_con .news_item .news_v > a {
  width: 210px;
  height: 100%;
}
.news .news_main .news_con .news_item .news_v > a > img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_item .news_v .news_txt {
  width: 302px;
  margin-left: 30px;
  margin-top: 37px;
}
.news .news_main .news_con .news_item .news_v .news_txt > p {
  width: 100%;
  margin-bottom: 20px;
}
.news .news_main .news_con .news_item .news_v .news_txt > p > a {
  width: 65%;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_item .news_v .news_txt > p > span {
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_con .news_item .news_v .news_txt > h6 {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news .news_main .news_con .news_item .news_list {
  width: 100%;
}
.news .news_main .news_con .news_item .news_list > ul > li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_item .news_list > ul > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #f5a100;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_item .news_list > ul > li:hover {
  border-bottom: 1px solid transparent;
}
.news .news_main .news_con .news_item .news_list > ul > li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_item .news_list > ul > li:hover > a {
  color: #f5a100;
  transform: translate(5px);
}
.news .news_main .news_con .news_item .news_list > ul > li > a {
  width: 70%;
  font-size: 14px;
  color: #333333;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_item .news_list > ul > li > span {
  float: right;
  color: #666666;
  font-size: 14px;
}
.news .news_main .aq {
  width: 100%;
  margin-top: 32px;
}
.news .news_main .aq .aq_tit {
  width: 190px;
  height: 265px;
  background: url(../images/aq_tit.png) center no-repeat;
  padding: 43px 0 0 35px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #d8d8d8;
}
.news .news_main .aq .aq_tit:hover > a {
  transform: translate(5px);
}
.news .news_main .aq .aq_tit > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.news .news_main .aq .aq_tit > h4 {
  font-size: 56px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  font-family: Arial;
  color: #f4b438;
  margin-bottom: 45px;
}
.news .news_main .aq .aq_tit > a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/aq_more.png) center no-repeat;
}
.news .news_main .aq .aq_main {
  width: 975px;
  margin-top: 30px;
}
.news .news_main .aq .aq_main > ul > li {
  float: left;
  width: 300px;
  background: url(../images/aq_line.png) right center no-repeat;
  margin-right: 37px;
}
.news .news_main .aq .aq_main > ul > li:hover .aq_txt > i {
  color: #f5a100;
}
.news .news_main .aq .aq_main > ul > li:hover .aq_more {
  border: 1px solid #f5a100;
  color: #f5a100;
}
.news .news_main .aq .aq_main > ul > li > .aq_txt {
  display: block;
  width: 240px;
  height: 37px;
}
.news .news_main .aq .aq_main > ul > li > .aq_txt > span {
  float: left;
  width: 51px;
  height: 37px;
  background: url(../images/q.png) center no-repeat;
}
.news .news_main .aq .aq_main > ul > li > .aq_txt > i {
  width: 182px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 37px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .aq .aq_main > ul > li > span {
  display: block;
  width: 240px;
  height: 1px;
  background-color: #ececec;
  margin-bottom: 12px;
  margin-top: 15px;
}
.news .news_main .aq .aq_main > ul > li > h4 {
  width: 240px;
  margin-bottom: 23px;
}
.news .news_main .aq .aq_main > ul > li > h4 > span {
  float: left;
  width: 37px;
  height: 23px;
  background: url(../images/a.png) center no-repeat;
}
.news .news_main .aq .aq_main > ul > li > h4 > i {
  float: right;
  width: 182px;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  color: #666666;
  overflow: hidden;
}
.news .news_main .aq .aq_main > ul > li > i {
  font-size: 14px;
  color: #a3a3a3;
  margin-left: 52px;
}
.news .news_main .aq .aq_main > ul > li > .aq_more {
  display: block;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  border: 1px solid #828282;
  box-sizing: border-box;
  border-radius: 16px;
}
.news .news_main .aq .aq_main > ul > li > .aq_more:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.news .news_main .aq .aq_main > ul > li:nth-last-child(1) {
  margin-right: 0;
  border: none;
}
.links {
  width: 100%;
  margin: 35px auto 24px;
}
.links .link_main .link_tit {
  width: 128px;
  height: 53px;
  background: url(../images/links.jpg) center no-repeat;
  position: relative;
}
.links .link_main .link_tit > span {
  position: absolute;
  left: 47px;
  top: 5px;
  font-size: 14px;
  color: #000000;
}
.links .link_main .link_list {
  width: calc(1200px - 128px - 24px);
}
.links .link_main .link_list > a {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 53px;
  padding: 0 10px;
  margin: 0 5px;
  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: #f5a100;
  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: #f5a100;
}

@media(max-width:1440px) {
  .inform .in_ico{
    width: 430px;
  }
}