﻿/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 800px;
}
.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: #0160b9;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #0160b9;
  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: #0160b9;
  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: #0160b9;
  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: #0160b9;
  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_white2 {
  overflow: hidden;
}
.img_white2::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;
}
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: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  color: #0160b9333;
  margin-bottom: 10px;
}
.title1 > h3 > a {
  color: #0160b9333;
}
.title1 > p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
  margin: 10px 0 15px;
}
.title1 > span {
  display: block;
  width: 146px;
  height: 2px;
  margin: 0 auto;
  background: url(../images/tit.png) center no-repeat;
}
.dw {
  width: 100%;
  height: 122px;
  background: #f4f4f5;
  box-sizing: border-box;
}
.dw .dw_main {
  height: 100%;
}
.dw .dw_main .dw_txt {
  height: 100%;
  box-sizing: border-box;
  padding-right: 50px;
  padding-top: 35px;
  border-right: 1px solid #e2e2e2;
}
.dw .dw_main .dw_txt > i {
  width: 41px;
  height: 55px;
  background: url(../images/dw_ico1.png) center no-repeat;
}
.dw .dw_main .dw_txt .dw_txt_main {
  margin-left: 34px;
}
.dw .dw_main .dw_txt .dw_txt_main > h3 {
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  color: #0160b9333;
  margin-bottom: 18px;
}
.dw .dw_main .dw_txt .dw_txt_main > p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
}
.dw .dw_main .head_tell {
  padding-top: 38px;
  box-sizing: border-box;
}
.dw .dw_main .head_tell > i {
  width: 44px;
  height: 49px;
  background: url(../images/dw_ico3.png) center no-repeat;
  animation: 2s infinite msClock;
}
.dw .dw_main .head_tell .tell_num {
  margin-left: 12px;
}
.dw .dw_main .head_tell .tell_num > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin: 2px 0 13px;
}
.dw .dw_main .head_tell .tell_num > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #0160b9333;
}
.pro {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}
.pro .pro_main .pro_tit {
  width: 100%;
}
.pro .pro_main .pro_tit .pro_tit_main {
  border-left: 4px solid #000000;
  box-sizing: border-box;
  padding-left: 18px;
}
.pro .pro_main .pro_tit .pro_tit_main > h3 {
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.pro .pro_main .pro_tit .pro_tit_main > h3 > a {
  color: #0160b9333;
}
.pro .pro_main .pro_tit .pro_tit_main > p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
}
.pro .pro_main .pro_tit .pro_fl {
  max-width: 906px;
  height: 52px;
  margin-top: 12px;
  overflow: hidden;
}
.pro .pro_main .pro_tit .pro_fl ul li {
  float: left;
  width: 140px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #0160b9333;
  background-color: #f0f0f2;
  margin-left: 11px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_tit .pro_fl ul li:hover{
  background-color: #0160b9;
}
.pro .pro_main .pro_tit .pro_fl ul li:hover a{
  color: #fff;
}
.pro .pro_main .pro_tit .pro_fl ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0160b9333;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_view {
  margin-top: 50px;
}
.pro .pro_main .pro_view .pro_hot .ph_menu {
  width: 185px;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li {
  width: 100%;
  height: 225px;
  text-align: center;
  background-color: #b8b8b8;
  padding-top: 86px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0160b9;
  left: 0;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  z-index: -1;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 46px;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/pro_hot_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li > a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 21px;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li > span {
  display: block;
  width: 41px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 auto;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li.on::after {
  width: 100%;
}
.pro .pro_main .pro_view .pro_hot .ph_menu li.on::before {
  width: 24px;
}
.pro .pro_main .pro_view .pro_hot .ph_tab {
  width: 1098px;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li {
  float: left;
  width: 540px;
  margin-right: 18px;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li:hover > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li:hover .ph_txt > a {
  color: #0160b9;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li > a {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li > a:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li > a > img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li .ph_txt {
  width: 100%;
  height: 50px;
  background-color: #f0f0f2;
  text-align: center;
  line-height: 50px;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li .ph_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: 16px;
  font-weight: bold;
  color: #0160b9333;
}
.pro .pro_main .pro_view .pro_hot .ph_tab .ph_tab_list li:nth-child(2n) {
  margin-right: 0;
}
.pro .pro_main .pro_view .pro_view_list {
  width: 100%;
  margin-top: 24px;
}
.pro .pro_main .pro_view .pro_view_list li {
  float: left;
  width: 285px;
  margin-right: 20px;
}
.pro .pro_main .pro_view .pro_view_list li:hover > a > img {
  transform: scale(1);
}
.pro .pro_main .pro_view .pro_view_list li:hover .pro_txt > a {
  color: #0160b9;
}
.pro .pro_main .pro_view .pro_view_list li > a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pro .pro_main .pro_view .pro_view_list li > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.pro .pro_main .pro_view .pro_view_list li > a:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.pro .pro_main .pro_view .pro_view_list li > a > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.pro .pro_main .pro_view .pro_view_list li .pro_txt {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #f0f0f2;
}
.pro .pro_main .pro_view .pro_view_list li .pro_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: 16px;
  font-weight: bold;
  color: #0160b9333;
}
.pro .pro_main .pro_view .pro_view_list li:nth-child(4n) {
  margin-right: 0;
}
.case {
  width: 100%;
  height: 730px;
  padding-top: 70px;
  box-sizing: border-box;
  margin-top: 58px;
  background: url(../images/case_bg.jpg) center no-repeat;
}
.case .case_main .case_con {
  margin-top: 75px;
}
.case .case_main .case_con .case_l {
  width: 600px;
}
.case .case_main .case_con .case_l:hover > a > img {
  transform: scale(1);
}
.case .case_main .case_con .case_l:hover .case_txt .case_txt_l > a {
  color: #0160b9;
  letter-spacing: 2px;
}
.case .case_main .case_con .case_l > a {
  display: block;
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.case .case_main .case_con .case_l > a > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.case .case_main .case_con .case_l .case_txt {
  width: 100%;
  height: 115px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 20px;
}
.case .case_main .case_con .case_l .case_txt .case_txt_l {
  width: 494px;
  margin-left: 20px;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-right: 18px;
}
.case .case_main .case_con .case_l .case_txt .case_txt_l > a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  color: #0160b9333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 3px 0 15px;
}
.case .case_main .case_con .case_l .case_txt .case_txt_l > p {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #666666;
  overflow: hidden;
}
.case .case_main .case_con .case_l .case_txt .case_more {
  margin-right: 20px;
  margin-top: 12px;
  text-align: center;
}
.case .case_main .case_con .case_l .case_txt .case_more > a {
  display: block;
  font-size: 14px;
  color: #999999;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  box-shadow: none;
}
.case .case_main .case_con .case_l .case_txt .case_more > a:hover {
  color: #0160b9;
}
.case .case_main .case_con .case_l .case_txt .case_more > a::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: url(../images/case_ico2.png) center no-repeat;
  top: 32px;
  left: 15px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  animation: 2s infinite myfirst2;
}
.case .case_main .case_con .case_hot {
  width: 650px;
  background-color: #ffffff;
  position: relative;
  height: 450px;
  overflow: hidden;
}
.case .case_main .case_con .case_hot ul li {
  width: 600px;
  height: 50px;
  line-height: 50px;
}
.case .case_main .case_con .case_hot ul li:hover > a {
  color: #0160b9;
  transform: translate(-5px);
}
.case .case_main .case_con .case_hot ul li:hover > a::after {
  transform: translate(5px) rotateY(180deg);
}
.case .case_main .case_con .case_hot ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding-left: 54px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.case .case_main .case_con .case_hot ul li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  background: url(../images/case_ico1.png) center no-repeat;
  left: 28px;
  top: 24px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.case .case_main .case_con .case_hot .case_p,
.case .case_main .case_con .case_hot .case_n {
  position: absolute;
  width: 50px;
  height: 227px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  right: 0;
}
.case .case_main .case_con .case_hot .case_p {
  top: 0;
  background: url(../images/case_p.png) center no-repeat #b8b8b8;
}
.case .case_main .case_con .case_hot .case_p:hover {
  background: url(../images/case_p.png) center no-repeat #0160b9;
}
.case .case_main .case_con .case_hot .case_n {
  bottom: 0;
  background: url(../images/case_n.png) center no-repeat #b8b8b8;
}
.case .case_main .case_con .case_hot .case_n:hover {
  background: url(../images/case_n.png) center no-repeat #0160b9;
}
.inform {
  width: 100%;
  height: 363px;
  background: url(../images/in_bg.jpg) center no-repeat;
}
.inform .in_main .in_txt {
  margin: 148px 0 0 60px;
}
.inform .in_main .in_txt > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.inform .in_main .in_txt > h4 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
}
.inform .in_main .in_tell {
  margin: 60px 0 0 94px;
}
.inform .in_main .in_tell > i {
  width: 44px;
  height: 49px;
  background: url(../images/in_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.inform .in_main .in_tell .in_num {
  margin-left: 12px;
}
.inform .in_main .in_tell .in_num > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin: 2px 0 14px;
}
.inform .in_main .in_tell .in_num > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
}
.inform .in_main .in_con {
  padding-top: 70px;
  box-sizing: border-box;
}
.inform .in_main .in_con .in_l {
  width: 260px;
  margin-right: 18px;
}
.inform .in_main .in_con .in_l > input {
  display: block;
  width: 100%;
  height: 42px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0 10px 0 56px;
  color: #ffffff;
  margin-bottom: 26px;
}
.inform .in_main .in_con .in_l > input::placeholder {
  color: #ffffff;
}
.inform .in_main .in_con .in_l #userName {
  background: url(../images/in1.png) 20px center no-repeat;
}
.inform .in_main .in_con .in_l #userPhone {
  background: url(../images/in2.png) 20px center no-repeat;
}
.inform .in_main .in_con .in_l .btns {
  width: 100%;
  height: 42px;
  position: relative;
}
.inform .in_main .in_con .in_l .btns > input {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 0 90px 0 56px;
  color: #ffffff;
  background: url(../images/in3.png) 20px center no-repeat;
}
.inform .in_main .in_con .in_l .btns > input::placeholder {
  color: #ffffff;
}
.inform .in_main .in_con .in_l .btns > img {
  position: absolute;
  width: 68px;
  height: 25px;
  cursor: pointer;
  right: 8px;
  top: 8px;
}
.inform .in_main .in_con .in_r {
  width: 260px;
}
.inform .in_main .in_con .in_r textarea::placeholder{
  color: #fff;
}
.inform .in_main .in_con .in_r textarea {
  display: block;
  width: 100%;
  height: 110px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  background: url(../images/in4.png) 12px 20px no-repeat;
  padding: 15px 55px;
  margin-bottom: 24px;
  color: #fff;
}
.inform .in_main .in_con .in_r > button {
  display: block;
  width: 262px;
  height: 42px;
  font-size: 14px;
  color: #0160b9;
  cursor: pointer;
  background-color: #ffffff;
}
.ys {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.ys .ys_main .ys_tit {
  text-align: center;
}
.ys .ys_main .ys_tit > i {
  display: inline-block;
  vertical-align: middle;
  width: 92px;
  height: 80px;
  border-radius: 10px;
  background: url(../images/ys_logo.png) center no-repeat;
}
.ys .ys_main .ys_tit .ys_tt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
}
.ys .ys_main .ys_tit .ys_tt > h3 {
  font-size: 30px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  color: #0160b9;
  margin-bottom: 10px;
  text-align: left;
}
.ys .ys_main .ys_tit .ys_tt > p {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 13px;
}
.ys .ys_main .ys_tit .ys_tt > span {
  display: block;
  width: 146px;
  height: 2px;
  background: url(../images/tit.png) center no-repeat;
}
.ys .ys_main .ys_list {
  width: 100%;
  margin-top: 50px;
}
.ys .ys_main .ys_list .ys_item {
  margin-bottom: 75px;
}
.ys .ys_main .ys_list .ys_item .ys_v {
  width: 650px;
  height: 450px;
  position: relative;
}
.ys .ys_main .ys_list .ys_item .ys_v > img {
  position: absolute;
  width: auto;
  top: 0;
  height: 100%;
  transition: all 1s ease-in-out;
}
.ys .ys_main .ys_list .ys_item .ys_txt {
  width: 650px;
  height: 450px;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 0px rgba(194, 194, 194, 0.36);
  padding: 40px 15px 0 62px;
  box-sizing: border-box;
}
.ys .ys_main .ys_list .ys_item .ys_txt:hover .ys_tt_i > h3 > i {
  color: #0160b9;
}
.ys .ys_main .ys_list .ys_item .ys_txt:hover .ys_tt_i > p {
  transform: translateY(-5px);
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i {
  margin-bottom: 100px;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 {
  height: 36px;
  line-height: 36px;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  font-family: Arial;
  font-weight: bold;
  color: #666666;
  position: relative;
  margin-right: 40px;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #0160b9;
  border-radius: 50%;
  right: -12px;
  bottom: 0;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #333333;
  margin-right: 15px;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > i::after {
  content: "";
  position: absolute;
  width: 93px;
  height: 1px;
  background-color: #0160b9;
  left: 0;
  bottom: 0;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > em {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #666666;
  position: relative;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > h3 > em::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 1px;
  background-color: #8e8e8e;
  left: 0;
  bottom: 0;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i > p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  margin-top: 40px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys .ys_main .ys_list .ys_item .ys_txt .ys_tt_i:nth-last-child(1) {
  margin-bottom: 0;
}
.ys .ys_main .ys_list .ys_item1 .ys_v > img {
  right: 0;
}
.ys .ys_main .ys_list .ys_item2 .ys_v > img {
  left: 0;
  transition-delay: 0.5s;
}
.honer {
  width: 100%;
  height: 376px;
  padding-top: 56px;
  box-sizing: border-box;
  background: url(../images/honer_bg.jpg) center no-repeat;margin-top: 40px;display: none;
}
.honer .honer_main .honer_tit > h3 {
  float: left;
  font-size: 30px;
  font-weight: bold;
  color: #f8f8f8;
  width: 30px;
  line-height: 34px;
  margin-right: 7px;
}
.honer .honer_main .honer_tit > h4 {
  float: left;
  font-size: 16px;
  width: 16px;
  line-height: 20px;
  color: #f8f8f8;
  margin-right: 12px;
}
.honer .honer_main .honer_tit > span {
  float: left;
  display: block;
  width: 2px;
  height: 146px;
  background: url(../images/honer_line.png) center no-repeat;
}
.honer .honer_main .honer_view {
  margin-left: 80px;
}
.honer .honer_main .honer_view li {
  float: left;
  width: 215px;
  margin-right: 22px;
  height: 290px;
}
.honer .honer_main .honer_view li > a {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.honer .honer_main .honer_view li > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.honer .honer_main .honer_view li > a > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
}
.honer .honer_main .honer_view li .honer_txt {
  width: 100%;
  font-size: 14px;
  color: #f8f8f8;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}
.honer .honer_main .honer_view li .honer_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #f8f8f8;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.honer .honer_main .honer_view li:hover > a::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.honer .honer_main .honer_view li:hover > a > img {
  transform: scale(1);
}
.honer .honer_main .honer_view li:nth-child(3n) {
  margin-right: 0;
}
.honer .honer_main .honer_txt_r > h3 {
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.honer .honer_main .honer_txt_r > h4 {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  color: #666666;
  margin-bottom: 56px;
}
.honer .honer_main .honer_txt_r .honer_tell > i {
  width: 44px;
  height: 49px;
  background: url(../images/in_tell.png) center no-repeat;
  animation: 2s infinite msClock;
}
.honer .honer_main .honer_txt_r .honer_tell .honer_num {
  margin-left: 12px;
}
.honer .honer_main .honer_txt_r .honer_tell .honer_num > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
  margin-bottom: 14px;
}
.honer .honer_main .honer_txt_r .honer_tell .honer_num > h3 {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333333;
}
.honer .honer_main .honer_txt_r > a {
  display: block;
  width: 128px;
  height: 33px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  color: #666666;
  border: solid 1px #dcdcdc;
  box-shadow: none;
  margin-top: 33px;
}
.about {
  width: 100%;
  padding-top: 65px;
  height: auto;
  background: url(../images/ab_bg.jpg) center top no-repeat;display: none;
}
.about .ab_main > h5 {
  width: 998px;
  margin: 37px auto 40px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 90px;
  overflow: hidden;
  text-align: center;
  text-indent: 2em;
}
.about .ab_main .fc {
  width: 100%;
}
.about .ab_main .fc .fc_menu {
  width: 100%;
  text-align: center;
}
.about .ab_main .fc .fc_menu li {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 30px;
  cursor: pointer;
}
.about .ab_main .fc .fc_menu li.on > .fc_ico > span {
  left: -100%;
  opacity: 0;
}
.about .ab_main .fc .fc_menu li.on > .fc_ico > i {
  left: 0;
  opacity: 1;
}
.about .ab_main .fc .fc_menu li.on > p {
  color: #0160b9;
}
.about .ab_main .fc .fc_menu li > .fc_ico {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.about .ab_main .fc .fc_menu li > .fc_ico > span,
.about .ab_main .fc .fc_menu li > .fc_ico > i {
  position: absolute;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
}
.about .ab_main .fc .fc_menu li > .fc_ico > span {
  left: 0;
}
.about .ab_main .fc .fc_menu li > .fc_ico > i {
  left: 100%;
  opacity: 0;
}
.about .ab_main .fc .fc_menu li > p {
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  color: #333333;
  margin-top: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_menu li:nth-child(1) > .fc_ico > span {
  background: url(../images/ab1.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(1) > .fc_ico > i {
  background: url(../images/ab1-2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(2) > .fc_ico > span {
  background: url(../images/ab2.png) center no-repeat;
}
.about .ab_main .fc .fc_menu li:nth-child(2) > .fc_ico > i {
  background: url(../images/ab2-2.png) center no-repeat;
}
.about .ab_main .fc .fc_view {
  width: 100%;
  margin-top: 38px;
  height: 252px !important;
  position: relative;
}
.about .ab_main .fc .fc_view li {
  float: left;
  width: 285px;
  margin-right: 20px;
  height: 252px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.about .ab_main .fc .fc_view li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.about .ab_main .fc .fc_view li:hover > a > img {
  transform: scale(1);
}
.about .ab_main .fc .fc_view li > a {
  display: block;
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
}
.about .ab_main .fc .fc_view li > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.about .ab_main .fc .fc_view li > a:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.about .ab_main .fc .fc_view li > a > img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.about .ab_main .fc .fc_view li .fc_txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f0f0f2;
}
.about .ab_main .fc .fc_view li .fc_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}
.about .ab_main .fc .fc_view .fc_p,
.about .ab_main .fc .fc_view .fc_n {
  position: absolute;
  width: 59px;
  height: 59px;
  cursor: pointer;
  top: 73px;
  border-radius: 50%;
  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 {
  left: 0px;
  background: url(../images/ab_p.png) center no-repeat #b8b8b8;
}
.about .ab_main .fc .fc_view .fc_p:hover {
  background: url(../images/ab_p.png) center no-repeat #0160b9;
}
.about .ab_main .fc .fc_view .fc_n {
  right: 0px;
  background: url(../images/ab_n.png) center no-repeat #b8b8b8;
}
.about .ab_main .fc .fc_view .fc_n:hover {
  background: url(../images/ab_n.png) center no-repeat #0160b9;
}
.news {
  width: 100%;
  margin: 70px 0 58px;display: none;
}
.news .news_main .news_con {
  width: 100%;
}
.news .news_main .news_con .news_l {
  width: 744px;
}
.news .news_main .news_con .news_l .news_tit {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  line-height: 41px;
}
.news .news_main .news_con .news_l .news_tit > h3 {
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_con .news_l .news_tit > h3:hover > i {
  animation: 2s infinite msClock;
}
.news .news_main .news_con .news_l .news_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/news_ico1.png) center no-repeat;
  margin-right: 15px;
}
.news .news_main .news_con .news_l .news_tit > h3 > span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 15px;
}
.news .news_main .news_con .news_l .news_tit > a {
  font-size: 14px;
  color: #666666;
  box-shadow: none;
  line-height: 41px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_tit > a:hover {
  color: #0160b9;
}
.news .news_main .news_con .news_l .news_l_list {
  width: 100%;
  margin-top: 10px;
}
.news .news_main .news_con .news_l .news_l_list li {
  width: 100%;
  height: 162px;
  margin-top: 18px;
}
.news .news_main .news_con .news_l .news_l_list li:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_l .news_l_list li:hover .news_txt {
  box-shadow: 0px 0px 24px 0px rgba(140, 140, 140, 0.57);
}
.news .news_main .news_con .news_l .news_l_list li:hover .news_txt::after {
  width: 100%;
}
.news .news_main .news_con .news_l .news_l_list li:hover .news_txt > h3 > a {
  color: #fff;
  transform: translate(5px);
}
.news .news_main .news_con .news_l .news_l_list li:hover .news_txt > p {
  color: #fff;
}
.news .news_main .news_con .news_l .news_l_list li:hover .news_txt > a {
  border: solid 1px #e2e2e2;
  color: #fff;
}
.news .news_main .news_con .news_l .news_l_list li > a {
  width: 274px;
  height: 162px;
  position: relative;
  overflow: hidden;
}
.news .news_main .news_con .news_l .news_l_list li > a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.news .news_main .news_con .news_l .news_l_list li > a:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.news .news_main .news_con .news_l .news_l_list li > a > img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.1);
}
.news .news_main .news_con .news_l .news_l_list li > a > img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
  bottom: -100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.news .news_main .news_con .news_l .news_l_list li > a > img:hover::after {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  bottom: 100%;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt {
  width: 470px;
  height: 100%;
  padding: 14px 20px 0 50px;
  box-sizing: border-box;
  padding-top: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  background: #0160b9;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt > h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt > h3 > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_l .news_l_list li .news_txt > a {
  width: 139px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #0160b9;
  border: solid 1px #e2e2e2;
  margin-top: 20px;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r {
  width: 410px;
}
.news .news_main .news_con .news_r .news_tit {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  line-height: 41px;
}
.news .news_main .news_con .news_r .news_tit > h3 {
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_con .news_r .news_tit > h3:hover > i {
  animation: 2s infinite msClock;
}
.news .news_main .news_con .news_r .news_tit > h3 > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/news_ico2.png) center no-repeat;
  margin-right: 15px;
}
.news .news_main .news_con .news_r .news_tit > h3 > span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-right: 15px;
}
.news .news_main .news_con .news_r .news_tit > a {
  font-size: 14px;
  color: #666666;
  box-shadow: none;
  line-height: 41px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_r .news_tit > a:hover {
  color: #0160b9;
}
.news .news_main .news_con .news_r .news_r_top {
  width: 100%;
  margin-top: 28px;
}
.news .news_main .news_con .news_r .news_r_top:hover > a > img {
  transform: scale(1);
}
.news .news_main .news_con .news_r .news_r_top:hover .news_rt_txt > a {
  color: #0160b9;
}
.news .news_main .news_con .news_r .news_r_top > a {
  display: block;
  width: 100%;
  height: 162px;
  overflow: hidden;
}
.news .news_main .news_con .news_r .news_r_top > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.news .news_main .news_con .news_r .news_r_top .news_rt_txt {
  margin-top: 18px;
  height: 98px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.news .news_main .news_con .news_r .news_r_top .news_rt_txt > a {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
.news .news_main .news_con .news_r .news_r_top .news_rt_txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #666666;
}
.news .news_main .news_con .news_r .news_r_list {
  width: 100%;
}
.news .news_main .news_con .news_r .news_r_list li {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  line-height: 47px;
}
.news .news_main .news_con .news_r .news_r_list li:hover > a {
  color: #0160b9;
  transform: translate(5px);
}
.news .news_main .news_con .news_r .news_r_list li:hover > a::after {
  transform: translate(5px) rotateY(360deg);
}
.news .news_main .news_con .news_r .news_r_list li > a {
  width: 75%;
  height: 100%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_r .news_r_list li > a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(../images/news_ico3.png) center no-repeat;
  left: 7px;
  top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .aq {
  width: 100%;
  margin-top: 38px;
  height: 112px;
}
.news .news_main .aq .aq_tit {
  width: 181px;
  height: 96px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  padding-top: 25px;
}
.news .news_main .aq .aq_tit > i {
  width: 53px;
  height: 54px;
  background: url(../images/news_ico4.png) center no-repeat;
}
.news .news_main .aq .aq_tit .aq_tt {
  margin-left: 25px;
}
.news .news_main .aq .aq_tit .aq_tt > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 14px;
}
.news .news_main .aq .aq_tit .aq_tt > p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666666;
}
.news .news_main .aq .aq_list {
  width: 1076px;
}
.news .news_main .aq .aq_list li {
  float: left;
  width: 518px;
  height: 110px;
  background-color: #f9f9f9;
  border: solid 1px #ececec;
  margin-right: 40px;
}
.news .news_main .aq .aq_list li:hover > a > i {
  color: #0160b9;
  transform: translate(5px);
}
.news .news_main .aq .aq_list li > a {
  display: block;
  width: 400px;
  height: 23px;
  line-height: 23px;
  margin: 26px 0 10px 46px;
}
.news .news_main .aq .aq_list li > a > span {
  width: 23px;
  height: 23px;
  background-color: #0160b9;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #f9f9f9;
}
.news .news_main .aq .aq_list li > a > i {
  width: 350px;
  margin-left: 16px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  color: #333333;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .aq .aq_list li > h4 {
  width: 400px;
  height: 23px;
  line-height: 23px;
  margin: 0 0 0 46px;
}
.news .news_main .aq .aq_list li > h4 > span {
  width: 23px;
  height: 23px;
  background-color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  font-weight: bold;
  color: #f9f9f9;
}
.news .news_main .aq .aq_list li > h4 > i {
  width: 350px;
  margin-left: 16px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  color: #666666;
}
.links {
  width: 100%;
  position: relative;
  height: 0;
}
.links .link_main {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding: 28px 0 30px;
  top: 0;
}
.links .link_main .link_list{

	margin: 0px auto;
	text-align: center;
}
.links .link_main .link_tit {
  background: url(../images/link_ico.png) left center no-repeat;
  padding-left: 46px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}
.links .link_main .link_list > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 20px;
  padding: 0 20px;
}
