.h-header {
  height: 80px;
  padding: 15px 0
}

.h-header dl {
  height: 100%;
  width: 100%;
  max-width: 1700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.h-header dl .logo,
.h-header dl .logo img {
  height: 100%
}

.h-header dl .nav {
  font-size: 16px;
  color: #333;
  padding-right: 80px
}

.h-header dl .nav li {
  padding: 0 25px;
  display: inline-block;
  position: relative
}

.h-header dl .nav li>a {
  display: inline-block;
  padding: 15px 0
}

.h-header dl .nav li ul {
  position: absolute;
  display: none;
  z-index: 998;
  width: 100%;
  background: #fff;
  left: 0;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 0
}

.h-header dl .nav li ul a {
  display: block
}

.h-header dl .nav li ul a.curr,
.h-header dl .nav li ul a:hover {
  color: #3095d9
}

.h-header dl .nav li.curr>a,
.h-header dl .nav li:hover>a {
  color: #004098
}

.h-header dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.h-header dl dt li {
  width: 80px;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  position: relative
}

.h-header dl dt li:hover .ewm {
  display: block
}

.h-header dl dt li .ewm {
  position: absolute;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  width: 120px;
  height: 120px;
  background: #fff;
  z-index: 998;
  display: none
}

.h-header dl dt li .ewm img {
  width: 100%;
  height: 100%
}

.h-header dl dt li>img {
  height: 20px;
  display: block;
  margin: 0 auto
}

.h-header dl dt li.o2 {
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2
}

.m-home .abou1 {
  background: url(../img/fsf.png) 50% no-repeat;
  background-size: cover
}

.m-home .abou1 dl {
  width: 1400px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 680px
}

.m-home .abou1 dl .bg {
  width: 560px;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-home .abou1 dl .bg img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home .abou1 dl .bg:hover,
.m-home .abou1 dl .bg:hover img {
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-home .abou1 dl .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-home .abou1 dl dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 70px
}

.m-home .abou1 dl dt .title {
  text-align: center;
  line-height: 1.5;
  padding: 30px 0
}

.m-home .abou1 dl dt .title h1 {
  font-size: 36px
}

.m-home .abou1 dl dt .title p {
  font-size: 18px
}

.m-home .abou1 dl dt .title i {
  width: 35px;
  height: 3px;
  background: #007cc2;
  display: inline-block
}

.m-home .abou1 dl dt .cont {
  line-height: 2;
  text-indent: 30px
}

.m-home .abou1 dl dt .more {
  width: 150px;
  display: inline-block;
  border: 1px solid #137ac5;
  color: #0088d5;
  font-size: 16px;
  text-align: center;
  line-height: 41px;
  margin-top: 95px
}

.m-home .abou1 dl dd {
  position: absolute;
  width: 780px;
  height: 150px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  right: 260px;
  bottom: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home .abou1 dl dd.curr,
.m-home .abou1 dl dd:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.m-home .abou1 dl dd a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.m-home .abou1 dl dd a h2 {
  font-size: 25px;
  color: #000;
  padding-bottom: 5px
}

.m-home .abou1 dl dd a p {
  color: #202020;
  font-size: 16px
}

.m-home .nesa {
  background: #f6f6f6
}

.m-home .nesa dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 0
}

.m-home .nesa dl,
.m-home .nesa dl .tite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.m-home .nesa dl .tite {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9c9c9c;
  line-height: 1;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 10px
}

.m-home .nesa dl .tite .more {
  background: #0064b7;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  width: 65px;
  text-align: center
}

.m-home .nesa dl dt {
  width: 545px
}

.m-home .nesa dl dt ul {
  padding-top: 4px
}

.m-home .nesa dl dt ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0
}

.m-home .nesa dl dt ul li h4 {
  width: 105px;
  text-align: center;
  font-size: 30px;
  border-right: 1px solid #9d9d9d;
  margin-right: 20px;
  font-family: Arial
}

.m-home .nesa dl dt ul li h4 span {
  display: block;
  font-size: 18px;
  color: #666
}

.m-home .nesa dl dt ul li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.m-home .nesa dl dt ul li div a {
  font-size: 18px;
  padding-bottom: 5px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .nesa dl dt ul li div a:hover {
  color: #0064b7;
  text-decoration: underline
}

.m-home .nesa dl dt ul li div p {
  color: #7c7c7c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.m-home .nesa dl dd {
  width: 550px
}

.m-home .nesa dl dd ul {
  border: 1px solid #d4d3d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px;
  margin-top: 28px
}

.m-home .nesa dl dd ul li {
  width: 33.3333%;
  padding: 1% .8%
}

.m-home .nesa dl dd ul li a {
  display: block;
  font-size: 16px;
  color: #1a1a1a
}

.m-home .nesa dl dd ul li a:hover {
  color: #0064b7
}

.m-home .nesa dl dd ul li a img {
  width: 100%;
  height: 180px
}

.m-home .nesa dl dd ul li a p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .hashan {
  background: url(../img/sy43_03.png) 50% no-repeat;
  background-size: cover;
  padding: 30px 0;
  padding-top: 70px
}

.m-home .hashan .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 604px;
  margin-top: 30px;
  color: #333;
  font-weight: 500
}

.m-home .hashan .main .cnet {
  position: relative;
  width: 400px;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-home .hashan .main .cnet img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home .hashan .main .cnet:hover,
.m-home .hashan .main .cnet:hover img {
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-home .hashan .main .cnet:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-home .hashan .main .cnet p {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  text-align: center;
  font-size: 16px
}

.m-home .hashan .main dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 263px
}

.m-home .hashan .main dt a {
  display: block;
  height: 300px
}

.m-home .hashan .main dt a p {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff
}

.m-home .hashan .main dt a p i {
  padding-left: 10px;
  font-size: 16px
}

.m-home .hashan .main dt a .bg {
  width: 100%;
  height: 230px;
  overflow: hidden;
  display: block
}

.m-home .hashan .main dt a .bg img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home .hashan .main dt a .bg:hover {
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-home .hashan .main dt a .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-home .cas-title {
  text-align: center
}

.m-home .cas-title h3 {
  font-size: 60px;
  line-height: 0;
  color: #fff;
  opacity: .9
}

.m-home .cas-title h2 {
  font-size: 28px;
  color: #0064b7;
  position: relative;
  z-index: 2
}

.m-home .steeatm {
  padding: 90px 0
}

.m-home .steeatm .cas-title {
  padding-bottom: 45px
}

.m-home .steeatm .cas-title h3 {
  color: #efeeee
}

.m-home .steeatm .main {
  position: relative
}

.m-home .steeatm .main .btnswiper {
  position: absolute;
  left: -73px;
  bottom: 120px;
  cursor: pointer
}

.m-home .steeatm .main .btnswiper.swiper-button-next1 {
  left: auto;
  right: -73px
}

.m-home .steeatm a {
  display: block;
  position: relative;
  height: 340px;
  overflow: hidden
}

.m-home .steeatm a img {
  width: 100%;
  height: 100%
}

.m-home .steeatm a h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 101, 183, .714);
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.m-home .steeatm a:hover h4 {
  opacity: 0
}

.m-home .steeatm a:hover div {
  bottom: 0;
  z-index: 2;
  opacity: 1
}

.m-home .steeatm a div {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 0;
  bottom: -350px;
  width: 100%;
  height: 100%;
  background: rgba(0, 101, 183, .814);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: -1
}

.m-home .steeatm a div h5 {
  font-size: 18px;
  padding-top: 55px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .steeatm a div p {
  line-height: 2;
  padding: 0 30px;
  padding-top: 15px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden
}

.m-home .steeatm a div button {
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 100px;
  height: 33px;
  border: 1px solid hsla(0, 0%, 100%, .849);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.friend-ship {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  background: #004884
}

.friend-ship dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.friend-ship dt a {
  padding: 0 10px
}

.f-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0
}

.f-footer dt {
  font-size: 16px;
  padding-right: 70px
}

.f-footer dt a {
  display: block;
  margin-bottom: 25px
}

.f-footer dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.f-footer dd a {
  padding-left: 30px
}

.f-footer dd img {
  width: 120px;
  height: 120px
}

.f-footer ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.f-footer ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 13px
}

.f-footer ul li p {
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.m-roductCen {
  padding-bottom: 80px
}

.m-roductCen .nav dl {
  border-bottom: 1px solid #dcdcdc;
  height: 50px;
  position: relative
}

.m-roductCen .nav dl dt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  background: #008cd6;
  height: 140px;
  padding-left: 30px;
  padding-top: 25px;
  color: #fff
}

.m-roductCen .nav dl dt h1 {
  font-size: 24px
}

.m-roductCen .nav dl dt h4 {
  font-size: 18px
}

.m-roductCen .nav dl dt i {
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: #fff;
  margin-top: 3px
}

.m-roductCen .nav dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  font-size: 16px;
  padding-left: 220px
}

.m-roductCen .nav dl dd a {
  padding: 0 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 49px;
  height: 100%
}

.m-roductCen .nav dl dd a.curr,
.m-roductCen .nav dl dd a:hover {
  background: #008cd6;
  color: #fff
}

.m-roductCen .D002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0
}

