@charset "UTF-8";
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

/* 通用样式 */
.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*head*/
.head1 {
  border-bottom: 1px solid #e5e5e5;
  height: 38px;
  line-height: 37px;
  color: #666666;
  font-size: 13px;
}

.head1 a {
  color: #666666;
}

.head-index .logo {
  line-height: 115px;
}

.head-index .tel {
  background: url(//static.xypt.net.cn/20f4a973/21/07/b531a6abe6510a55892bd54a3254d00ded3492e3.png) no-repeat left center;
  padding-left: 50px;
  line-height: 26px;
  margin-top: 34px;
}

.head-index .tel p:nth-of-type(1) {
  color: #666666;
  font-size: 16px;
}

.head-index .tel p:nth-of-type(2) {
  color: #1059a9;
  font-size: 26px;
  font-weight: bold;
}

.menu {
  background: #1059a9;
}

.x-menu {
  float: none;
}

.x-menu > li {
  margin: 0;
  border-right: 1px solid #286ab2;
}

.x-menu > li:last-child {
  border-right: none;
}

.x-menu > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 64px;
  padding: 0 41px;
}

.x-menu > li.active > a {
  background: none;
}

.x-menu > li:hover > a {
  background: #f07f1b;
}

.x-sub-menu {
  background: #1059a9;
}

.x-menu > li:after {
  display: none;
}

.x-sub-menu > li > a {
  color: #fff;
}

.x-sub-menu > li > a:hover {
  background: #f07f1b;
}

/*热门搜索*/
.sou {
  background: #f8f8f8;
  height: 82px;
}

.hotSearch {
  float: left;
  height: 82px;
  line-height: 82px;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}

.hotSearch a {
  color: #666666;
  padding-right: 14px;
  font-weight: normal;
}

/*搜索和热门搜索*/
#formsearch {
  float: right;
  width: 332px;
  height: 42px;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  margin-top: 20px;
}

#formsearch input {
  height: 40px;
  background: transparent;
  border: none;
  line-height: 40px;
  outline: none;
}

#formsearch input#keyword {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #bcbcbc;
  font-size: 14px;
  width: 197px;
  float: left;
}

#formsearch input#s_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: right;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  background: url(//cdn.xypt.top/20f4a973/21/06/c00188a0fc760ef0b593e79d12dc6018eadfb534.png) no-repeat center center;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bcbcbc;
}

#formsearch :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbcbc;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbcbc;
}

#formsearch :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}

/*product*/
.box1 {
  padding-top: 55px;
  background-color: #fafafa;
  padding-bottom: 47px;
}

.prod1 {
  width: 224px;
  background: #fff;
  border: 1px solid #005aa1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ptt {
  height: 88px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url(//static.xypt.net.cn/20f4a973/21/07/5b8a02b9f2be8e42a07a8465538ac82847d15169.png) no-repeat top center;
  padding-top: 16px;
  font-weight: bold;
  padding-left: 49px;
}

.ptt p {
  font-size: 14px;
  font-family: "Arial";
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
  margin-left: 13px;
}

.sort1 {
  height: 308px;
  padding: 0 20px;
  margin-top: 5px;
}

.sort1 li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-left: 35px;
}

.sort1 li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c2c2c2;
  margin-top: -2.5px;
}

.sort1 li a {
  font-size: 17px;
  color: #666666;
  display: block;
  line-height: 39px;
}

.sort1 li:hover::before {
  background: #005aa1;
}

.sort1 li:hover a {
  color: #005aa1;
}

.ptel {
  background: url(//cdn.xypt.top/20f4a973/21/06/a2a1006887a49059153c665fe02b5439a51e8255.png) no-repeat 18px center #005aa1;
  height: 94px;
  color: #fff;
  padding-top: 22px;
}

.ptel p {
  font-size: 16px;
  padding-left: 79px;
}

.ptel p:nth-of-type(2) {
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
  margin-top: 8px;
}

.prod2 {
  width: 936px;
}

.product_list1 li {
  float: left;
  margin-right: 8px;
  margin-bottom: 20px;
}

.product_list1 li:nth-child(4n) {
  margin-right: 0;
}

.product_list1 li img {
  width: 228px;
  height: 147px;
  transition: all ease-in-out 0.5s; 
}

.product_list1 li:hover img {
 transform: scale(1.05);     transition: all ease-in-out 0.5s; 
}


.product_list1 li h3 {
  text-align: center;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
  padding-top: 11px;
}

.product_list1 li:hover h3 {
  color: #005aa1;
}

/*about*/
.box2 {
  background: url(//static.xypt.net.cn/20f4a973/21/07/6725d23d6f6d35f14e8e138d1dba1a743f03c04b.png) no-repeat top center #fafafa;
  height: 634px;
  overflow: hidden;
  margin-top: 72px;
}

.box2s{
    padding-top: 64px;
    text-align: center;
}
.box2s h2{
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 35px;
    color: #ffffff;
}
.box2s h3{
    font-size: 18px;
    font-stretch: normal;
    line-height: 19px;
    color: #ffffff;
    margin-top: 21px;
    font-weight: 600;
}
.box2s h4{
    width: 446px;
    height: 60px;
    border-radius: 30px;
    border: solid 2px #ffffff;
    margin: 0 auto;
    margin-top: 30px;
}
.box2s h4 samp{
    font-size: 30px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: none;
}


.box2 .about-index {
  margin-top: 40px;
  background-color: #fff;
}

.box2 .about-index .about-left {
  width: 599px;
}

.box2 .about-index .about-right {
  width: 599px;
  padding: 0 24px;
}

.box2 .about-index .about-right h2 {
  padding-top: 39px;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  padding-left: 5px;
}

.box2 .about-index .about-right h2 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  padding-top: 12px;
}

.box2 .about-index .about-right p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

.box2 .about-index .about-right a {
  width: 155px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: block;
  margin-top: 55px;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}

/*choose*/
.choose-index {
  margin-top: 65px;
}

.choose-index h2 {
  text-align: center;
  font-size: 40px;
  color: #333333;
}

.choose-index h2 b {
  color: #005aa1;
}

.choose-index h2 span {
  display: block;
  color: #666666;
  font-size: 20px;
  padding-top: 15px;
}

.choose-index .choose-con {
  margin-top: 78px;
}

.choose-index .choose-con .choose-left {
  width: 758px;
}

.choose-index .choose-con .choose-left .choose-list li {
  padding: 34px 0;
  background: #fff;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  display: flex;
  align-items: center;
}

.choose-index .choose-con .choose-left .choose-list li .img1 {
  margin-left: 12px;
  margin-right: 20px;
}

.choose-index .choose-con .choose-left .choose-list li .wz .w1 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}

