﻿body{
  background-color: #efede6;
}
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.header .top .wp {
  display: flex;
  justify-content: space-between;
}
.wp {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;

}
.header .top {
  line-height: 46px;
  background-color: #fff;
  font-size: 14px; 
  color: #666;
}

.header .top .wel a {
  text-decoration: underline;
  color: #666;
}

.header .top .wel a:hover {
  color: #000000;
}

.header .top .login a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
  margin-right: 5px;
  position: relative;
  color: #666;
}

.header .top .login a::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #666;
  margin-top: -8px;
}

.header .top .login a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header .top .login a:last-child::after {
  display: none;
}

.header .top .login a:hover {
  color: #000000;
}

.ban-hd {
  height: 388px;
  margin-bottom: -60px;
  background-repeat: no-repeat;
  background-position: center;
}

.ban-hd .wp {
  position: relative;
  padding: 101px 0 0;
}

.sel-type {
  text-align: center;
  height: 44px;
  line-height: 44px;
  /* margin-bottom: 14px; */
}

.sel-type a {
  position: relative;
  font-size: 16px;
  color: #ffffff;
}

.sel-type a + a:before {
  content: "|";
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  margin: 0 13px;
}

.sel-type a:hover,
.sel-type a.on {
  color: #afd7fd;
  font-weight: bolder;
}

.hd-logo {
  position: absolute;
  top: 41px;
  left: -72px;
}

.hd-logo img {
  display: block;
}

.menuBtn {
  position: relative;
  z-index: 9;
  display: none;
  float: right;
  width: 26px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  margin-top: 6px;
}

.menuBtn b {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #800004;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.menuBtn b:last-child {
  margin-bottom: 0;
}

.menuBtn.open b {
  opacity: 0;
  position: absolute;
}

.menuBtn.open b:first-child {
  left: 0;
  top: 0;
  opacity: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform-origin: 0 0;
}

.menuBtn.open b:last-child {
  opacity: 1;
  left: -2px;
  bottom: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: 0 0;
  -moz-transform: rotate(-45deg);
}

/* banner */
.bannerBox {
  background: url("../images/bannerbg.jpg") no-repeat center top;
  max-height: 280px;
 /* overflow: hidden;*/
  
}
.bannerBox .bannerInner{
  padding:6.73% 0 5.28%;
}
.bannerText {
  text-align: center;
}