.m-roductCen .D002 li {
  width: 270px;
  padding: 11px 0;
  margin-right: 40px
}

.m-roductCen .D002 li:nth-child(4n) {
  margin-right: 0
}

.m-roductCen .D002 li .bg {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: block
}

.m-roductCen .D002 li .bg img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .D002 li .bg:hover,
.m-roductCen .D002 li .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .D002 li .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-roductCen .D002 li h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2
}

.m-roductCen .D002 li h1:hover {
  color: #008cd6
}

.m-roductCen .D002 li h1 a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-roductCen .D002 li p {
  color: #939393
}

.m-roductCen .details .tps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0
}

.m-roductCen .details .tps .bg {
  width: 530px;
  height: 590px;
  overflow: hidden;
  display: block
}

.m-roductCen .details .tps .bg img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .details .tps .bg:hover,
.m-roductCen .details .tps .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .details .tps .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-roductCen .details .tps dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 90px
}

.m-roductCen .details .tps dt h1 {
  font-size: 24px;
  color: #008cd6;
  border-bottom: 1px solid #bdbdbd;
  line-height: 50px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 15px
}

.m-roductCen .details .tps dt li {
  line-height: 30px;
  padding: 5px 0;
  color: #575757
}

.m-roductCen .details .escrib {
  padding-top: 40px
}

