@charset "utf-8";

/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
@font-face {
  font-family: 'km';
  src: url('KozMinPro-Medium.otf');
}
.vcenter {
  transition: all 0.6s;
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inproductw {
  width: 100%;
  background: #fff;
  padding: 50px 0 10px 0;
  position: relative;
}
.inproductw:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
}
.inproductw .inpro {
  margin-top: 80px;
  position: relative;
  z-index: 8;
}
.inproductw .inpro .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  left: auto;
  right: 68px;
  top: -70px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  overflow: hidden;
}
.inproductw .inpro .swiper-button-prev:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #b1b1b1;
  border-left: 3px solid #b1b1b1;
  position: absolute;
  margin: auto;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  transform: rotateZ(-45deg);
}
.inproductw .inpro .swiper-button-prev:hover {
  background: #b1b1b1;
}
.inproductw .inpro .swiper-button-prev:hover:after,.inproductw .inpro .swiper-button-next:hover:after {
	border-color: #fff;
}
.inproductw .inpro .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #fff;
  left: auto;
  right: 15px;
  top: -70px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #b1b1b1;
  overflow: hidden;
}
.inproductw .inpro .swiper-button-next:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #b1b1b1;
  border-right: 3px solid #b1b1b1;
  position: absolute;
  margin: auto;
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  transform: rotateZ(-45deg);
}
.inproductw .inpro .swiper-button-next:hover {
  background: #b1b1b1;
}
.inproductw .inpro a {
  display: block;
  width: 380px;
  margin: 0 auto;
  border: 1px solid #d4f0ff;
}
.inproductw .inpro a .inproimg {
  width: 100%;
  height: 288px;
  position: relative;
  overflow: hidden;
  background: #f4f3f3;
}
.inproductw .inpro a .inproimg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inproductw .inpro a .inprowen {
  background: #fff;

  padding: 30px 20px 25px;
  position: relative;
}
.inproductw .inpro a .inprowen span {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.inproductw .inpro a .inprowen p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 12px;
}
.inproductw .inpro a .inprowen i {
  display: block;
  color: #4299de;
  font-size: 14px;
  text-align: right;
  margin-top:35px;
}
.inproductw .inpro a:hover {
  box-shadow: 4px 4px 13px #e0e0e0;
  border:none;
}

.indextit {
  text-align: center;
  position: relative;
  z-index: 2;
}
.indextit span {
  display: block;
  font-size: 30px;
  color: #062074;
  line-height: 40px;
}
.indextit p {
  font-size: 16px;
  color: #abaaaa;
  line-height: 24px;
}
.incase {
  margin-top: 40px;
  padding: 50px 0 60px 0;
  background: #edf5fb;
}
.incasetit {
  height: 130px;
  border-bottom: 2px solid #fff;
  margin-top: 15px;
  padding-top:20px;
  border-top:1px solid #c9d9e5;
}
.incasetit span {
  display: block;
  width: 12.5%;
  float: left;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
  height: 110px;
}
.incasetit span img {
  display: block;
  margin: 0 auto;
}
.incasetit span img.incsimg2 {
  display: none;
}
.incasetit span i {
  display: block;
  font-size: 14px;
  color: #454545;
  text-align: center;
  line-height: 38px;
}
.incasetit span.active {
  position: relative;
}
.incasetit span.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  bottom: 3px;
  margin: auto;
  left: 0;
  right: 0;
}
.incasetit span.active img.incsimg1 {
  display: none;
}
.incasetit span.active img.incsimg2 {
  display: block;
}
.incasetit span.active i {
  color:#4299de;
}
.incaselist {
  width: 100%;
}
.incaselist .incseli {
  width: 100%;
  height: 350px;
  position: relative;
  display: none;
}
.incaselist .incseli .incasin {
  position: absolute;
  width: 57%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 0;
  padding: 50px;
}
.incaselist .incseli .incasin a {
  display: block;
  width: 260px;
  padding-right: 5px;
  float: left;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.incaselist .incseli .incasin a:hover {
  text-decoration: underline;
}
.incaselist .incseli .incasin a.more {
  width: 100%;
  margin-top: 50px;
}
.innewrap {
  margin-top: 40px;
  padding-bottom: 58px;
}
.newscont {
  margin-top: 40px;
}
.newscont .video {
  width: 520px;
  height: 280px;
  float: left;
  margin-top: 8px;
}
.newscont .newsright {
  width: 590px;
  float: right;
}
.newscont .newsright a.jian {
  display: block;
  font-size: 14px;
  color: #353535;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.newscont .newsright a.jian i {
  float: right;
  font-style: normal;
  margin-left: 10px;
}
.newscont .newsright a.jian:hover {
  color: #4299de;
}
.newscont .newsright a.first {
  display: block;
  margin-bottom: 25px;
}
.newscont .newsright a.first .datetime {
  width: 110px;
  text-align: center;
  float: left;
  padding-top: 8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.newscont .newsright a.first .datetime b {
  display: block;
  font-size: 94px;
  color:#3297dd;
  font-family: "Arial", "微软雅黑", serif;
  line-height: 95px;
  font-weight: normal;
}
.newscont .newsright a.first .datetime span {
  display: block;
  font-size: 20px;
  color:#3297dd;
  line-height: 20px;
}
.newscont .newsright a.first .newen {
  width: 430px;
  float: right;
}
.newscont .newsright a.first .newen span {
  display: block;
  font-size: 15px;
  color: #353535;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #a9aaaa;
margin-bottom: 10px;
}
.newscont .newsright a.first .newen p {
  font-size: 12px;
  color: #848484;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 8px;
}
.newscont .newsright a.first:hover .newen span {
  color: #4299de;
  border-bottom: 1px solid #4299de;
}
.newscont .newsright a.first:hover .newen p {

}
.newscont .newsright a.more {
  display: block;
  width: 100px;
  border: 1px solid;
  font-size: 12px;
  color: #4299de;
  text-align: center;
  line-height: 28px;
  float: right;
  margin-top: 15px;
  border-radius:6px;
  transition: all .3s;
}
.newscont .newsright a.more:hover{
	color: #fff;
	background: #4299de;
}
.indexlian {
  margin-top: 40px;
  padding-bottom: 72px;
}
.indexlian a {
  margin-top: 30px;
  display: block;
  width: 280px;
  float: left;
  margin-right: 26.6666px;
}
.indexlian a .inaimg {
  width: 100%;
  height: 158px;
  position: relative;
  overflow: hidden;
}
.indexlian a .inawen {
  width: 100%;
  height: 74px;
  text-align: center;
  background: #4299de;
  padding-top: 21px;
  -webkit-box-shadow: 0 2px 3px #a19f9f;
  -moz-box-shadow: 0 2px 3px #a19f9f;
  box-shadow: 0 2px 3px #a19f9f;
}
.indexlian a .inawen img {
  margin-right: 8px;
}
.indexlian a .inawen span {
  font-size: 14px;
  color: #fff;
}
.indexlian a:hover .inaimg img {
  transform: scale(1.2);
}