.bannerSearch {
  margin:4.61% auto 0;
  width: 666px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3efe7;
  height: 36px;
  border-radius: 0 3px 3px 0;
}
.bannerSearch .selectbox{ background-color: #e47f08;}

.bannerSearch .m-select {
    flex-shrink: 0;
    width: auto;
    line-height: 36px;
    height: 36px;
    background: url(/skin/dwyzyjphz/images/select_sjbg.png) 69px center no-repeat #e47f08;
    /* padding: 0 40px; */
    width: 94px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #fff;
}

.m-select .show {
    width: 69px;
    padding-right: 9px;
    text-align: center;
    font-size: 14px;
}

.bannerSearch .m-select .opt {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    background-color: #f3efe7;
    text-align: center;
}

.bannerSearch .m-select .opt li {
    cursor: pointer;
    color: #333;
}

.bannerSearch .m-select .opt li.on {
    background-color: rgba(228, 177, 8, .5)
}
.bannerSearch .select {
  -webkit-appearance: none;
  border:none;
  outline:none;
  flex-shrink: 0;
  line-height: 36px;
  height: 36px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  background: url("../images/sj.png") right 16px center no-repeat;
  font-size: 14px;
  width: 94px;
  cursor: pointer;
  color: #333;
  letter-spacing: 3px;
  position: relative;

 color:#fff;

}

.bannerSearch .select option {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 14px;
  color: #333;
  border: 0;
  cursor: pointer;
}

.bannerSearch .inp {
  flex-grow: 1;
  position: relative;
}

.bannerSearch .inp input {
  line-height: 36px;
  height: 36px;
  width: 100%;
  border-left: 0;
  border-right: 0;
  background: rgba(231, 243, 241, 0.28);
  font-size: 14px;
  /*color: #fff;*/
  text-indent: 25px;
}

.bannerSearch .inp input::-webkit-input-placeholder {
  color: #a0a0a0;
}

.bannerSearch .inp input::-moz-placeholder {
  color: #a0a0a0;
}

.bannerSearch .inp input:-ms-input-placeholder {
  color: #a0a0a0;
}

.bannerSearch .inp input::-ms-input-placeholder {
  color: #a0a0a0;
}

.bannerSearch .inp input::placeholder {
  color: #a0a0a0;
}



.bannerSearch .sub {
  flex-shrink: 0;
  width: 42px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  background: #e47f08 url("../images/searchIcon.png") no-repeat center center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 0 3px 3px 0
}

.row{
  display: flex;
  justify-content: space-between;
}
.box{
  background-color: #fff;
  margin-top: 32px;
}
.col505{
  width:505px;
}
.boxHd1{
  background:url("../images/hdbg0.jpg") no-repeat;
  height: 48px;
  display: flex;
  justify-content:space-between;
}


.boxHd2{
  border-top: 4px solid #b8031a;
  height: 46px;
 display: flex;
 justify-content:space-between;
 
}

.boxHd2 h2,.boxHd1 h2{
  position: relative;
  padding:0 35px 0 40px;

  background-color:#b8031a;
  font:bold 20px/46px "微软雅黑";
  color:#fff;
}
.boxHd1 h2{
  line-height:48px;
}
.boxHd2 a,.boxHd1 a{
  padding: 8px 20px 0 0;
  line-height: 38px;
  
}
.boxHd2 h2::before,.boxHd1 h2::before{
  content:"";
  width:20px;
  height:46px;
  background: url("../images/hdbg1.jpg") no-repeat;
  position: absolute;
  left:0;
  bottom:0;
}
.boxHd2 h2:after{
  content:"";
  width:17px;
  height:46px;
  background:url("../images/hdbg2.jpg") no-repeat;
  position: absolute;
  right:0;
  bottom:0;
}
.boxHd2 a,.boxHd1 a{
  font-size: 14px;
  color:#eaab76;
}
.boxBd{
  padding:25px 20px 31px;
}
.bookBd{
  margin:30px  30px 0;
  padding-bottom: 40px;
  position: relative;
}
.bookBd .swiper-container2{
  overflow: hidden;
}
.bookBd .swiper-button-next{
  right:-20px;
}
.bookBd .swiper-button-prev{
  transform:rotateY(-180deg);
  left:-20px;
}
.bookBd img{
  width:100%;
}
.bookBd .swiper-button-next,.bookBd .swiper-button-prev{
  width:15px;
  height:19px;
  background:url("../images/arrowbg3.png") no-repeat;
 }
.bookBd .swiper-button-next,.bookBd .swiper-button-prev{
  top:50%;
  margin-top:-17px;
}

/* 文字列表 */
.boxList{padding-top: 17px;}
.boxList li{
  
  height:30px;
 font:14px/30px "微软雅黑";
 background:url("../images/dian.jpg") no-repeat left center;
 padding-left: 18px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.boxList li a{
  color:#454545;
}
.boxList li a:hover {
    color: #b8031a;!important;
}
.col505 .boxBd img{
  width:100%;
}
/* 底部 */
.footer {
  margin-top: 39px;
  padding: 26px 0 22px;
  border-top: 3px solid #b8031a;
  overflow: hidden;
}
.footer .container {
  width: 1000px;
}

.footer .right {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "宋体";
  /* padding-right: 100px; */
}


.footer .right {
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-family: "宋体";
  word-break: break-all;
  word-wrap: break-word;

}

.footer .right p span {
  position: relative;
}
.footer .right i{
  margin:0 8px;
}

.footer .right p a {
  color: #666666;
}

.footer .right p a:hover {
  color: #0672e2;
}

.footer .right p a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.footer .right p em {
  margin-right: 7px;
}

.fd-logo {
  float: left;
  margin-right: 22px;
}

.fd-logo img {
  display: block;
  width: 96px;
  height: 93px;
}
.mo-login, .mo-search, .mo-top, .nav .sel-type {
  display: none;
}

.evolutionBd{
  position: relative;
  margin:29px 33px 0 30px;
  
}
.evolutionBd .swiper-container{
  overflow: hidden;
}
.evolutionBd .swiper-button-next,.evolutionBd .swiper-button-prev{
  display: none;
}
.evolutionBd .swiper-button-next:after,.evolutionBd .swiper-button-prev:after,.bookBd .swiper-button-next:after,.bookBd .swiper-button-prev:after{
  display: none;
}

.evolutionBd .swiper-button-next,.evolutionBd .swiper-button-prev{
  width:35px;
  height:23px;
  top:79px;
  background:url("../images/arrowbg.png") no-repeat;
}
.evolutionBd .swiper-button-next{
  right:-28px;
}
.evolutionBd .swiper-button-prev{
  transform:rotateY(-180deg);

  left:-24px
}
.evolutionItem{
  position: relative;
}
.evolutionBd .swiper-slide:nth-child(2) .evolutionItem:before,.evolutionBd .swiper-slide:nth-child(3) .evolutionItem:before{
  content:"";
  position:absolute;
  top:49px;
  left:-18px;
  width:35px;
  height:22px;
  background:url("../images/arrowbg.png") no-repeat;
  z-index:10;
 
}
.evolutionItem dl{
  /* width:296px; */
  width:90%;
  margin:0 auto;
  box-sizing: border-box;
  border: 1px solid #f5e6d9;
  border-radius: 10px;
  background-color: #fef6eb;
  padding:6px 13px 22px 11px;
  height:124px;
}
.evolutionItem dt{
  border-bottom: 1px dashed #f5e6d9;
  height:41px;
  line-height:41px;
  font-size: 18px;
  color:#b8031a;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evolutionItem dt a{
  color:#b8031a;
  cursor:pointer;
}
.evolutionItem dd{
  padding-top: 8px;
  line-height: 22px;
  font-size: 14px;
  color:#333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  max-height: calc(1.5em * 2);
}
.evolutionItem span{
  margin-top: 20px;
  display:block;
  line-height:54px;
  text-align: center;
  position: relative;
  padding-top: 5px;
  color:#e47f08;
  font-size: 16px;
  border-top:5px solid #fbeee2;
}
.evolutionItem span::before{
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:-14px;
  width:18px;
  height:18px;
  background-color: #eaab76;
  border-radius: 50%;
  border:4px solid #fff;
}
.evolutionItem .arrow{
  width:35px;
  height:23px;
  background:url("../images/arrowbg.jpg") no-repeat;
}
.evolutionList{
  margin: 29px 0 0;
  display: flex;
  justify-content: space-between;
  width:947px;
}

@media screen and (min-width:1200px) {
  .evolutionItem dl{
    width:296px;
  }
}

@media screen and (max-width: 1199px) {
  .bannerSearch{
    display: none;
  }

  .col505{
    width:48.55%;
  }
  .nav {
    width: 300px;
    background-color: #810004;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    height: 100%;
    padding: 30px 15px;
    transform: translateX(-100%);
  
}
  .nav.open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0)
}
.mo-login,
.mo-search,
.mo-top {
    display: block
}
.mo-login {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.mo-login a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.mo-search {
  margin-bottom: 10px
}
.mo-search .select {
  -webkit-appearance: none;
  outline:none;
  border:none;
  
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(../images/sj2.png);
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  line-height: 32px;
  font-size: 14px
}
.mo-search .searchbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right:1px;
}
.mo-search .inp {
  flex-grow: 1;
  background-color: #fff;
  padding: 0 15px;
  color: #333;
  line-height: 28px;
  height: 28px;
  font-size: 14px;
  width: 100%;
  border: 1px solid #fff
}
.mo-search .sub {
  flex-shrink: 0;
  width: 80px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #e47f08;
  margin-left: 10px
}

  .header .top {
    display: none;
  }
  .mo-login,
  .mo-top {
    display: block;
  }
  .mo-top {
    overflow: hidden;
    padding: 8px 0;
    background-color: #fff;
  }
  .mo-top .logo {
    width: 188px;
    display: block;
  }
  .mo-top .logo img {
    display: block;
    width: 100%;
  }
  .menuBtn {
    display: block;
  }
  .ban-hd {
    height: 200px;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
  }
  
  .mo-login {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
  }
  .mo-login a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
  }

  .footer .container {
    width: 92%;
  }
  .evolutionBd .swiper-button-next,.evolutionBd .swiper-button-prev{
    display: block;
  }
  .evolutionBd .swiper-slide:nth-child(2) .evolutionItem:before, .evolutionBd .swiper-slide:nth-child(3) .evolutionItem:before{
    display: none;
  }
 
}

@media screen and (max-width: 767px) {
  .bannerSearch{
    width:75%;
  }
  .row{
    flex-direction: column;
  }
  .col505{
    width:100%;
  }


  .fd-logo {
    float: none;
    margin-right: 0;
  }
  .fd-logo img {
    display: block;
    margin: 0 auto 15px;
  }

  .bannerText img{
    width:58%;
    
  }
  .evolutionItem dl{
    margin:0 auto;
  }

}
@media screen and (max-width:525px) {


  
  
 .evolutionItem:nth-child(1):after, .evolutionItem:nth-child(2):after{
   display: none;
 }
}