.choose-index .choose-con .choose-left .choose-list li .wz .w2 {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

.choose-index .choose-con .choose-left .choose-list li:hover {
  background: #005aa1;
}

.choose-index .choose-con .choose-left .choose-list li:hover .w1 {
  color: #fff;
}

.choose-index .choose-con .choose-left .choose-list li:hover .w2 {
  color: #fff;
}

.choose-index .choose-con .choose-right {
  width: 440px;
  margin-top: 94px;
}

.choose-index .choose-con .choose-right .ctel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.choose-index .choose-con .choose-right .ctel .ctel1 {
  background: url(//cdn.xypt.top/20f4a973/21/06/e4cfd87f377026f3dc72bcd233c8f6bc80fc379b.png) no-repeat left center;
  padding-left: 70px;
}

.choose-index .choose-con .choose-right .ctel .ctel1 p {
  color: #666666;
  font-size: 16px;
}

.choose-index .choose-con .choose-right .ctel .ctel1 p:nth-of-type(2) {
  font-weight: bold;
  color: #005aa1;
  font-size: 28px;
  font-family: "Arial";
}

.choose-index .choose-con .choose-right .ctel .ctel2 {
  width: 166px;
  height: 42px;
  border: 1px solid #005aa1;
  border-radius: 20px;
  margin-top: 13px;
}

.choose-index .choose-con .choose-right .ctel .ctel2 a {
  display: block;
  text-align: center;
  color: #005aa1;
  font-size: 16px;
  line-height: 40px;
}











.bb1x{background: url(//static.xypt.net.cn/20f4a973/21/07/911dc9ff730c7d4491ae8c4bd08368aedf2fede8.png) no-repeat;height: 459px;position: relative;width: 1920px;left: 50%;margin-left: -960px;}
.bb1{
    padding-top: 83px;
}
.bbbt1{
    text-align: center;
}
.bbbt1 h2{
    font-size: 28px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 600;
}
.bbbt1 h3{
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 17px;
}
.bb1nr{
    margin-top: 53px;
}
.bb1nr li{
    float: left;
    width: 130px;
    display: unset;
}
.bb1nr li+li{
    margin-left: 84px;
}
.bb1nr li img{}
.bb1nr li p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 31px;
}











.p2a2 {
  width: 800px;
  margin: 23px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p2a2 li {
  width: 362px;
}

.p2a2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p2a2 li a h3 {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  background: url(//cdn.xypt.top/20f4a973/21/06/92ad1a0667c46b476c6396f145607e4b68403089.png) no-repeat left center;
  padding-left: 20px;
}

.p2a2 li a h3:hover {
  color: #005aa1;
}

.p2a2 li a span {
  font-size: 14px;
  color: #999999;
}

.p2b {
  width: 385px;
  height: 509px;
  background-color: #ffffff;
  padding: 35px 16px 36px 28px;
}

.p2b .p2b1 {
  display: flex;
  margin-bottom: 38px;
}

.p2b .p2b1 li {
  position: relative;
}

.p2b .p2b1 li a {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-right: 41px;
}

.p2b .p2b1 li:nth-child(1)::after {
  content: "/";
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.p2b .p2b1 li.cur a {
  color: #005aa1;
}

.p2b2 li a {
  display: block;
}

.p2b2 li a img {
  display: block;
  width: 324px;
  height: 163px;
}

.p2b2 li a div.com-img {
  margin: initial;
}

.p2b2 li a h3 {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  border-bottom: 1px dashed #c4c4c4;
  line-height: 52px;
  color: #666666;
}

.p2b3 {
  padding-top: 20px;
}

.p2b3 .bd li {
  line-height: 36px;
  height: 36px;
}

.p2b3 .bd li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p2b3 .bd li a h3 {
  font-size: 14px;
  color: #666666;
  background: url(//cdn.xypt.top/20f4a973/21/06/92ad1a0667c46b476c6396f145607e4b68403089.png) no-repeat left center;
  padding-left: 20px;
}

.p2b3 .bd li a span {
  font-size: 14px;
  color: #999999;
}





.bb2x{
    background-color: #fafafa;
}
.bb2{
    padding-top: 55px;
}
.bbbt2{
    text-align: center;
    background: url(//static.xypt.net.cn/20f4a973/21/07/183d5beb45fb1fb2a4c9621bdf9ddb694773beca.png) no-repeat bottom;
    height: 85px;
}
.bbbt2 h2{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}
.bbbt2 h3{
    font-size: 14px;
    color: #787878;
    margin-top: 15px;
}
.bb2nr{
    margin-top: 40px;
    background-color: #fff;
    height: 372px;
}
.bb2n1{
    padding: 36px 40px 0;
    transition: all ease-in-out 0.5s;  
}
.bb2n1 img{
    transition: all ease-in-out 0.5s;  
}
.bb2n1 img:hover{
    transform: scale(1.05);     transition: all ease-in-out 0.5s;  
}

.bb2n1 h2{
   background: url(//static.xypt.net.cn/20f4a973/21/07/744a25f5abe7a8c8a654d339a7502beea8d5693b.png) no-repeat right;
   height: 50px;
}
.bb2n1 h2 p{
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
.bb2n2{
    width: 362px;
    margin-top: 35px;
}
.bb2n2b {
}
.bb2n2b h2{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    font-family: none;
    border-bottom: 1px solid #c9c9c9;
}
.bb2n2b h2 samp{
    font-size: 12px;
    font-weight: normal;
    line-height: 38px;
    color: #999999;
    margin-left: 15px;
}
.bb2xw{}
.bb2xw li{
    display: table;
    margin-top: 7px;
}
.bb2xw li h2{
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #333333;
    font-family: none;
}
.bb2xw li p{
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}
.bb2xw li h3{
    width: 22px;
    height: 2px;
    background-color: #1059a9;
    margin-top: 6px;
}
.bb2xw li h4{
    font-family: ArialMT;
    font-size: 12px;
    line-height: 38px;
    color: #999999;
}






/*link*/
.link {
  background-color: #fafafa;
  padding-top: 60px;
}

.link span {
  display: block;
  color: #666666;
  font-size: 18px;
}

.link img {
  margin-bottom: 15px;
  padding-top: 8px;
}

.link a {
  font-size: 12px;
  color: #999999;
  padding-right: 5px;
  margin-right: 5px;
  background: url(//cdn.xypt.top/04a97917/21/02/49f7b6cefafe277c627e85ff799b3b4cd13c6cbb.png) no-repeat right center;
  line-height: 30px;
}

.link a:last-child {
  background: none;
}

/**/
.foot-bg {
  background: url(//static.xypt.net.cn/20f4a973/21/07/6325a27c98d416f3ecad3e3709e622074d7e09ae.png) no-repeat;
  padding-top: 33px;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 383px;
}

.dh-wen{}

.dh-wen li{
    float: left;
    display: table;
}
.dh-wen li+li{
    margin-left: 87px;
}
.dh-wen li a{}

.dblogo {
    width: 332px;
    text-align: center;
    padding-top: 44px;
}

.foot-index{height: 300px;}
.dbxx{text-align: center;color: #fff;font-size: 12px;}
.dbxx a{text-align: center;color: #fff;font-size: 12px;}
.copr{text-align: center;color: #fff;font-size: 12px;line-height: 24px;}
.copr a{text-align: center;color: #fff;font-size: 12px;}


.foot-bg .foot-index .erq1 {
  text-align: center;
  width: 321px;
  padding-top: 44px;
}

.foot-bg .foot-index .erq1 p {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}

.foot-bg .foot-index .lx {
  margin-left: 104px;
  margin-top: 30px;
}

.foot-bg .foot-index .lx h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1px;
  color: #fffffe;
}
.foot-bg .foot-index .lx h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fffffe;
  margin-bottom: 5px;
}


.foot-bg .foot-index .lx p {
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  color: #ffffff;
}

.foot-bg .foot-index .dh {height: 68px;}

.foot-bg .foot-index .dh h2 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 16px;
}

.foot-bg .foot-index .dh .dh-wen a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.foot-bg .foot-index .dh .dh-wen a:last-child {
  margin-right: 0;
}

.foot-bg .foot-index .dh .sh {
  margin-top: 40px;
}

.foot-bg .foot-index .dh .sh a {
  width: 30px;
  height: 30px;
  margin-right: 19px;
}



.foot-cop {
  background: #242527;
  border-top: 1px solid #3a3b3d;
  padding: 30px 0;
  color: #999999;
  font-size: 14px;
}

.foot-cop a {
  color: #999999;
}