.m-roductCen .details .escrib dt {
  line-height: 40px;
  border-bottom: 1px solid #d0d0d0
}

.m-roductCen .details .escrib dt i {
  display: block;
  background: url(../img/jtou_03.png) 50% no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  width: 125px;
  padding-left: 20px
}

.m-roductCen .details .escrib dd {
  font-size:16px;
  color: #595959;
  line-height: 2;
  padding:15px;
}
.m-roductCen .details .escrib dd h4 {
  /*font-size: 18px;
  line-height: 65px;
  font-weight: 600*/
}

.m-roductCen .details .escrib dd p {
  /*color: #595959;
  line-height: 2;
  padding: 3px 0*/
}

.m-roductCen .details .escrib dd img {
  /*width: 100%;
  margin: 30px 0*/
  max-width:100%;height:auto;
}

.m-roductCen .ification {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 0
}

.m-roductCen .ification,
.m-roductCen .ification dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.m-roductCen .ification dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 570px;
  height: 175px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin: 15px 0
}

.m-roductCen .ification dt.curr,
.m-roductCen .ification dt:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.m-roductCen .ification dt .img {
  width: 270px;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-roductCen .ification dt .img img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .ification dt .img:hover,
.m-roductCen .ification dt .img:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .ification dt .img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-roductCen .ification dt li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px
}

.m-roductCen .ification dt li h4 {
  font-size: 18px;
  color: #2b2b2b
}

.m-roductCen .ification dt li h4 a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-roductCen .ification dt li h4 a:hover {
  color: #048dd6
}

.m-roductCen .ification dt li p {
  color: #666;
  font-size: 13px;
  line-height: 2;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.m-roductCen .ification dt li .more {
  color: #048dd6;
  font-size: 13px
}

.m-roductCen .article {
  padding: 40px 0;
  font-size: 16px;
  color: #2c2b2b;
  line-height: 2
}

.m-roductCen .article img {
  /*width: 100%;
  padding: 20px 0;*/
  max-width:100%;
  height:auto;
}

/*.m-roductCen .article h6 {
  color: #dadada;
  font-size: 36px;
  line-height: 1
}*/

/*.m-roductCen .article h4 {
  font-size: 36px;
  color: #008cd6
}*/

/*.m-roductCen .article h5 {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 35px
}*/

.m-roductCen .article p {
  /*font-size: 16px;
  color: #2c2b2b;
  text-indent: 36px;
  line-height: 2*/
}

.m-roductCen .addr {
  padding-top: 30px
}

.m-roductCen .addr h6 {
  color: #004098;
  font-size: 24px;
  padding: 15px 0;
  font-weight: 600
}

.m-roductCen .addr dt {
  padding-top: 20px;
  padding-bottom: 10px
}

.m-roductCen .addr dt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 0
}

