/*首页banner2 3D*/
/* up-down*/
html,*{
-webkit-user-select:none;
user-select:none;
-ms-user-select:none;
}
@-moz-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
@-webkit-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}
@-o-keyframes myMove {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}
/*banner*/
.pics_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*幻灯片样式2*/
}
.pics_wrap .html5zoo-img-0 img {
  width: 100%;
}
.pics_wrap .html5zoo-arrow-left-0 {
  left: 10% !important;
}
.pics_wrap .html5zoo-arrow-right-0 {
  right: 10% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.pics_wrap .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 47% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.pics_wrap #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.pics_wrap #focus ul {
  height: 188px;
  position: absolute;
}
.pics_wrap #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.pics_wrap #focus ul li a img {
  height: 188px;
  width: 255px;
}
.pics_wrap #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.pics_wrap #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.pics_wrap #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.pics_wrap #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.pics_wrap #focus .btn span.on {
  background: #fff;
}
.pics_wrap #bannerCircle,
.pics_wrap #bannerArrow {
  display: none;
}
body {
  overflow: scroll;
  overflow-x: hidden;
}
/*pro*/
.pro {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 60px;
}
.pro .pro_l {
  float: left;
  width: 240px;
  margin-right: 50px;
  background: #2c8cf0;
  padding-bottom: 20px;
}
.pro .pro_l h3 {
  height: 80px;
  padding-left: 40px;
  color: #fff;
  padding-top: 20px;
  background: url(../images/x.png) bottom center no-repeat;
  background-color: #2c8cf0;
}
.pro .pro_l h3 b {
  display: block;
  margin-bottom: 14px;
  line-height: 28px;
  height: 28px;
  font-size: 28px;
}
.pro .pro_l h3 p {
  text-transform: uppercase;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
}
.pro .pro_l .pro_box {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
.pro .pro_l .pro_box .pro_big {
  width: 168px;
  height: 60px;
  display: block;
  padding-left: 40px;
  padding-right: 32px;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  transition: .6s;
  z-index: 1;
}
.pro .pro_l .pro_box .pro_big span {
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: .6s;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 24px;
  background: url(../images/chevron-circle-up.png) center no-repeat;
}
.pro .pro_l .pro_box .pro_big::before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  transition: .6s;
  left: 20px;
  top: 29px;
  background: #fff;
}
.pro .pro_l .pro_box .pro_big:hover .pro_box::before {
  width: 100%;
  height: 100%;
}
.pro .pro_l .pro_box .pro_big:first-child span {
  background: url(../images/chevron-circle-up1.png) center no-repeat;
}
.pro .pro_l .pro_box .pro_sm {
  display: block;
  padding-left: 40px;
  width: 180px;
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  margin: 0 auto;
  position: relative;
  transition: .6s;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #f9f9f9;
}
.pro .pro_l .pro_box .pro_sm:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pro .pro_l .pro_box .pro_sm::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  transition: .6s;
  top: 0;
  left: 0;
  background: #ffe118;
  z-index: -1;
}
.pro .pro_l .pro_box .pro_sm:hover {
  color: #c42020;
}
.pro .pro_l .pro_box .pro_sm:hover::before {
  height: 38px;
}
.pro .pro_l .pro_box .pro_sm:hover:last-child::before {
  border-bottom-right-radius: 10px;
}
.pro .pro_l .pro_box .pro_big:first-child::after {
  content: '';
  width: 220px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 10px;
}
.pro .pro_l .pro_box .pro_big:first-child::before {
  background: #2c8cf0;
}
.pro .pro_l .pro_box .pro_big:first-child {
  color: #2c8cf0;
}
.pro .pro_r {
  float: right;
  width: 908px;
}
.pro .pro_r .pro_bg {
  height: 35px;
  color: #2c8cf0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.pro .pro_r .pro_bg span {
  float: left;
  display: block;
  line-height: 25px;
  height: 35px;
  font-size: 24px;
  color: #2c8cf0;
}
.pro .pro_r .pro_bg a {
  float: right;
  text-transform: uppercase;
  color: #2c8cf0;
}
.pro .pro_r .pro_main {
  margin-right: -26px;
  height: auto;
}
.pro .pro_r .pro_main div {
  float: left;
  margin-right: 21px;
  margin-bottom: 20px;
  position: relative;
  width: 290px;
  height: 290px;
}
.pro .pro_r .pro_main div a {
  display: block;
}
.pro .pro_r .pro_main div .pro_img {
  width: 290px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.pro .pro_r .pro_main div .pro_img::before {
  position: absolute;
  transition: 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.pro .pro_r .pro_main div .pro_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.pro .pro_r .pro_main div .pro_a {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  transition: .6s;
  left: 0;
  bottom: 0;
  line-height: 50px;
  width: 290px;
  height: 50px;
  font-size: 16px;
  color: #666666;
  background-color: #fcf9f9;
  z-index: 1;
}
.pro .pro_r .pro_main div .pro_a::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #2c8cf0;
  transition: .6s;
}
.pro .pro_r .pro_main div:hover .pro_a::before {
  height: 50px;
}
.pro .pro_r .pro_main div:hover .pro_a {
  color: #fff;
}
.pro .pro_r .pro_main div:hover .pro_img::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/*pro*/
/*ys*/
.ys {
  width: 100%;
  height: 930px;
  background: url(../images/ysbg.jpg) center no-repeat;
  background-color: #fcf9f9;
}
.ys .ys_cen {
  width: 1200px;
  margin: 0 auto;
  height: 930px;
  position: relative;
}
.ys .ys_cen h3 {
  position: absolute;
  top: 190px;
  left: 84px;
  width: 280px;
  height: 36px;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #2c8cf0;
  z-index: 2;
}
.ys .ys_cen h3 span {
  color: #333333;
}
.ys .ys_cen .tempWrap {
  height: 766px;
}
.ys .ys_cen .ys_main {
  position: absolute;
  right: 240px;
  bottom: 58px;
  width: 720px;
  height: 200px;
  z-index: 4;
}
.ys .ys_cen .ys_main div {
  transition: .6s;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  width: 180px;
  height: 200px;
  background: url(../images/ysqh.png) center no-repeat;
}
.ys .ys_cen .ys_main div .ys_jd {
  display: block;
  float: left;
  cursor: pointer;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 290px;
  border: 2px solid #ffe118;
}
.ys .ys_cen .ys_main div .ys_jd3 {
  right: 84px;
}
.ys .ys_cen .ys_main div .ys_jd2 {
  right: 104px;
}
.ys .ys_cen .ys_main div .ys_jd1 {
  right: 128px;
}
.ys .ys_cen .ys_main div .ys_jd0 {
  right: 150px;
}
.ys .ys_cen .ys_main div span {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  width: 73px;
  height: 73px;
  margin-top: 42px;
}
.ys .ys_cen .ys_main div span img {
  width: 73px;
  height: 73px;
  display: block;
  margin: 0 auto;
}
.ys .ys_cen .ys_main .on {
  color: #ffe118;
  background: url(../images/ysqh.png) center no-repeat;
}
.ys .ys_cen .ys_main .on .ys_jd {
  background: #ffe118;
}
.ys .ys_cen .ys_main .on span img {
  border-left: 300px solid transparent;
  -webkit-filter: drop-shadow(-300px 0 0px #ffe118);
  filter: drop-shadow(-300px 0 0px #ffe118);
}
.ys .ys_cen .ys_box {
  width: 1200px;
  margin: 0 auto;
  height: 574px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 192px;
}
.ys .ys_cen .ys_box .ys_ever {
  width: 1200px;
  margin: 0 auto;
  height: 574px;
  float: left;
  position: relative;
}
.ys .ys_cen .ys_box .ys_ever .ys_bt {
  width: 418px;
  height: 97px;
  position: absolute;
  line-height: 97px;
  left: 46px;
  top: 152px;
}
.ys .ys_cen .ys_box .ys_ever .ys_bt span {
  display: block;
  width: 64px;
  height: 97px;
  background: url(../images/ysyuan.png) center no-repeat;
  font-size: 40px;
  color: #2c8cf0;
  line-height: 97px;
  padding-left: 26px;
  float: left;
  font-weight: bold;
  margin-right: 36px;
}
.ys .ys_cen .ys_box .ys_ever .ys_bt p {
  font-size: 24px;
  color: #ffffff;
}
.ys .ys_cen .ys_box .ys_ever .ys_warp {
  width: 564px;
  height: auto;
  position: absolute;
  left: 60px;
  top: 252px;
}
.ys .ys_cen .ys_box .ys_ever .ys_warp p {

  line-height: 36px;
  padding-left: 32px;
  background: url(../images/ysico.png)  no-repeat  left 14px;
  font-size: 16px;
  color: #ffffff;
}
.ys .ys_cen .ys_box .ys_ever img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 544px;
  height: 362px;
}
.ys .ys_cen .ys_box .ys_ever .num {
  width: 271px;
  height: 197px;
  position: absolute;
  bottom: -20px;
  left: 68px;
}
.ys .ys_cen .ys_box .ys_ever .num0 {
  background: url(../images/01.png) center no-repeat;
}
.ys .ys_cen .ys_box .ys_ever .num1 {
  background: url(../images/02.png) center no-repeat;
}
.ys .ys_cen .ys_box .ys_ever .num2 {
  background: url(../images/03.png) center no-repeat;
}
.ys .ys_cen .ys_box .ys_ever .num3 {
  background: url(../images/04.png) center no-repeat;
}
/*ys*/
/*five*/
.five {
  width: 1200px;
  margin: 0 auto;
  height: 116px;
  position: relative;
}
.five .five_img {
  width: 1561px;
  height: 116px;
  position: absolute;
  line-height: 116px;
  right: -360px;
  top: 0;
  background: url(../images/five.jpg) center no-repeat;
  color: #ffffff;
}
.five .five_img h3 {
  float: left;
  font-size: 30px;
  font-weight: bold;
  margin-left: 292px;
  margin-right: 62px;
}
.five .five_img p {
  font-size: 20px;
}
.five_box {
  width: 1200px;
  margin: 0 auto;
  height: 320px;
  margin-top: 30px;
}
.five_box .five_main {
  margin-right: -120px;
  margin-top: 100px;
}
.five_box .five_main .five_ever {
  float: left;
  text-align: center;
  transition: .6s;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 220px;
  height: 260px;
  margin-right: 38px;
  background: #fff;
}
.five_box .five_main .five_ever img {
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 24px;
  transition: .6s;
}
.five_box .five_main .five_ever h3 {
  margin-bottom: 20px;
  width: 114px;
  height: 114px;
  font-size: 24px;
  line-height: 114px;
  color: #333333;
  border: solid 1px #cccccc;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 30px;
}
.five_box .five_main .five_ever p {
  width: 182px;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto;
  transition: .6s;
  text-align: center;
}
.five_box .five_main .five_ever::before {
  content: '';
  width: 100%;
  height: 0;
  transition: .6s;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background-color: #fcf9f9;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.17);
}
.five_box .five_main .five_ever:hover::before {
  height: 260px;
}
.five_box .five_main .five_ever:hover h3 {
  transition: .6s;
  transform: rotate(1turn);
  background: #2c8cf0;
  color: #ffe118;
}
/*five*/
/*case*/
.bt {
  text-align: center;
  height: auto;
}
.bt h3 {
  font-weight: bold;
  font-size: 30px;
}
.bt p {
  text-transform: uppercase;
  font-size: 16px;
}
.case {
  width: 100%;
  height: 796px;
  background: url(../images/casegbg.jpg) center no-repeat;
  margin-bottom: 60px;
}
.case .case_cen {
  width: 1200px;
  margin: 0 auto;
  height: 734px;
  padding-top: 62px;
}
.case .case_cen .bt h3 {
  color: #fff;
}
.case .case_cen .bt p {
  color: #cccccc;
}
.case .case_cen .home-ysMain {
  overflow: hidden;
  margin-top: 40px;
  cursor: pointer;
  height: 490px;
}
.case .case_cen .home-ysMain ul {
  width: 1220px;
}
.case .case_cen .home-ysMain ul * {
  transition: all 0.6s;
}
.case .case_cen .home-ysMain li {
  width: 130px;
  height: 490px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px;
}
.case .case_cen .home-ysMain li img {
  width: 600px;
  height: 490px;
  display: block;
  margin: 0 auto;
}
.case .case_cen .home-ysMain li .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 40px;
  padding-left: 40px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case_cen .home-ysMain li .cover::before {
  content: '';
  width: 76px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 40px;
}
.case .case_cen .home-ysMain li .hood {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 80px;
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case_cen .home-ysMain .big {
  width: 600px;
  height: 480px;
  border: 5px solid #fff;
}
.case .case_cen .home-ysMain .big .cover {
  opacity: 0;
}
.case .case_cen .home-ysMain .big .hood {
  opacity: 1;
}
.case .case_cen .case_more {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 40px;
  border: solid 1px #ffffff;
  transition: .6s;
}
.case .case_cen .case_more:hover {
  color: #c42020;
}
/*case*/
/*ry*/
.ry {
  width: 1200px;
  margin: 0 auto;
  height: 350px;
  margin-bottom: 44px;
  position: relative;
}
.ry .bt h3 {
  color: #333;
}
.ry .bt p {
  color: #c3c3c3;
}
.ry .ry_left,
.ry .ry_right {
  width: 40px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  top: 168px;
  transition: .6s;
}
.ry .ry_left {
  left: -60px;
  background: url(../images/ryjt.jpg) 0 0 no-repeat;
}
.ry .ry_left:hover {
  background: url(../images/ryjt.jpg) 0 -60px no-repeat;
}
.ry .ry_right {
  right: -60px;
  background: url(../images/ryjt.jpg) -40px 0 no-repeat;
}
.ry .ry_right:hover {
  background: url(../images/ryjt.jpg) -40px -60px no-repeat;
}
.ry .tempWrap {
  margin-top: 40px;
}
.ry .ry_box {
  height: 260px;
}
.ry .ry_box div {
  float: left;
  margin-right: 13px;
  position: relative;
}
.ry .ry_box div a {
  display: block;
}
.ry .ry_box div .ry_img {
  width: 290px;
  height: 210px;
}
.ry .ry_box div .ry_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.ry .ry_box div .ry_a {
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
}
.ry .ry_box div:hover .ry_a {
  color: #2c8cf0;
}
/*ry*/
/*we*/
.we {
  width: 100%;
  height: 600px;
  background: url(../images/webg.jpg) center no-repeat;
  margin-bottom: 60px;
}
.we .we_cen {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 600px;
}
.we .we_cen .bt {
  width: 158px;
  height: auto;
  text-align: left;
}
.we .we_cen .bt h3 {
  color: #fff;
}
.we .we_cen .bt p {
  color: #ccc;
}
.we .we_cen img {
  float: left;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 590px;
  height: 440px;
}
.we .we_cen .we_r {
  width: 548px;
  height: 308px;
  float: right;
  margin-top: 148px;
}
.we .we_cen .we_r .we_p {
  margin-top: 34px;
  text-indent: 2em;
  color: #fff;
  overflow: hidden;
  width: 546px;
  height: 144px;
  font-size: 14px;
  line-height: 30px;
}
.we .we_cen .we_r .we_mo {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  margin-top: 38px;
  border: solid 1px #ffffff;
  background: url(../images/wej.png) center no-repeat;
}
/*we*/
/*见证*/
.jz {
  width: 100%;
  height: 442px;
  margin-bottom: 60px;
}
.jz .jz_cen {
  width: 1200px;
  margin: 0 auto;
  height: 442px;
  position: relative;
}
.jz .jz_cen .jz_left,
.jz .jz_cen .jz_right {
  width: 29px;
  height: 53px;
  position: absolute;
  cursor: pointer;
  transition: .6s;
  top: 320px;
  z-index: 2;
}
.jz .jz_cen .jz_left {
  right: 510px;
  background: url(../images/khjt.png) 0 0 no-repeat;
}
.jz .jz_cen .jz_left:hover {
  background: url(../images/khjt.png) 0 -55px no-repeat;
}
.jz .jz_cen .jz_right {
  right: 432px;
  background: url(../images/khjt.png) -31px 0 no-repeat;
}
.jz .jz_cen .jz_right:hover {
  background: url(../images/khjt.png) -31px -55px no-repeat;
}
.jz .jz_cen .jz_box {
  margin-top: 40px;
  width: 1560px;
  height: 350px;
  background: #f6f6f6;
  position: absolute;
  left: -360px;
}
.jz .jz_cen .jz_box .jz_ever {
  width: 1560px;
  height: 350px;
  float: left;
}
.jz .jz_cen .jz_box .jz_ever .jz_img {
  display: block;
  float: left;
  width: 960px;
  height: 350px;
}
.jz .jz_cen .jz_box .jz_ever .jz_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.jz .jz_cen .jz_box .jz_ever div {
  width: 488px;
  height: 104px;
  float: left;
  margin-left: 60px;
  margin-top: 70px;
}
.jz .jz_cen .jz_box .jz_ever div .jz_bt {
  display: block;
  line-height: 24px;
  height: 24px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 22px;
  transition: .6s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jz .jz_cen .jz_box .jz_ever div .jz_bt:hover {
  color: #c42020;
}
.jz .jz_cen .jz_box .jz_ever div p {
  width: 482px;
  height: 62px;
  font-size: 14px;
  line-height: 36px;
  color: #444444;
  overflow: hidden;
}
/*见证*/
/*news*/
.news {
  width: 1200px;
  margin: 0 auto;
  height: 476px;
  margin-bottom: 58px;
}
.news .news_top {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  position: relative;
  margin-bottom: 40px;
}
.news .news_top::before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #c42020;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news .news_top h3 {
  float: left;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #444444;
}
.news .news_top h3 i {
  font-size: 24px;
  line-height: 30px;
  color: #999999;
  text-transform: uppercase;
}
.news .news_top div {
  float: right;
}
.news .news_top div .news_ti {
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #cccccc;
}
.news .news_top div .on {
  transition: .6s;
  color: #fff;
  background-color: #c42020;
  border: solid 1px #c42020;
}
.news .news_box {
  width: 1200px;
  margin: 0 auto;
  height: 390px;
  overflow: hidden;
}
.news .news_box ul {
  height: 390px;
  margin-right: -74px;
}
.news .news_box ul li {
  width: 560px;
  height: 180px;
  float: left;
  margin-right: 74px;
  margin-bottom: 30px;
}
.news .news_box ul li .news_img {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 180px;
  margin-right: 40px;
}
.news .news_box ul li .news_img::before {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.news .news_box ul li .news_img:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.news .news_box ul li .news_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.news .news_box ul li div {
  float: left;
  width: 278px;
  height: 142px;
  margin-top: 18px;
}
.news .news_box ul li div .news_a {
  display: block;
  margin-bottom: 15px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
}
.news .news_box ul li div .news_data {
  position: relative;
  height: 31px;
  width: 278px;
  line-height: 20px;
  transition: .6s;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
}
.news .news_box ul li div .news_data::before {
  content: '';
  width: 0;
  height: 1px;
  background: #c42020;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: .6s;
}
.news .news_box ul li div span {
  display: block;
  overflow: hidden;
  width: 280px;
  height: 68px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.news .news_box ul li div:hover .news_data::before {
  width: 100%;
}
.news .news_box ul li div:hover .news_data,
.news .news_box ul li div:hover .news_a {
  color: #c42020;
}
/*news*/
/*-fri*/
.fri {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 60px;
}
.fri .fri_l {
  float: left;
  width: 120px;
  height: 50px;
  margin-right: 42px;
}
.fri .fri_l span,
.fri .fri_l i {
  display: block;
}
.fri .fri_l span {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.fri .fri_l i {
  text-transform: uppercase;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #cccccc;
}
.fri .fri_r {
  width: 1038px;
  float: left;
}
.fri .fri_r a {
  display: block;
  float: left;
  transition: .6s;
  line-height: 50px;
  margin-right: 40px;
}
.fri .fri_r a:hover {
  color: #c42020;
}
/*fri*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 
 */

 @-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

