/* 
 *默认通用
 */
 
 
 .wpcf7 form .wpcf7-response-output {
     font-size: 22px;
 }

body {
   /* background-color: #f2f4f9; */
   /* font-family: Arial, Helvetica, sans-serif; */
}
div {
   /* transition: all 1s; */
}
p {
   margin-bottom: 0;
}
* {
   margin: 0;
   padding: 0;
   /* font-family: "微软雅黑"; */
   /* color: #333; */ 
}

* {
   /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
body {
   margin: 0;
   padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
   outline: none;
   color: #333;
}

a {
   margin: 0;
   padding: 0;
   text-decoration: none;
}

/* 重置链接a标签样式*/
a:active,
a:hover {
   text-decoration: none;
} 


/* 重置链接a标签的鼠标滑动效果 */
a:active,
a:focus {
   outline: none;
   border: 0;
   border: none;
}
img {
   border: none;
   margin: 0;
   padding: 0;
}
form,
fieldset,
legend {
   margin: 0;
   padding: 0;
   list-style: none;
   border: 0;
   border: none;
}
input,
button,
textarea,
select {
   font-size: 100%;
   outline: none;
   resize: none;
   font-family: "微软雅黑";
   margin: 0;
   padding: 0;
   list-style: none;
   border: 0;
   border: none;
}
ul li,
ol dl {
   list-style: none;
}

.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: "\0020";
   clear: both;
   height: 0;
}
.clearfix {
   *zoom: 1;
}

.fl {
   float: left;
}
.fr {
   float: right;
}





#banner .swiper-slide {
    position: relative;
}

#banner .this-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#banner .this-text h1{
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 600;
}


@media screen and (max-width:950px){
   #banner .this-text h1{
       font-size: 24px;
   } 
}


@media screen and (max-width:550px){
    #banner .this-text {
        width: 90%;
    }
   #banner .this-text h1{
       font-size: 20px;
   } 
}



.pro_bread {
    margin-top: 30px;
}


.pro_bread .woocommerce-breadcrumb {
    color: #333;
}

.pro_bread .woocommerce-breadcrumb  a {
    color: #333;
}




.index-bottom-form .Wrapper {
  width: 70vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-bottom-form .Wrapper .this-title {
  width: 100%;
  text-align: center;
}
.index-bottom-form .Wrapper .this-title h2 {
  font-size: 2.1vw;
  color: #004789;
}
.index-bottom-form .Wrapper .this-index-form {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
}
.index-bottom-form .Wrapper .this-index-form .this-list {
  width: 49%;
  margin-top: 10px;
}
.index-bottom-form .Wrapper .this-index-form .this-list input {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
  height: 50px;
}
.index-bottom-form .Wrapper .this-index-form .this-list textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
  overflow: auto;
  height: 50px;
}
.index-bottom-form .Wrapper input[type="submit"] {
  margin-top: 30px;
  padding: 10px 60px;
  background-color: #004688;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .index-bottom-form .Wrapper {
    width: 80vw;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .index-bottom-form .Wrapper {
    width: 90vw;
    margin: auto;
  }
  .index-bottom-form .Wrapper .this-title h2 {
    font-size: 24px;
    color: #004789;
  }
  .index-bottom-form .Wrapper .this-index-form {
    gap: 20px;
    flex-direction: column;
  }
  .index-bottom-form .Wrapper .this-index-form .this-list {
    width: 100%;
  }
}














.page_bar {
    
}


.page_bar nav{
    position: static;
    padding: 0;
    background-color: transparent;
    
}

.page_bar nav span {
    padding: 10px; 
    background-color: #155E8A;
    border: 1px solid #155E8A;
    color: #fff;
}

.page_bar nav a {
    padding: 10px; 
    background-color: #155E8A;
    border: 1px solid #155E8A;
    color: #fff;
}

.page_bar nav .current {
    background-color: #fff;
    color: #155E8A;
    
}







.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  transform: translateX(260px);
  z-index: 99;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color: #b6b6b6;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 24px;
  height: 24px;
}
.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper:hover {
  transform: translateX(0);
  transition: all 0.5s;
}
.sidebarWarpper:hover .sidebar ul .ewmWarp {
  height: 210px;
  transition: all 0.5s;
}

