/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 848px;
}
.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(../image/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(../image/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: #013e97;
  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: #013e97;
  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: #013e97;
  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: #013e97;
  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 {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}
.title1 > h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 2px;
  background-color: #dddddd;
  margin: 0 15px;
}
.title1 > h3 span {
  font-size: 30px;
  font-weight: bold;
  color: #013e97;
}
.title1 > h3 > a {
  color: #999999;
}
.title1 > span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #013e97;
  margin: 0 auto 10px;
}
.title1 > h4 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
}


/* search S */
.search{
  position: relative;
  top: 15px;
  float:left;
  margin-left: 50px;
}
.search .search_ny{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 72px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.14);
	border-radius: 4px;
}
.search .search_ny>input{
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  padding: 0 50px 0 32px;
  box-sizing: border-box;
  border-radius: 4px;
}
.search_ny>button{
  width: 29px;
  height: 100%;
  position: absolute;
  right: 21px;
  text-align: center;
  line-height: 72px;
  top: 0;
  background: none;
  cursor: pointer;
}
.search_ny>button img{
  display: inline-block;
  vertical-align: middle;
}
/* search e */


.pro {
  width: 100%;
  margin-top: 70px;
}
.pro .pro_main .pro_fl {
  margin-top: 50px;
}
.pro .pro_main .pro_fl > ul {
  text-align: center;
}
.pro .pro_main .pro_fl > ul > li {
  display: inline-block;
  vertical-align: middle;
  width: 176px;
  height: 84px;
  background-color: #eeeeee;
  border-radius: 42px;
  margin: 0 10px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_fl > ul > li:hover::after {
  width: 100%;
}
.pro .pro_main .pro_fl > ul > li:hover > .fl_txt > a {
  color: #fff;
}
.pro .pro_main .pro_fl > ul > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #013e97;
  border-radius: 42px;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_fl > ul > li > a {
  float: left;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.pro .pro_main .pro_fl > ul > li > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pro .pro_main .pro_fl > ul > li .fl_txt {
  height: 68px;
  height: 100%;
  line-height: 68px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view_list {
  margin-top: 40px;
  width: 100%;
}
.pro .pro_main .pro_view_list > ul > li {
  float: left;
  width: 386px;
  height: 374px;
  margin: 0 18px 30px 0;
  overflow:hidden;
}
.pro .pro_main .pro_view_list > ul > li:hover > a > img {
  transform: scale(1.1);
}
.pro .pro_main .pro_view_list > ul > li:hover .pro_txt::after {
  width: 100%;
}
.pro .pro_main .pro_view_list > ul > li:hover .pro_txt > a {
  color: #fff;
}
.pro .pro_main .pro_view_list > ul > li:hover .pro_txt > a::after {
  background: url(../image/pro_ico2.png) center no-repeat;
}
.pro .pro_main .pro_view_list > ul > li > a {
  display: block;
  width: 100%;
  height: 324px;
  overflow: hidden;
}
.pro .pro_main .pro_view_list > ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .pro_main .pro_view_list > ul > li .pro_txt {
  width: 386px;
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.pro .pro_main .pro_view_list > ul > li .pro_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #013e97;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view_list > ul > li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 11px;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.pro .pro_main .pro_view_list > ul > li .pro_txt > a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 9px;
  background: url(../image/pro_ico1.png) center no-repeat;
  right: 16px;
  top: 16px;
  animation: 2s infinite myfirst2;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view_list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.honer {
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
  background: url(../image/honer_bg.jpg) center top no-repeat;
}
.honer .honer_main .title1 > h3 {
  color: #fff;
}
.honer .honer_main .title1 > h3 i {
  background-color: #dddddd;
}
.honer .honer_main .title1 > h3 > span {
  color: #fff;
}
.honer .honer_main .title1 > h4 {
  color: #fff;
}
.honer .honer_main .honer_view {
  width: 100%;
  height: 410px;
  position: relative;
  margin-top: 50px;
}
.honer .honer_main .honer_view .tempWrap {
  width: 1200px !important;
  overflow: hidden;
}
.honer .honer_main .honer_view .honer_view_list > li {
  float: left;
  width: 272px;
  margin-right: 33px;
  height: 410px;
}
.honer .honer_main .honer_view .honer_view_list > li:hover .honer_txt > a {
  color: #013e97;
}
.honer .honer_main .honer_view .honer_view_list > li > a {
  display: block;
  width: 100%;
  height: 370px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
  border: solid 5px #f8f8f8;
}
.honer .honer_main .honer_view .honer_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.honer .honer_main .honer_view .honer_view_list > li .honer_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.honer .honer_main .honer_view .honer_view_list > li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honer .honer_main .honer_view .honer_p,
.honer .honer_main .honer_view .honer_n {
  position: absolute;
  width: 48px;
  height: 48px;
  border: solid 1px #aaaaaa;
  box-sizing: border-box;
  cursor: pointer;
  top: 180px;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.honer .honer_main .honer_view .honer_p:hover,
.honer .honer_main .honer_view .honer_n:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.honer .honer_main .honer_view .honer_p:hover,
.honer .honer_main .honer_view .honer_n:hover {
  border: solid 1px #013e97;
}
.honer .honer_main .honer_view .honer_p {
  background: url(../image/honer_p1.png) center no-repeat;
  left: -76px;
}
.honer .honer_main .honer_view .honer_p:hover {
  background: url(../image/honer_p2.png) center no-repeat;
}
.honer .honer_main .honer_view .honer_n {
  background: url(../image/honer_n1.png) center no-repeat;
  right: -76px;
}
.honer .honer_main .honer_view .honer_n:hover {
  background: url(../image/honer_n2.png) center no-repeat;
}
.honer_gg {
  width: 100%;
  height: 260px;
  background: url(../image/honer_gg.jpg) center no-repeat;
  margin-top: 20px;
  padding-top: 72px;
  box-sizing: border-box;
}
.honer_gg .honer_gg_main .honer_gg_txt {
  padding-left: 630px;
  width: 100%;
  box-sizing: border-box;
}
.honer_gg .honer_gg_main .honer_gg_txt > h3 {
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  color: #013e97;
  margin-bottom: 60px;
}
.honer_gg .honer_gg_main .honer_gg_txt > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../image/honer_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.honer_gg .honer_gg_main .honer_gg_txt > h5 > span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.honer_gg .honer_gg_main .honer_gg_txt > h5 > a {
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  height: 40px;
  background-color: #013e97;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.case {
  width: 100%;
  height: 970px;
  padding-top: 60px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.case .case_main .case_top {
  width: 100%;
  height: 450px;
}
.case .case_main .case_top .case_l {
  width: 790px;
  height: 450px;
  position: relative;
}
.case .case_main .case_top .case_l .case_bd {
  width: 100%;
  height: 100%;
}
.case .case_main .case_top .case_l .case_bd ul {
  width: 790px;
  height: 450px;
}
.case .case_main .case_top .case_l .case_bd ul > li {
  width: 790px;
  height: 450px;
  position: relative;
}
.case .case_main .case_top .case_l .case_bd ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.case .case_main .case_top .case_l .case_bd ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_top .case_l .case_bd ul > li .case_txt {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(51, 51, 51, 0.5);
  bottom: 0;
  left: 0;
}
.case .case_main .case_top .case_l .case_bd ul > li .case_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 16px;
}
.case .case_main .case_top .case_l .case_hd {
  position: absolute;
  right: 20px;
  bottom: 26px;
}
.case .case_main .case_top .case_l .case_hd > ul > li {
  float: left;
  font-size: 0;
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  box-sizing: border-box;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}
.case .case_main .case_top .case_l .case_hd > ul > li.on {
  background-color: #013e97;
  border: solid 1px #ffffff;
}
.case .case_main .case_top .case_tit {
  margin-top: 13px;
  width: 386px;
}
.case .case_main .case_top .case_tit > h3 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: Arial;
  color: #999999;
}
.case .case_main .case_top .case_tit > h3 > span {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-right: 13px;
}
.case .case_main .case_top .case_tit > a {
  width: 34px;
  height: 18px;
  margin-top: 7px;
  animation: myfirst2 2s infinite;
  background: url(../image/case_err1.png) center no-repeat;
}
.case .case_main .case_list {
  width: 100%;
  margin-top: 30px;
  position: relative;
  height: 372px;
}
.case .case_main .case_list > ul {
  width: 100%;
  height: 372px;
}
.case .case_main .case_list > ul > li {
  float: left;
  width: 380px;
  height: 372px;
  padding: 4px 4px 0;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-right: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_list > ul > li:hover {
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2);
}
.case .case_main .case_list > ul > li:hover .case_txt > a {
  color: #013e97;
  border-bottom: 1px solid transparent;
}
.case .case_main .case_list > ul > li:hover .case_txt > a::after {
  width: 100%;
}
.case .case_main .case_list > ul > li:hover .case_txt > h3 > a {
  background: url(../image/case_err2.png) center no-repeat;
}
.case .case_main .case_list > ul > li > a {
  display: block;
  width: 100%;
  height: 250px;
}
.case .case_main .case_list > ul > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .case_main .case_list > ul > li .case_txt > a {
  display: block;
  width: 340px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  position: relative;
}
.case .case_main .case_list > ul > li .case_txt > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #013e97;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_list > ul > li .case_txt > h3 {
  height: 50px;
  line-height: 50px;
  width: 340px;
  margin: 0 auto;
}
.case .case_main .case_list > ul > li .case_txt > h3 > span {
  font-size: 14px;
  font-family: Arial;
  color: #aaaaaa;
}
.case .case_main .case_list > ul > li .case_txt > h3 > a {
  width: 21px;
  height: 11px;
  background: url(../image/case_err.png) center no-repeat;
  margin-top: 20px;
  animation: myfirst2 2s infinite;
}
.case .case_main .case_list > ul > li:nth-child(1) {
  position: absolute;
  top: -400px;
  right: 0;
  margin-right: 0;
}
.case .case_main .case_list > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.part {
  width: 100%;
  height: 366px;
  padding-top: 64px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../image/part_bg.jpg) center no-repeat;
}
.part .part_main .title1 > h3 {
  color: #fff;
}
.part .part_main .title1 > h3 i {
  background-color: #dddddd;
}
.part .part_main .title1 > h3 > span {
  color: #fff;
}
.part .part_main .title1 > h4 {
  color: #fff;
}
.part .part_main .part_view {
  margin-top: 53px;
  height: 160px;
  position: relative;
}
.part .part_main .part_view .part_view_list > li {
  float: left;
  width: 224px;
  margin-right: 20px;
  height: 160px;
}
.part .part_main .part_view .part_view_list > li:hover > a img {
  transform: scale(1.1);
}
.part .part_main .part_view .part_view_list > li > a {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.part .part_main .part_view .part_view_list > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part .part_main .part_view .part_view_list > li .part_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.part .part_main .part_view .part_view_list > li .part_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.part .part_main .part_view .part_p,
.part .part_main .part_view .part_n {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 36px;
  cursor: pointer;
}
.part .part_main .part_view .part_p {
  left: -75px;
  background: url(../image/part_p.png) center no-repeat;
}
.part .part_main .part_view .part_n {
  right: -75px;
  background: url(../image/part_n.png) center no-repeat;
}
.ys {
  width: 100%;
  margin-top: 70px;
  background: url(../image/ys_bg.jpg) center bottom no-repeat;
  height: auto;
}
.ys .ys_main .ys_con {
  margin-top: 50px;
}
.ys .ys_main .ys_con .ys_tab {
  width: 100%;
  height: 410px;
}
.ys .ys_main .ys_con .ys_tab > ul {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul > li {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt {
  width: 542px;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h3 {
  width: 100%;
  padding-left: 44px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Arial;
  color: #dddddd;
  height: 30px;
  line-height: 30px;
  margin-bottom: 45px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h3 span {
  font-size: 30px;
  font-weight: bold;
  color: #013e97;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt .ys_txt_main {
  margin-bottom: 65px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt .ys_txt_main > h5 {
  padding-left: 40px;
  background: url(../image/ys_line.png) left center no-repeat;
  font-size: 14px;
  color: #666666;
  height: 18px;
  line-height: 18px;
  margin-bottom: 22px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt .ys_txt_main > h5 > span {
  font-size: 18px;
  font-weight: bold;
  color: #013e97;
  margin-right: 13px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h5 {
  padding-left: 41px;
  box-sizing: border-box;
  font-size: 14px;
  color: #013e97;
  height: 30px;
  line-height: 30px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../image/ys_tell.png) center no-repeat;
  animation: msClock 2s infinite;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h5 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #013e97;
  margin-right: 45px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_txt > h5 > a {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 30px;
  background-color: #013e97;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 15px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_v {
  width: 658px;
  height: 410px;
}
.ys .ys_main .ys_con .ys_tab > ul > li .ys_v > img {
  width: 100%;
  height: 100%;
}
.ys .ys_main .ys_con .ys_menu {
  width: 100%;
  height: 168px;
  padding-top: 46px;
  box-sizing: border-box;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list {
  width: 100%;
  height: 76px;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li {
  float: left;
  width: 25%;
  height: 100%;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  cursor: pointer;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li.on .ys_ico > span {
  left: -100%;
  opacity: 0;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li.on .ys_ico > i {
  left: 0;
  opacity: 1;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li.on > p {
  color: #013e97;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li .ys_ico {
  width: 43px;
  height: 43px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li .ys_ico > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li .ys_ico > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  opacity: 0;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li > p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  height: 16px;
  line-height: 16px;
  margin-top: 13px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(1) .ys_ico > span {
  background: url(../image/ys_ico1.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(1) .ys_ico > i {
  background: url(../image/ys_ico1-2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(2) .ys_ico > span {
  background: url(../image/ys_ico2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(2) .ys_ico > i {
  background: url(../image/ys_ico2-2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(3) .ys_ico > span {
  background: url(../image/ys_ico3.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(3) .ys_ico > i {
  background: url(../image/ys_ico3-2.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(4) {
  border: none;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(4) .ys_ico > span {
  background: url(../image/ys_ico4.png) center no-repeat;
}
.ys .ys_main .ys_con .ys_menu .ys_menu_list > li:nth-child(4) .ys_ico > i {
  background: url(../image/ys_ico4-2.png) center no-repeat;
}
.about {
  width: 100%;
  margin-top: 70px;
}
.about .ab_main .ab_top {
  width: 100%;
  height: 570px;
  position: relative;
}
.about .ab_main .ab_top .ab_v {
  width: 420px;
  height: 100%;
}
.about .ab_main .ab_top .ab_v > img {
  width: 100%;
  height: 100%;
}
.about .ab_main .ab_top .ab_txt {
  width: 686px;
  height: 310px;
  background-color: #f8f8f8;
  margin-top: 164px;
  position: relative;
  padding: 90px 0 0 57px;
  box-sizing: border-box;
}
.about .ab_main .ab_top .ab_txt > span {
  position: absolute;
  font-size: 94px;
  height: 73px;
  line-height: 73px;
  font-weight: bold;
  top: -38px;
  left: 0;
  color: rgba(216, 216, 216, 0.6);
}
.about .ab_main .ab_top .ab_txt > h3 {
  font-size: 30px;
  letter-spacing: 4px;
  color: #013e97;
  height: 30px;
  line-height: 30px;
  margin-bottom: 24px;
}
.about .ab_main .ab_top .ab_txt > h3 > a {
  color: #013e97;
}
.about .ab_main .ab_top .ab_txt > h4 {
  width: 578px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 90px;
  overflow: hidden;
}
.about .ab_main .ab_top .ab_tit {
  width: 78px;
  height: 282px;
  background: url(../image/ab_tit.png) center no-repeat;
}
.about .ab_main .ab_top .ab_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 92px;
  background: url(../image/ab_more.png) center no-repeat #013e97;
}
.about .ab_main .ab_top .ab_more:hover {
  transform: rotateZ(180deg);
  border-radius: 50%;
}
.about .ab_main .fc {
  margin-top: 50px;
  height: 240px;
  position: relative;
}
.about .ab_main .fc .fc_menu {
  position: absolute;
  height: 30px;
  top: -98px;
  left: 474px;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li {
  float: left;
  padding-left: 46px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 18px;
  color: #666666;
  margin-right: 50px;
  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 {
  color: #013e97;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(1) {
  background: url(../image/fc_ico1.png) left center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(1).on {
  background: url(../image/fc_ico1-2.png) left center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(2) {
  background: url(../image/fc_ico2.png) left center no-repeat;
}
.about .ab_main .fc .fc_menu .fc_menu_list > li:nth-child(2).on {
  background: url(../image/fc_ico2-2.png) left center no-repeat;
}
.about .ab_main .fc .fc_tab {
  width: 100%;
  height: 240px;
}
.about .ab_main .fc .fc_tab .fc_item {
  width: 100%;
}
.about .ab_main .fc .fc_tab .fc_item > li {
  float: left;
  width: 280px;
  height: 240px;
  margin-right: 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_tab .fc_item > li:hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .fc .fc_tab .fc_item > li > a {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #eeeeee;
  border: solid 1px transparent;
  box-sizing: border-box;
      border:10px solid #f8f8f8;
}
.about .ab_main .fc .fc_tab .fc_item > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .ab_main .fc .fc_tab .fc_item > li .fc_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.about .ab_main .fc .fc_tab .fc_item > 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;
}
.about .ab_main .fc .fc_tab .fc_item > li:nth-last-child(1) {
  margin-right: 0;
}
.gg {
  width: 100%;
  height: 300px;
  padding-top: 70px;
  box-sizing: border-box;
  margin-top: 60px;
  background: url(../image/gg_bg.jpg) center no-repeat;
}
.gg .gg_main {
  text-align: center;
}
.gg .gg_main > h3 {
  font-size: 36px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 24px;
}
.gg .gg_main > h4 {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 5px;
  color: #ffffff;
  margin-bottom: 50px;
}
.gg .gg_main > h5 {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.gg .gg_main > h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  animation: 2s infinite msClock;
  background: url(../image/gg_tell.png) center no-repeat;
}
.gg .gg_main > h5 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 65px;
}
.gg .gg_main > h5 > a {
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  height: 40px;
  background-color: #013e97;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.news {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 60px;
}
.news .news_main .news_con {
  margin-top: 50px;
}
.news .news_main .news_con .news_l {
  width: 1200px;
  height: 454px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  position: relative;
}
.news .news_main .news_con .news_l:hover .news_pic > a > img {
  transform: scale(1.1);
}
.news .news_main .news_con .news_l:hover .news_time {
  left: 10px;
}
.news .news_main .news_con .news_l:hover .news_txt > h3 {
  padding-left: 75px;
}
.news .news_main .news_con .news_l .news_pic {
  width: 32%;
  height: 242px;
  float:left;
  margin-left:1%;
}
.news .news_main .news_con .news_l .news_pic > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_pic > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_main .news_con .news_l .news_time {
  position: absolute;
  width: 70px;
  height: 100px;
  background-color: #013e97;
  text-align: center;
  padding-top: 25px;
  box-sizing: border-box;
  top: 213px;
  left: 25px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_time > p {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.news .news_main .news_con .news_l .news_time > span {
  font-size: 12px;
  display: block;
  line-height: 12px;
  height: 12px;
  color: #ffffff;
}
.news .news_main .news_con .news_l .news_txt {
  width: 322px;
  margin: 0 auto;
}
.news .news_main .news_con .news_l .news_txt > h3 {
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding-left: 90px;
  box-sizing: border-box;
  margin: 15px 0 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_txt > h3 > a {
  display: block;
  width: 100%;
  height: 48px;
  color: #666666;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999999;
}
.news .news_main .news_con .news_l .news_txt > a {
  display: block;
  background: url(../image/news_ico1.png) left center no-repeat;
  font-size: 12px;
  color: #999999;
  padding-left: 24px;
  box-sizing: border-box;
  margin-top: 30px;
}
.news .news_main .news_con .news_r {
  width: 737px;
}
.news .news_main .news_con .news_r .news_menu {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.news .news_main .news_con .news_r .news_menu > ul {
  width: 100%;
}
.news .news_main .news_con .news_r .news_menu > ul > li {
  float: left;
  width: 90px;
  text-align: center;
  height: 100%;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.news .news_main .news_con .news_r .news_menu > ul > li.on {
  color: #013e97;
}
.news .news_main .news_con .news_r .news_menu > ul > li.on::after {
  width: 100%;
}
.news .news_main .news_con .news_r .news_menu > ul > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #013e97;
  left: 50%;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transform: translate(-50%);
}
.news .news_main .news_con .news_r .news_tab {
  width: 100%;
  margin-top: 30px;
  height: 384px;
}
.news .news_main .news_con .news_r .news_tab .news_item {
  height: 384px;
  width: 100%;
  position: relative;
}
.news .news_main .news_con .news_r .news_tab .news_item > a {
  position: absolute;
  font-size: 14px;
  color: #666666;
  top: -53px;
  right: 0;
}
.news .news_main .news_con .news_r .news_tab .news_item > a:hover {
  color: #013e97;
  transform: translate(-5px);
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list {
  width: 100%;
  height: 384px;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li {
  width: 100%;
  height: 107px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  position: relative;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #013e97;
  left: 0;
  bottom: -1px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li:hover {
  border-bottom: 1px solid transparent;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li:hover::after {
  width: 100%;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li:hover > i {
  color: #013e97;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li:hover .news_txt > a {
  color: #013e97;
  font-weight: bold;
  transform: translate(5px);
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li > i {
  font-size: 36px;
  color: #333333;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li .news_txt {
  width: 667px;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li .news_txt > a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li .news_txt > a::after {
  right: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../image/news_ico2.png) center no-repeat;
  animation: myfirst2 2s infinite;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li .news_txt > span {
  display: block;
  font-size: 14px;
  color: #666666;
  height: 14px;
  line-height: 14px;
  margin-bottom: 20px;
}
.news .news_main .news_con .news_r .news_tab .news_item .news_list > li .news_txt > p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .aq {
  width: 100%;
  margin-top: 40px;
}
.news .news_main .aq .aq_tit > h3 {
  font-size: 24px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 8px;
}
.news .news_main .aq .aq_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: url(../image/aq_ico1.png) center no-repeat;
}
.news .news_main .aq .aq_tit > h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #999999;
  margin-bottom: 24px;
}
.news .news_main .aq .aq_tit > a {
  display: block;
  width: 138px;
  height: 24px;
  position: relative;
  font-size: 14px;
  color: #333333;
  padding-left: 36px;
  box-sizing: border-box;
  background: #013e97;
  line-height: 24px;
}
.news .news_main .aq .aq_tit > a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background: url(../image/news_ico3.png) center no-repeat;
  left: 83px;
  top: 6px;
  animation: 2s infinite myfirst2;
}
.news .news_main .aq .aq_main {
  width: 1030px;
  height: 100px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
}
.news .news_main .aq .aq_main > ul {
  width: 100%;
}
.news .news_main .aq .aq_main > ul > li {
  float: left;
  width: 307px;
  height: 50px;
  line-height: 50px;
  margin-right: 33px;
  border-bottom: 1px dashed #dddddd;
  box-sizing: border-box;
}
.news .news_main .aq .aq_main > ul > li:hover > a {
  color: #013e97;
  transform: translate(5px);
}
.news .news_main .aq .aq_main > ul > li > a {
  width: 70%;
  height: 100%;
  background: url(../image/news_ico4.png) left center no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .aq .aq_main > ul > li > span {
  font-size: 14px;
  color: #999999;
}
.news .news_main .aq .aq_main > ul > li:nth-child(3n) {
  margin-right: 0;
}
