@charset "UTF-8";
.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.w1800 {
  max-width: 1830px;
  margin: 0 auto;
  padding: 0 15px;
}

.scroll {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  
}

.tybt {
  width: 11vw;
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
  border-right: 2px solid #2d90c8;
  border-left: 2px solid #2d90c8;
  text-align: center;
  margin: 0 auto;
}

.head-top {
  height: 28px;
  background-color: #e6e6e6;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}

.head-top .w1800 {
  max-width: 1800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.head-top2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 120px;
}

.head-top2 .logo {
  width: 44%;
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
}

.head-top2 .logo .logoa {
  height: 120px;
  line-height: 120px;
}

.head-top2 .logo .logoa img {
  width: 100%;
}

.head-top2 .logo .logob {
  padding-top: 2vw;
  margin-left: 12px;
}

.head-top2 .logo .logob dd {
  font-family: SourceHanSansCN-Regular;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  line-height: 1;
}

.head-top2 .logo .logob dt {
  font-family: SourceHanSansCN-Regular;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #333333;
  line-height: 1;
  margin-top: 0.8vw;
}

.head-top2 .dhss {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;

}

.head-top2 .dhss .dhssa {
  padding-left: 50px;
  background: url(../images/dh.png) left 2vw no-repeat;
}

.head-top2 .dhss .dhssa dd {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  padding-top: 1.8vw;
}

.head-top2 .dhss .dhssa dt {
  font-size: 24px;
  color: #fd9727;
  font-weight: 600;
  margin-top: 0.5vw;
  line-height: 1;
}

.dhssb #formsearch2 {
  width: 340px;
  margin-top: 2vw;
  margin-left: 25px;
}

.dhssb #formsearch2 input {
  height: 40px;
  background: #fff;
  line-height: 40px;
  border: none;
  outline: none;
  float: left;
}

.dhssb #formsearch2 input#keyword {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: #333;
  background: none;
  font-size: 14px;
  width: calc(100% - 40px);
  border: 1px solid #e6e6e6;
  border-right: none;
}

.dhssb #formsearch2 input#s_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #e6e6e6;
  background: url(../images/ss.png) no-repeat center;
}

.c1 {
  padding-top: 5vw;
}

.c1 .dbt h3 {
  color: #333333;
  border-color: #2d90c8;
}

.c3 .dbt h3 {
  color: #333333;
  border-color: #2d90c8;
}

.slick-wrap {
  padding-top: 2vw;
}

.slick-contanier .slick-slide {
  outline: none;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
}

.slick-contanier .slick-con {
  display: block;
  font-size: 0;
}

.slick-wrap .tab-con {
  margin-top: 1vw;
}

.tab-li {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.tab-li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tab-li li {
  width: 13.5%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  height: 48px;
  line-height: 48px;
  border-left: 1px solid #eaeaea;
  font-weight: 300;
}

.tab-li li:last-child {
  border-right: 1px solid #eaeaea;
}

.tab-li li:hover, .tab-li li.active {
  background: #fd9017;
  color: #fff;
  border-color: #fd9017;
}

.tab-li li:hover a, .tab-li li.active a {
  color: #fff;
}

.tab-con .tab-main {
  height: 0;
  overflow: hidden;
  position: relative;
}

.tab-con .tab-main.active {
  height: auto;
}

.tab-con .tab-main h3 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  margin-top: 18px;
}

.tab-con .tab-main .slick-arrow {
  width: 64px;
  height: 63px;
  overflow: hidden;
  text-indent: 100px;
  border: none;
  outline: none;
  position: absolute;
  top: 29%;
  z-index: 99999;
}

.tab-con .tab-main .slick-prev {
  background: url(../images/z.png) no-repeat;
  left: 6px;
}

.tab-con .tab-main .slick-next {
  background: url(../images/y.png) no-repeat;
  right: 6px;
}

.tab-main .slick-contanier .slick-slide {
  background: #f5f5f7;
  margin: 0 10px;
  padding-bottom: 1vw;
}