.sidebarWarpper:hover .sidebar ul li {
    background-color: #FF8822;
}















.size_2_5rem {
   font-size: 2.5rem;
   font-weight: bold;
}

.size_2rem {
   font-size: 2rem;
   font-weight: bold;
}

.size_1rem {
   font-size: 1rem;
}

/* 红底白字 radius */
.border_fff_red {
   padding: 5px 8px;
   font-size: 1.5rem;
   font-weight: bold;
   color: #fff;
   background-color: #fb433b;
   border-radius: 10px;
}
.padding_10_260 {
   padding: 10px 260px;
}
.padding_10_180 {
   padding: 10px 180px;
}
.padding_10_120 {
   padding: 10px 120px;
}
.width_90_margin_auto {
   width: 90%;
   margin: auto;
}
.width_85_margin_auto {
   width: 85%;
   margin: auto;
}

.width_80_margin_auto {
   width: 80%;
   margin: auto;
}

.margin_top_120 {
   margin-top: 120px;
}
.width_70 {
   width: 70%;
}
.width_65 {
   width: 65%;
}

.width_60 {
   width: 60%;
}
.width_50 {
   width: 50%;
}
.width_55 {
   width: 55%;
}
.width_45 {
   width: 45%;
}

.width_40 {
   width: 40%;
}
.width_35 {
   width: 35%;
}

.width_30 {
   width: 30%;
}

.width_25 {
   width: 25%;
}
.img_h_75px {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 75px;
   overflow: hidden;
}

.img_h_150px {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 150px;
   overflow: hidden;
}

.display_inline_block {
   display: inline-block;
}
.p_div {
   text-align: center;
}
p {
   margin: 0;
}

/* 标题3 */
.this_title3 {
   font-size: 28px;
   font-weight: bold;
   color: #61ba5a;
}
/* 内容3 */
.title_content3 {
   padding-top: 10px;
   font-size: 18px;
   line-height: 32px;
   color: #54585a;
}

/* 2 */
.this_title2 {
   display: inline-block;
   font-size: 32px;
   color: #61ba5a;
}
.title_content2 {
   font-size: 32px;
   color: #54585a;
}

/* 1 */
.this_title1 {
   font-size: 34px;
   color: #fff;
}

/* justify-content:space-between */
.justify_center {
   display: flex;
   justify-content: center;
}
.justify_between {
   display: flex;
   justify-content: space-between;
}
.justify_around {
   display: flex;
   justify-content: space-around;
}
.justify_start {
   display: flex;
   justify-content: flex-start;
}
.justify_end {
   display: flex;
   justify-content: flex-end;
}
.align_start {
   display: flex;
   align-items: flex-start;
}
.align_center {
   display: flex;
   align-items: center;
}
.flex_wrap {
   display: flex;
   flex-wrap: wrap;
}

/*  */
.flex_column {
   display: flex;
   flex-direction: column;
}

.align_content_center {
   display: flex;
   align-content: center;
}

a:hover {
   text-decoration: none;
}

/* 放上去效果--------------------- */