.m-roductCen .addr dt li p {
  font-size: 16px;
  color: #666;
  padding-left: 15px
}

.m-roductCen .addr dd {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-roductCen .addr dd li {
  width: 110px;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 30px
}

.m-roductCen .addr dd li img {
  width: 100%;
  height: 110px
}

.m-roductCen .form {
  width: 700px
}

.m-roductCen .form form {
  padding: 30px 0;
  display: block
}

.m-roductCen .form form label {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-roductCen .form form label p {
  color: #95a2bd
}

.m-roductCen .form form label input,
.m-roductCen .form form label textarea {
  height: 50px;
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-roductCen .form form label textarea {
  height: 190px
}

.m-roductCen .form form button {
  width: 170px;
  height: 50px;
  display: block;
  margin: 20px auto;
  background: #008cd6;
  color: hsla(0, 0%, 100%, .795);
  font-size: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-roductCen .ongratulations {
  padding: 15px 0
}

.m-roductCen .ongratulations dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed #d1d1d1;
  padding: 20px 0
}

.m-roductCen .ongratulations dt .img {
  width: 360px;
  height: 200px;
  overflow: hidden;
  display: block
}

.m-roductCen .ongratulations dt .img img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .ongratulations dt .img:hover {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .ongratulations dt .img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .ongratulations dt li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px
}

.m-roductCen .ongratulations dt li h4 {
  font-size: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-roductCen .ongratulations dt li h4 a {
  display: inline-block;
  padding-bottom: 2px;
  position: relative
}

.m-roductCen .ongratulations dt li h4 a:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #008cd6;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.m-roductCen .ongratulations dt li h4 a:hover {
  color: #008cd6
}

.m-roductCen .ongratulations dt li h4 a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

.m-roductCen .ongratulations dt li h5 {
  font-size: 14px;
  color: #008cd6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-roductCen .ongratulations dt li h5 i {
  padding-left: 10px
}

.m-roductCen .ongratulations dt li p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.m-roductCen .ongratulations dt li .more {
  color: #008cd6;
  display: block;
  padding-top: 35px
}

.m-roductCen .cupationaeal {
  padding: 35px 0
}

.m-roductCen .cupationaeal dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px
}

.m-roductCen .cupationaeal dt li {
  width: 25%;
  padding: 15px .8%
}

.m-roductCen .cupationaeal dt li .img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #d0d0d0
}

.m-roductCen .cupationaeal dt li .img img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .cupationaeal dt li .img:hover {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .cupationaeal dt li .img:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .cupationaeal dt li .img.curr,
.m-roductCen .cupationaeal dt li .img:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.m-roductCen .cupationaeal dt li .img:hover {
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-roductCen .cupationaeal dt li .img:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-border-radius: 0;
  border-radius: 0
}

.m-roductCen .cupationaeal dt li:hover p {
  color: #008cd6
}

.m-roductCen .cupationaeal dt li p {
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-roductCen .tewater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0
}

.m-roductCen .tewater li {
  width: 370px;
  margin-right: 45px;
  padding: 20px 0
}

.m-roductCen .tewater li:nth-child(3n) {
  margin-right: 0
}

.m-roductCen .tewater li .bg {
  width: 100%;
  height: 285px;
  overflow: hidden;
  display: block
}

.m-roductCen .tewater li .bg img {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-roductCen .tewater li .bg:hover,
.m-roductCen .tewater li .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-roductCen .tewater li .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-roductCen .tewater li h1 {
  font-size: 20px;
  color: #4d4d4d;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 60px
}

.m-roductCen .tewater li h1:hover {
  color: #008cd6
}

.m-roductCen .tewater li p {
  color: #909090;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.m-roductCen .tewater li .more {
  border-bottom: 1px solid #008cd6;
  color: #008cd6;
  line-height: 2;
  display: inline-block;
  padding: 3px 0
}

.u-page {
  text-align: right
}

.u-page .main {
  padding: 40px 0
}

.u-page .main>* {
  display: inline-block;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #94939b;
  padding: 0 15px;
  margin: 0 3px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease
}

.u-page .main a.curr,
.u-page .main a:hover {
  color: #fff;
  background: #008cd6
}