.tab-main .slick-contanier .slick-slide img {
  width: 100%;
  margin: 0 auto;
}

.tab-con .tab-main h3 {
  height: 46px;
  line-height: 46px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.tab-con .tab-main h3 p {
  border: 1px solid #e9e9e9;
  text-indent: 10px;
  background: linear-gradient(to right, #104faa, #1769e0);
  padding-right: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}

.tab-con .tab-main h3 span img {
  margin-left: 3px;
  border: 1px solid #e9e9e9;
}

.tab-con .tab-main .slick-arrow {
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-indent: 100px;
  border: none;
  outline: none;
  position: absolute;
  top: 29%;
  z-index: 99999;
}

.tab-con .tab-main .slick-prev {
  background: url(../images/shang.png) no-repeat;
  left: 6px;
}

.tab-con .tab-main .slick-next {
  background: url(../images/next.png) no-repeat;
  right: 6px;
}

.cc1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2vw;
}

.cc1 .xx {
  width: 48px;
  height: 48px;
}

.cc1 .zb {
  background: url(../images/shang.png) no-repeat;
}

.cc1 .yb {
  background: url(../images/next.png) no-repeat;
}

.cc1 a.cpmo {
  width: 166px;
  height: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin: 0 10px;
}

.cc1 .zb:hover {
  background: url(../images/shangg.png) no-repeat;
}

.cc1 .yb:hover {
  background: url(../images/nextt.png) no-repeat;
}

.c2 {
  margin-top: 5vw;
}

.cc2 {
  background: url(../images/yys.jpg) no-repeat top center;
  background-size: cover;
}

.adv_con ul .ysbt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
}

.adv_con ul li {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}

.adv_con ul li .www {
  width: 31%;
  padding: 3vw 0;
  padding-left: 5vw;
}

.adv_con ul li .www .zi1 {
  font-size: 1.2rem;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  margin-top: 2vw;
}

.adv_con ul li .www .zi1 span {
  font-family: Bebas;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  color: #1351ab;
  padding-right: 8px;
}

.adv_con ul li .www .zi2 {
  padding-left: 8px;
  font-size: 18px;
  line-height: 44px;
  color: #333333;
  font-weight: 300;
  margin-top: 2vw;
}

.adv_con ul li .www .zi2 p {
  background: url(../images/pdian.png) no-repeat left 20px;
  padding-left: 15px;
}

.adv_con ul li .www .sw_jt {
  width: 100%;
  display: flex;
  margin-top: 3.5vw;
  justify-content: initial;
}

.adv_con ul li .www .sw_jt .swiper-button-next {
  background: url(../images/sss.png) no-repeat center;
  width: 84px;
  height: 42px;
  top: 0;
  margin-top: 0;
  left: 0;
  outline: none;
  background-size: 100% 100%;
  position: relative;
}

.adv_con ul li .www .sw_jt .swiper-button-prev {
  background: url(../images/xxx.png) no-repeat center;
  width: 84px;
  height: 42px;
  top: 0;
  margin-top: 0;
  outline: none;
  right: 0;
  background-size: 100% 100%;
  position: relative;
  left:0px;
}

.adv_con ul li .wwwimg {
  width: 65%;
}

.adv_con ul li .wwwimg img {
  width: 100%;
}

.adv_lis ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.adv_lis ul li {
  padding: 0 20px;
  background: #fff;
  width: 25%;
  height: 120px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-between;
}

.adv_lis ul li:nth-child(2n) {
  background: #ededed;
}

.adv_lis ul li.on {
  background: linear-gradient(to right, #1351ac, #1a6be0);
}

.adv_lis ul li.on .ww h3 {
  color: #fff;
}

.adv_lis ul li.on .ww h3::before {
  background: #fff;
}

.adv_lis ul li.on .ww .img1 img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(200deg) brightness(105%) contrast(101%);
}

.adv_lis ul li .ww {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.adv_lis ul li .ww h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  position: relative;
  line-height: 1;
}