/* 按钮1 放上去效果 */
.button_hover1 {
   background: linear-gradient(to right, #fe3f3f 50%, #fff 50%);
   background-position: left;
   background-size: 200% 100%;
   border: none;
   color: #fff;
   transition: 0.3s ease-out;
   box-sizing: border-box;
   border: 1px solid #fe3f3f;
}

.button_hover1:hover {
   color: #fe3f3f;
   background: linear-gradient(to right, #fe3f3f 50%, #fff 50%);
   background-position: right;
   background-size: 200% 100%;
   transition: 0.3s ease-out;
   border: 1px solid #fe3f3f;
}

/* 按钮2 放上去效果 */
.button_hover2 {
   background: linear-gradient(to right, #61ba5a 50%, #fff 50%);
   background-position: left;
   background-size: 240% 100%;

   background-repeat: no-repeat;
   color: #fff;
   transition: 0.3s ease-out;
   border: 1px solid #61ba5a;
   box-sizing: border-box;
}

.button_hover2:hover {
   color: #61ba5a;
   background: linear-gradient(to right, #61ba5a 50%, #fff 50%);
   background-position: right;
   background-repeat: no-repeat;
   background-size: 240% 100%;
   transition: 0.3s ease-out;
   border: 1px solid #61ba5a;
}

.button_hover2 a {
   transition: 0.3s ease-out;
   color: #fff;
}

.button_hover2:hover a {
   transition: 0.3s ease-out;
   color: #61ba5a;
}

/* 按钮3 放上去效果 */
.button_hover3 {
   background: linear-gradient(to right, transparent 50%, #fff 50%);
   background-position: left;
   background-size: 240% 100%;

   background-repeat: no-repeat;
   border: none;
   color: #fff;
   transition: 0.3s ease-out;

   border: 1px solid #fff;
}

.button_hover3:hover {
   background: linear-gradient(to right, transparent 50%, #fff 50%);
   background-position: right;
   background-repeat: no-repeat;
   background-size: 240% 100%;
   transition: 0.3s ease-out;

   border: 1px solid #fff;
}
.button_hover3 a {
   transition: 0.3s ease-out;
   color: #fff;
}

.button_hover3:hover a {
   transition: 0.3s ease-out;
   color: #61ba5a;
}

 

.button_hover5 {
   color: #fff;
   background: linear-gradient(to right, transparent 50%, #fb433b 50%);
   background-position: right;
   background-repeat: no-repeat;
   background-size: 240% 100%;
   transition: 0.3s ease-out;
   border: 1px solid #fb433b;
}

/* 红底白字-> 空白红字 */
.button_hover5:hover {
   background: linear-gradient(to right, transparent 50%, #fb433b 50%);
   background-position: left;
   background-size: 240% 100%;

   background-repeat: no-repeat;
   border: none;
   color: #fb433b;
   transition: 0.3s ease-out;
   border: 1px solid #fb433b;
   box-sizing: border-box;
}

.button_hover6 {
   color: #fff;
   background: linear-gradient(to right, transparent 50%, #3e4851 50%);
   background-position: right;
   background-repeat: no-repeat;
   background-size: 240% 100%;
   transition: 0.3s ease-out;
   border: 1px solid #3e4851;
}
.button_hover6:hover {
   background: linear-gradient(to right, transparent 50%, #3e4851 50%);
   background-position: left;
   background-size: 240% 100%;

   background-repeat: no-repeat;
   border: none;
   color: #3e4851;
   transition: 0.3s ease-out;
   border: 1px solid #3e4851;
   box-sizing: border-box;
}

/* 红底白字-> 白底红字 */
.button_hover7 {
   color: #fff;
   background: linear-gradient(to right, #fff 50%, #fb433b 50%);
   background-position: right;
   background-repeat: no-repeat;
   background-size: 240% 100%;
   transition: 0.3s ease-out;
   border: 1px solid #fb433b;
}

.button_hover7:hover {
   background: linear-gradient(to right, #fff 50%, #fb433b 50%);
   background-position: left;
   background-size: 240% 100%;

   background-repeat: no-repeat;
   border: none;
   color: #fb433b;
   transition: 0.3s ease-out;
   border: 1px solid #fff;
   box-sizing: border-box;
}

/* 文字链接放上去效果 */
.a_text {
   background-image: linear-gradient(to right, #fff 50%, transparent 50%);
   background-size: 220% 3px;
   background-repeat: no-repeat;
   transition: 0.3s ease-out;

   background-position-y: bottom;

   background-position-x: right;
}

.a_text:hover {
   background-image: linear-gradient(to right, #fff 50%, transparent 50%);
   background-size: 220% 3px;
   background-repeat: no-repeat;
   transition: 0.3s ease-out;

   background-position-x: left;
   color: #fff;
}
.none{display:none !important;}
@font-face {
 font-family: 'fontawesome';
 src: url("fonts/Font-Awesome/fontawesome-webfont.eot");
src: url("fonts/Font-Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
font-display: fallback;
}