body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
input {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  overflow-x: hidden;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.logInRegisterWrap {
  z-index: 999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.logInRegister {
  width: 390px;
  background: #fff;
  position: relative;
}
.logInRegister .hide {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -70px;
  top: 0px;
}
.logInRegister-Tap {
  display: flex;
  position: relative;
}
.logInRegister-Tap:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cbcbcb;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.logInRegister-Tap a {
  width: 50%;
  line-height: 56px;
  display: block;
  text-align: center;
  background-color: #f4f4f4;
  font-size: 14px;
  color: #333;
  position: relative;
}
.logInRegister-Tap a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #467ebe;
  display: block;
  position: absolute;
  top: 0;
  display: none;
}
.logInRegister-Tap .active {
  background: #fff;
}
.logInRegister-Tap .active:after {
  display: block;
}
.register {
  width: 334px;
  margin: auto;
  padding-top: 30px;
}
.register .input {
  margin-bottom: 10px;
  display: flex;
  height: 45px;
  border: solid 1px #d2d2d2;
}
.register .input span {
  width: 78px;
  line-height: 45px;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
}
.register .input input {
  width: 73.85%;
  border: 0;
  height: 100%;
  font-size: 12px;
  color: #666;
}
.register .input input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 12px;
  color: #cbcbcb;
}
.register .input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  color: #cbcbcb;
}
.register .input input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 12px;
  color: #cbcbcb;
}
.register .captcha {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.register .captcha .input {
  width: 219px;
}
.register .captcha button {
  width: 103px;
  height: 45px;
  background-color: #e5e5e5;
  border: solid 1px #d2d2d2;
  color: #666;
  font-size: 14px;
}
.logInRegister-button {
  cursor: pointer;
  width: 100%;
  height: 47px;
  border: 0;
  background-color: #467ebe;
  font-size: 18px;
  color: #fff;
  margin: 20px 0 30px;
}
.login {
  width: 334px;
  margin: auto;
}
.loginMod1 > div {
  margin-top: 30px;
  position: relative;
}
.loginMod1 > div:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loginMod1 > div:last-child:after {
  width: 16px;
  height: 17px;
  background-image: url(../img/icon02.png);
  left: 17px;
}
.loginMod1 input {
  width: 294px;
  padding-left: 40px;
  height: 45px;
  border: solid 1px #d2d2d2;
  font-size: 12px;
  color: #666;
}
.loginMod1 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 12px;
  color: #cbcbcb;
}
.loginMod1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  color: #cbcbcb;
}
.loginMod1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 12px;
  color: #cbcbcb;
}
.loginMod2 {
  margin: 30px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loginMod2 input {
  width: 129px;
  height: 45px;
  border: solid 1px #d2d2d2;
}
.loginMod2 .captchaImg {
  width: 125px;
  height: 34px;
}
.loginMod2 a {
  font-size: 14px;
  color: #999;
}
.loginMod3 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}
.loginMod3 a {
  color: #999;
}
.D12 {
  width: 1200px;
  margin: auto;
}
.header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-nav {
  display: flex;
}
.head-nav li:first-child a {
  padding-left: 47px;
}
.head-nav li:first-child a:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../img/icon04.png);
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.head-nav a {
  line-height: 80px;
  padding: 0px 30px;
  display: block;
  color: #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.head-nav a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #467ebe;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  display: none;
}
.head-nav a:hover {
  color: #fff;
}
.head-nav a:hover:after {
  animation: 1s bounceIn;
  display: block;
}
.head-nav .a-active {
  color: #fff;
}
.head-nav .a-active:after {
  animation: 1s bounceIn;
  display: block;
}
.head-slr {
  display: flex;
}
.head-slr .search {
  position: relative;
  margin-right: 34px;
  cursor: pointer;
}
.head-slr .lR {
  display: flex;
  width: 154px;
  line-height: 32px;
}
.head-slr .lR a {
  width: 50%;
  display: block;
  background-color: #5f5f5f;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.head-slr .lR a:hover {
  background-color: #467ebe;
}
.head-slr .lR .aa {
  background-color: #467ebe;
}
.searchFrom {
  position: absolute;
  top: -200px;
  transition: top 0.4s;
  left: -160px;
  width: 320px;
  background: #fff;
}
.searchFrom form {
  display: flex;
}
.searchFrom input {
  width: 75%;
  height: 43px;
  border: 1px solid #eee;
  font-size: 18px;
}
.searchFrom button {
  cursor: pointer;
  width: 25%;
  height: 45px;
  border: 0;
  background: #467ebe;
  color: #fff;
  font-size: 18px;
}
.searchFrom-active {
  top: 56px;
}
.Ipublic-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 0 7px;
  margin-bottom: 21px;
}
.Ipublic-title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #467ebe;
  display: inline-block;
  position: relative;
}
.Ipublic-title h1:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #467ebe;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.Ipublic-title a {
  font-size: 14px;
  color: #666;
}
.IMod1-c {
  display: flex;
  justify-content: space-between;
}
.IMod1-c .l {
  width: 613px;
}
.IMod1-c .l a {
  display: flex;
}
.IMod1-c .l a:hover .img img {
  animation: 1s bounce;
}
.IMod1-c .l .img {
  width: 251px;
  height: 161px;
}
.IMod1-c .l .img img {
  width: 100%;
  height: 100%;
}
.IMod1-c .l .text {
  width: 334px;
  padding-left: 28px;
  background-color: #f2f2f2;
}
.IMod1-c .l .text .date {
  line-height: 50px;
  font-size: 20px;
  color: #999;
}
.IMod1-c .l .text .date em {
  vertical-align: middle;
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: #dcdcdc;
}
.IMod1-c .l .text h3 {
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IMod1-c .l .text li {
  width: 309px;
  height: 1px;
  background-color: #e7e7e7;
  margin: 17px 0;
}
.IMod1-c .l .text p {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.IMod1-c .r {
  width: 548px;
}
.IMod1-c .r a {
  padding-bottom: 15px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}
.IMod1-c .r a span:first-child {
  width: 120px;
  color: #999;
}
.IMod1-c .r a span:last-child {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IMod1-c .r a span:last-child:hover {
  color: #467ebe;
}
.IMod1-c .r a:last-child {
  padding-bottom: 0;
}
.IMod2 {
  display: flex;
  justify-content: space-between;
}
.IMod2 .l {
  width: 613px;
}
.IMod2 .l .l-content {
  position: relative;
  overflow: hidden;
}
.IMod2 .l .l-content img {
  transition: all 0.4s;
}
.IMod2 .l .l-content .text {
  width: 100%;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}
.IMod2 .l .l-content .text p {
  text-indent: 20px;
  font-size: 16px;
  color: #fff;
}
.IMod2 .l a:hover img {
  transform: scale(1.1);
}
.IMod2 .r {
  width: 548px;
}
.IMod2 .r .r-content a {
  width: 478px;
  padding: 0 40px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 131px;
  background: #467ebe;
  margin-bottom: 5px;
}
.IMod2 .r .r-content a .img {
  width: 111px;
  height: 111px;
  border-radius: 111px;
  background-color: #ffffff;
  position: relative;
}
.IMod2 .r .r-content a .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.IMod2 .r .r-content a .text {
  width: 270px;
  color: #fff;
}
.IMod2 .r .r-content a .text h3 {
  font-size: 20px;
  font-weight: bold;
}
.IMod2 .r .r-content a .text span {
  margin: 8px 0 14px;
  display: block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
}
.IMod2 .r .r-content a .text li {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.IMod2 .r .r-content a .icon {
  position: relative;
}
.IMod2 .r .r-content a .icon img {
  transition: all 0.4s;
}
.IMod2 .r .r-content a .icon:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
  left: -11px;
  top: 2px;
  display: block;
}
.IMod2 .r .r-content a:hover .img img {
  animation: 1s swing;
}
.IMod2 .r .r-content a:hover .icon img {
  transform: translateX(10px);
}
.IMod2 .r .r-content .color-46b4be {
  background: #46b4be;
}
.f7fbfe {
  width: 100%;
  background: #f7fbfe;
  margin-top: 30px;
  padding-bottom: 38px;
}
.IMod3 {
  display: flex;
  justify-content: space-between;
}
.IMod3 .l {
  width: 613px;
}
.IMod3 .l .text p {
  color: #999;
  font-size: 14px;
  line-height: 30px;
}
.IMod3 .r {
  width: 548px;
}
.IMod3 .r .r-content {
  display: flex;
  justify-content: space-between;
}
.IMod3 .r .r-content li {
  width: 48.72262774%;
}
.IMod3 .r .r-content li .img {
  width: 99%;
  height: 106px;
  background: #fff;
  border: solid 1px #d6d6d6;
  position: relative;
}
.IMod3 .r .r-content li .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.IMod3 .r .r-content li h3 {
  padding: 15px 0 6px;
  font-size: 18px;
  color: #333;
}
.IMod3 .r .r-content li p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.IMod3 .r .r-content li a {
  padding-top: 15px;
  text-decoration: underline;
  font-size: 12px;
  color: #999;
}
.IMod4 {
  margin-bottom: 40px;
}
.IMod4 .Ipublic-title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding: 35px 0 7px;
  margin-bottom: 21px;
}
.IMod4 .Ipublic-title2 .IMod4-Tap .active {
  font-size: 20px;
  font-weight: bold;
  color: #467ebe;
  display: inline-block;
  position: relative;
}
.IMod4 .Ipublic-title2 .IMod4-Tap .active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #467ebe;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.IMod4 .Ipublic-title2 .IMod4-Tap h1 {
  cursor: pointer;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 38px;
  position: relative;
}
.IMod4 .Ipublic-title2 .IMod4-Tap h1:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #a3a3a3;
  position: absolute;
  right: -20px;
  top: 5px;
}
.IMod4 .Ipublic-title2 .IMod4-Tap h1:last-child:before {
  display: none;
}
.IMod4 .Ipublic-title2 a {
  font-size: 14px;
  color: #666;
}
.IMod4 .IMod4-c {
  display: none;
  position: relative;
}
.IMod4 .expert {
  display: flex;
  height: 189px;
}
.IMod4 .expert .img {
  width: 41.53%;
  height: 100%;
  position: relative;
}
.IMod4 .expert .img:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #467ebe;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.IMod4 .expert .text {
  width: 58.47%;
  height: 100%;
  background: #f1f1f1;
}
.IMod4 .expert .text h1,
.IMod4 .expert .text li,
.IMod4 .expert .text p {
  width: 83%;
  margin: auto;
}
.IMod4 .expert .text h1 {
  padding: 18px 0 20px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.IMod4 .expert .text li {
  padding-bottom: 10px;
  color: #666;
  font-size: 12px;
}
.IMod4 .expert .text p {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.IMod4 .expert:hover .img:after {
  opacity: 1;
}
.IMod4 .expert:hover .text {
  background: #467ebe;
}
.IMod4 .expert:hover .text h1,
.IMod4 .expert:hover .text li,
.IMod4 .expert:hover .text p {
  color: #fff;
}
.IMod4 .n-p {
  width: 60px;
  height: 24px;
  position: absolute;
  top: -54px;
  right: 71px;
  background: #7e7e7e;
}
.IMod4 .n-p .swiper-button-next,
.IMod4 .n-p .swiper-button-prev {
  width: 50%;
  height: 24px;
  top: 22px;
}
.IMod4 .n-p .swiper-button-next:after,
.IMod4 .n-p .swiper-button-prev:after {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.IMod4 .n-p .swiper-button-next:hover,
.IMod4 .n-p .swiper-button-prev:hover {
  background: #467ebe;
}
.IMod4 .n-p .swiper-button-next {
  right: 0;
}
.IMod4 .n-p .swiper-button-prev {
  left: 0;
}
.footerWrap {
  width: 100%;
  background: #e1e1e1;
  padding: 35px 0 40px;
}
.footer {
  display: flex;
}
.footer .l {
  width: 580px;
}
.footer .l h1 {
  padding-bottom: 20px;
  font-size: 30px;
  color: #467ebe;
}
.footer .l li {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.footer .l .icon {
  width: 180px;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}
.footer .l .icon a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  border: solid 1px #467ebe;
  position: relative;
}
.footer .l .icon a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .l .icon a:hover {
  animation: 1s headShake;
}
.footer .r {
  width: 620px;
  display: flex;
}
.footer .r .foot-nav {
  width: 25%;
}
.footer .r .foot-nav h6 {
  padding-bottom: 12px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.footer .r .foot-nav h6:after {
  content: "";
  width: 19px;
  height: 2px;
  background-color: #b2b2b2;
  opacity: 0.5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .r .foot-nav a {
  margin-top: 14px;
  display: block;
  font-size: 14px;
  color: #666;
}
.footer .r .foot-nav a:hover {
  text-decoration: underline;
}
.foot-copy {
  width: 100%;
  line-height: 40px;
  background: #888;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.foot-copy a {
  color: #fff;
  margin-left: 20px;
}
.nyP {
  display: flex;
  justify-content: space-between;
}
.nyP .l {
  width: 250px;
}
.nyP .r {
  width: 920px;
}
.nyPList {
  width: 100%;
  position: relative;
}
.nyPList .title {
  border-bottom: 1px solid #fff;
  position: absolute;
  top: -70px;
  width: 100%;
  background-image: linear-gradient(0deg, #467ebe 0%, #46b4be 100%), linear-gradient(#46a6be, #46a6be);
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.nyPList .title .img {
  margin: 0px 20px;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background-color: #ffffff;
  position: relative;
}
.nyPList .title .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nyPList .title h1 {
  width: 178px;
  font-size: 24px;
  color: #fff;
}
.nyPList a {
  display: flex;
  padding: 21px 0;
  border-bottom: 1px solid #fff;
  background: #f7f7f7;
  color: #666;
  font-family: "swiper-icons";
}
.nyPList a span:first-child {
  font-size: 16px;
  width: 200px;
  padding-left: 20px;
}
.nyPList a span:last-child {
  color: #a5a3a3;
  font-size: 18px;
  width: 30px;
}
.nyPList a:hover {
  background: #467ebe;
}
.nyPList a:hover span {
  color: #fff;
}
.nyPList .aa {
  background: #467ebe;
}
.nyPList .aa span:first-child {
  color: #fff;
}
.nyPList .aa span:last-child {
  color: #fff;
}
.ny-nav {
  padding-bottom: 25px;
  padding-top: 19px;
}
.ny-nav a,
.ny-nav span {
  font-size: 12px;
  color: #999;
}
.ny-nav .aa {
  color: #666;
}
.InformationList li {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}
.InformationList li .img {
  width: 337px;
}
.InformationList li .text {
  width: 558px;
}
.InformationList li .text h3 {
  color: #333;
  font-size: 18px;
}
.InformationList li .text span {
  padding: 15px 0 14px;
  display: block;
  font-size: 12px;
  color: #999;
}
.InformationList li .text p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.InformationList li .text a {
  margin-top: 27px;
  display: block;
  width: 93px;
  line-height: 30px;
  background-color: #5883b2;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.paging {
  padding: 40px 0;
  width: 100%;
  justify-content: center;
  display: flex;
}
.paging a {
  padding: 6px 10px;
  margin: 0 3px;
  display: block;
  border: 1px solid #999;
  font-size: 12px;
  color: #999;
}
.paging a:hover {
  color: #fff;
  background: #467ebe;
  border: 1px solid #467ebe;
}
.paging .active {
  color: #fff;
  background: #467ebe;
  border: 1px solid #467ebe;
}
.InformationContent {
  margin-bottom: 50px;
  width: 100%;
  background: #f7f7f7;
}
.InformationContent .D850 {
  width: 850px;
  margin: auto;
}
.InformationContent .article h1 {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  color: #333;
}
.InformationContent .article .s {
  text-align: center;
  padding: 14px 0 28px;
  border-bottom: dashed 1px #e1e1e1;
}
.InformationContent .article .s span {
  margin: 0 7px;
  font-size: 12px;
  color: #999;
}
.InformationContent .article .text {
  padding: 20px 00;
}
.InformationContent .article .text p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.InformationContent .article .img {
  text-align: center;
}
.InformationContent .article .ewm {
  text-align: center;
  padding-bottom: 14px;
}
.InformationContent .article .ewm li {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.InformationContent .shareIt {
  padding: 57px 0 28px;
  display: flex;
  align-items: center;
}
.InformationContent .shareIt span {
  padding-right: 5px;
  font-size: 14px;
  color: #666;
}
.InformationContent .shareIt .shareIt-icon {
  display: flex;
}
.InformationContent .shareIt .shareIt-icon a {
  display: block;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: relative;
}
.InformationContent .shareIt .shareIt-icon a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.InformationContent .shareIt .shareIt-icon a:hover {
  animation: 1s bounce;
}
.InformationContent .shareIt .shareIt-icon .aColor1 {
  background-color: #f6c35c;
}
.InformationContent .shareIt .shareIt-icon .aColor2 {
  background-color: #72a1e1;
}
.InformationContent .shareIt .shareIt-icon .aColor3 {
  background-color: #f87866;
}
.InformationContent .shareIt .shareIt-icon .aColor4 {
  background-color: #86c328;
}
.InformationContent .what {
  border-top: dashed 1px #e1e1e1;
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InformationContent .what .sx {
  width: 710px;
}
.InformationContent .what .sx li {
  font-size: 14px;
  color: #333;
}
.InformationContent .what .sx li a {
  color: #666;
}
.InformationContent .what .sx li a:hover {
  color: #467ebe;
}
.InformationContent .what .sx li:last-child {
  padding-top: 12px;
}
.InformationContent .what > a {
  width: 134px;
  line-height: 40px;
  background-color: #e8e8e8;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.InformationContent .what > a:hover {
  background: #467ebe;
  color: #fff;
}
.pdx-title {
  padding-left: 23px;
  position: relative;
  color: #467ebe;
  font-size: 20px;
  font-weight: bold;
}
.pdx-title:after {
  content: "";
  width: 5px;
  height: 20px;
  background-image: linear-gradient(0deg, #467ebe 0%, #46b4be 100%), linear-gradient(#f7f7f7, #f7f7f7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pdx1Mod1 .img {
  padding: 30px 0;
  text-align: center;
}
.pdx1Mod2 .filter {
  padding: 0px 20px;
  margin-top: 18px;
  background: #f8f8f8;
}
.pdx1Mod2 .filter li {
  transition: all 0.4s;
  border-bottom: 1px solid #d9d9d9;
  height: 37px;
  padding-top: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.pdx1Mod2 .filter li h6 {
  width: 90px;
  font-size: 16px;
  color: #333;
}
.pdx1Mod2 .filter li .filter-a {
  width: 770px;
  display: flex;
  flex-wrap: wrap;
}
.pdx1Mod2 .filter li .filter-a input {
  width: 353px;
  height: 28px;
  background-color: #ffffff;
  border: 0;
}
.pdx1Mod2 .filter li .filter-a a {
  line-height: 24px;
  margin-right: 45px;
  margin-bottom: 18px;
  padding: 0 10px;
  display: block;
  font-size: 16px;
  color: #666;
}
.pdx1Mod2 .filter li .filter-a a:first-child {
  margin-right: 18px;
}
.pdx1Mod2 .filter li .filter-a a:hover {
  color: #fff;
  background: #467ebe;
}
.pdx1Mod2 .filter li .filter-a .active {
  color: #fff;
  background: #467ebe;
}
.pdx1Mod2 .filter li .xl {
  cursor: pointer;
  font-family: "swiper-icons";
  width: 20px;
  transform: rotate(90deg);
  font-size: 18px;
  color: #666;
  display: block;
  text-align: right;
}
.pdx1Mod2 .operating {
  padding: 20px 0 30px;
}
.pdx1Mod2 .operating a {
  display: inline-block;
  width: 77px;
  line-height: 26px;
  background-color: #467ebe;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.pdx1Mod3 {
  padding: 30px 0 42px;
}
.pdx1Mod3 tr {
  cursor: pointer;
}
.pdx1Mod3 tr td {
  color: #666;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.pdx1Mod3 tr th,
.pdx1Mod3 tr td {
  padding: 18px 0;
}
.pdx1Mod3 tr th {
  background: #467ebe;
  color: #fff;
  text-align: center;
  position: relative;
}
.pdx1Mod3 tr th:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #72a7e4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pdx1Mod3 tr th:last-child:after {
  display: none;
}
.pdx1Mod3 tr th:nth-child(1) {
  width: 130px;
}
.pdx1Mod3 tr th:nth-child(2) {
  width: 145px;
}
.pdx1Mod3 tr th:nth-child(3) {
  width: 135px;
}
.pdx1Mod3 tr th:nth-child(4) {
  width: 150px;
}
.pdx1Mod3 tr th:nth-child(5) {
  width: 225px;
}
.pdx1Mod3 tr th:nth-child(6) {
  width: 135px;
}
.pdx1Mod3 tr:hover td {
  background-color: #f8f8f8;
}
.pdx2 h1 {
  width: 100%;
  background: #f7f7f7;
  text-align: center;
  padding: 28px 0 25px;
  font-size: 22px;
  color: #333;
}
.pdx2 > a {
  margin: 40px 0 40px;
  text-align: center;
  width: 152px;
  line-height: 48px;
  background-image: linear-gradient(0deg, #467ebe 0%, #46b4be 100%), linear-gradient(#8dc1cf, #8dc1cf);
  background-blend-mode: normal, 
      normal;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  display: block;
}
.pdx2 .tableWrap {
  width: 100%;
  padding-bottom: 40px;
  background: #f7f7f7;
}
.pdx2 .table {
  width: 876px;
  margin: auto;
  display: flex;
}
.pdx2 .table ul {
  background-color: #e5e5e5;
  border-bottom: solid 1px #d2d2d2;
}
.pdx2 .table ul li {
  width: 144px;
  line-height: 47px;
  text-align: center;
  border: solid 1px #d2d2d2;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 14px;
  color: #666;
}
.pdx2 .table ul:last-child {
  border-right: solid 1px #d2d2d2;
}
.pdx2 .table .fff {
  background: #fff;
}
.pdx3Wrap {
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 40px;
  padding-top: 28px;
}
.pdx3 {
  padding-bottom: 40px;
  padding-left: 28px;
}
.pdx3 .img {
  margin: 40px 0 70px;
}
.pdx3 > a {
  text-align: center;
  width: 212px;
  line-height: 48px;
  background-image: linear-gradient(0deg, #467ebe 0%, #46b4be 100%), linear-gradient(#8dc1cf, #8dc1cf);
  background-blend-mode: normal, 
      normal;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  display: block;
}
.pdx3FromWrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.pdx3From {
  width: 452px;
  background: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.pdx3From .hide {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -70px;
  top: 0px;
}
.pdx3From h1 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: #467ebe;
}
.pdx3From .D395 {
  width: 395px;
  margin: auto;
}
.pdx3From .input {
  padding-top: 25px;
  display: flex;
}
.pdx3From .input span {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 12px;
  color: #666666;
}
.pdx3From .input input {
  width: 316px;
  height: 39px;
  border: solid 1px #dcdcdc;
}
.pdx3From .inputt span {
  width: 133px;
  letter-spacing: 2px;
}
.pdx3From .inputt input {
  width: 253px;
}
.pdx3From button {
  margin-bottom: 25px;
  margin-top: 20px;
  width: 100%;
  height: 39px;
  background-color: #467ebe;
  color: #fff;
  font-size: 18px;
  border: 0;
}
.pdx3From li {
  padding-bottom: 25px;
  font-size: 14px;
  color: #666;
}
.pdx4 {
  margin-bottom: 40px;
}
.pdx4 .text {
  padding: 10px 0;
}
.pdx4 .text p {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.pdx4 .label {
  padding-bottom: 29px;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pdx4 .label span {
  padding-left: 12px;
}
.pdx4 .label i {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #e60012;
  position: relative;
}
.pdx4 .label i:after {
  content: "";
  width: 18px;
  height: 17px;
  display: block;
  background-image: url(../img/icon11.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: -4px;
  display: none;
}
.pdx4 .label i input {
  outline: 0;
  resize: none;
  border: none;
  _border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  background: none;
}
.pdx4 .label .i_active:after {
  display: block;
  animation: 1s jackInTheBox;
}
.f7f7f7 {
  background: #f7f7f7;
}
.pdx4Select {
  padding: 20px 0 30px;
  width: 870px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdx4Select ul {
  width: 280px;
}
.pdx4Select ul li {
  margin-top: 10px;
}
.pdx4Select ul li span {
  width: 80px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.pdx4Select ul li select,
.pdx4Select ul li input {
  width: 193px;
  height: 38px;
  border: solid 1px #dcdcdc;
  position: relative;
}
.pdx4Select ul li select {
  /* 清除默认的箭头样式 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* 右侧添加小箭头的背景图 */
  background: url('../img/icon12.png') no-repeat;
  background-size: 17px 10px;
  background-position: 87%;
}
.pdx4Select ul .li_w1 span {
  width: 130px;
}
.pdx4Select ul .li_w1 select,
.pdx4Select ul .li_w1 input {
  width: 143px;
}
.pdx4Select ul .li_w2 span {
  width: 145px;
}
.pdx4Select ul .li_w2 select,
.pdx4Select ul .li_w2 input {
  width: 128px;
}
.pdx4Select button {
  cursor: pointer;
  margin-top: 30px;
  margin-left: -10px;
  width: 113px;
  height: 40px;
  background-color: #467ebe;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  border: 0;
}
.pdx5 h1 {
  margin-bottom: 30px;
}
.pdx5 ul {
  background-color: #f7f7f7;
  width: 100%;
  display: flex;
}
.pdx5 ul li {
  width: 15%;
  line-height: 57px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.pdx5 a {
  margin: 30px 0 55px;
  width: 113px;
  line-height: 40px;
  background-color: #467ebe;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}
.valueAdded1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valueAdded1 a {
  margin-bottom: 27px;
  background: #f7f7f7;
  width: 48.91304348%;
  display: flex;
}
.valueAdded1 a .img {
  width: 50%;
}
.valueAdded1 a .text {
  width: 45%;
  padding-left: 5%;
}
.valueAdded1 a .text h6 {
  padding-top: 17px;
  font-size: 18px;
  color: #333;
}
.valueAdded1 a .text li {
  padding: 12px 0;
  font-size: 14px;
  color: #333;
}
.valueAdded1 a .text p {
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.valueAdded2 {
  padding: 0 30px;
  margin-bottom: 60px;
  background: #f7f7f7;
}
.valueAdded2 > h1 {
  padding: 25px 0;
  font-size: 22px;
  color: #333;
}
.valueAdded2 .text {
  padding-bottom: 20px;
}
.valueAdded2 .text h1 {
  margin-bottom: 10px;
}
.valueAdded2 .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.valueAdded2 form {
  display: flex;
  flex-wrap: wrap;
}
.valueAdded2 form h1 {
  width: 100%;
  margin-bottom: 28px;
}
.valueAdded2 form .input {
  width: 33.33333333%;
}
.valueAdded2 form .input span {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.valueAdded2 form .input input {
  width: 178px;
  height: 38px;
  background: #f7f7f7;
  border: solid 1px #dcdcdc;
}
.valueAdded2 form .radio {
  height: 88px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}
.valueAdded2 form .radio label {
  padding-left: 10px;
}
.valueAdded2 form .radio input {
  position: relative;
  top: -3px;
}
.valueAdded2 form .button {
  width: 100%;
  padding-bottom: 40px;
}
.valueAdded2 form .button button {
  width: 113px;
  height: 40px;
  background-color: #467ebe;
  border-radius: 20px;
  border: 0;
  color: #fff;
}
.valueAdded3 {
  padding: 0 30px;
  margin-bottom: 60px;
  background: #f7f7f7;
}
.valueAdded3 > h1 {
  padding: 25px 0;
  font-size: 22px;
  color: #333;
}
.valueAdded3 > h1:after {
  content: "";
  clear: both;
  display: block;
}
.valueAdded3 > h1 a {
  float: right;
  width: 90px;
  line-height: 29px;
  background-color: #346ccd;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.valueAdded3 .video {
  text-align: center;
  position: relative;
}
.valueAdded3 .video .play {
  width: 103px;
  height: 103px;
  border-radius: 103px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.valueAdded3 .video .play:after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 30px;
  left: 25px;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
}
.valueAdded3 .input {
  margin-bottom: 20px;
}
.valueAdded3 .input span {
  display: inline-block;
  font-size: 16px;
  color: #666;
  letter-spacing: 12px;
}
.valueAdded3 .input input {
  width: 316px;
  height: 39px;
  border: solid 1px #dcdcdc;
}
.valueAdded3 button {
  width: 91px;
  height: 48px;
  background-color: #467ebe;
  color: #fff;
  margin-bottom: 40px;
  border: 0;
  cursor: pointer;
}
.IntroductionMod1 .img {
  padding: 20px 0;
}
.IntroductionMod1 p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.IntroductionMod2 {
  padding-bottom: 35px;
}
.IntroductionMod2 .r-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.IntroductionMod2 .r-content li {
  width: 22.25%;
}
.IntroductionMod2 .r-content li .img {
  width: 99%;
  height: 106px;
  background: #fff;
  border: solid 1px #d6d6d6;
  position: relative;
}
.IntroductionMod2 .r-content li .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.IntroductionMod2 .r-content li h3 {
  padding: 15px 0 6px;
  font-size: 18px;
  color: #333;
}
.IntroductionMod2 .r-content li p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.IntroductionMod2 .r-content li a {
  padding-top: 15px;
  text-decoration: underline;
  font-size: 12px;
  color: #999;
}
.IntroductionMod3 {
  padding-bottom: 42px;
  width: 100%;
  background: #efefef;
}
.IntroductionMod3 .D12 {
  display: flex;
}
.IntroductionMod3 .expert {
  width: 390px;
  display: flex;
  height: 189px;
}
.IntroductionMod3 .expert .img {
  width: 41.53%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.IntroductionMod3 .expert .img:after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: solid 2px #467ebe;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.IntroductionMod3 .expert .text {
  width: 58.47%;
  height: 100%;
  background: #f1f1f1;
}
.IntroductionMod3 .expert .text h1,
.IntroductionMod3 .expert .text li,
.IntroductionMod3 .expert .text p {
  width: 83%;
  margin: auto;
}
.IntroductionMod3 .expert .text h1 {
  padding: 18px 0 20px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.IntroductionMod3 .expert .text li {
  padding-bottom: 10px;
  color: #666;
  font-size: 12px;
}
.IntroductionMod3 .expert .text p {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.IntroductionMod3 .expert:hover .img:after {
  opacity: 1;
}
.IntroductionMod3 .expert:hover .text {
  background: #467ebe;
}
.IntroductionMod3 .expert:hover .text h1,
.IntroductionMod3 .expert:hover .text li,
.IntroductionMod3 .expert:hover .text p {
  color: #fff;
}
.Introduction-NyPList .title {
  padding: 4px 0;
}
.Introduction-NyPList .title .img {
  margin: 0px 15px;
}
.IntroductionMod4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.IntroductionMod4 li {
  margin-bottom: 25px;
  width: 32.06521739%;
}
.IntroductionMod4 li .img {
  width: 99%;
  height: 136px;
  background: #fff;
  border: solid 1px #d6d6d6;
  position: relative;
}
.IntroductionMod4 li .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.IntroductionMod4 li h3 {
  padding: 15px 0 6px;
  font-size: 18px;
  color: #333;
}
.IntroductionMod4 li p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.IntroductionMod4 li a {
  padding-top: 15px;
  text-decoration: underline;
  font-size: 12px;
  color: #999;
}
.IntroductionMod5 {
  padding: 30px;
  background: #f7f7f7;
}
.IntroductionMod5:after {
  content: "";
  display: block;
  clear: both;
}
.IntroductionMod5 .img {
  padding-right: 30px;
  float: left;
}
.IntroductionMod5 h1 {
  font-size: 24px;
  color: #151515;
}
.IntroductionMod5 li {
  padding: 27px 0;
  font-size: 14px;
  color: #666;
}
.IntroductionMod5 p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}



.pdx_change_text p{
  line-height: 30px;
  font-size: 14px;
  color: #666;
}