.adv_lis ul li .ww h3::before {
  content: "";
  width: 27px;
  height: 2px;
  background: #373737;
  display: block;
  margin-bottom: 24px;
}

.adv_lis ul li .ww .img1 {
  width: 46px;
  height: 46px;
}

.adv_lis ul li .ww .img1 img {
  width: 100%;
}

.hxys {
  background: url(../images/yyss.jpg) no-repeat center center;
  background-size: cover;
}

.c3 {
  background: #f7f8fa;
  padding-top: 4vw;
  padding-bottom: 4.1vw;
}

.c3 .tybt {
  width: 26vw;
}

.c3 .jsyj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}

.c3 .jsyj .c3a {
  width: 60%;
  padding-top: 8px;
}

.c3 .jsyj .c3a ul li {
  padding-left: 30px;
  height: 100px;
  line-height: 30px;
  width: 100%;
  background: none;
  margin-bottom: 20px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}

.c3 .jsyj .c3a ul li img {
  width: 56px;
  height: 50px;
  line-height: 100px;
  margin-right: 20px;
}

.c3 .jsyj .c3a ul li span {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

.c3 .jsyj .c3a ul li:hover {
  background: linear-gradient(to right, #104faa, #1769e0);
}

.c3 .jsyj .c3a ul li:hover span {
  color: #fff;
}

.c3 .jsyj .c3b {
  width: 31%;
}

.c3 .jsyj .c3b .img img {
  width: 100%;
}

.c3 .jsyj .c3b .c3dh {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.c3 .jsyj .c3b .c3dh .yjdh {
  background: url(../images/yjdh.png) no-repeat left 15px;
  width: 70%;
  padding-left: 70px;
  padding-top: 14px;
}

.c3 .jsyj .c3b .c3dh .yjdh dd {
  font-size: 16px;
  color: #1a6be1;
  line-height: 1;
}

.c3 .jsyj .c3b .c3dh .yjdh dt {
  font-size: 27px;
  color: #1a6be1;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
}

.c3 .jsyj .c3b .c3dh a {
  display: block;
  width: 162px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #387ce1;
  font-size: 16px;
  color: #387ce1;
  text-align: center;
  line-height: 40px;
  width: 30%;
  margin-top: 20px;
}

.c4 {
  padding: 4vw 0;
}

.c4 .number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c4 .number li {
  width: 25%;
  border-left: 1px solid #cfcfcf;
  text-align: center;
  padding: 1vw 0;
}

.c4 .number li:last-child {
  border-right: 1px solid #cfcfcf;
}

.c4 .number li h3 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
  line-height: 1;
}

.c4 .number li h3 i {
  font-style: normal;
}

.c4 .number li h3 sup {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.c4 .number li p {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
}

.c5 {
  background-color: #fff;
}

.c5 .cc5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.c5 .cc5 .c5a {
  width: 48.4%;
}

.c5 .cc5 .c5a img {
  width: 100%;
}

.c5 .cc5 .c5b {
  width: 48.5%;
}

.c5 .cc5 .c5b dd {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #999999;
  font-weight: 600;
  line-height: 1;
}

.c5 .cc5 .c5b dt {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.4vw;
}

.c5 .cc5 .c5b dl {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  margin-top: 1vw;
  font-weight: 300;
}

.c5 .cc5 .c5c {
  margin-top: 1vw;
}

.c5 .cc5 .c5c ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.c5 .cc5 .c5c ul li {
  width: 30%;
  text-align: center;
  background: url(../images/gsli.png) repeat-x center;
  display: flex;
  justify-content: center;
  padding: 1vw 0;
}

.c5 .cc5 .c5c ul li .img {
  height: 52px;
  width: 67px;
}

.c5 .cc5 .c5c ul li .img img {
  text-align: center;
  line-height: 52px;
}

.c5 .cc5 .c5c ul li p {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1;
}

.c5 .cc5 .c5c ul li:hover {
  background: linear-gradient(to right, #1653ac, #1c6de2);
}

.c5 .cc5 .c5c ul li:hover .img img {
  filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(220deg) brightness(111%) contrast(101%);
}

.c5 .cc5 .c5c ul li:hover p {
  color: #fff;
}

.c5 .c55 {
  margin-top: 3vw;
}

.c5 .c55 .c5gun {
  margin: 0 10px;
}

.c5 .c55 ul {
  margin: 0 -10px;
}

.c5 .c55 .c5gun img {
  width: 100%;
}

.c6 {
  background: url(../images/c6.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 5vw;
  margin-top: 5vw;
  padding-bottom: 4vw;
}

.dbt {
  display: flex;
  justify-content: center;
}

.dbt h3 {
  height: 42px;
  line-height: 42px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 0 40px;
}

.c6a {
  margin-top: 3vw;
}

.c6a .c6gun {
  margin: 0 10px;
  text-align: center;
}

.c6a .c6gun img {
  width: 100%;
}

.c6a .c6gun h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1;
  margin-top: 20px;
}

.c6a .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 1vw;
}

.c6a .slick-dots li {
  margin: 0 10px;
}

.c6a .slick-dots li button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #aeafaf;
  outline: none;
}

.c6a .slick-dots li.slick-active button {
  background: #fa972a;
}

.c7 {
  background: #fff;
  margin-top: 5vw;
  padding-bottom: 5vw;
}

.c7 .cc7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.c7 .cc7 .c7a {
  width: 31.5%;
}

.c7 .cc7 .c7b {
  width: 68%;
}

.c7 .cc7 .c7b img {
  width: 100%;
}

.c7 .cc7 .c7a h3 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
}

.c7 .cc7 .c7a h3::after {
  content: "";
  display: block;
  width: 60PX;
  height: 3px;
  background: #144fa0;
  margin-top: 12px;
}

.c7 .cc7 .c7a dd {
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  margin-top: 22px;
}

.c7 .cc7 .c7a a {
  display: block;
  margin-top: 1.2vw;
  width: 146px;
  height: 42px;
}

.c7 .cc7 .c7a a img {
  width: 100%;
}

.c8 {
  background: url(../images/c8.png) no-repeat top center;
  background-size: cover;
  padding: 5vw 0;
}

.c8a {
  margin-top: 3.8vw;
}

.news_listt li {
  margin: 0 10px;
}

.news_listt li .xwsj {
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}

.news_listt li .xwsj span {
  font-size: 16px;
  color: #cccccc;
  padding-left: 15px;
}

.news_listt li .img {
  margin-top: 1vw;
}

.news_listt li .img img {
  width: 100%;
}

.news_listt li h3 {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.news_listt li .xwwz {
  font-size: 14px;
  line-height: 26px;
  color: #cccccc;
  margin-top: 6px;
}

.news_listt li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 108px;
  font-size: 14px;
  color: #8d9db6;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #8d9db6;
  margin-top: 18px;
}

.c8a .slick-initialized .slick-slide {
  padding-bottom: 1px;
  border: none;
  outline: none;
}

.c9 {
  padding-top: 5vw;
}

.c9 .dbt h3 {
  color: #333333;
  border-color: #215aaf;
}

.c9 .cc9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.c9 .cc9 .c9a {
  width: 35.2%;
}

.c9 .cc9 .c9b {
  width: 26%;
}

.c9 .cc9 .c9b img {
  width: 100%;
}

.c9 .cc9 .c9c {
  width: 35.2%;
}

.c9a .c9aa li {
  height: 224px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 40px;
}

.c9a .c9aa li:last-child {
  border: none;
  margin-bottom: 0;
}

.c9a .c9aa li h3 {
  height: 70px;
  line-height: 70px;
  padding-left: 38px;
  background: url(../images/qyli.png) no-repeat left center;
  font-size: 1.2rem;
  color: #333333;
  border-bottom: 1px solid #1c56ad;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c9a .c9aa li p {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 36px;
  margin-top: 10px;
}

.c9c .c9ab li {
  height: 224px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 40px;
}

.c9c .c9ab li h3 {
  height: 70px;
  line-height: 70px;
  padding-right: 38px;
  background: url(../images/qyli.png) no-repeat right center;
  font-size: 1.2rem;
  color: #333333;
  border-bottom: 1px solid #1c56ad;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c9c .c9ab li p {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 36px;
  margin-top: 10px;
}

.c9c .c9ab li:last-child {
  border: none;
  margin-bottom: 0;
}

.c10 {
  background: #f7f7f7;
  padding-top: 5vw;
  margin-top: 3vw;
  padding-bottom: 5vw;
}

.zxly input {
  border: none;
  outline: none;
}

.zxly textarea {
  border: none;
  outline: none;
}

.cc10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cc10 .c10a {
  width: 62.5%;
}

.cc10 .c10a h3 {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
  line-height: 1;
}

.cc10 .c10a .zxly {
  margin-top: 2.5vw;
}

.cc10 .c10a .zxly .zx1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cc10 .c10a .zxly .zx1 input {
  width: 28%;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #999999;
  border-bottom: 2px solid #c0c0c0;
  background: transparent;
}

.cc10 .c10a .zxly .zx2 {
  margin-top: 34px;
}

.cc10 .c10a .zxly .zx2 textarea {
  width: 100%;
  height: 40px;
  line-height: 34px;
  font-size: 16px;
  color: #999999;
  border-bottom: 2px solid #c0c0c0;
  background: transparent;
}

.cc10 .c10a .zxly .zx3 {
  margin-top: 2.4vw;
}

.cc10 .c10a .zxly .zx3 .code-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.cc10 .c10a .zxly .zx3 .code-group .yzm {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cc10 .c10a .zxly .zx3 .code-group .yzm input {
  width: 68%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  background: #cdcdcd;
  text-align: center;
}

.cc10 .c10a .zxly .zx3 .code-group .yzm .checkCodeImg {
  width: 30%;
  display: block;
  height: 50px;
}

.cc10 .c10a .zxly .zx3 .code-group .yzm .checkCodeImg img {
  width: 100%;
  line-height: 50px;
  height: 50px;
}

.cc10 .c10a .zxly .zx3 .xx-submit {
  width: 48%;
  background: linear-gradient(to right, #1351ab, #1a6be1);
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.cc10 .c10b {
  width: 34.5%;
}

.cc10 .c10b img {
  width: 100%;
}

.zx1 input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
}

.zx1 input::-moz-input-placeholder {
  color: #999;
  font-weight: 300;
}

.zx1 input::-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}

.zx2 textarea::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
}

.zx2 textarea::-moz-input-placeholder {
  color: #999;
  font-weight: 300;
}

.zx2 textarea::-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}

