/*-----------------------------------------------------------*/
/*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: 125px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 2px;
  background-color: #ffffff;
  text-align: center;
  margin: 0 10px;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #0958cf;
  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: #0958cf;
  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: #0958cf;
  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: #0958cf;
  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%;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title1 > h4 {
  font-size: 18px;
  line-height: 18px;
  color: rgba(153, 153, 153, 0.4);
  font-weight: bold;
  margin-bottom: 6px;
}
.title1 h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
}
.title1 h3 a {
  color: #333333;
}
.ser {
  width: 100%;
  position: relative;
  z-index: 2;
}
.ser .ser_main {
  position: absolute;
  height: 162px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(3, 0, 0, 0.1);
  top: -113px;
  left: 50%;
  margin-left: -600px;
  border-bottom: 3px solid #333333;
  box-sizing: border-box;
  padding: 42px 30px 0;
}
.ser .ser_main .ser_con {
  width: 316px;
  height: 73px;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
}
.ser .ser_main .ser_con .ser_box {
  width: 241px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
}
.ser .ser_main .ser_con .ser_box > input {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #dedede;
  color: #999999;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  border-radius: 25px;
}
.ser .ser_main .ser_con .ser_box > input:focus {
  color: #333;
}
.ser .ser_main .ser_con .ser_box > button {
  position: absolute;
  width: 22px;
  height: 100%;
  background: url(../images/ser.png) center no-repeat;
  cursor: pointer;
  top: 0;
  right: 25px;
}
.ser .ser_main .ser_txt {
  width: 510px;
  text-align: center;
  height: 73px;
  border-right: 1px solid #dedede;
  box-sizing: border-box;
}
.ser .ser_main .ser_txt > p {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 30px;
}
.ser .ser_main .ser_txt > p > span {
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 1px;
  background-color: #dedede;
  margin: 0 23px;
}
.ser .ser_main .ser_txt > h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #0958cf;
}
.pro {
  width: 100%;
  padding-top: 117px;
  background: url(../images/pro_bg.jpg) center no-repeat;
}
.pro .pro_main .pro_con {
  width: 100%;
}
.pro .pro_main .pro_con .pro_menu {
  width: 100%;
  height: 60px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
  margin: 48px 0 30px;
}
.pro .pro_main .pro_con .pro_menu ul {
  width: 100%;
}
.pro .pro_main .pro_con .pro_menu ul li {
  float: left;
  width: 12.5%;
  height: 100%;
  line-height: 58px;
  font-size: 16px;
  color: #333333;
  border-right: 1px solid #dedede;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_menu ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro .pro_main .pro_con .pro_menu ul li:hover > a {
  color: #0958cf;
  font-weight: bold;
}
.pro .pro_main .pro_con .pro_menu ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_con .pro_menu ul li:nth-last-child(1) {
  border-right: none;
}
.pro .pro_main .pro_con .pro_view {
  width: 100%;
}
.pro .pro_main .pro_con .pro_view ul li {
  float: left;
  width: 373px;
  margin: 0 40px 40px 0;
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_v > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt > a {
  color: #0958cf;
}
.pro .pro_main .pro_con .pro_view ul li:hover .pro_txt > a::after {
  background: url(../images/pro_line2.png) center no-repeat;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v {
  width: 100%;
  height: 390px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
  border: solid 1px #dedede;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.pro .pro_main .pro_con .pro_view ul li .pro_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.05);
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt {
  width: 100%;
  margin-top: 32px;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 210px;
  box-sizing: border-box;
}
.pro .pro_main .pro_con .pro_view ul li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 8px;
  background: url(../images/pro_line1.png) center no-repeat;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_con .pro_view ul li:nth-child(3n) {
  margin-right: 0;
}
.about {
  width: 100%;
  height: 728px;
  margin-top: 70px;
  background: url(../images/ab_bg.jpg) center bottom no-repeat;
}
.about .ab_main .ab_v {
  width: 600px;
  height: 680px;
  border-radius: 100px 100px 0px 100px;
  position: relative;
  z-index: 1;
}
.about .ab_main .ab_v::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 680px;
  background-color: #0958cf;
  border-radius: 100px 100px 0px 100px;
  z-index: -1;
  left: -12px;
  bottom: -11px;
}
.about .ab_main .ab_v > img {
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 0px 100px;
}
.about .ab_main .ab_txt {
  width: 540px;
}
.about .ab_main .ab_txt > p {
  width: 379px;
  height: 54px;
  margin-top: 75px;
  margin-bottom: 82px;
  background: url(../images/ab_tt.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_txt_main > h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}
.about .ab_main .ab_txt .ab_txt_main > span {
  display: block;
  width: 39px;
  height: 3px;
  background-color: #0958cf;
  margin: 40px 0 33px;
}
.about .ab_main .ab_txt .ab_txt_main > h5 {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  height: 114px;
  color: #333333;
  overflow: hidden;
  margin-bottom: 90px;
}
.about .ab_main .ab_txt .ab_txt_main .honer {
  width: 100%;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul {
  width: 100%;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li {
  float: left;
  width: 240px;
  margin-right: 36px;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:hover > a > img {
  transform: scale(1.05);
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:hover .honer_txt {
  border-bottom: 1px solid transparent;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:hover .honer_txt > a {
  color: #0958cf;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:hover .honer_txt > a::after {
  background: url(../images/honer_err2.png) center no-repeat;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:hover .honer_txt::after {
  width: 100%;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  height: 163px;
  overflow: hidden;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li .honer_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li .honer_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #0958cf;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 50px 0 12px;
  box-sizing: border-box;
  position: relative;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li .honer_txt > a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(../images/honer_err.png) center no-repeat;
  right: 10px;
  top: 14px;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .ab_txt .ab_txt_main .honer ul li:nth-child(2n) {
  margin-right: 0;
}
.case {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.case .case_main .case_con {
  width: 100%;
  margin-top: 50px;
}
.case .case_main .case_con .case_top {
  width: 100%;
}
.case .case_main .case_con .case_top .case_fl {
  width: 400px;
}
.case .case_main .case_con .case_top .case_fl ul {
  width: 100%;
}
.case .case_main .case_con .case_top .case_fl ul li {
  width: 100%;
  height: 70px;
  line-height: 30px;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.case .case_main .case_con .case_top .case_fl ul li.on::after {
  width: 830px;
}
.case .case_main .case_con .case_top .case_fl ul li.on > a {
  color: #0958cf;
}
.case .case_main .case_con .case_top .case_fl ul li.on > a::after {
  transform: rotateY(360deg);
  background-color: #0958cf;
}
.case .case_main .case_con .case_top .case_fl ul li.on > a::before {
  background: url(../images/case_err2.png) center no-repeat;
}
.case .case_main .case_con .case_top .case_fl ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 84px;
  background-color: #f6f9ff;
  border-radius: 0px 42px 42px 0px;
  right: -7px;
  top: 0;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_top .case_fl ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  padding: 0 100px 0 26px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_con .case_top .case_fl ul li > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #dedede;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_top .case_fl ul li > a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 17px;
  background: url(../images/case_err1.png) center no-repeat;
  margin-top: 8px;
  right: 70px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_top .case_r {
  width: 700px;
  height: 357px;
  overflow: hidden;
}
.case .case_main .case_con .case_top .case_r ul li {
  width: 100%;
}
.case .case_main .case_con .case_top .case_r ul li:hover .case_v > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_top .case_r ul li .case_v {
  width: 357px;
  height: 357px;
  border: solid 7px #f8f8f8;
  border-radius: 10px;
  box-sizing: border-box;
}
.case .case_main .case_con .case_top .case_r ul li .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .case_top .case_r ul li .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.05);
}
.case .case_main .case_con .case_top .case_r ul li .case_txt {
  width: 294px;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > h3 {
  width: 100%;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #0958cf;
  margin-bottom: 40px;
  position: relative;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > h3::after {
  content: "";
  position: absolute;
  width: 89px;
  height: 2px;
  background-color: #0958cf;
  left: -101px;
  top: 50%;
  margin-top: -1px;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0958cf;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 140px;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > a {
  float: right;
  width: 134px;
  height: 38px;
  background-color: #0958cf;
  border-radius: 15px;
  text-align: center;
  line-height: 38px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_top .case_r ul li .case_txt > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.case .case_main .case_con .case_view {
  width: 100%;
  margin-top: 25px;
}
.case .case_main .case_con .case_view ul li {
  float: left;
  width: 270px;
  margin-right: 38px;
}
.case .case_main .case_con .case_view ul li:hover .case_v > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_view ul li:hover .case_txt {
  border-bottom: 1px solid transparent;
}
.case .case_main .case_con .case_view ul li:hover .case_txt > a {
  color: #0958cf;
}
.case .case_main .case_con .case_view ul li:hover .case_txt > a::after {
  background: url(../images/case_err4.png) center no-repeat;
}
.case .case_main .case_con .case_view ul li:hover .case_txt::after {
  width: 100%;
}
.case .case_main .case_con .case_view ul li > .case_v {
  width: 100%;
  height: 290px;
  border-radius: 10px;
  box-sizing: border-box;
  border: solid 5px #f8f8f8;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view ul li > .case_v > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.case .case_main .case_con .case_view ul li > .case_v > a > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.05);
}
.case .case_main .case_con .case_view ul li .case_txt {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  line-height: 49px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view ul li .case_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0958cf;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_view ul li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  padding: 0 60px 0 13px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.case .case_main .case_con .case_view ul li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 13px;
  background: url(../images/case_err3.png) center no-repeat;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  right: 18px;
  top: 50%;
  margin-top: -7px;
}
.case .case_main .case_con .case_view ul li:nth-child(4n) {
  margin-right: 0;
}
.ys {
  width: 100%;
  height: 623px;
  margin-top: 70px;
  padding-top: 50px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  background: url(../images/ys_bg.jpg) center no-repeat;
}
.ys .ys_main {
  position: relative;
}
.ys .ys_main .ys_tit {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  padding-left: 31px;
  top: 33px;
  left: 105px;
}
.ys .ys_main .ys_tit span {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 4px;
  background-color: #dedede;
  left: 0;
  top: 50%;
  margin-top: -2px;
  margin-right: 10px;
}
.ys .ys_main > h3 {
  width: 469px;
  height: 88px;
  background-color: #0958cf;
  border-radius: 44px 0 0 44px;
  position: absolute;
  padding-left: 126px;
  line-height: 88px;
  font-size: 20px;
  font-weight: bold;
  color: #fefefe;
  top: 383px;
  left: 90px;
}
.ys .ys_main > span {
  position: absolute;
  width: 62px;
  height: 517px;
  font-weight: bold;
  font-size: 79px;
  color: #999999;
  opacity: 0.1;
  top: 2px;
  left: -106px;
  writing-mode: tb-rl;
}
.ys .ys_main .ys_menu {
  margin: 150px 0 0 40px;
}
.ys .ys_main .ys_menu ul li {
  font-size: 16px;
  font-family: Arial;
  width: 20px;
  writing-mode: tb-rl;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
  color: #333333;
}
.ys .ys_main .ys_menu ul li span {
  margin: 20px 0;
  color: #333333;
}
.ys .ys_main .ys_menu ul li.on {
  transform: scale(1.2);
  font-weight: bold;
  color: #0958cf;
}
.ys .ys_main .ys_con {
  width: 1100px;
  height: 523px;
  overflow: hidden;
}
.ys .ys_main .ys_con ul {
  width: 100%;
}
.ys .ys_main .ys_con ul li {
  width: 1100px;
  height: 523px;
}
.ys .ys_main .ys_con ul li .ys_txt {
  width: 490px;
  margin-top: 160px;
}
.ys .ys_main .ys_con ul li .ys_txt > h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  margin-bottom: 50px;
}
.ys .ys_main .ys_con ul li .ys_txt > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin-right: 5px;
}
.ys .ys_main .ys_con ul li .ys_txt > h4 {
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  position: relative;
  padding-left: 33px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con ul li .ys_txt > h4::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #666666;
  left: 0;
  top: 50%;
}
.ys .ys_main .ys_con ul li .ys_v {
  width: 515px;
  height: 513px;
  border-radius: 80px 80px 80px 0px;
  position: relative;
  z-index: 1;
}
.ys .ys_main .ys_con ul li .ys_v::after {
  content: "";
  position: absolute;
  width: 515px;
  height: 513px;
  background-color: #0958cf;
  border-radius: 80px 80px 80px 0px;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}
.ys .ys_main .ys_con ul li .ys_v > img {
  width: 100%;
  height: 100%;
  border-radius: 80px 80px 80px 0px;
}
.ys .ys_main .ys_con ul li:nth-child(1) .ys_txt > h3 > i {
  background: url(../images/ys_ico.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(2) .ys_txt > h3 > i {
  background: url(../images/ys_ico.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(3) .ys_txt > h3 > i {
  background: url(../images/ys_ico.png) center no-repeat;
}
.ys .ys_main .ys_con ul li:nth-child(4) .ys_txt > h3 > i {
  background: url(../images/ys_ico.png) center no-repeat;
}
.news {
  width: 100%;
  margin: 72px 0;
}
.news .news_main .news_con {
  width: 100%;
  margin-top: 50px;
  height: 528px;
  background-color: #f6f9ff;
  box-shadow: 0px 10px 20px 0px rgba(9, 88, 207, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.news .news_main .news_con .news_l {
  width: 775px;
}
.news .news_main .news_con .news_l .news_menu {
  width: 100%;
}
.news .news_main .news_con .news_l .news_menu ul li {
  float: left;
  width: 140px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.news .news_main .news_con .news_l .news_menu ul li.on {
  color: #fff;
}
.news .news_main .news_con .news_l .news_menu ul li.on::after {
  width: 100%;
}
.news .news_main .news_con .news_l .news_menu ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background-color: #0958cf;
}
.news .news_main .news_con .news_l .news_tab {
  width: 100%;
  margin-top: 60px;
  padding-left: 36px;
  box-sizing: border-box;
}
.news .news_main .news_con .news_l .news_tab .news_list {
  width: 100%;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item {
  position: relative;
  width: 100%;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item > a {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/news_more.png) center no-repeat;
  right: 0;
  top: -102px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list {
  width: 356px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul {
  width: 100%;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li {
  width: 100%;
  height: 104px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 13px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li:hover > a > img {
  border-radius: 15px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li:hover .news_txt > h3 > a {
  color: #0958cf;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li > a {
  width: 94px;
  height: 74px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li .news_txt {
  width: 234px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li .news_txt > h3 {
  width: 100%;
  line-height: 18px;
  margin: 8px 0 20px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li .news_txt > h3 > a {
  width: 70%;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li .news_txt > h3 > span {
  font-size: 12px;
  color: #999999;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_l_list ul li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r {
  width: 357px;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  height: 342px;
  padding-left: 53px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r:hover > a > img {
  transform: scale(1.05);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r:hover .news_rt > a {
  color: #0958cf;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r > a {
  display: block;
  width: 100%;
  height: 178px;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r .news_rt {
  margin-top: 30px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r .news_rt > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r .news_rt > p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news .news_main .news_con .news_l .news_tab .news_list .news_item .news_r .news_rt > span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
.news .news_main .news_con .aq {
  width: 342px;
  margin-right: 45px;
}
.news .news_main .news_con .aq .aq_tit {
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 42px;
  box-sizing: border-box;
}
.news .news_main .news_con .aq .aq_tit > h3 {
  font-size: 16px;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  line-height: 68px;
}
.news .news_main .news_con .aq .aq_tit > h3:hover {
  color: #0958cf;
}
.news .news_main .news_con .aq .aq_tit > a {
  width: 16px;
  height: 16px;
  background: url(../images/news_more.png) center no-repeat;
  margin-top: 26px;
}
.news .news_main .news_con .aq .aq_list {
  width: 100%;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
  height: 342px;
  padding-left: 40px;
  margin-top: 60px;
}
.news .news_main .news_con .aq .aq_list ul {
  width: 100%;
}
.news .news_main .news_con .aq .aq_list ul li {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.news .news_main .news_con .aq .aq_list ul li:hover > h3 > a {
  transform: translate(5px);
}
.news .news_main .news_con .aq .aq_list ul li > h3 {
  width: 100%;
  margin-bottom: 20px;
}
.news .news_main .news_con .aq .aq_list ul li > h3 > span {
  width: 24px;
  height: 24px;
  background-color: #0958cf;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #fefefe;
}
.news .news_main .news_con .aq .aq_list ul li > h3 > a {
  width: 250px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0958cf;
}
.news .news_main .news_con .aq .aq_list ul li > p {
  width: 100%;
}
.news .news_main .news_con .aq .aq_list ul li > p > span {
  width: 24px;
  height: 24px;
  background-color: #333333;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #fefefe;
}
.news .news_main .news_con .aq .aq_list ul li > p >i{
  width: 250px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.links {
  width: 100%;
  padding-bottom: 20px;
  background: url(../images/foo_bg.jpg) center repeat-y;
}
.links .link_main .link_tit {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}
.links .link_main .link_list {
  width: calc(1200px - 100px);
  line-height: 40px;
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #c4dcff;
}
.links .link_main .link_list > a:hover {
  color: #fff;
  transform: translate(5px);
}
.links .link_main .link_list > a span {
  margin: 0 10px;
}
