body {
  color: #000;
  font-family: PingFangSC-Regular, sans-serif, 'microsoft yahei';
  background: #fff;
  overflow-x: hidden;
}

html {
  font-size: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #0080cf;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  width: 12.9rem;
  max-width: 100%;
  z-index: 3;
}
/*¹«¹²ÑùÊ½ÎðÉ¾³ý*/

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/
.header {
  font-size: 0.16rem;

  z-index: 99;

  background: #fff;
  padding: 0.2rem 0;
}
.header .logo {
  margin-right: 0.15rem;
}
.header dl {
  background: url(/tpl/xiansu/images/home_06.png) left center no-repeat;
  padding-left: 56px;
}
.header dl dt {
  color: #0080cf;
}
.header dl dd {
  font-size: 22px;
}
.nav {
  font-size: 0.16rem;
  background: #e7e7e7;
  text-align: center;
}
.nav ul {
  display: flex;
}
.nav li {
  flex: 1;
}
.nav li a {
  display: block;
  line-height: 0.6rem;
  position: relative;
}
.nav li a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -5px;
  background: url(/tpl/xiansu/images/home_15.png) center no-repeat;
  background-size: 100% 100%;
}
.nav li:hover a,
.nav li.on a {
  background: #0080cf;
  color: #fff;
}

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.ws-wap-menu.on {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  padding-bottom: 40px;
  z-index: 998;
  opacity: 1;
}
.ws-wap-menu a:hover,
.ws-wap-menu a:active {
  opacity: 1;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
  flex-grow: 0;
  flex-shrink: 0;
}
.ws-wap-menu ul li {
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  padding-left: 20px;
}
.ws-wap-menu ul li.has-sub-nav {
  position: relative;
}
.ws-wap-menu ul li.has-sub-nav a {
  display: inline-block;
}
.ws-wap-menu ul li.has-sub-nav:after {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 22px;
  right: 20px;
}
.ws-wap-menu ul li.on.has-sub-nav:after {
  border-width: 1px 0 0 1px;
  border-color: #fff;
}
.ws-wap-menu ul li .sub-nav {
  padding: 10px 0 20px;
  background-color: #fff;
  font-size: 0;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ws-wap-menu ul li.on {
  background-color: #0080cf;
}
.ws-wap-menu ul li.on > a {
  color: #fff;
}
.ws-wap-menu ul li.on .sub-nav {
  display: flex;
}
.ws-wap-menu ul li .sub-nav a {
  font-size: 14px;
  line-height: 40px;
  width: 50%;
}
.ws-wap-menu .middle {
  flex-grow: 1;
  padding-top: 0.15rem;
  width: 80%;
}
.footer {
  font-size: 0.15rem;
  background: #353535;
  color: #fff;
}
.footer a {
  color: #b1b1b1;
}
.footer li {
  padding-bottom: 0.15rem;
}
.footer .bd {
  padding: 0.3rem 0;
}
.footer ul {
  padding: 0.2rem 0 0 0.97rem;
}
.footer ul a,
.footer .ft a {
  padding-right: 0.1rem;
}
.footer .logo img {
  width: 3.92rem;
}
.footer ol {
  padding: 0 0.8rem 0 0;
}
.footer .code {
  text-align: center;
  color: #aaaaaa;
  font-size: 0.14rem;
  width: 1.01rem;
}
.footer .code p {
  margin-top: 0.1rem;
}
.footer .ft {
  padding: 0.15rem 0;
  background: #292929;
}
.footer .ft span {
  padding-left: 0.2rem;
}
/**/

.title_common {
  text-align: center;
}
.title_common h2 {
  font-size: 0.32rem;
  color: #0080cf;
  font-weight: bold;
}
.title_common h2::after {
  content: '';
  display: block;
  width: 0.9rem;
  height: 0.02rem;
  background: #66b3e2;
  margin: 0.1rem auto;
}
.title_common p {
  color: #999999;
  font-size: 0.15rem;
}
.homepage .banner {
  position: relative;
}
.homepage .banner img {
  width: 100%;
}

.homepage .banner .swiper-pagination {
  bottom: 0.3rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.homepage .banner .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.homepage {
  font-size: 0.16rem;
}
.homepage .a {
  line-height: 0.25rem;
  font-size: 0.15rem;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.homepage .a p a {
  color: #666;
  padding-right: 0.2rem;
}
.homepage .a .search {
  border: 1px solid #eee;
  border-radius: 50px;
  width: 3.13rem;
  padding: 0.06rem;
}
.homepage .a .search input {
  width: 100%;
  padding-left: 0.1rem;
}
.homepage .a .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  background: #0080cf;
  border-radius: 50%;
}
.homepage .b {
  padding: 0.6rem 0 1rem;
  background: url(/tpl/xiansu/images/home_32.jpg) center no-repeat;
  background-size: cover;
}
.homepage .b .bd {
  margin-top: 0.4rem;
}
.homepage .b .bd a {
  display: block;
  text-align: center;
  background: #fafafa;
}
.homepage .b .bd dt {
  font-weight: bold;
  font-size: 0.2rem;
  margin: 0.1rem 0;
}
.homepage .b .bd dl {
  padding: 0 0.2rem 0.4rem;
}
.homepage .b .bd dd {
  font-size: 0.14rem;
  text-align: left;
  line-height: 0.21rem;
  color: #666666;
}
.homepage .b .bd .swiper-slide span {
  display: flex;
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0080cf;
  margin: -0.6rem auto 0;
}
.homepage .b .bd span img {
  width: 0.35rem;
}

.homepage .c {
  padding: 0.6rem 0 1rem;
  background: url(/tpl/xiansu/images/home_20.jpg) center no-repeat;
  background-size: cover;
}
.homepage .c > .container > .flex {
  margin-top: 0.4rem;
  align-items: stretch;
}
.homepage .c .menu {
  width: 2.25rem;
  margin-right: 0.18rem;
}
.homepage .c .menu ol {
  font-size: 0.15rem;
  line-height: 0.35rem;
  display: none;
  background: #fff;
  padding: 0.1rem 0.15rem;
}
.homepage .c .menu ol li {
  padding-left: 0.1rem;
  border-bottom: 1px dashed #ddd;
}
.homepage .c .menu ul > li {
  border-bottom: 1px solid #fff;
}
.homepage .c .menu ul > li:last-child {
  border: none;
}
.homepage .c .menu ul > li > a {
  display: block;
  padding-left: 0.18rem;
  line-height: 0.5rem;
  background: url(/tpl/xiansu/images/home_50.png) 90% center no-repeat #0080cf;
  color: #fff;
}
.homepage .c .menu ul > li > a.on {
  background: url(/tpl/xiansu/images/home_46.png) 90% center no-repeat #0080cf;
}
.homepage .c .side {
  width: 2.43rem;
  overflow: hidden;
  font-size: 0.14rem;
  margin-left: 0.15rem;
}
.homepage .c .side li {
  position: relative;
}
.marqueetop {
  height: 5.34rem;
  width: 100%;
  overflow: hidden;
}
.homepage .c .side li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 0.34rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.homepage .c .pic {
  position: relative;
}
.homepage .c .p_txt {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 0.18rem;
  padding: 0.15rem;
  justify-content: space-between;
}
.homepage .c .p_txt a {
  font-size: 0.15rem;
  color: #fff;
}
.homepage .c .side li {
  margin-bottom: 0.1rem;
}
.homepage .c .bd {
  display: flex;
}
.homepage .c .bd .flex_item img {
  height: 5.34rem;
  object-fit: cover;
}
.homepage .c .side li img {
  height: 1.72rem;
  object-fit: cover;
}
.homepage .c .ft {
  background: #fff;
  margin-top: 0.13rem;
  padding: 0.15rem;
}
.homepage .c .ft b {
  font-size: 0.27rem;
  background: url(/tpl/xiansu/images/home_44.png) left center no-repeat;
  padding-left: 0.5rem;
}
.homepage .c .ft .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1.38rem;
  height: 0.45rem;
  border-radius: 0.05rem;
  background: #0080cf;
}
.homepage .d .hd {
  background: url(/tpl/xiansu/images/home_57.png) center no-repeat;
  height: 2.29rem;
  text-align: center;
  color: #fff;
  padding-top: 0.6rem;
}
.homepage .d .hd p,
.homepage .d .hd h2 {
  color: #fff;
}
.homepage .d .bd {
  margin: 0.4rem 0 0;
}
.homepage .d .bd .side {
  width: 50%;
}
.homepage .d .bd .flex {
  border: 1px solid #eee;
}
.homepage .d .bd ul {
  display: flex;
  padding: 0 0.3rem;
  flex-wrap: wrap;
}
.homepage .d .bd ul li {
  width: 50%;
  text-align: center;
  padding: 0.25rem;
  line-height: 0.24rem;
  position: relative;
}
.homepage .d .bd ul li:first-child,
.homepage .d .bd ul li:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.homepage .d .bd ul li:first-child,
.homepage .d .bd ul li:nth-child(3) {
  border-right: 1px solid #eee;
}
.homepage .d .bd ul li .pic {
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.homepage .d .bd ul dl {
  position: relative;
}
.homepage .d .bd ul dl dt span {
  width: 0.64rem;
  height: 0.64rem;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0080cf;
  margin: 0 auto 0.1rem;
}
.homepage .e {
  padding: 1rem 0 0;
}
.homepage .e .bd {
  margin-top: 0.4rem;
}
.homepage .e .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .e .bd li {
  width: 16.666%;
  text-align: center;
  position: relative;
}
.homepage .e .bd li dl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 0.3rem 0;
  text-transform: uppercase;
}
.homepage .e .bd li dl dt {
  font-size: 0.2rem;
}
.homepage .e .bd li dl dt::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 2px;
  background: #fff;
  margin: 0.1rem auto;
}
.homepage .f {
  background: url(/tpl/xiansu/images/home_21.jpg) center no-repeat;
  background-size: cover;
  padding: 0.6rem 0 1rem;
}
.homepage .f .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.06rem;
}
.homepage .f .bd ul li {
  width: 50%;
  padding: 0.06rem;
}
.homepage .f .bd .flex_item + .flex_item {
  padding-left: 0.12rem;
}
.homepage .f .bd {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 0.4rem;
  padding: 0.2rem;
}
.homepage .f .swiper-button-next,
.homepage .f .swiper-button-prev {
  width: 0.43rem;
  height: 0.57rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.homepage .f .swiper-button-next::after,
.homepage .f .swiper-button-prev::after,
.homepage .d .swiper-button-next::after,
.homepage .d .swiper-button-prev::after {
  font-size: 0.22rem;
}
.homepage .f .swiper-button-next {
  right: 0;
}
.homepage .f .swiper-button-prev {
  left: 0;
}
.homepage .d .swiper-button-next,
.homepage .d .swiper-button-prev {
  width: 0.84rem;
  height: 0.5rem;
  color: #fff;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.homepage .d .swiper-button-prev {
  right: 0.84rem;
}
.homepage .d .swiper-button-next {
  background: #0080cf;
}
.homepage .g {
  padding: 0.6rem 0 1rem;
}
.homepage .g .hd {
  margin: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.homepage .g .hd li {
  padding: 0.15rem;
  color: #666666;
  cursor: pointer;
  position: relative;
  margin-right: 0.2rem;
}
.homepage .g .hd li.on {
  color: #0080cf;
}
.homepage .g .hd li.on::after {
  content: '';
  border-bottom: 2px solid #0080cf;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.homepage .g .pic {
  position: relative;
  width: 4.6rem;
  margin-right: 0.3rem;
}
.homepage .g .pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.5rem;
  padding-left: 0.15rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.homepage .g .tabbox li p {
  font-size: 0.15rem;
  margin-top: 0.07rem;
  color: #666;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;
  line-height: 0.24rem;
}
.homepage .g .tabbox li span {
  color: #999;
  display: block;
  margin-top: 0.05rem;
}
.homepage .g .tabbox li h4 {
  font-weight: bold;
  font-size: 0.2rem;
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;
}
.homepage .g .tabbox li .more {
  display: block;
  margin-top: 0.07rem;
  color: #999;
  font-size: 0.13rem;
}
.homepage .g .tabbox li .more:hover {
  color: #0080cf;
}
.homepage .g .tabbox ul li {
  padding: 0.15rem 0;
  border-bottom: 1px dashed #ddd;
}
.homepage .g .ft {
  border: 1px solid #ddd;
  margin-top: 0.3rem;
  padding: 0.3rem 0;
}
.homepage .g ol {
  display: flex;
  flex-wrap: wrap;
}
.homepage .g ol li {
  width: 33.333%;
  padding: 0 0.3rem;
}
.homepage .g ol li + li {
  border-left: 1px dashed #ddd;
}
.homepage .g .tabbox ol li h4 {
  font-size: 0.18rem;
}
.homepage .h {
  background: url(/tpl/xiansu/images/home_22.jpg) center no-repeat;
  background-size: cover;
  padding: 0.45rem 0;
}
.homepage .h .bd {
  color: #fff;
  margin-bottom: 0.4rem;
}
.homepage .h .bd dt {
  font-size: 0.48rem;
  opacity: 0.2;
  line-height: 0.2rem;
}
.homepage .h .bd dd {
  font-size: 0.17rem;
  line-height: 0.2rem;
}
.homepage .h .bd dd span {
  font-size: 0.3rem;
  padding-right: 0.1rem;
}
.homepage .h .bd h4 {
  font-size: 0.21rem;
  font-weight: bold;
  margin-top: 0.25rem;
}
.homepage .h .bd .more {
  display: inline-block;
  color: #fff;
  background: #000000;
  padding: 0.07rem 0.15rem;
}
.homepage .h .bd p {
  line-height: 0.28rem;
  margin: 0.1rem 0 0.4rem;
}
.homepage .h .bd video {
  width: 5.7rem;
  height: 3.82rem;
  margin-left: 0.8rem;
}
.homepage .h .ft {
  background: #fff;
  text-align: center;
  margin-top: 0.4rem;
}
.homepage .h .ft i {
  display: block;
  margin: 0 auto 0.15rem;
  width: 38px;
  height: 38px;
  background-image: url(/tpl/xiansu/images/home_112.png);
  background-repeat: no-repeat;
}
.homepage .h .ft .i2 {
  background-position: -258px 0;
}
.homepage .h .ft .i3 {
  background-position: -520px 0;
}
.homepage .h .ft .i4 {
  background-position: -773px 0;
  width: 40px;
}
.homepage .h .ft .i5 {
  background-position: -1043px 0;
}
.homepage .h .ft dl {
  padding: 0.25rem 0;
  cursor: pointer;
}
.homepage .h .ft .swiper-slide-thumb-active {
  background: #0080cf;
  color: #fff;
}
.homepage .h .ft .swiper-slide::after {
  content: '';
  border-left: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
}
.homepage .h .ft .swiper-slide.active i,
.homepage .h .ft .swiper-slide-thumb-active i {
  background-image: url(/tpl/xiansu/images/home_112_on.png);
}
.homepage .h .ft .swiper-slide:first-child:after {
  display: none;
}
.homepage .I {
  padding: 0.6rem 0 1rem;
}
.homepage .I .bd {
  margin-top: 0.4rem;
}
.homepage .I .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
}
.homepage .I .bd ul li {
  padding: 0.1rem;
  width: 20%;
}
.homepage .I .bd ul li .pic {
  border: 1px solid #eee;
}
.p12-curmbs-1 {
  font-size: 0.14rem;
  border-bottom: 1px dashed #dcdcdc;
  line-height: 0.65rem;
  margin-bottom: 0.3rem;
}
.p12-curmbs-1 b {
  border-left: 0.1rem solid #fe7e00;
  font-weight: normal;
  padding-left: 0.08rem;
}
.p12-curmbs-1 i {
  font-style: normal;
}

.p12-curmbs-1 span {
  font-family: '?????¡°';
  padding: 0 0.05rem;
  height: 0.46rem;
  line-height: 0.46rem;
}
.tl-fdh-02 {
  height: 0.55rem;
  background: #fff;
  margin-bottom: 3rem;
  overflow: hidden;
  margin: 0 auto 0.2rem;
}
.tl-fdh-02 li {
  width: 16.666666667%;
  height: 0.55rem;
  font-size: 0.18rem;
  line-height: 0.55rem;
  text-align: center;
  float: left;
  border-right: 1px solid #eee;
  margin-right: -1px;
  background: #f4f4f4;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tl-fdh-02 li a {
  display: block;
  height: 0.55rem;
  color: #666;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
  background: url(/tpl/xiansu/images/p16-icon6.png) no-repeat bottom center #0080cf;
  border-color: #0080cf;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
  color: #fff;
}
.contactus ul {
  height: 1.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.contactus ul li {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  height: 0.45rem;
  line-height: 0.45rem;
  margin: 0.14rem 0 0;
  padding: 0 0 0.14rem 0.7rem;
  width: 50%;
}
.tit {
  font-size: 0.28rem;
  text-align: center;
}

.chi {
  margin-bottom: 0.05rem;
  font-size: 0.32rem;
  color: #0080cf;
  font-weight: bold;
  letter-spacing: 0.02rem;
  font-weight: bold;
}

.eng {
  text-transform: uppercase;
  color: #999999;
  font-size: 0.15rem;
}

.lin2 {
  width: 0.9rem;
  height: 0.02rem;
  background: #66b3e2;
  margin: 0.1rem auto;
}

.obnpp {
  font-size: 0.22rem;
  font-weight: bold;
  color: #132a90;
  width: 100%;
  height: 0.4rem;
  border-bottom: 1px solid #eee;
}
.k12-gl-gslb-3nf1-1-01-left {
  width: 100%;
  overflow: hidden;
}
.k12-gl-gslb-3nf1-1-01-left dl {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 1.3% 13px 0;
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(5n-1) {
  margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
  display: block;
  width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd a {
  color: #4b4a4a;
}

.zxrx {
  background: url(/tpl/xiansu/images/tel.png) no-repeat 0 0;
  height: 0.45rem;
  line-height: 0.45rem;
  padding-left: 0.6rem;
  color: #0080cf;
  margin-top: 0.35rem;
  font-size: 0.18rem;
}

.lsdz {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  display: block;
}

.clear {
  clear: both;
}

.ysdzl {
  width: 6.5rem;
  float: left;
}

.ysdzr {
  width: 5.6rem;
  float: right;
  position: relative;
  padding-top: 0.2rem;
}

.ysdzr b {
  display: block;
  width: 1.31rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background: #0080cf;
  margin-top: 0.59rem;
  border-radius: 0.05rem;
  color: #fff;
}

.ysdzr b a {
  color: #fff;
}

.dwdd {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
}

.gwrmz {
  font-size: 0.24rem;
  display: block;
  margin-top: 0.15rem;
  color: #0080cf;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.line {
  width: 2.2rem;
  height: 2px;
  position: absolute;
  display: block;
  top: 0.5rem;
  left: -1.2rem;
  background: #0080cf;
  margin: 5px 0;
}

.gnxq li {
  width: 48%;
  float: left;
  border-left: 1px solid #333;
}

.gnxq li .gndz {
  font-size: 0.2rem;
  font-weight: bold;
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.18rem;
}

.gnxq li .fsfy {
  font-size: 0.16rem;
  height: 0.3rem;
  line-height: 0.3rem;
  display: block;
  padding-left: 0.18rem;
}

.gnxq li:hover {
  color: #0080cf;
  border-left: 1px solid #0080cf;
}

.gnxq {
  margin-top: 0.35rem;
}
.g_pzbz {
  padding-top: 0.36rem;
}

.g_pzbz h2 {
  margin-bottom: 0.66rem;
}

.g_pzbz .m_pzbz {
  height: 2.68rem;
}

.g_pzbz dl {
  margin-top: 0.4rem;
  float: left;
  width: 25%;
  text-align: center;
  transition: all 0.3s linear 0s;
}

.g_pzbz dl:hover {
  transform: translateY(-10px);
}

.g_pzbz dt {
  background: url(/tpl/xiansu/images/dziconbg1.png) no-repeat;
  width: 1.22rem;
  height: 1.22rem;
  margin: 0 auto 0.23rem;
}

.g_pzbz dt img {
  width: 1.22rem;
  height: 1.22rem;
  transition: all 0.3s linear 0s;
  display: block;
}

.g_pzbz dl:hover dt {
  background: url(/tpl/xiansu/images/dziconbg2.png) no-repeat;
}

.g_pzbz dl:hover dt img {
  transform: rotate(360deg);
}

.g_pzbz h3 {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}

.g_pzbz h3 b {
  display: inline-block;
  color: #e60012;
  padding-left: 6px;
}

.g_pzbz p {
  padding: 0 0.52rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #999999;
  text-align: center;
}

.g_pzbz .pzd {
  background: url(/tpl/xiansu/images/dz2.png) no-repeat center bottom;
  height: 0.97rem;
  line-height: 0.97rem;
  padding-left: 2.55rem;
  font-size: 0.22rem;
  color: #fff;
}

.g_pzbz .pzd b {
  color: #fe7e00;
  display: inline-block;
  padding-left: 0.15rem;
}

.g_pzbz .pzd span {
  font-size: 0.24rem;
  color: #fff;
  padding-right: 1rem;
  padding-top: 0.05rem;
}

.g_hxfw {
  background: #fbfbfb;
  padding: 0.47rem 0;
  overflow: hidden;
}

.g_hxfw h2 {
  margin-bottom: 0.42rem;
  text-align: center;
  font-size: 0.26rem;
}

.g_hxfw h2 b {
  color: #0080cf;
}

.g_hxfw .hxfwl {
  float: right;
  width: 9.62rem;
}

.g_hxfw .hxfwl dl {
  float: left;
  margin: 0 2px 2px 0;
  border-top: none;
  width: 3.18rem;
  height: 2.58rem;
  position: relative;
  background: #fff;
  transition: all 1s ease 0s;
}

.g_hxfw .hxfwl dl:hover {
  transform: translateX(-5px);
}

.g_hxfw .hxfwl dt {
  width: 3.18rem;
  height: 2.58rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}

.g_hxfw .hxfwl dt img {
  width: 3.18rem;
  height: 2.58rem;
  display: block;
}

.g_hxfw .hxfwl dd {
  padding-top: 0.35rem;
}

.g_hxfw .hxfwl em {
  display: block;
  width: 1.06rem;
  height: 1.06rem;
  margin: 0 auto 0.15rem;
}

.g_hxfw .hxfwl em .moren {
  display: block;
  transition: all 1s ease 0s;
}

.g_hxfw .hxfwl em .hover {
  display: none;
  position: absolute;
  left: 0.96rem;
  top: 0.35rem;
  transition: all 1s ease 0s;
}

.g_hxfw .hxfwl dl:hover em .hover {
  display: block;
}

.g_hxfw .hxfwl dl:hover dt {
  display: block;
}

.g_hxfw .hxfwl dl:hover .hover {
  transform: rotateY(180deg);
}

.g_hxfw .hxfwl h3 {
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 111;
}

.g_hxfw .hxfwl p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666666;
  padding: 0 0.35rem;
  text-align: center;
  position: relative;
  z-index: 111;
}

.g_hxfw .hxfwl dl:hover h3 {
  color: #fe7e00;
}

.g_hxfw .hxfwl dl:hover p {
  color: #cfcfcf;
}

.g_hxfw .hxfwimg {
  float: left;
  width: 2.98rem;
  height: 5.18rem;
  overflow: hidden;
}

.g_hxfw .hxfwimg img {
  width: 2.98rem;
  height: 5.18rem;
  display: block;
}

.g_hxfw2 {
  padding-top: 0.6rem;
}
.g_hxfw2 h2 {
  margin-bottom: 0.42rem;
  text-align: center;
  font-size: 0.26rem;
}

.g_hxfw2 h2 b {
  color: #0080cf;
}

.gsjsl {
  width: 6rem;
  float: right;
  line-height: 0.3rem;
}

.gsjsr {
  width: 6.4rem;
  float: left;
}

.obnpp {
  font-size: 0.22rem;
  color: #132a90;
}

.lin {
  color: #b7b7b7;
  display: block;
  margin-top: 0.08rem;
  font-size: 0.17rem;
  margin-bottom: 0.08rem;
}

.gsjsl .fwkh {
  padding-top: 0.15rem;
  font-size: 0.22rem;
  color: #132b8d;
  text-align: center;
  font-weight: bold;
}

.gsjsl p {
  text-indent: 2em;
}

.fwkh2 b {
  display: block;
  height: 0.4rem;
  text-align: left;
  line-height: 0.4rem;
  margin-top: 0.19rem;
  border-radius: 0.05rem;
  color: #0080cf;
  font-size: 0.16rem;
}

.fwkh2 b a {
  color: #0080cf;
}

.fwkh2 b a:hover {
  color: #fe7e00;
}

.obnpp {
  font-size: 0.22rem;
  color: #132a90;
  padding-left: 0.15rem;
  line-height: 0.35rem;
  height: 0.35rem;
}

.odi4 h2 {
  margin-bottom: 0.18rem;
  text-align: center;
  font-size: 0.26rem;
  padding-top: 0.4rem;
}

.odi4 h2 a {
  color: #0080cf;
}
.odi4 {
  clear: both;
  padding: 0  0 0.55rem 0;
  overflow: hidden;
  background: #e9e9e9 url(../images/dzbg9.jpeg) no-repeat center bottom;
}

.pb_h {
  padding: 0.06rem 0 0;
  display: inline-block;
  line-height: 0.55rem;
  height: 0.55rem;
  border-top: 0.03rem #132b90 solid;
  border-bottom: 0.01rem #132b90 solid;
}

.pb_h a {
  font-size: 0.26rem;
  color: #493826;
  margin: 0 0.1rem 0 0;
}

.pb_h i {
  font-style: normal;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 0.16rem;
  color: #958e95;
}

.odi4_c {
  padding: 0.24rem 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.odi4_l {
  padding: 0.3rem 0.1rem 0 0;
  overflow: hidden;
  background: #fff;
  width: 9.4rem;
  float: left;
}

.odi4_l li {
  float: left;
  display: inline;
  position: relative;
  margin: 0 0 0.24rem 0.3rem;
}

.odi4_l li img {
  display: block;
  width: 4.25rem;
  height: 2.93rem;
  overflow: hidden;
}

.odi4_l li p {
  background: rgba(0, 0, 0, 0.5);
  background: url(/tpl/xiansu/images/jia.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  padding: 0.35rem 0 0;
  height: 2.93rem;
  overflow: hidden;
  color: #fff;
  width: 4.25rem;
  top: 0;
  left: 0;
  margin: 0 0;
}

.odi4_l li p b {
  font-weight: 100;
  text-align: center;
  display: block;
  line-height: 0.55rem;
  height: 0.55rem;
  overflow: hidden;
  font-size: 0.2rem;
}

.odi4_l li p span {
  display: block;
  padding: 0 0.14rem;
  line-height: 0.26rem;
  font-size: 0.14rem;
  height: 0.66rem;
  overflow: hidden;
}

.odi4_l li a {
  display: block;
}

.odi4_l li a:hover p {
  z-index: 3;
}

.odi4_r {
  width: 2.9rem;
  border-bottom: 0.04rem #fe7e00 solid;
  background: #fff;
  float: right;
  overflow: hidden;
}

.odi4_r h4 {
  padding: 0.22rem 0 0.22rem 0.26rem;
  height: 1.17rem;
  overflow: hidden;
  background: #fe7e00;
}

.odi4_r h4 b {
  font-family: 'Microsoft YaHei';
  line-height: 0.53rem;
  font-size: 0.44rem;
  color: #fff;
  display: block;
}

.odi4_r h4 span {
  font-weight: 100;
  line-height: 0.19rem;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  margin-top: 0.1rem;
}

.odi4_r2 {
  width: 2.9rem;
  margin: 0 auto;
  height: 5.25rem;
  padding: 0.1rem 0;
  overflow: hidden;
}

.odi4_r li {
  width: 2.48rem;
  height: 1.1rem;
  margin: 0 auto 0.1rem;
  border: 1px solid #eee;
}

.odi4_r li img {
  display: block;
  width: 2.48rem;
  height: 1rem;
}
.blk-xs {
  width: 2.4rem;
}
.blk-sm {
  width: 10rem;
}
.b {
  clear: both;
}
.blk {
  margin-bottom: 0.2rem;
}
.fdh-01-tit {
  background: #0080cf;
  height: 0.8rem;
  border-bottom: 1px solid #fff;
}

.fdh-01-tit h3 {
  height: 0.75rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.75rem;
  color: #fff;

  text-align: center;
}

.fdh-01-tit h3 span {
  font-size: 0.14rem;
  text-transform: uppercase;
}

.fdh-01-nav-one h3 {
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 2px;
  background: url(/tpl/xiansu/images/p14-icon3.png) no-repeat right center #ececeb;
  overflow: hidden;
}

.fdh-01-nav-one h3 a {
  display: block;
  height: 0.5rem;
  font-size: 0.18rem;
  font-weight: normal;
  margin-right: 0.4rem;
  margin-left: 0.38rem;
  color: #666;
}

.fdh-01-nav-one h3:hover {
  background: url(/tpl/xiansu/images/p14-icon1.png) no-repeat right center #0080cf;
}
.fdh-01-nav-one h3.sidenavcur {
  background: url(/tpl/xiansu/images/p14-icon2.png) no-repeat right center #0080cf;
}
.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
  color: #fff;
}
.fdh-01-nav dl {
  padding: 2px 0 4px;
}

.fdh-01-nav dt {
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  padding-left: 0.54rem;
  padding-right: 0.4rem;
  margin-bottom: 1px;
  background: #ececec;
  position: relative;
  overflow: hidden;
}

.fdh-01-nav dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 0.32rem;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt.active:after,
.fdh-01-nav dt:hover:after {
  border-color: #0080cf;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt.active a,
.fdh-01-nav dt:hover a {
  color: #0080cf;
}

.fdh-01-nav dd {
  border: 1px solid #ececec;
  border-bottom: 0;
}

.fdh-01-nav p {
  height: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.72rem;
  padding-right: 0.4rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
  color: #0080cf;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
  background: #fe7e00;
}

.fdh-01-nav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cbgg-01 {
  background: #0080cf;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cbgg-01-img img {
  width: 100%;
  display: block;
}

.cbgg-01 p {
  padding-top: 0.15rem;
}

.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 5px;
}

.cbgg-01 span {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}

.cplb-3n-ts-03-tit {
  height: 0.5rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.5rem;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.15rem;
}

.cplb-3n-ts-03-tit span {
  display: inline-block;
  height: 0.5rem;
  border-bottom: 1px solid #fe7e00;
}

.cplb-3n-ts-03-list dl {
  width: 32.1%;
  border: 1px solid #dedede;
  margin-bottom: 0.15rem;
  background: #fff;
  float: left;
  margin-right: 1.2%;
}

.cplb-3n-ts-03-list dl:nth-child(3n) {
  margin-right: 0;
}
.cplb-3n-ts-03-list dt {
  overflow: hidden;
}
.cplb-3n-ts-03-list dt img {
  width: 100%;
  height: 2.5rem;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
  object-fit: cover;
}

.cplb-3n-ts-03-list dd {
  padding: 0.06rem 0.2rem 0.05rem 0.2rem;
}

.cplb-3n-ts-03-list dd h4 {
  height: 0.45rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #154c64;
  line-height: 0.45rem;
  overflow: hidden;
  text-align: center;
}

.cplb-3n-ts-03-list h4 a {
  display: block;
  height: 0.45rem;
  color: #727272;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cplb-3n-ts-03-list dl:hover {
  background: #0080cf;
}
.cplb-3n-ts-03-list dl:hover img {
  transform: scale(1.05);
}
.cplb-3n-ts-03-list dl:hover h4 a {
  color: #fff;
}

.cplb-3n-ts-03-list-desc {
  height: 0.4rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #666;
  margin-bottom: 0.12rem;
  overflow: hidden;
}

.cplb-3n-ts-03-list-deta {
  width: 1rem;
  height: 0.4rem;
  display: inline-block;
  border: 0.01rem solid #aaa;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-align: center;
}

.cplb-3n-ts-03-list dl:hover {
  border-color: #0080cf;
}

.cplb-3n-ts-03-list dl:hover a {
  color: #0080cf;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.p12-pagination-1-main {
  margin: 0 auto;
  padding: 0.2rem 0;
  height: 0.3rem;
  text-align: center;
}
.p12-pagination-1 li {
  display: inline-block;
}
.p12-pagination-1 li a,
.p12-pagination-1 li span {
  vertical-align: top;
  display: inline-block;
  padding: 0 0.08rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border: 0.01rem solid #e5e5e5;
  text-align: center;
  margin: 0 0.02rem;
  background: #fff;
}

.p12-pagination-1 span {
  border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
  background: #0080cf;
  color: #fff;
  border-color: #0080cf;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
  display: none;
}

.p15-showcase {
  position: relative;
  padding: 0.12rem 0.18rem 0.16rem 0.2rem;
  margin-bottom: 0.15rem;
  background: #fff;
  border: 0.01rem solid #eee;
}

.p15-showcase-right-con {
  line-height: 0.24rem;
  font-size: 0.14rem;
  max-height: 1.68rem;
  margin-bottom: 0.86rem;
  overflow: hidden;
}

.p15-showcase-left {
  position: relative;
  width: 44.7%;
  float: left;
  line-height: 0;
  overflow: hidden;
  border: 0.01rem solid #e7e7e7;
  margin-right: 3.3%;
}

.p15-showcase-left-jt {
  width: 0.12rem;
  height: 0.23rem;
  position: absolute;
  top: 50%;
  margin-top: -0.11rem;
  cursor: pointer;
  z-index: 33;
}

.p15-showcase-left-prev {
  left: 0.1rem;
}

.p15-showcase-left-next {
  right: 0.1rem;
}

.p15-showcase-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.56rem;
  height: 0.28rem;
  font-size: 0.14rem;
  line-height: 0.16rem;
  padding: 0 0.15rem;
}

.p15-showcase-left-size em {
  font-style: normal;
}

.p15-showcase-left-pic {
  width: 100%;
  text-align: center;
}

.p15-showcase-left-pic li {
  float: left;
}

.p15-showcase-left-pic img {
  width: 100%;
  display: block;
}

.p15-showcase-right {
  width: 51.6%;
  float: left;
}

.p15-showcase-right-tit {
  height: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #454545;
  margin-bottom: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-prodcontent-1 {
  background: #fff;
  padding: 0.32rem 0 0.42rem;
  margin-bottom: 0.22rem;
}

.p14-prodcontent-1-tit {
  height: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  border-bottom: 0.02rem solid #d4d4d4;
  margin-bottom: 0.2rem;
}

.p14-prodcontent-1-tit span {
  display: inline-block;
  height: 0.4rem;
  color: #464646;
  border-bottom: 0.02rem solid #fe7e00;
  padding-left: 0.34rem;
  background: url(/tpl/xiansu/images/p14-icon11.png) no-repeat 0.02rem center;
}

.p14-prodcontent-1-tit em {
  font-size: 0.18rem;
  font-family: Arial;
  text-transform: uppercase;
  font-style: normal;
  color: #c2c2c1;
}

/*.p14-prodcontent-1-desc {*/
/*    padding-left: .15rem;*/
/*    padding-right: .15rem;*/
/*}*/

.p14-product-2 {
  margin-bottom: 0.5rem;
}
.p14-product-2-tit {
  height: 0.46rem;
  line-height: 0.46rem;
  border-bottom: 0.02rem solid #dfdfdf;
  margin-bottom: 0.3rem;
}

.p14-product-2-tit b {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: normal;
  color: #464646;
  padding-left: 0.52rem;
  border-bottom: 0.02rem solid #fe7e00;
  background: url(/tpl/xiansu/images/p14-icon11.png) no-repeat 0.22rem center;
}

.p14-product-2-tit span {
  margin-left: 0.1rem;
  font-size: 0.18rem;
  font-family: Arial;
  color: #c2c2c1;
  text-transform: uppercase;
}

.p14-product-2-list dl {
  float: left;
  width: 23.8%;
  border: 1px solid #dfdfdf;
  margin-right: 1.5%;
  box-sizing: border-box;
}

.p14-product-2-list dl.p14-product-clear {
  margin-right: 0;
}

.p14-product-2-list dl dt {
  overflow: hidden;
}

.p14-product-2-list dl img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.p14-product-2-list dd {
  padding: 0.1rem 0.28rem 0.1rem 0.1rem;
  margin-right: 2px;
  position: relative;
  text-align: center;
}

.p14-product-2-list h3 {
  height: 0.3rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-product-2-list h3 a {
  color: #191919;
}

.p14-product-2-desc {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-product-2-list dl:hover {
  border-color: #0080cf;
}

.p14-product-2-list dl:hover h3 a {
  color: #0080cf;
}
.pc-cx-tel-1 {
  width: 50%;
  height: 0.56rem;
  border-top: 0.02rem solid #e6e6e6;
  padding-top: 0.1rem;
  position: absolute;
  bottom: 0.16rem;
  right: 2%;
}

.pc-cx-tel-1-t1 {
  width: 1.14rem;
  height: 0.44rem;
  background: #0080cf;
  font-size: 0.18rem;
  line-height: 0.44rem;
  text-align: center;
  float: right;
}

.pc-cx-tel-1-t1 a {
  display: block;
  color: #fff;
}

.pc-cx-tel-1-t2 {
  height: 0.56rem;
  padding-left: 0.7rem;
  background: url(/tpl/xiansu/images/pc-xc-icon2.png) no-repeat 0.1rem top;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #454545;
}

.pc-cx-tel-1-t2 p {
  line-height: 0.24rem;
}
.gywmlb-tl-ts-01-tit {
  height: 0.5rem;
  font-size: 0.28rem;
  border-bottom: 0.01rem solid #d0d0d0;
  margin-bottom: 0.28rem;
}

.gywmlb-tl-ts-01-tit span {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #383838;
  border-bottom: 0.03rem solid #fe7e00;
}

.gywmlb-tl-ts-01-left dl {
  width: 32.2%;
  float: left;
  background: #f0f0f0;
  margin: 0 1.6% 0.13rem 0;
}

.gywmlb-tl-ts-01-left dl:nth-child(3n) {
  margin-right: 0;
}

.gywmlb-tl-ts-01-left dt {
  border: 1px solid #e5e5e5;
  padding: 0.1rem 0.09rem;
  background: #fff;
}

.gywmlb-tl-ts-01-left dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.gywmlb-tl-ts-01-left dd {
  height: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
}

.gywmlb-tl-ts-01-left dd a {
  color: #4b4a4a;
}
.p14-infolist-1-list dl {
  border: 1px solid #dedede;
  margin-bottom: 0.15rem;
  padding: 0.22rem 0.5rem 0.22rem 0.22rem;
  background: #fff;
  overflow: hidden;
}

.p14-infolist-1-list dt {
  width: 29.5%;
  float: left;
  margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
  width: 100%;
  display: block;
}

.p14-infolist-1-list dd h4 {
  height: 0.4rem;
  font-weight: normal;
  font-size: 0.18rem;
  color: #154c64;
  line-height: 0.4rem;
  margin-bottom: 0.05rem;
  overflow: hidden;
}

.p14-infolist-1-list h4 a {
  display: block;
  height: 0.4rem;
  color: #4b4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p14-infolist-1-list dl:hover {
  border: 1px solid #0080cf;
}
.p14-infolist-1-list dl:hover h4 a {
  color: #0080cf;
}

.p14-infolist-1-list-desc {
  max-height: 0.72rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #797979;
  margin-bottom: 0.28rem;
  overflow: hidden;
}

.p14-infolist-1-list-deta {
  width: 0.9rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff;
}
.p14-infolist-1-list-deta a {
  color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
  background: #0080cf;
  border-color: #0080cf;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
  color: #fff;
}
.p14-infocontent-1 {
  background: #fff;
  padding: 0.18rem 0;
}

.p14-infocontent-1-tit {
  height: 0.38rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.38rem;
  color: #4b4a4a;
  text-align: center;
}

.p14-infocontent-1-sour {
  height: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.24rem;
  text-align: center;
  color: #aaa;
  margin-bottom: 0.2rem;
}

.p14-infocontent-1-sour a {
  color: #aaa;
}
.p14-infocontent-1-sour span {
  margin: 0 9px;
}

.p14-infocontent-1-text {
  padding: 0.16rem 0.18rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  border: 1px solid #d6d6d6;
  margin-bottom: 0.22rem;
}

.p14-infocontent-1-text-t1 {
  width: 0.78rem;
  float: left;
  color: #342f2e;
  margin-right: -0.78rem;
}

.p14-infocontent-1-text-t2 {
  padding-left: 0.8rem;
}

.p14-info-3 {
  background: #eee;
  padding: 0.4rem;
}

.p14-info-3-tit {
  height: 0.55rem;
  font-size: 0.24rem;
  line-height: 0.55rem;
  color: #4b4a4a;
}

.p14-info-3-list li {
  height: 0.46rem;
  font-size: 0.14rem;
  line-height: 0.46rem;
  color: #4b4a4a;
  border-top: 1px dashed #dbdbdb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-info-3-list li a {
  color: #4b4a4a;
}
.p14-info-3-list li span {
  float: right;
}

.p14-pagination-1 dl {
  margin-bottom: 0.24rem;
  padding-right: 0.4rem;
}

.p14-pagination-1 dd {
  height: 0.32rem;
  font-size: 0.14rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-pagination-1 dd b {
  float: right;
  font-weight: normal;
}

.p14-pagination-1 dd span {
  width: 0.6rem;
  height: 0.32rem;
  background: #a2a2a2;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 0.1rem;
}

.p14-pagination-1 dt {
  height: 1px;
  border-bottom: 1px dashed #b5b5b5;
  margin-left: 0.6rem;
  padding-top: 2px;
  margin-bottom: 2px;
}

.p14-pagination-1 dd em {
  float: right;
  font-style: normal;
  padding-left: 0.2rem;
  font-weight: normal;
}

.p14-pagination-1 dl a {
  color: #4b4a4a;
}

.p14-pagination-1-href {
  float: right;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.p14-pagination-1-href span {
  display: inline-block;
  padding: 0 0.06rem;
  margin-left: 4px;
  background: #fe7e00;
}

.p14-pagination-1-href a {
  display: block;
  color: #fff;
}

.p14-pagination-1-key {
  min-height: 0.4rem;
  border-top: 1px solid #fe7e00;
  font-size: 0.14rem;
  line-height: 0.4rem;
  color: #575556;
}

.p14-pagination-1-key a {
  color: #575556;
}

.p14-pagination-1-key span {
  display: inline-block;
  margin: 0 4px;
}

.p14-info-2 {
  background: #fff;
}

.p14-info-2-tit {
  height: 0.8rem;
  font-size: 0.24rem;
  line-height: 0.8rem;
  background: #0080cf;
  color: #fff;
  text-align: center;
}

.p14-info-2-list dl {
  padding: 0.26rem 0.1rem 0.2rem 0.07rem;
  border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
}

.p14-info-2-list dt {
  width: 40.35%;
  float: left;
  margin-right: 0.06rem;
}

.p14-info-2-list dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p14-info-2-list dd h3 {
  height: 0.22rem;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.05rem;
}

.p14-info-2-list-desc {
  height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-info-2-list dl:nth-last-child(1) {
  border-bottom: 0;
}

.p14-info-1 {
  background: #fff;
}

.p14-info-1-tit {
  height: 0.8rem;
  font-size: 0.24rem;
  line-height: 0.8rem;
  background: #0080cf;
  color: #fff;
  text-align: center;
}

.p14-info-1-list dl {
  border-bottom: 1px dashed rgba(153, 153, 153, 0.3);
  margin-top: 0.1rem;
  font-size: 0.12rem;
  line-height: 0.18rem;
  overflow: hidden;
}

.p14-info-1-list dt {
  width: 100%;
}

.p14-info-1-list dt img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.p14-info-1-list dd h3 {
  height: 0.4rem;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.4rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-info-1-list-desc {
  height: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p14-info-1-list dl:nth-last-child(1) {
  border-bottom: 0;
}

.cbgg-01 {
  background: #0080cf;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
}

.cbgg-01-img img {
  width: 100%;
  display: block;
}

.cbgg-01 p {
  padding-top: 0.15rem;
}

.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 0.05rem;
}

.cbgg-01 span {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 0.2rem;
  padding-top: 0.1rem;
}

.p4-order-form-1 {
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.p4-order-form-1 .p4-titlel-1 {
  width: 1.45rem;
  height: 0.46rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-align: center;
  color: #fff;
  background: #feb101;
}

.p4-order-form-1-con {
  border: 0.01rem solid #bbb;
  background: url(/tpl/xiansu/images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
  padding: 0.4rem 15%;
}

.p4-order-form-1-con li p {
  padding-left: 1.3rem;
  color: #999;
  font-size: 0.12rem;
}

.p4-order-form-1-con li {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  color: #666;
  overflow: hidden;
}

.p4-order-form-1-con li span {
  font-weight: bold;
  color: #666;
}
.p4-order-form-1-con li b {
  color: #f00;
}
.p4-order-form-1-con li .row-hd {
  color: #666;
}
.timenum {
  padding-left: 0.95rem;
}
.p4-order-form-1-con li p {
  clear: both;
}

.p4-order-form-1-con label {
  display: inline-block;
  width: 1.2rem;
  color: #666;
  vertical-align: top;
  text-align: right;
  height: 0.33rem;
  line-height: 0.33rem;
  overflow: hidden;
}
#code_gg {
  width: 0.8rem;
  margin-right: 0.1rem;
  outline: none;
  padding-left: 0.1rem;
  border: 0.01rem solid #eee;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #666;
}

.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
  width: 73%;
  margin-right: 0.1rem;
  outline: none;
  padding-left: 0.1rem;
  border: 0.01rem solid #eee;
  height: 0.4rem;
  line-height: 0.39rem;
  color: #666;
  box-sizing: border-box;
  /*float: left;*/
  border-radius: 0.06rem;
}
.p4-order-form-1-con .radioandcheck {
  vertical-align: middle;
}

.p4-order-form-1-con .err {
  border: 0.01rem solid #c00;
}

.p4-order-form-1-con .p4-order-form-1-t1 {
  width: 100%;
}

.p4-order-form-1-t1 textarea {
  width: 73%;
  height: 1.02rem;
  line-height: 0.24rem;
  border: 0.01rem solid #eee;
  outline: none;
  resize: none;
  overflow: auto;
  margin-right: 0.1rem;
  padding-left: 0.1rem;
  box-sizing: border-box;
  border-radius: 0.06rem;
}

.p4-order-form-1-con .p4-order-form-1-t2 {
  width: 100%;
}

.p4-order-form-1-t2 input {
  width: 1.5rem;
  vertical-align: top;
}

.p4-order-form-1-t2 span {
  width: 1.53rem;
  height: 0.25rem;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
  padding-left: 1.2rem;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
  width: 0.8rem;
  height: 0.4rem;
  border: 0;
  text-align: center;
  margin-right: 0.3rem;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
  border-radius: 0.06rem;
}

.p4-order-form-1-con .p4-order-form-1-b1 {
  background: #0080cf;
  width: 1.4rem !important;
  height: 0.4rem !important;
  border-radius: 0.06rem;
}

.p4-order-form-1-con .p4-order-form-1-b2 {
  background: #767676;
  width: 1.4rem !important;
  height: 0.4rem !important;
  border-radius: 0.06rem;
}

.p4-order-form-1-con .p4-order-form-1-t4 {
  overflow: auto;
  height: auto;
  min-height: 0.35rem;
  width: 100%;
}

.p4-order-form-1-con .p4-order-form-1-t4 input {
  vertical-align: middle;
  width: 0.14rem;
  margin: 0 0.1rem;
}