.zx3 input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.zx3 input::-moz-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.zx3 input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.c10a .zxlx {
  margin-top: 4vw;
}

.c10a .zxlx ul {
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(3, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2vw 0;
}

.c10a .zxlx ul li {
  width: 33.3%;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}

.c10a .zxlx ul li:last-child {
  border: none;
}

.c10a .zxlx ul li .img {
  width: 20px;
  height: 24px;
  margin: 0 auto;
  line-height: 24px;
}

.c10a .zxlx ul li h3 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  font-weight: 300;
  margin-top: 10px;
}

.c10a .zxlx ul li p {
  line-height: 1;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333333;
  margin-top: 10px;
}

.foot {
  background: linear-gradient(to right, #1351ab, #1a6be1);
  padding-top: 2vw;
  padding-bottom: 1.5vw;
}

.foot .foott {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot .foott .foota {
  width: 18.7%;
}

.foot .foott .foota img {
  padding-left: 24px;
}

.foot .foott .footb {
  width: 81.3%;
}

.foot .foott .footb .foottd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2vw;
}

.foot .foott .footb .foottd .fota {
  width: 22%;
}

.foot .foott .footb .foottd .fota dd {
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.foot .foott .footb .foottd .fota dt {
  margin-top: 12px;
}

.foot .foott .footb .foottd .fota dt a {
  display: block;
  font-size: 18px;
  color: #e5e5e5;
  font-weight: 300;
  line-height: 42px;
}

.foot .foott .footb .foottd .fotb {
  width: 28%;
}

.foot .foott .footb .foottd .fotb dd {
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.foot .foott .footb .foottd .fotb dt {
  margin-top: 12px;
}

.foot .foott .footb .foottd .fotb dt a {
  display: block;
  font-size: 18px;
  color: #e5e5e5;
  font-weight: 300;
  line-height: 42px;
}

.foot .foott .footb .foottd .fotc {
  width: 25%;
}

.foot .foott .footb .foottd .fotc dd {
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.foot .foott .footb .foottd .fotc dt {
  margin-top: 12px;
}

.foot .foott .footb .foottd .fotc dt p {
  display: block;
  font-size: 18px;
  color: #e5e5e5;
  font-weight: 300;
  line-height: 42px;
}

.foot .foott .footb .foottd .fotd {
  width: 25%;
  text-align: right;
}

.foot .foott .footb .foottd .fotd dd {
  padding-right: 30px;
  font-size: 18px;
  color: #e5e5e5;
  line-height: 34px;
}

.foot .foott .footb .foottd .fotd dd p:last-child {
  padding-right: 16px;
}

.footyh {
  width: 100%;
  border-top: 1px solid #618fd5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 42px;
  color: #e5e5e5;
  font-weight: 300;
}

.footyh a {
  color: #e5e5e5;
}

.footyh .yhz a {
  padding: 0 5px;
}

.text-warning {
  color: #000 !important;
}

.fftt {
  background: #353535;
  border-bottom: 1px solid #d7d7d7;
}

.fftt .ffoott {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  line-height: 42px;
  color: #cccccc;
}

.fftt .ffoott a {
  color: #cccccc;
}

.fftt .ffttb {
  text-align: right;
}

@media (max-width: 1200px) {
  .w1600 {
    max-width: 1230px;
  }
  .dhssb #formsearch2 {
    width: 200px;
  }
  .head-top2 .logo {
    width: 50%;
  }
  .head-top2 .logo .logob {
    padding-top: 3.2vw;
  }
  .head-top2 .dhss .dhssa dt {
    font-size: 20px;
  }
  .head-top2 .logo .logob dt {
    font-size: 20px;
  }
  .head-top2 .dhss {
    padding-top: 1.2vw;
  }
  .head-top2 .logo .logoa {
    width: 40%;
  }
  .x-menu > li > a {
    font-size: 16px;
  }
  .tab-con .tab-main h3 {
    height: 32px;
    line-height: 35px;
  }
  .adv_con ul li .www .zi2 {
    font-size: 16px;
    line-height: 40px;
  }
  .adv_con ul li .www .zi2 p {
    background: url(../images/pdian.png) no-repeat left 1.5vw;
    padding-left: 15px;
  }
  .adv_con ul li .www {
    width: 40%;
  }
  .adv_con ul li .wwwimg {
    width: 60%;
  }
  .adv_lis ul li {
    height: 80px;
  }
  .c3 .jsyj .c3a ul li {
    height: 80px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .c3 .jsyj .c3a ul li span {
    font-size: 16px;
  }
  .c3 .jsyj .c3b .c3dh .yjdh dt {
    font-size: 18px;
  }
  .c3 .jsyj .c3b .c3dh .yjdh {
    padding-left: 50px;
    padding-top: 14px;
    background-size: 20%;
  }
  .c3 .jsyj .c3b .c3dh a {
    font-size: 14px;
  }
  .news_listt li .xwsj {
    font-size: 20px;
  }
  .news_listt li .xwsj span {
    font-size: 14px;
  }
  .c9a .c9aa li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .c9c .c9ab li h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .c9a .c9aa li p {
    font-size: 16px;
    line-height: 30px;
  }
  .c9c .c9ab li p {
    font-size: 16px;
    line-height: 30px;
  }
  .c9c .c9ab li {
    height: 210px;
    margin-bottom: 15px;
  }
  .c9c .c9aa li {
    height: 210px;
    margin-bottom: 15px;
  }
  .foot .foott .footb .foottd .fotb dd {
    font-size: 18px;
  }
  .foot .foott .footb .foottd .fotb dt a {
    font-size: 14px;
    line-height: 30px;
  }
  .foot .foott .footb .foottd .fota dt a {
    font-size: 14px;
    line-height: 30px;
  }
  .foot .foott .footb .foottd .fotc dt p {
    font-size: 14px;
    line-height: 30px;
  }
  .foot .foott .footb .foottd .fotd dd {
    font-size: 14px;
  }
  .foot .foott .footb .foottd .fotd dd img {
    width: 120px;
    height: 120px;
  }
  .footyh {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .dbt h3 {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    padding: 0 25px;
  }
  .tab-li li {
    width: 24.5%;
  }
  .tab-li li:nth-child(4n) {
    border-right: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(1) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(2) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(3) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(4) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-con .tab-main h3 span img {
    height: 35px;
    margin-top: -6px !important;
  }
  .adv_con ul li .www {
    width: 100%;
    padding-top: 3vw;
  }
  .adv_con ul li .wwwimg {
    width: 100%;
  }
  .adv_con ul li .www .zi2 p {
    background: url(../images/pdian.png) no-repeat left 2.5vw;
  }
  .adv_con ul .ysbt {
    font-size: 32px;
  }
  .adv_lis ul li .ww h3 {
    font-size: 16px;
  }
  .adv_lis ul li .ww .img1 {
    height: 35px;
    width: 35px;
  }
  .c3 .jsyj .c3a {
    width: 100%;
  }
  .c3 .jsyj .c3b {
    width: 100%;
  }
  .c3 .jsyj .c3b .img {
    text-align: center;
  }
  .c3 .jsyj .c3b .img img {
    max-width: 100%;
  }
  .c3 .jsyj .c3b .c3dh .yjdh {
    background-size: 8%;
  }
  .c5 .cc5 .c5a {
    width: 100%;
  }
  .c5 .cc5 .c5b {
    width: 100%;
    margin-top: 2vw;
  }
  .c5 .cc5 .c5c {
    width: 100%;
  }
  .c7 .cc7 .c7a {
    width: 100%;
  }
  .c7 .cc7 .c7b {
    width: 100%;
    margin-top: 2vw;
  }
  .c9 .cc9 .c9a {
    width: 100%;
  }
  .c9 .cc9 .c9b {
    width: 100%;
    text-align: center;
    margin: 3% 0;
  }
  .c9 .cc9 .c9b img {
    max-width: 100%;
  }
  .c9 .cc9 .c9c {
    width: 100%;
  }
  .c9a .c9aa li {
    height: auto;
    padding-bottom: 2%;
    margin-bottom: 20px;
  }
  .c9c .c9ab li {
    height: auto;
    padding-bottom: 2%;
  }
  .c9c .c9ab li h3 {
    text-align: left;
    background: url(../images/qyli.png) no-repeat left center;
    padding-left: 38px;
    padding-right: 0;
  }
  .c9a .c9aa li:last-child {
    border-bottom: 1px dashed #cccccc;
  }
  .c9c .c9ab li:last-child {
    border-bottom: 1px dashed #cccccc;
  }
  .cc10 .c10a {
    width: 100%;
  }
  .cc10 .c10b {
    width: 100%;
  }
  .cc10 .c10b img {
    max-width: 100%;
  }
  .my-link {
    display: none;
  }
  body {
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .foot .foott .foota {
    display: none;
  }
  .foot .foott .footb {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .tab-con .tab-main h3 p {
    border: none;
  }
  .tab-con .tab-main h3 span img {
    border: none;
    display: block;
    height: 35px;
  }
  .head-top2 {
    height: 100px;
    line-height: 100px;
  }
  .head-top2 .logo .logoa {
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 992px) {
  .scroll {
    display: none;
  }
}

@media (max-width: 760px) {
  footer {
    display: none;
  }
}

@media (max-width: 500px) {
  .tab-li {
    margin-top: 2%;
  }
  .slick-wrap .tab-con {
    margin-top: 4%;
  }
  .tab-li li {
    width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .tab-li li:nth-child(3n) {
    border-right: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(4) {
    border-right: none;
  }
  .tab-li li:nth-child(5) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-li li:nth-child(6) {
    border-bottom: 1px solid #eaeaea;
  }
  .tab-main .slick-contanier .slick-slide {
    margin: 0 5px;
  }
  .tab-con .tab-main h3 {
    font-size: 14px;
  }
  .tab-con .tab-main h3 span {
    display: none;
  }
  .tab-con .tab-main h3 p {
    z-index: 0;
    padding: 0 5px;
  }
  .dbt h3 {
    font-size: 28px;
  }
  .adv_con ul .ysbt {
    font-size: 28px;
  }
  .adv_con ul li .www {
    margin-top: 4%;
  }
  .adv_con ul li .www .zi1 {
    font-size: 18px;
    margin-top: 4%;
  }
  .adv_con ul li .www .zi1 span {
    font-size: 20px;
  }
  .adv_con ul li .www .zi2 p {
    background: url(../images/pdian.png) no-repeat left 3.5vw;
  }
  .adv_lis ul li {
    width: 50%;
    background: #fff;
  }
  .adv_lis ul li:nth-child(2) {
    background: #ededed;
  }
  .adv_lis ul li:nth-child(3) {
    background: #ededed;
  }
  .adv_lis ul li:nth-child(1) {
    background: #fff;
  }
  .adv_lis ul li:nth-child(4) {
    background: #fff;
  }
  .adv_lis ul li.on {
    background: linear-gradient(to right, #1351ac, #1a6be0);
  }
  .c3 .dbt h3 {
    font-size: 20px;
  }
  .c3 {
    padding-top: 8vw;
  }
  .c3 .jsyj .c3a ul {
    margin-top: 4%;
  }
  .c3 .jsyj .c3a ul li {
    height: auto;
    line-height: 24px;
    padding-left: 1px;
    padding: 10px 0;
    background: linear-gradient(to right, #104faa, #1769e0);
  }
  .c3 .jsyj .c3a ul li img {
    width: 355px;
    height: 35px;
    margin: 0   10px;
    line-height: 60px;
    width: 10%;
  }
  .c3 .jsyj .c3a ul li span {
    color: #fff;
    font-size: 15px;
  }
  .c3 .jsyj .c3b .c3dh .yjdh {
    background-size: 20%;
  }
  .c4 .number {
    padding: 2% 0;
  }
  .c4 .number li {
    width: 50%;
    margin-bottom: 3%;
  }
  .c4 .number li:nth-child(2) {
    border-right: 1px solid #cfcfcf;
  }
  .c5 .cc5 .c5b dd {
    font-size: 18px;
    margin-top: 20px;
  }
  .c5 .cc5 .c5b dt {
    font-size: 18px;
  }
  .c5 .cc5 .c5b dl {
    font-size: 16px;
    line-height: 28px;
    padding: 2% 0;
  }
  .c7 .cc7 .c7a h3 {
    font-size: 24px;
  }
  .c7 .cc7 .c7a dd {
    font-size: 16px;
    line-height: 28px;
  }
  .cc10 .c10a .zxly .zx1 input {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .cc10 .c10a h3 {
    font-size: 22px;
  }
  .cc10 .c10a .zxly .zx2 {
    margin-top: 20px;
  }
  .cc10 .c10a .zxly .zx3 .code-group .yzm {
    width: 100%;
  }
  .cc10 .c10a .zxly .zx3 .xx-submit {
    width: 100%;
    margin-top: 10px;
  }
  .c10a .zxlx ul {
    padding: 4vw 0;
  }
}

/* 手机页脚 */
.footer3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #333;
}

.footer3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer3 ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer3 ul li a {
  display: block;
  color: #ffffff;
}

.footer3 ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}



.header{
    position: relative;
    z-index: 99;
}








