/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 700px;
}
.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: #0576b8;
  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: #0576b8;
  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: #0576b8;
  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: #0576b8;
  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 {
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 18px;
}
.title1 > h3 > a {
  color: #333333;
}
.title1 > h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 28px;
}
.title1 > h4 > span {
  display: inline-block;
  vertical-align: middle;
  width: 495px;
  height: 1px;
  background: #d9d9d9;
}
.title1 > h5 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #333333;
}
.case {
  width: 100%;
  margin-top: 40px;
}
.case .case_main .case_view {
  width: 1200px;
  height: 804px;
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
  margin-top: 43px;
}
.case .case_main .case_view .case_top {
  width: 100%;
  height: 530px;
  border-bottom: 1px solid #cdcdcd;
  box-sizing: border-box;
}
.case .case_main .case_view .case_top > .case_l {
  width: 798px;
  height: 100%;
  border-right: 1px solid #cdcdcd;
  box-sizing: border-box;
  padding: 16px 16px 0;
}
.case .case_main .case_view .case_top > .case_l:hover .case_txt .case_txt_main > a {
  color: #0576b8;
}
.case .case_main .case_view .case_top > .case_l > a {
  display: block;
  width: 100%;
  height: 430px;
}
.case .case_main .case_view .case_top > .case_l > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view .case_top > .case_l .case_txt {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.case .case_main .case_view .case_top > .case_l .case_txt .case_txt_main {
  width: 512px;
}
.case .case_main .case_view .case_top > .case_l .case_txt .case_txt_main > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_view .case_top > .case_l .case_txt .case_txt_main > p {
  width: 100%;
  font-size: 14px;
  color: #7e7e7e;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_view .case_top > .case_l .case_txt > a {
  width: 120px;
  height: 35px;
  background-color: #017dc5;
  border-radius: 17px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
}
.case .case_main .case_view .case_top .case_view_list {
  width: 400px;
}
.case .case_main .case_view .case_top .case_view_list > li {
  width: 100%;
  height: 264px;
  padding: 16px 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #cdcdcd;
}
.case .case_main .case_view .case_top .case_view_list > li:hover > a > img {
  transform: scale(1.1);
}
.case .case_main .case_view .case_top .case_view_list > li:hover .case_txt > a {
  color: #0576b8;
}
.case .case_main .case_view .case_top .case_view_list > li > a {
  display: block;
  width: 100%;
  height: 208px;
  overflow: hidden;
}
.case .case_main .case_view .case_top .case_view_list > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view .case_top .case_view_list > li .case_txt {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.case .case_main .case_view .case_top .case_view_list > li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.case .case_main .case_view .case_top .case_view_list > li:nth-last-child(1) {
  border: none;
}
.case .case_main .case_view .case_botm {
  width: 100%;
}
.case .case_main .case_view .case_botm ul {
  width: 100%;
}
.case .case_main .case_view .case_botm ul > li {
  float: left;
  width: 398px;
  height: 272px;
  padding: 16px 16px 0;
  box-sizing: border-box;
  border-right: 1px solid #cdcdcd;
}
.case .case_main .case_view .case_botm ul > li:hover > a > img {
  transform: scale(1.1);
}
.case .case_main .case_view .case_botm ul > li:hover .case_txt > a {
  color: #0576b8;
}
.case .case_main .case_view .case_botm ul > li > a {
  display: block;
  width: 100%;
  height: 208px;
  overflow: hidden;
}
.case .case_main .case_view .case_botm ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_view .case_botm ul > li .case_txt {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.case .case_main .case_view .case_botm ul > li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.case .case_main .case_view .case_botm ul > li:nth-last-child(1) {
  border: none;
}
.ys {
  width: 100%;
  height: 1274px;
  padding-top: 30px;
  box-sizing: border-box;
  background: url(../images/ys_bg.jpg) center no-repeat;
  margin-top: 60px;
  overflow: hidden;
}
.ys .ys_main .title1 > h3 {
  color: #fff;
}
.ys .ys_main .title1 > h4 {
  color: #fff;
}
.ys .ys_main .title1 > h4 > span {
  background: #fff;
}
.ys .ys_main .title1 > h5 {
  color: #fff;
}
.ys .ys_main .ys_con {
  margin-top: 54px;
}
.ys .ys_main .ys_con .ys_l {
  width: 100%;
  height: 558px;
  position: relative;
}
.ys .ys_main .ys_con .ys_l .ys_list {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_l .ys_list > li {
  width: 100%;
  height: 100%;
  position: relative;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_tit {
  position: absolute;
  right: 0;
  top: 42px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_tit span {
  display: block;
  width: 43px;
  height: 1px;
  background-color: #333333;
  margin-bottom: 40px;
  margin-left: 261px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_tit > p {
  width: 269px;
  height: 22px;
  margin-bottom: 27px;
  margin-left: 36px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_tit > h3 {
  font-size: 24px;
  text-align: right;
  height: 24px;
  line-height: 24px;
  color: #333333;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_tit > img {
  display: block;
  margin-top: 164px;
  width: 305px;
  height: 221px;
  object-fit: cover;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_v {
  height: 500px;
  width: 418px;
  margin-top: 58px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_v > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_txt {
  width: 438px;
  height: 558px;
  padding: 23px 50px 0 40px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_txt > span {
  display: block;
  width: 44px;
  height: 1px;
  background-color: #333333;
  margin-bottom: 22px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_txt > h3 {
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 24px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_txt > h4 {
  font-size: 14px;
  font-family: Arial;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 60px;
}
.ys .ys_main .ys_con .ys_l .ys_list > li .ys_txt .ys_txt_main > h5 {
  background: url(../images/ys_line.jpg) left 15px no-repeat;
  padding-left: 45px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 25px;
}
.ys .ys_main .ys_con .ys_l .ys_p,
.ys .ys_main .ys_con .ys_l .ys_n {
  position: absolute;
  width: 84px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #636363;
  background: #cccccc;
  top: 260px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_l .ys_p:hover,
.ys .ys_main .ys_con .ys_l .ys_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.ys .ys_main .ys_con .ys_l .ys_p:hover,
.ys .ys_main .ys_con .ys_l .ys_n:hover {
  color: #ffffff;
  background: #0576b8;
}
.ys .ys_main .ys_con .ys_l .ys_p {
  left: 1027px;
}
.ys .ys_main .ys_con .ys_l .ys_n {
  left: 1117px;
}
.ys .ys_main .honer {
  width: 100%;
  height: 414px;
  background-color: #ffffff;
  border-top: 7px solid #0576b8;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 40px;
}
.ys .ys_main .honer > h3 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin: 28px 0 40px;
}
.ys .ys_main .honer .honer_view {
  width: 100%;
  height: 240px;
  position: relative;
}
.ys .ys_main .honer .honer_view .tempWrap {
  width: 1160px !important;
  overflow: hidden;
}
.ys .ys_main .honer .honer_view .honer_p,
.ys .ys_main .honer .honer_view .honer_n {
  position: absolute;
  width: 84px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #636363;
  background: #cccccc;
  top: 263px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .honer .honer_view .honer_p:hover,
.ys .ys_main .honer .honer_view .honer_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.ys .ys_main .honer .honer_view .honer_p:hover,
.ys .ys_main .honer .honer_view .honer_n:hover {
  color: #ffffff;
  background: #0576b8;
}
.ys .ys_main .honer .honer_view .honer_p {
  left: 482px;
}
.ys .ys_main .honer .honer_view .honer_n {
  right: 482px;
}
.ys .ys_main .honer .honer_view ul {
  width: 100%;
}
.ys .ys_main .honer .honer_view ul > li {
  float: left;
  width: 275px;
  margin-right: 20px;
  height: 240px;
}
.ys .ys_main .honer .honer_view ul > li:hover > a > img {
  transform: scale(1.1);
}
.ys .ys_main .honer .honer_view ul > li:hover .fc_txt > a {
  color: #0576b8;
}
.ys .ys_main .honer .honer_view ul > li > a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ys .ys_main .honer .honer_view ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys .ys_main .honer .honer_view ul > li .fc_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ys .ys_main .honer .honer_view ul > li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
}
.news {
  width: 100%;
  margin-top: 47px;
}
.news .news_main .news_con {
  margin-top: 50px;
}
.news .news_main .news_con .news_l {
  width: 820px;
  height: 518px;
  border: solid 1px #e5e5e5;
}
.news .news_main .news_con .news_l .news_tit {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tit .news_menu {
  width: 723px;
  padding-left: 18px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tit .news_menu ul > li {
  float: left;
  font-size: 18px;
  color: #666666;
  margin-right: 42px;
  cursor: pointer;
}
.news .news_main .news_con .news_l .news_tit .news_menu ul > li.on {
  font-weight: bold;
  color: #151515;
}
.news .news_main .news_con .news_l .news_tit .news_menu ul > li.on > span {
  font-weight: normal;
}
.news .news_main .news_con .news_l .news_tit .news_menu ul > li > span {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_l .news_tab {
  width: 820px !important;
  height: 455px !important;
  padding: 25px 30px 0;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tab .news_list {
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item {
  width: 760px !important;
  height: 455px !important;
  margin: 0 auto;
  position: relative;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item > a {
  position: absolute;
  width: 95px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-family: Arial;
  color: #666666;
  top: -85px;
  right: -31px;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il {
  width: 272px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il:hover > a > img {
  transform: scale(1.1);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il:hover .news_txt > a {
  color: #0576b8;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il > a {
  display: block;
  width: 100%;
  height: 213px;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il .news_txt {
  width: 100%;
  overflow: hidden;
  height: 183px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il .news_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin: 30px 0 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin-bottom: 28px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news__il .news_txt > span {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir {
  width: 458px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li {
  margin-bottom: 20px;
  width: 100%;
  height: 117px;
  border: solid 2px #e5e5e5;
  box-sizing: border-box;
  padding: 12px 12px 0;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li:hover .news_txtr > a {
  color: #0576b8;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li > a {
  width: 93px;
  height: 93px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li .news_txtr {
  width: 308px;
  margin-left: 20px;
  padding-top: 8px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li .news_txtr > a {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li .news_txtr > p {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .new_ir > ul > li .news_txtr > span {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_r {
  width: 360px;
  height: 518px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
}
.news .news_main .news_con .news_r .aq_tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 17px;
  box-sizing: border-box;
  border-bottom: 2px solid #e5e5e5;
}
.news .news_main .news_con .news_r .aq_tit > h3 {
  float: left;
  font-size: 18px;
  color: #151515;
  margin-right: 42px;
  font-weight: bold;
  cursor: pointer;
}
.news .news_main .news_con .news_r .aq_tit > h3 > span {
  font-size: 14px;
  font-family: Arial;
  color: #666666;
}
.news .news_main .news_con .news_r .aq_tit > a {
  width: 95px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-family: Arial;
  color: #666666;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.news .news_main .news_con .news_r .aq_main {
  width: 300px;
  margin: 0 auto;
}
.news .news_main .news_con .news_r .aq_main .tempWrap {
  width: 100% !important;
}
.news .news_main .news_con .news_r .aq_main ul {
  width: 100%;
}
.news .news_main .news_con .news_r .aq_main ul > li {
  width: 100%;
  height: 126px;
  border-bottom: 1px dashed #e5e5e5;
  box-sizing: border-box;
  margin-top: 15px;
}
.news .news_main .news_con .news_r .aq_main ul > li:hover > a {
  transform: translate(5px);
}
.news .news_main .news_con .news_r .aq_main ul > li:hover > a > span {
  color: #0576b8;
}
.news .news_main .news_con .news_r .aq_main ul > li > a {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 8px;
}
.news .news_main .news_con .news_r .aq_main ul > li > a > i {
  float: left;
  width: 38px;
  height: 38px;
  background-color: #51565c;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  font-family: Arial;
  color: #ffffff;
}
.news .news_main .news_con .news_r .aq_main ul > li > a > span {
  width: 243px;
  float: right;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 38px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .aq_main ul > li > p {
  width: 100%;
}
.news .news_main .news_con .news_r .aq_main ul > li > p > i {
  float: left;
  width: 38px;
  height: 38px;
  background-color: #017dc5;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  font-family: Arial;
  color: #ffffff;
}
.news .news_main .news_con .news_r .aq_main ul > li > p > span {
  width: 243px;
  float: right;
  font-size: 14px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #666666;
}
.inform {
  width: 100%;
  height: 343px;
  padding-top: 30px;
  box-sizing: border-box;
  margin-top: 65px;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main {
  height: 283px;
  padding-top: 32px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.inform .in_main .in_tit {
  text-align: center;
}
.inform .in_main .in_tit h3 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #333333;
  height: 30px;
  line-height: 30px;
}
.inform .in_main .in_tit > h4 {
  margin-bottom: 23px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
}
.inform .in_main .in_tit > span {
  display: block;
  width: 53px;
  height: 4px;
  background-color: #51565c;
  margin: 0 auto;
}
.inform .in_main .in_con {
  margin-top: 30px;
  padding: 0 50px;
  box-sizing: border-box;
}
.inform .in_main .in_con .in_item {
  float: left;
  width: 260px;
  height: 43px;
  position: relative;
  margin-right: 10px;
}
.inform .in_main .in_con .in_item > span {
  position: absolute;
  left: 0;
  top: 10px;
  height: 23px;
  width: 118px;
  padding-left: 50px;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.inform .in_main .in_con .in_item > input {
  width: 100%;
  border-radius: 21px;
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  height: 100%;
  padding-left: 125px;
  padding-right: 10px;
}
.inform .in_main .in_con > img {
  float: right;
  width: 69px;
  height: 43px;
}
.inform .in_main .in_con > .in_item:nth-child(1) > span {
  background: url(../images/in_ico1.png) 18px center no-repeat;
}
.inform .in_main .in_con > .in_item:nth-child(2) > span {
  background: url(../images/in_ico2.png) 18px center no-repeat;
}
.inform .in_main .in_con > .in_item:nth-child(3) {
  width: 238px;
}
.inform .in_main .in_con > .in_item:nth-child(3) > span {
  background: url(../images/in_ico3.png) 18px center no-repeat;
}
.inform .in_main .in_con > .in_item:nth-child(4) {
  margin-right: 0;
  width: 238px;
}
.inform .in_main .in_con > .in_item:nth-child(4) > span {
  background: url(../images/in_ico4.png) 18px center no-repeat;
}
.inform .in_main > button {
  display: block;
  width: 116px;
  height: 60px;
  background: url(../images/bt_bg.png) center no-repeat;
  margin: 32px auto 0;
  color: #ffffff;
  cursor: pointer;
}
.about {
  width: 100%;
  height: 1019px;
  padding-top: 60px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_con {
  width: 100%;
  height: 445px;
  position: relative;
}
.about .ab_main .ab_con .ab_v {
  width: 680px;
  height: 445px;
}
.about .ab_main .ab_con .ab_v > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_con .ab_txt {
  position: absolute;
  width: 617px;
  height: 365px;
  background-color: #0576b8;
  right: 0;
  top: 40px;
  padding: 30px 35px 0 52px;
  box-sizing: border-box;
}
.about .ab_main .ab_con .ab_txt > span {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.about .ab_main .ab_con .ab_txt > h4 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
.about .ab_main .ab_con .ab_txt > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #ffffff;
}
.about .ab_main .ab_con .ab_txt > a {
  display: block;
  font-size: 14px;
  color: #51565c;
  text-align: center;
  width: 172px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
}
.about .ab_main .fc {
  width: 100%;
  height: 414px;
  background-color: #ffffff;
  border-top: 7px solid #0576b8;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 40px;
}
.about .ab_main .fc > h3 {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  margin: 28px 0 40px;
}
.about .ab_main .fc .fc_view {
  width: 100%;
  height: 240px;
  position: relative;
}
.about .ab_main .fc .fc_view .tempWrap {
  width: 1160px !important;
  overflow: hidden;
}
.about .ab_main .fc .fc_view .fc_p,
.about .ab_main .fc .fc_view .fc_n {
  position: absolute;
  width: 84px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #636363;
  background: #cccccc;
  top: 263px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_view .fc_p:hover,
.about .ab_main .fc .fc_view .fc_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .fc .fc_view .fc_p:hover,
.about .ab_main .fc .fc_view .fc_n:hover {
  color: #ffffff;
  background: #0576b8;
}
.about .ab_main .fc .fc_view .fc_p {
  left: 482px;
}
.about .ab_main .fc .fc_view .fc_n {
  right: 482px;
}
.about .ab_main .fc .fc_view ul {
  width: 100%;
}
.about .ab_main .fc .fc_view ul > li {
  float: left;
  width: 275px;
  margin-right: 20px;
  height: 240px;
}
.about .ab_main .fc .fc_view ul > li:hover > a > img {
  transform: scale(1.1);
}
.about .ab_main .fc .fc_view ul > li:hover .fc_txt > a {
  color: #0576b8;
}
.about .ab_main .fc .fc_view ul > li > a {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.about .ab_main .fc .fc_view ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_main .fc .fc_view ul > li .fc_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.about .ab_main .fc .fc_view ul > li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
}
.link {
  width: 100%;
  padding: 28px 0;
}
.link .link_main {
  line-height: 26px;
}
.link .link_main .link_tit {
  width: 141px;
  height: 26px;
  border-right: 1px solid #cbcbcb;
  background: url(../images/link_ico.png) left center no-repeat;
  padding-left: 72px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}
.link .link_main .link_list {
  width: calc(1200px - 150px);
}
.link .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  margin: 0 10px;
  line-height: 26px;
  position: relative;
}
.link .link_main .link_list > a:hover::after,
.link .link_main .link_list > a:hover::before {
  width: 100%;
}
.link .link_main .link_list > a::after,
.link .link_main .link_list > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #0576b8;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.link .link_main .link_list > a::after {
  left: 0;
  top: 0;
}
.link .link_main .link_list > a::before {
  right: 0;
  bottom: 0;
}
.pro {
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
.pro .main {
  overflow: hidden;
  padding-top: 60px;
}
.pro .main .left {
  width: 285px;
  float: left;
  background-color: #ffffff;
}
.pro .main .left .t {
  border-bottom: #d9d9d9 1px solid;
}
.pro .main .left .t h3 {
  padding-left: 105px;
  background: url('../images/pro.png') no-repeat center;
  background-position-x: 52px;
}
.pro .main .left .t h3 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.7s;
}
.pro .main .left .t h3 a:hover {
  color: #017dc5;
}
.pro .main .left > ul > li {
  transition: 0.7s;
  border-left: 2px #ffffff solid;
  border-bottom: #d9d9d9 1px solid;
}
.pro .main .left > ul > li > a {
  padding-left: 76px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  padding-right: 15px;
  background: url('../images/pro1.png') no-repeat center;
  background-position-x: 29px;
  transition: 0.7s;
}
.pro .main .left > ul > li > a:hover {
  color: #017dc5;
}
.pro .main .left > ul > li ul li {
  padding-left: 76px;
  transition: 0.7s;
  height: 0;
  overflow: hidden;
}
.pro .main .left > ul > li ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.7s;
}
.pro .main .left > ul > li ul li a:hover {
  color: #017dc5;
}
.pro .main .left > ul .on {
  border-left: 2px #017dc5 solid;
  background-color: #d9d9d9;
}
.pro .main .left > ul .on > a {
  background: url('../images/pro2.png') no-repeat center;
  background-position-x: 29px;
}
.pro .main .left > ul .on li {
  height: 30px;
}
.pro .main .left .b {
  text-align: center;
  padding-bottom: 27px;
}
.pro .main .left .b .p1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: #333333;
}
.pro .main .left .b .p2 {
  font-family: Impact;
  font-size: 31px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #017dc5;
}
.pro .main .right {
  padding: 20px;
  background-color: #fff;
  float: right;
  width: 855px;
}
.pro .main .right .t {
  width: 855px;
}
.pro .main .right .t .img {
  width: 855px;
  height: 340px;
  display: block;
}
.pro .main .right .t .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.pro .main .right .t p {
  padding: 15px 0;
  height: 30px;
  overflow: hidden;
}
.pro .main .right .t p .a1 {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 500px;
  transition: 0.7s;
}
.pro .main .right .t p .a1:hover {
  color: #017dc5;
}
.pro .main .right .t p .a2 {
  width: 107px;
  height: 32px;
  background-color: #015cb5;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #017dc5;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.pro .main .right .t p .a2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #017dc5;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.pro .main .right .t p .a2:hover {
  color: #017dc5;
  background-color: #fff;
}
.pro .main .right .t p .a2:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.pro .main .right ul {
  overflow: hidden;
  width: 875px;
}
.pro .main .right ul li {
  width: 271px;
  position: relative;
  height: 196px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.pro .main .right ul li .img {
  width: 271px;
  height: 196px;
  display: block;
}
.pro .main .right ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.7s;
}
.pro .main .right ul li .a1 {
  background: url('../images/pro3.png') no-repeat center;
  width: 271px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 280px;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  transition: 0.7s;
  text-align: center;
}
.pro .main .right ul li:hover .a1 {
  height: 196px;
}
