* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica Neue, Tahoma, Arial, PingFangSC-Regular, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  font-size: 3.2vw;
  color: #2e2a2b;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #273e93;
  text-decoration: none;
}
img {
  vertical-align: middle;
  width: 100%;
}
.clear {
  clear: both;
}
.cover {
  overflow: hidden;
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul {
  list-style: none;
}
header {
  margin-top: 10px;
  padding: 0 1.33333333vw;
  display: flex;
  justify-content: space-between;
}
header .top_left {
  margin-top: 1.6vw;
  width: 80%;
  height: 14.93333333vw;
}
header .top_right {
  width: 15.2vw;
  height: 9.33333333vw;
  display: block;
}
/* 导航 */
.navt {
  float: right;
  text-align: left;
  margin-top: 5.33333333vw;
  width: 15.2vw;
  height: 9.33333333vw;
}
.navt .nevItem {
  float: left;
  width: 100%;
  margin: auto;
  line-height: 9.6vw;
}
.navt .nevItem a,
.navt .nevList a {
  line-height: 9.6vw;
  text-decoration: none;
}
.navt .nevList {
  position: absolute;
  width: 100%;
  /*display: none;*/
  top: 19.73333333vw;
  left: 0;
  background-color: #273e93;
  z-index: 999999;
}
/*.navt:hover .nevList{
	display: block;
}*/
.navt .nevList li {
  position: relative;
  width: 100%;
  padding: 0 5.33333333vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.navt .nevList li a {
  color: #fff;
}
.navt .nevList li:hover {
  background-color: #1a66da;
  text-decoration: none;
}
.navt .nevList li:hover a {
  color: #fff;
}
.navIcon {
  display: block;
  width: 10.66666667vw;
  height: 6.66666667vw;
}
.navListZZ {
  display: none;
  position: relative;
}
.navt .nevList li:hover .navListZZ {
  display: block;
  text-indent: 6.4vw;
}
.navt .nevList li:hover {
  color: #fff;
}
.clearfloat:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfloat {
  *zoom: 1;
}
/* 大图展示  */
.bigPic {
  width: 100%;
  margin: 4vw auto 0 auto;
}
.swiper-container {
  width: 100%;
  position: relative;
  height: 36vw;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #00205b;
}
.about {
  width: 100%;
  margin-top: 5.33333333vw;
  padding: 0 1.33333333vw;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.about .about_left {
  width: 39.46666667vw;
}
.about .about_left .about_top {
  display: flex;
  justify-content: space-between;
}
.about .about_left .about_top .about_top01 {
  font-size: 5.33333333vw;
}
.about .about_left .about_top i {
  width: 4vw;
  height: 0.53333333vw;
  margin-top: 1.33333333vw;
}
.about .about_left .about_top span {
  margin-top: 1.33333333vw;
}
.about .about_left p {
  margin-top: 5.33333333vw;
}
.about .about_left .more {
  width: 18.66666667vw;
  height: 6.66666667vw;
  line-height: 6.66666667vw;
  margin-top: 2.66666667vw;
  display: block;
  border: 1px solid #273e93;
  text-align: center;
}
.about .about_left .more a {
  color: #273e93;
}
.about .about_right {
  width: 53.6vw;
  height: 33.6vw;
  display: block;
  margin-top: 13.33333333vw;
}
.about01 {
  width: 100%;
  margin: 5.33333333vw auto 16vw auto;
  padding: 0 1.33333333vw;
}
.about01 .aboutlist {
  overflow: hidden;
}
.about01 .aboutlist ul li {
  width: 17.33333333vw;
  height: 6.4vw;
  line-height: 6.4vw;
  display: block;
  text-align: center;
  float: left;
  margin: 0 1.33333333vw;
}
.about01 .aboutlist ul li a {
  color: #fff;
  background-color: #c7dcfa;
  border-radius: 1.33333333vw;
  display: block;
}
.about01 .aboutlist ul li a hover {
  color: #fff;
  border-radius: 1.33333333vw;
  background-color: #273e93;
  display: block;
}
.about01 .about01_conent {
  margin-top: 2.66666667vw;
}
.about01 .about01_conent span {
  font-size: 3.73333333vw;
  width: 100%;
}
.about01 .about01_conent .input_conent {
  margin-top: 2.66666667vw;
  width: 100%;
  line-height: 8.53333333vw;
  height: 8.53333333vw;
  border: 1px solid #ccc;
}
.about01 .about01_conent .submit {
  margin-top: 5.33333333vw;
  width: 32vw;
  height: 13.33333333vw;
  margin-left: 16%;
  line-height: 13.33333333vw;
  text-align: center;
  background-color: #273e93;
  color: #fff;
  border: none;
}
.about01 .about01_conent .result {
  margin-top: 5.33333333vw;
  width: 32vw;
  height: 13.33333333vw;
  margin-left: 5.33333333vw x;
  line-height: 13.33333333vw;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  border: none;
}
.about01 .jianjie h3 {
  font-size: 5.33333333vw;
  font-weight: 400;
  margin: 5.33333333vw auto;
  padding-bottom: 2.66666667vw;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.about01 .jianjie span {
  width: 100%;
  display: block;
  font-size: 3.2vw;
  color: #888;
  margin: 5.33333333vw auto;
  text-align: center;
}
.about01 .jianjie p {
  line-height: 6.4vw;
  text-indent: 2em;
}
.case {
  width: 100%;
  background-color: #c7dcfa;
  overflow: hidden;
  margin-top: 5.33333333vw;
}
.case h2 {
  font-size: 5.33333333vw;
  font-weight: 400;
  margin-top: 5.33333333vw;
  text-align: center;
}
.case .xian {
  width: 6.93333333vw;
  height: 0.26666667vw;
  display: block;
  margin: 2.13333333vw auto;
}
.case ul {
  margin: 6.66666667vw 5.33333333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case ul li {
  width: 47%;
  margin-top: 5.33333333vw;
}
.case ul li i {
  width: 41.33333333vw;
  display: block;
}
.case span {
  width: 24.53333333vw;
  height: 6.93333333vw;
  line-height: 6.93333333vw;
  display: block;
  border-radius: 1.33333333vw;
  background-color: #2572e6;
  margin: 5.33333333vw auto;
  text-align: center;
}
.case span a {
  color: #fff;
}
.case01 {
  width: 100%;
  overflow: hidden;
}
.case01 h2 {
  font-size: 5.33333333vw;
  font-weight: 400;
  margin-top: 5.33333333vw;
  text-align: center;
}
.case01 .xian {
  width: 6.93333333vw;
  height: 0.26666667vw;
  display: block;
  margin: 2.13333333vw auto;
}
.case01 ul {
  margin: 6.66666667vw 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case01 ul li {
  width: 47%;
  margin: 2.66666667vw 1.33333333vw;
}
.case01 ul li i {
  width: 41.33333333vw;
  display: block;
}
.case01 ul li p {
  font-size: 3.73333333vw;
  font-weight: 400;
  margin-top: 2.66666667vw;
}
.case01 span {
  width: 24.53333333vw;
  height: 6.93333333vw;
  line-height: 6.93333333vw;
  display: block;
  border-radius: 1.33333333vw;
  background-color: #273e93;
  margin: 5.33333333vw auto;
  text-align: center;
}
.case01 span a {
  color: #fff;
}
.news {
  width: 100%;
  padding: 0 1.33333333vw;
  margin: 5.33333333vw auto 16vw auto;
}
.news h2 {
  font-size: 5.33333333vw;
  font-weight: 400;
  margin-top: 5.33333333vw;
  text-align: center;
}
.news .xian {
  width: 6.93333333vw;
  height: 0.26666667vw;
  display: block;
  margin: 2.13333333vw auto;
}
.news .newslist {
  margin-top: 5.33333333vw;
  overflow: hidden;
}
.news .newslist i {
  width: 21.86666667vw;
  height: 15.2vw;
  float: left;
}
.news .newslist span {
  float: right;
  width: 69.06666667vw;
}
.news .newslist span h3 {
  font-size: 3.2vw;
  font-weight: 400;
}
.news .newslist span h4 {
  font-size: 2.66666667vw;
  font-weight: 400;
  line-height: 3.2vw;
  margin-top: 1.33333333vw;
  color: #666;
}
.news .newslist span h4 a {
  color: #666;
}
.news .newslist span em {
  font-size: 2.66666667vw;
  color: #666;
  text-decoration: none;
}
.news01 {
  width: 100%;
  margin: 5.33333333vw auto 0 auto;
}
.news01 .newslist {
  margin-top: 5.33333333vw;
  overflow: hidden;
}
.news01 .newslist i {
  width: 21.86666667vw;
  height: 15.2vw;
  float: left;
}
.news01 .newslist span {
  float: right;
  width: 69.06666667vw;
}
.news01 .newslist span h3 {
  font-size: 3.2vw;
  font-weight: 400;
}
.news01 .newslist span h4 {
  font-size: 2.66666667vw;
  font-weight: 400;
  line-height: 3.2vw;
  margin-top: 1.33333333vw;
  color: #666;
}
.news01 .newslist span h4 a {
  color: #666;
}
.news01 .newslist span em {
  font-size: 2.66666667vw;
  color: #666;
}
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 13.33333333vw;
  background-color: #273e93;
  text-align: center;
}
footer a {
  font-size: 3.2vw;
  color: #fff;
}
footer a .iconfont {
  font-size: 4.8vw;
}


.product_detail{position:relative;padding:5px 2%;width:96%; margin:0 auto;}
.product_detail .title{background: #006430;height: 35px;line-height: 35px;text-align: center;margin-top: 2px; font:500 14px/35px "微软雅黑"; color:#fff;}
.product_detail .img{width:100%; margin-top:10px;}
.product_detail .img img{width:100%; height:auto;}